body {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
	background-color: #ffd4bf;
	border-radius: 10px;
}
header#site-header,
section#opening_sec,
section#banner,
section#bg_video,
section#step_stones,
section#abt_sec,
section#job_typ_sup,
footer#site-footer {
	overflow-x: hidden;
}
header#site-header .logo_area img {
	max-width: 200px;
}
header#site-header .login_area a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	display: inline-block;
	padding: 16px 32px;
	border-radius: 6px;
	background-color: #17236A;
}
header#site-header .login_area a:hover,
header#site-header .login_area a:focus,
header#site-header .login_area a:active {
	background-color: #F87431;
}
section#opening_sec .opening_slider_wrap .each_slide .row {
	padding-top: 8%;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_caption {
	padding: 2px;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_caption h5 {
	color: #191919;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 30px;
	border: 1px solid #EDEDED;
	background-color: #FFF9F6;
	display: inline-block;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_caption h3 {
	color: #101828;
	font-family: Poppins;
	font-size: 40px;
	font-weight: 600;
	line-height: 54px;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_caption a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
	display: inline-block;
	padding: 24px 32px;
	border-radius: 6px;
	background-color: #F87431;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_caption a:hover,
section#opening_sec .opening_slider_wrap .each_slide .slide_caption a:focus,
section#opening_sec .opening_slider_wrap .each_slide .slide_caption a:active {
	background-color: #17236A;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_img {
	position: relative;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_img img:first-child {
	max-width: 100%;
	width: 277px;
	height: 421px;
	transform: rotate(-14.447deg);
	position: relative;
	left: 18%;
	transition: all 1s ease-in-out;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_img img:nth-child(2) {
	max-width: 100%;
	position: absolute;
	top: -115px;
	right: 18%;
	width: 224px;
	height: 426px;
	transform: rotate(-8.632deg);
	transition: all 1s ease-in-out;
}
section#opening_sec .opening_slider_wrap .each_slide .slide_img:hover img {
	transform: rotate(0deg);
}
section#banner {
	background-color: #17236A;
}
section#banner .banner_left h4 {
	color: #FFF;
	font-family: Poppins;
	font-size: 32px;
	font-weight: 600;
}
section#banner .banner_left h2 {
	color: #FFF;
	font-family: Poppins;
	font-size: 96px;
	font-weight: 700;
	line-height: 96px;
}
section#banner .banner_left h5 {
	color: #FFF;
	font-family: Poppins;
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
}
section#banner .banner_right h6 {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	text-decoration: line-through;
}
section#banner span.sv_prc {
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	padding: 8px 18px;
	margin-left: 12px;
	border-radius: 18px;
	background-color: #243491;
}
section#banner .banner_right h4 {
	color: #FFF;
	font-family: Poppins;
	font-size: 32px;
	font-weight: 600;
	line-height: 60px;
}
section#banner .banner_right h4 > span {
	color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
}
section#banner .banner_right p {
	color: #FFF;
	font-family: Poppins;
}
section#banner .banner_right a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 20px 70px;
	letter-spacing: 0.72px;
	display: inline-block;
	min-width: 300px;
	text-transform: uppercase;
	border-radius: 5px;
	background-color: #F87431;
}
section#banner .banner_right a:hover,
section#banner .banner_right a:focus,
section#banner .banner_right a:active {
	color: #18236a;
	background-color: #FFF;
}
section#step_stones .row .col-12 {
	transition: transform 1s ease-in-out;
	position: relative;
}
section#step_stones .row .col-12:nth-child(odd) {
	transform: translateX(20%);
}
section#step_stones .row .col-12:nth-child(even) {
	transform: translateX(0);
}
section#step_stones .row:hover .col-12:nth-child(odd) {
	transform: translateX(0);
}
section#step_stones .row:hover .col-12:nth-child(even) {
	transform: translateX(20%);
}
section#step_stones .step_count {
	color: #F9BC6E;
	font-family: Poppins;
	font-size: 124px;
	font-weight: 800;
	line-height: 0.9;
	letter-spacing: -5.58px;
	opacity: 0.15;
}
section#step_stones .row .col-12:nth-child(even) .step_count {
	text-align: right;
}
section#step_stones .content_box {
	display: flex;
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0px 69px 114px 0px rgba(0, 0, 0, 0.08);
	padding: 30px;
	align-items: center;
}
section#step_stones .content_box .stp_img {
	margin: 0 40px 0 40px;
}
section#step_stones .content_box .stp_img img {
	max-width: 220px;
}
section#step_stones .content_box .stp_cnt h3 {
	color: #F87431;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 700;
	line-height: 137.2%;
	margin-bottom: 30px;
	position: relative;
}
section#step_stones .content_box .stp_cnt h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 85px;
	height: 2px;
	background-color: #F87431;
}
section#step_stones .content_box .stp_cnt p {
	color: #000;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 170.7%;
}
section#abt_sec .abt_cnt span.abt_badge {
	color: #101010;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 16px;
	margin-bottom: 10px;
	border-radius: 30px;
	border: 1px solid #EDEDED;
	background-color: #FFF9F6;
}
section#abt_sec .abt_cnt h3 {
	color: #101828;
	font-family: Poppins;
	font-size: 45px;
	font-weight: 600;
	line-height: 76px;
}
section#abt_sec .abt_cnt p {
	color: #667085;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}
