body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

section {
    overflow: hidden;
}

a:hover {
    text-decoration: none !important;
    color: #fff;
}

header.main-header {
    
    display: block;
    position: fixed;
    width: 100%;
    float: left;
    z-index: 99;
    background-color: #fff;
  /*  
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  background-color: #ffffff; */
    transition: all 0.4s ease;
    padding-top: 10px;
}

header.sticky {
    background: #000 !important;
    position: fixed !important;
    z-index: 9999;
    padding-top: 20px;
    height: 90px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-upper {
    position: relative;
    z-index: 1;
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    padding-top: 30px;
    padding-left: 30px;
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 8px 0px 8px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0px !important;
    color: #ffffff !important;
}

.sticky-header .main-menu .navigation>li>a:after {
    display: none;
}

.main-header .nav-outer {
    position: static;
    /*float: right;  */
    padding-top: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box {
    position: relative;
    padding: 10px 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
}

.main-menu {
    position: static;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block !important;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    color: #2A3342;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    padding: 26px 0px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 26px;
    width: 0px;
    height: 2px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: linear-gradient(to right, #f36d09 0%, #f68c3fad 100%);
}


.main-menu .navigation>li:hover>a::before {
    width: 100%;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #ffffff;
    padding-left: 30px;
    background: #ff4e53;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    padding-left: 30px;
    background: #ff4e53;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header.fixed-header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    height: 90px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.main-header.fixed-header .header-upper .logo-box {
    padding: 10px 0px;
}

.main-header.fixed-header .nav-outer {
    padding-top: 0px;
}

.main-header.fixed-header .main-menu .navigation>li>a {
    padding: 26px 0px;
}

.main-header.fixed-header .main-menu .navigation>li>a:before {
    display: none;
}

/* .main-header.fixed-header .header-upper .outer-box{ padding-top:27px; }  */



/*******banner-area*****/
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.banner-section {
    position: relative;
    padding: 120px 0px 45px;
    background-position: top, center;
    background-repeat: no-repeat;
    /* background-image: url('../images/banner-bg-new.jpg'); */
    /* background-size: cover; */
    overflow: hidden;
}

.banner-section .patern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 600px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.banner-section .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /*background-size: cover; */
    background-repeat: no-repeat;
    background-position: top center;
}

.banner-section .content-column h1 {
    position: relative;
    color: #fff;
    font-weight: 900;
    font-size: 58px;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.banner-section .content-column .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px;
    font-weight: 400;
}

.banner-section .content-column .address {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 40px;
    font-weight: 400;
    margin-top: 50px;
}

.banner-section .content-column .inner-column {
    position: relative;
    padding: 15px 0px;
}

.banner-section .carousel-column .inner-column .slides-box {
    position: relative;
    width: 321px;
    height: 658px;
    margin: 0 auto;
    padding: 17px 19px;
    background-repeat: no-repeat;
    background-image: url(../images/mobile.png);
}

.banner-section .carousel-column .inner-column .slides-box img {
    width: 100%;
}

.banner-section .carousel-column .inner-column .pager-box {
    position: absolute;
    left: 0px;
    bottom: -100px;
}

.banner-section .carousel-column .inner-column .slides-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 17px;
    right: 0px;
    height: 22px;
    z-index: 1;
    background: url(../images/mobile-speaker.png) center center no-repeat;
}




/*******featured-area*****/
.featured-section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 30px;
}

.sec-title .title {
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    z-index: 1;
    /* margin-left: 12px; */
    margin-bottom: 12px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    left: -13px;
    top: -7px;
    width: 35px;
    height: 35px;
    z-index: -1;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0%, #6cd8ff 100%);
}

.sec-title h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4em;
    margin-top: 12px;
    z-index: 1;
}

.featured-section .content-column .text p {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 25px;
}

.featured-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 30px 35px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    background-color: #f54245;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 15px 15px rgba(239, 66, 70, 0.30);
}

.featured-block.style-two .inner-box .icon-box {
    background-color: #0084fe;
    box-shadow: 0px 15px 15px rgba(0, 132, 154, 0.30);
}

.featured-block .inner-box h3 {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px;
}

.list-style-one li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: #27c352;
    font-weight: 400;
    font-family: 'FontAwesome';
}

.featured-block.titlt {
    margin-bottom: 40px;
}

.featured-block .inner-box .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 18px;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #ffffff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #9225d5;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.btn-style-three a:hover {
    color: #fff;
    text-decoration: none
}

.steps-section {
    position: relative;
    padding: 120px 0px;
    background-color: #eff3ff;
}

.steps-section .patern-layer-one {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 34%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}



.steps-section .carousel-column {
    position: relative;
}

.steps-section .carousel-column .carousel-inner {
    position: relative;
    width: 321px;
    height: 658px;
    margin: 0 auto;
    padding: 18px 19px 17px;
    margin-left: 200px;
    margin-top: -20px;
    background-repeat: no-repeat;
}

.steps-section .carousel-column .carousel-inner:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 17px;
    right: 0px;
    height: 22px;
    z-index: 1;
    background: url(../images/resource/mobile-speaker.png) center center no-repeat;
}

.steps-section .carousel-column .carousel-inner .slides {
    position: relative;
    overflow: hidden;
}

.steps-section .carousel-column .carousel-inner .content img {
    position: relative;
    border-radius: 25px;
}

.steps-section .blocks-column {
    position: relative;
}

