/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --maincolor: #CFA559;
  --secondcolor: #FFCC70;
  --black: #000;
  --lightblack: #EDF7FF;
  --darkblack:#1C1C1C;
  --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: "Inter", sans-serif;
  font-size:16px;
  line-height:1.8; font-weight: 300;
  padding:0;
  margin:0;
  color: var(--white); background: var(--black);
}
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);}
.hide, .hidden{display: none!important;}
img{max-width: 100%;}
h1,h2,h3,h4,h5,h6{margin: 0;margin-bottom: 20px; font-family: 'MELIGOR'; text-transform: uppercase; font-weight: 400; letter-spacing: 2px;font-family: 'AmericanaFontRegular'; font-family: "Forum", serif;}
h1{  font-size: 50px;  color: var(--white); }
h2{ font-size: 50px;  }
h3{ font-size: 35px; }
h4{ font-size: 25px;}
.section_aboutus h2{text-transform: uppercase;}
p{margin-bottom: 15px;}
.page_top_banner p:last-child, 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%;max-height: 60px;}
header.fixed .header-area .logo img{max-height: 40px;}

.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{position: relative;margin-left: 50px;}
.header-area ul.header-center-menu li a{font-size: 14px; text-transform: uppercase; font-weight: normal; color: var(--white); text-align: center; padding: 0px 0px;}
.header-area ul.header-center-menu li:first-child{margin-left: 0;}
.header-area ul.header-center-menu li a:hover,
.header-area ul.header-center-menu li.current-menu-parent > a,
.header-area ul.header-center-menu li.current-menu-item > a{ color: var(--maincolor);}
.header-area .sub-menu{display: none; position: absolute; left: 0; background: var(--black); list-style: none; margin: 0; padding:10px 0;width: 275px;    text-align: left;}
.header-area li:hover .sub-menu{display: block;}
.header-area ul.header-center-menu li .sub-menu li,
.header-area ul.header-center-menu li .sub-menu{margin: 0;}
.header-area ul.header-center-menu li .sub-menu a{padding:5px 20px; font-size: 14px; margin: 0;}

.header-area-inner-n{}
.header-center-menu-outer{display: inline-block;}
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; background: var(--black); 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;}

.header-area-inner-n .main_button{margin: 0; margin-left: 40px; min-width: auto;}

footer{background: var(--black); position: relative; padding-top: 0px;    }
footer.mg0{padding-top: 110px; }

.copy_footer_home{margin-top: 40px;}
.footer-area{padding: 110px 0 50px;border-top: 1px solid #333;}
.copy_right{font-size: 16px;}

.footer-area ul, .footer-area li{list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top;}
.footer-area ul{margin-bottom: 0px;  width: 100%;  margin-top: 0px;}
.footer-area li a{color: var(--white);  }
.footer-area li:last-child a{margin-right: 0;}
.footer-area li a:hover{color: var(--secondcolor);}
.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);}

.footer_address li{margin-top: 0px; margin-right: 30px; max-width: calc(49% - 32px); width: 100%;}
.footer_address li span{display: inline-block; width: 100%; font-weight: 600;}

.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(--blue);}
.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; max-height: 100px;}

.footer-area h4{font-family: "Inter", sans-serif;}
.menu-footer li{width: 49%;}
.menu-footer li a{font-size: 20px; font-weight: 400;}
.menu-footer li .sub-menu{margin-top: 20px;}
.menu-footer li .sub-menu a{font-size: 16px;}
.menu-footer li .sub-menu li{width: 100%;}


.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  img, .page_top_banner  video, .section_bgvideo > video, .full_bg_vnm{position: relative; z-index: 0; margin: 0;    padding: 0; width: 100%!important;   display: block;}
.page_top_banner::after, .section_bgvideo::after, .video_top_area::after{background: linear-gradient(0deg, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.59) 100%); position: absolute; content: ''; display: block; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.section_imagehalf .row{align-items: center;}
.page_top_banner p{text-transform: uppercase; text-align: center; margin-bottom: 30px; }
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{}

.video_top_area{position: relative;}
.video_top_area::after{}
body:not(.home) .page_top_banner{ margin-top: 114px;}
body:not(.home) .page_top_banner::after{opacity: 0;}
.hero-banner-area .content h1{font-weight: 800; color: var(--white);}
.hero-banner-area .content-area h3:first-child{color: var(--maincolor);}
.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;}

