@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');



/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #0e2f3b;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 500;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #092b37;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0;
    width: 300px;
    text-align: left;
    top: 40px;
    border: 1px solid #ccc;
    padding: 10px 0;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #092b37 !important;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #000;
    color: #fff !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/*css start */

header {
    padding: 15px 0;
    background: #fff;
}

.banner-main{
    background: #113640;
    padding: 80px 0 0 0;
    height: 85vh;
}
.banner-main .banner_wrp_img{}
.banner-main .banner_wrp_img img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.banner-main .bann_wrp{
    margin: 50px 0 0 0;
}
.banner-main .bann_wrp h6{
    background-color: #dddbcf;
    font-size: 14px;
    color: #031521;
    line-height: 1;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 3px;
}
.banner-main .bann_wrp h1{}
.banner-main .bann_wrp p{
    color: #fff;
}
.banner-main .bann_wrp ul{
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 30px 0 0 0;
}
.banner-main .bann_wrp ul li{}
.banner-main .bann_wrp ul li img{}
.mini_head{
    background-color: #dddbcf;
    font-size: 14px;
    color: #031521;
    line-height: 1;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 3px;
}
.head{
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}
.para{
    color: #000;
    font-size: 17px;
    line-height: 1.4;
}
.btn-1{
    background: #fff;
    font-size: 18px;
    padding: 20px 15px;
    min-width: 170px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    color: #000;
    border: 1px solid #fff;
}

.btn-1:hover{color: #fff;
    border: 1px solid #fff;
    background-color: transparent;}
.banner-main .bann_wrp .d-flex{
    gap: 20px;
    margin: 30px 0;
}






.logo_sect{

padding: 60px 0;

background: #fff;

margin: 50px 0 0 0;
}


.logo_sect .slide-track {
    width: calc(90px * 28);
    display: flex;
    animation: scroll 25s linear infinite;
    justify-content: space-between;
    gap: 10px;
}

.logo_sect .slide-track:hover{animation-play-state: paused;}

.logo_sect .sliderrr {
    overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}



.btn-2{
    background: #fbaa19;
    font-size: 18px;
    padding: 20px 15px;
    min-width: 170px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    border: 1px solid #092b37;
}

.btn-2:hover{
    color: #fbaa19;
    border: 1px solid #fbaa19;
    background-color: transparent;
    }
    
    .btn-3{
    background: #133640;
    font-size: 18px;
    padding: 20px 15px;
    min-width: 170px;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    border: 1px solid #092b37;
}

.btn-3:hover{
    color: #133640;
    border: 1px solid #133640;
    background-color: transparent;
    }


    .vise_versa_sec{
    padding: 60px 0;
    background: #f2f2eb;
}
    .vise_versa_sec .vise_wrp{}
    .vise_versa_sec .vise_wrp h2{}
    .vise_versa_sec .vise_wrp p{
    color: #6e7a81;
}
    .vise_versa_sec .vise_wrp .d-flex{
    gap: 20px;
    margin: 30px 0;
}
    .vise_versa_sec .vise_wrp_img{
    padding: 50px;
}
    .vise_versa_sec .vise_wrp_img video{
    width: 100%;
}

    


.vise_versa_sec.bg_add{
    background: #092b37;
}

.vise_versa_sec.bg_add h2{
    color: #fff;
}

.vise_versa_sec.bg_add p{
    color: #fff;
}

.services_sec{
    padding: 120px 0;
}
.services_sec .servi_wrp{
    display: flex;
    gap: 20px;
    margin: 0 0 50px 0;
}
.services_sec .servi_wrp .left_side{
    width: 100%;
}
.services_sec .servi_wrp .left_side img{}
.services_sec .servi_wrp .ride_side{
}
.services_sec .servi_wrp .ride_side h6{
    color: #0e2f3b;
    font-size: 20px;
    font-weight: 700;
}
.services_sec .servi_wrp .ride_side p{
    font-size: 15px;
    color: #6e7a81;
}




.port_sec{
    padding: 100px 0;
    background: #092b37;
}
.port_sec .port_txt{
    text-align: center;
    padding: 0 250px;
    margin: 0 0 100px 0;
}
.port_sec .port_txt h2{
    color: #fff;
}
.port_sec .port_txt p{
    color: #fff;
}
.port_sec .wid_min{}
.port_sec .wid_min ul{}
.port_sec .wid_min ul li{}
.port_sec .wid_min ul li img{}

