/*------------------------------------------------------------
	
	+ Font List
		- font-family: 'Montserrat', sans-serif;
	
	+ Responsive
		- Min Width : 576
		- Min Width : 768
		- Min Width : 992
		- Min Width : 1200
		- Max Width : 575
		- Max Width : 767
		- Max Width : 991
		- Max Width : 1199
		
------------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #252460;
	overflow-x: hidden;
}

img {
    max-width: 100%;
	height: auto;
}
a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

a,
a:hover {
    outline: 0 !important;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}


/* - Main Container */
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

/* - Header */
.is-sticky .header-fix {
	z-index: 11;
}
.header_s .top-bar {
	background-color: #252460;
}
.header_s .top-bar .left-side > a {
	color: #fff;
	display: inline-block;
	line-height: 1.005;
	margin-top: 13px;
	margin-bottom: 13px;
	font-weight: 600;
}
.header_s .top-bar .left-side > a > i {
	margin-right: 13px;
}
.header_s .top-bar .left-side > a:hover {
	color: #db2000;
}
.header_s .top-bar .right-side ul {
	padding: 0;
	margin-bottom: 0;
}
.header_s .top-bar .right-side > ul > li {
	display: inline-block;
}
.header_s .top-bar .right-side > ul > li > a {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.005;
	padding: 13px 20px;
	display: inline-block;
	font-weight: 600;
}
.header_s .top-bar .right-side > ul > li > a:hover, 
.top-active {
	background-color: #db2000;
}
.header_s .empnavigation {
	background-color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
	padding: 0;
}
.header_s .empnavigation .navbar-nav li {
	line-height: 1.005;
}
.header_s .empnavigation .navbar-nav li a {
	font-size: 14px;
	color: #252460;
	text-transform: uppercase;
	line-height: 1.005;
	font-weight: 600;
}
.header_s .empnavigation .navbar-nav > li > a.active,
.header_s .empnavigation .navbar-nav > .active > a, 
.header_s .empnavigation .navbar-nav > .active > a:focus, 
.header_s .empnavigation .navbar-nav > .active > a:hover, 
.header_s .empnavigation .navbar-nav > li:hover > a, 
.header_s .empnavigation .navbar-nav li a:hover {
	color: #db2000;
}
.header_s .empnavigation .navbar-nav > li.dropdown .dropdown-item.active,
.header_s .empnavigation .navbar-nav > li.dropdown .dropdown-item:active,
.header_s .empnavigation .navbar-nav > li.dropdown .dropdown-item:hover,
.header_s .empnavigation .navbar-nav > li.dropdown a:focus {
	background-color: transparent;
}

/* - Page Banner */
.page-banner {
	background-color: #252460;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.page-banner .page-title {
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.page-banner .breadcrumb {
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}
.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}
.page-banner .breadcrumb li a {
	color: #fff;
	font-weight: 300;
}
.page-banner .breadcrumb li.active,
.page-banner .breadcrumb li a:hover {
	color: #e73c00;
}
.banner-bg {
	background-position: center;
}
.pointer {
	cursor: pointer;
}
.contact .contact-info {
	display: flex;
}
.contact .box-img {
    width: 30px;
    margin-right: 20px;
}
.pt-0 {
	padding-top: 0;
}
.pb-125 {
	padding-bottom: 125px
}
.modal-body .contact-form::after, .modal-body .contact-form::before, 
.contact-form::before, .contact-form::after {
	background: none;
}
.modal-body .contact-form {
	padding: 0px;
}
.modal-body .contact-form .form-box {
	box-shadow: none;
	padding: 0 40px;
}
/* - Footer Section */
/* - Footer Widget */
.footer-section .footer-widget {
	background-color: #0c0c20;
	padding-bottom: 70px;
	padding-top: 75px;
	position: relative;
}
.footer-section .footer-widget::after,
.footer-section .footer-widget::before {
	position: absolute;
	content: "";
	height: 5px;
	top: 0;
	width: 50%;
}
.footer-section .footer-widget::after {
	background-color: #252460;
	left: 0;
}
.footer-section .footer-widget::before {
	background-color: #db2000;
	right: 0;
}

/* - Widget */
.footer-widget .widget {
	margin-bottom: 30px;
}

/* - Widget Title */
.footer-widget .widget-title {
    color: #fff;	
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
	padding-top: 22px;
    padding-bottom: 22px;
    text-align: left;
    text-transform: uppercase;
}

/* - Widget : About */
.footer-widget .widget_about > a {
	display: inline-block;
}
.footer-widget .widget_about > p {
	color: rgba(255,255,255,0.8);
	line-height: 30px;
	margin-top: 14px;
	margin-bottom: 10px;
}
.footer-widget .widget_about ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 18px;
}
.footer-widget .widget_about ul li {
	display: inline-block;
    margin-right: 18px;
    margin-bottom: 5px;
}
.footer-widget .widget_about ul li a {
	background-color: rgba(255,255,255,0.1);
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	width: 42px;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
}
.footer-widget .widget_about ul li a:hover {
	background-color: #db2000;
}
.footer-widget .widget_about .copyright p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2.5;
    letter-spacing: -0.2px;
    margin-top: 15px;
}
/* - Widget : Pages */
.footer-widget .widget_pages > ul {	
	margin-bottom: 0;
	padding: 0;
}
.footer-widget .widget_pages > ul li {
	display: inline-block;
	width: 100%;
}
.footer-widget .widget_pages > ul li + li {
	margin-top: 10px;
}
.footer-widget .widget_pages > ul li a {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-widget .widget_pages > ul li.current_page_item a,
.footer-widget .widget_pages > ul li a:hover {
	color: #fd7435;
	padding-left: 12px;
}

/* - Widget : Latest Blog */
.footer-widget .latest-content,
.footer-widget .latest-content .content-box {
	display: inline-block;
	width: 100%;
}
.footer-widget .latest-content .content-box {
	position: relative;
	padding-left: 83px;
	min-height: 63px;
}
.footer-widget .latest-content .content-box + .content-box {
	margin-top: 20px;
}
.footer-widget .latest-content .content-box > a {
	position: absolute;
	left: 0;
	top: 0;
}
.footer-widget .latest-content .content-box > h4 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.714;
	margin-top: -5px;
	margin-bottom: 0;
}
.footer-widget .latest-content .content-box > h4 > a {
	color: rgba(255, 255, 255, 0.8);
}
.footer-widget .latest-content .content-box > h4 > a:hover {
	color: #db2000;
}
.footer-widget .latest-content .content-box > span {	
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 2;
}

