* {
    box-sizing: border-box;
}

@font-face {
    font-family: "QuicksandRegular";
    src: url("../font/Quicksand-Regular.ttf");
}

@font-face {
    font-family: "QuicksandMedium";
    src: url("../font/Quicksand-Medium.ttf");
}

@font-face {
    font-family: "QuicksandSemiBold";
    src: url("../font/Quicksand-SemiBold.ttf");
}

@font-face {
    font-family: "QuicksandBold";
    src: url("../font/Quicksand-Bold.ttf");
}



@font-face {
    font-family: "MontserratRegular";
    src: url("../font/Montserrat/Montserrat-Regular.ttf");
}

@font-face {
    font-family: "MontserratSemiBold";
    src: url("../font/Montserrat/Montserrat-SemiBold.ttf");
}

@font-face {
    font-family: "MontserratBold";
    src: url("../font/Montserrat/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "SairaBold";
    src: url("../font/saira/SairaCondensed-ExtraBold.ttf");
}



body {
    font-family: "QuicksandRegular";
}


/* navigation start */
.C_nvgtrNavigation {
    background-color: #fff;
    box-shadow: 0 0 10px #dfdfdf;
}
.C_nvgtrNavigation .container-fluid {
    width: 95%;
}
.C_nvgtrNavigation .navbar {
    padding: unset;
}

.C_nvgtrNavigation .navbar-brand {
    line-height: 65px;
}

.C_nvgtrNavigation .navbar-brand img {
    height: 50px;
}

.C_nvgtrNavigation .navbar .navbar-nav .nav-item {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    font-weight: 400;

}

.C_nvgtrNavigation .navbar .navbar-nav .nav-item .nav-link {
    color: #204066;
    font-family: "QuicksandSemiBold";
    text-transform: uppercase;
    font-size: 14px;
    padding: unset;
}

.C_nvgtrNavigation .navbar .navbar-nav .dropdown .dropdown-toggle::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: unset;
    color: #888888;
    margin-left: 10px;
    font-size: 12px;
}

.nav-item.Customdropdown .dropdown-menu {
    padding: unset;
    border-radius: unset;
    top: auto;
    border: unset;
    padding-top: 28px;
}
.nav-item.Customdropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #cccbcb;
    padding: 8px 10px;
    position: relative;
}
.nav-item.Customdropdown .dropdown-menu li:last-child .dropdown-item {
    border-bottom: unset;
}
.nav-item.Customdropdown .dropdown-menu .dropdown-item::after {
    position: absolute;
    content: "";
    height: .5px;
    width: 0;
    left: 0;
    bottom: 0;
    transition: .3s;

}
.nav-item.Customdropdown .dropdown-menu .dropdown-item:hover::after {
    width: 100%;
    background-color: #12b48b;
}
.nav-item.Customdropdown .dropdown-menu .dropdown-item:hover {
    color: #12b48b;
    background-color: #fff;
}
.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn {
    align-items: center;
}
.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn .C_nvgtrClientSupport span {
    display: block;
    font-family: 'QuicksandSemiBold';
    font-size: 14px;
}
.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn .C_nvgtrClientSupport span img {
    width: 16px;
}
.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn .C_nvgtrClientSupport span:last-child {
    font-family: 'QuicksandBold';
}
.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn a,
.C_nvgtrCarouselBtn a,
.C_nvgtrServicesBtn a {
    background-color: #12b48b;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 3px;
    font-family: "QuicksandSemiBold";
    transition: .5s ease;
    margin: 0 0 0 30px;
}


/* ------------------------------- */
.C_nvgtrMenuDp {}
.C_nvgtrMenuDp button {
    background-color: transparent;
    border: unset;
    padding: unset;
}
.C_nvgtrMenuDp button:hover,
.C_nvgtrMenuDp button:active,
.C_nvgtrMenuDp button.show  {
    background-color: transparent !important;
}
.C_nvgtrMenuDp button img {
    width: 50px;
    height: 50px;
    border: 1px solid #204066;
    border-radius: 50%;
    margin-left: 15px;
}
.C_nvgtrMenuDp button::after {
    display: none;
}
.C_nvgtrMenuDp .dropdown-menu {
    padding: unset;
    left: -92px;
    top: 58px;
}
.C_nvgtrMenuDp .dropdown-menu li {
}
.C_nvgtrMenuDp .dropdown-menu li a {
    margin: unset;
    padding: 6px;
    background-color: transparent;
    color: #000;
    font-family: "QuicksandSemiBold";
    font-size: 14px;
    border-bottom: 1px solid #cccbcb;
    transition: .5s;
}

.C_nvgtrMenuDp .dropdown-menu li a:hover {
    background-color: #fff;
    color: #12b48b;
    border-bottom: 1px solid #12b48b;
}
/* -------------------------------- */

.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn a:hover,
.C_nvgtrCarouselBtn a:hover {
    background-color: #204066;
}

.C_nvgtrNavigation .C_nvgtrNavigationDemoBtn a i,
.C_nvgtrCarouselBtn a i {
    margin-left: 8px;
    font-family: 14px;
}

.fixed-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* navigation end */

/* general classes */
.C_nvgtrSectionminiTitle {
    background: #12B48B1F;
    color: #12b48b;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    padding: 4px 8px;
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 3px;
}

.C_nvgtrSectionTitle {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    z-index: 9;
    color: #204066;
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
    font-family: 'QuicksandBold';
}

.C_nvgtrSectionDesc {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    z-index: 9;
    position: relative;
    margin: 5px 0 0;
    color: #888888;
    font-family: "MontserratRegular";
    text-align: justify;
}

/* general classes */

