body {
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
}

a {
	text-decoration: none;
	transition: .2s ease all;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

h1 {
	font-size: 48px;
	color: #4D4D4D;
	font-weight: 700;
}

h1 span {
	font-size: 48px;
	color: #DE7626;
	font-weight: 700;
	display: block;
}

h2 {
	font-size: 32px;
	font-weight: 700;
	color: #303030;
	margin-bottom: 20px;
}

h2 span {
	color: #DE7626;
}

h5 {
	font-size: 22px;
}

.right {
	text-align: right;
}

input:focus-visible {
	outline: none;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.filter .header .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
	display: block;
	width: 400px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}


.btn-primary,
.btn-secondary {
	color: #fff;
	border-radius: 4px;
	padding: 10px 30px;
}

.btn-primary {
	background: #303030;
	border: 1px solid #303030;
}

.btn-primary:hover {
	background: #DE7626;
	border: 1px solid #DE7626;
}

.btn-secondary {
	background: #DE7626;
	border: 1px solid #DE7626;
}

.btn-secondary:hover {
	background: #303030;
	border: 1px solid #303030;
}


.nav-link {
	color: #303030;
	padding: 10px 20px !important;
}

.nav-link:hover {
	color: #DE7626;
}

.nav-link.active {
	color: #DE7626 !important;
	font-weight: 500;
}

.dropdown:hover .dropdown-menu,
.dropdown:hover .dropdown-submenu:hover .dropdown-menu {
	display: block;
}

.dropdown:hover .dropdown-submenu .dropdown-menu {
	display: none;
}

.btn-group {
	display: inline;
	margin: 0 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 250px;
	left: 15px;
}

.dropdown-item {
	font-size: 14px;
	padding: 10px 15px;
}

.dropdown-item span {
	font-size: 12px;
	color: #DE7626;
	margin-left: 20px;
}

.offcanvas-header {
	display: inherit;
}

.offcanvas-header .close {
	background: #303030;
	color: #fff;
	border: none;
	border-radius: 5px;
}

.navbar .log {
	background: #303030;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
}

.navbar .sign {
	background: #DE7626;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
}

.banner {
	background: url(../images/banner-bg.jpg) no-repeat;
	background-size: cover;
	padding: 8em 0 14em;
	text-align: center;
	color: #303030;
}

.banner h2 {
	font-size: 48px;
	color: #DE7626;
	font-weight: 700;
}

.banner p {
	font-size: 20px;
	margin-bottom: 25px;
}

.search-bar {
	width: 75%;
	margin: 1em auto 2em;
	overflow: hidden;
}

.search-bar .item {
	width: 25.9%;
	float: left;
	position: relative;
	border-radius: 4px;
	margin-right: 20px;
	background: #F0F0F0;
	padding: 12px 15px 12px 45px;
}

.search-bar .item-btn {
	width: 15%;
	float: left;
	margin: 0;
	background: transparent;
	text-align: left;
}

.search-bar .item input[type="text"] {
	background: transparent;
	border: none;
	width: 100%;
	font-size: 14px;
}

.search-bar i {
	position: absolute;
	left: 20px;
}

.search-bar .btn-primary {
	padding: 11px 40px;
	font-size: 16px;
	width: 100%;
}

.upload-btn-wrapper {
	position: relative;
	display: inline-block;
}

.banner .btn {
	border: 2px solid #303030;
	color: #303030;
	background: transparent url(../images/upload.png) 10px 8px no-repeat;
	padding: 10px 20px 10px 50px;
	border-radius: 8px;
	transition: .2s ease all;
	font-size: 18px;
	margin-right: 10px;
}

.banner .btn:hover {
	background: #303030 url(../images/upload-white.png) 10px 8px no-repeat;
	color: #fff;
}

.banner .btn-area .btn-secondary {
	border-radius: 8px;
	font-size: 18px;
}

.upload-btn-wrapper input[type=file] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
}

.hiring-section {
	text-align: center;
	padding: 4em 0;
}

.hiring-section p {
	margin: 1em auto;
	font-size: 18px;
	line-height: 32px;
}

.hiring-section p.txt-block {
	width: 90%;
}

.hiring-section.vis {
	background: #F9F9F9;
	padding-bottom: 0;
}

.hiring-section .row {
	margin-top: 4em;
}

.hiring-section h2 {
	margin: 0;
}

.hiring-section .item {
	background: #fff;
	border: 2px solid #E0E0E0;
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: .2s ease all;
}

.hiring-section .item:hover figure {
	background: #DE7626;
}

.hiring-section .item figure {
	width: 26%;
	float: left;
	height: 90px;
	line-height: 90px;
	margin: 0 5% 0 0;
	border-radius: 5px;
	background: #F4F4F4;
	position: relative;
}

.hiring-section .item figure .img,
.hiring-section .item figure .hover_img {
	position: absolute;
	top: 21%;
	left: 21%;
}

.hiring-section .item figure .img {
	opacity: 1;
}

.hiring-section .item figure .hover_img {
	opacity: 0;
}

.hiring-section .item:hover figure .img {
	opacity: 0;
}

.hiring-section .item:hover figure .hover_img {
	opacity: 1;
}

.hiring-section .item .txt-area {
	width: 69%;
	float: left;
	text-align: left;
	padding-top: 10px;
}

.hiring-section .item .txt-area b {
	display: block;
	margin-bottom: 5px;
}

.vis-section {
	padding: 2em 0;
	text-align: left;
	background: #F9F9F9;
}

.vis-section .content-block {
	padding: 2em;
	line-height: 27px;
	position: relative;
}

