:root {
  --maincolor: #122E5E;
  --secondcolor: #034EA2;
  --black: #000;
  --lightblack: #b9b7b7;
  --white:#fff;
}
*::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: 'Gilroy';
  font-size:20px;
  line-height:1.5;
  padding:0;
  margin:0;
  color: var(--black); overflow-x: hidden;
}
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(--maincolor);}
img{max-width: 100%;}
h1,h2,h3,h4,h5,h6{color: var(--maincolor); margin: 0;margin-bottom: 12px;font-weight: 700; line-height: 1.3;}
h1{  font-size: 60px;  color: var(--white);}
h2{ font-size: 40px; text-transform: uppercase; margin-bottom: 25px; }
h3{ font-size: 30px;  color: var(--secondcolor); text-transform: uppercase; }
 h3 span{
  font-size: 20px;
  font-weight: normal;
  text-transform: initial;
  padding: 0 5px;
  color: var(--black);
}
h4{ font-size: 20px;}
h1 span{display: inherit; text-transform: capitalize; font-size: 20px;}
.section_aboutus h2{}
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: var(--white); }
.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;justify-content: space-between; }
.header-area ul.header-center-menu li a{font-size: 20px; line-height: 19px; font-weight: 400; color: var(--maincolor); text-align: center; padding: 0px 0px;margin-left: 0px; 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(--secondcolor);}

.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; 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(--maincolor);}
.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{background: url(../images/footer_bg.svg) center top no-repeat; background-size: cover; margin-top: 60px;}

.copy_footer_home{}
.footer-area{padding: 50px 0;color: var(--white);}
.copy_right{font-size: 16px; margin-top: 60px;}

.footer-area ul, .footer-area li{list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top;}
.footer-area ul.menu-footer{display: flex; justify-content: end;justify-content: space-between; }
.footer-area ul.menu-footer li a{margin: 0;}
.footer-area ul{margin-bottom: 60px;    margin-top: 30px;}
.footer-area li a{color: var(--white);  margin-right: 30px; text-transform: uppercase; }
.footer-area li:last-child a{margin-right: 0;}
.footer-area li a:hover{color: var(--maincolor);}
.footer-area .row{}
.home .footer-area .row{}
.row_footer_address{align-items: end;}
.footer-area h2{font-size: 20px;}
.footer-area p{margin: 0; color: var(--white);}
.footer-area p a{color: var(--white);}

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

.border_bg_light a{font-weight: bold; }
.border_bg_light a:hover{color: var(--maincolor);}
.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; color: var(--white);}
.section_imagehalf .row{align-items: center;}
body:not(.home) .page_top_banner h1{font-size: 40px;  text-transform: uppercase; color: var(--maincolor);}
.page_top_banner h2{text-transform: uppercase; color: var(--maincolor);}
.page_top_banner h3{ color: var(--white); font-weight: 400;}
section{overflow: hidden;}

.border_bg_light{ padding: 40px 90px; 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: 600;  }
.border_bg_light h3, .border_bg_light h2{}
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%; }
.page_top_banner h1,
.section_imgtxt h2{}

body:not(.home) .page_top_banner{ color: var(--black);}

.hero-banner-area .content h1{font-weight: 800; color: var(--white);}



.hero-banner-area .content-area p{}
.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: center;  display: flex;justify-content: center;}

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

.section{margin-top: 40px; background-position: center right; background-size: auto 100%; background-repeat: no-repeat;}
.section.section_missionarea{background-color: var(--secondcolor);}
.section_imgtxt img, .section_imgtxtrevert img{ 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(--maincolor);  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: 10px;  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;}