.port_sec .slick-active {opacity: 1; }

.port_sec .slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    font-size: 30px;
}

.port_sec .slick-prev:before {content: '\f177'; }
.port_sec .slick-next:before{content: '\f178';}
.port_sec .slick-prev {left: -35px; }


.book_pro_sec{
    padding: 100px 0;
    background: #f2f2eb;
}
.book_pro_sec .book_wrp_txt{
    margin: 0 0 100px 0;
}
.book_pro_sec .book_wrp_txt h2{}
.book_pro_sec .book_wrp_txt p{
    color: #6e7a81;
}

.book_pro_sec .easier_wrp{
}
.book_pro_sec .easier_wrp .bx_wrp{
    text-align: center;
    padding: 40px 10px;
    background: #fff;
    margin: 0 0 30px 0;
}
.book_pro_sec .easier_wrp .bx_wrp img{
    height: 90px;
    transition: all 900ms;
}
.book_pro_sec .easier_wrp .bx_wrp h6{
    margin: 20px 0 0 0;
    color: #0e2f3b;
    font-size: 16px;
    font-weight: 600;
}

.book_pro_sec .easier_wrp .bx_wrp:hover img{transform: scale(1.1) translate(0);}




.testi_sec{
    padding: 100px 0;
}
.testi_sec .testi_wrp{
    text-align: center;
    margin: 0 0 70px 0;
}
.testi_sec .testi_wrp h2{}

.testi_sec .testi_txt{
    padding: 30px;
    background: #f2f2eb;
    box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 5%);
}
.testi_sec .testi_txt ul{margin: 0 0 50px 0;display: flex;align-items: center;justify-content: space-between;}
.testi_sec .testi_txt ul li{   }
.testi_sec .testi_txt ul li img{}
.testi_sec .testi_txt ul li h6{
    margin: 0;
}

.testi_sec .testi_txt p{
    color: #0e2f3b;
    font-size: 16px;
    font-weight: 600;
}


.testimonial-slider .slick-slide {
    opacity: 1;
}

.testimonial-slider .slick-slide img {
    width: auto;
    margin-bottom: 10px;
}

.testimonial-slider .review_wrp {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px 10px;
        overflow: hidden !important;
}

.testimonial-slider .slick-slide .listscroll {
    height: 160px;
    margin: 20px 0;
    overflow: auto;
}
.testimonial-slider button.slick-next.slick-arrow {
    z-index: 99999999;
    opacity: 1;
}
.testimonial-slider .slick-active {opacity: 1; }

.testimonial-slider .slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    color: #000;
    font-size: 30px;
}

.testimonial-slider .slick-prev:before {content: '\f177'; }
.testimonial-slider .slick-next:before{content: '\f178';}
.testimonial-slider .slick-prev {left: -35px; }