.vis-section .content-block figure {
	width: 100%;
	border-radius: 20px;
	text-align: center;
	padding: .5em 0 0;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

.vis-section .content-block h5 {
	font-weight: 600;
}

.vis-section .content-block p {
	margin-bottom: 25px;
}

.vis-section .content-block.one figure {
	background: #def1f4;
}

.vis-section .content-block.two figure {
	background: #f0e8fd;
}

.vis-section .content-block.three figure {
	background: #d9e1e1;
}


.country-sec {
	padding: 3em 0;
	background: #F9F9F9;
}

.country-sec .item {
	text-align: center;
	font-weight: 600;
}

.country-sec .item img {
	width: auto !important;
	margin: 0 auto 1em;
	border-radius: 10px;
}

.country-sec i {
	font-size: 30px;
	color: #DE7626;
	line-height: 40px;
}

color:#DE7626;


.country-sec .owl-carousel {
	width: 90% !important;
	margin: auto;
}

.country-sec .owl-carousel .owl-nav {
	display: block !important;
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
}

.country-sec .owl-carousel .owl-nav .owl-next,
.country-sec .owl-carousel .owl-nav .owl-prev {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: #fff !important;
	transition: .2s ease all;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 4px 20px rgba(142, 142, 142, .3);
}

.country-sec .owl-carousel .owl-nav .owl-prev {
	left: -53%;
}

.country-sec .owl-carousel .owl-nav .owl-next {
	right: -50%;
}

.country-sec .owl-carousel .owl-nav .owl-next:hover,
.country-sec .owl-carousel .owl-nav .owl-prev:hover {
	background: #DE7626 !important;
	color: #fff;
}

.country-sec .owl-carousel .owl-nav .owl-next:hover i,
.country-sec .owl-carousel .owl-nav .owl-prev:hover i {
	color: #fff;
}

.bl-section {
	padding: 0 0 3em 0;
	overflow: hidden;
}

.bl-section .item {
	width: 17%;
	float: left;
	margin: 0 15px;
	box-shadow: 0 4px 20px rgba(142, 142, 142, .3);
	box-sizing: border-box;
	padding: 2em;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	border-radius: 11px;
	min-height: 280px;
	border: 1px solid #EDEDED;
}

.job-section {
	background: #F9F9F9;
	padding: 4em 0;
}

.job-section .item {
	background: #fff;
	padding: 2em;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #D9D9D9;
	width: 22% box-shadow:0 4px 2px rgba(142, 142, 142, .3);
}

.job-section .item .open {
	width: 80%;
	margin: 10px auto;
	background: #FF7400;
	border-radius: 4px;
	color: #fff;
	padding: 5px 20px;
}

.job-section .item figure {
	width: 140px;
	height: 80px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}

.job-section .item figure img {
	width: 70%;
	display: inline-block;
}

.job-section .item b {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}

.job-section .owl-carousel .owl-nav {
	top: 40%;
}

.job-section .owl-carousel .owl-nav .owl-next,
.job-secstion .owl-carousel .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
}

.job-section .owl-carousel {
	width: 90% !important;
	margin: auto;
}

.job-section .owl-carousel .owl-nav {
	display: block !important;
	position: absolute;
	top: 40%;
	width: 100%;
}

.job-section .owl-carousel .owl-nav .owl-next,
.job-section .owl-carousel .owl-nav .owl-prev {
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 76px;
	display: inline-block;
	background: #fff !important;
	transition: .2s ease all;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 4px 20px rgba(142, 142, 142, .3);
}

.job-section .owl-carousel .owl-nav .owl-prev {
	left: -8%;
}

.job-section .owl-carousel .owl-nav .owl-next {
	right: -98%;
}

.job-section .owl-carousel .owl-nav i {
	font-size: 40px;
	color: #DE7626;
}

.job-section .owl-carousel .owl-nav .owl-next:hover,
.job-section .owl-carousel .owl-nav .owl-prev:hover {
	background: #DE7626 !important;
	color: #fff;
}

.job-section .owl-carousel .owl-nav .owl-next:hover i,
.job-section .owl-carousel .owl-nav .owl-prev:hover i {
	color: #fff;
}

.testimonial-section {
	background: #F9F9F9;
	padding: 4em 0;
	text-align: center;
}

.testimonial-section .owl-three {
	margin-top: 3em;
}

.testimonial-section .owl-carousel .owl-item {
	transition: all 0.3s ease-in-out;
}

.testimonial-section .owl-carousel .owl-item .card {
	padding: 30px;
	position: relative;
}

.testimonial-section .owl-carousel .owl-stage-outer {
	overflow-y: auto !important;
	padding-bottom: 40px;
}

.testimonial-section .owl-carousel .owl-item img {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	margin: auto;
	object-fit: cover;
}

.testimonial-section .owl-carousel .owl-item .card .name {
	color: #303030;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 1rem 0 0;
}

.testimonial-section .owl-carousel .owl-item .card .name small {
	display: block;
	font-weight: 400;
}

.testimonial-section .owl-carousel .owl-item .card .name small img {
	width: 15px;
	height: 13px;
	border-radius: 0;
	display: inline-block;
}

.testimonial-section .rating {
	padding: 1em 0;
}

.testimonial-section .rating i {
	color: #C4C4C4;
}

.testimonial-section .rating i.active {
	color: #DE7626;
}

.testimonial-section .owl-carousel .owl-item .card {
	opacity: 0.7;
	background: transparent;
	transform: scale3d(0.94, 0.9, 0.9);
	line-height: 26px;
	min-height: 670px;
	transition: all 0.3s ease-in-out;
	border-radius: 17px;
	border-color: #D9D9D9;
}

.testimonial-section .owl-carousel .owl-item.active.center .card {
	opacity: 1;
	transform: scale3d(.96, .95, .99);
	background: transparent;
	border: 2px solid #DE7626;
}

.testimonial-section .owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
	height: 15px;
	width: 15px;
	background: #D9D9D9 !important;
	border-radius: 50% !important;
	opacity: 1;
	display: block;
}

.testimonial-section .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin: 0 5px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
	height: 15px;
	width: 15px;
	opacity: 1;
	background: #DE7626 !important;
}

footer {
	padding: 4em 0;
}

footer figure {
	display: block;
}

