@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans/OpenSans-Regular.eot');
    src: url('../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Regular.woff2') format('woff2'), url('../fonts/opensans/OpenSans-Regular.woff') format('woff'), url('../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans/OpenSans-Bold.eot');
    src: url('../fonts/opensans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/OpenSans-Bold.woff2') format('woff2'), url('../fonts/opensans/OpenSans-Bold.woff') format('woff'), url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/*============================
 *        02. GENERAL        *
 *===========================*/

html,
body {
    font-family: 'OpenSans', sans-serif;
    height: 100%;
}

body {
    background: #1a2c3c;
}

p {
    font-family: 'OpenSans';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #182848;
    opacity: 0.8;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

button,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input,
textarea,
form-control,
input:hover,
textarea:hover,
form-control:hover,
input:focus,
textarea:focus,
form-control:focus {
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand';
    font-weight: 900 !important;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.3;
    color: #182848;
}

.lh0 {
    line-height: 0;
}

.container-fluid {
    padding: 0;
}

.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.f-none {
    display: none !important;
}

#main-content {
    height: 100%;
    width: calc(100% - 43.3%);
    min-height: 100vh;
    transition: all 0.4s;
    top: 0;
    left: 0;
}

.main-wrapper {
    height: 100%;
}

#main-content.active {
    width: 100%;
}

.c-yellow {
    color: #d0bb79 !important;
}