.steps-section .blocks-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.steps-section .blocks-column .inner-column .carousel-indicators {
    position: relative;
    margin: 0px;
    display: block;
    overflow: visible;
}

.steps-section .blocks-column .inner-column .carousel-indicators li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-right: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    cursor: auto;
    padding-left: 80px;
    line-height: 1.8em;
    margin-bottom: 35px;
    background: none;
    text-indent: inherit;
    transition: all 500ms ease;
}

.steps-section .blocks-column .inner-column .carousel-indicators li:last-child {
    margin-bottom: 0px;
}

.steps-section .blocks-column .inner-column .carousel-indicators li:before {
    position: absolute;
    content: '';
    left: 29px;
    top: 0%;
    width: 1px;
    height: 300%;
    background-color: #f9ad75a6;
}

.steps-section .blocks-column .inner-column .carousel-indicators li:last-child::before {
    display: none;
}

.steps-section .blocks-column .inner-column .carousel-indicators li strong {
    color: #000000;
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
    padding-top: 0px;
}

.steps-section .blocks-column .inner-column .carousel-indicators li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 35px;
    width: 60px;
    height: 60px;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    z-index: 1;
    text-indent: inherit;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    box-shadow: 0px 10px 15px rgb(244 113 16 / 16%);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.steps-section .blocks-column .inner-column .carousel-indicators li .icon img {
    max-width: 60%;
}