footer h5 {
	color: #DE7626;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

footer ul {
	margin-bottom: 20px;
}

footer li a {
	font-size: 14px;
	color: #303030;
	line-height: 30px;
}

footer .about {
	padding-right: 80px;
}

footer .about a {
	display: block;
	color: #DE7626;
	margin-top: 10px;
}

footer .contact li {
	margin-bottom: 10px;
	overflow: hidden;
}

footer .contact li i {
	float: left;
	width: 9%;
	margin: 6px 10px 0 0;
	font-size: 20px;
	text-align: center;
}

footer .contact li span {
	float: left;
	width: 85%;
	font-size: 14px;
}

footer .social li {
	display: inline-block;
	margin: 0 10px;
}

footer .social li:first-child {
	margin-left: 0;
}

footer .social li i {
	font-size: 20px;
}

.m20 {
	margin-top: 2em;
}

.inner-banner {
	background: url(../images/bg-inner.jpeg) no-repeat;
	background-size: cover;
	padding: 2em 0;
}

.inner-banner h1 {
	margin-top: 0em;
}

.inner-banner p {
	margin: 1em 0 2em 0;
	font-size: 20px;
}

.inner-banner .btn-primary {
	margin-right: 15px;
}

.inner-banner iframe {
	border-radius: 5px;
}

.inner-banner.seeker img {
	width: 45%;
}

.st-section {
	padding: 5em 0;
}

.st-section .txt-block {
	padding: 5em 5em 2em 0;
	font-size: 20px;
	line-height: 35px;
}

.st-section .txt-block h2 {
	line-height: 45px;
}


.tl-section {
	padding: 3em 0;
	overflow: hidden;
	background: #F9F9F9;
}

.tl-section .item {
	width: 20%;
	float: left;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

.tl-section.new .item {
	width: 25%;
}

.tl-section .item img {
	width: 50%;
}

.tl-section .items {
	margin: 1.5em 3em 1.5em 0;
}

.tl-section .txt-block {
	border: 1px solid #E8E8E8;
	border-radius: 15px;
	padding: 1.5em;
	margin: 1.5em 1.5em 1.5em 0;
	overflow: hidden;
}

.tl-section .txt-block figure {
	width: 10%;
	float: left;
}

.tl-section .txt-block b {
	font-size: 20px;
	display: block;
	margin-bottom: 8px;
}

.tl-section .txt-block span {
	width: 80%;
	float: left;
}

.tl-section .txt-block p {
	margin: 0;
}

.tl-section .txt-block figure {
	margin-right: 2em;
}

.tl-section.faq {
	background: #fff;
	padding-top: 0;
}

.tl-section.faq.block {
	padding-top: 4em;
}

.value-section {
	background: #fff;
	padding: 0 0 3em 0;
	overflow: hidden;
}

.value-section .item {
	border-radius: 10px;
	background: #f6f6f6;
	margin: 1em;
	min-height: 200px;
	display: flex;
	box-shadow: 0px 2px 11px #e2e2e2;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1em;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	transition: .2s ease all;
}

.value-section .item:hover {
	box-shadow: 0px 0 30px #ddd;
}

.com-section {
	background: #fff;
	padding: 0 0 2em;
	overflow: hidden;
}

.com-section img {
	width: 100%;
	border-radius: 5px;
}

.com-section .item {
	color: #8f8f8f;
	margin-bottom: 40px;
}

.com-section .item h5 {
	color: #333;
}

.con-box {
	background: #fff;
	border-radius: 8px;
	padding: 1.5em;
	text-align: left;
	font-size: 24px;
	box-shadow: 0px 6px 26px #f3f3f3;
	font-weight: 600;
	margin-bottom: 2em;
}

.con-box .row {
	margin-top: 0;
}

.con-box .btn-secondary {
	float: right;
	font-size: 18px;
	margin-top: .6em;
}

.tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

;

.tab__content {
	overflow: hidden;
	transition: all 0.35s;
}

.tab input:checked~.tab__content {
	max-height: 10rem;
}

.tab {
	border-bottom: 3px solid #D7DEF0;
}

.ab-pro-section {
	padding: 4em 0;
	background: #F9F9F9;
}

.ab-pro-section .txt-block {
	padding: 2em 0 0 2em;
	font-size: 18px;
	line-height: 35px;
}

.ab-pro-section strong {
	font-weight: 400;
	color: #DE7626;
	display: block;
	margin-bottom: 1em;
}

.secure-sec {
	padding: 3em 0;
	background: #f9f9f9;
}

.secure-sec h2 {
	text-transform: uppercase;
}

.secure-sec .btn,
.register-sec .btn {
	float: right;
	background: #DE7626;
	color: #fff;
	border-radius: 10px;
	padding: 12px 40px;
	margin-top: 1em;
}

.register-sec {
	padding: 3em 0;
	background: #F9F9F9;
}


#feat-blog-section_1,
#feat-blog-section_2 {
	/* background: transparent linear-gradient(180deg, #A05AFF 0%, #22006E 100%) 0% 0% no-repeat padding-box; */
	box-shadow: 0px 3px 16px #637C9829;
	border: 20px solid #FFFFFF;
	opacity: 1;
	z-index: 1;
	text-align: left;
	padding: 0;
	inset: 0px 40px 30px -10px !important;
	/* height: 422px; */
}

.feat-blog-arti-1 {
	background: #FFF3E0 0% 0% no-repeat padding-box;
	border-radius: 1px;
}

.feat-blog-arti-2 {
	background: #E3F7FF 0% 0% no-repeat padding-box;
	border-radius: 1px;
}

.feat-blog-arti-1,
.feat-blog-arti-2 {
	text-align: center;
	padding: 1.5em 0;
	margin-bottom: 1em;
}

.work-section {
	margin-bottom: 3em;
}

.work-section .w_section_1 {
	background: #fff;
}

.work-section .work-content {
	padding: .5em 0 1em;
}

.work-section .work-content p {
	margin: 0;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
}

#exp-text {
	display: block;
	margin-top: 1em;
}

#exp-text a {
	color: #FF7F00;
	text-transform: uppercase;
	font-weight: 500;
}

.impact-section {
	padding: 6em 0 2em;
}

.impact-section h2 {
	text-align: center;
	margin-bottom: 50px !important;
}

.impact-section .item {
	text-align: center !important;
	background: #E4EFF5 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	height: 100%;
	color: #000;
	padding: 3em 2em;
}

.impact-section .item h4 {
	font-size: 34px;
	font-weight: 700;
}

.impact-section .item h4 a {
	color: #2E7EA8;
}

.impact-section .col-md-3 {
	padding: 0;
}

.impact-section .item.even {
	background: #F6FCF5 !important;
}


#accordion {
	border: none;
	border-top: 3px solid #D7DEF0;
	overflow: hidden;
	margin-top: 2em;
}

.accordion-item {
	border: none;
	border-bottom: 3px solid #D7DEF0;
	border-radius: 0;
}

.accordion-button {
	font-size: 20px;
	color: #303030;
	padding: 1em 0;
	font-weight: 600;
}

.accordion-button:not(.collapsed) {
	background: transparent;
	border: none;
	box-shadow: none;
	font-size: 20px;
	color: #303030;
	padding: 1em 0;
	font-weight: 600;
}

.accordion-body {
	padding: 0 0 1em 0;
}

.accordion-item:last-of-type {
	border-radius: 0;
}

.accordion-button::after {
	content: "";
	background: url(../images/plus.png) no-repeat;
	width: 14px;
	height: 14px;
	margin-top: 0;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
}

.accordion-button:not(.collapsed)::after {
	background: url(../images/plus.png) no-repeat;
	width: 14px;
	height: 14px;
	margin-top: 0;
	text-align: center;
	transform: rotate(90deg);
	transform: rotate(315deg);
}