.mw-100 {
    max-width: 100% !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/**
 * 2.1 Social Links
 */

.social-links {
    text-align: right;
    justify-content: end;
}

.social-links a {
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    /*space between*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-links a i {
    font-size: 24px;
    line-height: 44px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-links a:hover {
    text-decoration: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.social-links a:hover i {
    color: #FFB13C;
    transition: all 0.2s ease-in-out;
}

.socials-header {
    margin-bottom: 50px;
}


/**
 * 2.3 Buttons
 */

.app-download-button {
    width: 216px;
    margin: 8px 8px 0px 8px;
}


/* 2.3.1 Button 1 */

.btn-1,
.btn-1:focus {
    font-size: 12px;
    color: #ffffff;
    border-radius: 30px;
    width: 100%;
    max-width: 202px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    letter-spacing: 1.5px;
    display: inline-block;
    /**/
    position: relative;
    overflow: hidden;
}

.btn-1:hover {
    color: #ffffff;
    /*opacity: 0.9;*/
}

.btn-1.style3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-1.style3:hover:after {
    right: -110px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* 2.3.2 Button 2 */

.btn-2,
.btn-2:focus {
    font-size: 12px;
    color: #ffffff;
    border-radius: 40px;
    width: 100%;
    max-width: 210px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-2:hover {
    color: #ffffff;
    /*opacity: 0.9;*/
}

.btn-2.style3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    z-index: 9;
    right: -150px;
    display: inline-block;
    transform: skew(20deg, 0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-2.style3:hover:after {
    right: -110px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/**
 * 2.4 Margin & Padding & Space & Shadows
 */

.m-bot0 {
    margin-bottom: 0 !important;
}

.m-bot80 {
    margin-bottom: 80px;
}

.m-bot43 {
    margin-bottom: 43px !important;
}

.m-bot-15 {
    margin-bottom: -15px !important;
}

.m-top-15 {
    margin-top: -15px !important;
}

.m-top-25 {
    margin-top: -25px !important;
}

.p-bot20 {
    padding-bottom: 20px !important;
}

.p-bot89 {
    padding-bottom: 89px !important;
}

.cmz-top65 {
    padding-top: 65px !important;
}

.cmz-top80 {
    padding-top: 85px !important;
}

.cmz-top85 {
    padding-top: 85px !important;
}

.shadow1 {
    box-shadow: 0 5px 35px -16px #11399c;
}


/**
 * 2.5 Titles
 */


/* 2.5.1 Title1 */

.title1 {
    text-align: center;
    margin-bottom: 40px;
}

.title1 h6 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #182848;
}

.title1 h2 {
    font-size: 36px;
    color: #182848;
    line-height: 43px;
    margin-bottom: 20px;
}

.brand-logo {
    height: 40px;
    margin: 16px 0;
}


/**
 * 2.6 Backgrounds
 */


/* 2.6.1 Background 1 */

.background1 {
    background: #f5fafc !important;
}

@-webkit-keyframes box1 {
    0%,
    50% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
}

@keyframes box1 {
    0%,
    50% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    100% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
}

@-webkit-keyframes box2 {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes box2 {
    0% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
    50% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@-webkit-keyframes box3 {
    0%,
    50% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@keyframes box3 {
    0%,
    50% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
    100% {
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }
}

@-webkit-keyframes box4 {
    0% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
    50% {
        -webkit-transform: translate(200%, 100%);
        transform: translate(200%, 100%);
    }
    100% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
}

@keyframes box4 {
    0% {
        -webkit-transform: translate(200%, 0);
        transform: translate(200%, 0);
    }
    50% {
        -webkit-transform: translate(200%, 100%);
        transform: translate(200%, 100%);
    }
    100% {
        -webkit-transform: translate(100%, 100%);
        transform: translate(100%, 100%);
    }
}


/*=============================
 *     03. SECTION HEADER     *
 *============================*/


/**
 * 3.1 Navigation
 */

.navbar-1 {
    background-color: transparent;
    z-index: 9;
    position: absolute;
    width: 100%;
    padding: 0;
}

.navbar-1 .dropdown-menu.active {
    display: block;
}

.navbar-1 .dropdown-menu.active.show {
    display: none;
}

.navbar-1 .navbar-toggler:focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.navbar-1 .offcanvas-navbar .nav-item .nav-link {
    padding: 13px 15px !important;
}

.navbar-1 .offcanvas-navbar .cart-quantity {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 13px;
}

.navbar-1 .offcanvas-navbar .dropdown-menu {
    left: auto;
    right: 0;
    width: 230px;
    padding: 0;
}

.navbar-1 .offcanvas-navbar .dropdown-menu li {
    border-bottom: 1px solid #dddddd;
    padding: 14px;
}

.navbar-1 .offcanvas-navbar .cart-image {
    width: 60px;
    float: left;
    margin-right: 10px;
}

.navbar-1 .offcanvas-navbar .cart-content {
    float: left;
    width: calc(100% - 70px);
}

.navbar-1 .offcanvas-navbar .cart-content h6 {
    margin-bottom: 0;
}

.navbar-1 .offcanvas-navbar .dropdown-toggle::after {
    display: none;
}

.navbar-1 .price {
    font-weight: bold;
    font-size: 18px;
    color: #7AA93C;
}

.navbar-1 .product-dropdown-list li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dotted #dddddd;
}

.navbar-1 .product-dropdown-list li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}

.navbar-1 .dropdown-item {
    padding: 10px;
    border-bottom: none;
}

.navbar-1 .dropdown-item:focus,
.navbar-1 .dropdown-item:hover {
    background: #ffffff;
    color: #3e74f8;
}

.navbar-1 .carousel-control-next,
.navbar-1 .carousel-control-prev {
    opacity: 1;
    color: #ffffff;
}

.navbar-1 .carousel-control-next:hover,
.navbar-1 .carousel-control-prev:hover {
    background-color: transparent !important;
}

.navbar-1 .carousel {
    padding-bottom: 10px;
}

.navbar-1 .dropdown-heading {
    padding-top: 10px;
}

.navbar-1 .navbar-brand {
    color: #265196;
    font-size: 24px;
    font-weight: bold;
}

.navbar-1 .product-dropdown-menu .product-heading {
    color: #265196;
    font-size: 20px;
    font-weight: 600;
}

.navbar-1 .product-dropdown-menu ul li {
    border-bottom: 1px solid #dddddd;
}

.navbar-1 .product-dropdown-menu ul li:last-child {
    border-bottom: none;
}

.navbar-1 .product-dropdown-menu ul li a {
    padding: 10px;
    display: block;
}

.navbar-1 .product-dropdown-menu ul li a:hover {
    color: #3e74f8;
}

.navbar-1 .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding: 35px 19px;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.navbar-1 .navbar-nav .nav-item .nav-link:before {
    content: "";
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: 22px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link:before,
.navbar-1 .navbar-nav .nav-item .dropdown-toggle.nav-link {
    background: transparent;
}

.navbar-1 .dropdown-item:focus,
.navbar-1 .dropdown-item:hover {
    border-radius: 0;
}

.navbar-1 .navbar-nav .nav-item .nav-link:hover:before {
    width: 60%;
}


/* Hover Animation */

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #000000;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}


/* Style 1 */

a.animated-button.style1:after {
    background: #ffffff;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}


/* Style 2 */

a.animated-button.style2 {
    border: 2px solid #AEA8D3;
    color: #FFF;
}

a.animated-button.style2:after {
    border: 3px solid #AEA8D3;
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}

a.animated-button.style2:hover:after {
    height: 400% !important;
    opacity: 1;
    color: #FFF;
}


/* /.Hover Animation */

.navbar-1 .dropdown-menu {
    border: none;
    background-color: #ffffff !important;
    font-size: 14px;
}

.navbar-1 .dropdown-menu .nav-item .nav-link {
    color: #1c1c1c;
    padding: 6px 0;
}

.navbar-1 .btn-1 {
    margin-left: 25px;
}


/**
 * 3.2 Sticky Menu
 */

#section-navbar1.sticky-menu,
#section-navbar2.sticky-menu {
    background: #0d0f16;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/**
 * 3.3 Burger Menu
 */

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    margin-left: 10px;
}

#sidebarCollapse span {
    width: 33px;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #ffffff;
    transition: all 0.2s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(3px, 3px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -2px);
}

#sidebarCollapse.active span {
    width: 27px;
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

#sidebarCollapse span:nth-of-type(3) {
    opacity: 0
}

#sidebarCollapse.active span:nth-of-type(3) {
    opacity: 1;
}


/**
 * 3.4 Section Subheader 1
 */

#section-subheader1 {
    padding: 160px 0 70px;
    background: #f7f7f7;
    text-align: center;
}

#section-subheader1 h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

#section-subheader1 ul,
#section-subheader1 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#section-subheader1 li {
    display: inline-block;
}

#section-subheader1 li a {
    font-size: 14px;
    color: #2da9ca;
    letter-spacing: 3px;
    margin-right: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-subheader1 li a:hover,
#section-subheader1 li.current a:hover {
    color: #343434;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-subheader1 li:first-child a {
    padding-left: 30px;
}

#section-subheader1 li.current a {
    color: #2da9ca;
}

