body {
	font-family: 'Poppins', sans-serif;
	color: #000;
}

a {
	color: #12516A;
	text-decoration: none;
}

a:hover {
	color: #A0CF6B;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

h3 {
	font-size: 2rem;
}

.slidingMenu {
	width: 360px;
	height: 100%;
	float: left;
	min-height: 100vh;
	background-image: linear-gradient(#12516a, #A0CF6B);
	padding: 15px 15px 15px 0px;
	z-index: 999999;
	position: fixed;
	top: 0;
	right: 0;
	transition: all 500ms ease-in-out;
	box-shadow: 3px 0 11px -5px rgba(115, 115, 115, 0.75);
}

.slidingMenu_show {
	opacity: 1;
	right: 0px;
}

.slidingMenu_hide {
	opacity: 1;
	z-index: -5;
	right: -500px;
}

.menuOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	display: none;
}

.closeMenu {
	font-size: 16px;
	color: #fff;
	float: right;
	margin: 8px 4px;
	font-weight: 600;
}

a.navbar-brand.mobilelogomenu {
	text-align: center;
	display: block;
}

.small6 {
	box-sizing: border-box;
	float: right;
	margin-bottom: 30px;
}

.scrollableMenu .affix {
	top: 90px;
	z-index: 9999 !important;
	padding: 0px;
	background: #fff;
	box-shadow: 0 2px 15px #ddd;
	margin: 30px 0px;
	border-left: 3px solid #fe4e56;
}

.scrollableMenu .nav-pills>li.active>a,
.scrollableMenu .nav-pills>li.active>a:focus,
.scrollableMenu .nav-pills>li.active>a:hover {
	color: #fe4e56;
	background: #FFF;
}

.mainMenu.affix {
	animation: 1s alertAnim forwards;
	transition: all 500ms ease-in-out;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #FFF !important;
	border-bottom: 1px solid #e2e4ec;
}

.mainMenu.affix .navbar-nav .active a {
	color: #000;
}

.mainMenu.affix .navbar-nav li a {
	color: #898989;
}

.slidingMenu .navbar-nav {
	padding-left: 25px;
	padding-top: 31px;
}

.slidingMenu .navbar-nav>li {
	padding: 5px 0px;
}

.slidingMenu .navbar-nav>li>a {
	text-transform: uppercase;
}

.slidingMenu .nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent !important;
}

.slidingMenu .navbar-nav li a:hover {
	color: #000 !important;
}

.slidingMenu .navbar-nav li a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}

ul.dropdown-menu.show li a {
	font-weight: 400;
}

.slidingMenu .navbar-nav .active a {
	color: #000;
	font-weight: 600;
}

.slidingMenu .panel {
	margin-bottom: 0px;
	box-shadow: none;
}

.slidingMenu .panel-body {
	padding: 0 15px;
}

.slidingMenu .brand-name-wrapper a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	margin: 10px auto;
}

.mobileBtns {
	width: 100%;
	text-align: center;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 85px;
	z-index: 99999;
	background: #12516A;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	padding: 11px 12px;
}

.back-to-top:hover {
	background: #A0CF6B;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header.header-scrolled,
#header.header-inner-pages {
	background: white;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 100px;
}

.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #12516A;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: #A0CF6B;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: #193c5a;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #428bca;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

.mobile-nav-toggle {
	color: #12516A;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(34, 39, 43, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #394047;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #428bca;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

#hero {
	width: 100%;
	height: 100vh;
	background-color: rgba(34, 39, 43, 0.8);
	overflow: hidden;
	position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.sliderContent h1.animated.fadeInDown {
	font-weight: 600;
	font-size: 38px;
	text-transform: uppercase;
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 40px;
	left: 50px;
	right: 50px;
}

#hero h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#hero h1 span {
	color: #fff;
	margin: 30px 0 20px 0px;
	font-size: 26px;
	letter-spacing: 8px;
}

#hero p {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: #fff;
}

i.fa.fa-chevron-right {
	font-size: 14px;
	margin: 0 0px 0 10px;
}

.first-box {
	background-color: #a6d869d1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 400px;
	margin-top: 115px;
}

.seceond-box {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 400px;
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.vison-box-content h3 {
	font-size: 36px;
	color: white;
	font-weight: 600;
	letter-spacing: 2px;
}

.vison-box-content p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

section#misson {
	padding: 60px 0;
}

.service-icon-box img.img-fluid {
	max-width: 75px;
	max-height: 75px;
	margin: 15px 20px;
}

section#service h3,
section#rpo h3,
section.job-listing h3,
section#misson h3,
section.job-list-two .text-center h3 {
	color: #000;
	font-size: 2.4rem;
	font-weight: 600;
	/* text-transform: uppercase; */
}