/* - Widget : Contact */
.footer-widget .widget_contact .widget-title {
	margin-bottom: 14px;
}
.footer-widget .widget_contact > p {
    position: relative;
	padding-left: 22px;
    margin-bottom: 10px;	
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	line-height: 2.143;
}
.footer-widget .widget_contact > p > a {
	color: #fff;
	text-transform: lowercase;
}
.footer-widget .widget_contact > p > a:hover {
	color: #db2000;
}
.footer-widget .widget_contact > p > i {
	font-size: 14px;
    position: absolute;
    left: 0;
	top: 8px;
}

/* - Slider Section */
.slider-section .carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	top: 0;
	display: flex;
	align-items: center;
}
.slider-section .carousel-caption h4 {
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.333;
}
.slider-section .carousel-caption p {	
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.273;
}
.slider-section .carousel-caption a {	
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.556;
	border: 1px solid #fff;
	padding: 15px 28px;
	margin-top: 50px;
}
.slider-section .carousel-caption a:hover {	
	background-color: #fff;
	color: #252460;
}
.slider-section .carousel-caption a > i {	
	margin-left: 40px;
}
.slider-section .carousel-control-next {
	right: 15px;
}
.slider-section .carousel-control-prev {
	left: 15px;
}
.slider-section .carousel-control-next, 
.slider-section .carousel-control-prev {
	background-color: #fff;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	bottom: auto;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	opacity: 0;
	color: #252460;
	z-index: 10;
}
.slider-section .carousel-control-next:hover, 
.slider-section .carousel-control-prev:hover {
	background-color: #db2000;
	color: #fff;
}
.slider-section:hover .carousel-control-next, 
.slider-section:hover .carousel-control-prev {
	opacity: 1;
}

/* - Section Header */
.section-header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.section-header > span {
	font-size: 151px;	
	color: #e9e9e9;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 0.7;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.section-header > span ~ h3 {
	padding-bottom: 35px;
	padding-top: 35px;
}
.section-header h3 {
	font-size: 36px;
	color: #252460;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	position: relative;
	margin-bottom: 0;
}
.section-header h3 > span {
	color: #db2000;
}