/* button animation */
.butn:link,
.butn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.butn::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 20px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.butn::after {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 20px;
}
.butn__new::before {
    left: -50%;
}
.butn__new::after {
    left: -100%;
}
.butn:hover,
.butn:active {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.butn__new:hover::before {
    left: 120%;
    opacity: 0.5s;
}
.butn__new:hover::after {
    left: 200%;
    opacity: 0.6;
}
.butn span {
    z-index: 20;
    margin-right: 3px;
}
/* bitton animation */


/* carousel start */
.C_nvgtrCarousel {
    margin-top: -25px;
}
.slick-fade .slick-slide {
    opacity: 1;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .fade:not(.show) {
    opacity: 1;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 200px;
}

.C_nvgtrCarousel.C_nvgtrServicesDetails .C_nvgtrCarouselWrp .C_nvgtrCarouselItems {
    background-image: url(../images/service_detail_bg.jpg) !important;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems:nth-child(1) {
    background-image: url(../images/bg.png);
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems:nth-child(2) {
    background-image: url(../images/bg.png);
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems:nth-child(3) {
    background-image: url(../images/bg.png);
}

.C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt {
    /* width: 55%; */
}

.C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionTitle {
    font-size: 65px;
    line-height: 80px;
    text-transform: capitalize;
}


.slick-active.C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionminiTitle {
    -webkit-animation: slide-in-fwd-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slick-active.C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionTitle {
    -webkit-animation: slide-in-fwd-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slick-active.C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionDesc {
    -webkit-animation: slide-in-fwd-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slick-active.C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrCarouselBtn {
    -webkit-animation: slide-in-fwd-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



@-webkit-keyframes slide-in-fwd-right {
    0% {
        -webkit-transform: translateZ(-1400px) translateX(1000px);
        transform: translateZ(-1400px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-fwd-right {
    0% {
        -webkit-transform: translateZ(-1400px) translateX(1000px);
        transform: translateZ(-1400px) translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        opacity: 1;
    }
}


.C_nvgtrCarouselBtn a {
    margin: 30px 0;
    text-transform: uppercase;
    padding: 12px 20px;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    text-align: center;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow::after {
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #fff;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow.slick-prev {
    transform: rotate(-269deg);
    left: 20px;
}

.C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow.slick-next {
    right: 20px;
    transform: rotate(269deg);
}

/* carousel end */



/* carousel cards start */
.C_nvgtrServices.C_nvgtrCarouselCards {
    padding-top: unset;
}

.C_nvgtrServices.C_nvgtrCarouselCards .container {
    margin-top: -120px;
    position: relative;
}
.C_nvgtrServicesBtmSlider .C_nvgtrServicesItems .C_nvgtrServicesItemCnt .C_nvgtrServicesItemCntWrp {
    position: relative;
    z-index: 1;
}
.C_nvgtrServicesBtmSlider .C_nvgtrServicesItems .C_nvgtrServicesItemCnt:hover {
    background: url(../images/sliderBg/cardsbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.C_nvgtrServicesBtmSlider .C_nvgtrServicesItems .C_nvgtrServicesItemCnt:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000031;
}
.C_nvgtrServicesItemBtmRigt {
    position: absolute;
    right: -30px;
    bottom: -45px;
    width: 130px;
    height: 130px;
    background-color: #12b48b;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    text-align: center;
    padding-top: 20px;
    padding-right: 15px;
}
.C_nvgtrServicesItemBtmRigt i {
    font-size: 60px;
}
.C_nvgtrServicesBtmSlider .C_nvgtrServicesItems .C_nvgtrServicesItemCnt:hover .C_nvgtrServicesItemBtmRigt {
    width: 0;
    height: 0;
}

/* carousel cards end */


/* choose us section start */
.C_nvgtrChooseUs {
    padding: 70px 0;
}
.C_nvgtrChooseUsTop {
    position: relative;
    z-index: 2;
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems {
    justify-content: center;
    align-items: center;
    display: flex;
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideoWrp {
    height: 365px;
    width: 635px;
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 15px;
    box-shadow: rgba(128, 128, 128, 0.2) 0px 3px 5px -1px, rgba(128, 128, 128, 0.14) 0px 5px 8px 0px, rgba(128, 128, 128, 0.12) 0px 1px 14px 0px;
}

.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo button {
    position: relative;
    padding: unset;
    background-color: #fff;
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo button,
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo img.C_nvgtrPlayBtnImg {
    width: 100%;
    height: 100%;
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo .C_nvgtrPlayBtn {
    position: absolute;
    top: 85px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo .C_nvgtrPlayBtn h4 {
    margin-bottom: 10px;
    font-family: 'QuicksandSemiBold';
}
.C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo .C_nvgtrPlayBtn img {
    background-color: red;
    padding: 10px;
    border-radius: 50%;
}
.C_nvgtrPlayerModal .modal-body {}
.C_nvgtrPlayerModal .modal-body video {
    width: 100%;
    height: 100%;
}
.C_nvgtrChooseUsBtm {
    margin-top: -100px;
}
.C_nvgtrChooseUsBtm .C_nvgtrChooseUsRow .C_nvgtrChooseUsRowItems {
    position: relative;
}
.C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt .C_nvgtrGetInTouchNewsletterTitle {
    color: #204066;
}
.C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt {
    /* background-image: linear-gradient(#f6f7f5bd,#abababeb) ,url(images/chooseUsBG.jpg); */
    background-image: url(../images/chooseUsBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
    position: relative;
}
.C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt .C_nvgtrChooseUsBtmDesc {
    padding: 50px 50px 50px 70px;
}
.C_nvgtrChooseUsBtmDesc .C_nvgtrSectionTitle {
    font-family: 'SairaBold';
    margin-top: 30px;
}
.C_nvgtrChooseUsBtn {
    width: 120px;
    height: 120px;
    border: 1px solid #12b48b;
    position: absolute;right: 20px;
    bottom: 20px;
    box-shadow: 0 0 10px #12b48b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.C_nvgtrChooseUsBtn a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #12b48b52;
    color: #fff;
    font-family: 'SairaBold';
    transition: .3s;
}
.C_nvgtrChooseUsBtn a:hover {
    box-shadow: inset 0 0 0 10em #12b48b;
}
.C_nvgtrChooseUsBgTop {
    position: absolute;
    width: 115px;
    height: 115px;
    background-color: #12b48b52;
    right: 0;
    z-index: 1;
    top: 0;
}
.C_nvgtrChooseUsBgBtm {
    position: absolute;
    width: 95px;
    height: 95px;
    background-color: #12b48b52;
    bottom: 0;
    left: 0;
}
.C_nvgtrChooseUsBgBtmWrp {
    width: 85px;
    height: 85px;
    bottom: 0;
    position: absolute;
    background-color: #12b48b5c;
}
.C_nvgtrChooseUsBgBtmWrpInner {
    width: 75px;
    height: 75px;
    bottom: 0;
    position: absolute;
    background-color: #12b48b;
}
.C_nvgtrChooseUsBtmRight {
    padding-top: 130px;
    padding-left: 40px;
}
.C_nvgtrChooseUsBtmRightWrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.C_nvgtrChooseUsBtmRightWrp:last-child {
    margin-bottom: unset;
}
.C_nvgtrChooseUsBtmRightWrpLeft {
    width: 100px;
    height: 100px;
    border: 1px solid #204066;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.C_nvgtrChooseUsBtmRightWrpNumber {
    font-size: 35px;
    font-family: 'SairaBold';
    color: #204066;
}
.C_nvgtrChooseUsBtmRightWrpNumber img {
    width: 50px;
}
.C_nvgtrChooseUsBtmRightWrpRight {
    width: calc(100% - 130px);
    margin-left: 30px;
}
.C_nvgtrChooseUsBtmRightWrpRightCnt .C_nvgtrProcessStepTitle {
    margin: 0 0 10px;
}
.C_nvgtrChooseUsBtmRightWrpRightCnt .C_nvgtrSectionDesc {
    font-size: 14px;
}
/* choose us section end  */


/* featurew section start */

.C_nvgtrFeaturesbtm {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}
.C_nvgtrFeaturesItemCnt {
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    background-color: #184478;
    border-radius: 3px 3px 3px 3px;
}

.C_nvgtrFeaturesItemCnt .C_nvgtrFeaturesItemCntLeft i {
    color: #fff;
    font-size: 100px;
}

.C_nvgtrFeaturesItemCnt .C_nvgtrFeaturesItemCntRight {
    padding-left: 10px;
    color: #fff;
}

.C_nvgtrFeaturesItemCnt .C_nvgtrFeaturesItemCntRight h5 {
    margin: 10px 0;
    font-size: 14px;
    font-family: 'QuicksandSemiBold';
}

.C_nvgtrFeaturesItemCnt .C_nvgtrFeaturesItemCntRight h2 {
    margin-bottom: unset;
    font-size: 40px;
    font-family: 'QuicksandBold';
}

/* featurew section end */


/* services start */
.C_nvgtrServices {
    padding: 120px 0 50px;
    background-color: #F6F7F5;
}

.C_nvgtrServices .C_nvgtrServicesWrp .C_nvgtrWorkingProcessInfo {
    margin-bottom: 70px;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemCnt {
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 3px;
    width: 96%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemCnt .C_nvgtrSectionDesc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemCnt .C_nvgtrSectionTitle {
    opacity: .5;
    font-family: 'SairaBold';
}
.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemTop {
    position: relative;
    margin-bottom: 25px;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemTop i {
    color: #12b48b;
    font-size: 100px;
    position: relative;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemTop i::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #12b48b;
    bottom: 0;
    left: 60px;
    opacity: 0.1;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemMdl ul {
    list-style: none;
    padding-left: unset;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemMdl ul li {
    text-transform: capitalize;
    line-height: 34px;
    margin: 0 0 10px;
    font-family: 'MontserratRegular';
    color: #204066;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemMdl ul li i {
    color: #12b48b;
    margin-right: 5px;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemBtm a {
    color: #12b48b;
    font-family: 'QuicksandSemiBold';
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.C_nvgtrServices .C_nvgtrServicesItems .C_nvgtrServicesItemBtm a i {
    margin-left: 5px;
}

.C_nvgtrServicesBtn a {
    margin: 50px 0 0;
    text-transform: uppercase;
    padding: 12px 20px;
}

/* services end */


/* pricing plan start */
.C_nvgtrGetInTouchCnt.C_nvgtrPricingPlanCards .row {
    align-items: center;
}
.C_nvgtrGetInTouch.C_nvgtrPricingPlan {
    padding: 150px 0 90px;
    background-color: #fff;
}
.C_nvgtrGetInTouch.C_nvgtrPricingPlan .C_nvgtrPricingTop {
    flex-direction: column;
    margin-bottom: 50px;
}

.C_nvgtrPricingPlanServicesWrp {
    margin: 20px 0;
}

.C_nvgtrPricingPlanServicesWrp .C_nvgtrPricingPlanServicesIcon i {
    width: 30px;
    height: 30px;
    background-color: #12b48b;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.C_nvgtrPricingPlanServicesWrp .C_nvgtrPricingPlanServicesInfo h5 {
    font-family: 'QuicksandSemiBold';
    color: #888888;
}

.C_nvgtrPricingPlanCardsItems:nth-child(1) .C_nvgtrPricingPlanCardCnt:hover {
    border-color: #12b48b;
}
.C_nvgtrPricingPlanCardsItems:nth-child(2) .C_nvgtrPricingPlanCardCnt {
    border-color: #204066;
    position: relative;
    z-index: 3;
}
.C_nvgtrPricingPlanCardsItems:nth-child(4) .C_nvgtrPricingPlanCardCnt {
    z-index: 1;
}
.C_nvgtrPricingPlanCardCntTopBg {
    background: linear-gradient(0deg, rgba(32,64,102,1) 25%, rgb(56 124 205) 100%);
    width: 110%;
    height: 220px;
    position: absolute;
    border-radius: 76%;
    z-index: 2;
    top: -48px;
    left: -5%;
    transform: scaleX(1.1);
}

.C_nvgtrPricingPlanCardsItems .C_nvgtrPricingPlanCardCnt:hover {
    border-color: #204066;
    box-shadow: 0 0 5px #204066;
    position: relative;
    z-index: 999;
}
.C_nvgtrPricingPlanCardsItems .C_nvgtrPricingPlanCardCnt {
    box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
    text-align: center;
    border-radius: 55px;
    overflow: hidden;
    border: 1px solid #fff;
    transition: .5s;
    margin-left: -10px;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.C_nvgtrPricingPlanCardsItems .C_nvgtrPricingPlanCardCnt .C_nvgtrPricingPlanCardCntTop {
    padding: 30px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.C_nvgtrPricingPlanCardCntTop .C_nvgtrPriceTitle {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: 'QuicksandSemiBold';
}

.C_nvgtrPricingPlanCardCntTop .C_nvgtrPrice {
    font-family: 'QuicksandBold';
    color: rgba(0, 0, 0, 0.6);
}

.C_nvgtrPricingPlanCardCntMdl ul {
    list-style: none;
    padding-left: unset;
    padding: 30px 12px;
    margin-bottom: unset;
}

.C_nvgtrPricingPlanCardCntMdl ul li {
    text-transform: capitalize;
    line-height: 34px;
    font-family: 'MontserratRegular';
    border-bottom: 2px dashed rgba(0, 0, 0, 0.12);
    color: #888888;
    padding: 8px;
}
.C_nvgtrPricingPlanCardsItems {
    border-radius: 30px;
}

.C_nvgtrPricingPlanCardCntMdl ul li:last-child {
    margin-bottom: unset;
}

.C_nvgtrPricingPlanCardCntMdl ul li i {
    color: #12b48b;
    margin-left: 5px;
}

.C_nvgtrPricingPlanCardCntBtm {
    margin-top: 25px;
    padding: 16px;
    background-color: rgb(32 64 102 / 9%);
}
.C_nvgtrPricingPlanCardsItems:nth-child(1) .C_nvgtrPricingPlanCardCntTop .C_nvgtrPriceTitle {
    color: #12b48b;
}
.C_nvgtrPricingPlanCardsItems:nth-child(1) .C_nvgtrPricingPlanCardCntBtm {
    background-color: #12b48c8a;
}
.C_nvgtrPricingPlanCardsItems:nth-child(1) .C_nvgtrPricingPlanCardCntBtm a {
    background-color: #12b48b;
}

.C_nvgtrPricingPlanCardCntBtm a,
.C_nvgtrFeaturesItems .C_nvgtrFeaturesItemBtn a {
    background-color: #204066;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 3px;
    font-family: "QuicksandSemiBold";
    text-transform: uppercase;
}
.C_nvgtrPricingPlanCardCntBtm a {
    border-radius: 30px;
}

/* pricing plan end */



/* request demo section start */
.C_nvgtrRequestDemo {
    padding: 50px;
    background-color: #9fe5d3;
    box-shadow: 0 0 10px inset #12b48b;
    display: none;
}
.C_nvgtrRequestDemo .C_nvgtrNavigationDemoBtn {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.C_nvgtrRequestDemo .C_nvgtrNavigationDemoBtn .C_nvgtrClientSupport {}

.C_nvgtrRequestDemo .C_nvgtrNavigationDemoBtn .C_nvgtrClientSupport span {
    /* display: block; */
    font-family: 'QuicksandSemiBold';
    font-size: 14px;
}
.C_nvgtrRequestDemo .C_nvgtrNavigationDemoBtn .C_nvgtrClientSupport span:last-child {
    font-family: 'QuicksandBold';
}

.C_nvgtrRequestDemo .C_nvgtrNavigationDemoBtn a {
    background-color: #12b48b;
    padding: 10px 25px;
    font-family: 'QuicksandSemiBold';
    font-size: 18px;
    margin-top: 15px;
}
/* request demo section start */



/* working process start */
.C_nvgtrWorkingProcess {
    padding: 70px 0;
}
.C_nvgtrWorkingProcessWrp {
    position: relative;
    z-index: 999;
}

.C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo {
    margin-bottom: 70px;
}
.C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo .C_nvgtrFaqImg {
    width: 525px;
    margin: 50px auto 0;
    background-image: url('../images/faq/plus-symbol-button.png'),url('../images/faq/circle.png'),url('../images/faq/zigzag.png');
    background-repeat: no-repeat;
    background-position: left 65px top 90px, right 125px top 92px,right 315px bottom 10px;
    background-size: 40px,50px,100px;

}
.C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo .C_nvgtrFaqImg img {
    width: 350px;
}

.C_nvgtrWorkingProcess .C_nvgtrSectionminiTitle {
    background-color: #fff;
}

.C_nvgtraccordion .accordion-item {
    margin: 20px 5px;
    box-shadow: 0 1.5px 12px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    overflow: hidden;
    border-bottom: unset;
}
.C_nvgtraccordion .accordion-button {
    font-family: 'QuicksandBold';
    padding: 22px;
    font-size: 18px;

}
.C_nvgtraccordion .accordion-button:not(.collapsed) {
    background-color: #12b48b;
    color: #fff;
    box-shadow: unset;
    border: 1px solid #12b48b;
    font-family: 'QuicksandBold';
    font-size: 22px;
}
.C_nvgtraccordion .accordion-button::after {
    background-image: url(../images/down-arrowBlack.png);
}
.C_nvgtraccordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.png);
}

.C_nvgtrProcessStepsItem {
    background-image: url(../images/arrow.jpg);
    background-repeat: no-repeat;
    background-position: right 50px top 100px;
}

.C_nvgtrProcessStepsItem:last-child {
    background-image: unset;
}

.C_nvgtrProcessStepsItem .C_nvgtrProcessStepsItemCnt .C_nvgtrProcessStepImg {
    width: 120px;
    height: 120px;
    border: 2px dotted #204066;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
}

.C_nvgtrProcessStepsItem .C_nvgtrProcessStepsItemCnt .C_nvgtrProcessStepImg img {
    width: 60%;
}

.C_nvgtrWorkingProcess .C_nvgtrProcessSteps {
    background-color: #fff;
    border-radius: 5px;
    padding: 50px;
}

.C_nvgtrProcessStepminiTitle {
    margin-bottom: 25px;
    font-family: 'QuicksandBold';
    font-size: 20px;
    color: #204066;
}

.C_nvgtrProcessStepTitle {
    font-family: 'QuicksandSemiBold';
    margin: 20px 0;
    color: #204066;
}

.C_nvgtrProcessStepDesc {
    margin: unset;
}

/* working process end */


/* features section start */
.C_nvgtrFeaturesbtm {
    background-color: #f1eae563;
    padding: 50px;
}
.C_nvgtrFeaturesbtm .C_nvgtrFeaturesbtmContainer {
    max-width: 90%;
}
.C_nvgtrFeaturesbtmWrp .C_nvgtrWorkingProcessRightInfo {
    padding-left: 40px;
}
.C_nvgtrFeaturesbtmWrp .C_nvgtrWorkingProcessRightInfo .C_nvgtrSectionminiTitle {
    border: 1px solid #12b48b;
    border-radius: 30px;
    padding: 5px 15px;
    margin-bottom: unset;
}

.C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIcons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    border: 1px solid #204066;
    border-radius: 7px;
    display: flex;
    /* gap: 15px; */
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: .5s;
}

.C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems:hover {
    border-color: #12b48b;
    box-shadow: 0 0 5px #12b48b inset;
}
.C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems .C_nvgtrFeatureIcons {
    width: 40px;
}

.C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems .C_nvgtrFeatureIcons img {
    width: 100%;
}
.C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
    margin-bottom: unset;
    color: #204066;
    width: calc(100% - 55px);
    margin-left: 10px;
    font-family: 'QuicksandSemiBold';
}

/* features section end */


/* map section start */
.C_nvgtrMapSection {
    position: relative;
    padding-top: 20px;
}

.C_nvgtrMapSectionTop {

    background-image: url(../images/bottom_white_image_top.png);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 999;
}

.C_nvgtrMapSectionBtm {
    background-image: url(../images/bottom_white_image_04.png);
    padding: 40px 0;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -80px;
    position: relative;
}

/* map section end */


/* get in touch start */
.C_nvgtrGetInTouch .container {
    position: relative;
}

.C_nvgtrGetInTouch {
    padding: 90px 0 150px;
    background-color: #fff;
}

.C_nvgtrGetInTouch .C_nvgtrGetInTouchItem .C_nvgtrGetInTouchIteminner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.C_nvgtrGetInTouchDescription {
    display: flex;
    margin-top: 30px;
}

.C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems {
    width: calc(100% / 2 - 20px);
}

.C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child {
    margin-left: 20px;
    position: relative;
}

.C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #cbcbcb;
    left: -50px;
    border-radius: 10PX;
}

.C_nvgtrGetInTouchDescriptionItems .C_nvgtrGetInTouchImg img {
    width: 40px;
    margin-bottom: 20px;
}

.C_nvgtrGetInTouchDescriptionItems .C_nvgtrGetInTouchDescCnt span {
    color: #204066;
    margin-bottom: 6px;
    display: inline-block;
}

.C_nvgtrGetInTouchDescriptionItems .C_nvgtrGetInTouchDescCnt p {
    font-family: 'QuicksandBold';
    color: #888888;
}

.C_nvgtrGetInTouchForm {
    padding: 30px;
    background-color: #f6f7f5;
}

.C_nvgtrGetInTouchForm .C_nvgtrGetInTouchFormWrp {
    display: flex;
}

.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields {
    width: calc(100% / 2 - 20px);
    margin: 10px;
}

.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields.C_nvgtrGetInTouchFormAddress {
    width: 100%;
    margin: 10px;
}

.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields input,
.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields textarea,
.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields select {
    width: 100%;
    background-color: #fff;
    border: unset;
    padding: 15px;
    outline: unset;
    box-shadow: 0 0 5px inset #959595;
    border-radius: 6px;
}
.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields.C_nvgtrGetInTouchSelect select {
    color: #919191;
    appearance: none;

}
.C_nvgtrGetInTouchSelectMain select {
    color: #919191;
    appearance: none;
}
.C_nvgtrGetInTouchFormFields.C_nvgtrGetInTouchSelect {
    width: 100%;
}

.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields .iti.iti--allow-dropdown {
    width: 100%;
}
.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields .iti.iti--allow-dropdown .iti__country-list {
    max-width: 332px;
    width: 332px;
}
.C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields.C_nvgtrGetInTouchFormBtn input {
    background-color: #12b48b;
    color: #fff;
    max-width: 200px;
    font-family: 'QuicksandSemiBold';
}

.C_nvgtrGetInTouchNewsletter {
    background-color: #12b48b;
    padding: 40px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -225px;
    border: 2px solid #fff;
    /* box-shadow: inset 0 0 5px #ffffffa3; */
    border-radius: 10px;
    z-index: 1;
}

.C_nvgtrGetInTouchNewsletter .C_nvgtrGetInTouchNewsletterItemsCnt {
    display: flex;
    align-items: center;
}

.C_nvgtrGetInTouchNewsletterItemsCnt .C_nvgtrGetInTouchNewsletterImg {
    width: 60px;
}

.C_nvgtrGetInTouchNewsletterItemsCnt .C_nvgtrGetInTouchNewsletterInfo {
    width: calc(100% - 80px);
    margin-left: 20px;
}

.C_nvgtrGetInTouchNewsletterTitle {
    color: #fff;
    margin-bottom: unset;
    font-family: 'QuicksandBold';
}

.C_nvgtrGetInTouchNewsletterForm {
    width: 100%;
}

.C_nvgtrGetInTouchNewsletterForm .C_nvgtrGetInTouchNewsletterFormWrp input {
    padding: 14px;
    outline: unset;
}

.C_nvgtrGetInTouchNewsletterForm .C_nvgtrGetInTouchNewsletterFormWrp input[type=text]::placeholder {
    color: #fff;
}

.C_nvgtrGetInTouchNewsletterForm .C_nvgtrGetInTouchNewsletterFormWrp input[type=text] {
    background-color: rgba(255, 255, 255, 0.1);
    border: unset;
    color: #fff;
    width: calc(100% - 110px);
    margin-right: 10px;
}

.C_nvgtrGetInTouchNewsletterForm .C_nvgtrGetInTouchNewsletterFormWrp input[type=submit] {
    background: #fff;
    border: 1px solid transparent;
    font-family: 'QuicksandSemiBold';
    width: 95px;
}

/* get in touch end */


/* footer start */
.C_nvgtrFooter {
    padding: 150px 0 0;
    /* background-color: #204066; */
    background-image: linear-gradient(30deg, #204066 30%, #12b48b 74%);
    color: #fff;
    position: relative;
}
.C_nvgtrFooter::before {
    position: absolute;
    content: "";
    background: url(../images/deco-wave-footer-e6260ce7bfb02bfcff02c440d3c890bc.png);
    width: 100%;
    height: 80%;
    top: 80px;
    left: 0px;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
}
.C_nvgtrFooter .container {
    position: relative;
    z-index: 1;
}
.C_nvgtrFooterCnt .C_nvgtrFooterLogo img {
    height: 80px;
    margin-bottom: 30px;
}

.C_nvgtrFooterCnt .C_nvgtrFooterDesc p {
    font-size: 18px;
    font-family: 'QuicksandRegular';
    line-height: 28px;
    margin-bottom: 30px;
}

.C_nvgtrFooterCnt .C_nvgtrFooterSocial i {
    width: 50px;
    height: 50px;
    /* background: rgb(18 180 139 / 17%); */
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    transition: .5s;
    border: 1px solid #fff;
    transition: .5s;
}

.C_nvgtrFooterCnt .C_nvgtrFooterSocial i:hover {
    /* background-color: #12b48b; */
    box-shadow: 0 0 10px #fff inset;
}

.C_nvgtrFooterCnt .C_nvgtrFooterTitle {
    margin-bottom: 30px;
    padding: 0;
    font-size: 26px;
    line-height: 34px;
    position: relative;
    font-family: 'QuicksandBold';
}

.C_nvgtrFooterCnt .C_nvgtrFooterTitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
}

.C_nvgtrFooterCnt .C_nvgtrFooterLinks {
    padding: unset;
    margin: unset;
}

.C_nvgtrFooterCnt .C_nvgtrFooterLinks li {
    width: 49%;
    display: inline-block;
    margin: 0 0 12px 0;
    transition: .5s;
}

.C_nvgtrFooterCnt .C_nvgtrFooterLinks li a {
    position: relative;
    border: none;
    padding: 0 0 0 15px;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    transition: .5s;
    font-size: 18px;
}

.C_nvgtrFooterCnt .C_nvgtrFooterLinks li a::before {
    top: 4px;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    margin: auto 0;
    content: '\f054';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
}

.C_nvgtrFooterCnt .C_nvgtrFooterLinks li:hover {
    padding-left: 10px;
}

.C_nvgtrFooterCnt .C_nvgtrFooterLinks li a:hover {
    color: #fff;
}

.C_nvgtrFooterCnt .C_nvgtrFooterPosts {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.C_nvgtrFooterCnt .C_nvgtrFooterPosts:last-child {
    margin-bottom: unset;
    border-bottom: unset;
}

.C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostImg img {
    width: 80px;
    border-radius: 6px;
    overflow: hidden;
}

.C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostCnt {
    width: calc(100% - 80px);
    margin-left: 20px;
}

.C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostCnt a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostCnt h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'QuicksandBold';
    transition: .5s;
}

.C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostCnt h6:hover {
    color: #12b48b;
}

.C_nvgtrFooterContact {
    padding: unset;
    margin: unset;
    list-style: none;
}

.C_nvgtrFooterContact li {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 28px;
    transition: .5s;
}
.C_nvgtrFooterContact li:hover {
    margin-left: 10px;
}
.C_nvgtrFooterContact li i {
    margin-right: 20px;
}

.C_nvgtrFooterContact li a {
    text-decoration: unset;
    color: #fff;
    transition: .5s;
    word-break: break-all;
}

.C_nvgtrFooterContact li a:hover {
    color: #fff;
}

.C_nvgtrFooter .C_nvgtrcopyright {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 18px;
    margin-top: 20px;
}

/* footer end */



/* services detals page */
.C_nvgtrServicesDetails.C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems {
    padding: 20px 0;
}
.C_nvgtrServicesDetailsCntWrp .C_nvgtrCarouselCnt {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.C_nvgtrServicesDescription {
    padding: 70px 0 0;
}
.C_nvgtrWorkingProcessInfoItem .C_nvgtrServicesFeatures {
    padding-left: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.C_nvgtrWorkingProcessInfoItem .C_nvgtrServicesFeatures li {
    position: relative;
    color: #204066;
    width: calc(100% / 4 - 20px);
    margin: 10px;
    border: 1px solid #204066;
    border-radius: 7px;
    display: flex;
    text-align: center;
    /* gap: 15px; */
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: .5s;
    font-family: 'QuicksandSemiBold';
}
.C_nvgtrWorkingProcessInfoItem .C_nvgtrServicesFeatures li:hover {
    border-color: #12b48b;
    box-shadow: 0 0 5px #12b48b inset;
}
.C_nvgtrGetInTouch.C_nvgtrGetInTouchServices {
    padding-top: 0;
}
/* services detals page */




/* media queries */
/* media queries */


@media screen and (min-width:1281px) and (max-width:1600px) {

    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
        width: calc(100% / 4 - 10px);
        margin: 5px;
        flex-direction: column;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
        text-align: center;
        width: 100%;
        margin-left: unset;
    }
}

@media screen and (min-width:1025px) and (max-width:1280px) {

    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
        width: calc(100% / 4 - 10px);
        margin: 5px;
        flex-direction: column;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
        text-align: center;
        width: 100%;
        margin-left: unset;
    }
}


@media screen and (min-width:992px) and (max-width:1024px) {
    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems {
        width: 50%;
        padding: 0 5px;
        word-break: break-word;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child {
        margin-left: unset;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child::before {
        display: none;
    }

    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
        width: calc(100% / 3 - 10px);
        margin: 5px;
        flex-direction: column;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
        text-align: center;
        width: 100%;
        margin-left: unset;
    }
    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn a, .C_nvgtrCarouselBtn a, .C_nvgtrServicesBtn a {
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .C_nvgtrNavigation .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 25px;
        outline: unset !important;
        box-shadow: unset;
        border: 1px solid #12b48b;
        background: #12b48b;
        color: #fff;
    }
    .C_nvgtrNavigation .navbar-toggler .navbar-toggler-icon {
        background-image: url(../images/singleBarpng.png);
    }
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item {
        margin-right: unset;
    }
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
        border-bottom: 1px solid #20406636;
    }.C_nvgtrNavigation .navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: unset;
    }
    .C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt {
        padding: 50px 15px;
    }
    .C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt .C_nvgtrChooseUsBtmDesc {
        padding: 30px 0 100px;
    }
    .C_nvgtrChooseUsBtmRight {
        padding-left: 0;
    }
    .C_nvgtrChooseUsBtmRightWrp {
        flex-direction: column;
    }
    .C_nvgtrChooseUsBtmRightWrpRight {
        width: 100%;
        margin-left: unset;
        text-align: center;
        padding-top: 15px;
    }

    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
        width: calc(100% / 2 - 10px);
        margin: 3px;
        flex-direction: column;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
        text-align: center;
        width: 100%;
        margin-left: unset;
    }


    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn {
        display: none !important;
    }
    .C_nvgtrProcessStepsItem {
        background-image: unset;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow {
        width: 40px;
        height: 40px;
        top: 68%;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow::after {
        font-size: 20px;
    }

    .C_nvgtrPricingPlanCardCntMdl ul {
        padding: 30px 8px;
    }

    .C_nvgtrPricingPlanCardCntBtm {
        padding: 0 15px 40px;
    }

    .C_nvgtrPricingPlanCardCntBtm a {
        padding: 6px;
    }

    .C_nvgtrPricingPlanCardsItems .C_nvgtrPricingPlanCardCnt .C_nvgtrPricingPlanCardCntTop {
        padding: 10px;
    }

    .C_nvgtrFooterCnt .C_nvgtrFooterLinks li a {
        font-size: 14px;
    }

    .C_nvgtrFooterCnt .C_nvgtrFooterTitle {
        font-size: 24px;
    }


    .C_nvgtrFooterPosts .C_nvgtrFooterPostItem.d-flex {
        flex-direction: column;
    }

    .C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostCnt {
        margin-left: unset;
        width: 100%;
    }

    .C_nvgtrFooterPosts .C_nvgtrFooterPostItem .C_nvgtrFooterPostImg img {
        margin-bottom: 20px;
    }

    .C_nvgtrFooterCnt .C_nvgtrFooterSocial i {
        margin: 6px;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems {
        width: 50%;
        padding: 0 5px;
        word-break: break-word;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child {
        margin-left: unset;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child::before {
        display: none;
    }


    .C_nvgtrServices.C_nvgtrCarouselCards .container {
        margin-top: -165px;
    }
    .C_nvgtrServicesItemBtmRigt {
        right: -35px;
        bottom: -47px;
        width: 120px;
        height: 120px;
    }
    .C_nvgtrServicesItemBtmRigt i {
        font-size: 45px;
    }
    .C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems {
        padding: 70px 0 200px;
    }
    .C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionTitle {
        font-size: 42px;
        line-height: 55px;
    }

    .C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo .C_nvgtrFaqImg {
        width: 100%;
        background-position: left 10px top 0px, right 220px top 83px,right 122px bottom 10px;
    }
    .C_nvgtrGetInTouchForm .C_nvgtrGetInTouchFormWrp:last-child .C_nvgtrGetInTouchFormFields {
        width: 100%;
    }
    .C_nvgtrGetInTouchForm .C_nvgtrGetInTouchFormWrp:last-child .C_nvgtrGetInTouchFormFields input {}


    .C_nvgtrRequestDemo {
        display: block;
        padding: 35px 0px;
    }

}

/* latest mobile view */
@media screen and (min-width:576px) and (max-width:767px) {
     /* --------------------- */
     .C_nvgtrNavigation .navbar .navbar-nav .nav-item {
        margin-right: unset;
    }
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
    border-bottom: 1px solid #20406636;
    }
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: unset;
    }
    /* --------------------- */
    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn a {
        display: none;
    }

    .C_nvgtrNavigation .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 25px;
        outline: unset !important;
        box-shadow: unset;
        border: 1px solid #12b48b;
        background: #12b48b;
        color: #fff;
    }

    .C_nvgtrNavigation .navbar-toggler .navbar-toggler-icon {
        background-image: url("../images/singleBarpng.png");
    }


    /* carousel responsiveness */
    .C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems {
        padding: 40px 0 180px;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt {
        width: 100%;
        text-align: center;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionTitle {
        font-size: 50px;
        line-height: 70px;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow {
        top: unset;
        bottom: 145px;
        width: 40px;
        height: 40px;
        border: 2px solid #12b48b;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow::after {
        background: #12b48b;
        color: #fff;
        font-size: 20px;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow.slick-prev {
        left: calc(50% - 45px);
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow.slick-next {
        right: calc(50% - 45px);
    }

    /* reinvent section start */
    .C_nvgtrFeatures .C_nvgtrFeaturesContainer {
        padding: 30px;
    }

    .C_nvgtrFeatures .C_nvgtrFeaturesRow .C_nvgtrFeaturesItems:nth-child(2) {
        padding-left: unset;
        padding-top: 30px;
    }

    .C_nvgtrFeaturesbtm {
        padding: 160px 0 30px;
    }

    .C_nvgtrSectionTitle {
        font-size: 38px;
        line-height: 50px;
    }
    /* services section responsiveness */
    .C_nvgtrServices {
        padding: 50px 0 50px;
    }

    .C_nvgtrServices .C_nvgtrServicesWrp .C_nvgtrWorkingProcessInfo {
        margin-bottom: 40px;
    }

    .C_nvgtrServices .C_nvgtrServicesItems {
        margin-bottom: 20px !important;
    }

    /* pricing plan responsiveness */
    .C_nvgtrGetInTouch.C_nvgtrPricingPlan {
        padding: 50px 0;
    }

    .C_nvgtrPricingPlanCardsItems {
        margin-bottom: 20px;
    }

    .C_nvgtrPricingPlanCardsItems:nth-child(2),
    .C_nvgtrPricingPlanCardsItems:nth-child(3) {
        margin-top: unset;
    }

    /* working process responsiveness */
    .C_nvgtrWorkingProcess {
        padding: 50px 0;
    }

    .C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo {
        margin-bottom: 50px;
    }

    .C_nvgtrWorkingProcess .C_nvgtrProcessSteps {
        padding: 20px 10px;
        width: 98%;
        margin: auto;
    }

    .C_nvgtrProcessStepsItem {
        margin-bottom: 20px;
        border-bottom: 1px solid #888888;
        padding-bottom: 20px;
        background-image: unset;
    }

    .C_nvgtrProcessStepsItem:last-child {
        border-bottom: unset;
        margin-bottom: unset;
    }

    .C_nvgtrGetInTouch {
        padding: 50px 0;
    }

    .C_nvgtrGetInTouchDescription {
        flex-direction: column;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems {
        width: 100%;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child {
        margin-left: unset;
    }

    .C_nvgtrGetInTouchForm {
        padding: 5px;
        margin-top: 20px;
    }

    .C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields.C_nvgtrGetInTouchFormBtn {
        width: 100%;
    }

    .C_nvgtrGetInTouchNewsletter {
        position: unset;
        padding: 10px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .C_nvgtrGetInTouchNewsletterForm {
        margin-top: 20px;
    }



    /* ----------------------------------------- */
    .C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo .C_nvgtrFaqImg {
        width: 100%;
        background-position: left 15px top 0px, right 202px top 80px,right 50px bottom 0px;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
        flex-direction: column;
        width: calc(100% / 2 - 10px);
        margin: 4px;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
        width: 100%;
        margin-left: unset;
        word-break: break-word;
        text-align: center;
    }
    .C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideoWrp {
        height: 380px;
        width: 100%;
        margin-top: 25px;
    }
    .C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo img.C_nvgtrPlayBtnImg {
        margin-top: 62px;
    }
    .C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo .C_nvgtrPlayBtn {
        top: 40px;
    }
    .C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt {
        padding: 135px 20px;
    }
    .C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt .C_nvgtrChooseUsBtmDesc {
        padding: 30px 0 0;
    }
    .C_nvgtrChooseUsBtmRight {
        padding-top: 50px;
        padding-left: 0;
    }
    .C_nvgtrChooseUsBtmRightWrp {
        flex-direction: column;
    }
    .C_nvgtrChooseUsBtmRightWrpRight {
        width: 100%;
        margin-top: 28px;
        text-align: center;
        margin-left: unset;
    }

    .C_nvgtrFeaturesbtm {
        padding: 30px 0;
    }
    .C_nvgtrFeaturesbtmWrp .C_nvgtrWorkingProcessRightInfo {
        padding-left: 0;
        padding-top: 35px;
    }
    .C_nvgtrGetInTouchCnt.C_nvgtrPricingPlanCards .row {
        padding: 0 20px;
    }
    .C_nvgtrPricingPlanCardsItems .C_nvgtrPricingPlanCardCnt {
        margin-left: unset;
    }
    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn {
        display: none !important;
    }
    .nav-item.Customdropdown .dropdown-menu {
        padding-top: unset;
    }
    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn {
        display: none !important;
    }

    .C_nvgtrRequestDemo {
        display: block;
        padding: 35px 0px;
    }
    /* ----------------------------------------- */
    /* footer responsiveness */
    .C_nvgtrFooter {
        padding: 50px 0 0;
    }

    .C_nvgtrFooterItems {
        margin-bottom: 30px;
    }

    .C_nvgtrFooterLogo {
        text-align: center;
    }

    .C_nvgtrFooterItems:last-child {
        margin-bottom: unset;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child::before {
        display: none;
    }
}


/* mobile view */
@media screen and (max-width:575px) {
    /* --------------------- */
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item {
        margin-right: unset;
    }
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
    border-bottom: 1px solid #20406636;
    }
    .C_nvgtrNavigation .navbar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: unset;
    }
    /* --------------------- */
    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn a {
        display: none;
    }

    .C_nvgtrNavigation .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 25px;
        outline: unset !important;
        box-shadow: unset;
        border: 1px solid #12b48b;
        background: #12b48b;
        color: #fff;
    }

    .C_nvgtrNavigation .navbar-toggler .navbar-toggler-icon {
        background-image: url("../images/singleBarpng.png");
    }


    /* carousel responsiveness */
    .C_nvgtrCarousel .C_nvgtrCarouselWrp .C_nvgtrCarouselItems {
        padding: 40px 0 180px;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt {
        width: 100%;
        text-align: center;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselItems .C_nvgtrCarouselCnt .C_nvgtrSectionTitle {
        font-size: 50px;
        line-height: 70px;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow {
        top: unset;
        bottom: 145px;
        width: 40px;
        height: 40px;
        border: 2px solid #12b48b;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow::after {
        background: #12b48b;
        color: #fff;
        font-size: 20px;
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow.slick-prev {
        left: calc(50% - 45px);
    }

    .C_nvgtrCarousel .C_nvgtrCarouselWrp .slick-arrow.slick-next {
        right: calc(50% - 45px);
    }

    /* reinvent section start */
    .C_nvgtrFeatures .C_nvgtrFeaturesContainer {
        padding: 30px;
    }

    .C_nvgtrFeatures .C_nvgtrFeaturesRow .C_nvgtrFeaturesItems:nth-child(2) {
        padding-left: unset;
        padding-top: 30px;
    }


    .C_nvgtrSectionTitle {
        font-size: 38px;
        line-height: 50px;
    }
    /* services section responsiveness */
    .C_nvgtrServices {
        padding: 35px 0 35px;
    }

    .C_nvgtrServices .C_nvgtrServicesWrp .C_nvgtrWorkingProcessInfo {
        margin-bottom: 40px;
    }

    .C_nvgtrServices .C_nvgtrServicesItems {
        margin-bottom: 20px !important;
    }

    /* pricing plan responsiveness */
    .C_nvgtrGetInTouch.C_nvgtrPricingPlan {
        padding: 50px 0;
    }

    .C_nvgtrPricingPlanCardsItems {
        margin-bottom: 20px;
    }

    .C_nvgtrPricingPlanCardsItems:nth-child(2),
    .C_nvgtrPricingPlanCardsItems:nth-child(3) {
        margin-top: unset;
    }

    /* working process responsiveness */
    .C_nvgtrWorkingProcess {
        padding: 50px 0;
    }

    .C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo {
        margin-bottom: 50px;
    }

    .C_nvgtrWorkingProcess .C_nvgtrProcessSteps {
        padding: 20px 10px;
        width: 98%;
        margin: auto;
    }

    .C_nvgtrProcessStepsItem {
        margin-bottom: 20px;
        border-bottom: 1px solid #888888;
        padding-bottom: 20px;
        background-image: unset;
    }

    .C_nvgtrProcessStepsItem:last-child {
        border-bottom: unset;
        margin-bottom: unset;
    }

    .C_nvgtrGetInTouch {
        padding: 50px 0;
    }

    .C_nvgtrGetInTouchDescription {
        flex-direction: column;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems {
        width: 100%;
    }

    .C_nvgtrGetInTouchDescription .C_nvgtrGetInTouchDescriptionItems:last-child {
        margin-left: unset;
    }

    .C_nvgtrGetInTouchForm {
        padding: 5px;
        margin-top: 20px;
    }

    .C_nvgtrGetInTouchFormWrp .C_nvgtrGetInTouchFormFields.C_nvgtrGetInTouchFormBtn {
        width: 100%;
    }

    .C_nvgtrGetInTouchNewsletter {
        position: unset;
        padding: 10px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .C_nvgtrGetInTouchNewsletterForm {
        margin-top: 20px;
    }
    /* ----------------------------------------- */
    .C_nvgtrWorkingProcess .C_nvgtrWorkingProcessInfo .C_nvgtrFaqImg {
        width: 100%;
        background-position: left 15px top 0px, right 202px top 80px,right 50px bottom 0px;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems {
        flex-direction: column;
        width: calc(100% / 2 - 10px);
        margin: 4px;
    }
    .C_nvgtrFeatureBtmSliderWrp .C_nvgtrFeatureBtmIconsItems p {
        width: 100%;
        margin-left: unset;
        word-break: break-word;
        text-align: center;
    }
    .C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideoWrp {
        height: 234px;
        width: 100%;
        margin-top: 25px;
    }
    .C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo img.C_nvgtrPlayBtnImg {
        margin-top: 62px;
    }
    .C_nvgtrChooseUsTop .C_nvgtrChooseUsRowItems .C_nvgtrChooseUsRowCntVideo .C_nvgtrPlayBtn {
        top: 40px;
    }
    .C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt {
        padding: 135px 20px;
    }
    .C_nvgtrChooseUsBtm .C_nvgtrChooseUsBtmCnt .C_nvgtrChooseUsBtmDesc {
        padding: 30px 0 0;
    }
    .C_nvgtrChooseUsBtmRight {
        padding-top: 50px;
        padding-left: 0;
    }
    .C_nvgtrChooseUsBtmRightWrp {
        flex-direction: column;
    }
    .C_nvgtrChooseUsBtmRightWrpRight {
        width: 100%;
        margin-top: 28px;
        text-align: center;
        margin-left: unset;
    }

    .C_nvgtrFeaturesbtm {
        padding: 30px 0;
    }
    .C_nvgtrFeaturesbtmWrp .C_nvgtrWorkingProcessRightInfo {
        padding-left: 0;
        padding-top: 35px;
    }
    .C_nvgtrGetInTouchCnt.C_nvgtrPricingPlanCards .row {
        padding: 0 20px;
    }
    .C_nvgtrPricingPlanCardsItems .C_nvgtrPricingPlanCardCnt {
        margin-left: unset;
    }
    .C_nvgtrNavigation .C_nvgtrNavigationDemoBtn {
        display: none !important;
    }
    .nav-item.Customdropdown .dropdown-menu {
        padding-top: unset;
    }
    .C_nvgtrRequestDemo {
        display: block;
        padding: 35px 0px;
    }
    /* ----------------------------------------- */


    /* footer responsiveness */
    .C_nvgtrFooter {
        padding: 50px 0 0;
    }

    .C_nvgtrFooterItems {
        margin-bottom: 30px;
    }

    .C_nvgtrFooterLogo {
        text-align: center;
    }

    .C_nvgtrFooterItems:last-child {
        margin-bottom: unset;
    }
}






/* loader */
/* loader */

body.loaded {
    overflow-y: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
  }
  .overlay .overlayDoor:before, .overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #111;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
  }
  .overlay .overlayDoor:before {
    left: 0;
  }
  .overlay .overlayDoor:after {
    right: 0;
  }
  .overlay.loaded .overlayDoor:before {
    left: -50%;
  }
  .overlay.loaded .overlayDoor:after {
    right: -50%;
  }
  .overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
  }
  .overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  }
  .overlay .overlayContent .skip canvas {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }
  .overlay .overlayContent .skip img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
  }
  .loader {
    width: 108px;
    height: 108px;
    border: 3px solid #12b48b;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loader .inner {
    width: 84px;
    height: 84px;
    border: 3px solid transparent;
    border-top: 3px solid #12b48b;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes spinInner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-720deg);
    }
  }