.letsTalk h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.letsTalk a {
	margin-top: 40px;
	display: inline-block;
	background: #12516A;
	border: #12516A;
	color: white;
	padding: 15px 45px !important;
	border-radius: 50px !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.vAlign {
	display: table-cell;
	vertical-align: middle;
	height: 400px;
}

@media (max-width: 768px) {
	#hero h2 {
		font-size: 28px;
	}
}

@media (min-width: 768px) {
	.responsiveFloat {
		float: right;
	}
}

@media (max-width: 768px) {
	.responsiveFloat {
		float: none;
	}

	.vAlign {
		height: auto;
	}
}


@media (max-width: 550px) {
	.slidingMenu {
		width: 100%;
	}

	section#banner-joincx {
	  margin-top: 80px !important;
	}

	/* li.external:before {
		bottom: 60px !important;
	} */
	
	section.testimonial .owl-carousel .owl-next {
       right: -20px !important;
    }

	.related-jobs h3 {
		margin-top: 30px;
	}

	.tabsinside.mt-20.pad0.mb-50 {
		padding: 0 25px 0 40px;
	}

	.col-sm-3.tabsinside a.float-right {
		margin-top: 20px;
	}

	.related-jobs h2.mt-3 {
		margin-top: 20px !important;
	}

	.comment-reply-link {
		display: block;
		float: none;
		margin: 0 !important;
		padding: 0px !important;
	}

	.btn-get-started {
		font-size: 14px;
	}

	div#ajax-load-more {
		width: 96%;
	}

	.sliderContent h1.animated.fadeInDown {
		font-size: 32px !important;
	}

	.carousel-item:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgb(0 0 0 / 25%);
	}

	.sliderContent h1.animated.fadeInDown, .sliderContent p {
      color: white !important;
    }

	.car_items h6 {
		padding: 0 50px !important;
	}

	.car_items h3 {
		max-height: 70px !important;
	}

	p.designation {
		padding: 5px 50px 15px !important;
	}

	#hero {
		height: 120vh;
	}

	#header .logo img {
		max-width: 95%;
		margin-left: -20px;
	}

	div#demo {
		margin-top: 60px !important;
	}

	.service-icon-box img.img-fluid {
		margin: 15px 20px 15px 0px !important;
	}

	.d-flex.service-icon-box {
		padding: 0 20px;
	}

	.row.counters-box {
		margin-bottom: 30px;
	}

	.content-box {
		padding-bottom: 30px;
	}

	.row-rev .col-lg-6.col-12 {
		margin-top: 30px;
	}

	.quote {
		padding: 60px 25px !important;
	}

	a.nav-link.d-block.d-lg-none {
		border-left: 3px solid #A0CF6B;
		margin-bottom: 30px;
	}

	.fixed-mob a.openInFullPage {
		top: -12px;
	}

	div#v-pills-tabContent {
		position: fixed;
		top: 0;
		left: 0;
		background: white;
		z-index: 9999;
		overflow: scroll;
	}

	div#myModal {
		z-index: 10001;
	}

	.viewjob-jobDetails {
		display: block;
		padding: 10px 0;
	}

	.viewjob-jobDescription {
		padding: 10px 25px 0 10px;
	}

	div#jobDetailModal .modal-header {
		padding: 0px;
	}

	div#jobDetailModal button.close {
		font-size: 20px;
	}

	.viewjob-section.mt-4 {
		margin-top: 15px !important;
	}

	div#jobDetailModal a.apply-btn.mobile {
		float: right;
	}

	ul.social_icons.share-icons {
		margin-top: 15px;
	}

	ul.social_icons li.fl.expmob i {
		font-size: 15px;
		padding-right: 25px;
		min-width: 30px;
		min-height: 30px;
		border: 1px solid #cecece;
		padding: 7px 9px;
		border-radius: 25px;
		margin-right: 10px;
	}

	i.fa-brands.fa-twitter.text-gray.mr-2 {
		padding: 7px;
	}

	i.fa-brands.fa-linkedin-in.text-gray.mr-2 {
		padding: 7px 8px;
	}

	section.job-detail {
		padding: 20px 0;
	}

	section.job-detail .share_btns {
		float: left;
		margin: 25px 0 40px 0;
	}

	div#mobile-sep {
		margin: 10px 0 10px 0;
	}

	.viewjob-jobDetails span.viewjob-jobType, .viewjob-jobDetails span.viewjob-jobType {
		margin: 10px 0;
	}

	div#sec-seperator {
		margin: 50px 0 40px 0;
	}

	div#last-seperator {
		margin: 40px 0;
	}

	.letsTalk a {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.first-box {
		margin-top: 0px;
	}

	input#btnsubmit {
		position: relative;
	}

	.car_items p {
		padding: 5px 25px;
	}

	div#partner {
		padding-bottom: 60px !important;
	}

	.service-item {
		min-height: 455px;
		margin-bottom: 40px
	}

	.service-item a.btn {
		right: 50% !important;
		bottom: -20px !important;
		transform: translate(50%,-50%) !important;
	}

	section#mission {
		padding: 0px 0 60px 0 !important;
	}

  ul#menu-footer-links {
    padding-left: 30px;
  }

  h1.display-4.font-weight-bold,  h2.display-4.font-weight-bold {
    font-size: 2rem !important;
  }
  
  .sidebar-nav {
	margin: 30px 10px !important;
	top: 20px !important;
  }

  .sidebar-nav li a {
	font-size: 16px !important;
  }

  section.what-we-say .car_items h6 {
    padding: 0 0px !important;
  }

  section.what-we-say .owl-carousel.join-cx.owl-theme .quote {
    padding: 50px 25px !important;
  }
}

