@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {

    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */
    --head-fonts:"Lato", sans-serif;
    --body-fonts:"Roboto", sans-serif;
    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXL:70px ;    
    --f-size-XL: 35px;    
    --f-size-L: 28px;    
    --f-size-M:24px;
    --f-size-S:20px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    /* ~-~-~-~-~ common transition ~-~-~-~-~ */
    --common-transition: all 0.5s ease;
    /* ~-~-~-~-~ common transition ~-~-~-~-~ */

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
    --clr-primary:#179ae2;
    --clr-secondary:#2d2d2d;
    --body-clr:#303030;
    --white:#ffffff;
    --black:#151515;
    --dull-blue:#268ab2;
    --light-purple:#D6CBDA;

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
}


/* html { overflow-x: hidden; } */
body { font-size: var(--f-size-Body);margin: 0; padding: 0; font-family: var(--body-fonts); line-height: 1.2; font-weight: 400; color: var(--body-clr); transition: var(--common-transition);}

h1, h2, h3, h4, h5, h6 { font-family: var(--head-fonts) ; margin: 0 0 20px; padding: 0; line-height: 1.2; font-weight: 600; color: var(--clr-secondary); }

h1 {font-size: var(--f-size-XXL); }
h2 {font-size: var(--f-size-XL);}
h3 {font-size: var(--f-size-L);}
h4 {font-size:var(--f-size-M);}
h5 {font-size: var(--f-size-S)}
h6 {font-size: var(--f-size-Sm);font-weight: 600; }
  