#section-subheader1 li:not(:last-child) a:after {
    content: '/';
    position: absolute;
    margin-top: 3px;
    margin-left: 13px;
    font-size: 14px;
    color: #2da9ca;
}


/*============================
 *   4.1. SECTION SLIDER     *
 *===========================*/


/**
 * 4.1.1 Slider 1
 */

.app-showcase-img {
    max-width: 340px;
}

#section-slider1 {
    height: 100%;
    width: 100%;
    min-height: 680px;
    background-color: #FAFAFA;
    background-size: cover;
    background-position: bottom;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.no-webp #section-slider1 {
    background-image: url(../images/hero-background.png);
}

.webp #section-slider1 {
    background-image: url(../images/hero-background.webp);
}

#section-slider1 .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#section-slider1 .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#section-slider1 .swiper-slide .slider-image {
    height: 100%;
    width: 100%;
    position: absolute;
}

#section-slider1 .swiper-slide .slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#section-slider1 .swiper-slide .slider-content {
    z-index: 9;
    top: 48px;
    width: 100%;
    position: relative;
}

#section-slider1 .swiper-slide .slider-content .left h1 {
    font-size: 48px;
    max-width: 480px;
    color: #ffffff;
    margin-bottom: 8px;
}

#section-slider1 .swiper-slide .slider-content .left {
    height: 100%;
    transform: translateY(25%);
}

