/* loader */
body { margin: 0; padding: 0; overflow-x: hidden; }


  /* Site Wrapper by default hidden taaki blink na ho */
  .site-wrapper {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    min-height: 100vh;
  }

  /* Loader Container */
  .page-loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;

}


.loader-hidden .page-loader {
  display: none !important;
}

  /* Panels height and position fix */
  .loader-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Poori screen ki height */
    display: flex;
    align-items: center;
		text-align:center;
    justify-content: center;
    clip-path: inset(0 0 0% 0); /* Initial state: Full visible */
  }

  /* Colors and Z-index */
  .panel-1 { background: #0a1919; z-index: 3; }
  .panel-2 { background: #ffffff; z-index: 2; }
  .panel-3 { background: #f5d488; z-index: 1; }

  /* Text Styles */
  .panel-1 h2 { color: #fff; font-size: 150px; margin: 0; }
  .panel-2 h2 { color: #0a1919; font-size: 60px; margin: 0; }
  .panel-3 h2 { color: #0a1919; font-size: 35px; margin: 0; }

  /* Refresh Blink Prevention Class */
  .loader-hidden .page-loader { display: none !important; }
  .loader-hidden .site-wrapper { opacity: 1 !important; visibility: visible !important; }

@media(max-width:1024px){
	
	  .panel-1 h2 { font-size: 70px; }
  .panel-2 h2 {  font-size: 40px; }
  .panel-3 h2 {  font-size: 33px; }
	
}

@media(max-width:991px){
	
  .panel-1 h2 { font-size: 40px; }
  .panel-2 h2 {  font-size: 30px; }
  .panel-3 h2 {  font-size: 22px; }
	
}

@media(max-width:767px){
	
  .panel-1 h2 { font-size: 30px; }
  .panel-2 h2 {  font-size: 22px; }
  .panel-3 h2 {  font-size: 20px; }
	
}

/* loader end */
a{
color:#000;
text-decoration:none;
}
a:hover{
color:#f5d488;
text-decoration:none;
}
h1,h2,h3,h4,h5,h6 { margin:0px !important;line-height:1.1 !important;}
a.btn { font-weight:500 !important; }
a.btn.primary:hover,span.load_more.btn.primary:hover  {background: #ffca51;}
a.btn.primary,a.btn.secondary {transition: all 0.4s ease;}
.btn_cover a {transition: all 0.4s ease;color: var(--black);}
.btn_cover a span.text {transition: all 0.4s ease;}
.btn_cover a:hover span.text {transform: translateX(-5px);}
.btn_cover a .icon svg {transition: all 0.4s ease;}
.btn_cover a:hover .icon svg {transform: scale(1.1);}
.wrapper {max-width: 1470px !important;margin: 0 auto !important;width: 100% !important;padding: 0 15px !important; }

.big_wrapper { max-width: 1657px; margin: 0 auto; padding: 0 15px;width: 100%;}
.header_section {position: absolute;z-index:999; width: 100%; left: 0; top: 0; background: var(--primary); padding: 42px 0px;}
.header_row { display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.header_logo { width: 13%;}
.header_logo img { height: 26px !important; width: 100%; object-fit: contain; display: block;}
.header_right { width: 17%; display: flex;flex-flow: wrap; align-items: center; justify-content: space-between;}
.header_ln ul { margin: 0; padding: 0;list-style: none; display: flex; align-items: center; justify-content: center;}
.header_ln ul li a,.header_ln  span.current_lang { text-decoration:none; color: #6A6A6A; text-transform: uppercase; font-size: 16px; line-height: 1.6; display: block;}
.header_ln ul li {line-height: normal; padding-left:10px; position:relative; }
.header_ln ul li:before { position: absolute; content: ""; left: 5px; top: 50%; height: 55%; width: 1px; background: #6a6a6a;transform: translateY(-50%);}
.header_ln ul li:first-child { padding: 0;}
.header_ln ul li:first-child:before { display: none;}
.header_nav { width: 70%;}
.header_nav ul { gap:5px; list-style:none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center;}
.header_nav ul li { border-radius: 30px; transition:all 0.4s ease; padding: 10px 30px;}
.header_nav ul li a { display:block; text-decoration: none; color: var(--secondary);font-size: 16px; font-weight: 400; line-height: 1.6; }


.header_btn a.btn.primary {border: 1px solid transparent;}
.header_btn a.btn.primary:hover{background: transparent;color: #fff;	border-color: #f5d488c9;}

.header_section ul li.hs-item-has-children {position: relative;}
.header_section ul.hs-menu-children-wrapper { margin-top:5px; position: absolute;	left: 0;	top: 100%;display: block;	width: 200px;padding: 20px;background: #fff;border-radius: 30px;	opacity:0;visibility:hidden;}
.header_section ul.hs-menu-children-wrapper li {padding: 0px 0px 10px 0px;}
.header_section ul.hs-menu-children-wrapper li:last-child {	padding: 0px;}
.header_section ul.hs-menu-children-wrapper li a {color: var(--black) !important;transition:all 0.3s ease;}
.header_section ul.hs-menu-children-wrapper li a:hover {background: transparent !IMPORTANT;color: var(--third) !important;}
.header_section ul.hs-menu-children-wrapper li:hover {background: transparent;}


.header_section.sticky {animation-duration: .4s;animation-fill-mode: both;animation-name: slideNavIn;	position: fixed;	top: 0;	background:rgb(10 25 25 / 60%);backdrop-filter: blur(20px);padding:25px 0px;}
.header_section.sticky  .header_ln ul li a {color: #fff;}

@keyframes slideNavIn {
	0% {	-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0)	}
	to {	-webkit-transform: none;transform: none	}
}

@media(max-width:1440px){
	.header_right { width: 20%;}
	.header_nav { width: 67%;}
}

@media(max-width:1250px){
	.header_nav ul li { padding: 10px 15px;}
	.header_nav {width: 62%;}
	.header_right { width: 25%;}
}

@media(min-width:992px){
	.mobile_trigger { display:none; }
	.header_section ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {opacity: 1;	visibility: visible;} 
	.header_nav ul li:hover, .header_nav ul li.active.active-branch{ background: #303030; }
	.header_section ul.hs-menu-children-wrapper { transition:all 0.4s ease;    box-shadow: 2px 1px 8px 4px #79797936; }
}

@media(max-width:991px){
	.header_right { display:none; }
	.header_logo { width: 50%;}
	.header_logo img { max-width: 200px;width: 100% !important; }
	.toggle { position: relative; height:30px; width: 30px; display: flex; align-items: center; justify-self: end; flex-direction: column;}
	.toggle svg { height:30px; width:30px; fill:#fff; }
	.header_nav {width: 50%;}
	.header_nav span.hs_cos_wrapper_type_menu { display:none;position: absolute;	left: 0;width: 100%;top: 80%; }
	.header_nav ul {	flex-direction: column;align-items: flex-start;	background: var(--primary);}
	.header_section {position: relative;}

	.mobile_trigger { display: flex; flex-flow: wrap; justify-content: flex-end; gap: 20px; align-items: center;}
	.header_ln ul {flex-direction: row; align-items: center; justify-content: center;}
	.header_ln ul li { padding: 0px 0px 0px 10px;}
	.header_btn { padding: 15px 15px 30px; background: var(--primary);}
	.header_btn a { width: 100%; text-align: center;}
	.header_section ul.hs-menu-children-wrapper { display:none; }
	.header_section ul li.hs-item-has-children.submenu-open ul.hs-menu-children-wrapper {	opacity: 1;	visibility: visible;}
	svg.menu_close {display: none;	}
	li.hs-item-has-children {	display: flex;	flex-flow:wrap;	align-items: center;	width: 100%;	justify-content: space-between;gap: 10px;}
	body.mobile-open svg.menu_open {	display: none;}
	body.mobile-open svg.menu_close {	display: block;}
	.arrow-down {
		display: inline-block;
		height: 15px;
		width: 15px;
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		transition:all 0.3s ease;
	}
	span.arrow-down span {border-color: #fff;border-style: solid;border-width: 0 0 2px 2px;	bottom: 0;height: 60%;	left: 0;	margin: auto;	position: absolute;	right: 0;	top: -5px;transform: rotate(-45deg);width: 60%}
	li.hs-item-has-children {display: flex;flex-flow:wrap;	align-items: center;width: 100%;justify-content: space-between;gap: 10px;}
	.header_section ul.hs-menu-children-wrapper {position: static;  width: 100%;  border-radius: 0px;background: transparent; padding: 15px 10px;}
	.header_section ul.hs-menu-children-wrapper li a { color: var(--secondary) !important;}
	li.submenu-open span.arrow-down {	transform: rotate(180deg);	}
}




.hero_section { background: var(--primary); padding: 165px 0px 327px;}
.hero_section .title h1 { color: var(--secondary_color);}
.content_wrapper { padding-top: 95px; display: flex; flex-flow: wrap; align-items: flex-start; color: var(--secondary_color); gap: 38px;}
.content_wrapper .content { width: calc(70% - 19px);}
.btn_row { width: calc(30% - 19px);}

.btn_cover a { padding: 10px 60px 10px 25px; font-size: 16px;font-weight: 500;  text-decoration: none; background: var(--third); border-radius: 30px; display: inline-flex; position: relative;}
.btn_cover a .icon { height: 34px; width: 34px; background: #0A1919; position: absolute; right: 8px; top: 50%; transform: translateY(-50%); border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.btn_cover a .icon svg { height: 20px; width: 20px; vertical-align: middle; fill: #fff;}
.btn_row { display: flex; flex-flow:wrap; flex-direction: column; gap: 20px;}

@media(max-width:1024px){
	.content_wrapper {padding-top: 30px;}
}

@media(max-width:991px){
	.hero_section { padding: 30px 0px 100px;}
	.content_wrapper { flex-direction: column;}
	.btn_row { flex-direction: row; width: 100%;}
	.content_wrapper .content { width: 100%;}
}

.image_cover img {object-position: left center; width: 100%; display: block; min-height: 650px; object-fit:cover; border-radius: 20px;}
.image_cover { margin-top: -185px;}
.image_section { padding-bottom: 70px;}

@media(max-width:991px){
	.image_section { padding-top: 70px;}
	.image_cover { margin-top: -130px;}
	.image_cover img { min-height: 300px;}
}

@media(max-width:767px){
	.image_section { padding-bottom: 35px;}
}

.image-with-content.image_with_content { padding: 64px 0px 127px; background: #F5F5F5;}
.image_with_content { padding: 70px 0px 75px;}
.content_row { display: flex; flex-flow: wrap;}
.content_col { width: 52%; padding-right: 75px;}
.image_col { width: 48%; padding-left: 75px;}
.content_col .content { padding: 20px 0px 30px;}
.button_row { display: flex; flex-flow: wrap; gap: 20px;}
.image_col img { width: 100%; display: block; height: 100% !important; object-fit: cover; border-radius: 20px;}

@media(max-width:1024px){
	.image-with-content.image_with_content { padding:64px 0px 80px;}
	.content_col { padding-right: 0px;}
	.image_col { padding-left: 30px;}
}

@media(max-width:991px){
	a.btn.primary,a.btn.secondary { padding: 12px 20px !important; font-size: 13px !important;}
}

@media(max-width:767px){
	.image-with-content.image_with_content { padding:50px 0px }
	.image_with_content { padding: 35px 0 50px}
	.content_row { display: flex; flex-flow: wrap;gap: 30px;}
	.content_col {  width: 100%}
	.image_col {padding-left: 0px; width: 100%}
	.content_col .content { padding: 15px 0px}
}

.industry_label { overflow:hidden; display: flex; align-items: center; gap: 5px; position: relative;}
.industry_label span.icon { height: 25px; width: 25px; display: flex; align-items: center; justify-content: center;}
.industry_label span.icon svg { height: 20px; width: 20px; vertical-align: middle;}
.industry_label span.text { font-weight: 600;}
.industry_label:before { position: absolute; content: ""; height: 1px; width: 85%; background: var(--primary); right: 0; left: 180px;top: 50%;}
.industrie_section .title { text-align: center; padding: 70px 0px 60px;}
.industry_content { max-width: 950px; margin: 0 auto; text-align: center;}
.industry_row { padding-top: 100px; display: flex; flex-flow: wrap;margin: 0 -15px;}
.indusrty_box { width: calc(100% / 4 - 30px); margin: 0 15px; background: #F5F5F5; border-radius: 20px; padding: 35px 30px;}
.icon_cover { height: 55px; max-width: 55px;margin: 0 auto;}
.icon_cover img { height: 100%; width: 100%; object-fit: contain; display: block;}
.indusrty_box .title { text-align:left; padding: 15px 0px !important;}
.indusrty_box .content { font-size: 18px;}
.industrie_section .button_row { justify-content: center; padding-top: 80px;}
.industrie_section { padding: 75px 0px;}

@media(max-width:1024px){
	.industrie_section .title { padding: 35px 0px;}
	.industry_row {padding-top: 50px; margin: 0 -10px;}
	.indusrty_box { width: calc(100% / 4 - 20px);margin: 0 10px; padding: 20px 15px;}
	.industrie_section .button_row { padding-top: 40px;}
	.indusrty_box .content {font-size: 15px;}
	.indusrty_box .title { text-align:center;}
}

@media(max-width:991px){
	.indusrty_box { width: calc(100% / 2 - 20px);}
	.industry_row { row-gap: 20px;}
}

@media(max-width:767px){
	.industry_row { margin: 0px;}
	.indusrty_box { width: 100%; margin: 0px;}
	.industrie_section { padding: 50px 0px;}
}

.logo_section { padding: 75px 0px; background: #FAF0DC;}
.logo_row { display: flex; flex-flow:wrap; justify-content: space-between;}
.logo_cover { padding-right: 10px;}
.logo_cover:last-child { padding-right: 0px;}
.logo_cover img { height: 112px !IMPORTANT;  width: 200px; object-fit: contain; display: block;}

@media(max-width:1024px){
	.logo_row { gap: 20px;  justify-content: center;}
	.logo_cover img { height: 100px !important; width: 100px !important; object-fit: contain;}
}

@media(max-width:991px){
	.logo_section { padding: 50px 0px;}
	.logo_row { justify-content: center;}
}

.experience_section { padding: 100px 0px 150px;}
.heading_wrapper { text-align: center; max-width: 950px; margin: 0 auto;}
.experience_cover { padding: 50px 60px;max-width: 1195px; margin: 60px auto 0px auto; background: #F5F5F5; border-radius: 20px;}
.experiences { padding-bottom: 60px;}
.experiences .content { font-size: 22px; padding-bottom: 35px;}
.experiences .name { font-size: 24px;}
.experiences .role {font-size: 16px;}

.experience_inner ul.slick-dots { min-height:34px; padding: 0; margin: 0; list-style: none; display: flex; align-items: center; justify-content: flex-start; gap: 10px; line-height: 0px;}
.experience_inner ul.slick-dots li button { border: none;font-size: 0px; display: block; line-height: normal; position: relative; padding: 0px; height: 8px; width: 8px; border: 2px solid transparent; background: #D9D9D9; border-radius: 100px; transition: all 0.4s ease;}
.experience_inner ul.slick-dots li { line-height: normal; display: block;}
.experience_inner ul.slick-dots li button:before {position: absolute;content: "";height: 12px;width: 12px;background: #F5D488;border-radius: 100px;top: -4px;left: -4px;opacity: 0;transition: all 0.4s ease;}
.experience_inner ul.slick-dots li.slick-active button:before { opacity: 1;}

.experience_cover { position: relative;}
.arrow { cursor:pointer; height: 34px; width: 34px; background: #E8E8E8; display: flex; align-items: center; justify-content: center; border-radius: 100px;}
.slider_arrows { display: flex;flex-flow: wrap; gap: 10px; position: absolute; right: 60px; bottom: 50px;}
.arrow svg { height: 20px; width: 20px;}
.arrow.pre_arrow { transform: rotate(180deg);}

@media(max-width:1024px){
	.experience_section { padding:100px 0px; }
	.experience_cover { margin: 40px auto 0; padding: 25px 30px;}
	.experiences .content { padding-bottom: 25px; font-size: 18px;}
	.experiences .name {font-size: 20px;}
	.experiences { padding-bottom: 30px;}
	.slider_arrows { bottom: 25px;right:25px;}
}

@media(max-width:1024px){ 
	.experience_section { padding:50px 0px; }
}

@media(max-width:767px){
	.experiences .content {
		font-size: 16px;
	}

}

.faq_section { padding: 100px 0px;}
.content_row.faq_row { padding: 70px 0px 50px;}
.faqs {padding: 40px 0px;border-top: 1px solid #000;}
.faq_header {display: flex;flex-flow: wrap;  gap: 20px;justify-content: space-between;}
.faq_header h4 {    width: calc(100% - 55px); cursor:pointer; transition:all 0.4s ease; }
.faq_header h4:hover { color: #f5d488; }
.faq_header span.icon {cursor:pointer;height: 34px;width: 34px;display: flex;align-items: center;justify-content: center;background: #000;border-radius: 100px;}
.faq_header span.icon svg {	fill: #fff;height: 20px;	width: 20px;vertical-align: middle;	transform: rotate(90deg);}
.faq_content {padding-top: 20px;max-width: 95%; display:none;}
.faqs_cover {padding-top: 50px;	max-width: 1193px;margin: 0 auto;}
.faqs:last-child {border-bottom: 1px solid #000;}
.faq_section .btn_cover { padding-top: 70px; text-align: center;}
.faq_section .btn_cover a .icon svg { transform: rotate(90deg);}
.faq_section .btn_cover a .icon { right: 5px;}
.faqs.active .faq_header span.icon svg {transform: rotate(270deg);}
.content_row.faq_row.row_reverse {flex-direction: row-reverse;}
.content_row.faq_row.row_reverse .content_col {padding: 0px 0px 0px 75px;}
.content_row.faq_row.row_reverse .image_col {padding: 0px 75px 0px 0px;}

@media(max-width:1024px){
	.content_row.faq_row.row_reverse .content_col {	padding: 0px 0px 0px 30px;}
	.content_row.faq_row.row_reverse .image_col {padding: 0px 30px 0px 0px;}
}

@media(max-width:991px){
	.content_row.faq_row { padding: 35px 0 25px;}
	.faqs_cover { padding-top: 25px;}
	.faqs { padding: 25px 0px;}
	.faq_content {padding-top: 10px;}
	.faq_section { padding: 50px 0px;}
	.faq_section .btn_cover { padding-top:40px; }
	.content_row.faq_row.row_reverse .content_col {	padding: 0px 0px 0px 15px;}
	.content_row.faq_row.row_reverse .image_col {padding: 0px 15px 0px 0px;}
}


@media(max-width:767px){
	.faqs { padding: 20px 0px;}
	.content_row.faq_row.row_reverse .content_col {	padding: 0px;}
	.content_row.faq_row.row_reverse .image_col {padding: 0px ;}
}


.contribution_section { padding: 70px 0px 200px; background: #FAF0DC;}
.contribution_row { padding-top:30px; display: flex; flex-flow: wrap; justify-content: space-between; gap: 30px;}
.contribution_leftcol { width: calc(50% - 15px);}
.contribution_rightcol { width: calc(50% - 15px);}
.contribution_inner { padding-top: 30px;}
.con_thumb img { height: 420px !important;  display: block; width: 100%; border-radius: 20px; object-fit: cover;}


.contribution_inner.image_top { padding-top: 200px;}

.contribution_inner.image_top .content { padding-top: 100px;}

@media(max-width:1440px){
	.contribution_inner.image_top .content { padding-top: 40px;}
	.contribution_inner.image_top { padding-top: 150px;}
}

@media(max-width:1024px){

	.contribution_section {  padding: 70px 0px;}

}

@media(max-width:991px){
	.contribution_leftcol, .contribution_rightcol { width: 100%;}
	.contribution_inner.image_top { padding-top: 30px;}
	.contribution_inner.image_top .contribution_rightcol { margin: 0px;}
	.contribution_section { padding: 70px 0px 100px;}
	.contribution_inner.image_top .content { padding-top: 30px;}
}

@media(max-width:767px){
	.con_thumb img { height:auto !important; }
	.contribution_section { padding: 30px 0px 50px;}
}


.vacancy_section { padding-bottom:200px; }
.search_wrapper { background: #E8E8E8; border-radius: 20px; padding: 27px 40px 45px; max-width: 1195px; margin: -84px auto 0px auto;}
.search_wrapper svg { height: 20px; width: 20px;}
.search_label { font-size: 18px; padding-bottom: 20px;}
.search_inner { display: flex; flex-flow: wrap; align-items: center; gap: 30px;}
.search_input { max-width: 541px; width: 100%; position: relative;}
.search_input .input { position: relative;}
.search_input .input input { padding: 15px 25px 15px 56px; width: 100%; border: none; border-radius: 50px; background: #fff; font-size: 18px; color: #000;}
.search_icon { position: absolute; top: 50%; transform: translateY(-50%); z-index: 99; left: 20px; height: 20px; width: 20px; display: flex; align-items: center; justify-content: center;}
.search_input .input input::placeholder { font-size: 18px; font-weight: 400; color: #000;}
.filterby { display: flex; align-items: center; gap: 15px; padding: 10px 20px; border-radius: 50px; background: #fff; min-width: 245px;}
.filterby span.svg_icon { height: 20px; width: 20px; display: flex; align-items: center; justify-content: center;}
.filterby span.label { font-size: 18px; }
.search_result { padding: 70px 0px 100px; max-width: 1195px; margin: 0 auto; display: flex; flex-flow: wrap; gap: 20px; align-items: center;}
.vacancy_row { row-gap:30px; display: flex; flex-flow: wrap; margin: 0 -15px;}
.vacancy_cover { margin: 0 15px; border-radius: 20px; background: #F5F5F5; padding: 20px; display: flex; flex-direction: column; gap: 20px;}
div.vacancy_cover { width: calc(100% / 3 - 30px);}
.vacancy_img img { width: 100%; display: block; border-radius: 20px;height: 200px; object-fit: cover;}
.filters { display: flex; align-items: center; flex-flow: wrap; gap: 5px; padding: 5px 15px; background: var(--primary); border-radius: 20px; color: var(--secondary); text-transform: capitalize;}
.filters span svg { height: 20px; width: 20px;  vertical-align: middle;}
.filters span.icons { height: 20px; width: 20px; display: flex; align-items: center; justify-content: center;}

.vacancy_filterby { display: flex;flex-flow: wrap; align-items: center; gap: 20px;}
.filters span.text { font-size: 14px;}
.job_title h5 { line-height: 1.3;}
.loadmore_button { text-align: center; padding-top: 100px;}
.result { padding: 5px 15px; border-radius: 20px; display: inline-flex; flex-flow: wrap;  align-items: center; justify-content: center; gap: 12px; background: #D9D9D9;}
.result span.svg-icon { height: 20px; width: 20px; display: flex; align-items: center; justify-content: center;}
.result span.svg-icon svg { height: 20px; width: 20px; vertical-align: middle; cursor: pointer;}
.result span.close-icon { height: 15px; width: 15px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.result span.close-icon svg { height: 15px; width: 15px; vertical-align: middle;}

@media(max-width:1300px){
	.search_input { max-width:100%; }

}

@media(max-width:1024px){
	.loadmore_button {  padding-top: 60px;}
	.vacancy_section { padding-bottom:100px; }
	.search_input { max-width: 100%;}
	.vacancy_cover { padding: 20px 15px; gap: 15px;}
	.vacancy_filterby { gap: 10px;}

}

@media(max-width:991px){
	.search_wrapper {
		margin: -50px auto 0px auto;}
	.loadmore_button {  padding-top: 40px;}
	.vacancy_section { padding-bottom:70px; }
	.search_result { padding: 40px 0px;}
	div.vacancy_cover { width: calc(100% / 2 - 30px);}
}

@media(max-width:767px){
	.search_wrapper {
		padding: 15px 20px;
	}

	.filterby {
		min-width: auto;
	}
	.field.filterby,.location.filterby  { width:auto; }
	.vacancy_section { padding-bottom:50px; }
	.search_inner { gap: 20px;}
	.vacancy_row { margin: 0px;}
	.vacancy_cover { margin: 0px; width: 100%;}
}

.footer_section { padding: 60px 0px 95px; background: var(--primary);}
.footer_row { display: flex;flex-flow: wrap; align-items: flex-start;}
.footer_leftcol { width: 40%;}
.footer_rightcol { width: 60%; display: flex; align-items: flex-start; justify-content: end;}
.menu_row { display: flex; flex-flow: wrap;gap: 40px;}
.menu_row .menu_cover { display: flex; flex-flow: wrap; gap: 60px;}
.menu_row ul { padding: 0; margin: 0; list-style: none; }
.footer_leftcol .logo_cover a img { max-width: 215px; height: 36px !important; object-fit: contain; display: block; }
ul.menu_cover a { text-decoration: none; color: var(--secondary);}
ul.menu_cover li a { font-weight: 600; font-size: 16px; line-height: 20px;}
ul.submenu li a { font-size: 14px;font-weight: 400;}

.footer_media ul li a span { height: 24px; width: 24px;display: flex; align-items: center; justify-content: center;}
.footer_media ul li a span svg {fill: var(--secondary);}
.footer_media ul { display: flex; flex-flow: wrap; gap: 10px;}

@media(max-width:1440px){
	.menu_row { gap: 20px;}
	.footer_leftcol { width: 20%;}
	.footer_rightcol { width: 80%; justify-content: center;}
	.menu_row .menu_cover { gap: 30px;}
	.footer_leftcol .logo_cover a img {max-width: 100%;}
}

@media(max-width:991px){
	.footer_section {
		padding: 40px 0px;
	}
	.footer_leftcol {  width: 100%;}
	.footer_rightcol { width: 100%; justify-content: flex-start; }
	.footer_row { justify-content: flex-start; row-gap: 40px;}
	.footer_leftcol .logo_cover a img { max-width: 250px;}
}

@media(max-width:767px){
	.menu_row .menu_cover li { width: 100%;}
	.menu_row { gap:30px; }
}


.future_section { padding: 215px 0px 115px; background: var(--primary);}
.future_row { display: flex; flex-flow: wrap; align-items: flex-start; row-gap: 30px;}
.title_col { width: 55%; padding-right: 30px;}
.title_col h1 { color: #fff; font-size:90px;}
.future_row .content_col { width: 45%; padding-left: 60px; color: #fff; padding-right: 0px;}
.future_section .button_row { padding-top: 100px; justify-content: center; gap: 65px; row-gap: 40px;}

.future_section .btn_cover a .icon { right: 5px;}
.future_section .btn_cover a .icon svg {transform: rotate(90deg);}

.future_section .btn_cover a:hover .icon svg { transform: rotate(90deg) scale(1.2);}


@media(max-width:1024px){
	.title_col { width: 100%; padding: 0px;}
	.future_row .content_col { width: 100%; padding: 0px;}
	.future_section .button_row { padding-top: 40px; justify-content: flex-start; gap: 40px;}
	.future_section { padding: 150px 0px 100px;}
}

@media(max-width:991px){
	.future_section .button_row {
		gap: 20px;
	}
	.future_section {padding: 30px 0px 50px;}
}

.img_with_title {  padding: 238px 0px 322px;  background-size: cover;background-repeat: no-repeat; background-position: center top; position: relative;}
.img_with_title .title { text-align: center; position: relative;}
.img_with_title .title h2 { font-size: 70px;color: #fff;font-weight: normal;line-height: 1.2;word-wrap: break-word;}
.img_with_title:before {  position: absolute;  content: ""; height: 100%; width: 100%;  left: 0; top: 0px;  background: rgba(10, 25, 25, 20%);}

@media(max-width:1440px){
	.img_with_title { padding: 100px 0px;}
}

@media(max-width:991px){
	.img_with_title .title h2 {  font-size: 40px;}
}


.job_section {padding: 100px 0px 125px;	background: #FAF0DC;}
.job_section .vacancy_cover {background: #fff;}
span.load_more.btn.primary {
	font-weight: 400;
}


@media(max-width:1024px){
	.vacancy_cover a.btn.secondary {	padding: 10px 20px !important;font-size: 13px !important;	}
}

@media(max-width:767px){
	.job_section {padding: 50px 0px;}
}


.project_hero {padding: 140px 0px 95px;	background:var(--primary);	color:var(--secondary);}
.title_wrapper .search_result {	max-width: 100%;	padding: 37px 0px 26px 0px;}
.title_wrapper .search_result .result {background: var(--secondary);color: var(--primary);}
.title_wrapper .search_result .result .result_lebel {font-size: 14px;line-height:1.3;letter-spacing:3%;}
.title_wrapper .search_result .result span.svg-icon {height: 15px;width: 15px;}
.title_wrapper .search_result .result span.svg-icon svg {height: 15px;width: 15px;}
.title_wrapper {padding-bottom: 53px;}
.title_wrapper .title h1 {color: var(--secondary);font-size: 70px;line-height: normal;letter-spacing: 0px;}
.hero__row {display: flex;align-items: flex-start;flex-flow: wrap;gap: 30px 0px;}
.left_content {width: 70%;padding-right: 40px;}
.right_image {width: 30%;}
.content_inner {max-width: 700px;}
.btn_cover_v2.btn_cover a {	padding: 17px 67px 17px 25px;background: var(--secondary);line-height:normal;}
.btn_cover_v2.btn_cover a span.icon {height: 42px;width: 42px;}
.btn_cover_v2.btn_cover a span.icon svg {transform: rotate(90deg);}
.content_inner .button_row {padding-top: 30px;}
.btn_cover_v2.btn_cover a:hover span.icon svg { transform: scale(1.1) rotate(90deg);}

.right_image img { display: block; width: 100%; border-radius: 20px;}

@media(max-width:1440px){
	.title_wrapper .title h1 { font-size: 50px;}
}

@media(max-width:991px){
	.title_wrapper .title h1 { font-size: 25px; word-break: break-all; hyphens: auto;}
	.project_hero { padding: 20px 0px 50px;}
	.title_wrapper .search_result { padding-top: 0px;}
	.title_wrapper { padding-bottom: 30px;}
	.left_content { padding: 0; width: 100%;}
	.right_image { width: 100%;}
	.btn_cover_v2.btn_cover a { padding: 12px 60px 12px 25px;}
	.btn_cover_v2.btn_cover a span.icon { height: 34px; width: 34px;}
}



.task_section {padding: 110px 0px 105px;}
.task_row {	display: flex;flex-flow: wrap;}
.task_media {width: 20%;padding-top: 108px;}
.task_content {width: 60%;}
.contact_box {width: 20%; position: sticky; top:10px; align-self: flex-start;}
.media_label {font-size: 16px;line-height: 1.6;padding-bottom: 10px;}
.media_cover ul {	padding: 0;margin: 0;list-style: none;display: flex;flex-flow: wrap;gap: 15px;}
.media_cover ul li a {height: 52px;	width: 52px;	display: flex;align-items: center;	justify-content: center;	background: var(--primary);	border-radius: 100px;}
.media_cover ul li a img {height: 22px;	width: 22px; display: block;}
.task_description ul { margin: 0;	padding: 0;list-style: none; display:flex;flex-direction:column;gap:10px;}
.task_description {padding-top: 30px;}
.task_description ul li {	padding-left: 15px;	position: relative;}
.task_content {	padding: 0 18px;}
.task_description ul li:before {position: absolute;left: 0;top: 15px;	height: 5px;	width: 5px;border-radius: 10px;background: var(--primary);content: "";}
.contact_box { padding-top: 108px;}
.contact_label { font-size: 16px; line-height: 1.6;}
.contact_inner { padding: 15px 20px 16px; background: #F5F5F5; border-radius: 20px;}
.contact_cover { max-width: 215px; margin: 0 auto;}
.contact_inner .thumbnail { max-width: 100px; margin: 0 auto;}
.contact_inner .thumbnail img {height: 100px; width: 100px; display: block; border-radius: 100%;}
 .name{margin-top:20px;}
.contact_inner .name { font-size: 20px; line-height: 1.3; font-family: var(--secondaryFont);}
.contact_inner .role { font-size: 16px; line-height: 1.6; padding-bottom: 15px;}
.contact_link a { text-decoration: none; font-size: 16px;line-height: 1.6; color: var(--primary);}
.contact_inner { margin: 10px 0px 15px 0px;}
.contact_btn a { width: 100%; text-align: center;}

@media(max-width:1024px){
	.task_media {padding-top: 62px;	width: 15%;}
	.task_description {font-size: 16px;}
	.task_description ul li:before {	top: 10px;}
	.contact_box { top:100;	padding-top: 62px;width: 25%;}
	.media_cover ul li a {height: 40px;	width: 40px;}
	.media_cover ul li a img {height: 18px;	width: 18px;}
	.media_cover ul {gap: 10px;}
	.contact_cover {	margin: 0 0 0 auto;}
}

@media(max-width:991px){
	.task_media {	width: 100%;padding-top: 0px;	padding-bottom: 20px;}
	.task_content {	padding-left: 0px;}
	.task_content {	width: 70%;	}
	.contact_box {top:50px;width: 30%;padding-top: 40px;}
	.task_section {	padding: 70px 0px;}
	.task_description {	padding-top: 15px;}
}

@media(max-width:767px){
	.task_section {	padding: 50px 0px;	}
	.task_content {width: 100%;	padding: 0px;	}
	.contact_box {padding-top: 30px;width: 100%;}
	.contact_cover {max-width: 100%;text-align: center;}
}

.title_with_content {	padding: 100px 0px;}
.title_with_content .task_description {	padding-top: 0px;max-width: 826px;	margin: 0 auto;}
.title_with_content .task_description ul {	padding-top: 30px;}
.title_with_content .task_description img {padding: 100px 0px;	width: 100%;	border-radius: 20px;display: block;}

@media(max-width:991px){
	.title_with_content {padding: 30px 0px;}
	.title_with_content .task_description img { padding: 40px 0px;}
}

.image-with-content.image_with_content .button_row {flex-direction: column;}
.experience_label {margin-bottom: 80px;}

@media(max-width:1024px){
	.experience_label {	margin-bottom: 40px;}
}
.title_col h1 {word-wrap: break-word;}}
@media(max-width:1440px){
	.title_col h1 {font-size: 70px;	}
}
@media(max-width:991px){
	.title_col h1 {	font-size: 45px;}
}

.industry_slider_section {	padding: 150px 0px;}
.title.industry_title {	text-align: center;padding-bottom: 35px;}
.title.industry_title h2 {    word-wrap: break-word;}
.slide_cover { max-width: 1196px; margin: 0 auto;}
.industry_slider_section .button_row {  justify-content: center;}
.slide_cover .slick-slide { transition:all 0.3s ease; margin: 0 15px; background: #f5f5f5; border-radius: 20px;}
.single_slide { padding: 35px 30px 42px;display: block;}

.single_slide { box-sizing: border-box;}
.slide_cover .slick-slide { display: flex;align-items: center; transform: scale(0.9);}
.single_slide {  width: 100%; }
.slide_icon {display: flex; justify-content: center; padding-bottom: 15px;}
.slide_icon img {  height: 110px; width: 110px;}

.slide_title {    word-wrap: break-word; font-size: 40px;  line-height: normal;  font-weight: 400; font-family: 'Aeonikextended-Custom'; padding-bottom: 15px;}
.slide_content { font-size: 18px;line-height: 1.6; font-weight: 400;}

.industry_slider {position: relative;}
.slide_cover .slick-slide.slick-current.slick-active.slick-center { transition:all 0.3s ease; background: #f5d488;transform: scale(1.2);}
.arrow_row {	position: absolute;left: 0px;width: 90%;	right: 0;margin: 0 auto;	display: flex;	align-items: center;	justify-content: space-between;	top: 50%;transform: translateY(-50%);}
.arrow_cover {height: 34px;width: 34px;	background: #000;	border-radius: 100%;display: flex;align-items: center;justify-content: center;cursor:pointer;}
.arrow_cover.arrow_left svg{transform: rotate(180deg);}
.slide_cover {	width: 100%;}
.slide_cover .slick-track {display: flex; 	padding:150px 0px;}
.slide_cover .slick-slide {	height: auto !important;	display: flex;}
.single_slide {width: 100%;	height: auto;display: flex;	flex-direction: column;	box-sizing: border-box;}

@media(max-width:1440px){
	.arrow_row {position: static;justify-content: center;gap: 20px;}
}

@media(max-width:1024px){

	section.industry_slider_section {	padding: 90px 0px;	}
	.slide_cover .slick-slide.slick-current.slick-active.slick-center {transform: scale(1.1);}
	.slide_cover .slick-track {	padding: 100px 0px;	}
	.industry_slider_section .button_row {padding-top: 25px;	}
}

@media(min-width:992px){
	.slide_cover .slick-slide .slide_icon {	height: 0px;}
	.slide_cover .slick-slide .slide_icon img {height:0px;}
	.slide_icon img {transition: height 0.3s ease;}
	.slide_icon {transition: height 0.3s ease;padding: 0px;}
	.slide_cover .slick-slide.slick-current.slick-active.slick-center .slide_icon {height: 110px;	margin-bottom: 15px;}
	.slide_cover .slick-slide.slick-current.slick-active.slick-center .slide_icon img {height: 110px; }

}

@media(max-width:991px){
	.slide_cover .slick-track {padding: 50px 0px;}
	.slide_cover .slick-slide {	transform: none;	}
	.slide_title {font-size: 30px;}

}

@media(max-width:767px){
	.slide_content {font-size: 16px;}
	section.industry_slider_section {	padding: 60px 0px;	}
}

.spezialist { padding: 200px 0px 70px 0; }
.spezialist_title { text-align: center;padding-bottom: 33px;}
.spezialist_content { max-width: 950px; margin: 0 auto; text-align: center; }
.spezialist_heading { padding-bottom: 76px; }
.spezialist_box_cover { display: flex; row-gap:30px; flex-flow: wrap; margin: 0 -15px;}
.spezialist_box { width: calc(100% / 3 - 30px);border-radius: 20px; margin:0px 15px;background-color: rgba(245, 245, 245, 1);}
.spezialist_btn_row {display: flex;justify-content: center;padding-top: 80px;}
.spezialist_box_info {  padding: 30px;  }
.spezialist_img img { width: 100%; height: 300px !important; display: block; object-fit: cover; border-radius: 20px 20px 0px 0;}
.spezialist_box_title h4 { font-size: 38px;}
.spezialist_box_title { padding-bottom: 15px; }

@media(max-width:1440px){
	.spezialist { padding: 50px 0px 70px 0; }
}

@media(max-width:1024px){
	.spezialist_box {width: calc(50% - 30px);}
}

@media(max-width:767px){
	.spezialist {padding: 60px 0;}
	.spezialist_box { width: 100%; margin: 0; }
	.spezialist_box_cover { margin: 0; gap: 20px; }
	.spezialist_heading{ padding-bottom: 50px; }
	.spezialist_box_title h4{ font-size: 22px; line-height: 27px; }
	.spezialist_box_info {padding: 20px;}
	.spezialist_btn_row {padding-top: 40px;}

}	


html {
  scroll-behavior: smooth;
  scroll-padding:110px;
}