.steps-section .blocks-column .inner-column .carousel-indicators li .number {
    position: absolute;
    left: 0px;
    top: 9px;
    color: #daddf1;
    font-size: 50px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-footer {
    position: relative;
    background-color: #2A3342;
}

.main-footer .widgets-section {
    position: relative;
    padding: 70px 0px 40px;
}

.main-footer .widgets-section .footer-column {
    margin-bottom: 30px;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.main-footer .links-widget ul li {
    position: relative;
    margin-bottom: 18px;
}

.main-footer .links-widget ul li a {
    position: relative;
    color: #000000;
    font-size: 16px;
    padding-left: 18px;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-footer .links-widget ul li a:hover {
    text-decoration: underline;
    color: #0072fd;
}

.main-footer .links-widget ul li a:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 2px;
    line-height: 1em;
    font-family: 'FontAwesome';
}

.main-footer .email-widget .text {
    position: relative;
    color: #000000;
    font-size: 14px;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
}

.main-footer .email-widget .btns {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

.main-footer .email-widget .btns a {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0px;
    border-top: 1px solid #dee2ef;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.main-footer .footer-nav {
    position: relative;
}

.main-footer .footer-nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.main-footer .footer-nav li a {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Newsletter Form */

.newsletter-form-two {
    position: relative;
}

.newsletter-form-two .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 1;
}

.newsletter-form-two .form-group input,
.newsletter-form-two .form-group select,
.newsletter-form-two .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #75717b;
    font-weight: 400;
    height: 45px;
    padding: 25px 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 20px 40px rgba(42, 38, 45, .06);
}

.newsletter-form-two .form-group input:focus,
.newsletter-form-two .form-group select:focus,
.newsletter-form-two .form-group textarea:focus {
    border: 1px solid #0a8cfd;
}

.newsletter-form-two .form-group input[type="submit"],
.newsletter-form-two button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    font-weight: 700;
    border: 0 !important;
    padding: 0;
    line-height: 30px;
    cursor: pointer;
    color: #ffffff;
    background-image: -ms-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0%, #6cd8ff 100%);
}

.newsletter-form-two button:hover {
    background-image: -ms-linear-gradient(left, #6bd7ff 0%, #0084fd 100%);
    background-image: -moz-linear-gradient(left, #6bd7ff 0%, #0084fd 100%);
    background-image: -o-linear-gradient(left, #6bd7ff 0%, #0084fd 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #6bd7ff), color-stop(100, #0084fd));
    background-image: -webkit-linear-gradient(left, #6bd7ff 0%, #0084fd 100%);
    background-image: linear-gradient(to right, #6bd7ff 0%, #0084fd 100%);
}



.subscribe-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0px 100px;
    text-align: center;
}

.subscribe-section .patern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 180%;
    background-position: left center;
    background-repeat: repeat;
    background-image: url(../images/pattern-15.png);
}

@-webkit-keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}

@keyframes banner-animate {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}

.ampty-animations {
    animation-name: banner-animate;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: banner-animate;
    -webkit-animation-duration: 70s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: banner-animate;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: banner-animate;
    -ms-animation-duration: 70s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: banner-animate;
    -o-animation-duration: 70s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


.subscribe-section .sec-title {
    margin-bottom: 80px;
}

.subscribe-section .email {
    position: relative;
    color: #000000;
    font-size: 14px;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 12px;
    font-family: 'Poppins', sans-serif;
}

.subscribe-section .subscribe-form {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    z-index: 1;
}

.subscribe-form .form-group input,
.subscribe-form .form-group select,
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #75717b;
    font-weight: 500;
    height: 66px;
    padding: 25px 40px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 20px 40px rgba(42, 38, 45, .06);
}

.subscribe-form .form-group input:focus,
.subscribe-form .form-group select:focus,
.subscribe-form .form-group textarea:focus {
    border: 1px solid #ef454a;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    cursor: pointer;
    border-radius: 0px 8px 8px 0px;
    padding: 16px 45px;
}



.contact-section {
    position: relative;
    padding: 50px 0px 20px;
    background: #eff3ff;
}

.contact-section .info-column {
    position: relative;
}

.contact-section .info-column .inner-column {
    position: relative;
    padding: 120px 0px 110px;
}

.contact-section .info-column .patern-layer-one {
    position: absolute;
    left: 0px;
    top: -80px;
    right: -48px;
    bottom: 0px;
    z-index: 2;
}

.contact-section .info-column .patern-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section .info-column .patern-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section .info-column .info-list {
    position: relative;
    z-index: 3;
    margin-left: 20px;
}

.contact-section .info-column .info-list li {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 50px;
}

.contact-section .info-column .info-list li strong {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.contact-section .info-column .info-list li .icon {
    position: absolute;
    content: '';
    left: 0px;
    top: 3px;
    line-height: 1em;
    background: -webkit-gradient(linear, left top, right top, from(#2bb852), color-stop(98%, #6ede4c), to(#6ede4c));
    background: linear-gradient(to right, #2bb852 0%, #6ede4c 98%, #6ede4c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section .info-column .info-list li:nth-child(2) .icon {
    background: -webkit-gradient(linear, left top, right top, from(#9828d5), color-stop(98%, #de3fdb), to(#de3fdb));
    background: linear-gradient(to right, #9828d5 0%, #de3fdb 98%, #de3fdb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section .info-column .info-list li:nth-child(3) .icon {
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #69d6ff), to(#69d6ff));
    background: linear-gradient(to right, #0084fd 0%, #69d6ff 98%, #69d6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-section .info-column .info-list li a {
    position: relative;
    color: #000000;
    font-size: 16px;
}


.contact-section .info-column .info-list li:nth-child(3) .icon img {
    max-width: 80%;
}

.featured-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 0px;
}

.featured-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.featured-section .content-column .inner-column {
    position: relative;
}

.featured-section .content-column .sec-title {
    margin-bottom: 25px;
}

.featured-section .content-column .text {
    position: relative;
    margin-bottom: 20px;
}

.featured-section .content-column .text p {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.9em;
    margin-bottom: 25px;
}

.featured-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.featured-section .content-column .list-style-one {
    margin-bottom: 40px;
}

.featured-section .blocks-column {
    position: relative;
    margin-bottom: 40px;
}

.featured-section .blocks-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.featured-section .blocks-column .inner-column .side-image {
    position: absolute;
    right: -90px;
    bottom: -24px;
}

.featured-section .blocks-column .inner-column .cloud-icon {
    position: absolute;
    right: -40px;
    top: 140px;
}

.featured-block {
    position: relative;
    margin-bottom: 40px;
}

.featured-block .inner-box {
    position: relative;
    text-align: center;
    padding: 50px 30px 35px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.20);
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50px;
    background-color: #f54245;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 15px 15px rgba(239, 66, 70, 0.30);
}

.featured-block .inner-box .icon-box:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/pattern-5.png) right top no-repeat;
    display: none
}

.featured-block .inner-box .icon-box:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/pattern-6.png) right top no-repeat;
    display: none !important
}

.featured-block .inner-box:hover .icon-box:before {
    left: 0px;
    transition-delay: 150ms;
}

.featured-block .inner-box:hover .icon-box:after {
    left: 0px;
    transition-delay: 300ms;
}

.featured-block .inner-box .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    background-color: #F36F0D;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 15px 15px #f36f0d2e;
}

.featured-block.style-two .inner-box .icon-box {
    background-color: #CC1124;
    box-shadow: 0px 15px 15px rgb(204 17 36 / 16%);
}

.featured-block.style-three .inner-box .icon-box {
    background-color: #0A58FF;
    box-shadow: 0px 15px 15px #0a57fd3b;
}

.featured-block.style-four .inner-box .icon-box {
    background-color: #FCB013;
    box-shadow: 0px 15px 15px #fcb01142;
}

.featured-block .inner-box .icon-box .icon {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 32px;
}

.featured-block .inner-box h3 {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px;
    min-height: 53px;
}

.featured-block .inner-box .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 18px;
}

.featured-block .inner-box .icon-box img {
    max-width: 60%;
}


.apps-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 20px;
}

.app-block {
    position: relative;
    margin-bottom: 20px;
}

.app-block .inner-box {
    position: relative;
}

.app-block .inner-box .image-column {
    position: relative;
    margin-bottom: 40px;
}

.app-block .inner-box .image-column .inner-column {
    position: relative;
    /* padding-left:30px; */
}

.app-block .inner-box .image-column .image {
    position: relative;
}

.app-block .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.app-block .inner-box .image-column .small-image {
    position: absolute;
    right: -20px;
    top: -20px;
}

.app-block .inner-box .content-column {
    position: relative;
}

.app-block .inner-box .content-column .inner-column {
    position: relative;
    /* padding-left:50px;  */
}

.app-block .inner-box .content-column .icon-box {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background-color: #26c052;
    box-shadow: 0px 15px 15px rgba(0, 132, 154, 0.30);
}

.app-block .inner-box .content-column .icon-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/icons/pattern-9.png) right top no-repeat;
}

.app-block .inner-box .content-column .icon-box:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/icons/pattern-10.png) right top no-repeat;
}

.app-block.style-two .inner-box .content-column .icon-box {
    background-color: #8c28cc;
    overflow: hidden;
    box-shadow: 0px 15px 15px rgba(147, 38, 214, 0.30);
}