#section-slider1 .swiper-slide .slider-content .left p {
    font-size: 18px;
    max-width: 480px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 32px;
    margin-bottom: 32px;
    margin-top: 16px;
}

#section-slider1 .swiper-slide .slider-content .left ul {
    margin: 0;
    padding: 0;
}

#section-slider1 .swiper-slide .slider-content .left li {
    list-style: none;
    display: inline-block;
}

#section-slider1 .swiper-slide .slider-content .left li:nth-child(2) {
    margin-left: 15px;
}

#section-slider1 .swiper-slide .slider-content .right {
    text-align: right;
}

#section-slider1 .swiper-slide .slider-content .right .app-showcase-img {
    max-width: 480px !important;
}


/*============================
 *   4.3 SECTION FEATURES  *
 *===========================*/

.features-wrap {
    /* background-image: url(../images/bg-features.jpg); */
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    padding-top: 64px;
    background-color: #FAFAFA;
}

.section-feature-deep-dive .container {
    max-width: 960px;
}

.section-feature-deep-dive .feature-image {
    text-align: center;
}

.section-feature-deep-dive .feature-image .circleicon1 {
    position: absolute;
    z-index: 9999;
    top: 16px;
    right: -48px;
    max-width: 184px;
}

.section-feature-deep-dive .feature-image .img-container {
    position: relative;
    display: inline-block;
}

.section-feature-deep-dive .feature-description h6 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 700;
}

.section-feature-deep-dive .feature-description h2 {
    font-size: 36px;
    color: #182848;
    line-height: 43px;
}

.section-feature-deep-dive .feature-description p {
    font-size: 18px;
    color: #182848;
    opacity: 0.64;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.section-feature-deep-dive .feature-description li {
    font-size: 18px;
    color: #182848;
    opacity: 0.64;
    line-height: 28px;
}


/*=============================
 *  4.7 SECTION TESTIMONIAL 1 *
 *============================*/

#section-testimonial1 {
    padding: 110px 0;
    overflow: hidden;
}

#section-testimonial1 .title1 {
    z-index: 9999;
    margin-bottom: 110px;
}

#section-testimonial1 .title1 h1 {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 900 !important;
    color: #ffffff;
}

#section-testimonial1 .container.testimonial1 {
    position: relative;
}

#section-testimonial1 img.bg-testimonial {
    position: absolute;
    top: -195px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#section-testimonial1 .owl-carousel {
    overflow: hidden;
}

#section-testimonial1 .owl-carousel .owl-stage-outer {
    overflow: unset;
    padding-top: 16px;
    padding-bottom: 40px;
}

#section-testimonial1 .item {
    padding: 20px 40px;
    border-radius: 20px;
    position: relative;
    background: #1A2C3C;
}

#section-testimonial1 .rating-stars {
    padding: 8px 15px;
}

#section-testimonial1 .owl-item>div h3,
#section-testimonial1 .owl-item>div h4,
#section-testimonial1 .owl-item>div ul,
#section-testimonial1 .owl-item>div p {
    cursor: pointer;
    opacity: 0.5;
}

#section-testimonial1 .owl-item>div img {
    width: 58px;
    /*transition: all 0.2s ease-in-out;*/
}

#section-testimonial1 .owl-item>div p {
    color: #ffffff;
    opacity: 0.8;
}

#section-testimonial1 .owl-item.center>div img,
#section-testimonial1 .owl-item.center>div h3,
#section-testimonial1 .owl-item.center>div h4,
#section-testimonial1 .owl-item.center>div ul,
#section-testimonial1 .owl-item.center>div p {
    opacity: 1;
}

#section-testimonial1 .owl-item.center>div img {
    width: 79px;
    /*transition: all 0.2s ease-in-out;*/
}

#section-testimonial1 .owl-item {
    border-radius: 20px;
}

#section-testimonial1 .owl-item.active {
    -webkit-box-shadow: 0 22px 45px -20px rgba(20, 37, 76, 0.50);
    box-shadow: 0 22px 45px -20px rgba(20, 37, 76, 0.50);
}