p{ margin: 0 0 20px; padding: 0; line-height: 1.5; font-size: var(--f-size-Body);color: var(--body-clr); } 
p:last-child{margin: 0;}
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover {  outline: none; text-decoration: none; transition: var(--common-transition); color: var(--dark);}
a:hover{  text-decoration: none; transition: var(--common-transition); }
ul{list-style: none; padding-left: 0;}
textarea, select, .form-control { font-size: 16px; width: 100%; border-radius: 0px; margin-bottom: 15px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #646869; height: 54px; margin: 0; border-color: #9DCACE;}
textarea { /*padding: 18.5px 20px;*/ min-height: 100px !important; height: auto; resize: none; }
input[type="submit"] { font-weight: 700; transition: all 0.3s ease 0s; outline: none; letter-spacing: normal; }
textarea:focus, select:focus, .form-control:focus, .form-select:focus { outline: none !important; box-shadow: inherit!important;    }
.form-group{margin-bottom: 20px;}
select, .form-select { font-size: 20px; padding: 17px 20px; background-color: var(--baby-blue); border-radius: 0px;  background-image: url(../images/select-arrow-1.svg); background-repeat: no-repeat; background-position: 95% center; color:#797A7D; line-height: 1;font-weight: 400;appearance: none;background-size: 15px; }

input:focus, input:focus-visible { border: none; outline: none; box-shadow: none; }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}
.field-group { margin-bottom: 30px; }
 input.wpcf7-not-valid { border: 1px solid #dc3232; } 


.wpcf7-not-valid-tip { font-size: 0; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { font-size: 14px; }
input.mailpoet_text.parsley-error { border: 1px solid #900 !important; background-color: var(--white); }
.newsltr-form form.mailpoet_form { padding: 0 !important; }
li.parsley-required { display: none; }
.parsley-required, .parsley-custom-error-message { font-size: 0; }

p.mailpoet_validate_error { color: red; padding-top: 10px; margin-left: -20px; font-weight: 400; }
p.mailpoet_validate_success { color: green; right: 0; width: 100%; text-align: left !important; }

/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: #151515; opacity: 1; font-weight: 400; }
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color:#151515; font-weight: 400; }
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: #151515; font-weight: 400;}
::-webkit-input-placeholder {
    text-transform: capitalize;font-weight: 400;
 }
 
 :-moz-placeholder { 
    text-transform: capitalize;font-weight: 400;
 }
 
 ::-moz-placeholder {  
    text-transform: capitalize;font-weight: 400;
 }
 
 :-ms-input-placeholder { 
    text-transform: capitalize;font-weight: 400;
 }
/* --- for placeholder color --- */

label, .maxchar { margin-bottom: 11px; color:#004E78; font-weight: 400; font-size: 20px;} /* desktop size 18 and mobile size 15 */
.form-control:focus { background-color: transparent; border: 1px solid #9DCACE; }
.common-padding{ padding-top: 60px; padding-bottom: 60px; }
.common-lg-padding{ padding-top: 80px; padding-bottom: 80px; } 
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.head-center{margin: 0 auto; text-align: center;width: auto; max-width: 1097px;}

.btn, a.btn { font-family: var(--body-fonts); font-size: 18px; font-weight: 400; line-height: 1; color: var(--white);  background: var(--clr-primary); display: inline-flex; align-items: center; border-radius: 10px; padding:15px 28px; transition: var(--common-transition); justify-content: center; text-transform: capitalize; }
.btn:hover, a.btn:hover, :not(.btn-check)+.btn:active { background: var(--clr-secondary) !important ; color: var(--white) !important; }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}

.btn.light, a.btn.light{background-color: var(--white) !important; color: var(--clr-secondary) !important; border: 1px solid #FFFFFF;}
.btn.light:hover, a.btn.light:hover{background: var(--clr-secondary) !important; border: 1px solid var(--clr-primary);}


.btn.border-btn, a.btn.border-btn { background: none; color: var(--clr-primary); border: 1px solid var(--clr-primary);}
.btn.border-btn:hover, a.btn.border-btn:hover { background: var(--clr-primary) !important; color: var(--white);}

button:focus:not(:focus-visible) { outline: 0; border: 1px solid var(--clr-body-font); }
.common-small-padding{ padding-top: 60px; padding-bottom: 60px; }
.gradient-text { background: -webkit-linear-gradient(0deg, #1B3378, #94AFFB); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}


/* -- Container adjustment -- */
@media screen and (min-width: 1500px) {  
  .container{max-width: 1440px;}
}
/* -- Container adjustment -- */


/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */

/* -- Header -- */

.top-wrap ul { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.top-wrap ul li.phone-num a { background: var(--clr-primary); color: var(--white); display: inline-block; font-size: 20px; font-weight: 400; padding: 6px 10px; }
.top-wrap ul li.social-icon a { background: #1877F2; color: var(--white); display: inline-block; padding: 4px 9px; }
.top-wrap ul li.cart-icon a { color: var(--white); }
.top-wrap ul li.language a { color: var(--clr-primary); }


.hdr-wrap { display: flex; align-items: center; }
.hdr-wrap .logo { width: 80px; }

.main-header { position: absolute; left: 0; right: 0; top: 0; z-index: 9; }
.main-header li.language.active { display: none; }
.hdr-wrap { display: flex; align-items: center;}
.hdr-wrap .logo a { max-width: 190px; width: 100%;transition: var(--common-transition);display: block; }
.hdr-wrap ul { display: flex; align-items: center; padding: 0; list-style: none; margin: 0; }
.main-menu ul li { margin-left:35px; }
.main-menu ul li a {font-family: var(--body-fonts); color: var(--white); font-size: 16px; font-weight: 500; padding: 5px 10px; border-radius: 5px; text-transform: uppercase;}
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a {background: var(--clr-primary); color: var(--white);}
.main-menu .hdr-btn{display: none;}
.main-menu ul li.menu-item-has-children ul.sub-menu li:hover { }
.main-header.no-banner { background: var(--clr-light-blue); position: relative;}
                          
.header-sticky, .header-sticky .no-banner { left: 0; position: fixed; top: 0; width: 100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.5s; -ms-animation: slide-down 0.5s; -webkit-animation: slide-down 0.5s; z-index: 99; box-shadow: 0 0px 10px rgb(226 185 124 / 30%); background-color: #0000004a; backdrop-filter: blur(29px); padding-bottom: 10px; }
.header-sticky .hdr-wrap .logo{max-width: 215px;transition: var(--common-transition);}

.header-sticky .callnow strong { font-size: 14px;}
.header-sticky .btn{ padding: 14px 24px; font-size: 14px;}
.header-sticky .callnow span { width: 40px; height: 40px; }

.hdr-wrap .hdr-btn { display: flex; align-items: center; column-gap: 10px; }
.nav_btn { display: none;}
.hdr-wrap .mobileview {display: none;}

.main-header-wrap.d-flex { justify-content: space-between;align-self: center;}
.navigation-wrap { display: flex; align-items: center; }
.header-logo a { max-width: 214px; width: 100%; height: 100%; display: block; }
.header-top { padding: 0 0 6px 0; color: #1A1A1A; }
.header-top p{margin-bottom: 0; display: inline-block; padding: 0 30px; position: relative;}
.header-top p:before{ position: absolute; left: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.header-top p:after{ position: absolute; right: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.login-holder ul { padding: 0; margin: 0; list-style: none;text-align: right; }

.login-holder ul li { display: inline-block; padding-left: 30px; }
.login-holder ul li a{color: #1A1A1A;}
/* dropdown */
/* 
li.menu-item-has-children{position: relative;display: inline-block;}
.main-menu ul li.menu-item-has-children a{margin-right: 15px;}

.hdr-menu .main-menu ul li.menu-item-has-children a:hover::after{display: none;}
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; box-shadow: 0px 0px 10px 0px rgba(46, 45, 45, 0.25); min-width: 181px; z-index: 1; margin-top: 0px; top: 37px; border-radius: 10px; background: linear-gradient(180deg, #0A1B28 0%, #04121D 100%); border: 1px solid rgba(255, 255, 255, 0.1); color: #fff;    padding: 10px; }
li.menu-item-has-children > ul.sub-menu li{margin-right: 0;}

li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--clr-primary) !important;}
li.menu-item-has-children ul.sub-menu a { display: block; color: #fff; margin-right: 0; padding: 10px; border: none; font-size: 14px; font-weight: 700; }
li.menu-item-has-children > ul.sub-menu > li:hover > a{background-color: var(--yellow) !important;color: var(--black);border: none;}
li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover::after{transform: rotate(180deg);}
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;margin: 0;}
li.menu-item-has-children ul.sub-menu li:last-child{border: 0;margin: 0;}
.minus, .plus {display: none;} */

/* dropdown */

/* * sticky start */ 

 .main-header.fixed {  left: 0; position: fixed; top: 0; width:100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; z-index: 999; background-color: var(--clr-secondary);} 


header.fixed .logo-wrap a img { max-width: 159px; }
header.fixed .main-header ul.nav li a { padding: 30px 0; }
header.fixed .btn { padding: 15px 40px; font-size: 16px; }
header.fixed .gt_switcher.notranslate .gt_selected a { padding: 12px 5px !important; width: auto !important; }
header.fixed .gt_option { top: 51px; width: 164px !important; padding: 9px 3px; }


@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/* sticky end */
/* hamburger start */
.close-nav{display: none;}

.hamburger-nav { position: relative; width: 27px; height: 21px; z-index: 1; display: none; }
.hamburger-nav span{width: 100%; height: 3px; background-color: var(--primary); position: absolute;}
.hamburger-nav span:first-child{top: 0;}
.hamburger-nav span:nth-child(2){top: 8px;}
.hamburger-nav span:last-child{top: 16px;}

.hamburger { display: none; height: 26px; margin-right: 0px; }
.hamburger a.main-nav-toggle { display: block; width: 25px; height: 25px; position: relative; }
.hamburger a.main-nav-toggle:after, .hamburger a.main-nav-toggle:before { content: ""; position: absolute; top: 5px; height: 0; border-bottom: 2px solid var(--clr-primary); width: 100%; left: 0; right: 0; transition: all ease-out 0.3s; }
.hamburger a.main-nav-toggle:after { top: 18px; }
.hamburger a.main-nav-toggle i { display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; height: 2px; background-color: var(--clr-primary); width: 100%; position: absolute; top: 50%; transition: all ease-out 0.1s;transform: translateY(-50%); }
.hamburger a.main-nav-toggle.active-menu:after { transform: rotate(-45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu:before { transform: rotate(45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu i { opacity: 0; }

/* hamburger end */    

body.open { height: 100vh; overflow: hidden; }
body.fixed-gap { margin-top: 94px; }


.header-is-fixed { padding-top: 131px; }
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/* sub menu */
li.menu-item-has-children{position: relative;display: inline-block;}
.main-menu ul li.menu-item-has-children a{margin-right: 15px;}
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; background: var(--clr-primary); box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16); min-width: 274px; z-index: 1; padding: 0px; list-style: none; border-radius: 5px; }
li.menu-item-has-children ul.sub-menu a{display: block;color: var(--white);;font-weight: 500;margin-right: 0;padding: 4px 15px;font-size: 15px;}

li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -19%) rotate(180deg); color: var(--primary); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
li.menu-item-has-children ul.sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 10px;} 
.main-header ul.sub-menu li:last-child { padding-right: 10px; }
li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}
li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--white) !important;}
ul.sub-menu .current_page_item a { color: var(--secondary) !important; }
ul.lang-btn li a { display: flex; align-items: center; gap: 5px; padding: 5px 22px 5px 5px; border: 2px solid white; border-radius: 41px; }
ul.lang-btn li a:hover { color: var(--secondary); border: 2px solid var(--secondary); }
li.menu-item-has-children > a::after { position: absolute; top: 4px; content: "\f0d7"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 14px; margin-left: 0; color: var(--green); transition: var(--common-transition); right: 0; }
ul.lang-btn li { padding: 20px 0; }
.header-social-media-toggle{display: none;}
/* sub sub menu dropdown start */
.navigation ul>li ul.sub-menu li a:hover { background: var(--primary); color: var(--white); } 
.navigation ul>li ul.sub-menu li ul.sub-menu { left: 100%; top: -36px; display: none; margin: 0; }
.main-header ul.nav li ul.sub-menu li a:hover { color: var(--clr-primary); }
.navigation ul>li ul.sub-menu li.menu-item-has-children > a::after { transform: rotate(-90deg); }
.minus, .plus{display: none;} 
@media only screen and ( min-width:1199px ){
.navigation ul>li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu { display:block; }  
}
.navigation h3{color: var(--clr-white); text-align: center; font-weight: 400;letter-spacing: 9px;}
.navigation ul.nav li ul.sub-menu li.current-menu-item a { border: none; color: var(--clr-primary) !important; }
/* sub-sub-menu */
.navigation ul li.current-menu-item ul.sub-menu li a { border: none; }
ul.nav li ul.sub-menu li.menu-item-has-children  a::after { top: 40% !important; }
li.menu-item-has-children ul.sub-menu li.menu-item-has-children{padding: 10px;}
/* sub-sub-menu */
/* new css */
nav.main-menu ul { display: flex; align-items: center; margin: 0; }
nav.main-menu { margin-left: auto; }

/* new css */
/* header end */



/* banner section */

.banner-section { position: relative; }
.banner-slides { position: relative; padding: 0 0 36%; }
.banner-slides::after{position: absolute; content: ""; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.57); z-index: 2;  }
.banner-slides img, .banner-slides video, .banner-slides iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.banner-slides .banner-content { position: absolute; left: 0; right: 0; top: 55%; transform: translateY(-50%); text-align: center; z-index: 3; }
.banner-slides .banner-content h1 { color: var(--white); text-transform: uppercase; text-shadow: 1px 2px 1px rgba(0,0,0,0.7); }
.banner-slides .banner-content p { color: var(--white); font-size: 28px; font-weight: 400; }

/* banner section */


/* Slick Slider CSS */

.slick-track{display:flex;} 
.slick-slide{height: auto;}
.who-we-help-inner-wrap{height: 100%;}

.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 22px; height: 42px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; outline: none; background: transparent; z-index: 1; border-radius: 50px; transition: all 0.5s;}

.slick-prev { left: 10px; }
.slick-next { right: 10px; }

.slick-prev:before { line-height: 1; opacity: 1; color: white; background-image: url(../images/prev-arrow.png); font-size: 0; background-size: 20px; font-size: 0; background-position: center; background-repeat: no-repeat; z-index: 7; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.slick-next:before { line-height: 1; opacity: 1; color: white; background-image: url(../images/next-arrow.png); font-size: 0; background-size: 20px; font-size: 0; background-position: center; background-repeat: no-repeat; z-index: 7; position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

/* .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background: var(--clr-primary); } */

.inner-banner-slider .slick-dots { bottom: 20px; }

.slick-dots { bottom: 0; }
.slick-dots button { background: #abe5f2 !important; opacity: 1; width: 12px !important; height: 12px !important; padding: 0 !important; border-radius: 2px; }
.slick-dots li { width: 12px; height: 12px; }
.slick-dots li button:before { display: none; }
.slick-dots li.slick-active button { background: var(--clr-primary) !important; }

/* Slick Slider CSS */


/* <!-- home-service-sec start --> */

.contact-hdr { margin: 0 0 45px; }
.contact-hdr h2 { color: var(--clr-secondary); text-transform: uppercase; display: inline-block; padding: 0 50px; position: relative; }
.contact-hdr h2:before { content: ''; position: absolute; right: 0; top: 0; bottom: 0; background: url(../images/jaw.png) no-repeat; height: 33px; width: 33px; }
.contact-hdr h2:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; background: url(../images/jaw.png) no-repeat; height: 33px; width: 33px; }

.service-inn { position: relative; }
.service-order .d-flex { margin: 0 0 15px; }
.servie-list { width: 70%; }
.servie-list h4 { color: var(--body-clr); margin: 0 0 6px; font-size: 18px; }
.servie-list p { font-size: 13px; line-height: normal; }
.serv-icon { background: var(--clr-primary); height: auto; width: auto; border-radius: 100%; overflow: hidden; margin: 0 0 0 15px; border: 6px solid rgba(169,228,241,0); position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; }
.serv-icon img { width: 65px; padding: 2px; }
.service-order .d-flex:hover .serv-icon { border: 6px solid rgba(169,228,241,1); }
.service-order:nth-child(3) .d-flex { flex-direction: row-reverse; }
.service-order:nth-child(3) .serv-icon { margin: 0 15px 0 0; }
.service-order .d-flex:nth-child(2), .service-order .d-flex:nth-child(3) { margin: 0 60px 25px 0; }
.service-order .d-flex:last-child { margin: 0; }
.service-order:nth-child(3) .d-flex:nth-child(2), .service-order:nth-child(3) .d-flex:nth-child(3) { margin: 0 0 25px 60px; }


/* <!-- home-service-sec end --> */


.pension-picbox{position: relative;display: block;overflow: hidden;transition: all 0.3s;}
.pension-picbox img{width: 100%; height: auto;}
.pension-pichover{position: absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;display: block;background: rgba(47,146,167,0); text-align: center; padding: 15px;}
.pension-pichover span{position: absolute;left:0;right:0;top:-70px;margin:auto;transition: all 0.5s;}
.pension-pichover span img{width: auto; margin: 0 auto;}
.pension-pichover h4{color:#ffffff;font-size:26px;text-transform: uppercase;text-shadow: 0 4px 2px rgba(0,0,0,0.4); position: absolute;left:0;right:0;bottom:-128px;margin:auto;transition: all 0.5s;}
.pension-picbox:hover .pension-pichover{background: rgba(47,146,167,0.75);}
.pension-picbox:hover .pension-pichover span{top:35%;}
.pension-picbox:hover .pension-pichover h4{bottom:35%;}


.bien-venue { background: #f4f4f4; }
.bien-venue h3 { font-weight: 400; margin: 0; }

.video-test { position: relative; padding-bottom: 49%; }
.video-test video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; object-fit: cover; }


.team-roww { margin: 0 0 30px; }
.team-member { border: 1px solid #cbcbcb; position: relative; height: 0; width: 100%; padding-bottom: 100%; overflow: hidden; }
.team-member img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: auto; background-size: contain; }
.team-member-inn { background: #15b7da; min-height: 214px; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; padding-bottom: 61px; }
.team-member-txt { padding: 15px; }
.team-member-txt h4{color:#fff;font-weight: 500;margin:0 0 15px; padding: 0 5px;}
.team-member-txt p{color:#fff;font-weight: 400;font-family: 'Lato', sans-serif;font-size:16px;}
a.team-hdr{background: #268ab2;color:#fff;font-size:28px; ;font-weight:500;position: absolute;width: 100%;bottom: 0;height:60px;line-height: 60px;text-transform: uppercase;}
a.team-hdr:hover{box-shadow:0 0 15px #e7f8ff;}

.btm-team { overflow: hidden; position: relative; }
.team-hdrleft { background: #268ab2; color: #fff; font-size: 16px; font-weight: 500; position: absolute; bottom: 0; left: 0; top: 0; transform: rotate(0deg); z-index: 1; writing-mode: sideways-lr; padding: 40px 20px; }
.team-onlyhv { position: absolute; top: 0; bottom: 0; right: 100%; margin: auto; padding: 15px; height: 100%; width: 83%; display: block; background: rgba(47,146,167,.75); display: flex; align-items: center; transition: all 0.3s; -ms-transition: all 0.3s; -webkit-transition: all 0.3s; z-index: 0; }
.team-onlyhv p { color: #ffffff; font-size: 16px; font-family: 'Lato', sans-serif; }
.btm-team{overflow: hidden;}
.btm-team:hover .team-onlyhv{right:0;}


.team-box-outer { margin: 0 0 30px; }
.team-box-outer .team-member-img { padding: 0 0 100%; position: relative; margin: 0 0 15px; border: 5px solid rgba(169, 228, 241, 1); }
.team-box-outer .team-member-img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.team-box-outer .team-member-info { text-align: center; }

.team-slider { padding-bottom: 30px; }

.testi-sec { background: #e7f8ff; }
.testi-innr p{color:#5b5b5b;font-weight:300;font-family: 'Lato', sans-serif;font-size:20px;line-height:1.5;margin:0 0 15px;padding: 0 0 0 50px;}
.testi-innr h5{text-align: right;color:#5b5b5b;font-weight:700;font-family: 'Lato', sans-serif;}

.map-box { padding: 0 0 30%; position: relative;}
.map-box iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }


/*for footer sections css*/
.logo-menu-lt { display: flex; gap: 20px; }
.footer-logo {max-width:90px;}

.ftr-top{background: #3f3f3f;padding:40px 0 30px;}


.footer-menu ul li{margin:0 0 10px;line-height: 1;}
.footer-menu ul li:last-child{margin:0;}
.footer-menu ul li a{color: #fff;font-size:18px;font-weight:400;}
.footer-menu ul li a:hover{color: #00d1ff;}
.footer-menu p{margin:0 0 15px;}
.footer-menu p:last-child{margin:0;}
.footer-menu p,.footer-menu div,.footer-menu div a{color: #bbbbbb;font-size:13px;}
.footer-menu div a:hover{color: #00d1ff;}

.social-plug { text-align: right;}
.social-plug h4{color: var(--clr-primary); font-weight: 400; }
.social-plug img {width: auto;}

.newsltr-form h3 { color: var(--white); }
.newsltr-form label { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.newsltr-form label input[type=email] { border: 0; font-size: 14px; padding: 14px; }
.newsltr-form label { color: var(--white); }
.newsltr-form label input[type=submit] { background: var(--clr-primary); border: 0; color: var(--white); font-weight: 400; font-size: 16px; padding: 14px; }

.ftr-btm{padding: 20px 0;background: #2f2f2f;}
.ftr-btm p, .ftr-btm a{font-weight: 400;font-size: 13px;color:#fffefe;margin:0;}
.ftr-btm a:hover{color:#00d1ff;}


/*for footer sections css*/

/* Inner pages css (Arundhati) */

.inner-banner-slider { margin: 0 !important; }

.section-title { margin: 0 0 80px; }
.section-title h2 { position: relative; line-height: 1.2; }
.section-title h2::after { content: ''; position: relative; left: 0; bottom: 0; height: 2px; width: 117px; background: #15b7da; display: block; }

.section-content ul li { font-size: 14px; margin-bottom: 5px; color: var(--black); }

.icon-sec { padding: 0 0 40px; }
.icon-sec ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.icon-sec ul li { width: 12.5%; }

.icon-inn { background: #15b7da; width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; text-align: center; margin: 10px auto 0 auto; }
.icon-inn:hover .icon-hover { top: 0; }
.icon-inn:hover .icon-hover h6 { opacity: 1; }

.icon-hover { position: absolute; top: 100%; right: 0; bottom: 0; left: 0; background: #a9e4f1; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.icon-hover h6 { margin: 0; color: var(--body-clr); font-weight: 500; opacity: 0; transition: all 0.5s; }

.section-title h4 a:not(.contact) { display: block; color: var(--clr-primary); }

.table td, .table th { padding: .75rem; border-top: 1px solid #dee2e6;}
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

.masonry-item { margin-bottom: 24px; }
.gallery-wrapper a { display: block; }
.gallery-wrapper a img { width: 100%; display: block;}

.propos-txt h3 { font-weight: 500; margin: 0 0 10px; color: #15b7da; }

.team-card { background-color: #15b7da; padding: 30px; margin-bottom: 3%; }

.mid-sec h3, .mid-sec p { color: var(--bs-body-bg); }
.mid-sec-img { height: 300px; width: 300px; border-radius: 100%; overflow: hidden; margin-left: auto; }
.mid-sec-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.team-slder-item { padding: 0 15px; }

/* Inner pages css (Arundhati) */

.otgs-development-site-front-end { display: none; }

.mailpoet_text { font-size: 16px; border-radius: 0px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #646869; height: 54px; border: 1px solid #9DCACE; padding: 6px 12px !important; }

input.mailpoet_submit { color: var(--white); background: var(--clr-primary); border-radius: 10px; padding: 15px 28px !important; font-size: 18px; width: auto !important; height: inherit; }

@media only screen and (max-width:1799px){

  :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXL:50px ;    
    --f-size-XL: 32px;    
    --f-size-L: 26px;    
    --f-size-M:22px;
    --f-size-S:20px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
  }


}

@media only screen and (max-width:1599px){

  .team-hdrleft { padding: 35px 16px;}

}

@media only screen and (max-width:1399px){

  :root {
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXL:40px ;    
    --f-size-XL: 30px;    
    --f-size-L: 24px;    
    --f-size-M:22px;
    --f-size-S:20px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
  }
   
}

@media only screen and (max-width:1199px){

  textarea, select, .form-control, input { font-size: 14px; padding: 13px 20px; height: 45px; }

  /* header start */

  .top-wrap ul li.phone-num a { font-size: 15px; }

  .nav_btn { display: block; cursor: pointer;position: relative; z-index: 9999; }
  .nav_btn.sidebar_active { position: absolute; top: 30px; right: 30px; }
  /* .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;} */
  .hdr-wrap ul { display: block;}
  .hdr-wrap .logo a { max-width: 60px; }
  nav.main-menu ul { flex-direction: column; }
  /* .hdr-wrap .logo img { width: 130px; } */
  .main-header {left: 0; right: 0; top: 0; z-index: 99999; }

  .main-menu { position: fixed; transform: translateX(100%); right: -100%; top: 0; bottom: 0; z-index: 999; max-width: 100%; padding-top: 60px; margin: 0; display: block; width: 100%; padding-left: 10px; padding-right: 10px; transition: 250ms ease-in; overflow: auto; height: 100vh; text-align: center; background: var(--clr-secondary); }
  .main-menu>ul li { width: 100%; }
  .main-menu ul li:not(:last-child) { margin-right: 0; }
  .main-menu>ul>li a { display: block; padding: 0px; border-bottom: 1px solid var(--grey); color: var(--white); font-size: 19px; }
  .main-menu ul li.current-menu-item a, .main-menu ul li:hover a{color: var(--white); background: transparent;}
  .main-menu ul li a { color: #fff; font-size: 20px; }
  .main-menu ul li { margin-right: 0; padding: 20px 0; }
  .hdr-rt ul li a {color: var(--white);padding: 10px;}
  li.menu-item-has-children::after{content: none;}
  .nav_btn::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--clr-primary); right: 0; top: -4px;transition: ease-in-out 0.4s; }
  .nav_btn::before { content: ""; position: absolute; width: 23px; height: 2px; background: var(--clr-primary); top: 3px; right: 0;transition: ease-in-out 0.4s; }

  .nav_btn.sidebar_active::after{transform: rotate(45deg);top: 0; }
  .nav_btn.sidebar_active::before{transform: rotate(135deg);top: 0; }

  .main-menu.sidebar-open { right: 0; }
  .minus, .plus { display: block; position: absolute; right: 38%; top: 19px; font-weight: 400; color: var(--white); font-size: 23px; }
  .minus{display: none;}
  span.plus .fa-chevron-down:before, span.minus .fa-chevron-up:before { display: none; }

  li.menu-item-has-children.open-sub > ul.sub-menu{display: block;}
  li.menu-item-has-children:hover > ul.sub-menu{height: 0; overflow: hidden;}
  li.menu-item-has-children.open-sub > ul.sub-menu { height: 100%; position: relative; max-width: 339px; margin: 20px auto 0; width: 100%;left: 0; }
  li.menu-item-has-children > a::after{display: none;}
  .hdr-btn{margin-right: 30px;}

  .hdr-btn.mobileview a.btn { margin-bottom: 15px; }
  .hdr-wrap .hdr-btn { display: none; }
  .hdr-wrap .mobileview { display: flex; flex-direction: column; margin: 0; }
  .nav_btn { margin-left: auto; }

  li.menu-item-has-children.open-sub .minus{display: block;}
  li.menu-item-has-children.open-sub .plus{display: none;}
  li.menu-item-has-children ul.sub-menu a{color: var(--white) !important;}
  li.menu-item-has-children > ul.sub-menu { top: 5px; color: var(--white); background-color: transparent; position: relative; padding: 0; }
  li.menu-item-has-children ul.sub-menu li {border-bottom: none;}
  /* .hdr-wrap  .sidebar-open .mobileview {display: block;margin: 20px auto;} */
  .main-menu ul li.menu-item-has-children a { margin-right: 0; }
  .hdr-wrap { justify-content: flex-start; }
  .nav_btn { display: block;}
  .hdr-wrap .hdr-btn { margin-left: auto; }

  .header-top p { font-size: 12px; }
  .header-top p:before, .header-top p:after { top: 4px; width: 10px; height: 10px; }
  .login-holder ul li a { font-size: 12px; }
  li.menu-item-has-children::after{display: none;}

  /* header end */

   .banner-section { margin-top: 0; }

   /* Arundhati */

   .section-title { margin: 0 0 40px; }

   .footer-menu ul li a {font-size: 15px;}

   input.mailpoet_submit { padding: 10px 22px !important; font-size: 16px; }

   .mailpoet_text {height: 45px;}

}      

@media only screen and (max-width:991px){

  :root {
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXL:30px ;    
    --f-size-XL: 26px;    
    --f-size-L: 22px;    
    --f-size-M:20px;
    --f-size-S:18px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
  }

  .common-padding { padding-top: 40px; padding-bottom: 40px; }
  .common-small-padding { padding-top: 40px; padding-bottom: 40px; }

  .service-order .d-flex { margin-bottom: 0; height: 100px; }
  .service-order .d-flex:nth-child(2), .service-order .d-flex:nth-child(3) { margin: 0; }
  .service-order:nth-child(3) .d-flex:nth-child(2), .service-order:nth-child(3) .d-flex:nth-child(3) { margin: 0; }

  .contact-hdr { margin: 0 0 10px; }

  .mid-sec-img { height: 250px; width: 250px; }

  .team-card { padding: 20px; }

  .map-box { padding: 0 0 50%; }

  .icon-sec ul li { width: 18%; }

}

@media only screen and (max-width:767px){

  :root {
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXL:28px ;    
    --f-size-XL: 24px;    
    --f-size-L: 22px;    
    --f-size-M:20px;
    --f-size-S:18px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
  }

  .header-top {padding: 0;}

  .minus, .plus { right: 25%; top: 18px; font-size: 20px; }

  .banner-slides { padding: 0 0 49%; }
  .banner-slides .banner-content h1 { font-size: 20px; }

  .service-order:nth-child(2){order:1;}
  .service-order:nth-child(1){order:2;}
  .service-order:nth-child(3){order:3}
  .service-order .d-flex {flex-direction: row-reverse !important;}
  .servie-list { text-align: left; margin-left: 10px; }

  .serv-icon, .service-order:nth-child(3) .serv-icon { margin: 0; }

  .logo-menu-lt {flex-direction: column;align-items: center;text-align: center;}

  .social-plug { text-align: center; padding-top: 15px; }

  .mid-sec { text-align: center; margin-bottom: 20px; }
  .mid-sec-img { height: 200px; width: 200px; margin: 0 auto; }

  .map-box { padding: 0 0 116%; }

  .pension-picbox { margin-bottom: 10px; }
  
  .icon-sec ul li { width: 48%; }

}
