/* Font Embed */
@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'latoregular';
}

.header{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.top-header-wrap{
    border-bottom: 0.3px solid #FFFFFF;
    padding-top: 14px;
    padding-bottom: 13px;
}
.nav-menu{
    padding: 22px 0px;
}
.top-header a:first-child{
    margin-right: 34.9px;
}
.top-header a{
    font-family: 'latoregular';
    font-size: 13px;
    line-height: 16px;
}
.top-header a:hover, .top-header a:focus, .top-header a:active, .top-header a:focus-within, .nav-menu a:not(.nav-button):hover, .nav-menu a:not(.nav-button):focus, .nav-menu a:not(.nav-button):active, .nav-menu a:not(.nav-button):focus-within{
    color: #6DBFA7;
}
.top-header a img{
    margin-right: 9.7px;
}

.nav-menu a{
    font-family: 'latoregular';
    font-size: 15px;
    line-height: 18px;
    
}
.nav-menu a.nav-button{
    border: 1px solid #fff;
    padding: 13px 48px;
    font-family: 'latobold';
}
.nav-menu a.nav-button:hover, .nav-menu a.nav-button:focus, .nav-menu a.nav-button:active, .nav-menu a.nav-button:focus-within{
    color: #fff;
    background-color: #6DBFA7;
    border-color: #6DBFA7;
}
.top-header .book_appointment{
    font-size: 15px;
    line-height: 18px;
}

/*---- banner -----*/
.banner{
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.banner-wrap{
    padding: 268px 0px 236.1px;
}
.banner-head{
    font-size: calc(36px + (72 - 36) * ((100vw - 375px) / (1920 - 375)));
    line-height: calc(43px + (86 - 43) * ((100vw - 375px) / (1920 - 375)));
    font-family: 'latolight';
    margin-bottom: 27px;
}

body .plm-text-bold{
    font-family: 'latobold';
}
body .plm-text-primary{
    color: #6DBFA7;
}
.plm-text{
    font-family: 'latoregular';
    font-size: 18px;
    line-height: 32.4px;
}
.banner-desc{
    margin-bottom: 27px;
}
.plm-btn{
    font-size: 15px;
    line-height: 18px;
    font-family: 'latobold';
    display: inline-block;
}
.plm-btn img{
    margin-left: 9px;
    vertical-align: inherit;
}
.plm-btn-white{
    background-color: #FFFFFF;
    color: #0A1623;
    border: 1px solid #0A1623;
}
.plm-btn-large{
    padding: 13px 0px 13px;
    max-width: 260px;
    width: 100%;
    text-align: center;
}
.plm-btn-white:hover, .plm-btn-white:focus, .plm-btn-white:active{
    background-color: #6DBFA7;
    border-color: #6DBFA7;
}

/*---- about ----*/
.about{
    padding: 53.9px 0px 119px;
}
.about-col-wrap{
    margin-top: 54px;
}
.plm-head{
    font-size: calc(36px + (45 - 36) * ((100vw - 375px) / (1920 - 375)));
    line-height: calc(43px + (54 - 43) * ((100vw - 375px) / (1920 - 375)));
    font-family: 'latolight';
    color: #12326E;
}
.about-desc p{
    color: #0A1623;
    margin-bottom: 28px;
}
.plm-btn-md{
    padding: 13px 57.8px 13px 57px;
    max-width: 216px;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
}
body .plm-btn-primary{
    background-color: #6DBFA7;
}
.plm-video{
    position: relative;
}
.plm-video > img{
    width: 100%;
}
video{
    width: 100%;
}
.plm-video > .play_icon img, .plm-video .video-modal-btn{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
}
.plm-video .video-modal-btn{
    width: 77px;
    height: 77px;
}
/*---- what we do ----*/
.what_we_do{
    padding: 87px 0px 141px;
    position: relative;
}
.what_we_do::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: url('../images/we_do.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.do-wrap{
    background-image: linear-gradient(rgb(18, 50, 110) 0%, rgb(63, 73, 103) 100%);
    padding: 27px 27px 36.1px;
    box-shadow: 3px 6px 10px hsl(0deg 0% 0% / 25%);
    border-radius: 36px;
}
.do-wrap:not(:nth-last-child(-n+3)){
    margin-bottom: 27px;
}
.plm-sm-head{
    font-size: 27px;
    line-height: 33px;
    font-family: 'latobold';
}
.do-head{
    margin: 18px 0px 9px;    
}
.do-desc{
    line-height: 27px;
    font-family: 'latolight';
}

/*----- process  -----*/
.our_process{
    padding: 53.8px 0px 166.5px;
}
.process-col-wrap{
    margin-top: 45px;
}
.process-col-wrap, .process-steps .grid, .module-col-wrap{
    column-gap: 54px;
}
.process-head{
    font-size: 30px;
    /*line-height: 36px;*/
    font-family: 'latobold';
    width: 66px;
    line-height: 66px;
    background-color: #12326E;
    box-shadow: 0px 3px 6px hsl(0deg 0% 0% / 16%);
    margin-bottom: 27px;
}

.process-sub-head{
    color: #0A1623;
    margin-bottom: 18px;
}
.process-steps .grid:not(:last-child){
    margin-bottom: 88.5px;
}
p a{
    color: #6DBFA7;
    text-decoration: underline;
}

/*---- modules -----*/
.modules{
    position: relative;
    padding: 111px 0px 231px;
    background-image: url('../images/module_bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.module-head{
    margin-bottom: 54px;
}
.module-inner-col-wrap{
    column-gap: 27px;
}
.point-lists .module-point{
    color: #0A1623;
    font-size: 18px;
    line-height: 27px;
    font-family: 'latoregular';
    padding-left: 6px;
    word-break: break-word;
}
.point-lists{
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
}

/*---- solution -----*/
.solution{
    background-image: url('../images/solution_bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 253px 0px 308px;
    position: relative;
    margin-top: -231px;
}
.solution::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 2px;
    background-image: url('../images/solution_left_bg.png');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}
.solution-head{
    margin-bottom: 27px;
}
.solution-desc{
    z-index: 1;
}
.solution-desc p{
    line-height: 27px;
}
.solution-desc p:not(:last-of-type){
    margin-bottom: 18px;
}
.solution-desc .plm-btn{
    margin-top: 46px;
}

/*---- contact ----*/
.contact{
    padding: 71.5px 0px 27px;
}
.contact_form{
    margin: 18px 0px 0px;
}

.form-field:not(:last-of-type){
    margin-bottom: 27px;
}
.form-field:last-of-type{
    margin-bottom: 18px;
}
form.plm_form label{
    color: #12326E;
    font-size: 18px;
    line-height: 32.4px;
    font-family: 'latoregular';
    margin-bottom: 0px;
}
form.plm_form input, form.plm_form textarea{
    border: 0.5px solid #0A1623;
    font-size: 16px;
    line-height: 28px;
    font-family: 'latoregular';
    color: #0A1623;
}
.contact-details{
    padding: 160px 0px 0px;
}
.contact-details p{
    color: #0A1623;
}
.contact-info{
    margin-top: 29px;
}
.contact-info li img{
    margin: 8px 8px 0px 0px;
    vertical-align: top;
}
.contact-info li:first-child{
    margin-bottom: 21px;
}
.contact-info li:not(:first-child){
    margin-bottom: 9px;
}
.contact-info li a:hover, .contact-info li a:focus, .contact-info li a:active, .contact-info li a:focus-within{
    color: #6DBFA7;
    transition: .5s all;
}
form.plm_form input:focus, form.plm_form input:focus-within, form.plm_form textarea:focus, form.plm_form textarea:focus-within{
    box-shadow: 0 0 3px 1px #96c7b8;
    -webkit-box-shadow: 0 0 3px 1px #96c7b8;
    border-color: #6ebfa7;
}

/*---- footer ----*/

.footer{
    padding: 182px 0px 74.5px;
    background-image: url('../images/footer.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
body .plm-text-light{
    font-family: 'latolight';
}
.footer-col-wrap{
    margin-top: 31.4px;
}
.footer-middle-col{
    margin: 0px 86px 0px 87px;
}
.footer-menu-item a:hover, .footer-menu-item a:focus, .footer-menu-item a:focus-within, .footer-menu-item a:active{
    color: #6DBFA7;
    transition: .5s all;
}
.footer-menu-item img{
    margin-right: 8px;
    vertical-align: middle;
}
.footer-col-inner > p{
    margin-bottom: 21px;
}
.plm-mb-27{
    margin-bottom: 27px;
}



/*--- form modal ---*/
.modal-head{
    font-size: 36px;
    line-height: 44px;
    font-family: 'latoregular';
}
.modal-header{
    padding: 27px 36px;
}
.modal:not(.videomodal) .modal-body{
    padding: 45px 36px 72px;
}
.modal:not(.videomodal) .btn-close{
    position: absolute;
    right: 15px;
    top: 16px;
}

/*--- video modal ---*/
.videomodal .modal-body{
    padding: 19px 21px 19px 19px;
}
.videomodal .btn-close{
    position: absolute;
    right: 5px;
    top: -35px;
    width: 20px;
    height: 25px;
}
iframe{
    width: 100%;
}


/*---- chat -----*/
.chat-btn{
    bottom: 15px;
    height: 73px;
    min-height: 73px;
    min-width: 73px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    width: 70px;
    z-index: 2147483600;
    background-image: url(../images/chat.svg);
    background-size: cover;
    background-position: center center;
}

/*---- appointment ----*/
.appointment{
    padding: 80px 0px 53.8px;
}
.appointment-head{
    margin-bottom: 54px;
}
.appointment-wrap iframe{
    height: 710px;
}
/*--- iframe loading ---*/

.loadingcontainer {
    /* To position the loading */
    position: relative;
}

.loading {
    /* Absolute position */
    left: 0;
    position: absolute;
    top: 0;

    /* Take full size */
    height: 100%;
    width: 100%;

    /* Center */
    align-items: center;
    display: flex;
    justify-content: center;
}


@media only screen and (min-width: 1921px){
    .banner-wrap{
        padding: 28% 0%;
    }
    .solution{
        padding: 15% 0px 20%;
        margin-top: -10%;
    }
    .solution::before{
        top: 0px;
    }
    .footer{
        padding-top: 382px;
    }
}

@media only screen and (min-width: 1920px){
    .header-container{
        max-width: 1798px;
    }
    /* solution */
    .solution::before{
        top: -2px;
    }
}

@media only screen and (min-width: 1440px){
    .container{
        max-width: 1382px!important;
    }
}
@media only screen and (min-width: 1200px){
    body .contact-col-wrap{
        column-gap: 125px;
    }
}
@media only screen and (min-width: 1024px){
    body .collapse:not(.show){
        display: block;
    }
}

@media only screen and (min-width: 900px){
    .footer-container{
        max-width: 990px!important;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1919px){
    
    .banner-wrap{
        padding: 145px 0px 185px;
    }
    .solution::before{
        left: -20%;
        top: -5px;
    }
    .footer-middle-col{
        margin: 0px 50px;
    }
    
}
@media only screen and (min-width: 1025px) and (max-width: 1919px){
    .banner{
        background-size: calc(100vw + 15px);
    }
}

@media only screen and (min-width: 1536px) and (max-width: 1919px){
    .solution::before{
        left: -9%;
    }
    .banner-wrap{
        padding-top: 145px;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1280px){
    .solution::before{
        top: 4px;
        left: -7%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    body .plm-xl-50-col{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px){
    body .modules .plm-xl-50-col{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px){
    body .plm-50-col{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1919px){
    .contact-details{
        padding-top: 140px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px){
    .footer-middle-col{
        margin: 0px 50px;
    }
    
}

@media only screen and (max-width: 1279px){
    .banner-wrap{
        padding: 145px 0px 100px;
    }
    .banner-head, .plm-text{
        margin-bottom: 15px;
    }
    .do-wrap{
        margin-bottom: 27px;
    }
    
    .contact-details .plm-text{
        margin: 0px;
        word-break: break-word;
    }
    .our_process{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 1199px){
    .solution::before{
        background-position: top left 32%;
        top: 15px;
        background-size: cover;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) and (orientation: landscape){
    .banner{
        background-image: url('../images/banner_tablet.png');
        /*background-size: 115%;*/
    }
    .banner-wrap{
        padding: 160px 0px 100px;
    }
}
@media only screen and (max-width: 999px){
    .nav-menu{
        padding: 15px 0px;
    }
    .navbar-toggler{
        width: 25px;
        padding: 0px;
        margin: 0px;
    }
    .plm-navbar{
        background-color: #fff;
        padding: 30px 20px;
        text-align: center;
        width: 100vw;
        margin-left: -1rem;
        margin-right: -1rem;
        box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 50%);
    }
    
    .nav-menu a:first-child{
        margin-top: 0px;
    }
    .nav-menu a{
        color: #0A1623;
        margin-right: 0px;
    }
    .nav-menu a.nav-button:hover, .nav-menu a.nav-button:focus, .nav-menu a.nav-button:active, .nav-menu a.nav-button:focus-within{
        background-color: transparent;
        border-color: transparent;
        color: #6DBFA7;
    }
    .nav-menu a.nav-button{
        padding: 0px;
        font-family: 'latoregular';
    }
    .top-header .book_appointment{
        font-size: 13px;
        line-height: 16px;
    }
    
    .about{
        padding-bottom: 0px;
    }
    .what_we_do{
        padding-top: 141px;
    }
    .contact-details{
        padding-top: 32px;
    }
    /*.solution::before{*/
    /*    background-size: 200% 100%;*/
    /*}*/
    .solution-desc .plm-btn{
        margin: 12px 0px 0px;
    }
    .footer-middle-col{
        margin: 0px;
    }
    .contact-info li:first-child{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait){
    .banner{
        background-image: url(../images/banner_mobile.png); 
        background-size: calc(100vw + 30px);
    }
    .banner-wrap{
        padding: 200px 0px 200px;
    }
}
@media only screen and (min-width: 390px) and (max-width: 480px) and (orientation: portrait){
    .banner-wrap{
        padding: 225px 0px;
    }
}
@media only screen and (min-width: 576px){
    .videomodal.modal .modal-dialog-centered{
        min-height: 100%;
    }
    .videomodal.modal .modal-content{
        margin-top: 35px;
    }
}
@media only screen and (max-width: 767px){
    .banner{
        background-position: center bottom;
    }
    
    .about{
        padding-bottom: 50px;
    }
    .what_we_do{
        padding: 50px 0px 100px;
        margin-top: 0px;
    }
    .do-wrap{
        padding-right: 15px;
        padding-left: 15px;
    }
    .process-steps .grid:not(:last-child){
        margin-bottom: 0px;
    }
    .our_process{
        padding-bottom: 0px;
    }
    .modal:not(.videomodal) .modal-body{
        padding: 20px 15px 30px;
    }
    .modal-header{
        padding: 15px;
    }
    .modal-head{
        font-size: 24px;
        line-height : 34px;
    }
    .top-header a:first-child{
        margin: 0px;
    }
    .top-header{
        justify-content: space-between;
    }
    .what_we_do::before{
        background-position: right center;
    }
    body .navbar-collapse{
        flex-basis: unset;
    }
}