section#abt_sec .abt_cnt a.reg_cont {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.72px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 30px;
	border-radius: 6px;
	background-color: #F87431;
	min-width: 320px;
}
section#abt_sec .abt_cnt a.reg_cont:hover,
section#abt_sec .abt_cnt a.reg_cont:focus,
section#abt_sec .abt_cnt a.reg_cont:active {
	background-color: #17236A;
}
section#abt_sec .abt_img_wrap img {
	width: 100%;
	border-radius: 15px;
}
section#job_typ_sup {
	background-color: #FFF9F6;
}
section#job_typ_sup span.jbtyp_badge {
	color: #060606;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
	padding: 4px 18px;
	border-radius: 30px;
	border: 1px solid #EDEDED;
	background-color: #FFF9F6;
}
section#job_typ_sup h3 {
	color: #101828;
	font-family: Poppins;
	font-size: 44px;
	font-weight: 600;
	line-height: 76px;
}
section#job_typ_sup p {
	color: #667085;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
}
section#job_typ_sup .typ_slide_row {
	background-color: #fff;
	padding: 35px;
	border-radius: 32px 32px 0px 0px;
}
section#job_typ_sup .typ_slide_row .jb_typ_sld_wrap {
	margin: 0 -10px;
}
section#job_typ_sup .typ_slide_row .jb_typ_sld_wrap .each_jb_typ {
	margin: 0 10px;
}
section#job_typ_sup .typ_slide_row .jb_typ_sld_wrap .each_jb_typ .job_foc_img {
	height: 325px;
	border-radius: 20px;
	overflow: hidden;
}
section#job_typ_sup .typ_slide_row .jb_typ_sld_wrap .each_jb_typ .job_foc_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#job_typ_sup .typ_slide_row .jb_typ_sld_wrap .each_jb_typ h4 {
	color: #000;
	font-family: Poppins;
	font-size: 28px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 15px 0 25px;
}