@media screen and (max-width: 375px) {
	div#partner .service-item a.btn{
		right: 100px !important;
	}
}

section, section#statistics {
	padding: 50px 0;
}
.viewAll{padding: 100px 0px;}
.section-title {
	text-align: center;
	padding-bottom: 50px;
}

.section-title h3 {
	font-size: 2.4rem;
	font-weight: 600;
}

.social-icon.pb-2 i {
	color: white;
	font-size: 22px;
}

.icon-box-desc h4 {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 600;
}

.icon-box-desc p {
	font-size: 14px;
	color: #4b5563;
	line-height: 22px;
	font-weight: 400;
}

section.testimonial {
	background: #a6d869d1;
}

section.testimonial .item {
	background: white;
}

section.testimonial .owl-dots {
	margin-top: 45px !important;
}

.car_items h6 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0 60px;
  margin-bottom: 0px;
}

.cta-section-heading h1 {
	font-size: 34px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 46px;
}

button.bg-green:hover,
.advantage-box a:hover,
section.ctasection a:hover,
.letsTalk a:hover,
input.bg-green:hover, a.button.button--primary:hover {
	color: #fff;
	background: #A0CF6B;
}


section.cta-section a,
.advantage-box a,
section.ctasection a {
	background: #A0CF6B;
	padding: 15px 45px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
}

section#stat h1,
.job-head h2 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 46px;
}

section#stat p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
}

.counting {
	font-size: 40px;
	display: inline-flex;
	font-weight: 600;
}

.scaling-section .col-md-4.col-lg-4.text-center.wow.fadeIn {
	margin-top: 30px;
}

span.counting.large {
	font-size: 36px;
}

.counters-box h3 {
	font-size: 16px;
	font-weight: 600;
	color: #4b5563;
}

.service-item {
	position: relative;
	padding: 25px;
	background: #f6f4f9;
	overflow: hidden;
	transition: .5s;
	min-height: 495px;
}

.service-item:hover {
	background: #fff;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
	box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
}

.service-item .service-icon {
	margin: 0 auto 5px auto;
	width: 100px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #12516A;
	background-size: contain;
	transition: .5s;
	border-radius: 50%;
	font-size: 40px;
}

.service-item h5,
.service-item p {
	transition: .5s;
}

.service-item h5 {
	font-size: 18px;
	font-weight: 600;
}

.service-item p {
	font-size: 14px;
	text-align: left;
	line-height: 22px;
}

.service-item a.btn {
	padding: 13px 26px !important;
	border-radius: 50px !important;
	color: #fff;
	background: #12516A;
	transition: .5s;
	z-index: 1;
	margin: 30px auto;
	max-width: 75%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	position: absolute;
	right: 100px;
	bottom: 0;
}

.service-item a.btn:hover {
	color: #fff;
	background: #A0CF6B;
}

.service-item:hover a.btn {
	bottom: 0;
}

/*** Fact ***/
.fact {
	background-repeat: no-repeat;
}

.fact h3 {
	font-size: 2.4rem;
	font-weight: 600;
}

.colorTheme {
	background-color: #12516A;
    color: white;
}

.text-theme-secondary {
	color: #fff;
}

.advantage-box h1 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 45px;
}

.advantage-box p {
	color: #1f2937;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 30px;
}

.scaling-section p {
	font-size: 16px;
}

.mt-8 {
	margin-top: 100px;
}

.car_items h3 {
	font-size: 16px;
	line-height: 24px;
	max-height: 65px;
    overflow-y: hidden;
}

.car_items p {
	font-size: 14px;
	line-height: 22px;
}

.quote:before {
	content: '“';
	top: -20px;
	left: 10px;
}

.quote:after {
	content: '”';
	bottom: 28px;
	right: 20px;
}

section#testimonial .owl-theme .owl-dots .owl-dot.active span,
section.what-we-say .owl-theme .owl-dots .owl-dot.active span,
section#statistics .owl-theme .owl-dots .owl-dot.active span {
	background: #12516A;
}

section#testimonial .owl-theme .owl-dots .owl-dot span,
section.what-we-say .owl-theme .owl-dots .owl-dot span,
section#statistics .owl-theme .owl-dots .owl-dot span {
	background: white;
}

.quote:before,
.quote:after {
	font-family: 'sans-serif';
	color: #12516A;
	font-size: 100px;
	position: absolute;
}