#section-testimonial1 .item img {
    width: auto;
    border: 4px solid white;
    border-radius: 100%;
    position: relative;
    margin-top: -50px;
    margin-bottom: 10px;
    /*transition: all 0.2s ease-in-out;*/
}

#section-testimonial1 .item ul li {
    list-style: none;
    display: inline-block;
}


/* #FFB13C, #EBA02F */

#section-testimonial1 .item h3 {
    font-size: 21px;
    color: #FFB13C;
    margin-bottom: 5px;
}

#section-testimonial1 .item h4 {
    font-size: 17px;
    color: #182848;
    margin-bottom: 16px;
}

#section-testimonial1 .item i {
    color: #ffe100;
    font-size: 18px;
    margin: 0 2px;
}

#section-testimonial1 .item p {
    font-size: 17px;
    color: #182848;
    opacity: 0.8;
    line-height: 31px;
    margin-bottom: 4px;
}

#section-testimonial1 .owl-theme .owl-dots .owl-dot.active span {
    background: #EBA02F;
    width: 10px;
    height: 10px;
    top: 1px;
    position: relative;
}

#section-testimonial1 .owl-theme .owl-dots .owl-dot:hover span {
    background: #EBA02F;
}

#section-testimonial1 .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#section-testimonial1 .owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 0;
}


/*=============================
 *   4.9 SECTION DOWNLOAD 1  *
 *============================*/

#section-download1 {
    padding: 110px 0;
    text-align: center;
    background-color: #FAFAFA;
}

#section-download1 h1 {
    font-size: 56px;
    color: #182848;
    line-height: 45px;
    margin-bottom: 35px;
}

#section-download1 p {
    font-size: 24px;
    margin-bottom: 48px;
    color: #182848;
    opacity: 0.8;
}

#section-download1 ul {
    margin: 0;
    padding: 0;
}

#section-download1 li {
    list-style: none;
    display: inline-block;
}

#section-download1 li:nth-child(2) {
    margin-left: 15px;
}


/*============================
 *    05. SECTION FOOTER     *
 *===========================*/

#section-footer {
    background-image: url(../images/footer-background.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #FAFAFA;
}

#section-footer .footer-widget {
    width: 100%;
    padding: 160px 0 48px;
}

#section-footer .footer-content {
    align-items: center;
}

#section-footer .footer-content:first-child {
    margin-bottom: 16px;
}

#section-footer .footer-widget .left {
    text-align: left;
}

#section-footer .footer-widget .center {
    text-align: center;
}

#section-footer .footer-widget .center .row {
    justify-content: center;
}

#section-footer .footer-widget .right {
    text-align: right;
}

#section-footer .footer-widget .left img {
    max-width: 100px;
}

#section-footer .footer-copyright {
    width: 100%;
    text-align: center;
    opacity: 0.32;
}

#section-footer p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

#section-footer a {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

#section-footer a:hover {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}

#section-footer p a:hover {
    color: #FFB13C;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#section-footer .footer-link {
    margin: 0 16px;
}


/*============================
 *      06. RESPONSIVE       *
 *===========================*/

@media only screen and ( min-width: 1522px) {
    #section-testimonial1 .container.testimonial1 {
        max-width: 1521px;
    }
}

@media only screen and ( max-width: 1521px) {
    #section-testimonial1 .item {
        padding: 20px 25px;
    }
    #section-testimonial1 .item p {
        font-size: 15px;
        line-height: 28px;
    }
    #section-testimonial1 .item ul {
        right: 30px;
    }
    #section-testimonial1 .title1 {
        margin-bottom: 90px;
    }
    #section-testimonial1 img.bg-testimonial {
        top: -135px;
    }
}