.app-block.style-two .inner-box .content-column .icon-box:before {
    background: url(../images/icons/pattern-11.png) right top no-repeat;
}

.app-block.style-two .inner-box .content-column .icon-box:after {
    background: url(../images/icons/pattern-12.png) right top no-repeat;
}

.app-block .inner-box .content-column .icon {
    position: relative;
    color: #ffffff;
    font-size: 36px;
    z-index: 1;
}

.app-block .inner-box .content-column h3 {
    position: relative;
    color: #000000;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 18px;
}

.app-block .inner-box .content-column .text {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 25px;
}


.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 28px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    height: 50px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #e3eaff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
    color: #000000;
}

.default-form .form-group input[type="text"]:focus-visible,
.default-form .form-group input[type="password"]:focus-visible,
.default-form .form-group input[type="tel"]:focus-visible,
.default-form .form-group input[type="email"]:focus-visible,
.default-form .form-group select:focus-visible,
.default-form .form-group textarea:focus-visible {
    border: 0 !important;
    /* display: none !important; */
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #222222;
    height: 120px;
    font-size: 14px;
    resize: none;
    font-weight: 400;
    border-radius: 6px;
    background-color: #ffffff;
    border: 1px solid #e3eaff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Poppins', sans-serif;
}

.default-form .submit-btn {
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 15px;
    border-radius: 7px;
    border: 0;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #f36d09 0%, #f68c3fad 100%);
}

.default-form .submit-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #f36d09 1000%, #f68c3fad 0%);
}


.steps-section {
    position: relative;
    padding: 80px 0px;
    background-color: #FFEEE2;
}

.steps-section .patern-layer-one {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 34%;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}

.steps-section .patern-layer-two {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 331px;
    height: 624px;
    background-position: right top;
    background-repeat: no-repeat;
}

.steps-section .patern-layer-three {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 623px;
    height: 824px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.steps-section .steps-tabs {
    position: relative;
}

.steps-section .steps-tabs .tab-btns {
    position: relative;
    padding-left: 50px;
}

.steps-section .steps-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    float: left;
    margin-right: 0px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    padding-left: 130px;
    line-height: 1.8em;
    margin-bottom: 45px;
    transition: all 500ms ease;
}

.steps-section .steps-tabs .tab-btns .tab-btn:before {
    position: absolute;
    content: '';
    left: 37px;
    top: 0%;
    width: 1px;
    height: 150%;
    background-color: #dce0fe;
}

.steps-section .steps-tabs .tab-btns .tab-btn:last-child::before {
    display: none;
}

.steps-section .steps-tabs .tab-btns .tab-btn strong {
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
}

.steps-section .steps-tabs .tab-btns .tab-btn .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 44px;
    width: 75px;
    height: 70px;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    box-shadow: 0px 10px 15px rgba(0, 132, 253, 0.15);
}