footer#site-footer {
	background-color: #17236A;
}
footer#site-footer .foot_logo img {
	width: 180px;
}
footer#site-footer .foot_desp p {
	color: #EAECF0;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin: 10px 0;
}
footer#site-footer .foot-social {
	display: flex;
	gap: 20px;
}
footer#site-footer .foot-social a {
	color: #F87431;
	font-size: 24px;
}
footer#site-footer .foot-social a:hover,
footer#site-footer .foot-social a:focus,
footer#site-footer .foot-social a:active {
	color: #fff;
}
footer#site-footer .foot_legal {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 25px 0 0;
}
footer#site-footer .foot_legal a {
	color: #fff;
	font-size: 21px;
	text-decoration: none;
}
footer#site-footer .foot_legal a:hover,
footer#site-footer .foot_legal a:focus,
footer#site-footer .foot_legal a:active {
	color: #F87431;
}
footer#site-footer .foot_title h4 {
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}
footer#site-footer .foot_log_btns {
	display: flex;
	gap: 20px;
}
footer#site-footer .foot_log_btns a {
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.72px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
	padding: 22px 35px;
	border-radius: 6px;
	background-color: #F87431;
}
footer#site-footer .foot_log_btns a:hover,
footer#site-footer .foot_log_btns a:focus,
footer#site-footer .foot_log_btns a:active {
	color: #18236a;
	background-color: #FFF;
}
footer#site-footer .copy_content span {
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1px;
}
footer#site-footer .copy_content a {
	color: #F87431;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1px;
	text-decoration: none;
}
footer#site-footer .copy_content a:hover,
footer#site-footer .copy_content a:focus,
footer#site-footer .copy_content a:active {
	color: #FFF;
}
footer#site-footer .scrolltop {
	width: 100%;
	margin: 0px auto;
	position: fixed;
	bottom: 35px;
	right: 15px;
	z-index: 9999;
}
footer#site-footer .scrolltop .scroll {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,.5);
	padding: 15px 20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
footer#site-footer .scrolltop .scroll:hover {
	background-color: #0E1B1B;
}
footer#site-footer .scrolltop .scroll i {
	color: #fff;
	font-size: 20px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
@media(max-width:1200px){
	section#step_stones .row .col-12:nth-child(odd) {
		transform: translateX(0);
	}
	section#step_stones .row .col-12:nth-child(even) {
		transform: translateX(0);
	}
	section#step_stones .row:hover .col-12:nth-child(odd) {
		transform: translateX(0);
	}
	section#step_stones .row:hover .col-12:nth-child(even) {
		transform: translateX(0);
	}
}
@media(max-width:992px){
	section#step_stones .content_box {
		display: block;
	}
}
@media(max-width:768px){
	section#opening_sec .opening_slider_wrap .each_slide .slide_img img {
		position: unset !important;
		transform: rotate(0deg) !important;
		margin: auto;
	}
	section#banner .banner_left h2 {
		font-size: 65px;
	}
	section#step_stones .content_box .stp_cnt h3 {
		font-size: 24px;
		margin: 30px 0;
	}
	section#abt_sec .abt_cnt h3 {
		font-size: 35px;
		line-height: 42px;
	}
	section#job_typ_sup h3 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	section#job_typ_sup .typ_slide_row {
		padding: 20px 15px 5px;
	}
	footer#site-footer .foot_log_btns,
	footer#site-footer .foot_log_btns a {
		display: block;
		width: 100%;
		text-align: center;
	}
}
@media(max-width:575px){
	header#site-header .logo_area img {
		max-width: 145px;
	}
	header#site-header .login_area a {
		font-size: 14px;
		padding: 10px 28px;
	}
	section#opening_sec .opening_slider_wrap .each_slide .slide_caption h3 {
		font-size: 26px;
		line-height: 32px;
	}
	section#opening_sec .opening_slider_wrap .each_slide .slide_caption a {
		font-size: 15px;
		line-height: 28px;
		padding: 12px 25px;
	}
	section#opening_sec .opening_slider_wrap .each_slide .slide_img img {
		max-width: 165px !important;
		height: auto !important;
	}
	section#banner .banner_right a,
	section#abt_sec .abt_cnt a.reg_cont {
		min-width: auto;
		width: 100%;
	}
	section#step_stones .content_box .stp_img {
		margin: 10px 0px;
	}
	section#job_typ_sup .typ_slide_row .jb_typ_sld_wrap .each_jb_typ h4 {
		font-size: 18px;
	}
}