.testimonial-slider {
	padding: 0 0 2em;
}

.testimonial-slider .col-lg-6 {
	padding-left: 15px;
	padding-right: 15px;
}

.single-testimonial {
	box-shadow: 0px 0px 14px #F0F0FF;
	font-size: 14px;
	line-height: 24px;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 4px;
	text-align: left;
	background-color: #fff;
	padding: 2em;
	margin: .5em;
}

.slick-slider .slick-arrow {
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-37%);
	transform: translateY(-37%);
	z-index: 9;
	border: none;
	background-color: transparent;
	font-size: 50px;
	color: #ddd;
	transition: .2s ease all;
	border: none;
	text-align: center;
	opacity: 1;
}

.slick-slider .slick-arrow:hover {
	color: #DE7626;
}

.slick-slider .slick-arrow.slick-prev {
	left: -30px;
}

.slick-slider .slick-arrow.slick-next {
	right: -30px;
}

.single-testimonial p {
	margin-bottom: 0;
}

.testimonial-slider .testimonial-author {
	margin-bottom: 15px;
}

.testimonial-slider.brand .single-testimonial {
	min-height: 200px;
}

.single-testimonial img {
	width: 55%;
	margin: 0 0 1em;
}

/* Visual styles */
.accordion {
	color: var(--theme);
	border: none;
	border-top: 3px solid #D7DEF0;
	overflow: hidden;
	margin-top: 2em;
}

.tab__label,
.tab__close {
	display: flex;
	color: white;
	ba ckground: var(--theme);
	cursor: pointer;
}

.tab__label {
	color: #303030;
	justify-content: space-between;
	padding: 1em 0;
	font-size: 20px;
	font-weight: 700;
}

.tab__label::after {
	content: "";
	background: url(../images/plus.png) no-repeat;
	width: 14px;
	height: 14px;
	margin-top: 10px;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
}

.tab input:checked+.tab__label::after {
	transform: rotate(315deg);
}

.tab__content p {
	margin: 0;
	padding: 0 0 1em;
}

.tab__close {
	justify-content: flex-end;
	padding: 0.5rem 1rem;
	font-size: 0.75rem;
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
	animation: bounce 0.5s infinite;
}

@keyframes bounce {
	25% {
		transform: rotate(90deg) translate(0.25rem);
	}

	75% {
		transform: rotate(90deg) translate(-0.25rem);
	}
}

.filter {
	padding: 2em 0;
}

.filter .header {
	margin: 0 0 2em 0;
}

.filter .header .dropdown {
	display: inline-block;
	margin-left: -5px;
	border: 2px solid #f3f3f3;
	border-radius: 0 5px 5px 0;
}

.filter .dropdown-menu {
	position: absolute;
}

.filter .header .dropdown-submenu .dropdown {
	left: inherit !important;
}

.filter .header .btn {
	background: #fff;
	border-radius: 0 5px 5px 0;
	padding: 15px 20px;
	width: 250px;
	text-align: left;
}

.filter .header .dropdown-toggle::after {
	position: absolute;
	right: 15px;
	top: 50%;
}

.filter .header label {
	background: #FF8024;
	padding: 1em;
	border-radius: 5px 0 0 5px;
	color: #fff;
}

.filter .header .dropdown-menu {
	border: none;
	width: 250px;
	border-radius: 0 0 5px 5px;
}

.filter .header .dropdown-menu li a {
	color: #333;
}

.filter .dropdown-submenu>a:after {
	border-left-color: #333;
}

.bl-box {
	background: #fff;
	border-radius: 4px;
	border-bottom: 2px solid #E6E9EE;
	margin-bottom: 30px;
	min-height: 540px;
	position: relative;
}

.tab-wrap .row {
	margin-top: 2em;
}

.bl-box .item {
	border-radius: 4px;
	overflow: hidden;
}

.bl-box .item b {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.bl-box .item figure {
	margin: 0;
}

.bl-box .item figure img {
	height: 100%;
	border-radius: 5px 5px 0 0;
	object-fit: cover;
}

.bl-box .item .txt-block {
	padding: 1.5em 1.5em 0 0em;
}

.bl-box .item a {
	background: #FF8024;
	margin-top: 20px;
	border-radius: 3px;
	color: #fff;
	padding: 7px 20px;
	display: inline-block;
	position: absolute;
	bottom: 20px;
}

.bl-box .item a:hover {
	background: #333;
}

.bl-box .item p {
	padding: 0;
	margin-bottom: 0;
}

.bl-box span {
	display: block;
}

.bl-box .item span em {
	font-style: normal;
	color: #B4B7C1;
}

.tab-wrap .pagination {
	display: block;
	text-align: center;
	padding: 2em 0;
}

.tab-wrap .pagination ul {
	border: 2px dashed #DE7626;
	border-radius: 10px;
	padding: 2em;
	display: inline-block;
}

.tab-wrap .pagination li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.tab-wrap .pagination a {
	color: black;
	border: 1px solid #DFE3E8;
	border-radius: 5px;
	background: #fff;
	padding: 8px 16px;
	text-decoration: none;
}

.tab-wrap .pagination a.active {
	border-color: #DE7626;
	color: #DE7626;
	border-radius: 5px;
}

.tab-wrap .pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}

.tab-wrap .pagination a i {
	font-size: 24px;
	color: #C4CDD5;
}

.filter-section {
	background: #DE7626;
	padding: 1em 0;
	color: #fff;
}

.filter-section ul {
	margin: 1em 0;
}

.filter-section li {
	display: inline;
	padding: 0 20px;
}

.filter-section li a {
	color: #fff;
}

.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 3rem;
	height: 2.375rem;
	line-height: 3rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}

.has-search .form-control {
	padding: 10px 20px 10px 2.375rem;
	height: 50px;
	background: #F3F3F3;
	border: 1px solid #1414141A;
}


.jb-section {
	padding: 3em 0;
}

.listing {
	overflow: hidden;
}

.listing .item {
	background: #fff;
	border-radius: 10px;
	padding: 1.5em 1.5em 2em 1.5em;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.listing .item aside {
	width: 10%;
	float: left;
	margin-right: 3%;
}

.listing .item figure {
	width: 65px;
	height: 65px;
	padding: 5px;
	background: #F2F2F2;
	border-radius: 5px;
}

.listing .item figure img {
	object-fit: cover;
	height: 100%;
}

.listing .item .txt-block {
	width: 87%;
	float: left;
}

.listing .item ul {
	margin-bottom: 1.3em;
}

.listing .item li {
	display: inline;
	margin: 0 10px 0 0;
	color: #9C9C9C;
}

.listing .pagination {
	text-align: center;
	display: block;
}

.listing .pagination ul {
	text-align: center;
}

.listing .pagination li {
	display: inline-block;
}

.listing .pagination li a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	cursor: pointer;
}