.quote::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.3);
	background-color: #F5F5F5;
}

.quote::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.quote::-webkit-scrollbar-thumb {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
}

.car_items img {
	display: none !important;
}

.border-gray-200 {
	border-color: #aeaeae !important;
}

input#file_type,
select {
	color: #757575;
}

input:focus,
textarea:focus,
select#dreamjob:focus {
	background-color: #fff;
	border: 1px solid #a5a6a6 !important;
	outline: none !important;
}

button.bg-green,
input.bg-green {
	background: #12516A;
	border: #12516A;
	color: white;
	padding: 15px 45px !important;
	border-radius: 50px !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

footer p {
	font-size: 13px;
	background: #222;
	color: #7B7B7B;
	line-height: 21px;
}

.footer-links {
	font-size: 13px;
	color: #7B7B7B;
}

.footer-links a {
	color: #7B7B7B !important;
	padding: 0 5px;
}

a.image-anchor {
	font-size: 28px;
	padding: 0 5px;
}

i.fa.fa-linkedin-square,
i.fa.fa-twitter-square,
i.fa.fa-facebook-square,
i.fa.fa-google-plus-square {
	color: white;
}

@media (min-width: 1024px) {
	.section-title p {
		width: 50%;
	}

	.vison-box-content-box {
		text-align: left;
	}

	.vison-box-content-box {
		text-align: left;
	}
}

@media screen and (max-width: 992px) {
	.row-rev {
		flex-direction: column-reverse;
	}

	.advantage-box-image.mt-2 {
		margin-bottom: 30px;
	}

	.first-box .row,
	.seceond-box .row {
		width: 100%;
	}

	.content-box {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 992px) and (orientation: landscape) {

	section#service h3,
	section#rpo h3,
	section.job-listing h3,
	section#misson h3,
	section#stat h1,
	section h3 {
		font-size: 28px;
	}

	.statistics-img-box img.img-fluid {
		min-height: 520px;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	h1.display-4.font-weight-bold, h2.display-4.font-weight-bold {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {}

@media screen and (max-width: 550px) {

	img.img-fluid.vision-bg,
	img.img-fluid.mission-bg {
		left: 50% !important;
	}

	section.client-speak {
		padding: 10px 0;
	}

	h4.about-head {
		padding: 10px 20px;
	}

	main.blogdetail-page-main-wrapper section.content-listing.main-content {
		padding-left: 25px;
		padding-right: 15px;
	}

	li.external-rpo:before {
		height: 15px !important;
	}

	.like-section i.fa-brands.fa-twitter.text-gray {
		padding: 10px !important;
	}

	.like-section i.fa-brands.fa-linkedin-in.text-gray.mr-2 {
		padding: 10px 12px !important;
	}

	.col-md-6.col-xs-12.post-mail, .comments-area .form-control {
		margin-bottom: 25px !important;
	}
	
	main.blogdetail-page-main-wrapper h1.display-4.font-weight-bold, main.blogdetail-page-main-wrapper h2.display-4.font-weight-bold {
		font-size: 1.25rem !important;
	}

	a.blog-lnk, .blog-item {
		min-height: fit-content !important;
	}

	.page-template-default p {
		padding: 0 10px 0 20px;
	}

	#hero h1 span {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 12px !important;
	}

	#hero h1 {
		font-size: 22px;
		line-height: 32px;
	}

	#hero p {
		font-size: 14px;
	}

	#hero {
		height: 65vh;
	}

	.counting {
		font-size: 46px;
	}

	span.counting.large {
		font-size: 40px;
	}

	.counters-box h3 {
		font-size: 14px;
	}

	.row-rev {
		flex-direction: column-reverse;
	}

	.advantage-box-image.mt-2 {
		margin-bottom: 30px;
	}

	.quote:after {
		bottom: 30px;
	}

	.first-box .row,
	.seceond-box .row {
		width: 100%;
	}

	figure.w-25.d-md-block.position-absolute.top-0.start-0 {
		width: 55% !important;
	}

	.flex.items-center.float-end.footer-links {
		float: left !important;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
	section#stat img.img-fluid {
		max-height: 495px;
		width: 100%;
	}

	.content-box {
		min-height: 400px;
	}

	.modal-dialog {
		max-width: 50%;
	}

	/* .viewjob-jobDescription {
		max-height: 500px !important;
	} */

	.seceond-box {
		min-height: 630px;
	}

  .seceond-box .vison-box-content-box {
    position: relative;
    top: 2px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
	section#stat img.img-fluid {
		max-height: 465px;
		width: 100%;
	}

	.content-box {
		min-height: 400px;
	}

	#header .logo img {
		position: relative;
		left: -25px;
	}

	.modal-dialog {
		max-width: 50%;
	}

	/* .viewjob-jobDescription {
		max-height: 480px !important;
	} */

	.seceond-box {
		min-height: 630px;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1700px) {
	section#stat img.img-fluid {
		max-height: 465px;
		width: 100%;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1460px) {
	.seceond-box {
		min-height: 630px !important;
	}
  .sliderContent {
    left: 13%;
  }
  .seceond-box .vison-box-content-box {
    position: relative;
    top: -5px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .sliderContent {
    left: 15% !important;
  }
  .seceond-box .vison-box-content-box {
    position: relative;
    top: -8px;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {
  .sliderContent {
    left: 20% !important;
	top: 23% !important;
  }
  .seceond-box .vison-box-content-box {
    position: relative;
    top: 3px;
  }
  .carousel-item img.img-fluid.d-lg-block.d-none {
	min-height: 770px;
  }
  div#demo {
	min-height: 770px;
  }
  section.testimonial, section#misson, section#service, section#contact, section#letstalk, section#statistics,
  div#partner {
	padding: 100px 0;
  }
}

@media screen and (min-width: 1801px) and (max-width: 1921px) {
  .sliderContent {
    left: 20% !important;
	top: 23% !important;
  }
  .seceond-box .vison-box-content-box {
    position: relative;
    top: 2px !important;
  }
  .carousel-item img.img-fluid.d-lg-block.d-none {
	min-height: 770px;
  }
  div#demo {
	min-height: 770px;
  }
}

@media screen and (min-width: 1500px) {
	section#stat .col-lg-5.col-md-4.col-12 {
		width: 35.33%;
	}

	section.testimonial,
	section.advantage,
	section#misson,
	section#service,
	section#contact,
	section.cta-section {
		padding: 80px 0;
	}

	section.advantage .row.position-relative {
		padding: 60px 0;
	}

	.vison-box-content-box {
		padding: 30px 50px;
	}

	img.img-fluid.vision-img {
		max-width: 200px;
	}

	.first-box {
		min-height: 475px;
	}

	.seceond-box {
		min-height: 700px;
	}

	.icon-box-desc h4 {
		font-size: 18px;
	}

	.icon-box-desc p {
		font-size: 16px;
	}

	.service-icon-box img.img-fluid {
		max-width: 65px;
		max-height: 65px;
	}

	#header .logo img {
		position: relative;
		left: -25px;
	}

	.modal-dialog {
		max-width: 50%;
	}

	.content-box {
		min-height: 325px;
	}

}

