
/*--------------------------------------------------------------============================================================
[Main Stylesheet]

Project: Xmoze
/*==============================
[Table of contents]

XMOZE STYLESHEET
----------------------------------
WIDGET EXTRA
TAB
ICON BOX
FEATURED
TESTIMONIAL
TEAM
ICON STEP BOX
JOBS
DOCTER BOX
IMAGE CAROUSEL
CASE STUDY

=============================================================--------------------------------------------------------------*/

/*---------------------------------------------------
IMAGE CAROUSEL
----------------------------------------------------*/
.xmoze-contact-form label {
	width: 100%;
}

.xmoze-service-widget-item {
	transition: .4s;
}

/* arrow */
.screenshot-slider-arrow .slick-prev:before, .screenshot-slider-arrow .slick-next:before {
	display: none;
}

.screenshot-slider-arrow button button {
	display: none;
}

.screenshot-slider-arrow.slick-active {
	color: #1d263a;
}

.screenshot-slider-arrow .prev {
	position: absolute;
	left: 0;
	bottom: 0px;
}

.screenshot-slider-arrow .next {
	position: absolute;
	right: 0;
	bottom: 0px;
}

.screenshot-slider-arrow .slick-active {
	background: #2c4bff;
	color: #fff;
}

.screenshot-slider-arrow button {
	transition: all .4s ease-in-out;
	font-size: 20px;
	color: #1d263a;
	cursor: pointer;
	height: 60px;
	width: 60px;
	background: rgba(44, 71, 255, .6);
	text-align: center;
	display: inline-block;
}

.screenshot-slider-arrow button:hover {
	background-color: #1d263a;
	color: #fff;
}

.screenshot-slider-wrapper {
	position: relative;
	margin-top: 20px;
}

.screenshots-dots .slick-dots {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.screenshots-dots .slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	transition: .4s;
}

.screenshots-dots .slick-dots li button {
	border: none;
	list-style: none;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #f7f9fc;
	color: transparent;
	opacity: .2;
}

.screenshots-dots .slick-dots li button:focus {
	outline: none;
	box-shadow: none;
}

.screenshots-dots .slick-dots li.slick-active {
	background-color: #ffd166 !important;
}

.screenshot-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	min-height: 720px !important;
	max-height: 720px !important;
}

@media (min-width: 690px) {
	.screenshot-image {
		width: 283px;
		min-height: 720px !important;
		max-height: 720px !important;
		margin-bottom: 18.5px;
	}
	
	.bg-purple-heart .slick-dotted.slick-slider {
		margin-bottom: 0px;
	}
}

@media (min-width: 690px) {
	.screenshot-image img {
		width: 100%;
		border-radius: 20px;
	}
}

.phone-bg-img {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 11;
	display: none;
}

@media (min-width: 690px) {
	.phone-bg-img {
		display: block;
		transform: translate(-50%, -50%);
	}
}

.screenshot-slider .slick-list {
	margin: 0 -23.5px;
}

.screenshot-slider .slick-slide {
	opacity: .5;
	transition: .4s;
}

.screenshot-slider .slick-center {
	opacity: 1;
	border-radius: 40px;
	max-height: 720px !important;
	transform: scale(1.1);
	min-height: 690px;
}

.screenshot-slider .slick-center img {
	border-radius: 40px;
}

/*---------------------------------------------------
CRYPTOP
----------------------------------------------------*/
.xmoze-crypto-widget-item {
	padding: 30px;
	background-color: #fff;
	transition: .4s;
	border-radius: 3px;
}