.steps-section .steps-tabs .tab-btns .tab-btn .icon i {
    position: relative;
    z-index: 2;
    font-weight: 500;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background: -webkit-gradient(linear, left top, right top, from(#0084fd), color-stop(98%, #41b7fe), to(#41b7fe));
    background: linear-gradient(to right, #0084fd 0%, #41b7fe 98%, #41b7fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.steps-section .steps-tabs .tabs-content {
    position: relative;
    width: 321px;
    height: 658px;
    margin: 0 auto;
    padding: 19px 19px 17px;
    margin-left: 200px;
    margin-top: -20px;
    background-repeat: no-repeat;
}

.steps-section .steps-tabs .tabs-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 17px;
    right: 0px;
    height: 22px;
    z-index: 1;
    background: url(../images/mobile-speaker.png) center center no-repeat;
}

.steps-section .steps-tabs .tabs-content .tab {
    position: relative;
    display: none;
    transform: rotateY(90deg);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.steps-section .steps-tabs .tabs-content .tab.active-tab {
    display: block;
    transform: rotateY(0deg);
}

.steps-section .steps-tabs .tabs-content .tab img {
    position: relative;
    border-radius: 22px;
}


.integration-area {
    position: relative;
    overflow: hidden;
    padding: 95px 0px 95px;
    background-color: #eff3ff;
}

.integration-area .patern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 550px;
    height: 100%;
    background-repeat: no-repeat;
}

.integration-area .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat;
}

.integration-area .patern-layer-three {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 502px;
    height: 860px;
    background-repeat: no-repeat;
}

.integration-area .patern-layer-four {
    position: absolute;
    right: 98px;
    bottom: 60px;
    width: 421px;
    height: 470px;
    background-repeat: no-repeat;
}

.integration-area .outer-container {
    position: static;
    overflow: hidden;
    height: 300px;
}

.banner-section .carousel-column .inner-column .slider-outer {
    position: relative;
}

.banner-section .carousel-column .inner-column .slides-box .bx-controls-direction {
    display: none;
}

.banner-section .carousel-column .inner-column .slides-box {
    position: relative;
    width: 321px;
    height: 658px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 17px 19px;
    background-repeat: no-repeat;
}

.banner-section .carousel-column .inner-column .slides-box .mobile-small-image {
    position: absolute;
    right: -250px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
}

.banner-section .carousel-column .inner-column .slides-box .mobile-small-image.visible {
    opacity: 1;
    right: -150px;
    visibility: visible;
}

.banner-section .carousel-column .inner-column .slides-box .heart-image-icon {
    position: absolute;
    right: -150px;
    top: -150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.banner-section .carousel-column .inner-column .slides-box .heart-image-icon.visible-heart {
    opacity: 1;
    top: 50px;
    visibility: visible;
}

.banner-section .carousel-column .inner-column .slides-box .plus-small-image {
    position: absolute;
    right: 180px;
    top: 280px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.banner-section .carousel-column .inner-column .slides-box .plus-small-image.visible-plus {
    opacity: 1;
    right: -8px;
    visibility: visible;
}

.banner-section .carousel-column .inner-column .slides-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 17px;
    right: 0px;
    height: 22px;
    z-index: 1;
    background: url(../images/mobile-speaker.png) center center no-repeat;
}

.banner-section .carousel-column .inner-column .slides-box .image {
    border-radius: 18px;
    overflow: hidden;
}

.banner-section .carousel-column .inner-column .slides-box img {
    position: relative;
    border-radius: 22px;
    width: 100%;
    display: block;
}

.banner-section .carousel-column .inner-column .pager-box {
    position: absolute;
    left: 0px;
    bottom: -100px;
}

.banner-section .carousel-column .inner-column .pager-box .inner-box:before {
    position: absolute;
    content: '';
    left: -65px;
    right: 0px;
    bottom: 20px;
    width: 374px;
    height: 377px;
    background: url(../images/pattern-1.png) no-repeat;
}

.banner-section .carousel-column .inner-column .pager-box .pager {
    position: relative;
    font-size: 26px;
    background: none;
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    margin-left: -110px;
    display: inline-block;
    transition: all 500ms ease;
}

.banner-section .carousel-column .inner-column .pager-box .pager.one {
    position: absolute;
    left: 20px;
    bottom: 200px;
    width: 60px;
    height: 60px;
    display: block;
    line-height: 60px;
    text-align: center;
    margin-top: 80px;
    border-radius: 50px;
    background-color: #f3454a;
    box-shadow: 0px 5px 10px rgba(243, 69, 74, 0.35);
}

.banner-section .carousel-column .inner-column .pager-box .pager.one:hover {
    background-color: #d74246;
}

.banner-section .carousel-column .inner-column .pager-box .pager.two {
    position: absolute;
    bottom: 60px;
    left: 105px;
    width: 72px;
    height: 72px;
    display: block;
    font-size: 36px;
    line-height: 72px;
    text-align: center;
    border-radius: 50px;
    margin-top: 120px;
    background-color: #71bbff;
}

.banner-section .carousel-column .inner-column .pager-box .pager.two:hover {
    background-color: #65a9e7;
}

.banner-section .carousel-column .inner-column .pager-box .pager.three {
    position: absolute;
    bottom: -5px;
    left: 275px;
    width: 86px;
    height: 86px;
    display: block;
    font-size: 48px;
    line-height: 86px;
    text-align: center;
    border-radius: 50px;
    background-color: #b0f48b;
}

.banner-section .carousel-column .inner-column .pager-box .pager.three:hover {
    background-color: #97cf78;
}


.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sec-title .title {
    position: relative;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    border-radius: 36px;
    background: #F58634;
    height: 28px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}

.sec-title .title:before {
    position: absolute;
    content: '';
    left: -13px;
    top: -7px;
    width: 35px;
    height: 35px;
    z-index: -1;
    border-radius: 50px;
    display: inline-block;
    background-image: -ms-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -moz-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -o-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0084fd), color-stop(100, #6cd8ff));
    background-image: -webkit-linear-gradient(left, #0084fd 0%, #6cd8ff 100%);
    background-image: linear-gradient(to right, #0084fd 0%, #6cd8ff 100%);
    display: none !important;
}

.sec-title .title span {
    position: relative;
    color: #000000;
}

.sec-title h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.4em;
    margin-top: 0px;
    z-index: 1;
}

.sec-title h2 span {
    position: relative;
}

.sec-title h2 span:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 5px;
    width: 100%;
    height: 3px;
    z-index: -1;
    background-image: linear-gradient(to right, #f36d09 0%, #f68c3fad 100%);
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.9em;
    color: #556987;
    margin-top: 10px;
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.light .title {
    color: #ffffff;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* Style Two */

.sec-title.style-two .title:before {
    background-image: -ms-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: -moz-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: -o-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #31c551), color-stop(100, #77e34b));
    background-image: -webkit-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: linear-gradient(to right, #31c551 0%, #77e34b 100%);
}

.sec-title.style-two h2 span:before {
    background-image: -ms-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: -moz-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: -o-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #31c551), color-stop(100, #77e34b));
    background-image: -webkit-linear-gradient(left, #31c551 0%, #77e34b 100%);
    background-image: linear-gradient(to right, #31c551 0%, #77e34b 100%);
}

/* Style Three */
.sec-title.style-three .title:before {
    background-image: -ms-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0%, #e642dc 100%);
}

.sec-title.style-three h2 span:before {
    background-image: -ms-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: -moz-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: -o-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9426d5), color-stop(100, #e642dc));
    background-image: -webkit-linear-gradient(left, #9426d5 0%, #e642dc 100%);
    background-image: linear-gradient(to right, #9426d5 0%, #e642dc 100%);
}

/* Style Four */

.sec-title.style-four .title:before {
    background-image: -ms-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0%, #fb8383 100%);
}

.sec-title.style-four h2 span:before {
    background-image: -ms-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: -moz-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: -o-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f24548), color-stop(100, #fb8383));
    background-image: -webkit-linear-gradient(left, #f24548 0%, #fb8383 100%);
    background-image: linear-gradient(to right, #f24548 0%, #fb8383 100%);
}

/* List Style One */

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 18px;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    top: 0px;
    color: #27c352;
    font-weight: 400;
    font-family: 'FontAwesome';
}



.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    /* text-transform:capitalize; */
    padding: 15px 26px 15px;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #f36d09 0%, #f36d09 100%);
}

.btn-style-one:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #f36d09 1000%, #f36d09 0%);

}

/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #ffffff;
    padding: 17px 32px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #ed6c0c;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.btn-style-two:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/pattern-1.png) right top no-repeat;
}

.btn-style-two:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background: url(../images/pattern-2.png) right top no-repeat;
}

.btn-style-two:hover::before {
    left: 0px;
    transition-delay: 50ms;
}

.btn-style-two:hover::after {
    left: 0px;
    transition-delay: 100ms;
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two:hover {
    color: #ffffff;
    /* background-color:#fb616a; */
}

/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #ffffff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #9225d5;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.btn-style-three:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/pattern-3.png) right top no-repeat;
}

.btn-style-three:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/pattern-4.png) right top no-repeat;
}

.btn-style-three:hover::before {
    left: 0px;
    transition-delay: 50ms;
}

.btn-style-three:hover::after {
    left: 0px;
    transition-delay: 100ms;
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
}

.btn-style-three:hover {
    color: #ffffff;
}

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #ffffff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #0282f9;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.btn-style-four:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/pattern-13.png) right top no-repeat;
}

.btn-style-four:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/pattern-14.png) right top no-repeat;
}

.btn-style-four .txt {
    position: relative;
    z-index: 1;
}

.btn-style-four:hover::before {
    left: 0px;
    transition-delay: 50ms;
}

.btn-style-four:hover::after {
    left: 0px;
    transition-delay: 100ms;
}

.btn-style-four:hover {
    color: #ffffff;
    background-color: #369cfb;
}

/* Btn Style Five */

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
    color: #ffffff;
    padding: 17px 44px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
    background-color: #2abc52;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.btn-style-five:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/pattern-15.png) right top no-repeat;
}

.btn-style-five:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: url(../images/pattern-16.png) right top no-repeat;
}

