@font-face {
    font-family: ArcherPro;
    src: url(../fonts/archerpro/ArcherPro-Semibold.eot);
    src: url(../fonts/archerpro/ArcherPro-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/archerpro/ArcherPro-Semibold.woff2) format('woff2'), url(../fonts/archerpro/ArcherPro-Semibold.woff) format('woff'), url(../fonts/archerpro/ArcherPro-Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ArcherPro;
    src: url(../fonts/archerpro/ArcherPro-Thin.eot);
    src: url(../fonts/archerpro/ArcherPro-Thin.eot?#iefix) format('embedded-opentype'), url(../fonts/archerpro/ArcherPro-Thin.woff2) format('woff2'), url(../fonts/archerpro/ArcherPro-Thin.woff) format('woff'), url(../fonts/archerpro/ArcherPro-Thin.ttf) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: ArcherPro;
    src: url(../fonts/archerpro/ArcherPro-ExtraLight.eot);
    src: url(../fonts/archerpro/ArcherPro-ExtraLight.eot?#iefix) format('embedded-opentype'), url(../fonts/archerpro/ArcherPro-ExtraLight.woff2) format('woff2'), url(../fonts/archerpro/ArcherPro-ExtraLight.woff) format('woff'), url(../fonts/archerpro/ArcherPro-ExtraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ArcherPro;
    src: url(../fonts/archerpro/ArcherPro-Light.eot);
    src: url(../fonts/archerpro/ArcherPro-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/archerpro/ArcherPro-Light.woff2) format('woff2'), url(../fonts/archerpro/ArcherPro-Light.woff) format('woff'), url(../fonts/archerpro/ArcherPro-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ArcherPro;
    src: url(../fonts/archerpro/ArcherPro-Book.eot);
    src: url(../fonts/archerpro/ArcherPro-Book.eot?#iefix) format('embedded-opentype'), url(../fonts/archerpro/ArcherPro-Book.woff2) format('woff2'), url(../fonts/archerpro/ArcherPro-Book.woff) format('woff'), url(../fonts/archerpro/ArcherPro-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ArcherPro;
    src: url(../fonts/archerpro/ArcherPro-Medium.eot);
    src: url(../fonts/archerpro/ArcherPro-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/archerpro/ArcherPro-Medium.woff2) format('woff2'), url(../fonts/archerpro/ArcherPro-Medium.woff) format('woff'), url(../fonts/archerpro/ArcherPro-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

body {
    font-family: Inter, sans-serif;
    padding-top: 122px;
    font-weight: 500;
    color: #0e4763
}

@media (min-width:1200px) {
    body {
        padding-top: 120px
    }
}

a {
    text-decoration: none
}

.themeColor {
    color: #2b98f0
}

.textColor {
    color: #0e4763
}

.mainTitle {
    font-size: 38px;
    color: #0e4763;
    font-weight: 700;
    line-height: 1.3
}

@media (min-width:768px) {
    .mainTitle {
        font-size: 48px
    }
}

@media (min-width:992px) {
    .col-lg-20 {
        flex: 0 0 auto;
        width: 20%
    }
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fcfcfc
}

header .headerTop {
    background-color: #eff8ff;
    color: #0e4763;
    padding: 7px;
    text-align: center;
    font-size: 14px
}

header .headerTop .headTopContact .iconWrapper {
    color: #0e4763;
    font-size: 16px;
    transition: all .3s ease
}

header .headerTop .headTopContact .iconWrapper:hover {
    color: #2b98f0
}

header .custom-navbar {
    padding: 20px 0;
    transition: all .3s ease
}

header .custom-navbar .navbar {
    padding: 0
}

header .custom-navbar .navbar .navbar-brand img {
    width: 145px;
    transition: all .3s ease
}

@media (min-width:992px) {
    header .custom-navbar .navbar .navbar-brand {
        width: 20%
    }
    header .custom-navbar .navbar .navbar-collapse {
        flex-grow: 0;
        width: 94%
    }
}

header .custom-navbar .navbar .navbar-collapse ul.navbar-nav {
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: left;
    display: block;
    padding: 20px 0 0
}

header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li {
    margin: 0 0 10px
}

header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: #0e4763;
    text-transform: capitalize;
    transition: all .3s ease;
    position: relative;
    padding: 10px 15px
}

header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a.contactBtn {
    border: 1px solid #2b98f0;
    border-radius: 5px;
    transition: all .3s ease;
    padding: 10px 30px;
    color: #fff;
    background-color: #2b98f0
}

header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a.contactBtn:hover {
    color: #2b98f0;
    background-color: transparent
}

header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li a:hover,
header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li.active a {
    color: #2b98f0
}

header .custom-navbar .navbar .enquireNow {
    margin: 0
}

@media (min-width:992px) {
    header .custom-navbar .navbar .navbar-collapse ul.navbar-nav li {
        margin: 0
    }
    header .custom-navbar .navbar .navbar-collapse ul.navbar-nav {
        padding: 0;
        height: auto;
        display: flex
    }
    header .custom-navbar .navbar .enquireNow {
        width: 40%
    }
}

header .custom-navbar .navbar .enquireNow a {
    display: inline-block;
    min-width: auto
}

header .custom-navbar .navbar .enquireNow a.themeBtnReverse {
    border: 1px solid #2b98f0
}

header .custom-navbar .navbar .navbar-toggler {
    width: 30px;
    height: 18px;
    padding: 0;
    border: 0
}

header .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon {
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 5px;
    background-color: #2b98f0;
    transition: all .3s ease
}

header .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon:nth-child(1) {
    top: 0;
    bottom: auto
}

header .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

header .custom-navbar .navbar .navbar-toggler .navbar-toggler-inner-icon:nth-child(3) {
    top: auto;
    bottom: 0
}

header .custom-navbar .navbar .navbar-toggler:focus {
    box-shadow: none
}

header .custom-navbar .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-inner-icon:nth-child(1) {
    top: 0;
    bottom: auto;
    transform: rotate(45deg) translate(5px, 5px)
}

header .custom-navbar .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-inner-icon:nth-child(2) {
    opacity: 0;
    visibility: hidden
}

header .custom-navbar .navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-inner-icon:nth-child(3) {
    top: auto;
    bottom: 0;
    transform: rotate(-45deg) translate(5px, -6px)
}

header.fixed_top {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .04);
    background-color: #fff
}

header.fixed_top .custom-navbar {
    padding: 10px 0
}

.scrolltotop {
    bottom: 15px;
    right: 0;
    cursor: pointer;
    z-index: 1;
    transition: all .3s ease
}

.scrolltotop img {
    width: 70px;
    height: 70px
}

.scrolltotop.hide {
    opacity: 0;
    visibility: hidden
}

section.thankyouBanner {
    min-height: calc(100vh - 122px);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

section.thankyouBanner .bookDemoBtnWrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #2b98f0;
    background-color: #2b98f0;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    padding: 12px 20px
}

section.thankyouBanner .centerText {
    text-align: center
}

section.thankyouBanner .centerText .mainBannerText {
    font-size: 12.5vw;
    line-height: 1.3
}

section.thankyouBanner .centerText .thankyou {
    color: #000;
    font-size: 4.5vw;
    line-height: 1.3;
    margin: 20px auto 0
}

section.thankyouBanner .centerText .thankyou .backBtn {
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
    border: 0;
    border-radius: 10px;
    padding: 10px 30px;
    transition: all .5s ease;
    text-decoration: none
}

section.thankyouBanner .centerText .thankyou .backBtn:hover {
    opacity: .7
}

@media (min-width:576px) {
    section.thankyouBanner .centerText .mainBannerText {
        font-size: 10.5vw
    }
    section.thankyouBanner .centerText .thankyou {
        font-size: 3.5vw
    }
}

@media (min-width:768px) {
    section.thankyouBanner .centerText .mainBannerText {
        font-size: 10.5vw
    }
    section.thankyouBanner .centerText .thankyou {
        font-size: 2.5vw
    }
}

@media (min-width:992px) {
    section.thankyouBanner .centerText .mainBannerText {
        font-size: 7.5vw
    }
    section.thankyouBanner .centerText .thankyou {
        font-size: 2vw
    }
}

@media (min-width:1200px) {
    section.thankyouBanner .centerText .mainBannerText {
        font-size: 6.5vw
    }
    section.thankyouBanner .centerText .thankyou {
        font-size: 1.5vw
    }
    section.thankyouBanner {
        min-height: calc(100vh - 120px)
    }
}

section.banner {
    background-color: #fcfcfc
}

section.banner .bannerContent .mainTitle {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3
}

@media (min-width:768px) {
    section.banner .bannerContent .mainTitle {
        font-size: 50px
    }
}

@media (min-width:1200px) {
    section.banner .bannerContent .mainTitle {
        font-size: 55px
    }
}

@media (min-width:1400px) {
    section.banner .bannerContent .mainTitle {
        font-size: 62px
    }
}

section.banner .bannerContent .btnWrapper {
    margin-top: 25px
}

section.banner .bannerContent .btnWrapper a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #2b98f0;
    background-color: #2b98f0;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    padding: 12px 20px
}

section.banner .imgWrapperBannerReview.borderRight {
    position: relative
}

@media (min-width:768px) {
    section.banner .imgWrapperBannerReview.borderRight::after {
        content: "";
        width: 1px;
        height: calc(100% - 30px);
        position: absolute;
        top: 7px;
        right: 0;
        background-color: #d0d0d0
    }
}

.bannerFormWrapper {
    padding-top: 20px
}

.bannerFormWrapper .bannerForm {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    padding: 26px 23px;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 10px
}

.bannerFormWrapper .bannerForm .formTitle {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px
}

.bannerFormWrapper .bannerForm .form-group {
    position: relative;
    margin-bottom: 25px
}

.bannerFormWrapper .bannerForm .form-group input[type=date],
.bannerFormWrapper .bannerForm .form-group input[type=time],
.bannerFormWrapper .bannerForm .form-group input[type=text],
.bannerFormWrapper .bannerForm .form-group input[type=email] {
    border: 1px solid #c3cad1;
    outline: 0;
    box-shadow: none;
    padding: 8px 10px 5px;
    border-radius: 5px
}

.bannerFormWrapper .bannerForm .form-group .placeholderCustom {
    font-size: 14px;
    background-color: #fff;
    line-height: 1;
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    color: #0e4763
}

section.benefits .benefitsMobileSlider .slick-arrow.slick-prev,
section.ourPackages .packageMobileSlider .slick-arrow.slick-prev {
    left: 0;
    bottom: 0
}

.bannerFormWrapper .bannerForm .form-group .errorMessage {
    font-size: 13px
}

.bannerFormWrapper .bannerForm .form-group .submitBtn {
    color: #fff;
    background-color: #2b98f0;
    padding: 8px 13px;
    border-radius: 5px;
    border: 1px solid #2b98f0;
    transition: all .3s ease
}

.bannerFormWrapper .bannerForm .form-group .submitBtn:hover {
    background-color: #fff;
    color: #2b98f0
}

section.seenTestimonial {
    padding: 80px 0
}

section.seenTestimonial .asseenWrapper {
    border-radius: 20px;
    background-color: #fffcf4;
    padding: 40px 30px
}

section.seenTestimonial .asseenWrapper .asSeenTitle {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper {
    max-width: 450px
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider .item .topWrapper {
    margin-bottom: 25px
}

@media (max-width:560px) {
    section.banner .bannerContent,
    section.seenTestimonial .testimonialWrapper {
        text-align: center
    }
    section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider .item .topWrapper {
        justify-content: center
    }
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider .item .topWrapper .name {
    font-size: 22px;
    font-weight: 700;
    color: #323232
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider .item .content {
    color: #323232
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    align-items: center
}

@media (max-width:560px) {
    section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider ul.slick-dots {
        justify-content: center
    }
    section.advantages {
        text-align: center
    }
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider ul.slick-dots li {
    margin-right: 5px
}

section.benefits .benefitsMobileSlider .slick-list,
section.ourPackages .packageMobileSlider .slick-list {
    margin: 0 -10px
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider ul.slick-dots li button {
    -webkit-appearance: none;
    border: 0;
    background-color: #e2e2e2;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

section.seenTestimonial .testimonialWrapper .testimonialSliderWrapper .testimonialSlider ul.slick-dots li.slick-active button {
    background-color: #2b98f0
}

section.benefits {
    padding: 60px 0;
    background-color: #f5faff
}

section.benefits .benefitsMobileSlider {
    padding-bottom: 60px
}

section.benefits .benefitsMobileSlider .slick-list .slick-track .slick-slide {
    margin: 0 10px
}

section.benefits .benefitsMobileSlider .slick-arrow {
    position: absolute;
    padding: 0;
    font-size: 0;
    border: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 9
}

section.benefits .benefitsMobileSlider .slick-arrow::after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

section.benefits .benefitsMobileSlider .slick-arrow::before {
    color: #2b98f0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600
}

section.benefits .benefitsMobileSlider .slick-arrow.slick-prev::after {
    background-image: url(../images/arrow-right.png);
    transform: rotate(180deg)
}

section.benefits .benefitsMobileSlider .slick-arrow.slick-prev::before {
    content: "Prev";
    position: absolute;
    left: 55px
}

section.benefits .benefitsMobileSlider .slick-arrow.slick-next {
    right: 0;
    bottom: 0
}

section.benefits .benefitsMobileSlider .slick-arrow.slick-next::after {
    background-image: url(../images/arrow-right.png)
}

section.benefits .benefitsMobileSlider .slick-arrow.slick-next::before {
    content: "Next";
    position: absolute;
    right: 55px
}

section.benefits .singleBenefit {
    border-radius: 10px;
    box-shadow: 0 3px 26px rgba(0, 0, 0, .1);
    background-color: #fff;
    height: 100%
}

section.benefits .singleBenefit .imgWrapper .iconOuter {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0
}

section.benefits .singleBenefit .imgWrapper .iconOuter img {
    width: 70px
}

section.benefits .singleBenefit .imgWrapper.color1,
section.benefits .singleBenefit .imgWrapper.color10,
section.benefits .singleBenefit .imgWrapper.color8 {
    background-color: #f3f3fd
}

section.benefits .singleBenefit .imgWrapper.color2,
section.benefits .singleBenefit .imgWrapper.color9 {
    background-color: #fdfcf3
}

section.benefits .singleBenefit .imgWrapper.color3 {
    background-color: #fdf3fa
}

section.benefits .singleBenefit .imgWrapper.color4,
section.benefits .singleBenefit .imgWrapper.color7 {
    background-color: #fdf8f3
}

section.benefits .singleBenefit .imgWrapper.color5,
section.benefits .singleBenefit .imgWrapper.color6 {
    background-color: #fdf3f3
}

section.benefits .singleBenefit .contentOuter {
    padding: 15px;
    color: #0074ad
}

section.benefits .flip-card {
    background-color: transparent;
    perspective: 1000px
}

section.benefits .flip-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

section.benefits .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

section.benefits .flip-card .flip-card-back,
section.benefits .flip-card .flip-card-front {
    backface-visibility: hidden
}

section.benefits .flip-card .flip-card-back {
    transform: rotateY(180deg);
    padding: 10px;
    color: #0074ad;
    top: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

section.ourPackages {
    padding: 60px 0
}

section.ourPackages .packageMobileSlider {
    padding-bottom: 60px
}

section.ourPackages .packageMobileSlider .slick-list .slick-track .slick-slide {
    margin: 0 10px
}

section.ourPackages .packageMobileSlider .slick-arrow {
    position: absolute;
    padding: 0;
    font-size: 0;
    border: 0;
    box-shadow: none;
    width: 40px;
    height: 40px;
    background-color: transparent;
    z-index: 9
}

section.ourPackages .packageMobileSlider .slick-arrow::after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

section.ourPackages .packageMobileSlider .slick-arrow::before {
    color: #2b98f0;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 600
}

section.ourPackages .packageMobileSlider .slick-arrow.slick-prev::after {
    background-image: url(../images/arrow-right.png);
    transform: rotate(180deg)
}

section.ourPackages .packageMobileSlider .slick-arrow.slick-prev::before {
    content: "Prev";
    position: absolute;
    left: 55px
}

section.ourPackages .packageMobileSlider .slick-arrow.slick-next {
    right: 0;
    bottom: 0
}

section.ourPackages .packageMobileSlider .slick-arrow.slick-next::after {
    background-image: url(../images/arrow-right.png)
}

section.ourPackages .packageMobileSlider .slick-arrow.slick-next::before {
    content: "Next";
    position: absolute;
    right: 55px
}

section.ourPackages .packageSingle {
    position: relative;
    padding: 35px 20px;
    border-radius: 0 40px
}

section.ourPackages .packageSingle .title {
    font-size: 22px;
    color: #0e4763;
    font-weight: 700
}

section.ourPackages .packageSingle .cost {
    color: #0e4763;
    font-size: 30px
}

section.ourPackages .packageSingle .cost .strikeOut {
    color: red;
    text-decoration: line-through;
    font-size: 22px
}

section.ourPackages .packageSingle .btnWrapper .btnBuynow {
    position: relative;
    top: 0;
    background-color: #fff;
    color: #2b98f0;
    border: 1px solid #2b98f0;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0);
    transition: all .3s ease
}

section.ourPackages .packageSingle .btnWrapper .btnBuynow:hover {
    top: -5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

section.ourPackages .packageSingle .contentPoints ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #0e4763
}

section.ourPackages .packageSingle .contentPoints ul li {
    margin-bottom: 15px
}

section.ourPackages .packageSingle .contentPoints .moreText {
    display: none
}

section.ourPackages .packageSingle .readMoreBtn {
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer
}

section.ourPackages .packageSingle .readMoreBtn .imgSpan {
    display: flex;
    align-items: center
}

section.ourPackages .packageSingle .readMoreBtn .imgSpan.less {
    transform: rotate(180deg)
}

section.ourPackages .packageSingle .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    left: -10px
}

section.ourPackages .packageSingle .ribbon span {
    position: absolute;
    right: -20px;
    top: 30px;
    transform: rotate(-45deg);
    display: block;
    width: 220px;
    padding: 10px 15px 10px 0;
    background-color: #2b98f0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

section.ourPackages .packageSingle.color1 {
    background-color: #f5f4fe
}

section.ourPackages .packageSingle.color2 {
    background-color: #d5ecff
}

section.ourPackages .packageSingle.color3 {
    background-color: #fdebeb
}

section.advantages {
    padding: 40px 0;
    background-color: #fafdf5
}

section.advantages .contentWrapper .singleAdvantage .topLine .iconWrapper {
    display: none
}

section.advantages .contentWrapper .singleAdvantage .topLine .title {
    color: #323232;
    font-weight: 700
}

section.advantages .contentWrapper .singleAdvantage .innerContent {
    color: #0e4763;
    font-size: 14px
}

section.contactFormSection {
    padding-top: 50px;
    background-color: #f5f8ff
}

section.contactFormSection .contactContent .titleWrapper .content {
    font-size: 21px
}

section.signUpbanner {
    padding: 50px 0
}

section.signUpbanner .signBannerOuter {
    background-image: url(../images/signupbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 25px;
    border-radius: 10px
}

section.signUpbanner .signBannerOuter .mainTitle {
    color: #fff
}

section.signUpbanner .signBannerOuter .subText {
    color: #fff;
    font-size: 22px
}

@media (min-width:768px) {
    section.signUpbanner .signBannerOuter .subText {
        font-size: 30px
    }
}

section.signUpbanner .signBannerOuter .btnWrapper .btnCustom {
    display: inline-block;
    border: 1px solid #2b98f0;
    background-color: #fff;
    color: #2b98f0;
    border-radius: 5px;
    transition: all .3s ease;
    padding: 10px 30px
}

section.signUpbanner .signBannerOuter .btnWrapper .btnCustom:hover {
    color: #fff;
    background-color: #2b98f0;
    border-color: #fff
}

section.ourClients {
    padding: 0 0 50px
}

section.ourClients .clientsWrapper {
    border-radius: 15px;
    background: linear-gradient(90deg, #2b98f0 0, #6a399b 100%);
    padding: 40px 30px
}

section.ourClients .clientsWrapper .mainTitle {
    text-align: center;
    margin-bottom: 25px;
    color: #fff
}

section.contactSection {
    padding: 0 0 30px
}

section.contactSection .outerContact {
    background-color: #f5f8ff;
    border-radius: 15px;
    padding: 30px 15px
}

section.contactSection .outerContact .mainTitleCustom {
    color: #0e4763;
    font-size: 32px;
    font-weight: 700
}

section.contactSection .outerContact .contactInfoWrapper {
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    max-width: 990px;
    margin: auto
}

section.contactSection .outerContact .contactInfoWrapper .singleInfo a {
    color: #0e4763
}

section.contactSection .outerContact .contactInfoWrapper .singleInfo a .infoText {
    font-size: 18px;
    color: #0e4763;
    line-height: 1.8
}

footer {
    padding: 60px 0;
    background-color: #f5f8ff
}

@media (max-width:560px) {
    section.advantages .contentWrapper .singleAdvantage .topLine {
        justify-content: center
    }
    footer .logoWrapper,
    section.contactFormSection .contactContent,
    section.signUpbanner {
        text-align: center
    }
}

footer .logoWrapper img {
    width: 160px
}

footer .menuWrapper ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

footer .menuWrapper ul li {
    margin-right: 22px;
    margin-bottom: 20px
}

footer .menuWrapper ul li a {
    color: #0e4763;
    font-size: 16px
}

@media (min-width:992px) {
    footer .menuWrapper ul li {
        margin-bottom: 0
    }
}

@media (max-width:560px) {
    footer .menuWrapper ul {
        justify-content: center
    }
    footer .menuWrapper ul li {
        text-align: center
    }
    footer .socialWrapper {
        justify-content: center
    }
}

.formModal .modal-content .closeModalBtn {
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 99
}

.sideMenu {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.footerMob {
    box-shadow: 0 0 10px -5px #888;
    bottom: 0;
    width: 100%;
    background: #2b98f0;
    color: #fff;
    padding: 10px;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

section.clientTestimonial .singleTestimonial {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    padding: 26px 23px;
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

section.clientTestimonial .singleTestimonial .outerWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

section.clientTestimonial .singleTestimonial .outerWrapper .textWrapper {
    width: 65%
}

section.clientTestimonial .singleTestimonial .outerWrapper .textWrapper .clienTitle {
    position: relative;
    font-size: 27px;
    line-height: 1.2;
    font-family: "Averia Serif Libre", cursive;
    color: #2b98f0;
    margin-bottom: 6px;
    padding-bottom: 5px
}

section.clientTestimonial .singleTestimonial .outerWrapper .textWrapper .clienTitle::after {
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #2b98f0
}

section.clientTestimonial .singleTestimonial .outerWrapper .textWrapper .subText {
    font-size: 12px
}

section.clientTestimonial .singleTestimonial .outerWrapper .imgWrapperOuter {
    width: 35%;
    font-size: 12px;
    text-align: center
}

section.clientTestimonial .singleTestimonial .outerWrapper .imgWrapperOuter .imgWrapper {
    margin-bottom: 5px
}

section.clientTestimonial .singleTestimonial .outerWrapper .imgWrapperOuter .imgWrapper img {
    border-radius: 5px;
    border: 3px solid #2b98f0
}

section.clientTestimonial .singleTestimonial .outerWrapper .imgWrapperOuter .name {
    font-weight: 600
}

section.clientTestimonial .singleTestimonial .outerWrapper .imgWrapperOuter .moreInfo {
    font-size: 11px
}

section.clientTestimonial .singleTestimonial .playBtn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease
}

@media (min-width:768px) {
    section.clientTestimonial .singleTestimonial .playBtn {
        top: 60%;
        opacity: 0;
        visibility: hidden
    }
}

section.clientTestimonial .singleTestimonial::before {
    content: "";
    background-color: rgba(0, 0, 0, .15);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

section.clientTestimonial .singleTestimonial:hover .playBtn {
    top: 50%;
    opacity: 1;
    visibility: visible
}

section.clientTestimonial .singleTestimonial:hover::before {
    opacity: 1;
    visibility: visible
}

.videoContentopen .videofullContent iframe {
    width: 100%;
    height: 280px
}

@media (min-width:768px) {
    .videoContentopen .videofullContent iframe {
        height: 500px
    }
}

section.faqSection {
    background-color: #2b98f0;
    color: #fff
}

section.faqSection .mainTitle {
    color: #fff
}

section.faqSection .singleFaq .iconWrapper {
    height: 30px;
    width: 30px;
    background-color: #0e4763;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

section.faqSection .singleFaq .textWrapper {
    width: calc(100% - 30px);
    padding-left: 15px
}

section.faqSection .singleFaq .textWrapper .question {
    font-size: 21px
}

section.faqSection .singleFaq .textWrapper .answer {
    font-weight: 300
}

section.videoSection .videoWrapper video {
    max-width: 100%;
    aspect-ratio: 1
}