.listing .pagination li a:hover,
.listing .pagination li a.active {
	background: #fff;
	color: #000;
}

.jb-section .tag {
	display: inline;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 14px;
	margin-right: 10px;
}

.jb-section .tag.full {
	background: #D9EAFF;
	color: #1F7DE9;
}

.jb-section .tag.private {
	background: #36A87133;
	color: #36A871;
}

.jb-section .tag.urgent {
	background: #DE76261F;
	color: #DE7626;
}

.jb-section .detail-section {
	background: #fff;
	border-radius: 10px;
	padding: 2em;
}

.jb-section .detail-section figure {
	width: 100px;
	height: 90px;
	border-radius: 5px;
	margin: 0 0 10px 0;
	text-align: center;
	background: #F2F2F2;
	padding: 5px;
}

.jb-section .detail-section figure img {
	object-fit: cover;
	height: 100%;
}

.jb-section .detail-section .link {
	text-decoration: underline;
	color: #DE7626;
	font-size: 13px;
}

.jb-section .detail-view {
	overflow: hidden;
	color: #717171;
}

.jb-section .detail-view h5 {
	color: #000;
}

.jb-section .detail-view span {
	position: relative;
	margin-right: 15px;
}

.jb-section .detail-view span:after {
	position: absolute;
	content: "|";
	right: -13px;
}

.jb-section .detail-view i {
	color: #F89039;
}

.jb-section .detail-view ul {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.jb-section .detail-view li {
	width: 45%;
	float: left;
	height: 25px;
	margin-bottom: 10px;
	position: relative;
	margin-right: 15px;
}

.jb-section .detail-view li:after {
	position: absolute;
	content: "|";
	right: 13px;
}

.jb-section .detail-view li:nth-child(2):after,
.jb-section .detail-view li:last-child:after {
	content: none;
}

.jb-section .detail-section .btn-area {
	text-align: right;
	border-top: 2px solid #E2E2E2;
	margin-top: 2em;
	padding: 1em 1em 1em 0;
}

.jb-section .detail-section .btn-area .btn {
	border-radius: 50px;
	padding: 10px 30px;
}

.jb-section .detail-section .btn-area .btn-save {
	background: #fff;
	border: 2px solid #DE7626;
	color: #DE7626;
	transition: .2s ease all;
	margin-right: 10px;
}

.jb-section .detail-section .btn-area .btn-save:hover {
	background: #DE7626;
	color: #fff;
}

.highlight-area {
	background: #F9F9F9;
	border-radius: 6px;
	padding: 2em 1.5em 1.5em;
	margin: 2em 0;
}

.highlight-area li {
	margin-bottom: 15px;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
}

.highlight-area li:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #676767;
	position: absolute;
	top: 7px;
	left: 0;
}

.ab-section {
	background: #fff;
	padding: 6em 0;
	text-align: center;
}

.ab-section p {
	width: 75%;
	margin: auto;
	font-size: 18px;
	line-height: 30px;
}

.banner-contact {
	background: #F5F5FF url(../images/bg-inner.jpeg) right no-repeat;
}

.banner-contact .txt-block {
	padding: 8em 0;
	font-size: 20px;
	line-height: 32px;
}

.banner-contact .img-block {
	display: flex;
	align-items: flex-end;
}

.banner-contact h1 span {
	color: #DE7626;
	display: inline;
}

.contact-area {
	padding: 4em 0;
}

.contact-area .container {
	box-shadow: 0 0 20px rgb(232, 232, 232);
	background: url(../images/form-bg.webp) 90% bottom no-repeat;
	padding: 2em;
	border-radius: 18px;
}

.contact-area .add-line {
	float: right;
	height: 100%;
	text-align: right;
}

.contact-area .add-line ul {
	margin-bottom: 10px;
}

.contact-area .add-line a {
	color: #333;
}

.contact-area .list {
	margin: 1em 0;
}

.contact-area .list li {
	background: #787879;
	border-radius: 5px;
	padding: 1em;
	margin-bottom: 1em;
	color: #fff;
}

.contact-area .list li:first-child {
	margin-left: 0;
}

.contact-area .social li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	margin-left: -15px;
	border-radius: 50%;
	border: 1px solid #000;
}

.contact-area .list li i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.contact-area .social li:first-child {
	margin-left: 0;
}

.contact-area .social li a {
	color: #000;
	font-size: 18px;
}

.contact-area .social li:hover {
	background: #DE7626;
	border-color: #DE7626;
}

.contact-area .social li:hover a {
	color: #fff;
}

.contact-area form .col-12,
.contact-area form .col-6 {
	margin-top: 1em;
}

.contact-area .nav-tabs {
	border-bottom: none;
	margin-bottom: 2em;
}

.contact-area .nav-link {
	border-radius: 5px !important;
	border: 1px solid #ddd;
	margin-right: 10px;
}

.contact-area .nav-link.active {
	background: #DE7626 !important;
	color: #fff !important;
}

.form-floating>label {
	top: -10px;
	font-size: 14px;
	background: #fff;
	left: 13px;
	padding: 0 5px;
	height: 27px;
	margin: 0;
	font-weight: 600;
}

.form-floating input {
	border: 1px solid #545454;
	padding: 15px;
	font-size: 15px;
	border-radius: 6px;
	width: 100%;
}

.form-floating .d-inline-block {
	border: 1px solid #545454;
	padding: 15px;
	border-radius: 6px;
}

.form-floating .d-inline-block input {
	border: none;
	width: 70%;
	float: left;
	padding: 0 10px;
}

.country-code {
	width: 20%;
	float: left;
	margin-top: 0;
}

.condition-block {
	position: relative;
}

.condition-block input[type="checkbox"] {
	width: 15px;
	height: 15px;
	float: left;
	margin-top: 5px;
}

.txt-message {
	width: 95%;
	float: left;
	margin-left: 10px;
	font-size: 14px;
}

.form-group input:focus {
	box-shadow: none;
}

.contact-area .btn-primary {
	width: 50%;
	background: #DE7626;
	border-color: #DE7626;
	text-transform: uppercase;
}

.blog-area {
	margin-top: 1em;
	line-height: 30px;
}

