@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #505056;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
    transition: all linear 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #0e1133;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #505056;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 500;
    /*text-align: center;*/
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #2b70fa;
    padding: 0 15px;
    font-size: 15px;
    line-height: 45px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    /*background-color: #2b70fa;*/
    width: 100%;
}

.main-btn:hover {
    background-color: #fff;
    color: #2b70fa;
    border-color: #2b70fa;
}


.appie-section-title .main-btn {
    border-radius: 30px;
    border: 2px solid #e7eaef;
    background: #fff;
    color: #0e1133;
}

.appie-section-title .main-btn:hover {
    background: #ff3e66;
    color: #fff;
    border-color: #ff3e66;
}

.appie-section-title.appie-section-title-2 .appie-title {
    color: #fff;
}

.appie-section-title.appie-section-title-2 p {
    color: #fff;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    display: none;
}

.back-to-top a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #2b70fa;
    border-radius: 6px;
    color: #fff;
}

.back-to-top.back-to-top-2 a {
    background: #fe7656;
}


.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
    transition: all linear 0.3s;
}

.off_canvars_overlay.active {
    opacity: .5;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    height: 100%;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 50px 15px 30px;
    overflow-y: visible;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px;
}

.offcanvas_menu_wrapper .header-btn a {
    color: #222;
}

