@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.services_wrapper .container .row .content_wrap .row .col_panel .row .single_service_wrap .inner_service .heading_toggle:hover {
	background: #D7BB84
}
.services_wrapper .container .row .content_wrap .row .col_panel .row .single_service_wrap .inner_service .heading_toggle:hover .question {
	color: #fff;
}
.general_template.hero_wrapper {
    height: calc(50vh - 100px);
    position: relative;
}
.general_template.hero_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.video-overlay {
	height: 450px;
	position: relative;
}
.video-overlay .abs-play-white {
    width: 100%;
    max-width: 105px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 25px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.career-intro {
	padding: 60px 0;
}
.career-intro .btn {
	text-transform: none;
	margin-top: 30px;
}
.career-intro h1 {
    font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #3E4957;
    padding-bottom: 25px;
}
.career-intro h4 {
    color: #D7BB84;
    font-family: "Montserrat", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 30px;
}
.career-intro h4::before {
    content: url(/wp-content/themes/zaza/dist/images/lines.png);
    position: absolute;
    left: 0;
    top: 0;
}
#openings {
	padding: 60px 0;
}
#openings h2 {
    font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #3E4957;
    padding-bottom: 10px;
}
.openings_repeater {
	padding-top: 50px;
}
.single-opening {
	padding: 30px 0;
	border-bottom: 0.5px solid #1E3348;
}
.details-side {
	text-align: right;
}
.details-side .btn {
	text-transform: none !important;
}
#openings h3 {
    font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #3E4957;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#openings h5 {
	text-transform: uppercase;
	color: #D7BB84;;
}
.single-career-intro {
	padding: 60px 0;
}
.single-career-intro h1 {
	font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    font-size: 44px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #3E4957;
    padding-bottom: 25px;
}
.long-description {
	background: #F4F4F4;
	padding: 50px 60px;
	margin-top: 60px;
}
.long-description h2, .long-description h3, .long-description h4, .long-description h5, .long-description h6 {
	text-transform: uppercase;
	color: #3E4957;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.long-description h2 {
	font-size: 26px;
}
.long-description h3 {
	font-size: 18px;
}
.long-description h4 {
	font-size: 16px;
}
.long-description h5 {
	font-size: 14px;
}
.apply-box {
	margin-top: 40px;
}
.apply-box .btn, .single-career-intro .btn {
	text-transform: none !important;
	margin-top: 10px;
}
.single-career-intro .small_title {
    color: #D7BB84;
    font-family: "Montserrat", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}
.single-career-intro .small_title::before {
    content: url(/wp-content/themes/zaza/dist/images/lines.png);
    position: absolute;
    left: 0;
    top: 0;
}
#gform_3 .gfield .gfield_label {
	width: 30%;
	float: left;
}
#gform_3 .gfield .ginput_container {
	width: 70%;
	float: right
}
#gform_3 #field_3_6 .gfield_label {
	width: 100%;
	float: none;
	font-weight: 300;
}
#gform_3 #field_3_6 .ginput_container {
	width: 100%;
	float: none;
}
#gform_3 #field_3_6 .gfield_label {
	font-size: 18px;
	text-transform: uppercase;
    color: #3E4957;
    font-weight: bold;
    padding-top: 20px;
}
#gform_3 .gform_fileupload_rules {
	display: none !important;
}
#gform_3 .gfield_label {
	font-weight: 400;
}
#footer_wrapper .footer_top_wrap .container-fluid .row .content_wrap .inner_wrap .row .left_image .inner .image {
	bottom: 20px;
}
.extend-line h1 {
	position: relative;
	display: inline-block;
	padding-bottom: 0px !important;
	margin-bottom: 30px;
	
}
.extend-line h1::after {
	content: '';
	  border-bottom: 2px solid #D7BB84;
	  width: 130%;
	  position: absolute;
	  left: 0;
	  bottom: -10px;
}
.middle-services {
	background: #1E3348;
	padding: 40px 0 40px;
}
.middle-services h6 {
	text-transform: uppercase;
	color: #fff;
	padding-top: 12px;
	margin-bottom: 3px;
	
}
.middle-services h3 {
	font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #fff;
    padding-bottom: 10px;
}
.single-serice-back .extend-line h1 {
	font-family: "quiche-sans", "sans-serif";
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #3E4957;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.single-serice-back .text-side {
	margin-top: 40px;
}
.reopeat-count .small-title {
    color: #D7BB84;
    font-family: "Montserrat", "sans-serif";
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 60px;
}
.reopeat-count .small-title::before {
    content: url(/wp-content/themes/zaza/dist/images/lines.png);
    position: absolute;
    left: 0;
    top: calc(0% - 4px);
}
.services-back {
	padding: 80px 0 0;
}
.single-serice-back {
	padding: 60px 0;
}
@media only screen and (max-width: 992px) {
	.services-back {
		padding: 20px 0;
	}
	.single-serice-back {
		padding: 20px 0;
	}
	.repeat-des {
		padding-bottom: 40px;
	}
	.extend-line h1::after {
		width: 100%;
	}
	.single-serice-back .extend-line h1 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px) {
	.single-opening, .details-side {
		text-align: center;
	}
	#openings h2 {
		font-size: 30px;
	}
	.career-intro h1 {
		font-size: 36px;
	}
	.long-description {
		padding: 30px;
	}
	.gfield .gfield_label {
		width: 30%;
		float: left;
	}
	.gfield .ginput_container {
		width: 70%;
		float: right
	}
	
}
/*
     FILE ARCHIVED ON 04:48:42 Jul 17, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:20:56 Mar 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.046
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.066
  esindex: 0.018
  cdx.remote: 25.759
  LoadShardBlock: 165.343 (3)
  PetaboxLoader3.datanode: 276.175 (5)
  PetaboxLoader3.resolve: 167.222 (2)
  load_resource: 289.317
  loaddict: 49.653
*/