.btn-style-five:hover::before {
    left: 0px;
    transition-delay: 50ms;
}

.btn-style-five:hover::after {
    left: 0px;
    transition-delay: 100ms;
}

.btn-style-five .txt {
    position: relative;
    z-index: 1;
}

.btn-style-five:hover {
    color: #ffffff;
    background-color: #1ec84d;
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-right: 7px;
    color: #222222;
    font-size: 18px;
    float: left;
}

.social-icon-one li.facebook a:hover {
    background-color: #16599b;
    color: #ffffff;
}

.social-icon-one li.twitter a {
    color: #03a9f4;
}

.social-icon-one li.twitter:hover a {
    background-color: #03a9f4;
    color: #ffffff;
}

.social-icon-one li.dribbble a {
    color: #ea4c89;
}

.social-icon-one li.dribbble a:hover {
    color: #ffffff;
    background-color: #ea4c89;
}

.social-icon-one li.behance a {
    color: #0067ff;
}

.social-icon-one li.behance a:hover {
    color: #ffffff;
    background-color: #0067ff;
}

.social-icon-one li a {
    position: relative;
    font-size: 14px;
    color: #16599b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


.theme_color {
    color: #ff4e53;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 110px;
}

img {
    max-width: 100%;
    height: auto;
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: none !important
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #e9454a;
}

.video-box.wow.fadeInRight.animated {
    display: none;
}


.screenshots-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
}

.swiper-slider-area .container {
    position: relative;
}

.swiper-wrapper {
    height: 630px;
    width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
    position: relative;
    width: 100%;
    height: 666px;
    margin-bottom: 50px;
}

.swiper-slide.swiper-slide-active {
    border-radius: 35px;
}