img.img-fluid.vision-bg {
	position: absolute;
	left: 25%;
	transform: translate(-50%, 0px);
	z-index: 0;
	filter: opacity(0.8);
}

img.img-fluid.mission-bg {
	position: absolute;
	left: 75%;
	transform: translate(-50%, 0px);
	z-index: 0;
	filter: opacity(0.8);
}

.vison-box-content {
	position: relative;
	z-index: 1;
	background: #0000005e;
	min-height: 215px;
	padding: 20px 0;
}

section.cta-section a:hover {
	transform: scale(1.05);
}

select#dreamjob {
	padding-left: 12px !important;
}

/* join CX CSS */
section#banner-joincx {
	/* background: url(../img/about-us-banner.jpg); */
	padding: 70px 0;
	/* background-size: cover;
	max-height: 240px; */
	margin-top: 100px;
}

img.rounded.img-team {
	width: 100px;
	height: 100px;
	border-radius: 50% !important;
	margin: 20px auto;
}

section.what-we-say {
	background: #a6d869d1;
}

.quote {
	padding: 60px;
	max-height: 210px;
	/* overflow-y: scroll; */
}

a.read-more-testimonial {
    display: inline-block;
    color: #12516A;
    padding: 0 15px;
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
}

section.what-we-say .quote {
	padding: 60px 60px 0 60px;
}

.job-card {
	margin-bottom: 40px;
	border: 1px solid #cecece;
	float: left;
	margin-left: 2%;
	padding: 20px;
	min-height: 525px;
}

h4.job-head {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block;
	min-height: 60px;
}

p.job-desc {
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.5;
}

a.apply-btn {
	background: #A0CF6B;
	padding: 15px 45px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	color: white;
}

a.apply-btn:hover {
	background: #12516A;
}

.btn-block {
	text-align: center;
	margin: 35px 0;
}

.job-card:hover {
	box-shadow: 0 3px 18px -6px #000;
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-webkit-transition: all .2s ease-in-out;
}

button.close {
	background: white;
	border: none;
}

h4.modal-title {
	font-size: 20px;
}

section.cta-section {
	padding: 60px 0;
}

