:root {
  --red: #30253d;
  --blue: #B27918;
  --bluedrak : #bb9046;
  --lightblue: #c0a16c;
  --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';
  font-size:20px;
  line-height:1.5;
  padding:0;
  margin:0;
  color: var(--black);
}
body{  }
a {
  color:var(--blue);
  text-decoration:none;
  transition:all .5s ease;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  display: inline-block;
}
a:hover{color: var(--red);}
img{max-width: 100%;}
h1,h2,h3,h4,h5,h6{  font-family: 'Bodoni Bd BT';}
h1{  font-size: 90px; font-family: 'Roboto'; font-weight: 100; color: var(--blue); text-transform: uppercase; margin: 0;}
h2{color: var(--blue);  font-size: 50px;  font-weight: 400; text-transform: uppercase; }
h3{ font-size: 50px; color: var(--blue); text-transform: uppercase; margin: 0;margin-bottom: 10px; font-weight: 400;}
h4,
h5{font-size: 20px; color: var(--blue);font-family: 'Roboto';font-weight: 900; margin-bottom: 5px;text-transform: uppercase;line-height: 30px;}
.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;
  background: #FFF;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.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: center; }
.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; text-transform: uppercase;}
.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;}

.section_imgtxtbgicon{}


footer{margin-top: 60px;  padding: 60px 0; background: var(--black); font-size: 16px;}
footer b{color: var(--white);}
.home footer{margin: 0; background: var(--white);}
footer .row,
.row_footer_address{align-items: end;}
.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: 45px; font-size: 20px; margin-bottom: 10px; text-transform: uppercase; }
.footer-area li:last-child a{margin-right: 0;}
.footer-area li a:hover{color: var(--bluedrak);}
.footer-area .row{}

.footer-area h2{font-size: 20px;}
.footer-area p{color: var(--white);}
.footer-area p a{color: var(--white); }
.footer-area p a:hover{color: var(--blue);}

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

.border_bg_light a{ color: var(--black);}
.border_bg_light a:hover{color: var(--bluedrak);}
.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;}
.page_top_banner .container{position: initial;}
.section_imagehalf .row{align-items: center;}
body:not(.home) .page_top_banner h1{position: absolute; top: 220px;  left: 15px;  font-weight: 800; padding: 3px 50px; color: var(--white); font-weight: 250; font-family: 'Proxima Nova Th';}
section{}
.section_bg_inside{margin-top: 20px;}
.border_bg_light_heading,
.border_bg_light{  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;  }
.border_bg_light h3, .border_bg_light h2{}
.border_bg_light h2{ text-transform: uppercase;}
ul{padding-left: 25px;}
.footer-area:before{height: 100%;}
.section_imgtxtbgonepart img{width: 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%; }

.page_top_banner,
.hero-banner-area{margin-top: 75px; overflow: hidden;}
.page_top_banner img,
.hero-banner-area img{width: 100%;}
.hero-banner-area .content h1{font-weight: 800; color: var(--white);}
.hero-banner-area .content-area p{margin-top: 30px;}
.banner_area_content {display: flex;  margin-top: 20px;  align-items: stretch;}
.banner_area_content div{background: var(--white); align-content: center; align-items: center; padding: 30px;}
.banner_area_content div img{width: 370px;}
.banner_area_content div:first-child{margin-right: 20px;}
.banner_area_content div b{color: var(--blue); text-transform: uppercase;}



.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;}

.btn_main{border-radius: 0px; 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); color: var(--blue);}

.section{margin-top: 60px; 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;}


.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; color: var(--blue);  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 {
    color: var(--blue);
    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; color: var(--blue); 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; color: var(--blue); font-weight: 700;}
.col-md-mg20{margin-bottom: 30px;}
.border_bg_darklight_icon{background: var(--bluedrak); 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;}
.col-md-areatop h3,
.border_bg_light_home h2, .section_imgtxtbg .border_bg_light > div h2{color: var(--white);}

.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{color: var(--white);  }
.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_imgtxtbg .col-md-areatop{padding: 30px; padding-bottom: 10px;}

.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 .border_bg_light{justify-content: flex-start; background: #FFF;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); padding: 20px;}
.section_imgtxtbg .border_bg_light > img{}
.section_imgtxtbg .border_bg_light,
.section_imgtxtbg h3{}
.section_imgtxtbg .border_bg_light h3{margin: 0; margin-bottom: 5px;}
.icon_area_div{margin-top: 40px;}
.icon_area_div h3{color: var(--blue);}

.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;}

.h3_cl{color: var(--bluedrak);font-weight: 800; text-transform: uppercase; margin-bottom: 30px;}
.section_area_4  .bg_area_vision strong, strong, b{color: var(--blue);}

.banner_section_img{width: 100%;}

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

.border_bg_light_area_page_icon{display: inline-block; text-align: center; width: 100%; margin: 30px 0;}
.border_bg_light_area_page_icon .col-md-areatop{color: var(--blue);font-weight: 700;}
.border_bg_light_area_page_icon img{max-height: 80px;}

.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;}
.home .section_imgtxt .border_bg_light{background: transparent; color: var(--blue); border-radius: 0; padding: 0;}
.home .section_imgtxt .border_bg_light h3{color: var(--blue); font-size: 32px;}
.copywrite-area{color: var(--white); padding: 0px 0;}
.home .copywrite-area{padding-top: 0; color: var(--black);}
.section_imgtxtbgicon .border_bg_light{box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); padding: 20px; background: var(--white);}
    .section_imgtxtbgicon .border_bg_light h3{color: var(--white); font-size: 30px;}
    .section_imgtxtbgicon .border_bg_light img{margin-right: 0px;}
    .section_imgtxtbgicon .col-md-4{margin-top: 20px;}
 .section_imgtxtbgonepart   .border_bg_light_area_page{border-radius: 0; flex-direction: row;}
 .section_imgtxtbgonepart   .border_bg_light_area_page img{ max-height:65px ; width: auto;}
  .section_imgtxtbgonepart   .border_bg_light_area_page h3{color: var(--white); text-transform: uppercase;font-weight: 700;}
  .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{color: var(--bluedrak);font-size: 50px;font-style: normal;font-weight: 300; margin: 0; }
  .section_imgtxtbgoneparticon .col-md-8 {color: var(--blue);}
  .section_imgtxtbgoneparticon .col-md-8 p, .section_imgtxtbgoneparticon .col-md-8 h3{ color: var(--lightblue); font-size: 30px;}

  .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{color: var(--blue);}

   .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;font-weight: 700;}

      .section_notimgtxt .border_bg_light,
      .section_imgtxtbgwithouticon .border_bg_light{justify-content: flex-start;}

       .section_imgtxtbgwithouticon .border_bg_light h3{font-size: 30px; color: var(--lightblue); text-align: center;}

      .page-id-682 .section_imgtxt strong{color: var(--black);}