/* - About Section */
.about-section {
	padding-top: 63px;
	padding-bottom: 63px;
}
.about-section .img-box {
	padding-bottom: 10px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.about-section .img-box::after,
.about-section .img-box::before {
	background-color: #db2000;
	content: "";
	position: absolute;
}
.about-section .img-box::after {
	left: -40px;
	top: 0;
	width: 164px;
	height: 164px;
}
.about-section .img-box::before {
	right: -10px;
	bottom: 0;
	width: 59px;
	height: 59px;
	z-index: -1;
}
.about-section .content-box {
	padding-top: 30px;
}
.about-section .content-box p {
	color: #252460;
	line-height: 2;
	text-align: justify;
}
.about-section .content-box p > span {
	color: #db2000;
	font-size: 18px;
	font-weight: 700;
}
.about-section .content-box .staff-box {
	padding-left: 80px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.about-section .content-box .staff-box > span {
	font-size: 21px;
	color: #db2000;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.24;
}
.about-section .content-box .staff-box > h3 {
	font-size: 66px;
	color: #db2000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-section .content-box .staff-box > h3 > sub {
	font-size: 24px;
	bottom: 0;
}
.about-section .content-box .staff-box > h6 {
	font-size: 34px;
	color: #252460;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.about-section .content-box .staff-box > h6 > sub {
	font-size: 20px;
	color: #db2000;
	bottom: 0;
}

.about-section .img-box-2 {
	text-align: right;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.about-section .img-box-2::before {
	background-color: #db2000;
	content: "";
	position: absolute;
	left: 0;
	right: 40px;
	top: 20%;
	bottom: 20%;
}
.about-section .img-box-2 > img {
	position: relative;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.47);
}

/* - Why Section */
.why-section {
	padding-top: 80px;
	padding-bottom: 100px;
}
.why-section .content-box {
	text-align: center;
	padding-left: 62px;
	padding-right: 62px;
}
.why-section .content-box > i {
	line-height: 85px;
	height: 85px;
	display: block;
	text-align: center;
}
.why-section .content-box > h3 {
	color: #252460;
	font-size: 22px;
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 16px;
}
.why-section .content-box > p {
	color: #252460;
	line-height: 22px;
}

/* - Services Section */
.services-section {
	position: relative;
	padding-top: 70px;
}
.services-section::after,
.services-section::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100px;
}
.services-section::after {
	background-color: rgba(219,32,0,0.7);
}
.services-section::before {
	background-image: url("assets/images/services-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.services-section .container {
	position: relative;
	z-index: 1;
}
.services-section .section-header h3 {
	color: #fff;
	font-size: 82px;
}
.services-section .srv-box {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.services-section .srv-box .content-box {
	text-align: center;	
	padding: 25px 30px 43px;
}
.services-section .srv-box .content-box h4 {
	font-size: 22px;
	color: #252460;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.services-section .srv-box .content-box p {
	color: rgba(37, 36, 96, 0.8);
	line-height: 22px;
}
.services-section .srv-box .content-box a {
	color: #d3513b;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.556;
}
.services-section .srv-box .content-box a:hover {
	color: #252460;
}
.services-section .srv-box .content-box a > i {
	margin-left: 35px;
}

/* - Get In Touch */
.get-in-touch {
	padding-top: 140px;
	padding-bottom: 212px;
}
.get-intouch-content {
	background-color: #db2000;
	padding: 35px 30px 0;
	position: relative;
	border-radius: 10px;
}
.get-intouch-content::before {
	background-image: url("assets/images/get-intouch-bg.png");
	background-position: left;
	background-repeat: no-repeat;
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.1;
}
.get-intouch-content .content-box p {
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.485;
	margin-bottom: 0;
	margin-bottom: 30px;
}
.get-intouch-content .content-box p,
.get-intouch-content .content-box p a {
	color: #fff;
}
.get-intouch-content .content-box p a:hover {
	color: #252460;
}
.get-intouch-content .get-intouch-form {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.4);
	padding: 20px;
	margin-bottom: -112px;
	margin-left: 23px;
}
.get-intouch-content .get-intouch-form .form-group {
	margin-bottom: 0;
}
.get-intouch-content .get-intouch-form .form-control {
	background-color: #e5e5e5;
	border-radius: 10px;
	border: none;
	font-size: 18px;
	color: #a6a6a6;
	line-height: 1.485;
	height: auto;
	padding: 25px 30px;
	outline: none;
	box-shadow: none;
}
.get-intouch-content .get-intouch-form .form-control::-webkit-input-placeholder {
	color: #a6a6a6;
}
.get-intouch-content .get-intouch-form .form-control::-moz-placeholder {
	color: #a6a6a6;
}
.get-intouch-content .get-intouch-form .form-control:-ms-input-placeholder {
	color: #a6a6a6;
}
.get-intouch-content .get-intouch-form .form-control:-moz-placeholder {
	color: #a6a6a6;
}
.get-intouch-content .get-intouch-form .form-group + .form-group {
	margin-top: 20px;
}
.get-intouch-content .get-intouch-form .form-group .btn {
	background-color: #252460;
	border-radius: 10px;
	padding: 25px 30px;
	font-size: 22px;
	color: #fff;
	line-height: 1.233;
	width: 100%;
}
.get-intouch-content .get-intouch-form .form-group .btn:hover {
	background-color: #db2000;
}

/* - Mission Vision Section */
.mission-vision-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.mission-vision-section .content-box {
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
	z-index: 1;
	    min-height: 349px;
}
.mission-vision-section .content-box::before {
	background-color: #fff;
	box-shadow: 0px 5px 68px 0px rgba(0, 0, 0, 0.4);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 73px;
	bottom: 0;
	z-index: -1;	
}
.mission-vision-section .content-box > span {
	background-color: #252460;
	display: block;
	width: 106px;
	height: 106px;
	text-align: center;
	line-height: 106px;
	margin-bottom: 23px;
	position: relative;
}
.mission-vision-section .content-box > span::after,
.mission-vision-section .content-box > span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
}
.mission-vision-section .content-box > span::after {
	background-color: #d51f00;
	left: -60px;
	bottom: 29px;
}
.mission-vision-section .content-box > span::before {
	background-color: #252460;
	left: -50px;
	bottom: 20px;
}
.mission-vision-section .content-box > p {
	color: #343434;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
}
.mission-vision-section .content-box > .btn-block > a {
	background-color: #db2000;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	line-height: 1.12;
	padding: 13px 42px;
	margin-top: 7px;
}
.mission-vision-section .content-box > .btn-block > a:hover {
	background-color: #252460;
}

/* - Team Section */
.team-section {
	padding-bottom: 50px;
	padding-top: 50px;
}
.team-section .team-box {
	background-color: #e1e1e1;
	max-width: 352px;
	display: block;
	margin: 0 auto;
}
.team-section .team-box .content-box {
	padding: 20px 30px;
}
.team-section .team-box .content-box > span {
	color: #db2000;
	font-size: 18px;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}
.team-section .team-box .content-box > span::before {
	background-color: #db2000;
	content: "";
	height: 1px;
	display: inline-block;
	width: 87px;
	vertical-align: middle;
	margin-right: 10px;
}
.team-section .team-box .content-box > h4 {	
	color: #252460;
	font-size: 22px;
	font-weight: 700;
}
.team-section .team-box .content-box > p {	
	color: #797979;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

/* - Strength Section */
.strength-section {
	padding-bottom: 50px;
	padding-top: 50px;
}
.strength-section .content-box h4 {
	color: #252460;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.strength-section .content-box h4 > span {
	color: #db2000;
}
.strength-section .content-box p {
	color: #797979;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

/* - Planning Section */
.planning-section {
	padding-bottom: 70px;
	padding-top: 50px;
}
.planning-section .content-box > h4 {
	color: #252460;	
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 15px;
}
.planning-section .content-box > p {
	color: #797979;	
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

/* - Partner Section */
.partner-section {
	padding-top: 115px;
	padding-bottom: 115px;
}
.partner-section .content-box > h4 {
	color: #252460;
	font-size: 36px;
	color: #252460;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.partner-section .content-box > h4 > span {
	color: #db2000;
}
.partner-section .content-box > p {
	color: #252460;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 30px;
}
.partner-section .content-box > a {
	background-color: #252460;
	color: #fff;
	display: inline-block;
	padding: 22px 30px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 10px;
	margin-top: 20px;
}
.partner-section .content-box > a:hover {
	background-color: #db2000;
}
.partner-section .img-box > img {
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.34);
}

/* - Corporate Section */
.corporate-section {
	position: relative;
}
.corporate-section .right-bottom-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44.79%;
}
.corporate-section .right-bottom-bg::before {
	background-color: rgba(219,32,0,0.8);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* - Submit Cv */
.submit-cv {
	padding-top: 80px;
	padding-bottom: 54px;
}
.submit-cv .section-header {
	margin-bottom: 30px;
}
.submit-cv .detail-box p {
	color: #252460;
	line-height: 24px;
	text-align: center;	
}
.submit-cv .detail-form {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.3);
	margin-top: 30px;
	padding: 50px 65px;
}
.submit-cv .detail-form > h3 {
	color: #252460;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 21px;
}

.submit-cv .detail-form form .form-group {
	margin-bottom: 0;
}
.submit-cv .detail-form form .form-control {
	background-color: #e5e5e5;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	color: #252460;
	line-height: 1.485;
	height: auto;
	padding: 25px 20px;
	outline: none;
	box-shadow: none;
}
.submit-cv .detail-form form .form-control::-webkit-input-placeholder {
	color: #252460;
}
.submit-cv .detail-form form .form-control::-moz-placeholder {
	color: #252460;
}
.submit-cv .detail-form form .form-control:-ms-input-placeholder {
	color: #252460;
}
.submit-cv .detail-form form .form-control:-moz-placeholder {
	color: #252460;
}
.submit-cv .detail-form form .form-group {
	margin-top: 20px;
}

.submit-cv .detail-form form .form-group .custom-select {
	background: #e5e5e5 url("assets/images/cv-dd-icon.png") no-repeat right 25px center/10px 7px;	
}
.submit-cv .detail-form form .form-group .btn {
	background-color: #252460;
	border-radius: 10px;
	padding: 25px 30px;
	font-size: 22px;
	color: #fff;
	line-height: 1.233;
	width: 100%;
	outline: none;
	box-shadow: none;
}
.submit-cv .detail-form form .form-group > .btn:hover {
	background-color: #db2000;
}

/* - Contact Section */
.contact-info-section {
	padding-top: 30px;
	padding-bottom: 53px;
}
.contact-info-section .section-header {
	text-align: left;
}
.contact-info-section .section-header > p {
	margin-bottom: 10px;
	font-size: 16px;
}
.contact-info-section .contact-info > img {
	margin-bottom: 30px;
}
.contact-info-section .contact-info > p {
	color: #252460;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.636;
}
.contact-info-section .contact-info > p > a {
	color: #252460;
}
.contact-info-section .contact-info > p > a:hover {
	color: #db2000;
}

/* - Contact Form */
.contact-form {
	padding-top: 55px;
	padding-bottom: 105px;
	position: relative;
	z-index: 1;
}
/*
.contact-form::after {
	background-image: url("assets/images/contact-form-bg.jpg");
	background-repeat: no-repeat;	
}
.contact-form::after,
.contact-form::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 300px;
}
.contact-form::before {
	background-image: -moz-linear-gradient( 34deg, rgb(219,32,0) 0%, rgb(37,36,96) 100%);
	background-image: -webkit-linear-gradient( 34deg, rgb(219,32,0) 0%, rgb(37,36,96) 100%);
	background-image: -ms-linear-gradient( 34deg, rgb(219,32,0) 0%, rgb(37,36,96) 100%);
	opacity: 0.48;	
	z-index: 1;
}
*/
.contact-form .container {
	position: relative;	
	z-index: 1;
}
.contact-form .form-box {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 5px 59px 0px rgba(0, 0, 0, 0.28);
	max-width: 810px;
	padding: 25px 20px;
	display: block;
	margin: 0 auto;
}
.contact-form .form-box h5 {
	color: #252460;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	    margin: 0;
}
.contact-form .form-box form {
	padding-top: 20px;
	padding-bottom:	10px;
}
.contact-form .form-box form .form-group {
	margin-bottom: 0;
}
.contact-form .form-box form .form-group + .form-group {
	margin-top: 20px;
}
.contact-form .form-box form .form-group > label {
	color: #252460;
	display: block;
	font-size: 16px;
}
.contact-form .form-box form .form-group > label span {
	color: #ff0000;
	font-size: 24px;
}
.contact-form .form-box form .form-group > .form-control {
	background-color: #e0e0e0;
	border-radius: 10px;
	border: none;
	font-size: 16px;
	color: #252460;
	line-height: 1.485;
	height: auto;
	padding: 12px 20px;
	outline: none;
	box-shadow: none;	resize: none;
}
.contact-form .form-box form .form-group > .btn {
	background-color: #252460;
	border-radius: 10px;
	padding: 17px 20px;
	font-size: 22px;
	color: #fff;
	line-height: 1.233;
	width: 100%;
	outline: none;
	box-shadow: none;
}
.contact-form .form-box form .form-group > .btn:hover {
	background-color: #db2000;
}

/* - Image Content Block */
.image-content-block {
	padding-top: 100px;
	padding-bottom: 100px;
}
.image-content-block .img-cnt-main + .img-cnt-main {
	margin-top: 100px;
}
.image-content-block .img-cnt-main .img-box .img-box-inner {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
	display: inline-block;
	max-width: 100%;
}
.image-content-block .img-cnt-main .img-box .img-box-inner > img.men-img {
	position: absolute;
	right: 55%;
	bottom: 35px;
	box-shadow: none;
	z-index: 1;
	width: 70.2%;
}
.image-content-block .img-cnt-main .img-box .img-box-inner::before {	
	background-color: #d61f00;
	content: "";
	position: absolute;
	right: -40px;
	width: 112px;
	top: 0;
	bottom: 0;
}
.image-content-block .img-cnt-main .img-box-2  .img-box-inner::before {	
	left: -40px;
	right: auto;	
}
.image-content-block .img-cnt-main .img-box  .img-box-inner > img {
	box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.37);
	position: relative;
}
.image-content-block .img-cnt-main .content-box {
	padding-top: 40px;
}
.image-content-block .img-cnt-main:nth-child(even) .content-box {
	padding-left: 63px;
}
.image-content-block .img-cnt-main:nth-child(odd) .content-box {
	padding-right: 67px;
}
.image-content-block .img-cnt-main .content-box > h3 {
	color: #252460;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.image-content-block .img-cnt-main .content-box > h3 > span {
	color: #db2000;
}
.image-content-block .img-cnt-main .content-box > p {
	color: #252460;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 26px;
}
.image-content-block .img-cnt-main .content-box > a {
	background-color: #252460;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 10px;
    margin-top: 36px;
}
.image-content-block .img-cnt-main .content-box > a:hover {
	background-color: #db2000;
}

/* - Inquiry Block */
.inquiry-block {
	background-image: url("assets/images/inquiry-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}
.inquiry-block::before {
	background-image: -moz-linear-gradient( 35deg, rgb(216,32,0) 0%, rgb(37,36,96) 100%);
	background-image: -webkit-linear-gradient( 35deg, rgb(216,32,0) 0%, rgb(37,36,96) 100%);
	background-image: -ms-linear-gradient( 35deg, rgb(216,32,0) 0%, rgb(37,36,96) 100%);
	content: "";
	opacity: 0.9;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.inquiry-block .content-box h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 16px;
}
.inquiry-block .content-box p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 50px;
	text-align: justify;
}
.inquiry-block .content-box a {
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	padding: 19px 30px;
}
.inquiry-block .content-box a:hover {
	background-color: #fff;
	color: #db2000;
}

/* - Background Check */
.background-check {
	background-image: url("assets/images/background-check-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 94px;
}
.background-check .content-box > h3 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 26px;
}
.background-check .content-box > p {
	color: #fff;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 25px;
}
.background-check .content-box > a {
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	border: 2px solid #fff;
	font-size: 18px;
	line-height: 1.2;
	padding: 19px 30px;
	margin-top: 47px;
}
.background-check .content-box > a:hover {
	background-color: #fff;
	color: #db2000;
}

/* - Block Title */
.block-title {
	color: #252460;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.block-title > span {
	color: #db2000;
}

/* - Job Search */
.job-search {
	padding-top: 100px;
}
.job-search .content-box {
	padding-right: 60px;
}
.job-search .content-box > p {
	color: #252460;
	line-height: 24px;
	margin-bottom: 26px;
	text-align: justify;
}
.job-search .content-box > a {
	background-color: #252460;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 10px;
    margin-top: 80px;
}
.job-search .content-box > a:hover {
	background-color: #db2000;
}
.job-search .img-box {
	position: relative;
	padding-bottom: 46px;
	padding-top: 46px;
}
.job-search .img-box::after,
.job-search .img-box::before {
	content: "";
	position: absolute;
	border: 5px solid #db2000;
	z-index: -1;
}
.job-search .img-box::after {
	width: 298px;
	height: 331px;
	right: -25px;
	bottom: 0;
}
.job-search .img-box::before {
	left: -50px;
	top: 0;
	width: 182px;
	height: 202px;
}
.job-search .img-box > img.men-img {
	position: absolute;
	right: -95px;
	bottom: 0;
	width: 71.7%;
}

/* - Employes Assessments */
.employees-assessments {
	padding-bottom: 94px;
	padding-top: 115px;
	position: relative;
}
.employees-assessments .left-bottom-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44.79%;
}
.employees-assessments .left-bottom-bg::before {
	background-color: rgba(219,32,0,0.8);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.employees-assessments .img-box img {
	box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.34);
}
.employees-assessments .content-box {
	padding-left: 30px;
}
.employees-assessments .content-box > p {
	color: #252460;
	line-height: 24px;
	margin-bottom: 26px;
	text-align: justify;
}
.employees-assessments .content-box > a {
	background-color: #252460;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 10px;
    margin-top: 25px;
}
.employees-assessments .content-box > a:hover {
	background-color: #db2000;
}

/* - Career Guidance */
.career-guidance {
	padding-bottom: 150px;
	padding-top: 150px;
}
.career-guidance .content-box > p {
	color: #252460;
	line-height: 24px;
	margin-bottom: 26px;
	text-align: justify;
}
.career-guidance .content-box > a {
	background-color: #252460;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 10px;
    margin-top: 25px;
}
.career-guidance .content-box > a:hover {
	background-color: #db2000;
}

/* - Certification Services */
.certification-services {
	padding-top: 0;
}
.certification-services .content-box {
	padding-left: 60px;
	padding-right: 0;
}
.certification-services .content-box > a {
	margin-top: 20px;
}

/* - Cv Building */
.cv-building {
	padding-top: 182px;
	padding-bottom: 125px;
}
.cv-building .content-box {
	padding-right: 57px;
}
.cv-building .content-box > p {
	color: #252460;
	line-height: 24px;
	margin-bottom: 26px;
	text-align: justify;
}
.cv-building .content-box > a {
	background-color: #252460;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 10px;
    margin-top: 16px;
}
.cv-building .content-box > a:hover {
	background-color: #db2000;
}
.cv-building .resume-gallery {
	margin-left: auto;
	margin-right: -6px;
	max-width: 522px;
}
.cv-building .resume-gallery > .img-box {
	padding: 6px;
}
.cv-building .resume-gallery > .img-box:nth-child(2) {
	margin-top: 57px;
}

/* =========================================================== */
				/* [ + Responsive ] */
/* =========================================================== */
/* - Min Width : 1200 */
@media (min-width: 1200px) {
	/* - Container */
	.container {
		max-width: 1200px;
	}
	
	/* - Header */
	.header_s .empnavigation .navbar-nav > li {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	/* - Page Banner */
	.page-banner {
		padding-top: 145px;
		padding-bottom: 145px;
	}
	
	/* - Services Section */
	.services-section .container .row {
		margin-left: -7px;
		margin-right: -7px;
	}
	.services-section .container .row [class*="col-"] {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	/* - Planning Section */
	.planning-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 80px;
	}
	.planning-section .content-box {
		padding-right: 50px;
	}
	.planning-section .row [class*="col-"]:nth-child(3n+2) .content-box {
		padding-left: 25px;
		padding-right: 25px;
	}
	.planning-section .row [class*="col-"]:nth-child(3n+3) .content-box {
		padding-left: 50px;
		padding-right: 0;
	}
}

/* - Min Width : 992 */
@media (min-width: 992px) {	
	
	/* - Header */
	.header_s .topbar-switch {
		display: none;
	}
	.header_s .top-bar.collapse {
		display: block;
	}
	.header_s .top-bar .left-side > a {
		margin-right: 36px;
	}
	.header_s .empnavigation .navbar-brand {
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.header_s .empnavigation .navbar-nav {
		margin-left: auto;
		margin-right: 0;
	}
	.header_s .empnavigation .navbar-nav > li > a.nav-link {
		padding-left: 0;
		padding-right: 0;
	}
	.header_s .empnavigation .navbar-nav > li > a {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.header_s .empnavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		border: none;
		content: "\f0d7";
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		vertical-align: middle;
		float: right;
		line-height: 1;
	}
	.header_s .empnavigation .ddl-switch {
		display: none;
	}
	.header_s .empnavigation .navbar-nav li.dropdown > .dropdown-menu {
		border: none;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
		border-radius: 0;
		opacity: 0;
		top: 100%;
		left: 0;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-animation-fill-mode: forwards;  
		animation-fill-mode: forwards; 
		-webkit-transform: scale(1, 0);
		transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		display: block;
		max-width: 220px;
		min-width: 220px;
		padding: 0;
		margin: 0;
		visibility: hidden;
		background-clip: inherit;
	}
	.header_s .empnavigation .navbar-nav li:hover > .dropdown-menu {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity: 1;
		visibility: visible;
	}
	.header_s .empnavigation .navbar-nav > li.dropdown > .dropdown-menu li a {
		background-color: #fff;
		padding: 15px 20px;
		color: #252460;
	}
	.header_s .empnavigation .navbar-nav > li.dropdown > .dropdown-menu li a:hover {
		background-color: #db2000;
		color: #fff;
	}
	
	/* - Widget : Pages */
	.footer-widget .widget_pages {
		padding-left: 25px;
	}
	
	/* - Services Section */
	.services-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Mission Vision Section */
	.mission-vision-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 50px;
	}
	.mission-vision-section .mission-box {
		padding-right: 60px;
	}
	.mission-vision-section .vision-box {
		padding-left: 20px;
		padding-right: 40px;
	}
	.mission-vision-section .content-box > .btn-block > a {
		margin-right: -75px;
	}
	
	/* - Contact Info Section */
	.contact-info-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Contact form */
	.contact-form .form-box form {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/* - Image Content Block */
	.image-content-block .img-cnt-main:nth-child(odd) .img-box {
		order: 2;
		text-align: right;
	}
	
	/* - Inquiry Block */
	.inquiry-block .row > [class*="col-"]:nth-child(odd) .content-box {
		padding-right: 54px;
	}
	.inquiry-block .row > [class*="col-"]:nth-child(even) .content-box {
		padding-left: 54px;
	}
}

/* - Min Width : 768 */
@media (min-width: 768px) {
	/* - Why Section */
	.why-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Partner Section */
	.partner-section .content-box {
		padding-right: 40px;
	}
	
	/* - Contact form */
	.contact-form .form-box {
		padding: 25px 40px;
	}
	.contact-form .form-box form .form-group + .form-group {
		margin-top: 10px;
	}
	.contact-form .form-box form .form-group > .btn {
		margin-top: 30px;
	}
}

/* - max-width: 1366 */
@media (max-width: 1366px) {
	/* - Image Content Block */
	.image-content-block .img-cnt-main .img-box .img-box-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.image-content-block .img-cnt-main .img-box .img-box-inner::before {
		right: -15px;
	}
	.image-content-block .img-cnt-main .img-box-2 .img-box-inner::before {
		left: -15px;
		right: auto;
	}
	.image-content-block .img-cnt-main .img-box .img-box-inner > img.men-img {
		right: 45%;
	}
	
	/* - Job Search */
	.job-search .img-box::after {
		right: -15px;
	}
	.career-guidance .img-box::after {
	    right: -15px;
	}
	.job-search .img-box > img.men-img {
		right: -15px;
		width: 66%;
	}
}

/* - Max Width : 1199 */
@media (max-width: 1199px) {
	/* - Section Header */
	.section-header > span {
		font-size: 100px;
	}
	.section-header > span ~ h3 {
		padding-bottom: 18px;
		padding-top: 18px;
	}
	
	/* - Footer Widget */
	.footer-widget .widget_about ul li {
		margin-right: 7px;
	}
	
	/* - Slider Section */
	.slider-section .carousel-caption h4 {
		font-size: 46px;
	}
	.slider-section .carousel-caption a {
		margin-top: 15px;
	}
	
	/* - About Section */
	.about-section,
	.why-section,
	.team-section,
	.mission-vision-section,
	.strength-section,
	.planning-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	/* - Why Section */
	.why-section .content-box {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	/* - Services Section */
	.services-section .section-header h3 {
		font-size: 55px;
	}
	
	/* - Get In Touch */
	.get-in-touch {
		padding-top: 60px;
		padding-bottom: 172px;
	}
	.get-intouch-content .content-box p {
		font-size: 28px;
	}
	
	/* - Team Section */
	.team-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	.team-section .team-box .content-box > span::before {
		width: 50px;
	}
	
	/* - Planning Section */
	.planning-section [class*="col-"]:nth-child(n+4) {
		margin-top: 40px;
	}
	
	/* - Job Search */
	.job-search .img-box > img.men-img {
		right: -36px;
	}
}

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* + Header */
	.header_s .empnavigation .navbar-nav > li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* - Max Width : 991 */
@media (max-width: 991px) {
.contact-info-section .contact-info > p {
    font-size: 18px;
}
	.cv-building .img-box::before {
    left: -15px !important;
    top: 20px !important;
}.cv-building .img-box::after, .job-search .img-box > img.men-img {
    right: -15px !important;
}.cv-building .img-box::after {
    width: 198px !important;
    height: 200px !important;
}
.career-guidance .img-box::before {
    left: -15px !important;
    top: 20px !important;
}.career-guidance .img-box::after, .job-search .img-box > img.men-img {
    right: -15px !important;
}.career-guidance .img-box::after {
    width: 198px !important;
    height: 200px !important;
}
.career-guidance .content-box {
    max-width: 100% !important;
}
	/* - Header */
	.header_s {
		position: relative;
	}
	.header_s .top-bar {
		box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.4);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 11;
	}
	.header_s .top-bar .left-side > a {
		margin-right: 10px;
		font-size: 13px;
	}
	.header_s .top-bar .left-side > a > i {
		margin-right: 5px;
	}
	.header_s .top-bar .right-side > ul > li > a {
		font-size: 13px;
		padding-left: 12px;
		padding-right: 12px;
		font-weight: 600;
	}

	.header_s .empnavigation {
		z-index: 12;
	}
	.header_s .empnavigation .container {
		position: relative;
	}
	.header_s .topbar-switch {
		color: #252460;
		position: absolute;
		right: 45px;
		top: 22px;
		font-size: 20px;
		line-height: 1;
	}
	.header_s .topbar-switch:hover {
		color: #db2000;
	}	
	.header_s .empnavigation .navbar-brand {
		margin-left: 15px;
	}
	.header_s .empnavigation .navbar-brand > img {
		max-width: 150px;
	}
	.header_s .empnavigation .navbar-toggler {
		border: none;
		border-radius: 0;
		color: #252460;
		font-size: 1.5rem;
		margin: 20px 15px 20px 0;
		padding: 0;
		z-index: 1;
		outline: none;
	}
	.header_s .empnavigation .navbar-toggler:hover {
		color: #db2000;
	}
	.header_s .empnavigation .navbar-collapse {
		max-height: 340px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_s .empnavigation .navbar-collapse.collapse.show {
		display: block;
		overflow-y: auto;
	}
	.header_s .empnavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.header_s .empnavigation .ddl-switch {
		background-color: #252460;
		color: #fff;
		cursor: pointer;
		font-size: 15px;
		padding: 0.125rem 0.375rem;
		position: absolute;
		right: 0;
		top: 8px;
		z-index: 100;
	}
	.header_s .empnavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}
	.header_s .empnavigation .navbar-nav .dropdown-menu {
		background-color: transparent;
		border: none;
		position: relative;
		padding-left: 0.625rem;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		width: 100%;
		box-shadow: none;
		top: 0;
	}
	.header_s .empnavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.header_s .empnavigation .navbar-nav li .dropdown-menu > li > a {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}
	
	/* - Services Section */
	.services-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}

	/* - Corporate Section */
	.corporate-section .right-bottom-bg { 
		display: none;
	}
	
	/* - Why Section */
	.why-section .content-box {
		padding: 0;
	}
	
	/* - Get In Touch */
	.get-intouch-content .content-box p {
		font-size: 19px;
	}
	.get-intouch-content .get-intouch-form {
		margin-left: 0;
	}
	.get-intouch-content .get-intouch-form .form-group .btn {
		padding-left: 20px;
		padding-right: 20px;
	}	
	
	/* - Mission Vision Section */
	.mission-vision-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 50px;
	}
	
	/* - Team Section */
	.team-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Contact Info Section */
	.contact-info-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Image Content Block */
	.image-content-block .img-cnt-main .img-box {
		text-align: center;
	}
	.image-content-block .img-cnt-main:nth-child(odd) .content-box {
		padding-right: 15px;
	}
	.image-content-block .img-cnt-main:nth-child(even) .content-box {
		padding-left: 15px;
	}
	
	/* - Inquiry Block */
	.inquiry-block .content-box h3 {
		font-size: 28px;
	}
	.inquiry-block .content-box p {
		margin-bottom: 25px;
	}
	
	/* - Block Title */
	.block-title  {
		font-size: 28px;
	}
	
	/* - Job Search */
	.job-search {
		padding-top: 50px;
	}
	.job-search .img-box {
		padding-bottom: 26px;
		padding-top: 26px;
	}
	.job-search .img-box::before {
		left: -25px;
		width: 102px;
		height: 122px;
	}
	.job-search .img-box::after {
		width: 198px;
		height: 200px;
	}
	.career-guidance .img-box::after {
		width: 198px;
		height: 200px;
	}
	
	.job-search .content-box > p,
	.employees-assessments .content-box > p,
	.career-guidance .content-box > p	,
	.cv-building .content-box > p {
		margin-bottom: 15px;
	}
	.job-search .content-box > a,
	.employees-assessments .content-box > a,
	.career-guidance .content-box > a,
	.cv-building .content-box > a  {
		margin-top: 10px;
	}
	
	/* - Employes Assessments */
	.employees-assessments {
		padding-top: 50px;
	}
	
	/* - Career Guidance */
	.career-guidance {
		padding-bottom: 30px;
		padding-top: 75px;
	}
	
	/* - Certification Services */
	.certification-services {
		padding-top: 30px;
	}
	.certification-services .content-box {
		padding-left: 30px;
	}
	
	/* - Cv Building */
	.cv-building {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.cv-building .content-box {
		padding-right: 0;
	}
	
	/* - Planning Section */
	.planning-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 40px;
	}
}

/* - Max Width : 767 */
@media (max-width: 767px) {
	/* - Header */
	.header_s .top-bar {
		text-align: center;
	}
	.header_s .top-bar .left-side > a {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/* - Page Banner */
	.page-banner .page-title {
		font-size: 32px;
	}
	
	/* - Footer Widget */
	.footer-widget .widget_about ul li {
		margin-right: 10px;
	}
	
	/* - Slider Section */
	.slider-section .carousel-caption h4 {
		font-size: 30px;
	}
	.slider-section .carousel-caption p {
		font-size: 16px;
	}
	.slider-section .carousel-caption a {
		margin-top: 10px;
		font-size: 14px;
		padding: 10px 20px;
	}
	
	/* - Section Header */
	.section-header  {
		margin-bottom: 30px;
	}
	.section-header > span {
		font-size: 80px;
	}
	.section-header > span ~ h3 {
		padding-bottom: 11px;
		padding-top: 11px;
	}
	
	/* - About Section */
	.about-section .img-box::after {
		width: 100px;
		height: 100px;
		left: -15px;
	}
	.about-section .content-box .staff-box {
		padding-left: 20px;
	}
	
	/* - Why Section */
	.why-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Services Section */
	.services-section .section-header h3 {
		font-size: 36px;
	}
	.services-section .srv-box .content-box {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	/* - Get In Touch */
	.get-intouch-content .get-intouch-form .form-group .form-control,	
	.get-intouch-content .get-intouch-form .form-group .btn {
		padding: 15px 15px;
	}
	.get-intouch-content .get-intouch-form .form-group .btn {
		font-size: 18px;
	}
	
	/* - Partner Section */
	.partner-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.partner-section .img-box {
		margin-top: 60px;
	}
	
	/* - Submit Cv */
	.submit-cv .detail-form {
		padding: 20px;
	}

	/* - Team Section */
	.team-section .team-box .content-box {
		padding: 20px;
	}
	.team-section .team-box .content-box > span::before {
		width: 30px;
	}
	
	/* - Strength Section */
	.strength-section .content-box {
		margin-bottom: 30px;
	}
	
	/* - Submit Cv */
	.submit-cv .detail-form form .form-group .custom-select {
		background: #e5e5e5 url("assets/images/cv-dd-icon.png") no-repeat right 20px center/10px 7px;
	}	
	.submit-cv .detail-form form .form-group .btn {
		padding: 15px 15px;
	}
	
	/* - Inquiry Block */
	.inquiry-block {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.inquiry-block .row [class*="col-"]:nth-child(n+2) {
		margin-top: 50px;
	}
	.inquiry-block .content-box h3 {
		font-size: 26px;
	}
	
	/* - Image Content Block */
	.image-content-block .img-cnt-main .img-box .img-box-inner > img.men-img {
		right: 30%;
	}
	.image-content-block .img-cnt-main .content-box > h3 {
		font-size: 28px;
	}
	
	/* - Background Check */
	.background-check {
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.background-check .content-box > h3 {
		font-size: 28px;
	}
	.background-check .content-box > a {
		margin-top: 15px;
	}
	.cv-building .img-box::before {
		left: -15px;
	}
	.cv-building .img-box::after {
	    width: 248px;
	    height: 161px;
	    right: -15px;
	}
	.job-search .img-box::before {
		left: -15px;
	}
	.job-search .img-box::after,
	.job-search .img-box > img.men-img {
		right: -15px;
	}
	.career-guidance .img-box::after,
	.career-guidance .img-box > img.men-img {
		right: -15px;
	}
	.job-search .content-box,
	.employees-assessments .content-box {
		padding-left: 0;
		padding-right: 0;
	}
	.job-search .img-box,
	.employees-assessments .img-box,
	.career-guidance .img-box,
	.cv-building .resume-gallery {
		margin-top: 40px;
	}
	.employees-assessments {
		padding-bottom: 50px;
	}

}

/* - Max Width : 575 */
@media (max-width: 575px) {
	/* - Slider Section */
	.slider-section .carousel-caption h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.slider-section .carousel-caption p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.slider-section .carousel-caption a {
		margin-top: 0;
		font-size: 12px;
		padding: 5px 10px;
	}
	.slider-section .carousel-caption a > i {
		margin-left: 15px;
	}
	.slider-section .carousel-control-next, 
	.slider-section .carousel-control-prev {
		width: 20px;
		height: 20px;
	}
	
	/* - Section Header */
	.section-header > span {
		font-size: 50px;
	}
	.section-header h3 {
		font-size: 28px;
	}
	
	/* - Why Section */
	.why-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.why-section .content-box {
		max-width: 220px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Services Section */
	.services-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.services-section .srv-box {
		max-width: 382px;
		margin: 0 auto;
	}

	/* - Get In Touch */
	.get-intouch-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.get-intouch-content .content-box p {
		font-size: 17px;
	}
	
	/* - Mission Vision Section */
	.mission-vision-section .content-box {
		margin-left: 15px;
	}
	
	/* - Team Section */
	.team-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Partner Section */
	.partner-section .content-box > h4 {
		font-size: 28px;
	}
	
	/* - Contact Info Section */
	.contact-info-section .contact-info {
		text-align: left;
	}
	
	/* - Planning Section */
	.planning-section [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	.planning-section .content-box {
		max-width: 320px;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

@media not all and (min-resolution:.001dpcm) { @media {
	.is-sticky .header-fix,
	.is-sticky .header-fix {
		position: fixed !important;
		top: 0 !important;
		bottom: auto !important;
	}
}}


.career-guidance .img-box {
    position: relative;
    padding-bottom: 46px;
    padding-top: 46px;
}
.career-guidance .img-box::after {
    width: 298px;
    height: 331px;
    right: -25px;
    bottom: 0;
}
.career-guidance .img-box::before {
    left: -50px;
    top: 0;
    width: 182px;
    height: 202px;
}
.career-guidance .img-box::after, .career-guidance .img-box::before {
    content: "";
    position: absolute;
    border: 5px solid #db2000;
    z-index: -1;
}
.career-guidance .content-box {
    max-width: 90%;
}
/**/
.cv-building .img-box {
    position: relative;
    padding-bottom: 46px;
    padding-top: 46px;
}
.cv-building .img-box::after {
    width: 298px;
    height: 331px;
    right: -25px;
    bottom: 0;
}
.cv-building .img-box::before {
    left: -50px;
    top: 0;
    width: 182px;
    height: 202px;
}
.cv-building .img-box::after, .cv-building .img-box::before {
    content: "";
    position: absolute;
    border: 5px solid #db2000;
    z-index: -1;
}
.cv-building .content-box {
    max-width: 90%;
}

.header_s .top-bar .right-side ul li.active {
    background: #db2000;
}
.lastline {
    text-align: center;
    margin: 35px 0 0;
    font-size: 20px;
    font-weight: 600;
}
.vision-box .btn-block a {
    position: relative;
    top: 27px;
}
.strength-section .content-box stronge {
    font-size: 20px;
    font-weight: 600;
}
.lastpere{
	color: #797979;
    font-size: 16px;
    line-height: 26px;
    max-width: 780px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}
ul.fortwocolu li {
    float: left;
    width: 49%;
}
ul.fortwocolu {
    padding-left: 20px;
}
.detail-form label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #252460;
    font-size: 17px;
    font-weight: 500;
}
.detail-form [type="radio"]:checked,
.detail-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.detail-form [type="radio"]:checked + label,
.detail-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.detail-form [type="radio"]:checked + label:before,
.detail-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #252460;
    border-radius: 100%;
    background: #fff;
}
.detail-form [type="radio"]:checked + label:after,
.detail-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #252460;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.detail-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.detail-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.file-upload .file-select {
    text-align: left;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    background: #E5E5E5;
    border: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    height: auto;
    padding: 16px 12px;
    color: #616161;
    line-height: 0;
}

.file-upload .file-select .file-select-button {
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: right;
    width: 9%;
    color: #737373;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    width: 85%;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.detail-form label.error{
	font-size: 14px;
}