.white-box {
	background: white;
	box-shadow: -3px -2px 10px 0px rgb(0 0 0 / 21%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 30px;
	margin-bottom: 60px;
	border-radius: 25px;
	padding: 30px;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #A0CF6B, #12516A) border-box;
	border: 4px solid transparent;
}

img.img-fluid.vision-img {
	max-width: 150px;
}

/* need to remmove later*/
section.cta-section .card-body {
	padding: 50px;
}

section.cta-section .card.card-sm.overflow-hidden {
	min-height: 170px;
	box-shadow: -3px -2px 10px 0px rgb(0 0 0 / 21%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 25px;
}

h4.card-title {
	font-weight: 700;
	color: white;
}

section.cta-section .card-body {
	background-image: linear-gradient(#12516a, #A0CF6B);
}

section.cta-section a {
	background: white;
	color: #000000 !important;
	display: inline-block;
}

textarea#message {
	max-width: 99%;
	margin-bottom: -5px !important;
}

input#btnsubmit {
	margin-top: 15px;
  cursor: pointer;
}

.advantage-box {
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	border-radius: 8px;
}

.job-box {
	padding: 30px;
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	border-radius: 8px;
}

.job-desc h3 {
	font-size: 26px !important;
	font-weight: 600;
}

.job-desc ul {
	padding: 10px 25px;
}

.job-desc ul li {
	padding: 6px 0;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 250px;
	top: 0px;
	width: 0;
	height: 100%;
	margin-right: -250px;
	background-image: linear-gradient(#12516a, #A0CF6B);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}

#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}

.sidebar-nav {
	position: absolute;
	top: 40px;
	margin: 30px 40px;
	padding: 20px;
	list-style: none;
}

ul.sidebar-nav li {
	padding: 15px 0;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
}

@media(min-width:768px) {
	#wrapper {
		padding-left: 250px;
	}

	#wrapper.toggled {
		padding-left: 0;
	}

	#sidebar-wrapper {
		width: 350px;
	}

	#wrapper.toggled #sidebar-wrapper {
		width: 0;
	}

	#page-content-wrapper {
		padding: 20px;
		position: relative;
	}

	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
	}
}

span.navbar-toggler-icon i {
	background: -webkit-linear-gradient(#12516a, #12516a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
}


h3.job-head {
	font-size: 16px;
	color: #12516A;
	font-weight: 600;
	line-height: 24px;
}

p.jobposting-snippet {
	font-size: 14px;
	color: black;
	margin-bottom: 0;
}

.nav-pills .nav-link.active {
	background: white;
	border-left: 3px solid #A0CF6B;
	border-radius: 0px;
}

.tab-content {
	border-left: 3px solid #12516A;
}

div#v-pills-tabContent {
	padding: 20px;
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

.main-content h1,
.main-content h2,
.related-jobs h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #12516A;
}

.viewjob-jobDetails i.fa-regular.fa-file-lines.text-gray {
	padding-right: 20px;
}

.viewjob-jobDetails i.fa.fa-briefcase.text-gray {
	padding-right: 23px;
}

.related-jobs h3 {
	font-size: 26px;
}

.social-icon a.image-anchor i:hover {
	color: white;
}

.main-content ul.smart-desc,
.joblist-card ul.smart-desc {
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}

.nav-pills .nav-link:hover {
	background: #d6d6d696;
}

.nav-pills .nav-link {
	border-radius: 0px;
	padding: 30px;
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	margin-bottom: 20px;
}

a.openInFullPage {
	font-size: 15px !important;
	color: #12516A;
	background: #fff;
	outline: none;
	border: 0;
	position: relative;
	display: flex;
	justify-content: end;
	margin-bottom: 6px;
}

a.openInFullPage i {
	margin-top: 4px;
}

.main-content .text-gray,
.joblist-card .text-gray {
	color: #12516A !important;
	font-size: 16px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	padding-right: 5px;
}

.main-content span.smallText {
	/* display: inline-block; */
	font-size: 14px;
}

.main-content ul.smart-desc li.fl.exp:first-child {
	margin-left: 0;
}

.main-content ul.smart-desc li {
	position: relative;
	font-size: 12px;
	padding-right: 20px;
	display: inline-block;
}

.main-content label.Label.Label--gray {
	background: #d6d6d6;
	font-size: 12px;
	padding: 4px 13px;
	border-radius: 3px;
	font-weight: 600;
}

.main-content ul.social_icons {
	padding: 0;
	list-style: none;
	display: inline-flex;
}

.main-content .share_btns {
	float: right;
}

.share-and-apply-btns.my-3 {
	padding: 10px;
}

ul.social_icons li.fl.exp i {
	font-size: 18px;
	padding-right: 25px;
}

.Section-divider {
	border-top: 1px solid #cecece;
	margin: 25px 0px;
	width: auto;
}

.viewjob-section .h3,
.viewjob-jobDescription .h3, .viewjob-section h3, .viewjob-jobDescription h3{
	font-size: 20px;
	font-weight: 600;
}

.viewjob-jobDetails span.viewjob-jobType,
.viewjob-jobDetails span.viewjob-jobType {
	padding-right: 40px;
}

.viewjob-jobDetails span.viewjob-jobType span {
	display: inline-block;
	font-size: 14px;
}

.viewjob-jobDescription {
	overflow-y: scroll;
	/* max-height: 350px; */
	padding: 0px 20px 0px 0px;
}

