@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --red: #30253d;
  --blue: #0D5552;
  --bluedrak : #DEF0F0;
  --lightblue: #B5DDDD;
  --white: #fff;
  --black: #000;
  --lightblack: #EDF7FF;
}
*::before,
*::after {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  outline: none;
}
html, body {
  font-family: "Roboto", sans-serif;
  font-size:20px;
  line-height:1.5;
  padding:0;
  margin:0;
  color: var(--black); font-weight: 400;
}
body{  }
a {
  color:var(--black);
  text-decoration:none;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  display: inline-block;
}
a:hover{color: var(--blue);}
img{max-width: 100%;}
h1,h2,h4,h5,h6{}
h1{  font-size: 60px;  font-weight: 100; color: var(--black); font-weight: 250;  margin: 0;}
h2{color: var(--blue);  font-size: 40px;  font-weight: 900;  margin-bottom: 20px;}
h2 span{text-transform: uppercase; width: 100%; display: inline-block; vertical-align: top;}
h3{ font-size: 30px; color: var(--lightblue); font-weight: 800; margin: 0;margin-bottom: 10px;}
h4, h5{font-size: 30px;font-weight: 900; }
.section_aboutus h2{text-transform: uppercase;}
p{margin-bottom: 15px;}
p:last-child, ul:last-child{margin-bottom: 0;}
.header-area{position: fixed; top: 0px; left: 0px; width: 100%; z-index: 999;  transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;  padding: 25px 0;
}
.container{position: relative;}
.header-area .container{}
.header-area .row{align-items: center;}
.header-area .logo{}
.header-area .logo img{width: 100%;}
header.fixed .header-area .logo img{max-height: 50px;}

.header-area ul.header-center-menu{margin: 0px; padding: 0px; list-style: none; display: flex;   justify-content: end; }
.header-area ul.header-center-menu li a{font-size: 20px; line-height: 19px; font-weight: 400; color: var(--black); text-align: center; padding: 0px 0px;margin-left: 50px;}
.header-area ul.header-center-menu li:first-child a{margin-left: 0;}
.header-area ul.header-center-menu li a:hover,
.header-area ul.header-center-menu li a.active{ color: var(--blue);}

.header-area-inner-n{}
header.fixed .header-area ul.header-center-menu{margin-top: 0;}
header.fixed .header-area{ transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease;  z-index: 10; background: var(--white);padding: 10px 0;}
header.fixed .header-area .header-area-inner{ padding: 15px 150px;}
.btn-menu{width: 22px; height: 22px; border: none; background: transparent; position: relative; padding: 0px; transition: all .5s ease;  margin-left: 15px; display: none}
.btn-menu span{width: 100%; height: 2px;  display: block;  transition: all .5s ease; background: var(--blue);}
.btn-menu span:nth-of-type(3n+1){position: absolute; top: 0px; left: 0px; transition: all .5s ease;}
.btn-menu span:nth-of-type(3n+2){position: absolute; top: 10px; width:70%; left: 0px; transition: all .5s ease;}
.btn-menu span:nth-of-type(3n+3){position: absolute; bottom: 0px; left:0px; transition: all .5s ease;}
.btn-menu.active span:nth-of-type(3n+1){  transform: rotate(-45deg); left: 0px; top:10px; transition: all .5s ease;}
.btn-menu.active span:nth-of-type(3n+2){display: none;}
.btn-menu.active span:nth-of-type(3n+3){ transform: rotate(45deg);left: 0px; transition: all .5s ease; bottom: 10px;}

footer{margin-top: 40px;  padding: 60px 0; background:var(--blue); border-radius: 40px 40px 0 0;}
.home footer{padding-top: 0; background: transparent; color: var(--black);}
.copy_footer_home{}
.footer-area{border-radius: 0;}

.footer-area ul, .footer-area li{list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top;}
.footer-area ul{margin-bottom: 30px;    margin-top: 0px;}
.footer-area li a{color: var(--white);  margin-right: 35px;  }
.footer-area li:last-child a{margin-right: 0;}
.footer-area li a:hover{color: var(--bluedrak);}
.footer-area .row{}
.home .footer-area .row{}
.footer-area h2{font-size: 20px;}
.footer-area p{margin: 0; color: var(--white);}
.footer-area p a{color: var(--white); }
.row_footer_address{align-items: end;}