.screen-mobile-image {
    background-image: url(../images/mobile-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 645px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 24px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 301px;
    z-index: 2;
    border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
    background-size: 100% 100%;
}

.swiper-wrapper {
    padding: 30px 0 40px;
}

.swiper-slide.swiper-slide-next {
    -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
    -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
    box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

.screenshots-section .banner-navigation {
    position: relative;
    text-align: center;
    margin-top: 0px;
}

.screenshots-section .banner-navigation .swiper-button-next,
.screenshots-section .banner-navigation .swiper-button-prev {
    position: relative;
    font-size: 16px;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    background-image: none;
    display: inline-block;
    margin: 0px 15px 0px 15px;
    background-color: #e7ecf2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.screenshots-section .banner-navigation .swiper-button-prev:hover,
.screenshots-section .banner-navigation .swiper-button-next:hover {
    color: #ffffff;
    background-color: #000000;
}


.nav-outer .mobile-nav-toggler {
    position: absolute;
    right: 20px;
    top: 32px;
    /* font-size: 40px; */
    /* line-height: 50px; */
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: unset;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -ms-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a {
    color: #f4802a;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.sticky-header .navbar-header {
    display: none;
}


.integration-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0px 80px;
    background-color: #EFF3FF;
}

.integration-section .patern-layer-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 376px;
    height: 100%;
    background-repeat: no-repeat;
}

.integration-section .patern-layer-two {
    position: absolute;
    left: 175px;
    top: 50px;
    width: 266px;
    height: 478px;
    background-repeat: no-repeat;
}

.integration-section .patern-layer-three {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 502px;
    height: 860px;
    background-repeat: no-repeat;
}

.integration-section .patern-layer-four {
    position: absolute;
    right: 98px;
    bottom: 60px;
    width: 421px;
    height: 470px;
    background-repeat: no-repeat;
}

.integration-section .outer-container {
    position: static;
    overflow: hidden;
    height: 100%;
}

/* Bubbles Wrapper */

.bubbles-wrapper {
    position: absolute;
    width: 100%;
    min-height: 100%;
}

.bubbles-wrapper .bubble {
    position: absolute;
}

.bubbles-wrapper .bubble img {
    position: relative;
    border-radius: 50px;
}

.bubbles-wrapper .bubble:nth-child(1) {
    -webkit-animation: floating 5.26667s ease-in-out infinite alternate;
    animation: floating 5.26667s ease-in-out infinite alternate;
    top: 0%;
    left: 0%;
}

.swiper-button-prev span.icons-left-arrow-1 {
    font-size: 35px;
    line-height: 18px;
    margin-top: 15px !important;
    float: left;
    width: 100%;
    text-align: center;
}

.swiper-button-next span.icons-right-arrow-1 {
    font-size: 35px;
    line-height: 18px;
    margin-top: 15px !important;
    float: left;
    width: 100%;
    text-align: center;
}


/* New CSS Start */

.feature-body {
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px;
color: #556987;
margin-bottom: 40px;
}
.feature-section {
    display: flex;
    align-items: top;
    margin-bottom: 2rem;
}

.icon-box {
    background: #F58634;
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon {
    color: #FFF;
    font-size: 24px;
}

.feature-header {
    font-size: 24px;
    color: #2A3342;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}

.feature-text {
    width: 376px;
    color: #556987;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* New CSS End */



.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(1) {
        -webkit-animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 15.8s linear infinite, shake-v 2s ease-in-out infinite alternate
    }
}


.bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: floating 7.23333s ease-in-out infinite alternate;
    animation: floating 7.23333s ease-in-out infinite alternate;
    top: 10%;
    left: 13%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(2) {
        -webkit-animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 21.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: floating 9.6s ease-in-out infinite alternate;
    animation: floating 9.6s ease-in-out infinite alternate;
    bottom: 15%;
    left: 2%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(3) {
        -webkit-animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 28.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: floating 6.6s ease-in-out infinite alternate;
    animation: floating 6.6s ease-in-out infinite alternate;
    bottom: -23%;
    left: 10%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(4) {
        -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}

.bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: floating 6.5s ease-in-out infinite alternate;
    animation: floating 6.5s ease-in-out infinite alternate;
    bottom: 60%;
    left: 26%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(5) {
        -webkit-animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: floating 7.56667s ease-in-out infinite alternate;
    animation: floating 7.56667s ease-in-out infinite alternate;
    bottom: 13%;
    left: 18%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(6) {
        -webkit-animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 22.7s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: floating 9.16667s ease-in-out infinite alternate;
    animation: floating 9.16667s ease-in-out infinite alternate;
    bottom: 50%;
    left: 38%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(7) {
        -webkit-animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 27.5s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: floating 7.66667s ease-in-out infinite alternate;
    animation: floating 7.66667s ease-in-out infinite alternate;
    bottom: 6%;
    left: 30%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(8) {
        -webkit-animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 23s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: floating 6.46667s ease-in-out infinite alternate;
    animation: floating 6.46667s ease-in-out infinite alternate;
    bottom: 70%;
    left: 49%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(9) {
        -webkit-animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: floating 6.06667s ease-in-out infinite alternate;
    animation: floating 6.06667s ease-in-out infinite alternate;
    bottom: 22%;
    left: 49%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(10) {
        -webkit-animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 18.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}



.bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: floating 5.46667s ease-in-out infinite alternate;
    animation: floating 5.46667s ease-in-out infinite alternate;
    bottom: 46%;
    left: 61%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(11) {
        -webkit-animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 16.4s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}



.bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: floating 5.93333s ease-in-out infinite alternate;
    animation: floating 5.93333s ease-in-out infinite alternate;
    bottom: 73%;
    left: 71%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(12) {
        -webkit-animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 17.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}



.bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: floating 6.4s ease-in-out infinite alternate;
    animation: floating 6.4s ease-in-out infinite alternate;
    bottom: 22%;
    left: 73%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(13) {
        -webkit-animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
    animation: floating 4.06667s ease-in-out infinite alternate;
    bottom: 1%;
    left: 62%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(14) {
        -webkit-animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 12.2s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}


.bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: floating 6.6s ease-in-out infinite alternate;
    animation: floating 6.6s ease-in-out infinite alternate;
    bottom: -18%;
    left: 41%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(15) {
        -webkit-animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 19.8s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}



.bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: floating 6.86667s ease-in-out infinite alternate;
    animation: floating 6.86667s ease-in-out infinite alternate;
    bottom: 60%;
    right: 20%;
}

@media (min-width:992px) {
    .bubbles-wrapper .bubble:nth-child(16) {
        -webkit-animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
        animation: bubble-v 20.6s linear infinite, shake-v 2s ease-in-out infinite alternate;
    }
}



.bubbles-wrapper .bubble .badge {
    opacity: 0;
    transition: all .3s linear;
    position: relative;
    text-align: center;
    display: block;
    width: auto;
    top: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 5px;
    white-space: unset !important;
    font-size: 11px;
    vertical-align: unset !important;
}

.bubbles-wrapper .bubble:hover .badge {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.integration-bubbles .bubbles-wrapper {
    position: relative;
    height: 100%;
}

.integration-bubbles .bubble {
    bottom: 30% !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width:1024px) {
    .contact-section .info-column .patern-layer-one {
        display: none;
    }

    .team-block .inner-box .image:before {
        display: none
    }

    .banner-section {
        background-size: cover;
        background-position: -260px bottom;
    }

    .contact-section .info-column .info-list {
        margin-left: 0;
    }

}

@media only screen and (max-width:768px) {

    /* .main-header.fixed-header {height: 195px;} */
    .main-header .header-upper .logo-box {
        padding: 25px 0px 0px;
    }

    .main-menu .navigation>li>a {
        padding: 25px 0 39px 0px;
    }

    .main-menu .navigation>li {
        margin-right: 15px;
    }

    .main-header .header-upper .outer-box {
        padding-top: 0px;
        margin-top: -69px;
    }
}

@media only screen and (max-width:767px) {
    .main-header.fixed-header {
        height: auto;
    }
}



.white-heading{
    color: #333F51;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #333F51;
}

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {

    position: relative;
    background-image: url('../images/testimonial-bg.png');
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    display: none;
 
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #333F51;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #333F51;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #333F51;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width:  90px;
    height:  90px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
   /* box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23); */
}
.testimonial4_slide p {
    color: #333F51;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
    max-width: 720px;
}
.testimonial4_slide h4 {
  color: #333F51;
  font-size: 22px;
  padding-top:15px;
  font-weight: 600;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-prev-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/Outline-left.png');
}

.testimonial .carousel-control-next-icon {
    width: 16px;
    height: 16px;
    background-image: url('../images/Outline-right.png');
}
/* ------testimonial  close-------*/



/* logo slider */
.slider {
	padding:20px 0px 130px 0px;
}

.slider .slide {
	height: 40px;
	padding-right: 120px;
	position: relative;
}

.slider .slide img {
	max-width: none;
	opacity: 0;
	transition: 0.1s ease-out;
}
.slider .slide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain !important;
	opacity: 1;
	transition: 0.1s ease-out;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2227px);
	}
}
.slider {
	height: 110px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider::before {
	left: 0;
	top: 0;
}
.slider .slider-animation {
	animation: scroll 60s linear infinite;
	display: flex;
	/*width: calc(250px * 14);*/
	width: 10000px;
}
.slider .slider-animation:hover {
	animation-play-state: paused;
}
.slider .slide {
	height: 110px;
	padding-right: 45px;
	position: relative;
}

.slider .slide img {
	max-width: none;
	opacity: 0;
	transition: 0.1s ease-out;
}
.slider .slide:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: contain !important;
	opacity: 1;
	transition: 0.1s ease-out;
}
.slider .slider-animation:hover .slide:hover:before {
	opacity: 0;
}
.slider .slider-animation:hover .slide:hover  img{
	opacity: 1;
	border-radius: 100px;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.10);
	
}
.slider .slide.yahoo:before {
	background: url("../images/clients/Logo/gray_logo01.png") no-repeat;
}
.slider .slide.bloomberg:before {
	background: url("../images/clients/Logo/gray_logo02.png") no-repeat;
}
.slider .slide.forbes:before {
	background: url("../images/clients/Logo/gray_logo03.png") no-repeat;
}
.slider .slide.forklog:before {
	background: url("../images/clients/Logo/gray_logo04.png") no-repeat;
}
.slider .slide.ain:before {
	background: url("../images/clients/Logo/gray_logo05.png") no-repeat;
}
.slider .slide.vector:before {
	background: url("../images/clients/Logo/gray_logo06.png") no-repeat;
}
.slider .slide.inventure:before {
	background: url("../images/clients/Logo/gray_logo07.png") no-repeat;
}
.slider .slide.dlf:before {
	background: url("../images/clients/Logo/gray_logo08.png") no-repeat;
}
.slider .slide.asian:before {
	background: url("../images/clients/Logo/gray_logo09.png") no-repeat;
}
.slider .slide.sap:before {
	background: url("../images/clients/Logo/gray_logo10.png") no-repeat;
}
.slider .slide.vedantha:before {
	background: url("../images/clients/Logo/gray_logo11.png") no-repeat;
}
.slider .slide.itc:before {
	background: url("../images/clients/Logo/gray_logo12.png") no-repeat;
}
.slider .slide.landt:before {
	background: url("../images/clients/Logo/gray_logo13.png") no-repeat;
}
.slider .slide.ame:before {
	background: url("../images/clients/Logo/gray_logo14.png") no-repeat;
}
.slider .slide.optum:before {
	background: url("../images/clients/Logo/gray_logo15.png") no-repeat;
}
.slider .slide.chennai:before {
	background: url("../images/clients/Logo/gray_logo16.png") no-repeat;
}
.slider .slide.bnp:before {
	background: url("../images/clients/Logo/gray_logo17.png") no-repeat;
}
.slider .slide.cub:before {
	background: url("../images/clients/Logo/gray_logo18.png") no-repeat;
}