.btm_form_sec{
    padding: 100px 0;
    background: #f2f2eb;
}
.btm_form_sec .btm_wrp{}
.btm_form_sec .btm_wrp h2{}
.btm_form_sec .btm_wrp ul{
    margin: 0;
    width: 80%;
}
.btm_form_sec .btm_wrp ul li{
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dadbd6;
    padding: 0 0 20px 0;
}
.btm_form_sec .btm_wrp ul li a{color: #0e2f3b;font-size: 16px;font-weight: 600;}
.btm_form_sec .btm_wrp ul li a i{
    margin: 0 10px 0 0;
}



.btm_form_sec .form_wrpr{
    padding: 30px;
    background: #fff;
}
.btm_form_sec .form_wrpr .grp{
    margin: 0 0 50px 0;
}
.btm_form_sec .form_wrpr .grp input{
    width: 100%;
    padding: 10px;
    height: 50px;
    /* border-top: 0; */
    /* border-left: 0; */
    /* border-right: 0; */
    border: 2px solid #dadbd6;
}
.btm_form_sec .form_wrpr .grp textarea{
    width: 100%;
    padding: 10px;
    height: 150px;
    /* border-top: 0; */
    /* border-left: 0; */
    /* border-right: 0; */
    border: 3px solid #dadbd6;
    resize: none;
}
.btm_form_sec .form_wrpr .btn_wrp{}
.btm_form_sec .form_wrpr .btn_wrp button{}




footer{
    padding: 100px 0;
    background: #031521;
}
footer .f_wrp{}
footer .f_wrp p{
    color: #fff;
}
footer .dmca_img{
}
footer .dmca_img img{
    margin: 0 10px;
}

footer .quick_links{}
footer .quick_links ul{
    margin: 0;
}
footer .quick_links ul h6{
    color: #fff;
    text-decoration: underline;
}
footer .quick_links ul li{padding: 0 0 10px 0;}
footer .quick_links ul li a{
    color: #fff;
    font-weight: 500;
}
footer .quick_links ul li a i{
    margin: 0 10px 0 0;
}


footer .smm_links{
    display: flex;
    margin: 20px 0 0 0;
    gap: 30px;
}
footer .smm_links a{}
footer .smm_links a i{
    color: #fff;
    font-size: 22px;
}

.last_line{
    background: #062637;
    padding: 20px 0;
    text-align: center;
}
.last_line p{
    margin: 0;
    color: #fff;
}















/*Bouce close window*/
#ouibounce-modal h4:before {background: #ff851d;content: "";height: 100%;width: 6px;position: absolute;left: 0;top: 0;border-radius: 16px;} section.expertise-col a:hover { background: #de122e; border-color: #de122e; color: #fff; } #ouibounce-modal .modal-body a { padding-right: 62px; margin-bottom: 23px; font-size: 14px; margin-top: 10px; } .modal-footer a {cursor: pointer;border: #0c8a41 3px solid;background: #fff;border-radius: 72px;text-align: center;box-shadow: #000 0 0 10px;display: block;padding: 15px;} #ouibounce-modal .modal:before {content: "";background: url(../images/opt-shark.png) no-repeat left top;width: 187px;height: 273px;position: absolute;left: -27px;top: 18px;visibility: hidden;} #ouibounce-modal {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 12;} #ouibounce-modal .modal:after {background: url('../images/sprite.png') no-repeat 0 0;width: 22px;height: 60px;content:"";position:absolute;z-index: 1;visibility: hidden;right: 0;} #ouibounce-modal .underlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer; -webkit-animation: fadein .5s; animation: fadein .5s } #ouibounce-modal .modal {width: 410px;height: 425px;background-color: #ffffff;z-index: 1;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;border-radius: 24px;display: block;-webkit-animation: popin .3s;animation: popin .3s;padding: 14px 24px 24px 20px;overflow: visible;} #ouibounce-modal .modal-body p {font-size: 15px;margin-bottom: 7px;margin-top: 0;} #ouibounce-modal h4 {color: #000;font-size: 25px;text-transform: none;font-weight: 800;position: relative;padding-left: 19px;margin-top: 13px;margin-bottom: 8px;} #ouibounce-modal .modal-body {font-size: 13px;padding: 7px 0 10px;} #ouibounce-modal h2+p { color: #344a5f } #ouibounce-modal form { } #ouibounce-modal form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {padding: 12px 12px 12px 32px;font-size: 12px;width: 100%;border-radius: 4px;border: 1px solid #ccc;-webkit-font-smoothing: antialiased;background: #f4f4f4;margin: 0;color: #000;} #ouibounce-modal form input[type=submit] {text-transform: uppercase;padding: 12px;font-size: 22px;border-radius: 4px;margin-right: 8px;color: #fff;background-color: #ff851d;border: none;cursor: pointer;-webkit-font-smoothing: antialiased;font-weight: 800;text-shadow: #000 0px 1px 1px;width: 49%;} @-webkit-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-ms-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes popin { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } } @-ms-keyframes popin { 0% { -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -ms-transform: scale(1); transform: scale(1); opacity: 1 } } @keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1 } } #ouibounce-modal { display: none; } #ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
 
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

 
.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #113640;
    color: #fff;
    font-size: 18px;
    border: #113640 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 10px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #113640 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #113640 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #113640 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #113640 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

  #ouibounce-modal .modal-footer {position: absolute;top: -10px;right: -8px;border: 0px none;} div#btmsticky b { color: #fcb314; font-size: 24px; } div#btmsticky span { display: block; color: #fcb314; font-size: 29px; } div#btmsticky .content a {display: inline-block;/* width: 250px; */position: relative;top: 15px;text-transform: uppercase;text-align: center;font-weight: 600!important;border: 0px none;cursor: pointer;color: #000;padding: 18px 6px;font-size: 15px;margin: 0 0 0 19px;border-radius: 2px;-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;-ms-transition: all .1s linear;transition: all .1s linear;background: #fcb314;} div#btmsticky h2 { font-size: 24px; text-transform: uppercase; display: inline-block; font-weight: 600; width: 61%; color: #f5f5f5; margin: 13px 0 0 0; } .btm-sticky { position: fixed; bottom: -1px; display: none; left: 0; width: 100%; background: #2b2b2b; padding: 16px 0; border-top: #000 2px solid; z-index: 4; } .hide { opacity: 0; left: -100%; } .show { opacity: 1; left: 0; }



.inner_banner_sec{
    padding: 40px 0;
    background: #092b37;
}
.inner_banner_sec .inner_wrp_txt{}
.inner_banner_sec .inner_wrp_txt h6{}
.inner_banner_sec .inner_wrp_txt h2{
    color: #fff;
}
.inner_banner_sec .inner_wrp_txt p{
    color: #fff;
}
.inner_banner_sec .inner_wrp_txt .d-flex{
    margin: 40px 0 0 0;
    gap: 20px;
}
.inner_banner_sec .inner_wrp_txt .d-flex a{}
.inner_banner_sec .inner_wrp_txt ul{
    margin: 30px 0 0 0;
    display: flex;
    gap: 10px;
    align-items: center;
}
.inner_banner_sec .inner_wrp_txt ul li{
    width: 10%;
}
.inner_banner_sec .inner_wrp_txt ul li img{}
.inner_banner_sec .inner_wrp_txt {}


.inner_banner_sec .contact_frm{
    background: #fff;
    padding: 20px 30px;
    width: 80%;
    margin: 0 auto;
    box-shadow: 1px 1px 20px 10px rgba(255,255,255,.1);
    border-radius: 10px;
}
.inner_banner_sec .contact_frm h3{
    text-align: center;
    font-size: 28px;
    color: #092b37;
}
.inner_banner_sec .contact_frm .grpp{
    margin: 0 0 15px 0;
}
.inner_banner_sec .contact_frm .grpp input{
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #ccc;
}
.inner_banner_sec .contact_frm .grpp textarea{
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
}
.inner_banner_sec .contact_frm .grpp button{
    width: 100%;
    padding: 15px 15px;
}

.inner_pg .logo_sect{
    margin: 0;
    padding: 40px 0;
}

.cta_sec_one{
    padding: 60px 0;
    background: #90cdc8;
}
.cta_sec_one .cta_txt{}
.cta_sec_one .cta_txt h3{
    color: #092b37;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.cta_sec_one .cta_txt p{
    margin: 0;
}
.cta_sec_one .d-flex{
    gap: 20px;
    justify-content: center;
}


.cta_sec_two{
    background: #91cdc8;
    padding: 20px 0;
}
.cta_sec_two .cta_two_txt{}
.cta_sec_two .cta_two_txt h3{
    color: #092b37;
    font-size: 34px;
    margin: 0 0 15px 0;
}
.cta_sec_two .cta_two_txt p{
    color: #092b37;
    font-size: 22px;
}
.cta_sec_two .cta_two_txt .d-flex{
    gap: 20px;
    margin: 30px 0 0 0;
}
.cta_sec_two .img_cta{}
.cta_sec_two .img_cta img{}



.faq_sec{
    padding: 100px 0;
}
.faq_sec .faq_txt{
    text-align: center;
    margin: 0 0 50px 0;
}
.faq_sec .faq_txt h2{
    color: #092b37;
}
.faq_sec .faq_wrpr .accordion-item ul{
    margin: 0;
    padding: 30px 0 0 20px;
}
.faq_sec .faq_wrpr .accordion-item ul li{
    padding: 0 0 10px 0;
    position: relative;
}
.faq_sec .faq_wrpr .accordion-item ul li:before{position: absolute;content: "";left: -20px;top: 10px;height: 5px;width: 5px;background: #092b37;border-radius: 50px;}


.faq_sec .accordion-item {
    background-color: #f2f2eb;
    border: 1px solid rgb(242 242 235);
    margin: 0 0 20px 0;
}

.faq_sec .accordion-button:not(.collapsed) {
    color: #0e2f3b;
    background-color: #f2f2eb;
    box-shadow: inset 0 -1px 0 rgb(242 242 235);
}

.faq_sec .accordion-button {
    background-color: #f2f2eb;
    color: #0e2f3b;
    font-size: 20px;
    }


.faq_sec .accordion-button:focus {
    z-index: 3;
    border-color: #f2f2eb;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(242 242 235);
}
.faq_sec .accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}

.txt_wrprp{
    text-align: center;
    margin: 0 0 70px 0;
}

.appro_Sec{
    padding: 100px 00;
    background: #092b37;
}
.appro_Sec .appro_Wrp{
    text-align: center;
}
.appro_Sec .appro_Wrp h2{
    color: #fff;
}
.appro_Sec .appro_Wrp p{
    margin: 0;
    color: #fff;{}{}
}

.bookcover{
    background: url(../images/service-bookcover.png);
    background-color: #092b37;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.appro_bx{
    display: flex;
    gap: 20px;
    margin: 70px 0 0 0;
}
.appro_bx .lef_bx{
    width: 50%;
}
.appro_bx .lef_bx img{}
.appro_bx .righ_bx{}
.appro_bx .righ_bx h6{
    color: #fff;
    font-weight: 600;
}
.appro_bx .righ_bx p{
    margin: 0;
    color: #fff;
    line-height: 1.5;
}

.inner_bann_short{
    background: #092b37;
    padding: 100px 0;
}
.inner_bann_short .short_txt{
    text-align: center;
}
.inner_bann_short .short_txt h2{
    color: #fff;
}

.clients_reviews{
    padding: 100px 0 60px 0;
}
.clients_reviews .review_wrp{
    background: #efefef;
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
    margin: 25px 0;
}
.clients_reviews .review_wrp h6{
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.clients_reviews .review_wrp img{}
.clients_reviews .review_wrp .listscroll{
    height: 130px;
    overflow-y: scroll;
    margin: 20px 0 0 0;
}
.clients_reviews .review_wrp .listscroll p{
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 30px 0 0;
}


.listscroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar-thumb
{
    background-color: #092b37;
}

.about_wrp{
    padding: 100px 0;
}
.about_wrp .abut_txt{
    padding: 0 50px 100px 0;
}
.about_wrp .abut_txt h4{
    font-size: 34px;
    font-weight: 700;
}
.about_wrp .abut_txt p{
    margin: 0;
    font-size: 16px;
}

.about_wrp .about_img img{
    padding: 0 0 100px 0;
    width: 100%;
}
.about_wrp .about_img {}

section.policy_txt {
    padding: 100px 0;
}

section.top_sec {text-align: center; padding: 60px 0 0 0; }


.pack_sec {
    padding: 100px 0;
    background: #f2f2eb;
}
.pack_sec .pack_bx{
    background: #092b37;
    padding: 50px 30px 40px 30px;
    margin: 0 0 50px 0;
}
.pack_sec .pack_bx h6{
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.pack_sec .pack_bx h5{
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.pack_sec .pack_bx h5 span{
    font-size: 20px;
}
.pack_sec .pack_bx ul{
    margin: 20px 0 0 0;
}
.pack_sec .pack_bx ul li{
    color: #fff;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
    margin: 0 0 10px 0;
}
.pack_sec .pack_bx .btn_wrp{
    margin: 40px 0 0 0;
}
.pack_sec .pack_bx .btn_wrp a{
    width: 100%;
    display: block;
}



.garenty_sec{
    text-align: center;
    padding: 80px 0;
}
.garenty_sec .garnety_txt{
    margin: 0 0 70px 0;
}
.garenty_sec .garnety_txt h2{}

.garenty_sec .garnty_bx{
    padding: 0 20px;
}
.garenty_sec .garnty_bx i{
    font-size: 40px;
    color: #0e2f3b;
    margin: 0 0 40px 0;
}
.garenty_sec .garnty_bx h6{
    font-weight: 700;
    color: #0e2f3b;
}
.garenty_sec .garnty_bx p{
    line-height: 1.4;
    font-size: 14px;
}


.wrp_btn {
    margin: 60px 0 0 0;
}




.logo_img{
    width: 60%;
}


html {
    overflow-x: hidden;
}



#floating_btns_right {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: right;
    z-index: 99999;
}

#floating_btns_right a {
    background-color: #f2f2eb;
    display: block;
    text-align: center;
    padding: 5px 10px;
    transition: all .3s ease;
    color: #113541;
    font-size: 16px;
    box-shadow: 0 0 10px rgb(0 0 0/.10);
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid #031521;
    border-radius: 0 6px 6px 0;
    margin-right: auto;
    margin-left: -2px;
    max-width: 42px;
}

#floating_btns_right a:hover {
    background-color: #103440;
    color: #fff;
}


#floating_btns {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-align: right;
    z-index: 99999;
}
#floating_btns a.rotate90 {
    transform: rotate(270deg) translate(42px, 42px);
    max-width: none;
    border-radius: 6px 6px 0 0;
    max-height: 60px;
    margin-top: auto;
    padding: 15px 16px;
    margin: 0 -10px 0 0;
}
#floating_btns a {
    background-color: #fbaa19;
    display: block;
    text-align: center;
    padding: 10px 16px;
    transition: all .3s ease;
    color: #113541;
    font-size: 20px;
    box-shadow: 0 0 10px rgb(0 0 0/.10);
    margin-top: 20px;
    margin-bottom: 5px;
    border: 2px solid #031521;
    border-radius: 6px 0 0 6px;
    margin-right: -2px;
    margin-left: auto;
    max-width: 60px;
}