.home .footer-area p a, .home .footer-area p{color: var(--white);}

.border_bg_light a{font-weight: bold; color: var(--black);}
.border_bg_light a:hover{}
.text-right{text-align: right;}
.footer-area .container{z-index: 3; position: relative;}
.footer-area p.copyright{font-size: 16px; margin-top: 30px;}
.footer-area img{margin-bottom: 0px;}

.border_radius_banner{overflow: hidden; position: relative; border-radius: 0px;}
.border_radius_banner > img{width: 100%;}
.section_aboutus::after,

.page_top_banner{position: relative;}
.section_imagehalf .row{align-items: center;}
body:not(.home) .page_top_banner .container {
    position: initial;
}
body:not(.home) .page_top_banner h1{position: absolute; top: 145px; right: 15px; left: 15px; text-align: center; font-weight: 250; padding: 3px 50px; color: var(--white); font-size: 90px; }
section{overflow: hidden;}

.border_bg_light{ padding: 40px;  color: var(--white); border-radius: 0px;    height: 100%;      display: flex;    flex-direction: column;    justify-content: center;}
.border_bg_light.desc_bott_top{    justify-content: space-around;}
.border_bg_light .row{align-items: center;}
.border_bg_light b, .border_bg_light strong{font-weight: 700; color: var(--white); }
.border_bg_light h3, .border_bg_light h2{ text-transform: uppercase;}
ul{padding-left: 25px;}
.footer-area:before{height: 100%;}

.col-md-7{position: relative;}
.col-md-7 .desc_bott{position: absolute; right: 40px; top: 50%; z-index: 1; color: var(--white); width: 35%; }
.desc_bott{margin-top: 30px;}
.desc_topp{margin-bottom: 30px; text-align: center;}

.page_top_banner,
.hero-banner-area{margin-top: 125px;}
.page_top_banner img,
.hero-banner-area img{width: 100%;}

.hero-banner-area .container {
    position: initial;
}
.hero-banner-area .content-area{position: absolute; 
    left: calc(3% + 60px);
    right: calc(3% + 60px);
    top: 60px;
    color: var(--white);}
    .section_imgtxtbgicon a:hover{opacity: 0.8;}
.hero-banner-area .content-area h1{color: var(--white);font-size: 90px;font-weight: 100;}    
.hero-banner-area .content-area p{margin: 60px 0 0 0px;}
.slider_cn{color: var(--black); padding: 50px 100px 50px 50px;  background:  linear-gradient(0deg,transparent 10px,var(--white) 0) left /80% 100%,  linear-gradient( -45deg,transparent 100px,var(--white) 0) bottom/100% 100%;background-repeat:no-repeat;}
.col-fl-sl{align-items: center;  display: flex;}
.hero-banner-area .content-area .col-md-4{align-items: end;  display: flex;}
.home_heading_right{text-align: right; background: url(../images/Arrow.svg) center right no-repeat; padding-right: 100px;}

.btn_main{border-radius: 20px; border: 1px solid var(--white); color: var(--white); font-weight: bold; vertical-align: bottom; padding: 5px 25px;}
.btn_main:hover{border: 1px solid var(--white); background: var(--white); }

.section{margin-top: 40px; background-position: center right; background-size: auto 100%; background-repeat: no-repeat;}
.section.section_missionarea{background-color: var(--bluedrak);}
.section_imgtxt img, .section_imgtxtrevert img{width: 100%; border-radius: 0px;}

.page .section_imgtxt_toparea .row h1{}
.home .section_imgtxt_toparea .row {}
.section_imgtxt_toparea{position: relative; z-index: 2;}

.container_top_area{}
.container_top_area h1{color: var(--white);font-weight: 800;}

.bg_top_area{background: rgba(115, 112, 121, 0.80); padding: 20px;}


.about_vision_area{border-radius: 0px; background: url(../images/about2.jpg) center no-repeat; background-size: cover; padding: 40px; color: var(--white); display: flex; height: 100%;}
.about_vision_area .row{align-items: center; width: 100%;}
.page-id-13 .about_vision_area{background-image: url(../images/services.jpg) ;}
.page-id-144 .about_vision_area{background-image: url(../images/whyus.jpg) ;}
.about_vision_area li p{display: inline-block;}