@media only screen and ( min-width:1200px) and ( max-width: 1400px) {
    #section-slider1 .swiper-slide .slider-content .left {
        transform: translateY(24%);
    }
    #section-slider1 .swiper-slide .slider-content .right img {
        max-width: 69%;
    }
    #section-features1 {
        padding: 110px 0;
        background-position: right;
        background-size: contain;
    }
    #section-slider1 .swiper-slide .slider-content .right img {
        max-width: 60%;
    }
    #section-slider1 .swiper-slide .slider-content .right {
        text-align: center;
    }
}

@media only screen and ( max-width: 1199px) {
    #section-testimonial1 .title1 {
        margin-bottom: 40px;
    }
    #section-testimonial1 img.bg-testimonial {
        top: -100px;
    }
}

@media only screen and ( min-width: 992px) and ( max-width: 1199px) {
    #section-testimonial1 .item i {
        font-size: 15px;
        margin: 0 0px;
    }
    #section-testimonial1 .item p {
        font-size: 14px;
        line-height: 25px;
    }
}

@media only screen and ( min-width: 992px) {
    /** NAVIGATION **/
    .navbar-1.navbar .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        -o-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.22);
        display: block;
        left: 0;
        margin-top: 4px;
        opacity: 0;
        padding: 5px 10px;
        right: 0;
        top: 96%;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
        visibility: hidden;
        width: 100%;
    }
    .navbar-1.navbar .dropdown {
        position: static;
    }
    .navbar-1.navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: none;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
        visibility: visible;
    }
    .navbar-1.navbar .dropdown-submenu {
        position: relative;
    }
    .navbar-1.navbar .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -ms-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
    }
}

@media only screen and ( max-width: 991px) {
    /** NAVIGAITON **/
    #navbarSupportedContent {
        position: absolute;
        top: 67px;
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: auto !important;
        overflow-y: auto;
    }
    .navbar-1 .navbar-container {
        justify-content: center;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-1 .offcanvas-navbar {
        position: absolute;
        right: 0;
        top: -3px;
        flex-direction: unset;
    }
    .navbar-1 .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 10px 0;
        /*border-bottom: 1px solid #dddddd;*/
        font-size: 14px;
        color: #527bf7;
    }
    .navbar-1 .navbar-collapse .navbar-nav .nav-item .nav-link:last-child {
        border-bottom: none;
    }
    /** /.NAVIGATION **/
    .navbar-1 .btn-1 {
        margin-left: auto!important;
    }
    #section-slider1 .swiper-slide .slider-content .left {
        transform: none;
    }
    #section-slider1 .swiper-slide .slider-content .left li {
        width: 45%;
    }
    .section-feature-deep-dive .feature-image .circleicon1 {
        right: -75px;
    }
    .section-feature-deep-dive {
        padding: 80px 0;
    }
    .section-feature-deep-dive .feature-image {
        margin-bottom: 0;
    }
    .section-feature-deep-dive .feature-description {
        margin-bottom: 60px !important;
    }
    .title1 {
        margin-bottom: 30px;
    }
    #section-testimonial1 img.bg-testimonial {
        top: -80px;
    }
    #section-subscribe1 .title1 {
        margin-bottom: 5px;
    }
    #section-subscribe1 form input {
        max-width: 480px;
    }
    #section-testimonial1 {
        padding: 80px 0;
    }
    #section-subscribe1 {
        padding: 80px 0;
    }
    #section-download1 {
        padding: 80px 0;
    }
}