#floating_btns a {
    background-color: #fbaa19;
    display: block;
    text-align: center;
    padding: 10px 16px;
    transition: all .3s ease;
    color: #113541;
    font-size: 20px;
    box-shadow: 0 0 10px rgb(0 0 0/.10);
    margin-top: 20px;
    margin-bottom: 5px;
    border: 2px solid #031521;
    border-radius: 6px 0 0 6px;
    margin-right: -2px;
    margin-left: auto;
    max-width: 60px;
}

.vedio-wrp{}
.vedio-wrp video{
    width: 100%;
    background: #000;
    height: 320px;
}


.bloggg_sec{
    padding: 100px 0;
    background: #092b37;
}
.bloggg_sec .blog_wrp{
    text-align: center;
    margin: 0 0 70px 0;
}
.bloggg_sec .blog_wrp h2{
    color: #fff;
    margin: 0;
}
.bloggg_sec .blog_wrp_bx {
    padding: 10px;
    text-align: center;
    margin: 20px 0 0 0;
}
.bloggg_sec .blog_wrp_bx img{}
.bloggg_sec .blog_wrp_bx h6{
    font-size: 22px;
    color: #fff;
    margin: 30px 0 30px 0;
    font-weight: 800;
}
.bloggg_sec .blog_wrp_bx p{
    margin: 0;
    color: #fff;
}


.bloggg_sec .slick-active {
    opacity: 1;
}
.blog_wrp_bx:hover img{
    filter: grayscale(1);
}


.faq_sec{}
.faq_sec .ask_txt{
    padding: 150px 50px;
    background: #f2f2eb;
}
.faq_sec .ask_txt .grp{
    margin: 0 0 30px 0;
}
.faq_sec .ask_txt .grp input{
    border: 1px solid #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    width: 100%;
    padding: 10px;
    height: 45px;
    position: relative;
}
.faq_sec .ask_txt .grp textarea{
    border: 1px solid #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    width: 100%;
    resize: none;
    height: 140px;
}


.addition_sec{
    padding: 0;
}

.addition_sec .faq_txt h2{font-size: 40px; }
.addition_sec .faq_txt{
    padding: 80px 0 0 0;
}


.addition_sec .accordion-button {font-size: 16px; }

.addition_sec .faq_wrpr{
    background: #f2f2eb;
    margin: 0 20px;
}
.menuSec .logo_img {
    width: 65%;
    margin-bottom: -50px;
    margin-top: -50px;
}
footer .f_wrp img.ftrlogo_img {
    position: relative;
    top: -20px;
    margin-bottom: -10px;
}