span.viewjob-jobType.text-black i {
	padding-right: 25px !important;
}

.fixed {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	background-color: white;
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
}

nav.pagination.Pagination.Pagination--withTotalJobCounts ul {
	display: inline-flex;
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}

nav.pagination.Pagination.Pagination--withTotalJobCounts {
	margin: 0;
	padding: 30px 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

nav.pagination.Pagination.Pagination--withTotalJobCounts ul li.page-item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	min-width: 0;
}

ul li.page-item a.page-link {
	z-index: 1;
	background: var(--pagination-background-color--active);
	border: 1px solid #A0CF6B;
	color: #12516A;
	cursor: default;
	border-radius: 0px !important;
	font-size: 18px !important;
	padding: 5px 15px;
}

li.page-item.active {
	background: #A0CF6B;
}

li.page-item.active a.page-link {
	color: white;
}

.job-details-tab,
.main-job-card.blocks {
	padding: 20px;
	-webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
	box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}

section.job-detail .Section-divider {
	margin: 25px 0 0;
}

.related-jobs h2 {
	font-size: 15px;
	font-weight: 600;
	color: #12516A;
	line-height: 23px !important;
	margin-top: 0px !important;
}

.main-job-card.blocks ul.smart-desc {
	display: inline-grid;
}

.main-job-card.blocks ul.smart-desc li {
	padding: 5px 0;
}

.main-content ul.social_icons li.fl.expmob i {
	font-size: 18px !important;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid #cecece;
	padding: 10px 13px;
	border-radius: 25px;
	margin-right: 15px;
}

.main-content ul.social_icons li.fl.expmob i.fa-brands.fa-twitter.text-gray.mr-2 {
	padding: 10px !important;
}

.main-content ul.social_icons li.fl.expmob i.fa-brands.fa-linkedin-in.text-gray.mr-2 {
	padding: 10px 12px !important;
}

h2.mw-85 {
	max-width: 75%;
}

ul.my-3.smart-desc.text-black li {
	display: inline-block;
	padding-right: 20px;
}

.nav-pills .nav-link ul.smart-desc li,
.nav-pills .nav-link span.viewjob-jobType {
	font-size: 14px;
}

span.viewjob-jobType {
	font-size: 14px;
}

.jobDetail-jobDescription .jobContent {
	margin-top: 25px;
}

.related-jobs ul.smart-desc {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

button.close {
	font-size: 20px;
}

.related-jobs ul.my-3.smart-desc li {
	display: flex;
}

.related-jobs ul.my-3.smart-desc li i.fa.fa-briefcase.text-gray,
.related-jobs ul.my-3.smart-desc li i.fa-solid.fa-location-dot.text-gray,
.related-jobs ul.my-3.smart-desc li i.fa-regular.fa-file-lines.job-icon.text-gray,
.related-jobs ul.my-3.smart-desc li i.fa-solid.fa-indian-rupee-sign.text-gray {
	margin-top: 3px;
	padding-right: 25px;
}

div#sec-seperator {
	margin: 25px 0;
}

a.page-numbers:hover {
	color: black;
}

.viewjob-jobDescription::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(165, 165, 165, 0.3);
	background-color: #F5F5F5;
}

.viewjob-jobDescription::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.viewjob-jobDescription::-webkit-scrollbar-thumb {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
}

p.designation {
	padding: 5px 60px 15px;
}

div#demo {
	margin-top: 100px;
}

select#dreamjob {
	appearance: none;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
}

div#partner {
	padding: 60px 0 100px;
}

.carousel-item img.img-fluid.d-lg-block.d-none {
  width: 100%;
}

h1.display-4.font-weight-bold, h2.display-4.font-weight-bold {
  color: #12516A;
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
  font-weight: 600 !important;
}

section.content-listing {
  padding: 10px 0;
}

.owl-carousel.join-cx.owl-theme .quote {
    padding: 60px !important;
    max-height: fit-content;
    overflow: hidden;
}

.owl-carousel.join-cx.owl-theme .quote.quote:before, .owl-carousel.join-cx.owl-theme .quote.quote:after, section.what-we-say .car_items h6 {
	color: #000 !important;
}

.owl-carousel.join-cx.owl-theme .quote img.rounded.img-team {
    display: block !important;
}

button.owl-dot:focus {
	outline: none;
}

.quote-client-speak h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.quote-client-speak img {
    margin: 50px auto;
    text-align: center;
    width: 30%;
    display: flex;
}

span.designation {
    font-size: 1rem;
    font-weight: 600;
    color: #12516A;
}

.client-details h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.published-date {
    float: none;
    margin: 0;
    position: absolute;
    border: none;
    padding: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 10px;
    color: white;
    top: 0;
    font-weight: 500;
    left: 0;
	display: grid;
}

span.market-view span i.fa-solid.fa-user, span.font-11.market-view i.fa-solid.fa-calendar {
    font-size: 14px;
    color: #12516A;
    padding-right: 10px;
}