@media only screen and ( max-width: 767px) {
    h2 {
        font-size: 28px !important;
    }
    /** NAVIGATION **/
    .navbar-1 .product-heading,
    .navbar-1 .shop-heading {
        border-bottom: 1px solid #ddd;
        cursor: pointer;
        padding: 10px 0;
        position: relative;
    }
    .navbar-1 .product-heading:after,
    .navbar-1 .shop-heading:after {
        content: "\f107";
        float: right;
        font-family: fontawesome;
        line-height: 30px;
        position: absolute;
        right: 0;
    }
    .navbar-1 .product-dropdown-list,
    .navbar-1 .shop-dropdown-list {
        display: none;
    }
    .navbar-1 .product-dropdown-list.active,
    .navbar-1 .shop-dropdown-list.active {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }
    .navbar-1 .product-dropdown-list a,
    .navbar-1 .shop-dropdown-list a {
        cursor: pointer;
    }
    .navbar-1 .product-dropdown-menu .product-heading {
        font-size: 14px;
        font-weight: normal;
    }
    .brand-logo {
        height: 64px;
    }
    /** /.NAVIGATION **/
    #section-slider1 .left {
        padding: 0 24px;
    }
    #section-slider1 .app-download-buttons-wrapper {
        justify-content: center;
    }
    #section-slider1 .swiper-slide .slider-content .left ul {
        text-align: left;
    }
    #section-slider1 .swiper-slide .slider-content .right {
        display: none;
    }
    #section-slider1 .swiper-slide .slider-content .left h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    #section-slider1 .swiper-slide .slider-content .left p {
        line-height: 28px;
        margin-bottom: 30px;
    }
    .features-wrap {
        background-position: center 80%;
        padding-top: 32px;
    }
    .section-feature-deep-dive {
        padding: 24px 0;
    }
    .section-feature-deep-dive .reversable {
        flex-direction: column-reverse;
    }
    .section-feature-deep-dive .feature-description {
        padding: 0 24px;
    }
    .section-feature-deep-dive .feature-image-description p {
        font-size: 16px;
        line-height: 27px;
    }
    #section-subscribe1 form input {
        max-width: 325px;
    }
    #section-download1 h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    #section-download1 p {
        font-size: 22px;
        margin-bottom: 35px;
    }
    #section-footer .footer-widget {
        padding: 80px 0 40px 0;
    }
    #section-footer .footer-widget .left,
    #section-footer .footer-widget .center,
    #section-footer .footer-widget .right {
        text-align: center;
    }
    #section-footer .footer-widget .left {
        margin-bottom: 40px;
    }
    #section-footer .footer-widget .center {
        margin-bottom: 24px;
    }
    #section-footer .footer-copyright {
        padding: 16px 0;
        text-align: center;
    }
    #section-footer .social-links {
        text-align: center;
        justify-content: center;
    }
}

@media only screen and ( max-width: 500px) {
    #sidebarCollapse {
        margin-left: 0px;
        top: -2px;
        position: relative;
    }
    .navbar-1 .btn-1 {
        max-width: 110px;
        height: 30px;
        line-height: 32px;
        letter-spacing: 0;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .section-feature-deep-dive .feature-image .circleicon1 {
        right: -32px;
    }
    #section-testimonial1 .item ul {
        right: 15px;
    }
    #section-testimonial1 .item ul {
        top: 62px;
    }
    #section-testimonial1 .item ul li {
        margin: 0 -2px;
    }
    #section-testimonial1 .title1 {
        margin-bottom: 10px;
    }
    #section-testimonial1 img.bg-testimonial {
        display: none;
    }
    #section-download1 li {
        display: block;
        margin-left: 0 !important;
    }
    #section-download1 li:first-of-type {
        margin-bottom: 10px;
    }
}

@media only screen and ( min-width: 768px) {
    .visible-small {
        display: none !important;
    }
}

@media only screen and ( max-width: 767px) {
    .hidden-small {
        display: none !important;
    }
}


/*============================
 *     07. COLOR SCHEME      *
 *===========================*/


/* YELLOW THEME */

body.yellow-scheme .bgscheme {
    background-image: linear-gradient(120deg, #FFB13C 0%, #EBA02F 100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.yellow-scheme #section-features1 {
    background-image: url(../images/bg1_3.jpg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.yellow-scheme .bgsolidscheme,
body.yellow-scheme #section-bloglist1 a.bghoverscheme:hover .time {
    background: #FFB13C;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.yellow-scheme .clscheme,
body.yellow-scheme #section-bloglist1 a.bghoverscheme:hover h3.clscheme {
    color: #FFB13C;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.yellow-scheme .clhoverscheme {
    color: #FFB13C;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.yellow-scheme .navigationscheme {
    background: linear-gradient(to right, #FFB13C, #EBA02F);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}