.wpcf7-form p{ font-weight: 600;}
.form-control{padding:0px 0px; border: none; border-radius: 0px;border-bottom: 1px solid var(--secondcolor);  background:transparent; margin-bottom: 0px; max-height:159px;}
textarea.form-control{border: 1px solid var(--secondcolor);padding:7px 10px;}
.section_careerform .form-control{max-height:98px; }
input[type="submit"].wpcf7-submit{border-radius: 0px;  background: var(--maincolor); color: var(--white); border: none; padding: 7px 20px; width: 100%;  float: right; border-radius: 9px;
border: 1px solid #8CAAC7;font-weight: 700;
background: #034EA2;}
.wpcf7 input[type="file"]{border-radius: 0px;  background: var(--black); color: var(--white); max-width: 100%; font-size: 18px;padding: 5px; border-radius: 9px;
border: 1px solid #8CAAC7;
background: #8CAAC7;}
.form-control:focus {
    color: var(--secondcolor);
    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(--maincolor); 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(--maincolor); font-weight: 600;}
.col-md-mg20{margin-bottom: 30px;}
.border_bg_darklight_icon{background: var(--secondcolor); color: var(--white); text-transform: uppercase; font-weight: 600; 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 a,
.border_bg_light_home{position: relative; justify-content: center;
  align-items: center;
  display: flex;margin: 0 auto;
  flex-direction: column;max-width: 345px;}
  .section_imgtxtbgtwopart .border_bg_light_home, .section_imgtxtbgtwopart .border_bg_light_home a{max-width: 450px;}
  .border_bg_light_home a:hover h3{color: var(--maincolor)!important;}
    .border_bg_light_home a:hover img{opacity: 0.8;}
.section_imgtxthf .border_bg_light img,
.border_bg_light_area_page img,
.border_bg_light_home img, .section_imgtxtbg .border_bg_light img{}


.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,
.section_imgtxtbg .border_bg_light > div{ }



.section_imgtxtbgtwopart{overflow: visible; margin-top: 10px;}
.border_bg_light_area_page{margin-top: 30px; }

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

.section_imgtxtbgtwopart .border_bg_light_area_page{height: auto;}

    .section:not(.section_imgtxtbgtwopart) ul li{margin-bottom: 10px; }
    .section ul li i, .section ul li em{display: inline-block;}
    .section ul li:last-child{margin-bottom: 0px;}
.mg_top40{margin-top: 10px;}
.section_imgtxthf .border_bg_light > div{}    
.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_imgtxthf .col-md-12 h3,
.section_imgtxtbg .col-md-12 h3,
.section_imgtxtbgtwopart .col-md-12 h3{}

.section_imgtxtbg{}
.section_imgtxtbg .border_bg_light,
.section_imgtxtbg h3{height: auto;}
.section_imgtxtbg .border_bg_light h3{ }
.icon_area_div{margin-top: 40px;}
.icon_area_div h3{color: var(--maincolor);}

.icon_area{background: linear-gradient(180deg, #8CAAC7 0%, #122E5E 100%); width: 155px;height: 155px; border-radius: 100px; display: flex; vertical-align: top; margin: 0 auto; margin-bottom: 20px; text-align: center; padding: 15px; align-items: center;  justify-content: center;}
.icon_area.big_size{width: 187px;height: 187px;}
.icon_area img{max-width: 94%;}
.border_bg_light_home > img{margin-bottom: 20px;}

.border_bg_light_icon_area.border_bg_light{flex-direction: row;   padding: 40px 150px;     align-items: center;}
.border_bg_light_icon_area.border_bg_light h3{font-size: 30px;}
.section_imgtxt .col-md-6{position: relative;}
.border_bg_light_icon_area.border_bg_light .icon_img{ width: 160px;    height: 160px;    position: absolute;    top: 50%;    margin-top: -80px;    left: -80px;    padding: 15px;    border-radius: 0px;    z-index: 2;    background: #F5F5F5;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);   display: flex;    justify-content: center;    align-items: center;}

.flex-row-reverse .border_bg_light_icon_area.border_bg_light .icon_img{left: auto; right: -80px;}

.border_bg_light_icon_area.border_bg_light .icon_img img{border-radius: 0; max-width: 90px;    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{}

.section_imgtxtbgonepart .border_bg_light_area_page{border-radius: 0;}

section{position: relative;}
.section_imgtxthf{margin: 0;}
.section_imgtxthf .border_bg_light{margin-top: 40px;}

.border_bg_light_area_page_icon{display: flex;      margin: 0 auto;  text-align: center;    justify-content: center;    align-items: center;    flex-direction: column; background: url(../images/light_blue1.svg) center no-repeat; width: 370px; height: 330px; padding: 60px; max-width: 100%;    background-size: 100%;}
.border_bg_light_area_page_icon .col-md-areatop{margin-left: 55px; color: var(--maincolor);font-weight: 600;}
.border_bg_light_area_page_icon img{max-height: 100px;}
.round_icon{box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); padding: 20px; margin: 10px 0; text-align: center; max-width: 176px;}
.round_icon.snp{background:#B06A09}

.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_imgtxtbgicon .row{align-items: center;}

.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{}
.page-id-25 .section_imgtxt .border_bg_light{height: auto;padding-top: 100px;}

.page_top_banner > img{width: 100%;}

body{}
.section_imgtxtbgonepart .col-md-areatop{background: transparent;}

.copywrite-area{color: var(--white); padding: 40px 0;}
.home .copywrite-area{padding-top: 0;}
.section_imgtxtbgicon .border_bg_light{border-radius: 0px; padding:40px 40px 0;    align-items: center;     text-align: center;    justify-content: start;}
    .section_imgtxtbgicon .border_bg_light img{margin-bottom: 20px; max-height: 160px;}
    .section_imgtxtbgicon .col-md-4{}
 .section_imgtxtbgonepart   .border_bg_light_area_page{border-radius: 0;}

  .pd_area{padding:0 30px;}
body:not(.page-id-653) .section_imgtxtbgoneparticon .row{}
 .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{   }
 .section_imgtxtbgoneparticon .col-md-8 div h2{color: var(--secondcolor);font-size: 50px;font-style: normal;font-weight: 300; margin: 0; }
  .section_imgtxtbgoneparticon .col-md-8 {color: var(--maincolor);}
  .section_imgtxtbgoneparticon .col-md-8 p, .section_imgtxtbgoneparticon .col-md-8 h3{ color: var(--maincolor);}


   .section_ourvalues .border_bg_light_icon h2{}
   .short_description_section h3{color: var(--maincolor);}
.section_imgtxtbgtwopart .border_bg_light_tp{box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); height: 100%; padding: 30px; margin: 0px 0;}
.section_imgtxtbgtwopart .col-md-6{margin-top: 30px;}
.section_imgtxtbgtwopart .border_bg_light_tp .row{align-items: center;}
   .border_bg_light_tp img{}
      .border_bg_light_tp h3{}
.section_imgtxthf,
      .section_imgtxtbgicon, .section_imgtxtbgoneparticon { }
      .section_imgtxtbgoneparticon {}

      .wpcf7-form{padding: 40px; margin-bottom: 40px; border: 1px solid #8CAAC7;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); color: var(--secondcolor);}
    
      .wpcf7-form .row{align-items: start;}
      .wpcf7-form .row > div{margin-bottom: 15px;text-align: left;}
      .wpcf7-form .row > div:last-child, .wpcf7-form .row > div.col-md-6{margin-bottom: 0;}

      .link_home_products {background: var(--secondcolor) url(../images/arrow.svg)  94% center no-repeat; color: var(--white);}
      .link_home_services {background: var(--maincolor) url(../images/arrow.svg) 94% center no-repeat; color: var(--white);}
      .section_imgtxt_toparea a{height: 100%;     display: flex;    align-items: center;  font-weight: 600;  padding: 15px;}
      .section_imgtxt_toparea a:hover{color: var(--white);}
      .home .section_imgtxt_toparea img{max-width: 360px;}
      .home .section_imgtxt_toparea .border_bg_light{padding: 20px;}
      .home .section_imgtxt_toparea p{}
      .page-id-619 footer{}

.section_imgtxtbgoneparticon h3:first-child{}
       .home .section_imgtxtbgonepart img{width: 100%;}
       .home .section_imgtxtbgonepart .img_bg_area{position: relative;}
       .home .section_imgtxtbgonepart .img_bg_area > div{position: absolute; top: 0; bottom: 0; z-index: 3; color: var(--white); font-weight: 600;}
       .home .section_imgtxtbgonepart .img_bg_area h2, .home .section_imgtxtbgonepart .img_bg_area a{}
       .read_more{background: url(../images/arrow.svg) center right no-repeat; text-align: right; padding-right: 50px; font-size: 30px; margin: 20px 0; }
       .section_imgtxtbgoneparticon h3{color: var(--maincolor); line-height: 1.5;}
       .section_bg_main{width: 100%;}
       .border_bg_light_notimgtxt{}

      .section_contactusaddress .wpcf7  {background: rgba(0, 0, 0, 0.15);}
       .section_contactusaddress h3{color: var(--maincolor);}

       .home_short_description,
       .home_sub_heading{background: url(../images/light_blue.svg) center no-repeat; padding: 50px 90px; font-size: 48px; display: flex; align-items: center;  width: 450px; height: 385px; line-height: 54px;}
       .home_short_description{background-image: url(../images/dark_blue.svg);}

       .home .section_imgtxt_toparea .border_bg_light{font-size: 30px; color: var(--maincolor); padding: 20px 60px;}
       .home .section_imgtxt_toparea .border_bg_light strong, .home .section_imgtxt_toparea .border_bg_light b{font-size: 48px;}
       b, strong {
    font-weight: 600;
}
.section_alllinkslist {text-align: center;}
.alllinkslist_a{font-size: 30px; font-weight: 600; color: var(--secondcolor); margin: 0 30px;}
.alllinkslist_a img{margin-right: 10px;}

.section_imgtxtbgonepart .border_bg_light_area_page{width: 292px; height: 260px; margin: 0 5px; background: url(../images/dark_blue1.svg) center no-repeat; justify-content: center; align-items: center; padding: 50px; display: inline-block; color: var(--white);}

.col_notimgtxtbg, .pd_area_yellow {padding: 60px 90px; height: 100%; background: var(--black); color: var(--white)!important; align-content: center;display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;}
.col_notimgtxtbg.col_notimgtxtbg_2, .pd_area_yellow{background: var(--maincolor);}
.col_notimgtxtbg h3,.pd_area_yellow h3{color: var(--white);}
body:not(.home)  .page_top_banner .content-area h1{color: var(--white);}

.page-id-619 .row_about_1 .border_bg_light  {background: var(--black); color: var(--white);}

.page-id-619 .row_about_2 .border_bg_light{background: var(--maincolor);color: var(--white);}
.page-id-619 .row_about_1 h3, .page-id-619 .row_about_2 h3{font-size: 40px;}
.page-id-619 .row_about_2 h3, .section_notimgtxt h2{color: var(--black);}
.section_notimgtxt h3{text-transform: uppercase;margin-bottom: 5px;}

body:not(.page-id-619) .section_imgtxt{}
.container_max_extra.container{max-width: 100%; padding: 0;} 
.col_notimgtxtbg h3, .pd_area_yellow h3{margin: 0;}
.description_area_sec p{font-weight: 800; color: var(--maincolor);}
.description_area_sec{margin-bottom: 20px;}
.description_area_sec h2{margin: 0;}

.section_imgtxtbgtwopart h4{color: var(--secondcolor);}
.page-id-815 .section_imgtxtbgtwopart h3{color: var(--maincolor);}
.img_midle{display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;}