.second_button{text-transform: uppercase;padding: 11px 35px; font-size: 14px; border: 0.5px solid var(--white); background: transparent; margin: 0 5px; color: var(--white); min-width: 220px; text-align: center;}
.second_button:hover{background: var(--white); color: var(--black);}

.main_button{border: 0px solid var(--white); color: var(--black); background: linear-gradient(90deg, #CFA559 0%, #997939 100%); padding: 12px 35px; margin: 20px 5px 0; font-size: 14px;font-weight: 600; text-transform: uppercase; min-width: 220px; text-align: center;}
.main_button:hover{background: linear-gradient(270deg, #CFA559 0%, #997939 100%); color: var(--black);}

.section{padding-top: 110px; background-color: var(--black); 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{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: 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;}

.form-control{padding:20px; border: none; border-radius: 0px;border: 1px solid var(--white);  background:transparent; margin-bottom: 0px; max-height:149px;border: 1px solid #FFF;
backdrop-filter: blur(9.899999618530273px); margin-bottom: 25px; color: var(--white);}
input[type="submit"].wpcf7-submit{ }
.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(--white);
    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: 10px;
  font-size: 12px;
  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: 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{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{}

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



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

.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{margin: 0;}
.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{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;}
.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: 10px;    z-index: 2;    background: var(--secondcolor);    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-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(--blue);font-weight: 600;}
.border_bg_light_area_page_icon img{max-height: 100px;}
.round_icon{border-radius: 50%; background: #D98700; display: inline-block; width: 140px; height: 140px;display: flex; margin: 20px 0;    justify-content: center;    align-items: center;opacity: 0.8;}
.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_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{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{   }
 .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(--blue);}
  .section_imgtxtbgoneparticon .col-md-8 p, .section_imgtxtbgoneparticon .col-md-8 h3{ color: var(--blue);}


   .section_ourvalues .border_bg_light_icon h2{}
   .short_description_section h3{color: var(--blue);}

   .border_bg_light_tp img{width: 100%; margin-bottom: 15px;}
      .border_bg_light_tp h3{}
.section_imgtxthf,
      .section_imgtxtbgicon, .section_imgtxtbgoneparticon { }
      .section_imgtxtbgoneparticon {}

      .wpcf7-form{margin-top: 40px;}
    
      .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{margin-top: 0;}

.section_imgtxtbgoneparticon h3:first-child{text-transform: uppercase;}
       .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{color: var(--secondcolor); font-size: 30px;}

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

.section_exhibitor_opportunities{margin-top: 0; padding-top: 110px;}
.line_shadow, .highlights_heading::after,
.section_exhibitor_opportunities:before{background: linear-gradient(90deg, #000 0%, #997939 50%, #000 100%); content: ''; display: inline-block; width: 100%; height: 1px; vertical-align: top;left: 0;
    right: 0; }
.section_exhibitor_opportunities:before{position: absolute; top: 0;}
.line_shadow{margin-top: 20px;}
.section_exhibitor_opportunities p{margin-bottom: 40px;}
.section_exhibitor_opportunities h4{background: linear-gradient(180deg, #FFCC70 0%, #FFB526 100%); display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;}

.highlights_heading{padding-bottom: 30px; margin-bottom: 40px; position: relative;}  
.highlights_heading::after{position: absolute; bottom: 0; left: 20%; right: 20%; width: auto;}

.section_exhibitor_opportunities .main_button{margin-top: 0;} 
  .big_heading{font-size: 100px; color: var(--white);}
    .big_heading video{height: 110px; border-radius: 80px; display: inline-block; overflow: hidden; width: auto!important;vertical-align: top;}
    .event_list_div{padding-top: 60px; text-transform: uppercase; position: relative;}
    .link_pos_top{position: absolute; z-index: 5; left: 0; top: 0; bottom: 0; right: 0;}
    .event_list_div img{margin-bottom: 30px; display: inline-block!important;}
    .event_list_div p{color:#997939}
    .event_list_div span{display: inline-block; width: 100%;}
    .section_four_annual_editions{background: url(../images/JOW.svg) center 70% no-repeat;}
    .section_four_annual_editions::before, .section_four_annual_editions::after{background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 80%); display: block; position: absolute; top: 30%; left: 0; bottom: 0; width: 30%; content: ''; z-index: 9;}
    .section_four_annual_editions::after{left: auto; right: 0; transform: rotate(180deg);}
    .did_you_know_list.owl-carousel .owl-stage-outer{overflow: visible;}

    .did_you_know_list.owl-carousel .owl-item:not(.active) img{width: 75%;}
    .did_you_know_list.owl-carousel .owl-item:not(.active) .event_list_div{padding-top: 120px;}
    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{display: none!important;}
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width: 80px; height: 80px; border-radius: 50%; background: url(../images/next.svg) center no-repeat; position: absolute; top: 50%; right: -120px; margin-top: -40px;}
    .owl-carousel .owl-nav button.owl-prev{transform: rotate(180deg); left: -120px; right: auto;}

    .div_leftsideimage{background: var(--darkblack);}
    .visitorform_outer,
    .div_leftsideimage.white_bg{background: var(--white); color: var(--black);}
    .div_leftsideimage img{width: 100%;}
    .div_leftsideimage .row{justify-content: center; align-items: center;}
    .content_middle{padding: 60px 120px 60px 100px;}

    .section_inside_jewels_list{padding: 110px 0; margin: 0;background:var(--white) ;}
    .inside_jewels_list{background: #F7F7F7;padding: 20px; color: var(--black); position: relative; height: 100%;}
     .inside_jewels_list img,  .inside_jewels_list video{width: 100%!important;}
     .main_button_abus{position: absolute; z-index: 9; top: 0; left: 0; bottom: 0; right: 0;}
     .content_inside_jewels{padding-top: 25px;}
    .inside_jewels_list_4{margin-top: 25px;}
    .inside_jewels_list_4, .inside_jewels_list_3{height: calc(50% - 14px);}

    .section_first_to_know > img{width: 100%;}
        .div_first_to_know{background: linear-gradient(180deg, rgba(217, 217, 217, 0.05) 0%, rgba(115, 115, 115, 0.07) 100%);
backdrop-filter: blur(9.899999618530273px); padding: 80px;}
.section_first_to_know{padding-top: 220px; background: var(--black); margin: 0;}

.section_imagegallery{background:var(--black) url(../images/JOW.svg) center no-repeat;}

.owl-carousel.imagegallery_about_list .owl-stage{display: flex; justify-content: center; align-items: center; height: 100%;}
.imagegallery_about_right, .div_parters{margin-bottom: 40px;}
.imagegallery_about_right:last-child{margin-bottom: 0;}
.section_singleimage, .section_twoimagewithdescription, .section_subpages, .page-id-1009 .section_singleimagewithoutcenterdescription, .page-id-1009 .section_singleimagewithdescription{background: var(--white); color: var(--black); padding-top: 110px;}
.section_twoimagewithdescription, .section_subpages, .page-id-1009 .section_singleimagewithdescription{margin: 0;}
.twoimage_div_main{padding: 40px 80px 110px;position: relative;}
.twoimage_div_main::after{background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 50%, rgba(0, 0, 0, 0.00) 100%); content: ''; display: inline-block; width: 1px; top: 50px; bottom: 50px; right: -13px; position: absolute;}
.col-md-6:last-child .twoimage_div_main::after{opacity: 0;}
.twoimage_div_main img{width: auto;}
.twoimage_div{height: 120px; display: flex; justify-content: center; align-items: center; margin-bottom: 30px;}
.twoimage_div img{max-height: 120px;}
.section_imagegalleryPartners h4{color: var(--maincolor); font-size: 25px; margin-bottom: 5px;}
.section_topsingleimagewithcenterdescription{background: var(--white); margin: 0; padding-bottom: 110px;}
.topsingleimagewithcenterdescription_main{background: var(--black); padding-top: 250px; position: relative;}

.section_upcomingevents::after,
.section_highlights::after,
.topsingleimagewithcenterdescription_main::after, .section_bottomsingleimagewithcenterdescription::after, .section_eventVisitorExperience::after{background: linear-gradient(180deg, #000 17.87%, rgba(0, 0, 0, 0.00) 100%); position: absolute; top: 255px; left: 0; right: 0; height: 140px; content: '';display: block; z-index: 1;}
.section_bottomsingleimagewithcenterdescription::after, .section_highlights::after, .section_eventVisitorExperience::after{background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, #000 100%); top: 0; bottom: 0; height: auto;}
.section_upcomingevents::after{background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%); top: 0; bottom: 0; height: auto;}
body:not(.page-id-1025) .section_bottomsingleimagewithcenterdescription .container {padding-bottom: 300px;}
.page-id-1009 .section_singleimagewithdescription{padding-bottom: 110px;}

.blog .div_leftsideimage.white_bg,
.page-id-1025 .div_leftsideimage.white_bg,
.page-id-1033 .div_leftsideimage.white_bg,
.page-id-1009 .div_leftsideimage.white_bg {
    color: var(--white);
    background: var(--black);
}
.page-id-1025 .div_leftsideimage.white_bg .col-md-6.text-center{text-align: left!important;}
.subpages_list_div{margin-bottom: 60px;}
.subpages_list_div:last-child{margin-bottom: 0;}
.subpages_list_div .row{align-items: center;}
.date_events, .area_events, .timing_events{font-size: 18px; font-weight: 500; background: url(../images/calendar_today.svg) 0px 3px no-repeat; padding-left: 30px; text-transform: uppercase;}
.date_events p{font-size: 14px; font-weight: 300; color: var(--maincolor);margin-top: -6px;}
.area_events{background-image: url(../images/location_on.svg);}
.date_events{margin-bottom: 20px;}
.subpages_list_div .content_area{padding: 30px;}
.date_ul{margin: 0; padding: 0; display: inline-block; vertical-align: top; width: 100%; text-align: center;margin-top: 20px;}
.date_ul li{margin: 0 40px 30px; padding: 0; display: inline-block; vertical-align: top; font-size: 25px; line-height: 26px; text-transform: uppercase;}
.date_ul li span{font-size: 14px; line-height: 16px; width: 100%; display: inline-block;}
.list_events_details .area_events{background-image: url(../images/location.svg); font-size: 18px; background-position: center left;}
.timing_events{margin-left: 60px; background-image: url(../images/alarm.svg); background-position: center left;}

.section_eventbrands,
.parent-pageid-1009 .section_singleimagewithdescription{margin: 0; background: var(--white); padding-top: 110px; }
.parent-pageid-1009 .section_singleimagewithdescription .div_leftsideimage.white_bg{ color: var(--white);    background: var(--black); margin-bottom: 60px; }
.parent-pageid-1009 .section_singleimagewithdescription .div_leftsideimage.white_bg:last-child{ margin-bottom: 110px;}
.parent-pageid-1009 .section_singleimagewithdescription .div_leftsideimage.white_bg .text-center{text-align: left!important;}

.section_singleimagewithdescription ul, .section_singleimagewithdescription ul li{list-style: none; margin: 0; padding: 0; display: inline-block; min-width: 60%;}
.section_singleimagewithdescription ul li{position: relative; padding: 10px 0 11px;}
.section_singleimagewithdescription ul li::after{background: linear-gradient(90deg, #FFF 0%, #000 100%); display: inline-block; width: 95%; height: 1px; content: ''; position: absolute; left: 0; bottom: 0;}
.section_singleimagewithdescription ul li:last-child:after{display: none;}
.highlist_div{border: 1px solid #FFF;background: rgba(0, 0, 0, 0.15); width: 100%; height: 100%; padding: 40px; text-align: left;    min-height: 230px;}
.text-center > .highlist_div{text-align: center;align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.section_highlights .col-md-12 > h2{margin-bottom: 40px;}
.highlist_div h2{margin-bottom: 0;}
.highlist_div.event_visitors{background-image: url(../images/visitors.svg); background-position: 88% 89%; background-repeat: no-repeat;}
.highlist_div.event_brands{background-image: url(../images/diamond.svg); background-position: 90% 79%; background-repeat: no-repeat;}
.highlist_div p{margin-bottom: 5px;}
.highlist_div p:last-child{margin-bottom: 0px;}
.mg_top40{margin-top: 30px;}
.section_highlights{padding-bottom: 200px;}
.section_eventvenue{margin: 0; padding: 0;}
.section_eventvenue iframe{width: 100%!important; height: 600px !important; display: inline-block; vertical-align: top;}
.col_div_twodescription{margin-top: 40px; margin-bottom: 40px;}
.div_twodescription{border: 1px solid #FFF;     height: 100%;}
.div_twodescription .content_area{padding: 40px;}
.section_singleimagewithoutcentertwodescription::after{background: linear-gradient(90deg, #000 0%, #FFF 50%, #000 100%); height: 1px; width: 80%; margin:0 10%; margin-top: 110px; content: ''; display: inline-block;}

.reportsvenue_div_main ul, .reportsvenue_div_main li,
.div_twodescription ul, .div_twodescription ul li{margin: 0; padding: 0; list-style: none; display: inline-block;width: 100%;}
.reportsvenue_div_main ul li,
.div_twodescription ul li{padding-left: 30px; background: url(../images/check_circle.svg) left 6px no-repeat; margin-bottom: 7px;}
.reportsvenue_div_main ul li:last-child,
.div_twodescription ul li:last-child{margin-bottom: 0;}
.visitorform_outer{padding: 60px;}

.popup-content .form-control,
.section_news .form-control,
.section_visitorform .form-control{border-color: var(--black); color: var(--black);}
.section_first_to_know select option{background: var(--black);}
.reportsvenue_div_main{padding: 20px;border: 1px solid #FFF; height: 100%;}
.reportsvenue_div_main .main_button{width: 100%;}
.reportsvenueimg_div{margin-bottom: 30px;}
.reportsvenueimg_div img{width: 100%;}
.reportsvenuecontent_div{min-height: 175px;}
.div_eventnearyou{border: 1px solid #FFF; display: inline-block; vertical-align: top; padding: 20px 30px; margin: 0 10px;}
.div_eventnearyou > * {display: inline-block; vertical-align: top; }
.div_eventnearyou span{line-height: 36px; margin-left: 10px;}

.section_eventfaqs, .page-id-1040 .section_singleimagewithoutcenterdescription.section_8 , .page-id-1037 .section_singleimagewithoutcenterdescription, .section_ambassadorlist,
.page-id-1033 .section_singleimagewithdescription, .section_news, .blog .section_singleimagewithdescription,
.section_discoverlist, .section_eventbrands {padding-top: 110px; background: var(--white); color: var(--black);}
.section_discoverlist .owl-carousel .owl-stage-outer{overflow: visible;}
.imagediscover_list{margin-top: 40px;}
.imagediscover_list img{margin-bottom: 30px;}

.section_discoverlist .owl-carousel .owl-nav button.owl-next, .section_discoverlist .owl-carousel .owl-nav button.owl-prev{background-image: url(../images/next_b.svg);}
.section_discoverlist .owl-carousel .owl-nav button.owl-prev{left: -38px;}
.section_eventbrands{padding-bottom: 110px;}
.col-md-Experience{margin-top: 80px; padding: 0 20px;}
.col-md-Experience h3{font-size: 30px; margin-top: 10px; min-height: 75px;}
.section_eventVisitorExperience .row{justify-content: center;}
.section_eventVisitorExperience::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 0%, #000 55%);
}
.section_eventVisitorExperience::before{background: linear-gradient(90deg, #000 0%, #FFF 50%, #000 100%); position: absolute; bottom: 0; content: ''; height: 1px ; left: 20%; right: 20%;display: block; z-index: 2;}
.event_list_map{padding: 0 10px; margin-top: 40px;}
.event_list_map iframe{margin-bottom: 20px;}
.page-id-1037 .section_singleimagewithoutcenterdescription,
.page-id-1033 .section_singleimagewithdescription, .blog .section_singleimagewithdescription,
.page-id-1040 .section_singleimagewithoutcenterdescription.section_8{margin: 0; padding-bottom: 110px;}
.faqs_list_div h3{margin-top: 40px; margin-bottom: 30px;}

.accordion-item{background: transparent; border-radius: 0!important; margin: 0; box-shadow: none; border: none; }
.accordion-button:not(.collapsed),
.accordion-button{padding:20px 0; border-radius: 0!important; margin: 0; box-shadow: none; border: none; border-bottom: 1px solid var(--black); background: transparent; color: var(--black); font-size: 20px; }
.accordion-button:focus{box-shadow: none; border-color:var(--black) ; }
.accordion-button::after{content: '+'; background: transparent;text-align: center; font-size: 24px; font-weight: bold;    line-height: 18px;}
.accordion-button:not(.collapsed)::after{content: '-'; background: transparent;}
.accordion-body{padding: 20px 0;}
.accordion-item:first-of-type{border-top: 1px solid var(--black);}
.wpcf7-list-item{margin: 0;  margin-right: 25px;}
.wpcf7-checkbox{margin-bottom: 25px;}
.wpcf7-list-item.last{margin-right: 0;}
select,
.wpcf7-select{background: transparent url(../images/arrow_drop_down.svg) 98% center no-repeat!important;}
.first_to_know_div select{background: url(../images/arrow_drop_down_w.svg) 98% center no-repeat!important;}
.faqs_category_ul, .faqs_category_ul li, .ul_video_cate, .ul_video_cate li{margin: 0; padding: 0; text-align: center; display: inline-block; vertical-align: top; width: 100%;text-transform: uppercase;}
.faqs_category_ul li{ padding: 15px 30px; border: 1px solid var(--black); margin: 0 10px; max-width: 300px; cursor: pointer;}
.faqs_category_ul li.active, .faqs_category_ul li:hover{color: var(--white); background: var(--black);}
.col-md-gallery, .col-md-videogallery{margin-bottom: 20px;}
.col-md-gallery a{display: block;}
.col-md-gallery img{width: 100%;}


.video_gallery{margin-top: 40px;}
.ul_video_cate li{width: auto; margin: 0 20px; cursor: pointer; }
.ul_video_cate li.active, .ul_video_cate li:hover{color: var(--maincolor);}
.open-video{position: relative; cursor: pointer; display: block;}
.open-video::after{background: url(../images/arrow_back_2.svg) center no-repeat; content: ''; display: block; z-index: 2; left: 0; top: 0; bottom: 0; right: 0; position: absolute;}
.open-video:hover img, .col-md-gallery a:hover{opacity: 0.5;}
.open-video img{width: 100%;}
.popup {
    display:none;
    position:fixed;
    top:0; left:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.95);
    justify-content:center;
    align-items:center;z-index: 9999999;
}
.popup-content {
    
    padding:0;
   width: 100%;
    max-width:700px;
}
.popup video { width:100%!important; display: inline-block; vertical-align: top; margin: 0; padding: 0;}
.close {
    position:absolute;
    top:0px; right:25px;
    color:#fff;
    font-size:35px;
    cursor:pointer;
}
.ambassador_list_outer{position: relative; padding-bottom: 80px; margin-top: 60px;}
.ambassador_list_outer img{width: 65%;}
.ambassador_list_outer .profile_link_ab{position: absolute; z-index: 2; left: 0;top: 0;bottom: 0;right: 0;}
.ambassador_details{background: #F3F2F0; padding: 30px 30px; position: absolute; z-index: 1; bottom: 0; right: 0; width: 50%;}
.page-id-956 .section_reportsvenue .col-md-6{margin-top: 60px;}
.reportsvenue_div_main a:not(.main_button){color: var(--white);}
.reportsvenue_div_main a:not(.main_button):hover{color: var(--maincolor);}
.popup-content .wpcf7-form{padding: 60px; background: var(--white); color: var(--black); margin: 0;}
#ResourcesPopup .popup-content{position: relative;max-height: 94%;        overflow-y: scroll;}
#ResourcesPopup  .close{color: var(--black);}
.col-md-reportlist{border: 1px solid var(--white); height: 100%; position: relative; padding-bottom: 50px;}
.col-md-reportlist p{padding: 30px; margin: 0; font-size: 20px;}
.col-md-reportlist a{width: 100%; margin: 0; position: absolute; bottom: 0;}
.page_download_resources_list .col-md-4{margin-top: 30px;}
.page_download_resources_list .col-md-12{margin-top: 60px;}
.page_download_resources_list .col-md-12:first-child{margin-top: 0;}

.news-block{margin-top: 40px;}
.news-block .row{align-items: center;}
.news-block img{width: 100%;}
.news-block a{display: block;}
.news-block-content{padding: 30px;}
.blog-photo{margin-bottom: 20px;}
.blog-photo a{display: block;}
.blog-photo img{width: 100%;}
.blog-block .read-more{color: var(--white);}
.blog-block .read-more:hover{color: var(--maincolor);}
.blog-detail-page .row{align-items: center;}
.blog-detail-page .photo-area img{width: 100%;}
.owl-dots{display: none!important;}
.event_list_map iframe{width: 100%!important;}
.footer-area img.company_logo_footer{margin-bottom: 30px;}
form a{text-decoration: underline;}
.section_first_to_know form a{text-decoration: underline; color: var(--white);}
.section_first_to_know form a:hover{color: var(--maincolor);}

.twoimage_div_main p a{color: var(--maincolor); font-weight: bold;}
.product-category-other{display: none;}
.col-md-covergae_list a{color: var(--white);}
.col-md-covergae_list a img{margin-bottom: 20px;}
.col-md-covergae_list a:hover{color: var(--maincolor);}

.owl-carousel.imagebrands_list .owl-nav button{background-color: #646464; width: 60px; height: 60px; right: -60px;}
.owl-carousel.imagebrands_list .owl-nav button.owl-prev { left: -60px;    right: auto;}