.offcanvas_menu_wrapper .header-btn a:hover {
    color: #222;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}

.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas_main_menu li a:hover {
    color: #f68461;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_footer {
    padding-bottom: 50px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offcanvas_footer span a:hover {
    color: #2b70fa;
}

.offcanvas_menu_wrapper.active .canvas_close {
    opacity: 1;
    visibility: visible;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: -50px;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    background-image: linear-gradient(to right, #ff4a68,#fc9c45);
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.canvas_close a:hover {
    background-image: linear-gradient(to right, #fc9c45,#ff4a68);
    color: #fff;
}

.canvas_open a {
    font-size: 26px;
    width: 50px;
    height: 42px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #232323;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.canvas_open a:hover {
    color: #2b70fa;
    border-color: #2b70fa;
}

.toggle-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #0e1133;
}


/*===========================
    2.HEADER css 
===========================*/
.appie-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1010;
    background: #fff;
    box-shadow: 2px 2px 2px #00000014;
    padding-top: 10px;
    padding-bottom: 10px;
    animation: sticky 1.2s;
}

.appie-sticky.sticky .main-btn{
    line-height: 35px;
}

.appie-header-main-menu ul li.m-contact{
    margin-right: 0px!important;
}


.appie-header-main-menu ul li.m-contact a{
    border: 2px solid #ff4e67;
    padding: 0px 15px;
    line-height: 42px;
    border-radius: 30px;
    color: #ff4e67;
}

.appie-btn-box a.m-contact-mobile{
    border: 2px solid #ff4e67;
    padding: 0px 15px;
    line-height: 42px;
    border-radius: 30px;
    color: #ff4e67;
    display: none;
}
.appie-btn-box a.m-contact-mobile img{
    width: 15px;
    margin-right: 3px;
}

.appie-sticky.sticky .appie-btn-box a.m-contact-mobile {
    line-height: 33px;
}

.appie-header-main-menu ul li.m-contact a img{
    width: 17px;
    margin-right: 3px;
}

.appie-header-area.appie-header-2-area.appie-sticky.sticky .appie-btn-box .main-btn span {
    font-size: 15px;
}

.appie-sticky.sticky .appie-btn-box .main-btn img{
    width: 17px;
}

.appie-sticky.sticky .appie-header-main-menu ul li.m-contact a {
    line-height: 33px;
}

.appie-header-area {
    padding-top: 15px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.appie-header-area.appie-header-2-area .appie-btn-box .main-btn {
    border-color: #fd7456;
    background-image: linear-gradient(to right, #fc9c44, #ff4b68);
    border-radius: 30px;
}

.appie-header-area.appie-header-2-area .appie-btn-box .main-btn:hover {
    background-image: linear-gradient(to right, #ff4b68, #fc9c44);
    color: #fff;
}

.appie-header-area.appie-header-2-area .appie-btn-box .main-btn img {
    width: 20px;
}

.appie-header-area.appie-header-2-area .appie-btn-box .main-btn span {
    padding-left: 7px;
    font-size: 17px;
}

.appie-header-area.appie-header-3-area.appie-sticky.sticky {
    background: #0e1133;
}

.appie-header-area.appie-header-4-area.appie-sticky.sticky {
    background: linear-gradient(90deg, #6b1fcd 0%, #374ede 100%);
}

.appie-header-area.appie-header-page-area.appie-sticky.sticky {
    background: #0a44b9;
}

.appie-header-area.appie-header-7-area.appie-sticky.sticky {
    background: #290645;
}

.appie-header-area.appie-header-error-page {
    box-shadow: 0px 10px 20px 0px rgba(14, 17, 51, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-nav-box .appie-btn-box {
    position: relative;
}

.header-nav-box .appie-btn-box .login-btn {
    color: #0e1133;
    font-size: 15px;
    font-weight: 500;
}

.header-nav-box .appie-btn-box .login-btn i {
    padding-right: 6px;
}

.header-nav-box.header-nav-box-3 .appie-header-main-menu ul > li > a {
    color: #fff;
}


.header-nav-box.header-nav-box-3 .appie-header-main-menu ul > li .sub-menu li a {
    color: #0e1133;
}

.header-nav-box.header-nav-box-3 .appie-btn-box .login-btn {
    color: #fff;
}

.header-nav-box.header-nav-box-3 .appie-btn-box .main-btn {
    background: #ff6b58;
    border-color: #ff6b58;
}

.header-nav-box.header-nav-box-3 .appie-btn-box .main-btn:hover {
    background: transparent;
    color: #ff6b58;
}

.header-nav-box.header-nav-box-3 .toggle-btn {
    color: #fff;
    font-size: 20px;
}

.header-nav-box.header-nav-box-3.header-nav-box-inner-page .appie-btn-box .main-btn {
    border-color: #fff;
    background: transparent;
}

.header-nav-box.header-nav-box-3.header-nav-box-inner-page .appie-btn-box .main-btn:hover {
    background: #fff;
    color: #2b70fa;
}

.header-nav-box.header-nav-box-5 .appie-header-main-menu ul > li > a {
    color: #fff;
}

.header-nav-box.header-nav-box-5 .appie-header-main-menu ul > li .sub-menu li a {
    color: #0e1133;
}

.header-nav-box.header-nav-box-5 .appie-btn-box .login-btn {
    color: #fff;
}

.header-nav-box.header-nav-box-5 .appie-btn-box .main-btn {
    background: #f84a6e;
    border-color: #f84a6e;
}

.header-nav-box.header-nav-box-5 .appie-btn-box .main-btn:hover {
    background: transparent;
    color: #f84a6e;
}

.header-nav-box.header-nav-box-5 .toggle-btn {
    color: #fff;
    font-size: 20px;
}

.header-nav-box.header-nav-4-box .appie-header-main-menu ul > li > a:hover {
    color: #801f82;
}

.header-nav-box.header-nav-4-box .appie-btn-box .main-btn {
    background: #801f82;
    border-color: #801f82;
}

.header-nav-box.header-nav-4-box .appie-btn-box .main-btn:hover {
    background: transparent;
    color: #801f82;
}

.header-nav-box.header-nav-4-box .appie-btn-box ul li {
    display: inline-block;
}

.header-nav-box.header-nav-4-box .appie-btn-box ul li a {
    font-size: 18px;
    color: #0e1133;
    margin-left: 15px;
}

.header-nav-box.header-nav-4-box .appie-btn-box ul li a.cart-btn {
    position: relative;
}

.header-nav-box.header-nav-4-box .appie-btn-box ul li a.cart-btn span {
    position: absolute;
    top: -7px;
    display: inline-block;
    right: -12px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    background: #801f82;
    border-radius: 50%;
}

.header-nav-box.header-nav-box-6 .main-btn {
    background: #9b2cfa;
    border-color: #9b2cfa;
}

.header-nav-box.header-nav-box-6 .main-btn:hover {
    background: transparent;
    color: #9b2cfa;
}

.header-nav-box.header-nav-box-6 .appie-header-main-menu ul > li > a:hover {
    color: #9b2cfa;
}

.header-nav-box.header-nav-box-6 .appie-btn-box form {
    display: inline-block;
    margin-left: 18px;
}

.header-nav-box.header-nav-box-6 .appie-btn-box form .input-box {
    position: relative;
}

.header-nav-box.header-nav-box-6 .appie-btn-box form .input-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-nav-box.header-nav-box-6 .appie-btn-box form .input-box input {
    width: 105px;
    padding-left: 50px;
    border: 0;
    border-left: 1px solid #ddddea;
    background: transparent;
}

.header-nav-box.header-nav-box-7 .appie-header-main-menu ul > li > a {
    color: #fff;
}

.header-nav-box.header-nav-box-7 .appie-header-main-menu ul > li > a:hover {
    color: #2b70fa;
}

.header-nav-box.header-nav-box-7 .appie-header-main-menu ul > li .sub-menu li a {
    color: #505056;
}

.header-nav-box.header-nav-box-7 .appie-header-main-menu ul > li .sub-menu li a:hover {
    color: #2b70fa;
}

.header-nav-box.header-nav-box-7 .appie-btn-box .login-btn {
    color: #fff;
}

.header-nav-box.header-nav-box-7 .appie-btn-box .toggle-btn {
    color: #fff;
}

.appie-header-main-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.appie-header-main-menu ul > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.appie-header-main-menu {
    text-align: right;
}

.appie-header-main-menu ul > li > a {
    font-size: 13px;
    font-weight: 500;
    color: #0e1133;
    line-height: 45px;
    text-transform: capitalize;
}

.appie-header-main-menu ul > li > a i {
    padding-left: 6px;
}

.appie-header-main-menu ul > li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    width: auto;
    min-width: 220px;
    max-width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all linear 0.3s;
    z-index: 99;
    -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    -moz-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    border-radius: 5px;
    text-align: left;
}

.appie-header-main-menu ul > li .sub-menu > li {
    position: relative;
    margin-left: 0;
    display: block;
}

.appie-header-main-menu ul > li .sub-menu > li .sub-menu {
    margin-left: 0px;
}

.appie-header-main-menu ul > li .sub-menu > li .sub-nav-toggler {
    color: #0e1133;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.appie-header-main-menu ul > li .sub-menu > li a {
    display: block;
    padding: 0px 30px;
    position: relative;
    color: #505056;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 4px;
    margin: 0 0;
    line-height: 2.5;
}

.appie-header-main-menu ul > li .sub-menu > li a i {
    float: right;
    font-size: 16px;
    margin-top: 10px;
}

.appie-header-main-menu ul > li .sub-menu > li a .sub-nav-toggler i {
    display: inline-block;
}

.appie-header-main-menu ul > li .sub-menu > li a:hover {
    padding-left: 35px;
}

.appie-header-main-menu ul > li .sub-menu > li .sub-menu {
    right: auto;
    left: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.appie-header-main-menu ul > li .sub-menu > li .sub-menu li {
    position: relative;
}

.appie-header-main-menu ul > li .sub-menu > li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.appie-header-main-menu ul > li .sub-menu > li .sub-menu li:hover .sub-menu {
    top: 0%;
    opacity: 1;
    visibility: visible;
}

.appie-header-main-menu ul > li .sub-menu > li:hover .sub-menu {
    top: 0%;
    opacity: 1;
    visibility: visible;
}

.appie-header-main-menu ul > li .sub-menu > li:hover .sub-nav-toggler {
    color: #2b70fa;
}

.appie-header-main-menu ul > li .sub-menu > li:hover > a {
    color: #2b70fa;
}

.appie-header-main-menu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

.appie-header-8-area .header-nav-box .appie-btn-box .main-btn {
    background: #db0f30;
    border-color: #db0f30;
}

.appie-header-8-area .header-nav-box .appie-btn-box .main-btn:hover {
    background: #fff;
    color: #db0f30;
}

.appie-header-8-area .header-nav-box .appie-header-main-menu ul > li a:hover {
    color: #db0f30;
}

/*===========================
    3.APPIE HERO css 
===========================*/
.appie-hero-area {
    padding-top: 200px;
    padding-bottom: 110px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.appie-hero-area.appie-hero-3-area {
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 0px;
    overflow: visible;
    z-index: 15;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content .appie-title {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    padding: 0 80px;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content p {
    color: #fff;
    opacity: 0.5;
    font-size: 18px;
    line-height: 28px;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content .hero-btns {
    margin-top: 35px;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content .hero-btns .main-btn {
    border-color: #ff6b58;
    color: #ff6b58;
    background: transparent;
    margin-right: 14px;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content .hero-btns .appie-video-popup {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content .hero-btns .appie-video-popup i {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.appie-hero-area.appie-hero-3-area .appie-hero-content .thumb {
    margin-bottom: -210px;
}

.appie-hero-area.appie-hero-3-area.appie-hero-5-area {
    background-color: #eef1f6;
    background-image: url(../images/hero-bg-2.png);
    padding-top: 280px;
}

.appie-hero-area.appie-hero-3-area.appie-hero-5-area .appie-hero-content .thumb {
    margin-bottom: -110px;
}

.appie-hero-area.appie-hero-3-area.appie-hero-5-area .appie-hero-content .appie-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
}

.appie-hero-area.appie-hero-3-area.appie-hero-5-area .appie-hero-content .hero-btns .appie-video-popup i {
    border-color: rgba(255, 255, 255, 0.2);
}

.appie-hero-area.appie-hero-3-area.appie-hero-5-area .appie-hero-content .hero-btns .main-btn {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.appie-hero-area.appie-hero-3-area.appie-hero-5-area .appie-hero-content .hero-btns .main-btn:hover {
    background: #f84a6e;
    color: #fff;
}

.appie-hero-area .hero-shape-1 {
    position: absolute;
    left: 0;
    top: 250px;
    z-index: -1;
    animation: linear 20s animationFramesOne infinite;
}

.appie-hero-area .hero-shape-2 {
    position: absolute;
    left: 80px;
    z-index: -1;
    top: 480px;
    animation: linear 25s animationFramesThree infinite;
}

.appie-hero-area .hero-shape-3 {
    position: absolute;
    bottom: 120px;
    right: 320px;
    z-index: -1;
    animation: linear 25s animationFramesFive infinite;
}

.appie-hero-area.appie-hero-4-area {
    background: #f9f9f9;
    background-image: url(../images/hero-shape-1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 6% 100%;
    padding-top: 140px;
    padding-bottom: 60px;
}

.appie-hero-area.appie-hero-6-area {
    background-image: url(../images/hero-bg-3.jpg);
}

.appie-hero-area.appie-hero-7-area {
    background-image: url(../images/hero-bg-4.png);
}

.appie-hero-area.appie-hero-8-area {
    position: relative;
    z-index: 10;
}

.appie-hero-area.appie-hero-8-area .home-8-shape-1 {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;
}

.appie-hero-area.appie-hero-8-area .home-8-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.appie-hero-area.appie-hero-8-area .home-8-shape-3 {
    position: absolute;
    top: 400px;
    right: 290px;
    z-index: -1;
}

.appie-hero-area.appie-hero-8-area .home-8-shape-4 {
    position: absolute;
    bottom: 195px;
    left: 195px;
    z-index: -1;
}

.appie-hero-area.appie-hero-8-area .appie-hero-content-8 .appie-title {
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
    background: linear-gradient(90deg, #fb2d4e 25%, #4e88ff 75%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.appie-hero-thumb-6 .thumb {
    position: relative;
    z-index: 10;
}

.appie-hero-thumb-6 .thumb .back-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.appie-hero-content > span {
    color: #2b70fa;
    font-size: 14px;
    font-weight: 500;
}

.appie-hero-content .appie-title {
    font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 22px;
}

.appie-hero-content p {
    font-size: 18px;
    line-height: 28px;
}

.appie-hero-content ul {
    margin: 41px 0 0;
    padding: 0;
    list-style-type: none;
}

.appie-hero-content ul li {
    display: inline-block;
    margin-right: 8px;
}

.appie-hero-content ul li a {
    background: #0e1133;
    color: #fff;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 6px;
    border: 2px solid #0e1133;
}

.appie-hero-content ul li a i {
    padding-right: 6px;
}

.appie-hero-content ul li a:hover {
    background: transparent;
    color: #0e1133;
}

.appie-hero-content ul li a.item-2 {
    background: transparent;
    color: #0e1133;
}

.appie-hero-content ul li a.item-2:hover {
    background: #0e1133;
    color: #fff;
}

.appie-hero-content.appie-hero-content-4 {
    padding-right: 40px;
}

.appie-hero-content.appie-hero-content-4 > span {
    color: #801f82;
}

.appie-hero-content.appie-hero-content-4 .appie-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}

.appie-hero-content.appie-hero-content-4 a.main-btn {
    border: 2px solid #801f82;
    color: #801f82;
    background: #fff;
    line-height: 55px;
    padding: 0 40px;
    font-size: 16px;
    margin-top: 40px;
}

.appie-hero-content.appie-hero-content-4 a.main-btn:hover {
    background: #801f82;
    color: #fff;
}

.appie-hero-content.appie-hero-content-6 > span {
    color: #9b2cfa;
}

.appie-hero-content.appie-hero-content-6 .appie-title {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
}

.appie-hero-content.appie-hero-content-6 ul li a {
    background: #9b2cfa;
    border-color: #9b2cfa;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.appie-hero-content.appie-hero-content-6 ul li a span {
    line-height: 20px;
}

.appie-hero-content.appie-hero-content-6 ul li a span span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.appie-hero-content.appie-hero-content-6 ul li a i {
    font-size: 30px;
}

.appie-hero-content.appie-hero-content-6 ul li a:hover {
    background: #fff;
    color: #0e1133;
    border-color: #fff;
}

.appie-hero-content.appie-hero-content-6 ul li a.item-2 {
    background: #fff;
    border-color: #fff;
}

.appie-hero-content.appie-hero-content-6 ul li a.item-2:hover {
    background: #9b2cfa;
    border-color: #9b2cfa;
    color: #fff;
}

.appie-hero-content.appie-hero-content-6.appie-hero-content-7 .appie-title {
    color: #fff;
}

.appie-hero-content.appie-hero-content-6.appie-hero-content-7 p {
    color: #fff;
    opacity: 0.5;
}

.appie-hero-content.appie-hero-content-6.appie-hero-content-7 ul li a {
    background: #fff;
    color: #0e1133;
    border-color: #fff;
}

.appie-hero-content.appie-hero-content-6.appie-hero-content-7 ul li a:hover {
    background: transparent;
    border-color: #54386a;
    color: #fff;
}

.appie-hero-content.appie-hero-content-6.appie-hero-content-7 ul li a.item-2 {
    background: transparent;
    color: #fff;
    border-color: #54386a;
}

.appie-hero-content.appie-hero-content-6.appie-hero-content-7 ul li a.item-2:hover {
    border-color: #fff;
    background: #fff;
    color: #0e1133;
}

.appie-hero-thumb {
    position: relative;
    z-index: 10;
    text-align: center;
}

.appie-hero-thumb .thumb-2 {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 30px 70px 0px rgba(68, 1, 15, 0.2);
}

.appie-hero-thumb::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    background: #ff3e66;
    border-radius: 50%;
    z-index: -1;
}

.appie-hero-thumb.appie-hero-thumb-4::before {
    height: 160px;
    width: 160px;
    top: 200px;
    left: 70px;
    background: #801f82;
    transform: translate(0%, 0%);
}

.appie-hero-thumb.appie-hero-thumb-4 .hero-dot {
    position: absolute;
    right: 70px;
    bottom: 115px;
    z-index: -1;
}

.appie-hero-area-2 {
    padding-top: 150px;
    padding-bottom: 120px;
    background: #f4f9ff;
    position: relative;
    z-index: 10;
    box-shadow: 2px 2px 2px #00000014;
}

.appie-hero-area-2 .appie-hero-thumb-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53%;
}

.appie-hero-area-2 .appie-hero-thumb-1 {
    position: absolute;
    left: 7%;
    top: 18%;
    width: 13%;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-1 {
    position: absolute;
    top: 250px;
    left: 130px;
    animation: linear 20s animationFramesOne infinite;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-2 {
    position: absolute;
    bottom: 290px;
    left: 40px;
    animation: linear 20s animationFramesFour infinite;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-3 {
    position: absolute;
    top: 480px;
    right: 240px;
    animation: linear 20s animationFramesFive infinite;
    z-index: -1;
}

.appie-hero-area-2 .hero-shape-4 {
    position: absolute;
    top: 210px;
    right: 0px;
    animation: linear 20s animationFramesThree infinite;
    z-index: -1;
}

.appie-hero-content-2 > span {
    font-size: 16px;
    font-weight: 500;
    color: #ff3e66;
    position: relative;
}

.appie-hero-content-2 > span::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 70px;
    background-image: url(../images/hero-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.appie-hero-content-2 .appie-title {
        font-size: 40px;
    line-height: 55px;
    font-weight: bold;
    margin-top: 15px;
}

.appie-hero-content-2 .appie-title span {
    font-weight: 900;
}

.appie-hero-content-2 p {
    font-size: 18px;
    color: #0e1133;
    margin-top: 25px;
    line-height: 30px;
}

.appie-hero-content-2 p strong{
    display: block;
    margin-top: 8px;
}

li.m-bld a {
    font-weight: bold !important;
    padding-left: 10px;
}

.appie-hero-content-2 ul {
    margin-top: 30px;
}

.appie-hero-content-2 ul li {
    display: inline-block;
    margin-right: 2%;
    width: 48%;
}

.appie-hero-content-2 ul li:last-child {
    margin-right: 0px;
}

.appie-hero-content-2 ul li a {
    background: #0081e3;
    color: #fff;
    line-height: 40px;
    padding: 8px 10px;
    border-radius: 30px;
    border: 2px solid #0081e3;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.appie-hero-content-2 ul li a:hover {
    background-color: transparent;
    color: #0081e3;
}

.appie-hero-content-2 ul li .item-2 {
	background-image: linear-gradient(to right, #fc9c45, #ff4a68);
	color: #fff;
	line-height: 40px;
	padding: 8px 20px;
	border-radius: 30px;
	border: 2px solid #fd8051;
	font-size: 15px;
	font-weight: 500;
	display: block;
	width: 100%;
}

.appie-hero-content-2 ul li .item-2:hover {
    background-image: linear-gradient(to right, #ff4a68, #fc9c45);
}

.bg-logo-box {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.bg-logo-box .bg-img-box {
    padding-left: 10px;
    padding-right: 10px;
}

.next-section-box {
    text-decoration: none;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    line-height: 50px;
    border-radius: 50% !important;
    overflow: hidden;
    background-image: linear-gradient(to right, #fc9b45, #ff4d67);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 2px 2px #d3d3d3;
}

.next-section-box a {
    animation: bounce 0.6s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(.5, 0.05, 1, .5);
    animation-iteration-count: infinite;
}

.next-section-box img {
    width: 25px;

}

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}



/*About section css*/

.about-section {
    padding-top: 90px;
}

.about-title {
    text-align: center;
    width: 80%;
    margin: 0px auto 60px;
}

.about-title h4 {
    color: #ff6b00;
    font-size: 27px;
    /*text-transform: capitalize;*/
    font-weight: 500;
    margin-bottom: 15px;
}

.about-title h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 49px;
}

.about-title h5 {
    color: #555555;
    font-size: 20px;
    margin-bottom: 10px;
}

.about-title p {
    color: #555555;
    font-size: 15px;
    line-height: 25px;
}

.about-bg-image {
    background-image: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 600px;
    margin-bottom: 50px;
}

.ex-mt-about_button{
    margin-top: 130px;
}

.schedule-box button {
	background: #0081e3;
	color: #fff;
	line-height: 40px;
	padding: 8px 10px;
	border-radius: 30px;
	border: 2px solid #0081e3;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	display: block;
	width: 100%;
}

.schedule-box button:hover {
    background-color: transparent;
    color: #0081e3;
}

.about-details-box {
    background-image: linear-gradient(to right, #fc9d44, #ff4a69);
    border-radius: 10px;
    padding: 35px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: -160px;
    margin: 0px 0px!important;
    box-shadow: 0px 3px 3px #00000040;
}

.about-details-box-left {
    width: 75%;
}

.about-details-box-right {
    width: 25%;
    position: relative;
    text-align: center;
}

.about-details-counter-section {
    display: flex;
    align-items: center;
}

.about-details-counter-box {
    display: flex;
    align-items: center;
    width: 50%;
}

.about-details-counter-box.project .image-box img {
    width: 45px;
}

.about-details-counter-box.clients .image-box img {
    width: 60px;
}

.about-details-counter-box.team .image-box img {
    width: 60px;
}

.about-details-counter-box.experience .image-box img {
    width: 45px;
}

.about-details-counter-box .title-box p {
    padding-left: 20px;
    font-size: 17px;
    color: #fff;
}

.about-details-counter-box .title-box p span {
    font-weight: bold;
    font-size: 35px;
}

.about-details-counter-section.ex-mb {
    margin-bottom: 35px;
}

.about-details-counter-box.project .title-box p {
    padding-left: 30px;
    padding-top: 7px;
}

.about-details-counter-box.experience .title-box p {
    padding-left: 35px;
}

.about-details-box-right .image-box img {
    width: 80px;
}


.about-details-box-right svg {

    fill: none;
    width: 300px;
    /* animation: spin 10s infinite linear; */
    position: absolute;
    top: -108px;
    left: -47px;
    font-size: 6px;
    color: #fff;
    text-transform: uppercase;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -ms-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}


/*Brand section css*/

.brand-logo-section {
   padding-top: 75px;
   margin-bottom: 50px;
}

.brand-title h4 {
    color: #333;
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
	    font-weight: 700;
}



.appie-brand-logo-slider {
    display: flex;
    align-items: center;
}

.brand-logo-image {
    padding: 0px 15px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.appie-brand-logo-slider .slick-arrow {
    display: none !important;
}


/*Services Section Css*/

.services-section {
    background-color: #fbf1ef;
    padding: 50px 0px;
    border-top: 2px solid #00000005;
    border-bottom: 2px solid #00000005;
}

.service-title {
    text-align: center;
}

.service-title h4 {
    color: #ff6b00;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-title h2 {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;
}
.service-title p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
	margin-bottom: 20px;
}
.services-box {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 25px;
    transition: 0.6s;
    margin-bottom: 35px;
	min-height: 240px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);

}

.services-button-section ul {
    text-align: center;
}

.services-box:hover {
    box-shadow: 0px 15px 17px 0px #0a0a0b2e;
}

.services-name-box {
    display: flex;
    align-items: center;
}

.services-name-box .services-image img {
    width: 70px;
}

.services-name-box .services-name h4 {
    padding-left: 20px;
    color: #000;
    font-size: 20px;
	font-weight: 700;
}

.services-details p {
    font-size: 15px;
    color: #444444;
    padding: 15px 0px;
}

.services-button-section {
    margin-top: 20px;
}

.services-button-section ul li {
    display: inline-block;
    margin-right: 2%;
    width: 47%;
}

.services-button-section ul li a {
    background: #0081e3;
    color: #fff;
    line-height: 40px;
    padding: 8px 10px;
    border-radius: 30px;
    border: 2px solid #0081e3;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

.services-button-section ul li a:hover {
    background-color: transparent;
    color: #0081e3;
}

.services-button-section ul li a.item-2 {
    background-image: linear-gradient(to right, #fc9c45, #ff4a68);
    color: #fff;
    line-height: 40px;
    padding: 8px 10px;
    border-radius: 30px;
    border: 2px solid #fd8051;
    font-size: 15px;
    font-weight: 500;
}

.services-button-section ul li a.item-2:hover {
    background-image: linear-gradient(to right, #ff4a68, #fc9c45);
}



/*Work section Css*/

.work-section {

padding-top: 70px;

}

.work-title-box {
    text-align: center;
}

.work-title-box h4 {
    color: #ff6b00;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.work-title-box h2 {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
}

.work-slider {
    background-color: #002a6a;
    position: relative;
}

.work-slider .slick-slider{
    position: inherit!important;
}

.finest-work-slider .prev.slick-arrow {
    position: absolute;
    background-image: linear-gradient(to right, #fc9c45, #ff4a68);
    text-align: right;
    color: #fff;
    font-weight: 600;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 50%;
    left: -8%;
    transform: translate(-50%,-50%);
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 12px;
    cursor: pointer;
}

.finest-work-slider .prev.slick-arrow i{
    font-weight: bold!important;
}

.finest-work-slider .next.slick-arrow {
    position: absolute;
    background-image: linear-gradient(to right, #ff4a68,#fc9c45);
    text-align: left;
    color: #fff;
    font-weight: 600;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 50%;
    right: -14%;
    transform: translate(-50%,-50%);
    display: flex!important;
    justify-content: center;
    align-items: center;
    padding: 12px;
    cursor: pointer;
}

.finest-work-slider .next.slick-arrow i{
    font-weight: bold!important;
}


.finest-slider-content {
    text-align: center;
}

.finest-slider-content img {
    width: 110px;
    text-align: center;
    margin: 30px auto 0px;
}

.finest-slider-content h4 {
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    margin: 15px 0px 10px;
}

.finest-slider-content p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.finest-slider-content a {
    background-color: #f8f0e6;
    color: #000;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
    width: 130px;
    padding: 5px 0px;
    margin: 20px 5px;
}

.btn-your-project {
    background-image: linear-gradient(to right, #fc9c45, #ff4a68);
    color: #fff;
    line-height: 40px;
    padding: 8px 60px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.btn-your-project:hover {
    color: #fff;
    background-image: linear-gradient(to left, #fc9c45, #ff4a68);
}


.free-consultation-section {
    background-image: url(../images/free-consultation-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.free-consultation-title-box {
    text-align: center;
}

.free-consultation-title-box h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.free-consultation-title-box h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 50px;

}

.free-consultation-button-box {
    text-align: center;
}

.free-consultation-button-box a {
    line-height: 40px;
    padding: 8px 35px;
    border-radius: 30px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-right: 15px;
    transition: 0.6s;
}







.free-consultation-button-box button.time-to-talk {
    	line-height: 40px;
	padding: 8px 35px;
	border-radius: 30px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	margin-right: 15px;
	transition: 0.6s;
    border: 2px solid #fff;
    color: #fff;
    background-color: #0873ce;
}

.free-consultation-button-box button.time-to-talk:hover {
    background-color: #fff;
    color: #0873ce;
}

.free-consultation-button-box a.call {
    border: 2px solid #fd7a53;
    color: #fff;
    background-image: linear-gradient(to right, #fc9c44, #ff4a69);
}

.free-consultation-button-box a.call:hover {
    background-image: linear-gradient(to right, #ff4a69, #fc9c44);
}

.free-consultation-button-box a.free-consul {
    border: 2px solid #fff;
    color: #000;
    background-color: #fff;
}

.free-consultation-button-box a.free-consul:hover {
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}


/*Technologies section css*/


.technologies-section {
    padding-top: 70px;
}

.technologies-title-box {
    text-align: center;
}

.technologies-title-box h4 {
    color: #ff6b00;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.technologies-title-box h2 {
    color: #000;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
}

.technologies-work-main-box {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.technologies-work-box {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 35px;
    box-shadow: 0px 0px 5px 5px #0000000f;
    padding: 25px 0px;
    height: 210px;
    position: relative;
}

.technologies-work-image-box {
    height: 110px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.technologies-work-image-box img {
    width: 90px;
}

.technologies-work-box h4 {
    font-size: 22px;
    color: #333333;
    margin-top: 25px;
    font-weight: 500;
}



/*Process section css*/

.our-process-section {
    background-image: url(../images/our-process-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    padding: 70px 0px;
    margin: 70px 0px 0px;
}

.our-process-title-box {
    text-align: center;
    margin-bottom: 60px;
}

.our-process-title-box h4 {
    color: #ff6b00;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.our-process-title-box h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.our-process-title-box p {
    color: #fff;
    font-size: 15px;
    width: 77%;
    margin: 0px auto 0px;
    line-height: 26px;
}


.process-list-box {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.process-list-image-box img {
    width: 250px;
}

.process-list-content-box {
    padding-left: 20px;
}

.process-list-content-box h4 {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.process-list-content-box p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    padding-left: 5px;
}



/*TESTIMONIALS section css*/

.testimonials-section{
    margin-bottom: 50px;
}




/*Contact Section css*/

.contact-section {}

.contact-top-section {
    background-image: linear-gradient(to right, #fc9c44, #ff4969);
    padding: 50px 0px;
}

.contact-title-box h4 {
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-title-box h2 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
}

.faq-main-box {
    margin-top: 50px;
}


.faq-title-box h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}

.faq-title-box p {
    color: #555555;
    font-size: 15px;
}




/*===========================
    9.APPIE FAQ css 
===========================*/

.faq-accrodion {
    margin-top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accrodion {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .faq-accrodion {
        margin-top: 30px;
    }
}

.faq-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.faq-accrodion .accrodion::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-base)));
    background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    border-radius: 5px;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.faq-accrodion .accrodion + .accrodion {
    margin-top: 15px;
}

.faq-accrodion .accrodion.active {
    box-shadow: 0px 10px 15px 0px rgb(14 17 51 / 10%);
}

.faq-accrodion .accrodion.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.faq-accrodion .accrodion.active .accrodion-title {
    padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::before {
    opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
    opacity: 1;
    color: #464646;
}

.faq-accrodion .accrodion .accrodion-inner {
    background-color: #fff;
    padding: 15px 0;
    border-style: solid;
    border-width: 2px;
    border-color: #e6e6e6;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    border-radius: 6px;
}

.faq-accrodion .accrodion .accrodion-title {
    padding: 0px 25px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title {
        padding: 0 38px 0 20px;
    }
}

.faq-accrodion .accrodion .accrodion-title::before {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    font-size: 20px;
    color: #464646;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accrodion .accrodion .accrodion-title::before {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title::before {
        right: 20px;
    }
}

.faq-accrodion .accrodion .accrodion-title::after {
    content: '\f106';
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accrodion .accrodion .accrodion-title::after {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title::after {
        right: 20px;
    }
}

.faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 500;
}

.faq-accrodion .accrodion .accrodion-content .inner {
    padding: 0 38px;
    padding-right: 35px;
    padding-top: 22px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-content .inner {
        padding: 0 38px 0 20px;
    }
}

.faq-accrodion .accrodion .accrodion-content p {
    margin: 0;
    color: #505056;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

/**/

.contact-form-section {
    box-shadow: 0px 0px 10px 7px #64636326;
    border-radius: 10px;
    position: relative;
    top:20px;
}

.contact-form-title {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
	    padding: 40px 0px 20px;
}

.contact-form-title h4 {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
}

.contact-form-title p {
       color: #000;
    font-size: 16px;
    max-width: 80%;
    margin: auto;
}

.contact-form-box {
    background-color: #fff;
    padding: 25px 40px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.contact-form-box .input-group {
    min-height: 60px;
    margin-bottom: 20px;
}

.contact-form-box .input-group-text {
    background-color: #fff;
    padding: 15px 10px;
}

.contact-form-box .input-group-text img {
    width: 28px;
    height: auto;
}

.contact-form-box .form-control {
    height: auto;
    border-left: 0px;
    padding-left: 5px;
    outline: none;
    box-shadow: none;
    border-color: #ced4da;

}

.contact-form-box ::placeholder {
    text-transform: capitalize;
    font-size: 15px;
}

.contact-form-box .message-box .input-group-text {
    align-items: flex-start;
}

.contact-form-box textarea.form-control {
    padding-top: 20px;
}

.contact-form-box .btn-submit {
    line-height: 40px;
    padding: 9px 35px;
    border-radius: 30px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
    transition: 0.6s;
    color: #fff;
    background-image: linear-gradient(to right, #fc9c44, #ff4a69);
    width: 100%;
}

.contact-form-box .btn-submit:hover {
    background-image: linear-gradient(to left, #fc9c44, #ff4a69);
}

.contact-form-box .btn-submit img {
    width: 27px;
    margin-left: 20px;
    margin-top: -3px;
}

.contact-form-box .privacy-text {
    text-align: center;
    color: #000;
    font-size: 18px;
    margin: 20px 0px 0px;
    font-weight: 500;
}

.contact-deliver-box {
    background-color: #fef7f6;
    padding: 25px 25px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-deliver-box h4.deliver-title {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
}


.contact-deliver-box .deliver-content img {
    margin-bottom: 15px;
}

.contact-deliver-box .deliver-content h5 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}




/*Footer section css*/

.footer-top-section {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: relative;
    padding: 100px 0px 20px;
    text-align: center;
}

.footer-top-section::after {
    /*content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.footer-title-box h4 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}

.footer-title-box p {
    font-size: 17px;
    color: #000;
    text-align: center;
    line-height: 30px;
}

.footer-title-box p a {
    color: #000;
}

.footer-social ul {
    display: flex;
    justify-content: space-between;
}

.footer-social ul li {
    display: inline-block;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: #9c9c9c;
    margin: 40px 0px;
}

.footer-logo-box ul {
    display: flex;
    justify-content: space-between;
}

.footer-logo-box ul li {
    display: inline-block;
}

.footer-bottom-section {
    background-color: #fff;
    padding: 35px 0px 25px;
}

.footer-bottom-content p {
    text-align: center;
    font-size: 13px;
    color: #000;
}

.footer-bottom-content p span {
    font-size: 18px;
    margin-top: 16px;
}

.sec_ptb_120 {
    padding: 120px 0px;
}

.sec_ptb_120 {
    padding: 20px 0px 100px;
}

/* 08 - testimonial section - start
==================================================================================================== */

.testimonial_section{
    padding-top: 70px;
}

.testimonial_section.bg_gray {
  background-color: #f5f8ff; }

.testimonial_section .shape_1 {
  top: 120px;
  left: -88px;
  max-width: 158px; }

.testimonial_section .shape_2 {
  top: 0px;
  right: 0px;
  max-width: 534px; }

.testimonial_section .shape_3 {
  top: -70px;
  right: -258px;
  max-width: 769px; }

.testimonial_section .shap_bottom path {
  fill: #ffffff; }

.testimonial_section .testimonial_carousel_1 {
  z-index: 2;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 45px; }
  .testimonial_section .testimonial_carousel_1:after, .testimonial_section .testimonial_carousel_1:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-size: auto;
    background-repeat: no-repeat; }
  .testimonial_section .testimonial_carousel_1:before {
    z-index: -1;
    background-position: left bottom;
    background-image: url(../images/shape_10.png); }
  .testimonial_section .testimonial_carousel_1:after {
    z-index: -2;
    background-position: right top;
    background-image: url(../images/shape_11.png); }
  .testimonial_section .testimonial_carousel_1 .item {
    z-index: 3;
    margin: auto;
    max-width: 450px;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px; }
    .testimonial_section .testimonial_carousel_1 .item:before {
      top: 104px;
      left: -28px;
      content: '';
      width: 159px;
      height: 124px;
      position: absolute;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: left top;
      background-image: url(../images/quote_3.png); }
    .testimonial_section .testimonial_carousel_1 .item p {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
    font-style: italic;
	padding: 0 20px;
}
    .testimonial_section .testimonial_carousel_1 .item .hero_name {
      font-size: 24px;
      font-weight: 600; }
	  
	  span.hero_title {
		  
		  text-transform: uppercase;
	  }
    .testimonial_section .testimonial_carousel_1 .item .hero_title {
      display: block;
      font-size: 14px; text-transform: uppercase;margin-bottom: 15px;}
    .testimonial_section .testimonial_carousel_1 .item .thumbnail_wrap {
      padding: 6px;
      display: table;
      margin: 0px auto 20px;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/shape_12.png); }
      .testimonial_section .testimonial_carousel_1 .item .thumbnail_wrap .thumbnail_image {
        z-index: 3;
        width: 80px;
        height: 80px;
        display: table;
        margin: 0px auto;
        overflow: hidden;
        border-radius: 100%; }
    .testimonial_section .testimonial_carousel_1 .item.text-white .hero_name {
      color: #ffffff; }
  .testimonial_section .testimonial_carousel_1 .owl-nav {
        left: 116%;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute; }
  .testimonial_section .testimonial_carousel_1 .owl-dots {
    display: none;
    margin-top: 50px; }
  .testimonial_section .testimonial_carousel_1.nav_false .owl-nav {
    display: none; }
  .testimonial_section .testimonial_carousel_1.dots_true .owl-dots {
    display: block; }

.testimonial_section .testimonial_carousel_1.secondary_style {
  width: 100%;
  padding: 0px;
  display: block;
  min-height: auto; }
  .testimonial_section .testimonial_carousel_1.secondary_style:after, .testimonial_section .testimonial_carousel_1.secondary_style:before {
    display: none; }
  .testimonial_section .testimonial_carousel_1.secondary_style .item {
    padding: 0px;
    max-width: 100%; }
    .testimonial_section .testimonial_carousel_1.secondary_style .item:before {
      display: none; }
    .testimonial_section .testimonial_carousel_1.secondary_style .item .thumbnail_wrap {
      background-image: url(../images/shape_30.png); }
    .testimonial_section .testimonial_carousel_1.secondary_style .item .hero_name {
      margin-bottom: 5px; }

.testimonial_section .bg_area {
  height: 415px; }
  .testimonial_section .bg_area.bg_gradient_blue {
    background-image: -webkit-linear-gradient(60deg, #301cab 0%, #5774fa 100%);
    background-image: -o-linear-gradient(60deg, #301cab 0%, #5774fa 100%);
    background-image: linear-gradient(30deg, #301cab 0%, #5774fa 100%); }

.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-next:before,
.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-prev:before {
  color: #ffffff;
  border: 1px solid #ffffff; }

.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-next:hover:before,
.testimonial_section .bg_gradient_blue .owl-carousel .owl-nav .owl-prev:hover:before {
  background: #ffffff;
  color: #4154f1;
  border-color: #ffffff; }

.testimonial_section .testimonial_carousel_2 {
  width: auto;
  margin: -30px -15px; }
  .testimonial_section .testimonial_carousel_2 .item {
    padding: 30px 15px; }
  .testimonial_section .testimonial_carousel_2 .testimonial_item {
    z-index: 1;
    padding: 40px;
    position: relative;
    border-radius: 6px;
    padding-bottom: 60px;
    background-size: auto;
    background-color: #ffffff;
    background-position: right -15px bottom -22px;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
    box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08); }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_wrap {
      margin-bottom: 25px; }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .rating_star {
      top: 47px;
      right: 40px;
      position: absolute; }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .thumbnail_image {
      float: left;
      width: 60px;
      height: 60px;
      overflow: hidden;
      margin-right: 20px;
      border-radius: 100%; }
    .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content {
      display: table;
      padding-top: 7px; }
      .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_name {
        font-size: 20px;
        margin-bottom: 2px; }
      .testimonial_section .testimonial_carousel_2 .testimonial_item .admin_content .admin_title {
        font-size: 14px;
        display: inline-block; }

/* 08 - testimonial section - end
==================================================================================================== */

/* testimonial section - start */
.testimonial_section .testimonial_carousel_1:before {
  background-image: url(../images/shape_36.png); }

.testimonial_section .testimonial_carousel_1:after {
  background-image: url(../images/shape_37.png); }

/* testimonial section - end */

/* testimonial section - start */
.testimonial_section .testimonial_carousel_1:before {
  background-image: url(../images/shape_42.png); }

.testimonial_section .testimonial_carousel_1:after {
  background-image: url(../images/shape_43.png); }

/* testimonial section - end */

/* testimonial section - start */
.testimonial_section .testimonial_carousel_1:before {
  background-image: url(../images/shape_46.png); }

.testimonial_section .testimonial_carousel_1:after {
  background-image: url(../images/shape_47.png); }

/* testimonial section - end */

/* testimonial section - start */
.home_saas .testimonial_section .bg_area {
  z-index: 1;
  position: relative; }

/* testimonial section - end */
/* 27.09 - home saas - end
================================================== */


/* 08 - testimonial section - end
==================================================================================================== */

.text-white {
    color: #fff!important;
}

.testimonial_section .owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}

.testimonial_section .owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {
    margin: 0px;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    overflow: hidden;
    border-radius: 0%;
    position: relative;
}

.testimonial_section .owl-theme .owl-nav .owl-next:before,.testimonial_section .owl-theme .owl-nav .owl-prev:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    color: #858DA3;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #858DA3;
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: 'Font Awesome 5 Pro';
}

.testimonial_section .owl-theme .owl-nav .owl-prev:before {
    content: '\f060';
}

.testimonial_section .owl-theme .owl-nav .owl-next:before {
    content: '\f061';
}


.testimonial_section .owl-theme .owl-nav .owl-next:hover:before, .testimonial_section .owl-theme .owl-nav .owl-prev:hover:before {
    color: #ffffff;
    background: #ff6b00;
    border-color: #ff6b00;
}

.testimonial_section .owl-theme .owl-nav .owl-next > span,.testimonial_section .owl-theme .owl-nav .owl-prev > span {
    display: none;
}

.testimonial_section .owl-theme .owl-nav .owl-next:hover,.testimonial_section .owl-theme .owl-nav .owl-prev:hover {
    background: none;
}

.input-group-text {
      border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.contact-form-box .form-control {
   
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
}

.contact-top-section .col-md-9{
	margin: auto;
	
}

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

.appen_left p {
   font-size: 230px;
    line-height: 1;
    margin: 0;
    transform: rotate( 
-90deg);
    font-weight: bold;
    outline: none !important;
    color: #7683a1;
	font-family: 'Arimo', sans-serif;
}

.appen_right {
    color: #fff;
    padding-top: 16px;
}

.appen_right h3 {
    font-size: 50px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
}
.appen_right span {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.appen_right span img {
    padding-right: 10px;
}

.appen_left {
    display: flex;
    align-items: self-start;
    justify-content: center;
}

.prs-stps {
    margin-bottom: 100px;
}

.lng-ani:after {
	content:'';
    top:0;
	transform:translateX(100%);
	width:100%;
	height: 100%;
	position: absolute;
	z-index:1;
	animation: slide 1s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}

.pinkBg {
    background-color: #ed184f!important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}

.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}




.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

.intro-banner-vdo-play-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 0;
    bottom: -25px;
}

.shnn {
 
/* display: inline-block; */
    text-transform: capitalize;
    /* text-decoration: none; */
    /* letter-spacing: 5px; */
    /* color: #FAFAFA; */
    /* border: 3px solid #FAFAFA; */
    /* padding: 25px; */
    /* position: absolute; */
    text-align: center;
    /* left: 67%; */
    /* top: 50%; */
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}


.shnn i {
  /*   positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  /*   gradient   */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
  /*  forming the shine element
      play around with the width, skew and gradient to get different effects
    */
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  /*  animating it  */
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

/*  */
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}

.-service-list {
    display: block;
    
}
.-service-list li {
    text-transform: uppercase;
    list-style: none;
    padding: 0 8px;
    border-right: 1px solid #d4d4d4;
    display: inline-block;
}


.-service-list li a {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 5px;
    display: inline-block;
    font-weight: 700;
}
.-service-list li:first-child {
    padding-left: 0;
}
.-service-list li:last-child {
    border-right: none;
}

.mt10 {
    margin-top: 10px;
}

.contact-top-section {
    background-image: url(../images/frm-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
       padding: 80px 0px 120px;
}

.appen_rght {
	
	    margin-left: 130px;
}

.c_slide_in_wrap3 {
    color: #ff6b00;
    font-size: 27px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
}

h2.title_text.c_slide_in_wrap1 span.c_slide_in_wrap3{
	color: #000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.section_title p {
    font-size: 15px;
    line-height: 24px;
}

.tratnng img {
    width: auto !important;
    margin: auto;
    padding-bottom: 10px;
}

.sb-btnn {
    margin: auto;
    padding: 30px;
}


a.btn-your-project {
    background-image: linear-gradient(to right, #fc9c45, #ff4a68);
    color: #fff;
    line-height: 40px;
    padding: 8px 60px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
	width:auto;
}

.ree-text {
    position: relative;
    z-index: 5;
}


.ree-text:after {
    content: "";
    position: absolute;
    background: #ffc5b2;
    right: 0;
    left: 0;
    height: 10px;
    z-index: -5;
}

.rt40:after {
    bottom: 10px;
}





/*------------------------header-modal_css--------------------------*/
.tranparent-bg .modal-header {
    border-bottom: transparent;
}

.tranparent-bg .modal-content {
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
}

.tranparent-bg .quickform-holder {
    position: relative;
    z-index: 10000;
    padding: 0;
    width: 754px;
}

.tranparent-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0px;
    display: none;
}

.tranparent-bg .quickform-holder .qi-btn-holder {
    height: 102px;
}

.tranparent-bg .quickform-holder .qi-btn-holder {
    text-align: right;
    height: 68px;
}

.tranparent-bg .quickform-holder .big-girl {
    left: 5%;
}

.tranparent-bg .quickform-holder .big-girl {
    position: absolute;
    top: 25px;
    z-index: 1;
    display: inline-block;
    width: 306px;
    height: auto;
    transform: translate(0px, -50px);
    box-shadow: 0px 14px 10px -10px #00000069;
}

.tranparent-bg .quickform-holder .quickform {
    bottom: 0;
}

.tranparent-bg .quickform-holder .quickform {
    overflow: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.5);
    position: relative;
    bottom: 0;
}

.tranparent-bg .quickform-holder .quickform .s-f-left {
    display: block;
}

.tranparent-bg .quickform-holder .quickform .s-f-left {
    float: left;
    width: 50%;
    background: #12ec90;
    background: -moz-linear-gradient(-45deg, #12ec90 0%, #0e3361 100%);
    background: -webkit-linear-gradient(-45deg, #12ec90 0%, #0e3361 100%);
    background: linear-gradient(135deg, #bb1900 0%, #0e3361 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12ec90', endColorstr='#0e3361', GradientType=1);
}

.tranparent-bg .quickform-holder .quickform .s-f-left .calender {
	background: url(../images/s-f-left-date.jpg) no-repeat 0 0;
	padding: 182px 20px 264px 62px;
	background-size: cover;
	background-position: center;
}

.tranparent-bg .quickform-holder .quickform .s-f-left .calender .text {
    z-index: 1;
    position: relative;
}

.tranparent-bg .quickform-holder .quickform .s-f-left .calender .text1 {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 25px 0 7px;
}

.tranparent-bg .quickform-holder .quickform .s-f-right {
    float: right;
    width: 50%;
}

.tranparent-bg .quickform-holder .quickform .s-f-right {
    background-color: #DBF1F3;
    position: relative;
}

.tranparent-bg .quickform-holder .quickform .s-f-right h2 {
    font-size: 20px;
    color: #070606;
    line-height: 28px;
    position: relative;
    text-align: center;
    margin: 0px auto 0px;
    font-weight: bold;
    padding-bottom: 0px;
    background: #fff;
    padding: 21px;
}

.tranparent-bg .quickform-holder .quickform .s-f-right h2::after {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	background: #ff5563;
	content: '';
	width: 30px;
	height: 3px;
	border-radius: 35px;
	z-index: 9;
}

.quickform-holder .quickform .s-f-left {
    display: block;
}

.quickform-holder .quickform .s-f-left .calender .text {
    z-index: 1;
    position: relative;
}

.quickform-holder .big-girl {
    position: absolute;
    left: -100%;
    top: 60px;
    z-index: 1;
    display: none;
    width: 245px;
    display: none;
}

.quickform-holder .quickform .o-contact-form {
    padding: 0;
    background-color: #fff;
}

.o-contact-form {
    background: url("../images/contact-form-pattern.jpg") 100% 0 no-repeat #fff;
    background-color: rgb(255, 255, 255);
    background-size: auto;
    background-size: 30%;
    color: #333;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg {
    padding: 0 20px 7px 20px;
    background-color: #fff;
}

.o-contact-form--white-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 80px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    display: block;
}

.o-contact-form__contact-form {
    padding: 0;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .un::after {
    border-bottom: 1px solid #C9C8C8;
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .un {
    position: relative;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .un input {
    padding: 10px 0;
    background: transparent;
    margin-bottom: 16px;
    width: 100%;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .u-name,
.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .u-email,
.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .u-company {
    font-size: 14px;
    border-bottom: 0;
    box-shadow: none;
    border: transparent;
    width: 100%;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .c-btn--lg {
	margin: 0;
	width: 100%;
	text-align: center;
	border: 0;
	background-size: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-image: linear-gradient(to right, #fc9c45, #ff4a68);
	color: #fff;
	line-height: 50px;
	padding: 8px 50px;
	border-radius: 30px;
	border: 2px solid #fd8051;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

.u-submit {
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 19px 0px;
    font-size: 18px;
    text-transform: uppercase;
    max-width: 350px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: #fff;
    border: 2px solid #FF5800;
    background-color: #FF5800;
    width: 250px;
    margin: 0 auto;
}

.quickform-holder .quickform .o-contact-form .c-btn-1:hover {
    background-image: linear-gradient(to right, #ff4a68, #fc9c45);
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .ue {
    position: relative;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .ue::after {
    border-bottom: 1px solid #C9C8C8;
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .ue input {
    padding: 10px 0;
    background: transparent;
    margin-bottom: 16px;
    width: 100%;
}

.quickform-holder .group {
    text-align: left;
    margin-bottom: 20px;
}

.quickform-holder .quickform .o-contact-form .o-contact-form--white-bg .ue input {
    padding: 10px 0;
    background: transparent;
    margin-bottom: 16px;
    width: 100%;
}

.quickform-holder .quickform .s-f-right .s-f-right-bottom {
    display: block;
}

.quickform-holder .quickform .s-f-right .s-f-right-bottom {
	background-color: #DBF1F3;
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	text-align: left;
}

.quickform-holder .quickform .s-f-right .s-f-right-bottom ul li {
    float: left;
    width: 41%;
    min-height: 70px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 14px;
    margin-left: 20px;
    list-style: none;
}

.quickform-holder .quickform .s-f-right .s-f-right-bottom ul li img {
    display: block;
    margin-bottom: 5px;
    max-width: 25%;
}

.tranparent-bg .modal-header .close {
background: linear-gradient(to right, #fc9c45, #ff4a68);
	opacity: 1;
	border-radius: 50%;
	padding: 5px;
	height: 35px;
	width: 35px;
	color: #fff;
}

.tranparent-bg .wpcf7-form-control-wrap {
    display: block;
}

.quickform-holder .quickform .o-contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 44px;
}

.ex-p-0{
    padding: 0px!important;
}