.page-id-19 .about_vision_area .row{justify-content: end;}
.page-id-19 .about_vision_area .col-md-5{width: 100%;}
.page-id-19 .about_vision_area .col-md-7{width: 40%;}

.section_aboutus .row{position: relative;z-index: 9; text-align: center; color: var(--white);}
.section_aboutus .row img{margin-top: -100px; margin-bottom: 30px;}
.section_aboutus .row ul{font-size: 30px; text-align: left; font-weight: 600; margin-top: 15px;}

.section_icontxt .row{text-align: center;}
.section_icontxt .row h4{font-size: 30px; margin-top: 20px; font-weight: 600;}
.section_icontxt .row .postcontent-area{max-width: 180px; display: inline-block;}
.section_imgtxt .postcontent-area{padding: 20px 0;}
.section_imgtxticon img{margin-bottom: 30px;}

.srt_des{display: flex; align-items: center; justify-content: center;   font-size: 30px;  font-style: normal;  font-weight: 800;  line-height: 50px; /* 166.667% */text-align: center;}
.pagecontent_sectiontoparea p{}
.page-id-23 .section_imgtxt .row{align-items: center;}
.page-id-23 .section_imgtxt .border_bg_light{background: none; box-shadow: none;}

.col-md-careers{border-radius: 0px;  background: #E2EDF8; padding: 40px; font-size: 20px;}
.col-md-careers p, .midle_area_content p{font-size: 20px; line-height: 28px;}
.midle_area_content h2{text-transform: uppercase;}
.midle_area_content h5{font-size: 30px;}

.form-control{padding: 5px 10px; border: none;border-radius: 0px;border: 1px solid var(--blue);  background:transparent; margin-bottom: 20px;}
input[type="submit"].wpcf7-submit{border-radius: 0px;  background: var(--blue); color: var(--white); border: none; padding: 6px 20px; width: 100%; font-size: 20px;  float: right;}
.wpcf7 input[type="file"]{border-radius: 0px;  background: var(--blue); color: var(--white); max-width: 100%; font-size: 18px;padding: 5px;}
.form-control:focus {
    
    background: transparent;
    outline: 0;
    box-shadow: none;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 12px;
  width: 100%;
  text-align: right;height: 15px;
}
.contact_us_area, .contact_us_area p{font-size: 20px; line-height: 30px;  font-weight: 400;}
.wpcf7-spinner{display: none!important;}
textarea{max-height: 153px;}
.wpcf7-form h2{margin-bottom: 40px;}

.section_imagehalf img{width: 100%;}
.border_bg_light_icon{background: var(--lightblue); padding: 35px 50px; height: 100%;}
.border_bg_light_img{background: var(--lightblue); height: 100%;}
.border_bg_light_icon img{max-height: 130px; margin-bottom: 20px;}
.border_bg_light_icon p{}
.section_missionarea .row .col-md-3{text-align: center;}
.section_missionarea .row{margin-bottom: 40px; color: var(--white);}
.section_missionarea .row *{color: var(--white);}
.border_bg_light_img .col-md-text{padding: 30px 40px;  font-weight: 700;}
.col-md-mg20{margin-bottom: 30px;}
.border_bg_darklight_icon{ color: var(--white); text-transform: uppercase; font-weight: 700; padding: 10px 40px; height: 100%; position: relative;}
.border_bg_darklight_icon .row{align-items: center;height: 100%;}
.border_bg_darklight_icon .row .col-md-9{text-align: left;}

.section_imagetwopart{margin: 0;}
.section_icononepart .row, .section_imagetwopart .row{align-items: center;}
.section_imagetwopart .row img{width: 100%;}
.heading_area{background: var(--lightblue);padding: 20px 0;}
.heading_area h3{margin: 0;}

.section_iconthreepart .border_bg_light_icon p{}
.header-area ul.header-center-menu li:last-child a{}

.link_a_pos{position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 99;}
.section_imagetwopart .col-md-12 h3{text-transform: uppercase;}

.border_bg_light_home{position: relative;}
.section_imgtxthf .border_bg_light img,
.border_bg_light_area_page img,
.border_bg_light_home img, .section_imgtxtbg .border_bg_light img{width: 100%;}

.border_bg_light_home div{position: absolute; top: 10%; left: 50%; z-index: 2; color: var(--white); padding: 40px;}


.border_bg_light_area_page,
.section_imgtxthf .border_bg_light,
.section_imgtxtbg .border_bg_light{padding: 0; position: relative; overflow: hidden; border-radius: 0px;}
.border_bg_light_area_page__ > div,
.section_imgtxtbg .border_bg_light > div{position: absolute; right: 0;  z-index: 1; width: 49%;  padding: 30px; top: 50%; }
.section_imgtxtbgtwopart .div_bg_1 .col-md-areatop{left: 0; right: auto;}
.section_imgtxtbgtwopart .div_bg_3 .col-md-areatop,
.section_imgtxtbgtwopart .div_bg_4 .col-md-areatop{top: 70%;}
.section_imgtxtbgtwopart{}
.border_bg_light_area_page{margin-top: 0px; }
.section_imgtxtbgonepart{}

.page-id-144 .about_vision_area .col-md-7{padding-top: 100px; width: 100%;}

.section_imgtxtbgtwopart .border_bg_light_area_page{height: auto;}

    .section ul li{margin-bottom: 10px;}
    .section ul li:last-child{margin-bottom: 0px;}
.mg_top40{margin-top: 10px;}
.section_imgtxthf .border_bg_light > div{padding: 25px; padding-bottom: 0;}    
.careers_form{background: var(--lightblue); padding: 40px; border-radius: 0px;padding-bottom: 30px;}
.section_imgtxtbgtwopart .col-md-12 h3, .section_imgtxthf .col-md-12 h3,
.section_imgtxtbg .col-md-12 h3{margin-bottom: 30px;}

.section_imgtxthf .col-md-12 h3,
.section_imgtxtbg .col-md-12 h3,
.section_imgtxtbgtwopart .col-md-12 h3{margin-bottom: 30px;}

.section_imgtxtbg{ margin-top: 0;}
.section_imgtxtbg .col-md-4{margin-top: 40px;}
.section_imgtxtbg .border_bg_light,
.section_imgtxtbg h3{margin-bottom: 0px; height: auto;}
.section_imgtxtbg .border_bg_light h3{margin: 0; margin-bottom: 5px;}
.icon_area_div{margin-top: 40px;}
.icon_area_div h3{}

.border_bg_light_icon_area.border_bg_light{flex-direction: row;    align-items: center;}
.border_bg_light_icon_area.border_bg_light h3{font-size: 30px;}
.border_bg_light_icon_area.border_bg_light .icon_img{margin-right: 20px; width: 125px;}
.border_bg_light_icon_area.border_bg_light .icon_img img{border-radius: 0;     max-height: 100px;}

.section_imgtxtbg .border_bg_light > div{width: 100%; top: auto; bottom: 0;-webkit-transform: translate3d(0, -0%, 0) !important;
    -ms-transform: translate3d(0%, -0%, 0)!important;
    -o-transform: translate3d(0%, -0%, 0)!important;
    transform: translate3d(0%, -0%, 0) !important;} 

.section_imgtxtheadingicon .col-md-txt,
.section_imgtxtheadingicon img{display: inline-block;}
.section_imgtxtheadingicon .col-md-txt{margin:0 15px; text-align: left; padding:0 20px; max-width: 950px;}
.section_imgtxtheadingicon .col-md-txt h3{text-align: center;}

img.icon_img{width: auto!important; margin-bottom: 15px;}
.section_imgtxtbgonepart .border_bg_light_area_page > div{width:100%; max-width: 530px; }
.section_imgtxtbgonepart .border_bg_light_area_page{border-radius: 0;}
.h3_cl{color: var(--blue);font-weight: 800; text-transform: uppercase;}

.section_imgtxthf .border_bg_light{margin-top: 30px;}

.border_bg_light_area_page_icon{display: inline-block; text-align: center; width: 49%; margin: 40px 0;}
.border_bg_light_area_page_icon .col-md-areatop{margin-left: 55px; font-weight: 700;}
.border_bg_light_area_page_icon img{max-height: 100px;}

.page-id-13 .section_imgtxticon{display: none!important;}
.section_imgtxtbg .container > .row > .col-md-8{display: flex; align-items: center;}
.section_imgtxtbg .container > .row > .col-md-8{margin-bottom: 30px;}
.section_imgtxtbg .container > .row > .col-md-8 .col-md-8{text-align: left;}

.section_imgtxtheadingicon .border_bg_light{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-25 .section_imgtxt .border_bg_light p:last-child,
.page-id-25 .section_imgtxt .border_bg_light h3{display: inline-block;margin-right: 8px;}
.page-id-25 .section_imgtxt .border_bg_light strong{color: var(--black);}

body{background-size: cover;}
.section_imgtxtbgonepart .col-md-areatop{background: transparent;}
.section_imgtxt .row{align-items: center;}
.border_bg_light_txt  {padding: 20px 40px;}
.border_bg_light_txt  h3{font-weight: 500;}
.home .section_imgtxt.section_imgtxt_toparea  .border_bg_light{justify-content: start;}

.home .section_imgtxt .border_bg_light{background: transparent;  border-radius: 0; padding: 0;}
.home .section_imgtxt .border_bg_light h3{ font-size: 30px;margin-bottom: 32px;}
.copywrite-area{color: var(--white); padding: 40px 0; }
.home .copywrite-area{padding: 0; color: var(--black); font-size: 16px;}
.section_imgtxtbgicon .border_bg_light{border-radius: 40px;background: var(--bluedrak); padding: 30px; color: var(--white);    text-align: center;
    align-items: center; justify-content: left;}
.home .section_imgtxtbgicon .border_bg_light{background: var(--blue);}
.home .section_imgtxtbgicon .border_bg_light h3{margin: 0;}
    .section_imgtxtbgicon .border_bg_light img{margin-bottom: 20px;    max-height: 160px;}
    .section_imgtxtbgicon .border_bg_light p{font-size: 30px; color: var(--blue);
font-style: normal;
font-weight: 800;}
    .section_imgtxtbgicon .col-md-4{margin-top: 0px;}
 .section_imgtxtbgonepart   .border_bg_light_area_page{border-radius: 40px; margin-top:40px ;}
 .section_imgtxtbgonepart   .border_bg_light_area_page.area_n_1{ margin-top:0px ;}




  .pd_area{padding-left: 40px;}
 .section_imgtxtbgoneparticon .row{ align-items: center;}
 .section_imgtxtbgoneparticon .col-md-8 .pd_area div{display: flex; margin-bottom: 15px; align-items: center;}
 .section_imgtxtbgoneparticon .col-md-8 .pd_area div img{margin-right: 20px;    }
  .section_imgtxtbgoneparticon .col-md-4 img{width: 100%;    }
 .section_imgtxtbgoneparticon .col-md-8 div h2{}
  .section_imgtxtbgoneparticon .col-md-8 {}
  .section_imgtxtbgoneparticon .col-md-8 p, .section_imgtxtbgoneparticon .col-md-8 h3{ }

  .section_ourvalues .border_bg_light_icon{padding: 0; background: url(../images/checkbox.svg) center top no-repeat; font-size: 30px; color: var(--bluedrak); font-weight: 800; margin-top: 30px; padding-top: 80px; text-align: center;}
   .section_ourvalues .border_bg_light_icon h2{color: var(--bluedrak); margin: 0;}
   .short_description_section h3{}

   .border_bg_light_tp img{width: 100%; margin-bottom: 15px;}
      .border_bg_light_tp h3{color: var(--bluedrak); text-align: center; margin-bottom: 30px; font-size: 30px;}
      .border_bg_light_toparea_page{border-radius: 40px; padding: 40px; text-align: center; background: var(--bluedrak);}
      .border_bg_light_txt  h2{text-transform: uppercase;}
    .page-id-646 .section_imgtxt  .border_bg_light_txt  {border-radius: 40px; background: var(--bluedrak); height: 100%;display: flex;align-items: center; padding: 40px;}
    .page-id-646 .section_imgtxt .row {    align-items: stretch;}
    .page-id-646 .section_imgtxt  .border_bg_light_txt a,
    .page-id-646 .section_imgtxt  .border_bg_light_txt h5{color: var(--blue);}
    .section_imgtxtbgonepart h2{text-transform: inherit; color: var(--white);}
    .section_imgtxtbgonepart h2 span{text-transform: uppercase; display: inline-block; vertical-align: top; width: 100%;}
  .page-id-598 .border_bg_light h2{text-transform: uppercase;}