/* =========
   Slick
   ========= */
.kg-slick{ width: 100%; }
.kg-slick .slick-track{ display: block !important; }
.kg-slick .slick-slide{ display: block !important; height: auto !important; }

/* =========
   Slides
   ========= */
 .row{
--bs-gutter-x: unset!important;    
   }
.kg-slide{
  position: relative;
  min-height: min(82vh, 720px) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kg-slide .slide-inner{ min-height: inherit; display: flex; align-items: center; padding: 0 4%; }
.carousel-captions{ max-width: 480px; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.banner-heading{ font-family: "Poppins", Sans-serif; font-size: 30px; font-weight: 200;  color: #FFFFFF; }
.carousel-captions p{ padding-top: 10px; font-family: "Poppins", Sans-serif;     font-size: 20px;  font-weight: 200; color: #FFFFFF; }

/* Slick dots */
.home-banner .slick-dotted.slick-slider{ margin-bottom: 0; }
.home-banner .slick-dots{ bottom: 6px; }
.home-banner .slick-dots li.slick-active button:before{ opacity: .75; color: #ffffff !important; font-size: 12px; }
.home-banner .slick-dots li button:before{ color: #FDFDFD !important; font-size: 12px; }
.elementor-location-popup{display:none!important}
/* =========
   Mobile text on image
   ========= */
@media (max-width: 1199.98px){

  .kg-slide > img.d-block.d-lg-none{ display: block; width: 100%; height: auto; }
  .carousel-captions.cap-2{
    position: absolute; left: 4%; right: 4%; bottom: 10%;
    z-index: 3; margin: 0; max-width: 520px;
    color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.6);
  }
  .banner-heading{ font-family: "Poppins", Sans-serif; font-size: clamp(22px, 6.5vw, 38px); }
  .carousel-captions.cap-2 p{ font-family: "Poppins", Sans-serif; font-size: clamp(14px, 4vw, 20px); margin-top: 10px; }
}
@media (min-width: 1200px){
  .carousel-captions.cap-2{ position: static; }
}



/* =======================
   Mega menu (lg and up)
   ======================= */
@media (min-width: 992px){
  /* Ensure the dropdown parent is the positioning context */
  .dropdown-hover{ position: relative; } /* offset parent for menu [web:54] */

  /* Open on hover without gaps */
  .dropdown-hover:hover > .dropdown-menu{
    display: block;
    margin-top: 0;
  } /* prevent hover gap flicker [web:54] */

  /* Mega menu panel aligned directly below the toggle */
  .dropdown-menu.mega{
    position: absolute;
    top: 73%;
    left: 0;
    width: 100%;
    padding: 0 !important;
    background: transparent;
  } /* align under trigger per Bootstrap default flow [web:54] */
}

/* Normalize dropdown menu spacing */
.dropdown-menu{ margin-top: 0; } /* no jump on open [web:54] */
.nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
/* Navbar items */
.navbar-nav .nav-item{ width: auto; } 

.navbar-nav .menu-item{
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  padding: .75rem .8rem !important;
  font-weight: 500;
  position: relative;
  border-radius: var(--radius-sm);
  color: #54595F;
  transition: color .2s ease;
} /* consistent nav styles [web:73] */

.navbar-nav .menu-item:hover,
.navbar-nav .menu-item:focus{
  color: #B01818 !important;
} /* hover/active color [web:73] */

.navbar-nav .menu-item.active,
.navbar-nav .menu-item[aria-expanded="true"]{
  color: #B01818 !important;
} /* active state [web:73] */

/* Optional panels */
.megaMenu-container{
  box-shadow: 2px 2px 5px rgba(0,0,0,.2) !important;
  background: #FFFFFF;
  margin: 0 4%;
} /* container styling [web:62] */

.navDropdown{ box-shadow: 2px 2px 5px rgba(0,0,0,.2) !important; }
.navDropdown li{ border-bottom: 1px solid #e8e8e8; padding: 15px 0; }
.navDropdown li a{
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0 15px;
  color: #54595F;
} 
.navDropdown li a:hover{
  color: #B51919 !important
}

/* ===============
   Scrolling text
   =============== */
.scrolling-text-wrapper{
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
} /* viewport window [web:56] */

.scrolling-text{
  display: flex;
  white-space: nowrap;
} /* host row [web:56] */

/* Duplicate tracks for seamless loop */
.scrolling-track{
  display: inline-flex;
  will-change: transform;
  animation: marquee-left 30s linear infinite;
} /* animation carrier [web:56] */

.scrolling-track span{
  display: inline-block;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
 /* padding-right: 50px;*/
} 

@keyframes marquee-left{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
} /* pair with duplicated content width [web:56] */

/* =========
   Buttons
   ========= */
.bg-blue{ background: #091858; }
.bg-blue .img.emoji{ width: 50px; }

.btn-outline-blue{
  background-color: #FFFFFF !important;
  font-family: "Poppins", Sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #54595F !important;
  border: 1px solid #091858 !important;
  border-radius: 10px !important;
  padding: 6px 12px !important;
} /* minimal, no fill/border-width noise [web:73] */

.btn-outline-blue:hover{
  background-color: #091858 !important;
  color: #FFFFFF !important;
} /* ensure contrast on hover [web:73] */

.btn-red{
  background-color: #B51919 !important;
  font-family: "Poppins", Sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  border: 1px solid #B01818 !important;
  border-radius: 10px !important;
  padding: 6px 12px !important;
} /* solid red button [web:73] */

/* ===========
   About menu
   =========== */
.abt-menu-dropdown{
  width: 500px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.2) !important;
  background: #FFFFFF;
  border: 0;
  border-radius: 0;
  padding: 15px;
} /* panel [web:62] */

.abt-menu-dropdown .icon-wrap{
  width: 48px; height: 48px; display: grid; place-items: center;
} /* icon cell [web:62] */

.abt-menu-dropdown .ab-item a{
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #6F7071;
} 
.abt-menu-dropdown .ab-item a:hover{
  color: #B51919 !important
} 
.abt-menu-dropdown .text-muted{
  margin: 5px 0 0 1px;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 400;
} /* caption [web:62] */

/* =========================
   Offcanvas mobile menu
   ========================= */
.myoffcanvas{
  --mc-bg: #ffffff;
  --mc-text: #454545;
  --mc-muted: #6f6f6f;
  --mc-divider: #efefef;
  --mc-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 24px 48px rgba(0,0,0,.08);
  --mc-width: 360px;
  --mc-pad-x: 20px;
  --mc-row-h: 56px;
  --mc-chev-size: 28px;
  --mc-accent: #b53a30;
  --mc-accent-contrast: #ffffff;
  --mc-cta-radius: 12px;
  font-family: "Poppins", Sans-serif;
} /* scoped tokens [web:73] */

.myoffcanvas__node{ position: relative; } /* row scope [web:73] */

.myoffcanvas__item-link,
.myoffcanvas__subitem{
  display: block;
  line-height: 56px;
  padding: 0 52px 0 20px;
  text-decoration: none;
  color: var(--mc-text);
} /* base rows [web:73] */

.myoffcanvas__list > .myoffcanvas__node > .myoffcanvas__item-link{
  font-weight: 600; font-size: 17px;
} /* L1 [web:73] */

.myoffcanvas__list > .myoffcanvas__node > .collapse > ul > .myoffcanvas__node > .myoffcanvas__subitem{
  padding-left: 36px; line-height: 48px; font-size: 16px; font-weight: 600;
} /* L2 [web:73] */

.myoffcanvas__list > .myoffcanvas__node > .collapse > ul > .myoffcanvas__node > .collapse > ul > .myoffcanvas__node > .myoffcanvas__subitem{
  padding-left: 52px; line-height: 44px; font-size: 16px; font-weight: 600;
} /* L3 [web:73] */
.wpr-active-menu-item{color: #a62c23 !important;}
.myoffcanvas__toggle{
  position: absolute;
  top: 27px;
  right: 12px;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  border-radius: 4px;
  border: 1px solid var(--mc-divider);
  background: #fff;
  color: var(--mc-accent);
  display: grid; place-items: center;
  padding: 0; z-index: 1;
} /* perfectly centered chevron per row [web:73] */

.myoffcanvas__toggle i{ transition: transform .2s ease; } /* smooth rotate [web:73] */
.myoffcanvas__node > .myoffcanvas__toggle[aria-expanded="true"] i{ transform: rotate(180deg); } /* scoped rotate [web:73] */

.myoffcanvas__node > .collapse.myoffcanvas__sub{ margin: 0; } /* no push [web:73] */
.myoffcanvas__list > .myoffcanvas__node + .myoffcanvas__node{ border-top: 1px solid var(--mc-divider); } /* separation [web:73] */
.myoffcanvas__list a:hover{ background: rgba(0,0,0,.03); }
.myoffcanvas__item-link.cs-open,
.depth-1 .myoffcanvas__subitem.cs-open{ color: #B51919; } /* active tint [web:73] */

/* =========
   KG area
   ========= */
.kg-area{ max-width: 1200px; }
.kg-rail-col{ max-width: 320px; }
.kg-panel-col{ border-left: 1px solid #eee; }
.nav-vertical.group-kg{ gap: 8px; padding-top: 20px; }
.nav-vertical.group-kg .nav-link{
  display: flex; align-items: center; gap: 16px;
  padding: 0; border-radius: 12px;
  color: #7b6f6c; background: #fff; transition: .2s;
}
.nav-vertical.group-kg .nav-link:hover{ color: #a62c23; }
.nav-vertical.group-kg .nav-link.active{ color: #a62c23; }
.kg-ico{ width: 48px; height: 48px; display: grid; place-items: center; }
.kg-txt{ font-family:"Poppins", Sans-serif; font-size: 17px; font-weight: 400; }
.kg-caption{ color: #6b6b6b;border-left:7px solid #737473; }
.kg-rail-footer{ padding: 8px 16px; }
.kgmenu-btn{
  background-color: #61CE7003;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #6F7071;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  padding: 10px 30px;
}
.kgmenu-btn:hover{ background-color: #091858; color: #F9F9F9; }
.logo-wrap{ width: 150px; height: 100px; display: flex; align-items: center; justify-content: center; padding: 10px; }
.logo-img{ max-width: 100%; max-height: 100%; object-fit: contain; }
@media (max-width: 991.98px){
  .kg-rail-col{ max-width: 100%; }
  .kg-panel-col{ border-left: 0; border-top: 1px solid #eee; }
}


/* =========
   Footer
   ========= */
.kgf-footer{ background: #D3D3D3; color: #091858; border-top: 1px solid #e5e7eb; font-family: "Poppins", Sans-serif; }
.kgf-top{ padding: 28px 0; border-bottom: 1px solid #353535; }
.kgf-cta-item{ display: flex; align-items: center; gap: 14px; }
.kgf-cta-icon{ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #353535; font-size: 42px; flex: 0 0 46px; }
.kgf-cta-text{ line-height: 1.1; }
.kgf-cta-lead{ font-weight: 400; font-size: 14px; margin-bottom: 2px; }
.kgf-sep{ width: 1px; height: 38px; background: #e5e7eb; margin: 0 18px; }
.kgf-mid{ padding: 44px 0; }
.kgf-brand-block{ align-items: center; gap: 16px; margin-bottom: 10px; }
.kgf-brand-badge{ width: 88px; height: 88px; border-radius: 50%; border: 1px solid #e5e7eb; background: #eef2ff; display: flex; align-items: center; justify-content: center; color: #2563eb; }
.kgf-brand-title{ font-weight: 800; letter-spacing: .02em; margin: 0; font-size: 18px; }
.kgf-brand-tag{ font-family: "Poppins", Sans-serif; font-size: 16px; font-weight: 300; color: #091858; }
.kgf-col-title{
  font-family: "Poppins", Sans-serif; font-size: 16px; font-weight: 300; text-transform: uppercase;
  font-style: normal; text-decoration: none; line-height: 25px; color: #1D355D;
}
.kgf-list{ list-style: none; margin: 0; padding: 0; }
.kgf-list li{ margin: 6px 0; }
.kgf-list li a{
  font-family: "Poppins", Sans-serif; font-size: 14px; font-weight: 300; line-height: 30px; color: #2F2F2F;
}
.kgf-contact p{ margin: 6px 0; color: #1d2530; font-size: 15px; }
.kgf-contact a{ color: #1d2530; text-decoration: none; }
.kgf-contact a:hover{ color: #314bd6; text-decoration: underline; }
.kgf-bottom{ background: #1D355D; color: #cfd6e4; font-size: 14px; padding: 12px 0; }
.kgf-bottom a{ color: #cfd6e4; text-decoration: none; }
.kgf-bottom a:hover{ color: #ffffff; }
.kgf-mid .row>[class*="col"]{ padding-top: 4px; padding-bottom: 4px; }
@media (max-width: 991.98px){
  .kgf-sep{ display: none; }
  .kgf-top .row>div{ padding-top: 10px; }
}
.h2-heading{
font-family: "Poppins", Sans-serif;
font-size: 30px!important;
font-weight: 300;
text-transform: uppercase;
color: #0A2650;
}

/* Cards styling to match reference */
.hm-sec-2 .card{
border:1px solid #fff;
box-shadow:14px 6px 29px -2px rgba(0,0,0,.13);
transition:background .3s, border .3s, border-radius .3s, box-shadow .3s;
padding:6px 10px 16px 10px;}

.hm-sec-2 .card-body{ padding:1.25rem 1.25rem 1.5rem; }
.brands-row .col-4{ display:flex; }      
.brand-item{
display:flex; align-items:center; justify-content:center;
background:#fff;
padding: 6px;
width:100%;
transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.brand-item:hover{
transform:translateY(-2px);
border-color:rgba(0,0,0,.12);
}

.hm-sec-2 .card-1 h3, .hm-sec-2 .card-2 h3{
font-family: "Poppins", Sans-serif;
font-size: 16px;
font-weight: 600;
}
.hm-sec-2 .card-1 h3{
color: #BC2F2F; 
}

.hm-sec-2 .card-2{
top:-14%;
}
.brand-item:hover .brand-img{ filter:none; opacity:1; }

      #videoModal .modal-dialog{
      max-width: 1140px;
      }
      .video-card img{ aspect-ratio: 16/9; object-fit: cover; }
      .video-play-btn{
      position:absolute; inset:0; margin:auto; width:128px; height:128px;
      border:0; background:transparent; cursor:pointer;
      display:flex; align-items:center; justify-content:center;
      }
      .video-play-btn .play-ring{
      position:absolute; width:118px; height:118px; border-radius:50%;
      border:6px solid rgba(255,255,255,.9); box-shadow:0 10px 30px rgba(0,0,0,.25);
      transition:transform .2s ease, opacity .2s ease;
      }
      .video-play-btn .play-icon{
      position:relative; width:0; height:0;
      border-left:32px solid #fff; border-top:22px solid transparent; border-bottom:22px solid transparent;
      filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
      left:6px;
      }
      .video-play-btn:hover .play-ring{ transform:scale(1.05); opacity:1; }
      @media (max-width:576px){
      .video-play-btn{ width:92px; height:92px; }
      .video-play-btn .play-ring{ width:84px; height:84px; border-width:5px; }
      .video-play-btn .play-icon{ border-left-width:26px; border-top-width:18px; border-bottom-width:18px; }
      }

.video-play-btn:hover{background: transparent;}
 img.emj-icon {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
        width: unset;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
  #mc_embed_signup{ clear:left; }
  #mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
    font-family: "Poppins", Sans-serif;
    color: #fff;
}
#mc_embed_signup .mc-field-group
 {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

 #newsletter .modal-body .elementor-widget-wrap{
    background-image: url(https://i0.wp.com/www.kginternational.com/wp-content/uploads/2022/03/MicrosoftTeams-image-9-1.png?fit=471%2C207&ssl=1);
    background-repeat: no-repeat;
    background-size: contain;
        background-position: center;
}
 #newsletter .modal-body .elementor-heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px;
    color: #FFFFFF;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #e85c41;
}
#mc_embed_signup .asterisk {
    color: #e85c41;
    font-size: 150%;
    font-weight: normal;
    position: relative;
    top: 5px;
}
#mc-embedded-subscribe {
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: #B51919;
    color: #ffffff;
    border-radius: 0;
    /* padding: 30px; */
    padding: 10px 32px;
    height: unset;
}

.value-to-customers { position: relative; }
.vtc-slick, .opp-slick { overflow: hidden; }
.vtc-slide, .opp-slide {
  position: relative;
    background-size: cover !important;
    min-height: 435px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  background: #111 center/cover no-repeat;
}
.opp-slide {
min-height: 460px!important;
    background-size: cover !important;
 display: block!important;
}
.opp-slide a{
    background-color: #FDFDFD;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    border-radius: 0px;
    color: #122A6F;
    padding: 12px 24px;
}
.vtc-slide::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55));
}
.vtc-overlay {
  position: relative;
  max-width: 860px;
  width: 100%;
  height: 100%;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;      /* horizontal center of text block */
  justify-content: center;  /* vertical center (top-bottom center) */
  text-align: center;
  color: #fff;
}
.custom_tab_style1_outer .nav-tabs .nav-link .fs-6{font-size: 1.2vw!important;}
/* Dots and arrows theming (optional) */
.vtc-slick .slick-dots li button:before { color: #fff; opacity: .55; }
.vtc-slick .slick-dots li.slick-active button:before { opacity: 1; }
.vtc-slick .slick-prev, .vtc-slick .slick-next {
  z-index: 2; width: 42px; height: 42px; border-radius: 50%;
}
.vtc-slick .slick-prev{left:0;z-index: 2;}
.vtc-slick .slick-next{right:0}
.opp-slick .slick-prev{left:5px;z-index: 2;}
.opp-slick .slick-next {right: 18px;}
.vtc-slick .slick-prev:before, .vtc-slick .slick-next:before, .opp-slick .slick-prev:before, .opp-slick .slick-next:before {content: unset;}
.opp-slick .slick-dots{bottom: 7px!important;}
.opp-slick .slick-dots li button:before{font-size: 10px!important;}
.ck-blog{display:none;}
@media (min-width: 992px) {
  .vtc-title { font-size: 34px; }
  .vtc-desc { font-size: 18px; }
  .vtc-slide { min-height: 520px; }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .hm-sec-2 .card-2 {
    top: 0%;
  }
}

@media (min-width: 260px) and (max-width: 767px){
.hm-sec-2 .card-2{top:4%;}
.h2-heading{font-size: 25px!important;}
.hm-section-3{padding: 100px 0px 80px 0px!important;}
.hm-section-5{padding-bottom: 80px!important;} 
}


.add-request-quote-button{
	font-weight:300!important;
}
.products-template-default li{
    padding-bottom: 7px;
}
.woocommerce-js h2 {
   /* margin-bottom: unset;*/
}
.scrolling-track
 {
    animation: marquee-left 25s linear infinite!important;
}
.single-jobs .elementor-element-9629720{
	display:block!important;
}

.single-jobs .elementor-element-77e658d{
	display:block!important;
}
.single-jobs h2{
	font-size:30px!important;
}
.single-jobs h3{
	font-size:22px!important;
}
.page-id-50564 .sk-hide-header, .postid-17087 .elementor-location-header,  .postid-24492 .elementor-location-header, .postid-17142 .elementor-location-header, .page-id-59883 .elementor-location-header{
display:none!important;
}
.single-products ul{
	padding-left:unset!important;
}

.cat_id240 img, .cat_id241 img{
    width: 54%;
    margin: auto;
}
.wpr-mega-menu .wpr-active-menu-item span:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 11px;
    background-color: #54595f00 !important;
    background: url(https://www.kginternational.com/wp-content/uploads/2022/03/pointer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}

.wpr-mega-menu .wpr-sub-menu .wpr-active-menu-item span:after {
	    content: unset!important;
}

.jet-menu-item>.top-level-link {
    color: #54595F;
}

.jet-menu-item:hover>.top-level-link {
    color: #BC2F2F;
}
.single-button-push{
    border-style: none;
    padding: 12px 12px 12px 12px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    background-color: #868686!important;
}
.single-button-push.style1 {
    -webkit-box-shadow: 0 5px #0e83cd !important;
    box-shadow: 0 5px #091858 !important;

}
.single-brand .modal-header h3{
	color:#fff;
}

.term-kg-truck-solutions td, .term-kg-truck-solutions th{
	border:none!important
}

body, .ast-separate-container {
    background-color:#fff!important;
}
#cs_sftt_leadership .card-img-top {
    height: 270px!important;
    object-fit: cover;
}

#cs_sftt_leadership .card-text {
    height: 50px;
}

@media only screen and (max-width: 600px) {
#cs_sftt_leadership .card-img-top {
    height: 315px!important;
    object-fit: cover;
}
}
.work_type{
	display:none;
}
#yith-ywraq-form table {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Poppins", Sans-serif;
}
.kg-cs .card{
 box-shadow: 10px 10px 2px -6px rgb(104 106 150), -8px -8px 18px 0 rgb(229 229 229 / 55%);
    border-radius: 0px;
    padding: 5px 5px;
    border: none;
}

.kg-cs .card img{
    transition: transform .2s;
}
.kg-cs .card img:hover{
    transform: scale(1.05);
}
.cart_item td{
	border:none!important;
}
.kg-cs td{
	border-top:none !important;
	border-bottom:1px solid #bfbfbf!important;
}

.elementor-location-single .add-request-quote-button ::after {
	    content: "\f07a";
	    font-family: "Font Awesome 5 Free";
}

.page-id-19942 .site-content{
	background: #fff!important;
}
#p-19131.add-request-quote-button.button {
	    background: #b51919!important;
}
.add-request-quote-button-addons.button {
	border:none!important
}

.er_main_tag{
	display:none!important
}

.optional{
	display:none;
}

.single-resources ul li h3 {
   font-size: 16px!important;
    font-weight: 700!important;
}
.single-resources h2 {
    font-size: 25px
    font-weight: 500;
}

.single-resources h3 {
    font-size: 20px
}

.single-resources h4 {
    font-size: 20px
}
#auto_technical_insights .card-img-top{
	    height: 250px;
    object-fit: cover;
}

#masthead .ast-mobile-header-wrap .ast-primary-header-bar, #masthead .ast-mobile-header-wrap .ast-below-header-bar {

    display: none;
}

.g_ads .modal-content {
    max-height: 90%!important;
}


.modal-header h3 {
	   margin-bottom: unset;
    color: #fff;
    font-size: 1.3rem;
}
.modal-backdrop.show {
    opacity: .7;
}
.modal-dialog {
    max-width: 600px;
}

.modal-content .wpcf7-response-output{
	display:none;
}
.modal-content .wpcf7 textarea {
    padding: 0.75em!important;
}
.modal-header {

    background: #091858;
}

.btn-close {

    color: #000;
    background: transparent url(https://www.kginternational.com/wp-content/uploads/2022/12/icons8-xbox-x-90.png) center/1em auto no-repeat;
opacity: unset;
	    font-size: 25px;
}

.modal-content{
	    background: #ffff;
	    font-family: "Poppins", Sans-serif;
}

.modal-content .wpcf7-form-control-wrap{
	padding-bottom: 1rem;
}

.modal-content .wpcf7-form-control{
	    border-radius: 0;
    border-color: #09185870;
}

.modal-content .wpcf7-submit{
	    background: #091858;
    color: #fff;
    width: 100%;
}
.modal-dialog-scrollable .modal-content {
    max-height: 60%;
    overflow: hidden;
}
.modal {
    z-index: 99999999;
}
.job_title{
	padding-bottom: 20px!important;
}

#accordion a{
	text-decoration:none;
}
.ckuq {
	    border: 1px solid #b41919;
    padding: 20px;
}

.ckwr {
	    border: 1px solid #595959;
    padding: 20px;
}

.ckbigr {
	    border: 1px solid #091858;
    padding: 20px;
}

.post-navigation{
	display:none;
}
.cs-accordion .sftt_column img{
	margin-left: 32px!important;
}
.cs-accordion .sftt_column h3{
 margin-top: -40px!important;
}
   
.cs-accordion section .ck_content{
	display:none;
}

.cs-accordion section:target .ck_content{
	display:block;
}

.reaseons-accordion .sftt_column img{
margin-left: 35%!important;
}

.reaseons-accordion section .ck_content{
	display:none;
}

.reaseons-accordion section:target .ck_content{
	display:block;
}


.cs_tab{
	display:none;
}

.opned{
	display:block;
}
.uq.active{
	 border: 2px solid #b41919!important;
	filter: unset;
}
.wr.active{
	 border: 2px solid #595959!important;
	filter: unset;
}

.bigr.active{
	 border: 2px solid #091858!important;
	filter: unset;
}


.stepp_box {
    border: 2px solid #e5e5e5;
    height: 180px;
    padding: 20px;
	    cursor: pointer;
	filter: grayscale(500%) opacity(0.5);
}

.eael-tab-item-trigger.inactive{
	filter: grayscale(500%) opacity(0.5);
}

.eael-tab-item-trigger.active{
	filter: unset;
}
.stepp_box p{
	font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #000;

}
.stepp_box a{
       text-decoration: none!important;
}



.post-navigation{
    border: none;
    background: #ededed;
	    padding-bottom: 0em!important;
}

.cs_post_text h2{
	font-size: 20px;
    font-weight: 500;
}
#jet-menu-item-4627.jet-current-menu-item .jet-menu-title{
	color: #B01818;
}

#jet-menu-item-4627.jet-current-menu-item .jet-menu-title:after {
    content: "";
    position: absolute;
    left: -8px;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 11px;
    background-color: none!important;
    background: url(/wp-content/uploads/2022/03/pointer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    top: 100%;
}

.jet-sub-menu .jet-menu-title:after {
 background:none!important;
}

.jet-current-menu-item.jet-page-item-2896 .jet-menu-title:after {
    content: "";
    position: absolute;
    left: -125px;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 11px;
    background-color: none!important;
    background: url(/wp-content/uploads/2022/03/pointer.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    top: 100%;
}


.accordion {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}

.accordion ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 25%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-box-flex 0.4s ease;
  transition: -webkit-box-flex 0.4s ease;
  transition: flex 0.4s ease;
  transition: flex 0.4s ease, -webkit-box-flex 0.4s ease, -ms-flex 0.4s ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  background-color: transparent;
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 3;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.accordion ul li div a .ctnt {
  position: absolute;
  width: 100%;
  padding: 0 15%;
  z-index: 5;
  bottom: 15%;
}

.accordion ul li div a h2 {
  font: 40px/1.1 "CircularStd-Bold", sans-serif;
  letter-spacing: -1px;
  -webkit-transform: translateY(88px);
          transform: translateY(88px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}



.accordion ul li div a p {
  font: 17px "CircularAir-Light", sans-serif;
}

.accordion ul li div a p.desc {
  opacity: 0;
  width: 360px;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accordion ul li {
  background-size: cover;
  background-position: center;
}

.accordion li:hover {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.accordion li:hover a {
  background-color: rgba(0, 0, 0, 0.5);
}

.accordion ul:hover li:hover a h2 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.accordion ul:hover li:hover a p.desc {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  .accordion ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    padding-top: 50px;
  }
  .accordion ul:hover li {
    width: 100%;
  }
  .accordion ul:hover li:hover {
    width: 100%;
  }
  .accordion ul li {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-position: center;
  }
  .accordion ul li:hover {
    width: 100%;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
  }
  .accordion ul li:hover div a p.more {
    display: block;
  }
  .accordion ul li:hover div a h2 {
    font-size: 35px;
  }
  .accordion ul li:hover div a h2 br {
    display: inherit;
  }
  .accordion ul li div a p.desc,
  .accordion ul:hover li:hover a p.desc {
    display: none;
  }
  .accordion ul li div,
  .accordion ul li div a {
    height: 100%;
    position: static;
  }
  .accordion ul li div a .ctnt {
    padding: 0 15px;
    bottom: 15px;
    height: auto;
  }
  .accordion ul li div a p.more {
    display: none;
  }
  .accordion ul li div a h2 {
    font-size: 25px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .accordion ul li div a h2 br {
    display: none;
  }
}








@media all and (max-width: 600px) and (orientation:landscape) 
{
	.cs_job_form .elementor-icon-list-item{
		margin-top:20px;
	}
.frmData {
    margin: unset!important;
}	
	.lblData {
		 margin: unset!important;
}	
}
.cs_mb_menu .sub-menu li a{
	font-size: 15px!important;
    margin-left: 20px;
}
.cs_kg span{
	    font-size: 25px;
    color: #091858;
    font-weight: 900;
    padding-right: 2px;
}
.cs_sftt_jobs .card-body{
	    height: 200px;
	object-fit:cover;
}
.jobs_btn_wrap{
	    position: absolute;
    bottom: 20px;
}
.marketing_resource{
	display:none;
}
.market_resource{
	display:none;
}
.all_category_resource{
	display:none;
}
.technical_resource{
	display:none;
}
.tech_resource{
	display:none;
}
.cs_sftt_jobs .card{
	    margin-top: 20px;
}
.job_title{
font-family: "Poppins", Sans-;
    font-size: 19px;
    color: #091858;
    line-height: 1.06;
    font-weight: 500;
    text-decoration: none!important;
	
}
.jobs_btn_wrap a{
	    border-radius: 0;
    padding: 5px 10px 5px 10px;
		font-family: "Poppins", Sans-;
	text-decoration: none!important;
}

.jobs_btn_wrap a:hover{
background-color: #091858;
    border-color: #091858;
}

.job_type,.job_date{
	    width: 50%;
    float: left;
}
.job_title,.job_date,.job_type,.work_type{
margin-bottom: 5px!important;	
}
#catname,#tagname,#marketing_tagname,#publication_tagname,#all_cat_tagname,#application_name,#job_cat_tagname,#job_country_name{
	border: 1px solid #091858!important;
    border-radius: 0!important;
}
#catname,#tagname,#marketing_tagname,#publication_tagname,#all_cat_tagname,#application_name,#job_cat_tagname,#job_country_name:focus{
box-shadow: 0 0 0 0.25job_country_namerem rgb(0 0 0 / 1%);
}
#filter_job {
    background: #b51919;
    margin-top: 29px;
    font-family: "Poppins", Sans-serif;
    padding: 7px 30px 7px 30px;
}
.cs_sftt_resource .card{
margin-bottom: 35px;
}

.cs_auto_item{
	display:none;
}
.cs_item{
	display:none;
}


#loading
{
 text-align:center; 
 background: url('https://www.kginternational.com/wp-content/uploads/2022/05/Pulse-0.6s-58px.gif') no-repeat center; 
 height: 150px;
}

.cs_sftt_resource .card-img-top{
  
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a {
    text-decoration: none;
}
.cs_sftt_resource .card-text{
	object-fit: cover;
  height: 85px;
	    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #54595f;
    text-decoration: none !important;
}

.cs_sftt_resource .card-text a{
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #54595f;
}


.jet-menu-title{
	font-family: "Poppins", Sans-serif;

    font-weight: 500;
    fill: #54595F;
    color: #54595F;
}

.jet-menu-title:hover{
    color: #B01818;
}

.jet-current_page_item .jet-menu-title{
    color: #B01818;
}

.cs_column .cs_titl{
  opacity: 0;
}

.cs_column1 .cs_titl1{
  opacity: 0;
}
.cs_column2 .cs_titl2{
  opacity: 0;
}
.cs_column3 .cs_titl3{
  opacity: 0;
}

.cs_column4 .cs_titl4{
  opacity: 0;
}

.cs_column5 .cs_titl5{
  opacity: 0;
}
.cs_column6 .cs_titl6{
  opacity: 0;
}
.cs_column7 .cs_titl7{
  opacity: 0;
}


.cs_other{
	display:none
}

.cs_news_meta a{
	  text-decoration: none!important;
}
.accordion {
  width: 100%;
  height: 500px!important;
  overflow: hidden;
  margin: 0 auto;
}

.accordion ul li a{
  background-color: rgba(0, 0, 0, 0.5)!important;
	z-index:0!important;
}
.accordion ul li div a .ctnt {
  position: absolute;
  width: 100%;
  padding: 0 15%;
  z-index: 5;
  top: 33%!important;
}

.accordion ul li div a h3 {
	font-size:20px!important;
  color: #fff!important;
	 font-family: "Poppins", Sans-serif!important;

}

.accordion ul li div a p {
  font-size: 14px!important;
  
    font-family: "Poppins", Sans-serif!important;
}


  .accordion ul li:hover div a h3 br {
    display: inherit;
  }

  .accordion ul li:hover div a p.more {
    display: block;
  }

.cs_value_o_customer ul li{
	list-style:none;
}
  .accordion ul li div a p.more {
    display: none;
  }



.cs_box h3{
	color: #FFFFFF!important;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 300;
	padding-right: 20px;
   
}
.cs_box p{
font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 300;

}
.wrapper .box {
    width: 100%;
    margin: 0;
    position: relative;
  
}

.wrapper .box .front-face {
    background: #fff;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s ease;
}





.box .back-face {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    width: 100%;
    color: #fff;
    opacity: 0;
  
    backface-visibility: hidden;
  
    transition: all 0.5s ease;
}

.box .back-face p {
    margin-top: 10px;
    text-align: justify;
}

.box:hover .back-face {
    opacity: 1;
    transform: rotateX(0deg);
}

.box:hover .front-face {
    opacity: 0;
    transform: translateY(0px) rotateX(0deg);
}

.cs_box{
    background-color: rgba(0, 0, 0, 0.5)!important;
    display: block;
    height: 100%;
    width: 100%;
	padding: 35px;
}

.cs_box_item{    
padding: 0!important;
}




.cs_news_btn:hover {
    color: #fff;
}


.front-face h3{
    position: absolute;
    bottom: 35px;
}

.back-face h3{
    position: absolute;
    bottom: 90px;
}


.ar-news_events .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.ar-news_events .elementor-column{
	    min-height: unset;
}

.ex3{
	padding-left: 10px;
}
.ex{
width:50%; 
float:left;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
	line-height:16px
}

.kginnumber{
font-size: 12px;
line-height: 18px;	
}

.kginnumber:hover{
color: #B51919;	
}




/*common styling*/
.main_title {
  position: relative;
  margin-bottom: 40px !important;
  text-transform: uppercase;
}

.main_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #ffecbb;
  bottom: -8px;
  left: calc(50% - 60px);
}
.main_title:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  background: #FCC101;
  bottom: -9px;
  left: calc(50% - 20px);
}

.main_title_left:before,
.main_title_left:after {
  left: 0px;
}

/*common styling end*/
.member_card_style  {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
      margin: 20px 0;
}

.member_card_style img{
  border-radius: 5px;
    transition: all .3s;
}

.member_card_style:hover {
  transform: translateY(-10px);
}

.member-info {
  padding-left: 30px;
  display: inline-block;
}

.member-info  h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color:#FCC101;
  text-transform: uppercase;
}

.member-info .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.member-info .social a {
transition: ease-in-out 0.3s;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50px;
width: 32px;
height: 32px;
background: #fff3d5;
color: #ffb700;
text-decoration: none;
}

.member-info .social a i {
  font-size: 16px;
  margin: 0 2px;
}

.member-info .social a:hover {
  background: #ffb700;
  color: #fff;
}

.member-info .social a + a {
  margin-left: 8px;
}

.member-info span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.member-info span::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #bfe0fd;
    bottom: 0;
    left: 0;
}

/*custom tab style 1*/
.custom_tab_style1.nav-tabs{
  border-bottom: 2px solid #ffb700;
}

.cs_news_btn{
	  font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    fill: #54595F;
    color: #ffffff;
    background-color: #ffffff00;
    border-style: solid;
    text-decoration: none!important;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
}


/*custom tab style 2*/
.custom_tab_style2.nav-tabs{
  border-bottom: 2px solid #ffb700;
  display: flex;
  justify-content: center;
	border: none;
}

.custom_tab_style2.nav-tabs .nav-link{
  margin-bottom: -2px;
  padding:10px 25px;
  border-width:2px ;

}




/*custom tab style 3*/
.custom_tab_style3.nav-tabs{
  display: flex;
  justify-content: center;
  margin-bottom:50px;
		padding: 0;
    margin: 0;
		border: none;
}

.custom_tab_style3.nav-tabs .nav-link{
    padding: 5px 6px;
    margin:0;
    border-radius: .25rem;

}

.custom_tab_style1_outer .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {border: none;}

.custom_tab_style1_outer .nav-tabs .nav-link:hover {
    border: none;
	background-color: #fff0;
}

.custom_tab_style1_outer .nav-tabs .nav-link {
    border: none;
	text-decoration:none;
	color: #353434;
    font-family: "Poppins", Sans-serif;
    font-size: 18px!important;
    font-weight: 300!important;
-webkit-appearance:none!important;
}

.custom_tab_style1_outer .nav-tabs .nav-link.active{
background-color: #fff0;
}
.custom_tab_style1_outer .nav-tabs .nav-link p{
margin-top: -20px;
}
.ar-news_events{
	margin-bottom: -2px;
}
.nav-link img{width: 80%;}        
.nav-item{width:15%}

.cs-middle .infobox-icon{
	  overflow: hidden;
    position: relative;
    top: -63px;
}


.cs-middle .infobox-icon img{
    top: 80px;
    position: relative;
    bottom: 6%;
}


.cs_right_number .infobox-icon{
	  overflow: hidden;
    position: relative;
    top: -22px;
}


.cs_right_number .infobox-icon img{
   top: 46px;
    position: relative;
    bottom: 6%;
}


.cs_left_number .infobox-icon{
    overflow: hidden;
    position: relative;
    top: 24px;
}


.cs_left_number .infobox-icon img{
    position: relative;
    bottom: 6%;
}

/*.cs_slide1 .eicon-chevron-right{
	position: relative;
    right: 50px;
}*/

.cs_slide1 .swiper-pagination-bullets{
	    
    position: relative;
    bottom: 100px;
    left: -56px;

}

.cs-sm-img {
    margin-bottom: 15px;
}

.left-cr .column {
    text-align: end;
}



.jet-current-menu-item
.jet-menu-title:after {
	content: "";
	position:absolute;
	    left: 0;
	    z-index: 2;
width:100%;
	bottom: 0;
	height:11px;
	  background-color:none!important;
	    background: url(/wp-content/uploads/2022/03/pointer.svg);
	
background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
	    top: 100%;

}

.cs_mega_title h2 a:hover{
	    color: #BC2F2F!important;

}



.post-navigation .nav-links{
	display:none!important;
}

.dwn_catelog p a{
	    color: #0A2650!important;
}

.dwn_catelog p a:hover{
	  	    color: #BC2F2F!important;
}



.cs_left_drop_area p:hover{
		  	    color: #BC2F2F!important;
}

.elementor-flip-box__back{
	    text-decoration: none!important;
}





.cs_tab .elementor-tab-title  {
    padding: 8px 25px!important;
	border: 1px solid #2ABAB8!important;
    border-radius: 37px!important;
	background: #f3f3f3;
    margin: 10px;
}

.cs_tab1 .elementor-tab-title  {

	border: 1px solid #b51919!important;

    margin: 10px;
}

.cs_tab1 .elementor-tab-title  a{
text-decoration:none;
}


.elementor-417 .elementor-element.elementor-element-3b7b5de .elementor-tab-desktop-title.elementor-active {
    background-color: #18b6b3!important;
}

.elementor-417 .elementor-element.elementor-element-6385a26 .elementor-tab-desktop-title.elementor-active {
    background-color: #17bebb!important;
}




.cs_tab1 .elementor-tabs-content-wrapper {
border: none!important;
	   

}

.cs_pro_range
.elementor-flip-box__back .elementor-flip-box__layer__title{
	
    border: 1px solid #ffff;
    padding: 5px;
}

.event-color{
    width: 14px;
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    border-radius: 50%;
}

.cs_event_title a{
	text-decoration:none;
}

        .block {
            display: none;
	margin-top:25px;
        }

.suit_text{
	font-size: 22px!important;
    margin-top: 10px!important;
}

.cs_front_content p {
    margin: 0!important;
    padding: 0!important;
    color: #8d8a8a;
    font-size: 19px;
}


.cs_ev_button{
	    background: #091858;
     margin-top: 25px;
    padding: 15px;
    color: #fff;
}
.cs_ev_button:hover{

    color: #fff;
}

.cs_left_drop_area p,img{
	cursor:pointer;
}

.jet-sub-mega-menu{
	left: -18px!important;
}

.elementor-tab-title.elementor-active {
    background: #b51919!important;
}


a:focus {
    outline: none;
}

.pum-container, .pum-theme-lightbox .pum-container {
    border: 8px solid #b51919;
    box-shadow: 0px 0px 30px 0px rgb(2 2 2);
    background-color: #b51919;
	font-family: "Poppins",Sans-serif;
}

.pum-container .wpcf7-form-control-wrap{
	padding-bottom: 15px;
}
.pum-container h4{
	color:#fff;
	padding-bottom: .2rem;
}
.pum-container .wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: unset;
}

.pum-container .wpcf7-submit{
	background: #ffff;
    color: #b51919;
    font-weight: 500;
    border-radius: 0;
	width: 100%;
}
.pum-container .wpcf7-submit:hover{
	background: #ffff;
    color: #b51919;
    font-weight: 500;
    border-radius: 0;
	width: 100%;
}
.pum-container .wpcf7-response-output {
    color: #fff;
    font-weight: 500;
}
.pum-container .wpcf7-not-valid-tip {
    color: #ffffff;
}
.pum-container .wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    padding: .4em;
	    font-size: 1rem;
}
 .ico_box{
   margin-top: 92px!important;
 }
 
 .ico_box a{
 text-decoration:none!important;
 }
 
  .ico_box a h3{
 margin-top: 10px;
    color: #fff;
 }


 
 @media screen and (max-width: 700px){
  .ico_box{
   margin-top: 38px;
 }
 }

@media only screen 
and (min-width : 1824px) {
.accordion {
  width: 100%;
  height: 900px!important;
  overflow: hidden;
  margin: 0 auto;
}
	.accordion ul li div a h3   {
		font-size: 40px!important;
	}
.accordion ul li div a p {
    font-size: 25px!important;
    font-family: "Poppins", Sans-serif!important;
}
	.accordion ul li div a .ctnt {
  top: 25%!important;
}
	.custom_tab_style1_outer .nav-tabs .nav-link p{
		font-size: 30px!important;
	}
.wrapper .box .front-face {
	height: 600px;
	}
	.box .back-face {
	height: 600px;
	}
	.front-face h3 {
    bottom: 70px;
}
		.back-face h3 {
    bottom: 150px;
}
	.cs_box h3 {
		font-size: 36px;
	}
.cs_news_btn {
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    fill: #54595F;
    color: #ffffff;
    background-color: #ffffff00;
    border-style: solid;
    text-decoration: none!important;
    border-width: 2px 2px 2px 2px;
    border-color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    bottom: 90px;
}
	.ico_box {
    margin-top: 200px!important;
}
		.ico_box a h3 {
   font-size: 40px!important;
}
	.cs_sftt_resource .card-img-top {
    height: 370px;
}
	.cs_sftt_resource .card-text a {
    font-size: 25px;
}
}
.grecaptcha-badge {visibility: hidden;}


.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
}
p.card-text.text-start.mb-0 {
    margin-bottom: 20px !important;
}

.woocommerce-product-gallery
{
	opacity:1 !important;
}



/* Unique scope */
.ms-hero-wrap{ width:100%; }

/* Keep Slick’s expected layout */
.ms-hero-slick .slick-track{ display:block !important; }          /* Slick manages sizing [web:27] */
.ms-hero-slick .slick-slide{ display:block !important; height:500px !important; } /* [web:27] */
.ms-hero-img{
	height:500px !important;
}

.ms-hero-slide{ position: relative; } 

.ms-hero-slick .slick-next:before, .ms-hero-slick .slick-prev:before{
    font-size: 22px;
}
.ms-hero-slick .slick-next {
    right: 20px!important;
	    top: 45%;
}

.ms-hero-slick .slick-prev::before,
.ms-hero-slick .slick-next::before { content: none; } /* [web:22] */


.ms-hero-slick .slick-prev {
    left: 20px!important;
	    z-index: 2;
	    top: 45%;
}
.ms-hero-caption{
  position: absolute; 
  left: 0;
  right: 0;
  bottom: 20px;           
  z-index: 2;
  padding: 16px 4%;
  pointer-events: none; 
  background: linear-gradient(to top, rgba(0,0,0,0.55), rgba(0,0,0,0.0));
}

/* Inner restores pointer events for interactive elements */
.ms-hero-caption-inner{
  max-width: 100%;
  margin: 0 20px;
  color: #fff;
  text-shadow: 0 1px 10px rgba(0,0,0,.5);
  pointer-events: auto;
}

/* Typography can remain as before */
.ms-hero-title{font-family: "Poppins", Sans-serif; font-size: clamp(20px, 4.5vw, 34px); font-weight: 300; color:#fff; margin:0; }
.ms-hero-text{font-family: "Poppins", Sans-serif; font-size: clamp(14px, 3vw, 18px);   color:#fff; margin-top:8px; 
font-weight:300}


/* Optional Slick dots, scoped */
.ms-hero-wrap .slick-dotted.slick-slider{ margin-bottom:0; }
.ms-hero-wrap .slick-dots{ bottom:6px; }
.ms-hero-wrap .slick-dots li.slick-active button:before{ opacity:.75; color:#fff !important; font-size:12px; }
.ms-hero-wrap .slick-dots li button:before{ color:#FDFDFD !important; font-size:12px; }

#onesignal-slidedown-container #onesignal-slidedown-dialog .slidedown-body-icon img{
	height:auto !important;
}



.iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    width: 100%;
}
input#intl-phone {
    margin-top: 10px !important;
}
.job-form-row{
display:flex;
gap:25px;
margin-bottom:0px !important;
flex-wrap:wrap;
}

.job-form-col{
flex:1;
}

.job-form-col-full{
width:100%;
}

.job-form-row input,
.job-form-row select,
.job-form-row textarea{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:4px;
font-size:14px;
}

.job-form-row textarea{
height:160px;
}

.job-submit{
text-align:center;
margin-top:20px;
}

.job-submit input{
background:#c62828;
color:#fff;
border:none;
padding:12px 30px;
font-weight:600;
border-radius:4px;
cursor:pointer;
}

.job-submit input:hover{
background:#a61e1e;
}