.blog-area b {
	margin: 10px 0;
	font-weight: 500;
	font-size: 20px;
	display: block;
}

.blog-area figure {
	margin-bottom: 15px;
}

.blog-area img {
	width: 100%;
	height: auto;
}

.search-input-group {
	margin-bottom: 1em;
	position: relative;
}

.form-outline {
	border-radius: 50px;
	border: 1px solid #ddd;
	position: relative;
	display: flex;
	padding: 10px;
}

.search-input-group .form-control {
	border: none;
}

.form-outline .form-label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px;
}

.search-input-group .btn-primary {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 50px 50px 0;
	font-size: 22px;
	padding: 12px 25px;
	background: #DE7626;
	border-color: #DE7626;
}

.search-input-group .btn-primary:hover {
	background: #333;
	border-color: #333;
}

.bl-social-block {
	display: block;
	margin: 2em 1em 1em;
}

.bl-social-block p {
	color: #5D666F;
	margin: 1em;
	line-height: 26px;
}

.bl-social-block li {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	background: #E6E9EE;
}

.bl-social-block li a {
	color: #1C2539;
}

.bl-social-block li:hover {
	background: #1C2539;
}

.bl-social-block li a:hover {
	color: #fff;
}

.tagcloud {
	margin: 2em 0;
}

.tagcloud ul,
.tagcloud li {
	display: inline;
}

.tagcloud li a {
	display: inline-block;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 20px;
	background: #DE7626;
	color: #fff;
}

.axil-comment-area input,
.axil-comment-area textarea {
	background: #F6F6F6;
	border-radius: 50px;
	border: none;
	padding: 20px 25px;
	width: 100%;
}

.axil-comment-area textarea {
	height: 200px;
	border-radius: 30px;
	margin-top: 2em;
}

.axil-comment-area .axil-button {
	background: #DE7626;
	color: #fff;
	margin: 1em 0;
	width: auto;
	font-weight: 500;
	margin: 2em 0 3em;
}

.single-comment {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 3px solid #E6E9EE;
}