.xmoze-crypto-top {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(97, 118, 134, .1);
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.crypto-thumbnail-wrapper {
	margin-right: 15px;
}

.crypto-title {
	font-size: 24 p;
}

.xmoze-crypto-top-content h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.xmoze-crypto-widget-item .crypto-content p {
	margin-bottom: 40px;
}

.xmoze-crypto-bottom-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xmoze-crypto-button {
	font-size: 16px;
	border: 2px solid #1a1aff;
	line-height: 26px;
	padding: 8px 26px;
	color: #1a1aff;
	transition: .4s;
	border-radius: 3px;
}

.xmoze-crypto-button:hover {
	background-color: #1a1aff;
	color: #fff;
	border-radius: 3px;
}

.crypto-thumbnail-wrapper img {
	width: 75px;
	height: 75px;
}

/*---------------------------------------------------
DOCTER BOX
----------------------------------------------------*/
.xmoze-content-box span {
	display: block;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-ms-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
}

.xmoze-content-box {
	box-shadow: 0px 4px 40px rgba(43, 89, 255, .08);
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
}

.xmoze-dr-thum img {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	object-fit: contain;
	object-position: center top;
}

.xmoze-dr-rating {
	position: absolute;
	top: 18px;
	border: .5px solid #00bb98;
	border-radius: 10px;
	background-color: #fff;
	padding: 3px 13px;
	left: 20px;
}

.xmoze-dr-thum {
	position: relative;
}

.xmoze-dr-rating i {
	color: #00bb98;
	margin-right: 10px;
}

.xmoze-dr-rating-number {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #00bb98;
}

.xmoze-content-box .xmoze-dr-name {
	color: #000b33;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 10px;
}

.xmoze-content-box span.xmoze-dr-catgory {
	color: #2b59ff;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

.xmoze-content-box .xmoze-dr-Designation {
	color: #000b33;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 3px;
}

.xmoze-content-box .xmoze-dr-deggre {
	color: #000b33;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}

.xmoze-contetn-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.xmoze-contetn-bottom .xmoze-dr-available {
	color: #00bb98;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
}

.xmoze-dr-btn {
	min-width: 101px;
	text-align: center;
	background: #fd4c5c;
	border-radius: 3px;
	font-size: 16px;
	color: #fff !important;
	min-height: 30px;
	align-items: center;
	line-height: 30px;
}

/*---------------------------------------------------
ICON STEP BOx
----------------------------------------------------*/
.xmoze-step-single-item {
	display: flex;
	padding-bottom: 40px;
	position: relative;
	flex-wrap: wrap;
}

.xmoze-step-text-box {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #781bff;
	margin-right: 30px;
	text-align: center;
	display: inline-table;
}

.xmoze-step-text-box span {
	font-size: 20px;
	color: #fff;
	line-height: 1.3em;
	font-weight: 600;
}

.xmoze-setp-content .setp-headding {
	color: #000b33;
	margin-bottom: 5px;
	line-height: 1.3em;
	font-weight: 600;
	font-size: 20px;
}

.xmoze-step-single-item:last-child {
	padding-bottom: 0;
}

.xmoze-setp-content p {
	margin-bottom: 0;
	color: rgba(0, 10, 45, .7);
	font-size: 16px;
	line-height: 1.625em;
}

.xmoze-setp-content {
	width: calc(100% - 80px);
}

.xmoze-step-text-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
}

.xmoze-step-single-item:after {
	position: absolute;
	left: 23.5px;
	top: 55px;
	height: calc(100% - 60px);
	content: "";
	width: 2px;
	background: #1a1aff;
}

.xmoze-step-single-item:last-child:after {
	display: none;
}

/*---------------------------------------------------
jOBS
----------------------------------------------------*/
.jobs-area {
	padding-top: 55px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.jobs-area {
		padding-top: 75px;
		padding-bottom: 80px;
	}
}

@media (min-width: 992px) {
	.jobs-area {
		padding-top: 110px;
		padding-bottom: 95px;
	}
}

@media (max-width: 991px) {
	.jobs-filter {
		margin-bottom: 50px;
	}
}

.jobs-filter__title {
	font-size: 21px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 1.4285;
	margin-bottom: 30px;
}

.jobs-filter__menu {
	padding: 0;
	margin: 0;
	display: block;
}

.jobs-filter__menu ul li {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 30px;
	color: #262729;
	display: block;
	transition: .4s;
	position: relative;
	background-color: transparent;
	border: none;
	cursor: pointer;
	border-bottom: 1px solid rgba(44, 75, 255, .1);
	padding: 15px 0px 15px 0px;
}

.jobs-filter__menu ul li:last-child {
	border: none;
}

.jobs-filter__menu ul li:hover, .jobs-filter__menu ul li:active {
	color: #2c4bff;
}

.jobs-area__tab .card {
	display: inherit;
}

.jobs-area__tab .card--single {
	border-radius: 10px;
	border: 1px solid rgba(181, 181, 181, .2);
	border-radius: 10px;
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 35px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	position: relative;
}

.jobs-area__tab .card--single:hover {
	box-shadow: 0px 6px 30px rgba(0, 0, 0, .06);
	border: 1px solid transparent;
}

.jobs-area__tab .card--single:hover .job-icon i {
	margin-left: 10px;
}

.career-details-box {
	padding-left: 50px;
	padding-right: 50px;
}

.job-details-page .card-jobs__content ul li {
	font-family: var(--body-font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -.500211px;
	color: #696871;
}

.job-details-page .card-jobs__content .job_type_meta {
	font-family: var(--body-font);
	font-style: normal;
	font-weight: 450;
	font-size: 13px;
	line-height: 16px;
	padding: 7px 10px;
	border-radius: 5px;
	margin-left: 60px;
}

.job-details-page h2.card-jobs__content__heading {
	font-family: var(--body-font);
	font-style: normal;
	font-weight: bold;
	font-size: 80px;
	line-height: 1.05em;
	text-align: center;
	letter-spacing: -2.50105px;
	color: var(--heading-color);
	margin-bottom: 40px;
	margin-top: 20px;
}

.job-details-page .career-details-box p {
	font-family: var(--body-font);
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -.500211px;
	color: var(--text-color);
	margin-bottom: 25px;
}

.job-details-page .career-details-box strong {
	font-family: var(--body-font);
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -.656526px;
	color: var(--heading-color);
	display: inline-block;
	margin-top: 35px;
}

.job-details-page .career-deatils__content ul li {
	font-family: var(--body-font);
	font-style: normal;
	font-weight: 450;
	font-size: 16px;
	letter-spacing: -.500211px;
	color: var(--heading-color);
	position: relative;
	margin-bottom: 15px;
}

.job-details-page .career-deatils__content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	display: inline-block;
	background-color: var(--heading-color);
}

.jobs-area__tab .card--single .card__list {
	display: flex;
	margin-bottom: 0;
}

a.xmoze-job-btn {
	color: #fff;
}

a.xmoze-job-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 42px;
	font-family: var(--body-font);
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.28em;
	text-align: center;
	letter-spacing: -.656526px;
	color: #fff;
	background: var(--accent-color);
	border: 1px solid #c31a12;
	border-radius: 10px;
}

.xmoze-job-search-form .input-wrap {
	position: relative;
}

.xmoze-job-search-form input, .xmoze-job-search-form select {
	width: 100%;
}

.xmoze-job-search-form .input-wrap .input-wrap-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.xmoze-job-search-form .nice-select .current {
	display: flex;
	align-items: center;
	height: 100%;
}

.xmoze-job-search-form .nice-select:after {
	right: 25px;
}

.xmoze-job-search-form form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.job-categories-wrap .xmoze-job-cat {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: .4s;
}

.job-categories-wrap .xmoze-job-cat:hover {
	background: linear-gradient(90deg, #ff176f .01%, #ff573e 100%);
}

.job-categories-wrap .xmoze-cat-contnt {
	width: 100%;
}

.job-categories-wrap .xmoze-job-cat-title {
	transition: .4s;
}

.xmoze-icon-positions-top {
	flex-direction: column;
}

.xmoze-icon-positions-top .xmoze-cat-icon {
	width: 100%;
	flex: 0 0 100%;
}

.xmoze-icon-positions-bottom {
	flex-direction: column-reverse;
}

.xmoze-icon-positions-bottom .xmoze-cat-icon {
	width: 100%;
	flex: 0 0 100%;
}

.xmoze-icon-positions-bottom .xmoze-cat-contnt {
	width: inherit;
	min-width: 100%;
	flex: 0 0 100%;
}

.xmoze-icon-positions-left {
	justify-content: start;
}

.xmoze-icon-positions-left .xmoze-cat-icon {
	width: 30%;
	flex: 0 0 30%;
}

.xmoze-icon-positions-left .xmoze-cat-contnt {
	width: inherit;
	min-width: 70%;
	flex: 0 0 70%;
}

.xmoze-icon-positions-right {
	justify-content: end !important;
	text-align: right;
	flex-direction: row-reverse;
}

.xmoze-icon-positions-right .xmoze-cat-icon {
	width: 30%;
	flex: 0 0 30%;
}

.xmoze-icon-positions-right .xmoze-cat-contnt {
	width: inherit;
	min-width: 70%;
	flex: 0 0 70%;
}

.job-thumb-yes {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
}

@media (max-width: 1024px) {
	.job-details-page h2.card-jobs__content__heading {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.job-details-page h2.card-jobs__content__heading {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	.career-details-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.job-details-page .career-details-box strong {
		margin-top: 15px;
	}
	
	.xmoze-job-btn {
		padding: 12px 35px;
		font-size: 18px;
	}
}

/* search form */

/* Search Form */
.newsletter--inner-career {
	background-color: #fff;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}

.newsletter--inner-career form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsletter--inner-career form input {
	height: 75px;
	border: none;
	width: 100%;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 30px;
	color: rgba(38, 39, 41, .7);
}

.newsletter--inner-career form input:focus {
	outline: none;
	box-shadow: none;
}

.newsletter--inner-career form button {
	border: none;
	background-color: #ff5722;
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	padding: 15px 35px;
	box-shadow: 0px 10px 20px rgba(255, 87, 34, .25);
}

.newsletter--inner-career form button:focus {
	outline: none;
	box-shadow: none;
}

.newsletter-form--countdown {
	max-width: inherit;
}

@media (min-width: 480px) {
	.newsletter-form--countdown {
		background-color: #fff;
	}
}

.newsletter--inner-career form {
	text-align: center;
	border-radius: 50px;
	padding: 0 10px;
}

@media (min-width: 480px) {
	.newsletter--inner-career form {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #fff;
		text-align: left;
	}
	
	.newsletter--inner-career form .form-control {
		background-color: #fff !important;
		display: flex;
		align-items: center;
		border: none;
		height: 72px;
		border-radius: 50px;
	}
	
	@media (min-width: 480px) {
		.newsletter--inner-career form .form-control {
			background-color: transparent;
			margin-bottom: 0;
		}
	}
	
	.newsletter--inner-career form .form-control i {
		margin-right: 10px;
		color: #5034fc;
		margin-left: 20px;
	}
	
	.newsletter--inner-career form .form-control input {
		height: 100%;
		background-color: transparent;
		border: none;
		width: 100%;
		display: block;
		font-family: "Rubik";
	}
	
	.newsletter--inner-career form .form-control input:focus {
		border: none;
		outline: none;
	}
	
	@media (max-width: 767px) {
		.newsletter--inner-career form .form-control i {
			margin-left: 0;
		}
	}
	
	/*
 Career Details
---------------------------------*/
	span.salary-icon {
		width: 15%;
	}
	
	h5.salary {
		width: 85%;
	}
	
	.card-jobs {
		box-shadow: 0 4px 56px rgba(0, 0, 0, .07);
		border-radius: 10px;
		border: 1px solid rgba(181, 181, 181, .2);
		background-color: #fff;
		padding: 30px 30px;
	}
	
	@media (min-width: 576px) {
		.card-jobs {
			padding: 26px 50px;
		}
	}
	
	.card-jobs .card-jobs__content__heading {
		font-size: 32px;
		font-weight: 500;
		letter-spacing: normal;
		line-height: 1.38095;
		color: #262729;
		margin-bottom: 10px;
		font-family: "Rubik";
	}
	
	@media (min-width: 768px) {
		.card-jobs .card-jobs__content__heading {
			font-size: 35px;
			margin-bottom: 20px;
		}
	}
	
	@media (min-width: 992px) {
		.card-jobs .card-jobs__content__heading {
			font-size: 42px;
		}
	}
	
	.card-jobs .card-jobs__content__details {
		margin: 0;
		padding: 0;
	}
	
	.card-jobs .card-jobs__content__details li {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 32px;
		color: rgba(38, 39, 41, .7);
		margin-right: 15px;
	}
	
	.card-jobs .card-jobs__content__details li i {
		margin-right: 5px;
		color: #5034fc;
	}
	
	.card-job__btn a.falsland-job-btn {
		padding: 15px 42px;
		display: block;
		margin-top: 13px;
		background-color: #ff5722;
		box-shadow: 0px 10px 20px rgba(255, 87, 34, .25);
		color: #fff;
	}
	
	a.falsland-job-btn.border {
		background-color: transparent;
		color: #ff5722;
		border: 1px solid #ff5722 !important;
		box-shadow: inherit;
	}
	
	.career-deatils__content__heading {
		font-size: 24px;
		font-weight: 500;
		letter-spacing: normal;
		line-height: 40px;
		color: var(--heading-color);
		margin-bottom: 20px;
	}
	
	.career-deatils__content__text {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 32px;
		color: var(--text-color);
	}
	
	.career-deatils__content ul {
		padding: 0;
		margin: 0;
	}
	
	.career-deatils__content ul li {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 32px;
		list-style: none;
		padding-left: 25px;
		position: relative;
		margin-bottom: 15px;
	}
	
	.career-deatils__content ul li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 12px;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		display: inline-block;
		background-color: #5034fc;
	}
	
	.job-details-page {
		background-color: #f3f4f6;
		margin-top: -100px;
		padding-top: 150px;
	}
	
	/* xmoze job details */
	.xmoze-single-job-meta-widget ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	
	.job-meta-label {
		font-weight: 600;
		margin-right: 5px;
	}
	
	ul.job-meta li {
		display: inline-block;
	}
	
	.xmoze-single-job-meta-widget {
		padding: 40px 30px;
	}
	
	.xmoze-single-job-meta-widget.style-two span.job-meta-label {
		display: block;
	}
	
	ul.jf-isotope-nav {
		list-style: none;
		padding: 0;
		margin: 0;
		margin-bottom: 60px;
	}
	
	ul.jf-isotope-nav li {
		/* Style for "All works" */
		color: #6f727b;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1.63px;
		text-transform: uppercase;
		display: inline-block;
		margin-right: 55px;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s;
	}
	
	ul.jf-isotope-nav li.active, ul.jf-isotope-nav li:hover {
		color: var(--accent-color);
	}
	
	.xmoze-portfolio-content.content-postion-below-image {
		display: block;
		position: relative;
		padding: 40px 30px;
	}
	
	.xmoze-jf-loadmore-btn {
		cursor: pointer;
		font-size: 13px;
		color: #030303;
		font-weight: 700;
		text-transform: uppercase;
		border: 1px solid;
		letter-spacing: 1.63px;
		border: 1px solid rgba(3, 3, 3, .3);
	}
	
	/*---------------------------------------------------
TEAM
----------------------------------------------------*/
	
	/* .slick-slide.slick-current + .slick-slide, .slick-slide.slick-current, .slick-slide.slick-current + .slick-slide + .slick-slide {
  opacity: 1;
} */
	
	/* .slick-slide[aria-hidden="true"][tabindex="-1"] + .slick-current,.slick-slide[aria-hidden="true"][tabindex="-1"] + .slick-slide + .slick-slide,.slick-slide[aria-hidden="true"][tabindex="-1"] + .slick-slide + .slick-slide + .slick-slide{
  opacity: 1;
} */
	
	/* .slick-current,
.slick-current + .slick-slide,
.slick-current + .slick-slide + .slick-slide,
.slick-clone-current,
.slick-clone-current + .slick-slide,
.slick-clone-current + .slick-slide + .slick-slide {
  opacity: 1;
} */
	
	/* .slick-list {
  overflow: unset;
}

.slick-slide{
  opacity:0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
} */
	
	/* .slick-slide,
.slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"],
.slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"]
  ~ .slick-cloned[aria-hidden="true"] {
  opacity: 0;
  transition: opacity 0.3s;
} */
	
	/* omi vai  */
	.single-item {
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-ms-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
	}
	
	.slick-dotted.slick-slider {
		margin-bottom: 0px;
	}
	
	@media (min-width: 1200px) {
		.team-area-style-01 .slick-list {
			width: 155%;
		}
	}
	
	.team-wrapper img {
		width: 100%;
		object-fit: cover;
		object-position: center top;
		transition: .4s;
	}
	
	.team-area-style-01 .team-wrapper {
		position: relative;
	}
	
	.team-area-style-01 .team-wrapper:after {
		position: absolute;
		content: "";
		height: 100%;
		width: 100%;
		background: linear-gradient(180deg, rgba(30, 61, 89, 0) 31.77%, #1e3d59 100%);
		opacity: .7;
		border-radius: 10px;
		top: 0;
		left: 0;
	}
	
	.team-area-style-01 .team-wrapper .user-identity {
		position: absolute;
		bottom: 35px;
		left: 35px;
		z-index: 1;
	}
	
	.team-area-style-01 .team-wrapper img {
		border-radius: 10px;
	}
	
	.team-area-style-01 .team-wrapper .user-identity h6 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 25px;
		color: #fff;
		cursor: pointer;
		margin-bottom: 5px;
	}
	
	.team-area-style-01 .team-wrapper .user-identity span {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		opacity: .8;
		cursor: pointer;
	}
	
	/* .team-area-style-01 .single-item {
  padding: 0 12px;

} */
	.team-area .slick-prev:before, .team-area .slick-next:before {
		display: none;
	}
	
	.single-item:focus {
		outline: none;
		box-shadow: none;
	}
	
	.team-slider ul.team-slider-dot-list {
		margin-top: 25px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	.team-slider ul.team-slider-dot-list {
		list-style: none;
		left: 0;
		bottom: 0;
		margin-bottom: 0px;
		padding: 0;
	}
	
	.team-slider ul.team-slider-dot-list li.slick-active {
		width: 10px !important;
		height: 10px !important;
		background: #2c4bff !important;
		opacity: 1;
	}
	
	.team-slider ul.team-slider-dot-list li {
		border-radius: 50%;
		width: 10px;
		height: 10px;
		opacity: .3;
		margin: 0 4px;
		background: #1e3d59;
		cursor: pointer;
	}
	
	.team-slider ul.team-slider-dot-list li button {
		display: none;
	}
	
	.team-slider-arrow .slick-active {
		color: #1d263a;
	}
	
	.team-slider-arrow img {
		font-size: 20px;
		color: #ddd;
		margin: 0px 13px;
		cursor: pointer;
	}
	
	@media (min-width: 1200px) {
		.team-slider ul.team-slider-dot-list {
			margin-top: 40px;
		}
	}
	
	.single-item {
		margin-bottom: 30px;
		margin-right: 24px;
	}
	
	.team-area {
		margin-right: -24px;
		margin-bottom: -24px;
	}
	
	.team-image {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.team-area .hover-one .team-image img {
		transition: all .4s ease-in-out;
	}
	
	.team-area .hover-one .team-image:hover img {
		transform: scale(1.1);
	}
	
	/* Team Area normal */
	.team-area.team-area-style-02 {
		text-align: center;
	}
	
	.team-area-style-02 .team-image {
		position: relative;
	}
	
	.team-area-style-02 .team-wrapper:hover .social-icons:after {
		opacity: .7;
	}
	
	.team-area-style-02 .team-wrapper:hover .social-icons {
		opacity: 1;
	}
	
	.team-area-style-02 .team-wrapper .social-icons {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 9999;
		opacity: 0;
		transition: all .4s ease-in-out;
		width: 100%;
		padding-bottom: 35px;
	}
	
	.social-icons:after {
		position: absolute;
		content: "";
		height: 300px;
		width: 100%;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2c4bff 74.48%);
		border-radius: 10px;
		transition: all .4s ease-in-out;
		bottom: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
	}
	
	.social-icons ul {
		margin-bottom: 0;
		margin: 0px -15px;
		display: flex;
		justify-content: center;
	}
	
	.team-area-style-02 .team-wrapper .social-icons ul li {
		margin: 0px 15px;
	}
	
	.team-area-style-02 .team-wrapper .social-icons ul li i {
		color: #fff;
	}
	
	.team-area-style-02 .team-wrapper .social-icons ul li:hover i {
		color: #ffe03b;
	}
	
	.team-area-style-02 .team-wrapper img {
		border-radius: 10px;
	}
	
	.team-area-style-02 .team-wrapper .user-identity h6 {
		font-family: Inter;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 25px;
		color: #000;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	
	.team-area-style-02 .team-wrapper .user-identity span {
		font-family: Inter;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		line-height: 20px;
		color: #000;
		opacity: .8;
	}
	
	/* arrow */
	.team-slider-arrow .prev {
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	
	.team-slider-arrow .next {
		position: absolute;
		right: 0;
		bottom: 0px;
	}
	
	.team-slider-arrow .slick-active {
		background: #2c4bff;
		color: #fff;
	}
	
	.team-slider-arrow button {
		transition: all .4s ease-in-out;
		font-size: 20px;
		color: #1d263a;
		margin: 0px 13px;
		cursor: pointer;
		height: 60px;
		width: 60px;
		background: rgba(44, 71, 255, .6);
		line-height: 60px;
		text-align: center;
	}
	
	.team-slider-arrow button:hover {
		background-color: #1d263a;
		color: #fff;
	}
	
	/*---------------------------------------------------
TESTIMONIAL
----------------------------------------------------*/
	.xmoze--tn-dis p:last-child {
		margin-bottom: 0px !important;
	}
	
	.testimonial-slider-arrow {
		position: absolute;
		width: 100%;
	}
	
	/* style one  */
	.xmoze--tn-single.style-one {
		text-align: left !important;
	}
	
	.xmoze--tn-single.style-one .xmoze--tn-icon {
		margin-bottom: 30px;
		position: unset;
	}
	
	.xmoze--tn-single.style-one .xmoze--tn-name {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
		color: #000b33;
	}
	
	/* style one two */
	.xmoze--tn-single.style-two {
		background-color: #fff;
		box-shadow: 0px 4px 40px rgba(43, 89, 255, .08);
		border-radius: 10px;
		padding: 30px;
		text-align: left !important;
		margin-top: 55px;
	}
	
	.xmoze--tn-single.style-two .xmoze--t-thumb:after {
		background: linear-gradient(90deg, #8c30f5 0%, #ff4b5c 100%);
		opacity: .8;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		content: "";
		position: absolute;
		top: -6px;
		left: -6px;
		z-index: -1;
	}
	
	.xmoze--tn-single.style-two .xmoze--t-thumb img {
		width: 78px !important;
		height: 78px !important;
		z-index: 3;
		object-position: center top;
	}
	
	.xmoze--tn-single.style-two .xmoze--t-thumb {
		position: absolute;
		z-index: 1;
		top: -45px;
	}
	
	.xmoze-tn-bottom-style-two {
		margin-top: 30px;
		margin-bottom: 16px;
	}
	
	.xmoze--tn-single.style-two .xmoze--tn-icon {
		position: absolute;
		right: 30px;
		top: 84px;
		color: #fd4c5c;
	}
	
	.xmoze-tn-bottom-style-two .xmoze--tn-icon {
		position: absolute;
	}
	
	.xmoze--tn-single {
		position: relative;
	}
	
	/* style theree */
	.xmoze--tn-single.style-three .xmoze--tn-dis {
		padding: 30px;
		background-color: #fff;
		border: 1px solid #e9e5ef;
		border-radius: 10px;
		margin-bottom: 35px;
		position: relative;
		box-shadow: 0px 30px 40px rgba(212, 217, 232, .2);
	}
	
	.xmoze--tn-single.style-three .xmoze--tn-dis p {
		margin-bottom: 0px;
		text-align: left;
	}
	
	.xmoze-tn-bottom-style-three .xmoze--t-thumb img {
		margin: 0 auto;
	}
	
	.xmoze--tn-single.style-three .xmoze--tn-dis:after {
		position: absolute;
		width: 25px;
		height: 25px;
		background-color: #fff;
		content: "";
		transform: rotate(45deg);
		left: calc(50% - 13px);
		border-bottom: 1px solid #e9e5ef;
		bottom: -13px;
		border-left: 1px;
		border-right: 1px solid #e9e5ef;
	}
	
	/* style four */
	.xmoze--tn-single.style-four {
		border-radius: 10px;
		background-color: #fff;
	}
	
	.xmoze-tn-bottom-style-four {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.xmoze-tn-bottom-style-four .xmoze--tn-user-identity {
		display: flex;
		align-items: center;
	}
	
	.xmoze-tn-bottom-style-four .xmoze--tn-name-title {
		margin-bottom: 0px;
	}
	
	.xmoze--tn-single.style-four {
		padding: 40px;
	}
	
	.xmoze--tn-dis p {
		margin-bottom: 0px;
	}
	
	.style-four .testimonial-slider .slick-list {
		box-sizing: initial;
	}
	
	/* style five */
	.xmoze-tn-bottom-style-five .xmoze--tn-top .xmoze--t-thumb img {
		width: 95px !important;
		height: 95px !important;
		display: inline-block;
		margin-right: 20px;
		max-width: fit-content;
	}
	
	@media only screen and (min-width: 992px) and (max-width: 2550px) {
		.xmoze-tn-bottom-style-five {
			display: flex;
		}
		
		.xmoze--tn-single.style-five .xmoze--tn-top {
			width: 21.5%;
		}
		
		.xmoze--tn-single.style-five .xmoze--tn-right {
			width: 79.5%;
		}
	}
	
	@media only screen and (min-width: 1025px) and (max-width: 1500px) {
		.xmoze--tn-single.style-five .xmoze--tn-right {
			margin-left: 25px;
		}
	}
	
	@media only screen and (min-width: 320px) and (max-width:767px) {
		.xmoze--tn-single.style-five .xmoze--tn-right {
			margin-top: 25px;
		}
		
		ul.pf-isotope-nav {
			margin-bottom: 40px;
		}
	}
	
	@media only screen and (min-width: 768px) and (max-width:1024px) {
		.xmoze--tn-single.style-five .xmoze--tn-right {
			margin-top: 25px;
		}
		
		.xmoze-tn-bottom-style-five {
			display: inline-block !important;
		}
	}
	
	/* style seven */
	
	/* .xmoze--tn-single.style-five.style-seven:after {
  position: absolute;
  left: 2%;bottom: -6%;
  width: 96%;height: 100%;
  background-color: #fff;
  content: "";right: 2%;
  z-index: -1;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
}

.xmoze--tn-single.style-five.style-seven {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
} */
	
	/* .xmoze--tn-single.style-five.style-seven:before {
  position: absolute;
  left: 4%;
  bottom: -11%;
  width: 92%;
  height: 100%;
  background-color: #fff;
  content: "";
  right: 2%;
  z-index: -1;
  box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08);
  border-radius: 10px;
} */
	.xmoze-tn-bottom-style-five .xmoze--tn-name-title {
		margin-bottom: 0;
	}
	
	/* style edight */
	.style-eight-top {
		padding: 40px;
		box-shadow: 0px 4px 40px rgba(43, 89, 255, .08);
		border-radius: 10px;
		background-color: #fff;
		position: relative;
		text-align: left;
	}
	
	.style-eight-top:after {
		position: absolute;
		left: 5%;
		bottom: -28px;
		content: "";
		border-left: 15px solid transparent;
		border-right: 15px solid #fff;
		z-index: 99;
		border-top: 15px solid #fff;
		border-bottom: 15px solid transparent;
		/* box-shadow: 0px 4px 40px rgba(43, 89, 255, 0.08); */
		border-radius: 2px;
	}
	
	.xmoze-tn-bottom-style-eight {
		display: flex;
		align-items: center;
		margin-top: 40px;
		margin-left: 25px;
		text-align: left;
	}
	
	.style-eight-top .xmoze--tn-icon {
		position: initial;
		margin-top: 30px;
		color: #fd4c5c;
	}
	
	.style-eight-top .xmoze--tn-icon i {
		margin-right: 4px;
	}
	
	.xmoze-tn-bottom-style-eight .xmoze--tn-name-title {
		margin-bottom: 0;
	}
	
	/* style nine */
	.xmoze--tn-single.style-nine .xmoze--tn-icon {
		position: static;
	}
	
	.xmoze-tn-bottom-style-nine {
		display: flex;
	}
	
	.xmoze--tn-single.style-nine {
		background-color: #fff;
		box-shadow: 0px 4px 40px rgba(43, 89, 255, .08);
		border-radius: 10px;
		padding: 40px;
	}
	
	.xmoze--tn-single.style-nine .xmoze--t-thumb img {
		width: 70px !important;
		height: 70px !important;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.xmoze--tn-name-title {
		margin-bottom: 20px;
	}
	
	.xmoze--tn-single.style-nine .xmoze--tn-dis {
		font-size: 18px;
		color: #000b33;
	}
	
	/* style ten */
	.xmoze--tn-single.style-ten {
		padding: 40px;
		box-shadow: 0px 9px 11px rgba(43, 89, 255, 8%);
		background-color: #fff;
		text-align: left;
	}
	
	.xmoze-tn-bottom-style-style-ten {
		display: flex;
		align-items: center;
		text-align: left;
	}
	
	.xmoze--tn-single.style-ten .xmoze--tn-dis p {
		margin-bottom: 40px;
		text-align: left;
	}
	
	.xmoze--tn-single.style-ten .xmoze--tn-icon {
		color: #ffc83e;
		position: absolute;
	}
	
	.xmoze--tn-single.style-ten .style-eight-top:after {
		display: none;
	}
	
	.xmoze-tn-bottom-style-style-ten .xmoze--tn-name-title {
		margin-bottom: 0;
	}
	
	.xmoze--tn-single, .xmoze--t-thumb img, .xmoze--tn-name, .xmoze--tn-title, .xmoze--tn-icon, .xmoze--tn-bottm p, .xmoze-tn-bottom-style-three {
		transition: ease-in-out .4s;
		-webkit-transition: ease-in-out .4s;
		-moz-transition: ease-in-out .4s;
		-ms-transition: ease-in-out .4s;
		-o-transition: ease-in-out .4s;
	}
	
	.xmoze--t-thumb img {
		width: 50px !important;
		height: 50px !important;
		object-fit: cover;
		border-radius: 50% !important;
		margin-right: 13px;
		-webkit-border-radius: 50% !important;
		-moz-border-radius: 50% !important;
		-ms-border-radius: 50% !important;
		-o-border-radius: 50% !important;
		object-position: center top;
	}
	
	@media only screen and (min-width: 320px) and (max-width: 767px) {
		.style-three .testimonial-slider-arrow .slick-prev {
			position: absolute;
			top: 104%;
			left: 30%;
			transform: translate(-50%, -50%);
		}
		
		.style-three .testimonial-slider-arrow .slick-next {
			position: absolute;
			top: 104%;
			right: 30%;
			transform: translate(-50%, -50%);
		}
	}
	
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.style-three .testimonial-slider-arrow .slick-next {
			position: absolute;
			top: 104%;
			right: 43%;
			transform: translate(-50%, -50%);
		}
		
		.style-three .testimonial-slider-arrow .slick-prev {
			position: absolute;
			top: 104%;
			left: 43%;
			transform: translate(-50%, -50%);
		}
	}
	
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
		.style-three .testimonial-slider-arrow .slick-prev {
			position: absolute;
			top: 100%;
			left: 35%;
			transform: translate(-50%, -50%);
		}
		
		.style-three .testimonial-slider-arrow .slick-next {
			position: absolute;
			top: 100%;
			right: 50%;
			transform: translate(-50%, -50%);
		}
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 2500px) {
		.style-three .testimonial-slider-arrow .slick-prev {
			position: absolute;
			top: 95%;
			left: 42%;
			transform: translate(-50%, -50%);
		}
		
		.style-three .testimonial-slider-arrow .slick-next {
			position: absolute;
			top: 95%;
			right: 50%;
			transform: translate(-50%, -50%);
		}
	}
	
	.testimonial-slider:focus {
		outline: none;
		box-shadow: none;
	}
	
	.testimonial-slider ul.testimonial-slider-dot-list {
		margin-top: 25px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	.testimonial-slider ul.testimonial-slider-dot-list {
		list-style: none;
		left: 0;
		bottom: 0;
		margin-bottom: 0px;
		padding: 0;
	}
	
	.testimonial-slider ul.testimonial-slider-dot-list li.slick-active {
		width: 10px !important;
		height: 10px !important;
		background: #2c4bff !important;
		opacity: 1;
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-ms-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
	}
	
	.testimonial-slider ul.testimonial-slider-dot-list li {
		border-radius: 50%;
		width: 10px;
		height: 10px;
		opacity: .3;
		margin: 0 4px;
		background: #1e3d59;
		cursor: pointer;
	}
	
	.testimonial-slider ul.testimonial-slider-dot-list li button {
		display: none;
	}
	
	.team-slider-arrow .slick-active {
		color: #1d263a;
	}
	
	@media (min-width: 1200px) {
		.testimonial-slider ul.testimonial-slider-dot-list {
			margin-top: 40px;
		}
	}
	
	/* arrow */
	.testimonial-slider-arrow .slick-prev:before, .testimonial-slider-arrow .slick-next:before {
		display: none;
	}
	
	.testimonial-slider-arrow.slick-active {
		color: #1d263a;
	}
	
	.testimonial-slider-arrow .prev {
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	
	.testimonial-slider-arrow .next {
		position: absolute;
		right: 0;
		bottom: 0px;
	}
	
	.testimonial-slider-arrow .slick-active {
		background: #2c4bff;
		color: #fff;
	}
	
	.testimonial-slider-arrow button {
		transition: all .4s ease-in-out;
		font-size: 20px;
		color: #1d263a;
		cursor: pointer;
		height: 60px;
		width: 60px;
		background: rgba(44, 71, 255, .6);
		text-align: center;
		display: inline-block;
	}
	
	.testimonial-slider-arrow button:hover {
		background-color: #1d263a;
		color: #fff;
	}
	
	/*---------------------------------------------------
Portfolio SLider CSS
----------------------------------------------------*/
	.portfolio-slider-arrow .slick-arrow.slick-hidden {
		display: block !important;
	}
	
	.portfolio-slider-arrow {
		position: absolute;
		width: 100%;
	}
	
	.portfolio-slider:focus {
		outline: none;
		box-shadow: none;
	}
	
	.portfolio-slider ul.portfolio-slider-dot-list {
		margin-top: 25px;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	
	.portfolio-slider ul.portfolio-slider-dot-list {
		list-style: none;
		left: 0;
		bottom: 0;
		margin-bottom: 0px;
		padding: 0;
	}
	
	.portfolio-slider ul.portfolio-slider-dot-list li.slick-active {
		width: 10px !important;
		height: 10px !important;
		background: #2c4bff !important;
		opacity: 1;
		transition: .4s ease-in-out;
		-webkit-transition: .4s ease-in-out;
		-moz-transition: .4s ease-in-out;
		-ms-transition: .4s ease-in-out;
		-o-transition: .4s ease-in-out;
	}
	
	.portfolio-slider ul.portfolio-slider-dot-list li {
		border-radius: 50%;
		width: 10px;
		height: 10px;
		opacity: .3;
		margin: 0 4px;
		background: #1e3d59;
		cursor: pointer;
	}
	
	.portfolio-slider ul.portfolio-slider-dot-list li button {
		display: none;
	}
	
	@media (min-width: 1200px) {
		.portfolio-slider ul.portfolio-slider-dot-list {
			margin-top: 40px;
		}
	}
	
	/* arrow */
	.portfolio-slider-arrow .slick-prev:before, .portfolio-slider-arrow .slick-next:before {
		display: none;
	}
	
	.portfolio-slider-arrow.slick-active {
		color: #1d263a;
	}
	
	.portfolio-slider-arrow .prev {
		position: absolute;
		left: 0;
		bottom: 0px;
	}
	
	.portfolio-slider-arrow .next {
		position: absolute;
		right: 0;
		bottom: 0px;
	}
	
	.portfolio-slider-arrow .slick-active {
		background: #2c4bff;
		color: #fff;
	}
	
	.portfolio-slider-arrow button {
		transition: all .4s ease-in-out;
		font-size: 20px;
		color: #1d263a;
		cursor: pointer;
		height: 60px;
		width: 60px;
		background: rgba(44, 71, 255, .6);
		text-align: center;
		display: inline-block;
	}
	
	.portfolio-slider-arrow button:hover {
		background-color: #1d263a;
		color: #fff;
	}
	
	/*---------------------------------------------------
FEATURED
----------------------------------------------------*/
	.circle-126 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 106px;
		max-width: 106px;
		min-height: 106px;
		max-height: 106px;
	}
	
	@media (min-width: 768px) {
		.circle-126 {
			min-width: 126px;
			max-width: 126px;
			min-height: 126px;
			max-height: 126px;
		}
	}
	
	.circle-91 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 91px;
		max-width: 91px;
		min-height: 91px;
		max-height: 91px;
	}
	
	.circle-103 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 90px;
		max-width: 90px;
		min-height: 90px;
		max-height: 90px;
	}
	
	@media (min-width: 768px) {
		.circle-103 {
			min-width: 103px;
			max-width: 103px;
			min-height: 103px;
			max-height: 103px;
		}
	}
	
	.circle-98 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 98px;
		max-width: 98px;
		min-height: 98px;
		max-height: 98px;
	}
	
	.circle-99 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 99px;
		max-width: 99px;
		min-height: 99px;
		max-height: 99px;
	}
	
	@media (min-width: 768px) {
		.circle-99 {
			min-width: 99px;
			max-width: 99px;
			min-height: 99px;
			max-height: 99px;
		}
	}
	
	.circle-95 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 85px;
		max-width: 85px;
		min-height: 85px;
		max-height: 85px;
	}
	
	@media (min-width: 768px) {
		.circle-95 {
			min-width: 95px;
			max-width: 95px;
			min-height: 95px;
			max-height: 95px;
		}
	}
	
	.circle-113 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 95px;
		max-width: 95px;
		min-height: 95px;
		max-height: 95px;
	}
	
	@media (min-width: 768px) {
		.circle-113 {
			min-width: 113px;
			max-width: 113px;
			min-height: 113px;
			max-height: 113px;
		}
	}
	
	.circle-88 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 78px;
		max-width: 78px;
		min-height: 78px;
		max-height: 78px;
	}
	
	@media (min-width: 768px) {
		.circle-88 {
			min-width: 88px;
			max-width: 88px;
			min-height: 88px;
			max-height: 88px;
		}
	}
	
	.circle-108 {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		min-width: 98px;
		max-width: 98px;
		min-height: 98px;
		max-height: 98px;
	}
	
	@media (min-width: 768px) {
		.circle-108 {
			min-width: 108px;
			max-width: 108px;
			min-height: 108px;
			max-height: 108px;
		}
	}
	
	.brand-area--l2 {
		padding-top: 50px;
		padding-bottom: 0px;
	}
	
	@media (min-width: 768px) {
		.brand-area--l2 {
			padding-top: 100px;
			padding-bottom: 80px;
		}
	}
	
	@media (min-width: 992px) {
		.brand-area--l2 {
			padding-top: 123px;
			padding-bottom: 135px;
		}
	}
	
	.brand-group-image-l2 {
		margin-left: -22px;
	}
	
	@media (min-width: 576px) {
		.brand-group-image-l2 {
			transform: scale(.8);
		}
	}
	
	@media (min-width: 768px) {
		.brand-group-image-l2 {
			margin-top: 40px;
			transform: scale(1);
		}
	}
	
	@media (min-width: 992px) {
		.brand-group-image-l2 {
			margin-top: 100px;
		}
	}
	
	.brand-image-group--l2 {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 503px;
		transform: scale(.9);
	}
	
	@media (min-width: 768px) {
		.brand-image-group--l2 {
			transform: scale(.9);
		}
	}
	
	@media (min-width: 992px) {
		.brand-image-group--l2 {
			transform: scale(1);
		}
	}
	
	.brand-image-group--l2__single {
		background-color: #fff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	}
	
	.brand-image-group--l2__image--main {
		width: 5%;
		position: relative;
		border: 6px solid #fff;
		background-color: #ff5722;
		border-radius: 50%;
		z-index: 1;
	}
	
	.brand-image-group--l2__img-1 {
		position: absolute;
		left: 37%;
		top: 7%;
		width: 10%;
		z-index: 2;
	}
	
	@media (min-width: 480px) {
		.brand-image-group--l2__img-1 {
			left: 47%;
		}
	}
	
	.brand-image-group--l2__img-2 {
		position: absolute;
		right: -8%;
		top: 16%;
		width: 11%;
		z-index: 1;
	}
	
	@media (min-width: 768px) {
		.brand-image-group--l2__img-2 {
			right: -12%;
			top: 10%;
		}
	}
	
	.brand-image-group--l2__img-3 {
		position: absolute;
		right: -10%;
		top: 50%;
		transform: translateY(-50%);
		width: 11%;
		z-index: 1;
	}
	
	@media (min-width: 576px) and (max-width: 768px) {
		.brand-image-group--l2__img-3 {
			right: -9%;
		}
	}
	
	@media (min-width: 768px) {
		.brand-image-group--l2__img-3 {
			right: -28%;
		}
	}
	
	.brand-image-group--l2__img-4 {
		position: absolute;
		right: 0;
		bottom: 20%;
		width: 10%;
		z-index: 1;
	}
	
	.brand-image-group--l2__img-5 {
		position: absolute;
		left: 38%;
	}
	
	/* Elementor Extra css */
	.elementor-109 .elementor-element.elementor-element-75dd13e img {
		object-position: center top;
	}
	
	@media only screen and (min-width: 1025px) and (max-width:1300px) {
		h1.elementor-heading-title {
			font-size: 60px !important;
		}
		
		.elementor-element-dacafd5 {
			display: none;
		}
		
		.blog-breadcrumb h1.post__title {
			font-size: 60px;
			margin: 0px 0px;
		}
		
		.blog-breadcrumb p.post__caption {
			padding: 0px 50px;
		}
	}
	
	.elementor-109 .elementor-element.elementor-element-75dd13e img {
		image-rendering: pixelated;
	}
	
	/* this css only use xmoze theme hero one css */
	@media (min-width: 992px) and (max-width: 1570px) {
		.elementor-109 .elementor-element.elementor-element-75dd13e {
			right: 0;
		}
	}
	
	@media (min-width: 992px) and (max-width: 1349px) {
		.elementor-109 .elementor-element.elementor-element-75dd13e {
			bottom: -134px !important;
		}
		
		.elementor-109 .elementor-element.elementor-element-0f056ed .elementor-heading-title {
			font-size: 50px !important;
		}
		
		.elementor-109 .elementor-element.elementor-element-75dd13e img {
			height: 600px !important;
			width: 80% !important;
		}
	}
	
	@media (min-width: 1024px) and (max-width: 1350px) {
		.elementor-109 .elementor-element.elementor-element-c0983b7 {
			padding-bottom: 113px !important;
		}
		
		/* Menu Css */
		.xmoze-header-area {
			background: black;
		}
		
		.navbar.menu-style-flyout .navbar-inner {
			right: -100%;
			transition: 0;
			transform: translatex(0) !important;
		}
	}
}