.badge-secondary {
    color: #fff;
    background-color: #12516A;
    padding: 5px 10px;
    margin-right: 10px;
}

span.market-view span {
    font-size: 15px;
    font-weight: 600;
	color: #8d8d8d!important;
}
.description p, main.blogdetail-page-main-wrapper .description h1, main.blogdetail-page-main-wrapper .description h2,
main.blogdetail-page-main-wrapper .description h3, main.blogdetail-page-main-wrapper .description h4,
main.blogdetail-page-main-wrapper .description h5, main.blogdetail-page-main-wrapper .description h6,
main.blogdetail-page-main-wrapper .description span
{
	/* color: #8d8d8d!important; */
	font-size: 16px;
	line-height: 24px;
}
main.blogdetail-page-main-wrapper .description ol, main.blogdetail-page-main-wrapper .description ul {
    padding: 0 20px;
} 
.blogAuthor{padding-right: 5px;}
.blogAuthorDate{margin: 15px 0px; display: block;}
span.date {
    font-size: 1.6rem;
    font-weight: 600;
	text-align: center;
}

a.blog-lnk:hover {
    color: #12516A;
}

input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    white-space: pre-wrap;
}

.page-template-template-solutions div#partner {
    padding: 40px 0 30px;
}

/*section#banner-joincx:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background: rgb(102 102 102 / 38%);
} */

.blog-item p {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

main.blogdetail-page-main-wrapper h1.display-4.font-weight-bold, main.blogdetail-page-main-wrapper h2.display-4.font-weight-bold {
    font-size: 2.2rem;
}

.media-left img.avatar.avatar-64.photo {
    border-radius: 50%;
	margin-right: 15px;
}

li.edit-link {
    padding-right: 10px;
}

div#loadMore {
    text-align: center;
}

span.blog-author {
    margin-left: 15px;
}

li#comment-4 {
    margin-top: 20px;
}

@media screen and (min-width: 1000px) {
	.service-item a.btn {
		min-width: 165px !important;
	}
}

@media (min-width: 1024px) {
	.small-container {
	  max-width: 800px; } }
.related-jobs .section-title{padding-bottom: 2px;}

li.external:before {
    position: absolute;
    content: "\f08e";
    font: normal normal normal 14px/1 FontAwesome;
    right: -20%;
    color: #fff;
    margin-top: 9px;
    height: 30px;
    font-size: 20px;
    width: 50px;
    z-index: 1;
}

li.external-rpo:before {
    position: absolute;
    content: "\f08e";
    font: normal normal normal 14px/1 FontAwesome;
    right: 0%;
    color: #fff;
    bottom: 195px;
    height: 30px;
    font-size: 20px;
    width: 50px;
    z-index: 1;
}

a.comment-edit-link {
    display: none;
}

.related-jobs span.font-11.market-view.blogAuthorDate span {
    font-size: 12px;
}

.blogdetail-page-main-wrapper .comment-reply-title {
    font-size: 26px;
}

.blogdetail-page-main-wrapper .comment-reply-title small {
    padding-left: 15px;
}

article {
    margin: 40px 0;
}

ul.children {
    list-style: none;
}

.like-section.text-center:after {
    content: ' ';
    display: block;
    border-top: 1px solid #edecec;
    position: relative;
    top: 20px;
}

.like-section:before {
    content: ' ';
    display: block;
    border-bottom: 1px solid #edecec;
    position: relative;
    top: -20px;
}

/* main.blogdetail-page-main-wrapper section#banner-joincx {
    background-size: 110% 200% !important;
} */

ul.commentslist {
    list-style: none;
}

.leavereplay.mb-3 {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

section.job-list-two {
    padding: 0px 0 30px;
}

.blog-item a img {
    width: 100%;
}

.page-template-template-jobs .main-desc-content {
    margin-bottom: 33px;
}

.owl-carousel.owlSliderTestimonial .owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
}

.owl-carousel .nav-button {
	height: 50px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	top: 110px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.25;
}

.owl-carousel .owl-prev {
	left: -35px;
}
  
.owl-carousel .owl-next {
	right: -20px;
}
  
.owl-theme .owl-nav [class*=owl-] {
	color: #ffffff;
	font-size: 40px;
}

.main-content.description p {
    line-height: 24px;
}

section.testimonial .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}

section#testimonial .nav-button.owl-prev i.fa.fa-chevron-left, section.testimonial .nav-button.owl-next i.fa.fa-chevron-right {
    font-size: 22px !important;
}

@media screen and (min-width: 650px) and (max-width: 1023px) {
    .seceond-box {
      min-height: 625px !important;
    }
    .service-item.d-flex.flex-column.text-center.rounded {
       margin-top: 30px;
    }
    section#contact img.img-fluid.d-lg-none.d-block {
       width: 100%;
    }
    .service-item a.btn.btn-square {
       right: 50% !important;
       bottom: 0;
       transform: translate(50%,-50%);
    }
}