.comment-img {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.comment-inner {
	width: 70%;
	float: left;
	font-size: 20px;
}

.comment-inner p {
	color: #090920B2;
}

.commenter {
	font-size: 16px;
	margin-top: 2em;
}

.commenter h6,
.commenter .time-spent {
	display: inline;
}

.commenter .time-spent {
	color: #B4B7C1;
}

.axil-single-widget .content-block {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.axil-single-widget {
	background: #fff;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 0 15px #f5f5f5;
	margin: 2em 0;
}

.axil-single-widget .post-thumbnail {
	width: 35%;
	float: left;
	margin-right: 5%;
}

.axil-single-widget .post-content {
	width: 60%;
	float: left;
	font-size: 15px;
	line-height: 24px;
}

.axil-single-widget .post-content a {
	color: #1C2539;
}

.post-meta {
	color: #DE7626;
	font-size: 14px;
}

.axil-single-widget.widget_archive ul,
.axil-single-widget.widget_tag ul {
	margin-top: 2em;
}

.axil-single-widget.widget_archive li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.axil-single-widget.widget_archive li span {
	float: right;
}

.axil-single-widget.widget_archive li a {
	color: #5D666F;
}

.axil-single-widget.widget_archive li:last-child {
	border-bottom: none;
}

.axil-single-widget.widget_tag li {
	display: inline-block;
	background: #F6F6F6;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
}

.axil-single-widget.widget_tag li a,
.about-author .media-body a {
	color: #5D666F;
}

.about-author,
.bl-nav-area {
	overflow: hidden;
	margin-bottom: 2em;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 2em;
}

.about-author .thumbnail {
	width: 15%;
	float: left;
	margin-right: 5%;
}

.about-author .media-body {
	width: 80%;
	float: left;
	font-size: 15px;
	line-height: 24px;
	padding: 3em 0;
}

.bl-nav-area {
	font-size: 16px;
	font-weight: 500;
}

.bl-nav-area a {
	color: #5D666F;
}

.bl-nav-area .row {
	margin-top: 1em;
}

.bl-nav-area p {
	width: 50%;
	line-height: 23px;
}

.comment-respond {
	margin-top: 4em;
}

.comment-respond h2 {
	font-weight: 500;
	margin-bottom: 1.5em;
}

.main-seeker {
	padding-top: 2em;
}

.main-seeker .left-seeker li {
	width: 45%;
	float: left;
	background: #F4F4F4;
	padding: 10px;
	margin: 0 10px 20px;
	text-align: center;
}

.main-seeker .left-seeker li figure {
	margin-bottom: 5px;
}

.main-seeker .left-seeker li figure img {
	width: 34%;
}

.main-seeker .left-seeker li:nth-child(odd) {
	margin-left: 0;
}

.main-seeker .mid-img-sec {
	position: relative;
	margin: 0 0 25px;
}

.main-seeker .mid-img-sec h3 {
	position: absolute;
	text-align: center;
	font-size: 20px;
	width: 100%;
	top: 45%;
	z-index: 1;
	color: #fff;
}

.main-seeker .right-social-block {
	background: #F9F9F9;
	padding: 1.5em;
	margin-bottom: 1em;
}

.main-seeker .right-social-block b {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}

.main-seeker .right-social-block b img {
	margin-right: 10px;
}

.main-seeker .right-social-block li {
	display: inline;
	margin: 0 10px;
}

.main-seeker .right-social-block li a {
	color: #303030;
	font-size: 20px;
}

.main-seeker .right-social-block.log {
	padding: 2em 1em;
}

.main-seeker .log-form {
	background: #fff;
	border-radius: 20px;
	padding: 1em;
	text-align: center;
	font-size: 13px;
}

.main-seeker .log-form form {
	margin: 1em 0;
}

.main-seeker .log-form input {
	border-color: rgba(0, 0, 0, .1);
	border-radius: 10px;
	padding: 8px;
	margin: 8px 0;
}

.main-seeker .log-form .login {
	background: #DE7626;
	border: none;
	color: #fff;
	border-radius: 10px;
	padding: 8px 30px;
	margin: 5px 0 10px;
	width: 60%;
}

.main-seeker .log-form .login:hover {
	background: #303030;
}

.main-seeker .button {
	font-size: 10px;
}

.main-seeker .button a {
	color: #333;
	font-weight: 600;
}

.qr-section {
	background: rgb(247, 247, 247);
	background: linear-gradient(-300deg, rgba(247, 247, 247, 1) 0%, rgba(242, 242, 242, 1) 100%);
	padding: 2em;
	border-radius: 20px;
	margin: 2em 0 5em;
}

.qr-section figure {
	float: left;
	margin-right: 10px;
}

.qr-section figure.left {
	margin-left: 3em;
}

.qr-section .txt-block {
	float: left;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin-left: 30px;
}

.qr-section .br-col {
	border-right: 1px solid #9F9E9E;
}


@media(max-width:1200px) {
	.main-seeker .left-seeker li {
		width: 46%;
	}

	.main-seeker .log-form input {
		width: 100%;
	}

	.qr-section figure.left,
	.qr-section .txt-block {
		margin-left: 0;
	}
}

@media(max-width:1024px) {
	.search-bar {
		width: 90%;
	}

	.search-bar .item {
		width: 25%;
	}

	.hiring-section p {
		width: 73%;
	}

	.country-sec .owl-carousel .owl-nav .owl-prev {
		left: -49%;
	}

	.country-sec .owl-carousel .owl-nav .owl-next {
		right: -48%;
	}

	.bl-section .item {
		width: 30%;
		margin: 15px;
		font-size: 20px;
		font-weight: 600;
	}

	.bl-section .item figure {
		display: block;
		margin-bottom: 15px;
	}

}

@media(max-width:980px) {
	.banner p {
		font-size: 18px;
	}

	.search-bar {
		width: 100%;
	}

	.search-bar .item {
		width: 23%;
	}

	.hiring-section p {
		width: 100%;
	}

	.country-sec .owl-carousel .owl-item img {
		display: inline-block;
	}

	.bl-section .item {
		width: 45%;
	}

	.testimonial-section .owl-carousel .owl-item .card {
		min-height: auto;
	}

	footer {
		padding: 4em 0 2em;
	}

	footer .social.m20 li {
		margin: 0 0 10px 0;
		display: block;
	}

	.qr-section figure,
	.qr-section .txt-block {
		float: none;
		text-align: center;
	}

	.qr-section .txt-block {
		display: block;
	}

	.qr-section .txt-block h4 {
		text-align: center;
		margin-bottom: 25px;
	}
}

@media(max-width:768px) {

	h1,
	h1 span {
		font-size: 32px;
	}

	.banner {
		background-position: center;
		padding: 4em 0;
	}

	.search-bar .item {
		width: 46%;
		margin: 0 20px 20px 0;
	}

	.search-bar .item.right {
		margin-right: 0;
	}

	.search-bar .item-btn {
		width: 46%;
	}

	.search-bar .btn-primary {
		width: 100%;
	}


	.country-sec .owl-carousel .owl-nav .owl-prev {
		left: -37%;
	}

	.country-sec .owl-carousel .owl-nav .owl-next {
		right: -37%;
	}

	.bl-section .item {
		width: 90%;
		min-height: auto;
		padding: 2em 2em 3em 2em;
	}

	.job-section .owl-carousel .owl-nav .owl-next,
	.job-section .owl-carousel .owl-nav .owl-prev {
		width: 40px;
		height: 40px;
		line-height: 50px;
	}

	.job-section .owl-carousel .owl-nav .owl-next {
		right: -81%;
	}

	.job-section .owl-carousel .owl-nav i {
		font-size: 30px;
	}

	.inner-banner {
		padding: 2em 0;
		text-align: center;
	}

	.inner-banner p {
		font-size: 18px;
	}

	.inner-banner img,
	.inner-banner iframe {
		margin-top: 2em;
	}

	.hiring-section {
		padding: 2em 0;
	}

	.st-section .txt-block {
		padding: 0em 0em 2em 0;
		font-size: 16px;
		line-height: 28px;
	}

	.st-section .txt-block h2 {
		line-height: 35px;
	}

	.tl-section .item {
		width: 50% !important;
		margin-bottom: 1em;
		min-height: 180px;
		font-size: 18px;
	}

	.tl-section .items {
		margin: 0 0 2em 0;
		text-align: center;
	}

	.con-box {
		text-align: center;
		font-size: 20px;
	}

	.con-box .btn-secondary {
		display: inline-block;
		float: none;
	}

	.tl-section .txt-block {
		text-align: center;
		margin: 1.5em 0 1.5em 0;
	}

	.tl-section .txt-block figure,
	.tl-section .txt-block span {
		width: 100%;
		float: none;
	}

	.tl-section .tab {
		display: inherit;
	}

	.tl-section .tab__label {
		font-size: 16px;
	}

	.tab__label::after {
		margin-top: 5px;
	}

	footer {
		padding: 2em 0;
	}

	.listing .item aside {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.jb-section .detail-section {
		margin-top: 2em;
	}

	.jb-section .detail-view h5 {
		margin-top: .5em;
		font-size: 20px;
	}

	.jb-section .detail-section .btn-area {
		text-align: center;
	}

	.impact-section {
		padding: 4em 0;
	}

	.impact-section .col-md-3 {
		padding: 0 20px;
	}

	.impact-section h2 {
		margin-bottom: 20px !important;
	}

	.impact-section .item {
		margin: 15px 0;
		height: auto;
		padding: 3em 2em 2em;
	}

	.impact-section .item.alter {
		background: #F6FCF5 !important;
	}

	.impact-section .item.even.alter {
		background: #E4EFF5 !important;
	}

	#feat-blog-section_1,
	#feat-blog-section_2 {
		margin: 15px 0;
		height: auto;
	}

	.testimonial-slider {
		padding: 1em 0;
	}

	.slick-slider .slick-arrow {
		font-size: 40px;
		top: 45%;
	}

	.slick-slider .slick-arrow.slick-prev {
		left: 0;
	}

	.slick-slider .slick-arrow.slick-next {
		right: 0;
	}

	.work-section .row {
		margin-top: 1em;
	}

	.filter .header label {
		background: transparent;
		color: #000;
		padding: 1em 0;
	}

	.filter .header .dropdown {
		display: block;
	}

	.filter .header .btn,
	.filter .header .dropdown-menu,
	.filter .header .btn,
	.filter .header .dropdown-menu {
		width: 100% !important;
	}

	.filter .header .btn,
	.filter .header .dropdown-menu {
		left: 0;
		top: 100%;
	}

	.dropdown-item {
		white-space: pre-line;
	}

	.ab-section {
		padding: 3em 0;
	}

	.ab-section p {
		width: 95%;
	}

	.vis-section .content-block {
		padding: 1em;
	}

	.register-sec,
	.secure-sec {
		text-align: center;
	}

	.register-sec .btn,
	.secure-sec .btn {
		float: none;
	}

	.banner-contact .txt-block {
		text-align: center;
		padding: 3em 0 1em;
	}

	.contact-area {
		padding: 4em 1em;
	}

	.contact-area .container {
		background: none;
	}

	.contact-area .add-line {
		float: none;
		text-align: center;
	}

	.bl-nav-area img {
		width: auto;
	}

	.axil-comment-area input {
		margin-bottom: 15px;
	}

	.axil-comment-area textarea {
		margin-top: 0;
	}

	.inner-banner.seeker .right {
		text-align: center;
	}

	.main-seeker .left-seeker li:nth-child(even) {
		margin-right: 0;
	}

	.tagcloud li a {
		font-size: 12px;
		padding: 0px 10px;
	}
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
	.testimonial-section .owl-carousel .owl-item .card .name {
		left: 24%;
	}


}


@media(max-width:480px) {
	h2 {
		font-size: 26px;
	}

	.banner h1,
	.banner h2 {
		font-size: 32px;
	}

	.banner p {
		font-size: 16px;
	}

	.hiring-section p {
		font-size: 16px;
		line-height: 28px;
	}

	.inner-banner iframe {
		height: 250px;
	}

	.jb-section .detail-view li {
		width: 50%;
		margin-right: 0;
	}

	.jb-section .detail-view li:after {
		content: none;
	}

	.jb-section .tag {
		padding: 5px 10px;
	}

	.listing .item li {
		display: inline-block;
		margin: 0 10px 10px 0;
		font-size: 15px;
	}

	.tl-section .item {
		width: 100% !important;
		min-height: auto;
	}

	.vis-section {
		padding: 2em 0;
	}

	.about-author .media-body {
		padding: 1em 0;
	}

	.about-author .media-body h5 {
		font-size: 18px;
	}

	.comment-img,
	.comment-inner {
		width: 100%;
	}

	.comment-inner {
		padding-top: 1em;
	}

	.main-seeker .mid-img-sec h3 {
		left: 13%;
	}
}

@media(max-width: 360px) {
	.testimonial-section .owl-carousel .owl-item .card .name {
		left: 30%;
	}

}

.popular-jobs a {
	color: #212529;
}

.international-job-cat a,
.tl-section a,
.popular-jobs a {
	color: #212529
}

.tl-section .item:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 10px;
}

.copyright-menu {
	display: flex;
	justify-content: space-between;
	padding: 5px 25px;
	background-color: #646161;
	color: #FFF;
	font-size: 13px;
	font-weight: lighter;

}

.footer-links li {
	float: left;
	padding: 0 10px;
}

.footer-links li a {
	color: #FFF
}

.faq-img {
	margin-top: 10%;
}

.footer_newsleeter_input {
	width: 100%;
	border: 1px solid #80808078;
	padding: 4px 15px;
	border-radius: 3px;
}

.subscribe_btn {
	width: 100%;
	margin-top: 10px;
	background-color: #de7626;
	color: #fff;
	border: none;
	padding: 8px;
	border-radius: 3px;
}

/* number section */
.value {
	font-size: 40px;
	display: block;
	font-weight: bold;
	color: #333;
	position: relative;
}

.value:after {
	position: relative;
	content: "+";
	font-size: 40px;
	/* right: 16%; */
	color: orange;
	/* top: -4px;
	float: right; */
}

.countdown-number {
	padding: 3em 0;
	/* background-color: #f9f9f9; */
}

/* end number section */

/*what we bring */
.table-item {
	box-shadow: 0px 0px 14px #F0F0FF;
	font-size: 14px;
	line-height: 24px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	text-align: left;
	background-color: #fff;
	padding: 2em;
	margin: 0 0 2em 0;
}

.table-item figure img {
	width: 25%;
}

.cards {
	margin-bottom: 10px;
}

/*end what we bring*/

/*pricing page */

.pricing-section {
	text-align: left;
	padding: 3em 0;
}

.pricing-section .item-sec {
	margin: 2em auto;
	width: 70%;
}

.pricing-section .item {
	border: 1px solid #D7D5D5;
	border-radius: 14px;
	padding: 2em;
	height: 86%;
}

.pricing-section .item b {
	font-size: 22px;
}

.pricing-section .item p {
	margin-bottom: 1em;
	color: #64748B;
}

.pricing-section .item h2 {
	font-size: 55px;
}

.pricing-section .item h2 span {
	font-size: 16px;
	color: #4B5768 !important;
	position: relative;
	top: -5px;
	left: 4px;
	font-weight: 400;
}

.pricing-section .item li {
	margin: 30px 0;
	font-weight: 500;
	position: relative;
	padding-left: 45px;
}

.pricing-section .item li:before {
	background: url(../images/arrow.png);
	background-size: 100%;
	content: '';
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
}

.pricing-section .item ul.customize li {
	margin: 20px 0;
}

.pricing-section .btn {
	text-align: center;
	color: #fff;
	border-radius: 14px;
	background: #DE7626;
	display: block;
	margin-top: 1em;
	padding: 10px 0;
	font-weight: 500;
}

.ch-section {
	text-align: center;
	padding: 0 0 3em 0;
}

.ch-section .head {
	font-size: 18px;
	margin-bottom: 2em;
}

.ch-section .item {
	border: 1px solid #DFE6ED;
	border-radius: 5px;
	padding: 1.5em;
	text-align: center;
	height: 100%;
}

.ch-section .item h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.ch-section .item figure {
	margin-bottom: 1em;
}

.looking-section {
	background: #F9F9F9;
	border-radius: width: 1211px;
	border-radius: 12.22px 24.44px 122.22px 12.22px;
	padding: 5em;
	font-size: 18px;
}

.looking-section h2 {
	margin-top: 2em;
}

.looking-section a {
	font-weight: 600;
	color: #DE7626;
	font-size: 20px;
}

.looking-section p {
	margin-bottom: 20px;
}

.job-section.new {
	background: #fff !important;
	padding: 0 0 5em;
}

.inner-banner.per h1 {
	margin-top: 3em;
}

.inner-banner {
	padding: 4em 0;
}

/*end pricing Page */
.dropdown-menu li a {
	display: block;
}

.dropdown-menu li:hover {
	background-color:#f2f2f2;
}
.blog-area  h1{
	font-size: 30px;
	margin-bottom: 20px;
}
.blog-detail ul>li{
	list-style:circle
}
.blog-detail ol>li{
	list-style:numeric
}
.inner-banner.knowledge-base{
	padding: 1em 0 0 0;
}