@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
	font-weight: 400;
	line-height: 1.6;
	color: #3B3663;
	font-family: 'Inter', sans-serif;
}

a {
	color: unset;
	text-decoration: none;
}

a:focus {
	outline: 0 solid;
}

a:hover {
	text-decoration: none;
	color: unset;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	color: #3B3663;
}

p {
	margin-bottom: 0;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

i.bx {
	vertical-align: middle;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

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

.mt-122 {
	margin-top: 122px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-26 {
	margin-top: 26px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-76 {
	margin-bottom: 76px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-15 {
	margin-top: 15px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-76 {
	padding-bottom: 76px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-3em {
	padding-bottom: 3em;
}

.pl-5em {
	padding-left: 5em;
}

.pr-5em {
	padding-right: 5em;
}

.shape {
	position: absolute;
	z-index: -1;
}

.positioning {
	position: relative;
	z-index: 2;
}

.common-btn {
	border-radius: 5px;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	padding: 10px 30px;
	background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
	background-size: 150% 100%;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	text-align: center;
}

.common-btn:hover {
	color: #fff;
	background-position: 100% 150%;
	transition: all .4s ease-in-out;
}

@media (max-width: 575px) {
	.common-btn {
		font-size: 13px;
		padding: 10px 20px;
	}
}

footer.wpfooter {
	position: relative;
	width: 100%;
}

.common-btn.btn-style-1 {
	background: #0ec2f3;
}

.common-btn.btn-style-1::before {
	background: #7BC678;
}

.common-btn.btn-style-2 {
	background: #7BC678;
}

.common-btn.btn-style-2::before {
	background: #0ec2f3;
}

.common-btn.btn-hrrd-2 {
	border-radius: 50px;
	color: #764ED2;
	border: 1px solid #764ED2;
	background: #FFFFFF;
	width: 82px;
	height: 82px;
	min-width: 82px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.common-btn.btn-hrrd-2:hover {
	color: #fff;
}

.common-btn.btn-hrrd-2::before {
	background: #FF7342;
}

.common-btn.btn-hrrd-1 {
	background: #0ec2f3;
	border-radius: 10px;
}

.common-btn.btn-hrrd-1:hover {
	color: #FFF;
}

.common-btn.btn-hrrd-1::before {
	background: #7BC678;
}

.common-btn.btn-tripp-1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#FE5B3E), to(#FE7B49));
	background: linear-gradient(180deg, #FE5B3E 0%, #FE7B49 100%);
	border-radius: 15px;
	font-weight: 700;
}

.common-btn.btn-tripp-1:hover {
	color: #fff;
}

.common-btn.btn-tripp-1::before {
	background: #221314;
}

.title-mark {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.title-mark::before {
	width: 100%;
	height: 51.29px;
	background: #0ec2f3;
	content: "";
	position: absolute;
	bottom: 10px;
	z-index: -1;
	-webkit-animation: up-dn-mark-1 1s alternate infinite;
	animation: up-dn-mark-1 1s alternate infinite;
}

.title-mark.title-mark-section::before {
	width: 100%;
	height: 20px;
	background: #0ec2f3;
	content: "";
	position: absolute;
	bottom: 5px;
	z-index: -1;
	-webkit-animation: up-dn-mark-1 1s alternate infinite;
	animation: up-dn-mark-1 1s alternate infinite;
}

.ch-section-title h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: #183B56;
}

.hrdd-section-title.hrrd-subscribe-title h1 {
	color: #fff;
}

.hrdd-section-title.hrrd-subscribe-title h1 span::before {
	border: .5px solid #fff;
	background: #94BCF9;
}

.hrdd-section-title h1,
.hrdd-section-title .h1 {
	font-style: normal;
	font-size: 48px;
	line-height: 58px;
	color: #3B3B3B;
	display: inline-block;
}

.hrdd-section-title h1 span,
.hrdd-section-title .h1 span {
	display: inline-block;
	z-index: 1;
	position: relative;
}

.hrdd-section-title h1 span::before,
.hrdd-section-title .h1 span::before {
	position: absolute;
	left: 0;
	height: 50px;
	width: 76%;
	border: 0.5px solid #0ec2f3;
	background: #0ec2f33b;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	z-index: -1;
}

@-webkit-keyframes up-dn-mark-1 {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes up-dn-mark-1 {
	0% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.trip-section-title h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 68px;
	color: #221314;
}

.container-text {
	font-style: normal;
	font-weight: 700;
	font-size: 170px;
	line-height: 1;
	color: rgba(34, 19, 20, 0.01);
	position: absolute;
	z-index: -1;
}


/*added utilities*/

.mt-60 {
	margin-top: 60px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-45 {
	margin-top: 45px;
}

.flex-column-all-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}


/*added reuseable components*/

.vactor-shape {
	z-index: -1;
}

.tri-btn-fill {
	background: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#00bcd4));
	background: linear-gradient(180deg, #03a9f4 0%, #00bcd4 100%);
	border-radius: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	gap: 12px;
	border: none;
	padding: 24px 45px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tri-btn-fill i {
	-webkit-transition: all .35s;
	transition: all .35s;
}

.tri-btn-fill i::before {
	vertical-align: middle;
}

.tri-btn-fill.tri-submit-btn:hover {
	-webkit-transform: translate3d(3px, 0, 0);
	transform: translate3d(3px, 0, 0);
}

.tri-btn-fill:hover {
	-webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
	box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	color: #fff;
}

.tri-btn-fill:hover i {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.ag-btn-fill {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	background: #404C99;
	border-radius: 15px;
	display: inline-block;
	padding: 25px 44px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.ag-btn-fill:hover {
	-webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
	box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	color: #fff;
	background: #323b77;
}

.edu-btn-fill {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	background: #ffa600;
	-webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
	box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
	border-radius: 15px;
	padding: 22px 36px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.edu-btn-fill:hover {
	-webkit-box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
	box-shadow: 5px 10px 30px rgba(255, 165, 2, 0.3);
	color: #fff;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	background: #e69500;
}

.ag-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.ag-rating i {
	color: #FF8423;
}

.ag-section-title {
	font-weight: 900;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	color: #183B56;
}

.edu-section-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 58px;
	text-align: center;
	color: #111116;
}

.breadcrumb-area {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFEDE7), to(#FFFFFF));
	background: linear-gradient(180deg, #FFEDE7 0%, #FFFFFF 100%);
	padding-top: 214px;
	padding-bottom: 100px;
}

.breadcrumb-area .breadcrumb-text h1 {
	font-style: normal;
	font-size: 72px;
	color: #3B3B3B;
}

.breadcrumb-area .breadcrumb-text p {
	color: #FF7342;
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
	line-height: 1;
}

.breadcrumb-area .breadcrumb-text p a {
	color: #3B3B3B;
}


/*================================================
2. Header Menu CSS
=================================================*/

.logo,
.main-nav,
.menu-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.logo img {}

.footer-logo img {
	height: 50px;
}

.mobile-ham-logo .navbar-brand {
	padding: 0 10px;
}

header#wpheader {
	position: relative;
	border-bottom: 1px solid #f0eded;
	width: 100%;
	margin-bottom: 95px;
}

.header-menu-area {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 0% 2.3% 0% 2%;
}

.header-menu-area.header-for-single {
	background: #fff;
}

.menu-btn-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	gap: 1em;
}

.hamburger {
	position: relative;
	width: 40px;
	height: 30px;
	cursor: pointer;
	border: 5px solid transparent;
	/*     margin-top: 10px; */
	display: none;
	z-index: 1;
}

.hamburger span {
	width: 100%;
	height: 2px;
	background: #3B3663;
	display: block;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hamburger span.h-top {
	top: 0;
}

.hamburger span.h-bottom {
	bottom: 0;
	width: 27px;
}

.hamburger span.h-middle {
	top: 50%;
	margin-top: -1px;
	width: 25px;
}

.hamburger.h-active span {
	width: 100%;
}

.hamburger.h-active span.h-top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}

.hamburger.h-active span.h-middle {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
}

.hamburger.h-active span.h-bottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}

.main-nav>ul>li {
	padding: 35px 10px;
	display: inline-block;
	position: relative;
}

.main-nav>ul>li>a {
	text-decoration: none;
	font-style: normal;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
	color: #3B3663;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li:hover>a {
	color: #F47514;
}

.main-nav>ul>li>a i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: visibility .25s, opacity .25s, -webkit-transform .25s;
	transition: visibility .25s, opacity .25s, transform .25s;
	transition: visibility .25s, opacity .25s, transform .25s, -webkit-transform .25s;
}

.main-nav>ul>li:hover>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-nav>ul>li:hover>a:after {
	opacity: 1;
}

.main-nav ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #ffffff;
	width: 100%;
	padding: 35px 25px 35px 35px;
	-webkit-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 4px 4px;
	z-index: 999;
	border: 1px solid #eef0ee;
	overflow: hidden;
}

.main-nav ul li .sub-menu li .sub-menu {
	right: inherit;
	left: inherit;
	top: inherit;
	position: inherit;
	visibility: inherit;
	opacity: inherit;
	padding: 0;
	border-radius: inherit;
	z-index: inherit;
	border: inherit;
	display: block;
	overflow: hidden;
	margin-top: 1em;
}

.main-nav ul li .sub-menu>li {
	display: block;
	position: relative;
	float: left;
	padding: 0 1em;
	width: calc(100%/5);
}

.main-nav ul li .sub-menu>li>ul.sub-menu {
	/* padding: 0; */
}

.main-nav ul li .sub-menu>li>ul.sub-menu>li {
	display: block;
	margin: 0;
	position: relative;
	width: 100%;
	padding: 0;
}

.main-nav>ul>li.menu-item-has-children {
	position: static;
}


.main-nav ul li .sub-menu>li>ul.sub-menu>li a {
	display: block;
	line-height: 1.6;
	font-size: 13px;
	border: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
	color: #3B3663;
}

.main-nav ul li .sub-menu>li>ul.sub-menu>li.current_page_item a,
.main-nav ul li .sub-menu>li>ul.sub-menu>li a:hover {
	color: #F47514;
}

.main-nav ul li .sub-menu>li a {
	display: flex;
	line-height: 1.6;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 500;
	color: #3B3663;
	margin: 0;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #000;
	padding-bottom: 1em;
}

.main-nav ul li .sub-menu>li a:last-child {
	/* border: none; */
}


.main-nav ul li .sub-menu>li.current-menu-item a,
.main-nav ul li .sub-menu>li a:hover {
	color: #F47514;
	border-color: #F47514;
}

.main-nav .fl {
	width: 30px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	color: #3B3663;
	font-style: normal;
	position: absolute;
	right: -5px;
	top: 0;
	z-index: 999;
	display: none;
	cursor: pointer;
}

.main-nav .fl:before {
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}

.main-nav>ul>li+li>.sub-menu {}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.slideInUp {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.is-active .slideInUp {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slideInUp2 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.menu-btn-wrap .menu-reg {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #183B56;
	margin-right: 54px;
}

.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding-top: unset;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
}


/*================================================
3. Hero area CSS
=================================================*/

.hero-area {
	position: relative;
	padding-top: 161px;
	padding-bottom: 100px;
	background: #F9FCFB;
}

.hero-content h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 80px;
	line-height: 100px;
	position: relative;
	z-index: 1;
}

.hero-content .hero-search-form {
	position: relative;
	background: #FFFFFF;
	-webkit-box-shadow: 10px 20px 40px rgba(195, 199, 197, 0.1);
	box-shadow: 10px 20px 40px rgba(195, 199, 197, 0.1);
	border-radius: 10px;
	max-width: 600px;
	height: 88px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
	margin-top: 32px;
	margin-bottom: 29px;
}

.hero-content .hero-search-form button {
	position: absolute;
	border: none;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hero-content .hero-search-form .search-box input {
	border: none;
	position: relative;
}

.hero-content .hero-search-form .search-box input::-webkit-input-placeholder {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #5A7184;
	opacity: 0.5;
}

.hero-content .hero-search-form .search-box input:-ms-input-placeholder {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #5A7184;
	opacity: 0.5;
}

.hero-content .hero-search-form .search-box input::-ms-input-placeholder {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #5A7184;
	opacity: 0.5;
}

.hero-content .hero-search-form .search-box input::placeholder {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #5A7184;
	opacity: 0.5;
}

.hero-content .recent-search ul li {
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #0ec2f3;
}

.hero-content .recent-search ul li:first-child {
	margin-right: 20px;
}

.hero-content .recent-search ul li a {
	display: block;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 2px;
	font-size: 14px;
	color: rgba(63, 71, 92, 0.6);
	padding: 2px 6px;
	margin-right: 2px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.hero-content .recent-search ul li a:hover {
	background: #0ec2f3;
	color: #fff;
}

.hero-img {
	position: relative;
}

.hero-img .cart-box {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 30px;
	display: inline-block;
	position: absolute;
	bottom: 125px;
	-webkit-transform: translateY(41px);
	transform: translateY(41px);
	right: 0;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.hero-img .cart-box p {
	line-height: 1;
}

.hero-img .cart-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 16px;
}

.hero-img .cart-box ul li {
	display: inline-block;
	margin: -8px;
}

.hero-img .cart-box ul li i {
	width: 57px;
	height: 57px;
	background: #FFE7DB;
	border: 0.5px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3F475C;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

@-webkit-keyframes up-dn {
	0% {
		-webkit-transform: translateY(41px);
		transform: translateY(41px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes up-dn {
	0% {
		-webkit-transform: translateY(41px);
		transform: translateY(41px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}


/*================================================
4. Client Logo Area CSS
=================================================*/

.client-logo-box {
	margin-bottom: 24px;
}

.client-logo-box,
.job-category-box {
	margin-bottom: 24px
}

.job-category-box {
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 8px;
	padding: 30px;
	min-height: 268px;
	transition: all 1s ease 0s
}

.job-category-box:hover {
	background: #f8f9fa;
	transform: translateY(-5px)
}

.job-category-box:hover .job-category-icon i {
	background: #ff8345;
	box-shadow: 0 12px 16px rgba(0, 0, 0, .08);
	color: #fff
}

.job-category-box .job-category-icon i {
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: rgba(255, 131, 69, .1);
	border-radius: 50%;
	transition: .5s;
	color: #ff8345
}

.job-category-box .job-category-content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	letter-spacing: .2px;
	margin-top: 67px;
	margin-bottom: 14px
}

.job-category-box .job-category-content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px
}

.job-category-box .job-category-content ul li i {
	float: right;
	color: #183b56;
	font-size: 19px
}

.job-category-box.job-category-explore {
	background: #ff8345;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: none;
	display: flex;
	align-items: center;
	padding-left: 53.5px
}

.job-category-box.job-category-explore h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: .2px;
	color: #fff
}

.job-category-box.job-category-explore h3 i {
	margin-left: 39px
}

.job-categories-area {
	position: relative;
	width: 100%;
	background: #FAFAFA;
}

.job-categories-area .job-categories-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.job-categories-area .job-categories-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.job-categories-area .nav-tabs {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.job-categories-area .nav-tabs .nav-item {
	border: 0;
	margin: 0;
	padding: 0;
}

.job-categories-area .nav-tabs .nav-item .nav-link {
	border-radius: 5px;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	padding: 15px 35px;
	background: #ff8345;
	background-size: 150% 100%;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	margin: 10px;
	border: none;
	outline: none
}

.job-categories-area .nav-tabs .nav-item .nav-link:hover,
.job-categories-area .nav-tabs .nav-item .nav-link:focus,
.job-categories-area .nav-tabs .nav-item .nav-link.active {
	background: #f0ac0e;
	border: none;
	outline: none
}

.job-categories-area .tab-content {}

.job-categories-area .tab-content .tab-pane {}


/*================================================
6. Platform Area CSS
=================================================*/

.platform-area {
	background: #FCFCFC;
}

.platform-work-wrap .platform-work-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 8px;
	margin-bottom: 16px;
	-webkit-transition: .2s;
	transition: .2s;
}

.platform-work-wrap .platform-work-box:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.platform-work-wrap .platform-work-box:first-child {
	border: none;
	-webkit-box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.07);
}

.platform-work-wrap .platform-work-box:last-child {
	margin-bottom: 0;
}

.platform-work-wrap .platform-work-box .platform-icon i {
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	-webkit-box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 10px 25px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0ec2f3;
	font-size: 17px;
}

.platform-work-wrap .platform-work-box .platform-content {
	padding-left: 16px;
}

.platform-work-wrap .platform-work-box .platform-content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.2px;
}

.platform-work-wrap .platform-work-box .platform-content p {
	line-height: 26px;
	margin-top: 8px;
	padding-right: 156px;
}


/*================================================
7. Popular Jobs area CSS
=================================================*/

.single-popular-job-item {
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	border-radius: 16.8383px;
	padding: 40px;
}

.single-popular-job-item:hover .popular-job-content h3 a {
	color: #0ec2f3;
}

.single-popular-job-item .program-time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-popular-job-item .program-time span {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #0ec2f3;
	background: rgb(14 194 243 / 12%);
	border-radius: 5px;
	display: inline-block;
	padding: 4px 10px;
}

.single-popular-job-item .popular-job-content h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 36px;
	margin-top: 25px;
	margin-bottom: 24px;
}

.single-popular-job-item .popular-job-content h3 a {
	-webkit-transition: all .4s;
	transition: all .4s;
}

.single-popular-job-item .popular-job-content ul li {
	display: inline-block;
	margin-right: 63px;
}

.single-popular-job-item .popular-job-content ul li:last-child {
	margin-right: 0;
}

.single-popular-job-item .popular-job-content ul li i {
	margin-right: 7px;
}

.single-popular-job-item .popular-job-apply {
	margin-top: 52px;
}

.single-popular-job-item .popular-job-apply ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.single-popular-job-item .popular-job-apply ul li {
	display: inline-block;
	line-height: 1;
	font-style: normal;
	font-weight: bold;
	color: #183B56;
}

.single-popular-job-item .popular-job-apply ul li img {
	margin-right: 10px;
	margin-top: -5px;
}

.single-popular-job-item .popular-job-apply ul li a {
	color: #7BC678;
}

.single-popular-job-item .popular-job-apply ul li i {
	color: #fff;
	background: #7BC678;
	display: inline;
	border-radius: 4px;
	padding: 3px 5px;
	font-size: 15px;
	margin-left: 6px;
}

.popular-job-slide .owl-item img {
	display: unset;
	width: unset;
}

.popular-job-slide .owl-dots {
	text-align: center;
	margin-top: 42px;
}

.popular-job-slide .owl-dots button {
	border: none;
	width: 20px;
	height: 20px;
	background: #E0E0E0;
	border-radius: 50%;
	margin-right: 16px;
}

.popular-job-slide .owl-dots button:last-child {
	margin-right: 0;
}

.popular-job-slide .owl-dots button.active {
	background: #FDFDFD;
	border: 0.5px solid #0ec2f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.popular-job-slide .owl-dots button.active::before {
	width: 7.12px;
	height: 7.12px;
	background: #0ec2f3;
	position: absolute;
	content: "";
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popular-jobs-area {
	z-index: 1;
	position: relative;
}

.popular-jobs-area .popular-jobs-shape {
	z-index: -1;
	left: 0;
}


/*================================================
8. Testimonial area CSS
=================================================*/

.testimonial-content-slide-box h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 29px;
	line-height: 60px;
	letter-spacing: 0.2px;
}

.testimonial-content-slide-box p {
	font-size: 18px;
	margin-top: 23px;
	margin-bottom: 46px;
	color: #3B3663;
}

.testimonial-img-slide-box {
	position: relative;
}

.testimonial-img-slide-box.slick-active img {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.testimonial-img-slide-box img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s ease-in;
	transition: all .7s ease-in;
}

.testimonial-img-slide-box i {
	font-size: 100px;
	position: absolute;
	color: #183B56;
	left: 23%;
	bottom: 38px;
}

.testimonial-content-slide-wrap .tst {
	position: absolute;
	color: #183B56;
	border-radius: 50%;
	cursor: pointer;
	font-size: 35px;
	bottom: -89px;
	left: 0;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
}

.testimonial-content-slide-wrap .tst:hover {
	color: #5A7184;
}

.testimonial-content-slide-wrap .tst.tst-2 {
	margin-left: 62px;
}

.testimonial-area {
	position: relative;
	width: 100%;
	background-color: #FAFAFA;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-area .testimonial-area-silder {
	position: relative;
	width: 100%;
}

.testimonial-area .testimonial-area-silder .owl-stage-outer {
	position: relative;
	width: 100%;
	box-shadow: 0px 36px 131px 0px rgb(13 52 79 / 13%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #FFFFFF8A;
	border-radius: 60px 10px 60px 10px;
}

.testimonial-area .testimonial-area-silder .testimonial-area-silder-ico {}

.testimonial-area .testimonial-area-silder .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 3em;
}

.testimonial-area .testimonial-area-silder .owl-dots .owl-dot {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border-radius: 50px;
	border: 0;
	background-color: #6254e7;
	background-image: linear-gradient(96deg, #9289f1 0%, #6254e7 51%, #9289f1 100%);
	background-size: 150% 100%;
	transition: all .4s ease-in-out;
}

.testimonial-area .testimonial-area-silder .owl-dots .owl-dot.active {
	width: 30px;
	transition: all .4s ease-in-out;
}

.testimonial-area .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translate(-50%, -50%);
}

.testimonial-area .owl-nav .owl-prev {
	border: 0;
	outline: 0;
	background: transparent;
}

.testimonial-area .owl-nav .owl-next {
	border: 0;
	outline: 0;
	background: transparent;
}

.testimonial-area .owl-nav i {
	font-size: 2rem;
	cursor: pointer;
}

.testimonial-area .testimonial-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

.testimonial-area .testimonial-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 0.5em;
}

.testimonial-area .testimonial-content-slide-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 3em 5em;
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-name {
	color: #3B3663;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	font-weight: 700;
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-role {
	font-size: .875em;
	color: #696687;
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-quote {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.testimonial-area .testimonial-content-slide-box .testimonial-area-quote i {
	color: #3B3663;
	font-size: 10rem;
	opacity: .1;
	z-index: -1;
	transform: rotate(180deg);
}

.testimonial-area .testimonial-area-images {}

.testimonial-area img {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50px;
}

.testimonial-area img:nth-child(2) {
	top: 15%;
	left: 5%;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(3) {
	top: 15%;
	left: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(4) {
	top: 55%;
	left: 5%;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(5) {
	top: 55%;
	left: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(6) {
	top: 30%;
	right: 15%;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-area img:nth-child(7) {
	top: 55%;
	right: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(8) {
	top: 55%;
	right: 5%;
	-webkit-animation: up-dn 2.5s alternate linear infinite;
	animation: up-dn 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(9) {
	top: 15%;
	right: 25%;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-area img:nth-child(10) {
	top: 15%;
	right: 5%;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-area img:nth-child(11) {
	top: 30%;
	left: 15%;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}


/*================================================
9. Around World area CSS
=================================================*/

.around-world-content p {
	margin: 31px 0 54px 0;
}

.around-world-area {
	position: relative;
	z-index: 1;
}

.around-world-area .around-world-shape {
	z-index: -1;
	bottom: 55%;
}


/*================================================
10. Subscribe area CSS
=================================================*/

.subscribe-area {
	position: relative;
	z-index: 1;
}

.subscribe-area .h1-subscribe-dot {
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-animation: up-dn 2s alternate linear infinite;
	animation: up-dn 2s alternate linear infinite;
}

.subscribe-wrap {
	background: #F3F6FB;
	border-radius: 16.8383px;
	padding: 110px 200px;
}

.subscribe-title {
	padding-right: 56px;
}

.subscribe-title h1 {
	line-height: 60px;
}

.subscribe-title .title-mark.title-mark-section::before {
	width: 100%;
	height: 20px;
	background: #0ec2f3;
	content: "";
	position: absolute;
	bottom: 14px;
	z-index: -1;
}


/*================================================
11. Footer area CSS
=================================================*/

.footer-area {
	position: relative;
	background: #030C26;
	width: 100%;
}

.footer-area .h1-footer-dot {
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-animation: up-dn 2s alternate linear infinite;
	animation: up-dn 2s alternate linear infinite;
}

.footer-area .h2-footer-dot {
	left: 0;
	top: 0;
	z-index: -1;
	-webkit-animation: up-dn 2s alternate linear infinite;
	animation: up-dn 2s alternate linear infinite;
}

.single-widget .footer-logo p {
	margin: 13px 0 46px;
}

.single-widget .footer-social ul li {
	display: inline-block;
	margin-right: 4px;
}

.single-widget .footer-social ul li:last-child {
	margin-right: 0;
}

.single-widget .footer-social ul li i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	margin: 10px;
}

.single-widget .footer-social ul li i:hover {
	background: rgba(24, 59, 86, 0.3);
	color: rgba(24, 59, 86, 0.9);
}

.single-widget .footer-title h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	margin-top: 31px;
	margin-bottom: 26px;
	color: #fff;
}

.single-widget .footer-link ul li,
.single-widget .contact-info ul li {
	margin-bottom: 10px;
}

.single-widget .footer-link ul li a,
.single-widget .contact-info ul li a {
	-webkit-transition: .3s;
	transition: .3s;
}

.single-widget .footer-link ul li a:hover,
.single-widget .contact-info ul li a:hover {
	color: #0ec2f3;
}

.single-widget .footer-link ul li:last-child,
.single-widget .contact-info ul li:last-child {
	margin-bottom: 0;
}

.single-widget .contact-info ul li {
	color: #183B56;
}

.single-widget .contact-info ul li span {
	color: #5A7184;
}

.copy-right-area p {
	color: #183B56;
	margin-top: 22px;
}

.footer-area .footer-wrap .single-widget-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.footer-area .footer-wrap .single-widget-head .footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-area .footer-wrap .single-widget-head .footer-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}


/*================================================
12. Hrrd Menu area CSS
=================================================*/

.hrrd-menu .main-nav {
	float: left;
}

.hrrd-menu .main-nav>ul>li:hover>a {
	color: #FF7342;
	border-bottom: 1px solid #FF7342;
}

.hrrd-menu .main-nav>ul>li>a {
	color: #3B3B3B;
	line-height: 1;
}

.hrrd-menu .main-nav>ul>li>a.active {
	color: #FF7342;
	border-bottom: 1px solid #FF7342;
}

.hrrd-menu .main-nav>ul>li.has-child-menu:after {
	top: 39px;
}

.hrrd-menu .menu-btn-wrap a {
	margin-right: 16px;
}

.hrrd-menu .menu-btn-wrap a:last-child {
	margin-right: 0;
}


/*================================================
13. Hrrd Hero area CSS
=================================================*/

.hrrd-hero-content h1 {
	font-size: 70px;
	line-height: 80px;
	color: #3B3B3B;
}

.hrrd-hero-content .hrrd-hero-client-logo ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hrrd-hero-content .hrrd-hero-client-logo ul li {
	display: inline-block;
}

.hrrd-hero-content .hrrd-hero-client-logo ul li:hover img {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.hrrd-hero-content .hrrd-hero-client-logo ul li img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.hrrd-hero-content .hrrd-hero-btn-wrap {
	margin: 44px 0 93px;
}

.hrrd-hero-img-wrap {
	position: relative;
	margin-right: -70px;
}

.hrrd-hero-img-wrap .hrrd-hero-post {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
	border-radius: 7.13976px;
	display: inline-block;
	padding: 25px 30px;
	position: absolute;
	left: -30px;
	top: -10px;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

.hrrd-hero-img-wrap .hrrd-hero-post h4 {
	font-size: 17.8494px;
	letter-spacing: 0.178494px;
	color: #3B3B3B;
}

.hrrd-hero-img-wrap .hrrd-hero-post .hrrd-hero-post-shape {
	position: relative;
	text-align: center;
	margin: 24px 0px 24px;
}

.hrrd-hero-img-wrap .hrrd-hero-post .hrrd-hero-post-shape i {
	width: 42px;
	height: 42px;
	font-size: 16px;
	color: #183B56;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	-webkit-box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 14.8745px 34.9551px rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul {
	line-height: 1;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 15px;
	line-height: 1;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li:last-child {
	margin-right: 0;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li:last-child span {
	background: #1565D8;
}

.hrrd-hero-img-wrap .hrrd-hero-post ul li span {
	line-height: 0;
	font-size: 0;
	display: inline-block;
	background: #00B8D9;
	height: 5.35px;
	width: 5.35px;
	border-radius: 50%;
	margin-right: 7px;
}

.like-cart.hero-like-cart {
	padding: 24px;
	border-radius: 8.2142px;
	-webkit-animation: up-dn-cart-like 2s alternate linear infinite;
	animation: up-dn-cart-like 2s alternate linear infinite;
	top: 90px;
	right: 0px;
	bottom: unset;
	left: auto;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-icon i {
	height: 49px;
	width: 49px;
	font-size: 14px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content {
	padding-left: 15px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content h4 {
	font-size: 17.2326px;
}

.like-cart.hero-like-cart .like-cart-box .like-cart-content h6 {
	font-size: 12.9244px;
	margin-top: 6px;
}

.hrrd-hero {
	background: -webkit-gradient(linear, left top, left bottom, from(#FFEDE7), to(#FFFFFF));
	background: linear-gradient(180deg, #FFEDE7 0%, #FFFFFF 100%);
	padding: 220px 0 134px;
}

.hrrd-hero-shape {
	right: 0;
	bottom: 0;
}

.hrrd-hero-shape-top {
	top: 0;
	left: 0;
}


/*================================================
14. Hrdd Featured area CSS
=================================================*/

.featured-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #FFFFFF;
	-webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
	box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
	border-radius: 20px;
	padding: 40px 30px;
	margin-bottom: 24px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.featured-box:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.featured-box:hover .featured-content h2 {
	color: #1a1a1a;
}

.featured-box .featured-content {
	padding-left: 23px;
}

.featured-box .featured-content h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	color: #3B3B3B;
	margin-bottom: 13px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.featured-area .featured-shape {
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@-webkit-keyframes zm {
	0% {
		-webkit-transform: scale(0.95) translateX(-50%);
		transform: scale(0.95) translateX(-50%);
	}

	100% {
		-webkit-transform: scale(1) translateX(-50%);
		transform: scale(1) translateX(-50%);
	}
}

@keyframes zm {
	0% {
		-webkit-transform: scale(0.95) translateX(-50%);
		transform: scale(0.95) translateX(-50%);
	}

	100% {
		-webkit-transform: scale(1) translateX(-50%);
		transform: scale(1) translateX(-50%);
	}
}


/*================================================
15. Hrrd Everything area CSS
=================================================*/


/* .everything-info {
    margin: 34px 0 49px;
} */

.everything-info ul li {
	height: 60px;
	background: #FFF3EF;
	border-radius: 5px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 45px;
	color: #3B3B3B;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-align: left;
}

.everything-info ul li:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.everything-info ul li::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #FF7342;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.everything-info ul li:last-child {
	margin-bottom: 0;
}

.everything-info ul li i {
	color: #230B34;
}

.everything-img-wrap {
	position: relative;
}

.everything-info ul li .form-name {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	flex-wrap: wrap;
	padding-right: 1em;
}

.income-cart {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 29.7349px 68.2154px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 29.7349px 68.2154px rgba(0, 0, 0, 0.05);
	border-radius: 20.0099px;
	padding: 40px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-animation: up-dn-cart-income 3s linear infinite;
	animation: up-dn-cart-income 3s linear infinite;
}

.income-cart p {
	font-style: normal;
	font-size: 14px;
}

.income-cart .income-price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 19px;
}

.income-cart .income-price-wrap .income-main-price h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	margin-right: 35px;
}

.income-cart .income-price-wrap .income-percent span {
	font-style: normal;
	font-size: 12px;
	color: #1ECAAB;
}

.income-cart .income-price-wrap .income-percent span i {
	font-size: 10px;
	margin-right: 5px;
}

.like-cart {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 26.6471px 61.1317px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 26.6471px 61.1317px rgba(0, 0, 0, 0.05);
	border-radius: 17.932px;
	display: inline-block;
	padding: 53px;
	position: absolute;
	bottom: 41%;
	left: 0;
	-webkit-animation: up-dn-cart-like 2s alternate linear infinite;
	animation: up-dn-cart-like 2s alternate linear infinite;
}

.like-cart .like-cart-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.like-cart .like-cart-box .like-cart-icon i {
	background: rgba(20, 102, 217, 0.1);
	mix-blend-mode: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #1565D8;
	font-size: 31px;
	border-radius: 50%;
	height: 107.59px;
	width: 107.59px;
}

.like-cart .like-cart-box .like-cart-content {
	padding-left: 33px;
}

.like-cart .like-cart-box .like-cart-content h4 {
	font-style: normal;
	font-weight: bold;
	font-size: 37.6195px;
	letter-spacing: 0.313496px;
	color: #333333;
}

.like-cart .like-cart-box .like-cart-content h6 {
	font-style: normal;
	font-size: 28.2146px;
	color: #5A7184;
	margin-top: 19px;
}

.time-cart {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 21.1129px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 21.1129px 50px rgba(0, 0, 0, 0.1);
	border-radius: 14.9032px;
	padding: 30px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-animation: up-dn-cart-time 2.5s alternate linear infinite;
	animation: up-dn-cart-time 2.5s alternate linear infinite;
}

.time-cart .time-cart-img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.time-cart .time-cart-img-list img {
	margin-right: 15px;
}

.time-cart .time-cart-img-list img:last-child {
	margin-right: 0;
}

.time-cart .time-cart-content h2 {
	font-style: normal;
	font-size: 24.8387px;
	letter-spacing: 0.248387px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.time-cart .time-cart-content p {
	font-style: normal;
	font-size: 17.3871px;
	color: #5A7184;
	margin-bottom: 18px;
}

.time-cart .time-cart-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.time-cart .time-cart-btn-wrap .time-cart-btn {
	background: #6A99FF;
	border-radius: 9.93548px;
	font-style: normal;
	font-size: 17.3871px;
	color: #FFFFFF;
	padding: 15px 24px;
}

.time-cart .time-cart-btn-wrap .time-cart-btn.time-cart-btn-2 {
	background: rgba(106, 153, 255, 0.1);
	color: #6A99FF;
	margin-left: 19px;
}

.everything-area .everything-left {
	top: 0;
	left: 0;
}

@-webkit-keyframes up-dn-cart-time {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes up-dn-cart-time {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes up-dn-cart-like {
	0% {
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes up-dn-cart-like {
	0% {
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@-webkit-keyframes up-dn-cart-income {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	40% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	60% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes up-dn-cart-income {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	40% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	60% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


/*================================================
16. Collaborate area CSS
=================================================*/

.collaborate-area {
	position: relative;
	width: 100%;
}

.collaborate-area .collaborate-right {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.collaborate-info>p {
	margin-top: 27px;
	margin-bottom: 28px;
}

.collaborate-info .collaborate-info-list {
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding-bottom: 3em;
}

.collaborate-info .collaborate-info-list:hover {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.collaborate-info .collaborate-info-list:hover p i {
	color: #3B3B3B;
}

.collaborate-info .collaborate-info-list p {
	font-weight: 500;
	font-size: 18px;
	color: #3B3B3B;
}

.collaborate-info .collaborate-info-list p i {
	color: #0ec2f3;
	background: #0ec2f321;
	mix-blend-mode: normal;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	height: 16px;
	width: 16px;
	font-size: 13px;
	margin-right: 4px;
	-webkit-transition: .3s;
	transition: .3s;
}

.hrrd-collaborate-btn-wrap {
	margin-top: 28px;
}

.collaborate-img-wrap {
	position: relative;
	padding: 0 3em;
}

.collaborate-img-wrap .about-dots {
	float: right;
	-webkit-animation: up-dn-cart-time 2.5s alternate linear infinite;
	animation: up-dn-cart-time 2.5s alternate linear infinite;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.collaborate-img-wrap .col img {
	width: 100px
}

.collaborate-info .collaborate-info-list .gt3-core-imagebox-img {
	margin: 0px 0px 25px 0px;
	max-width: 33px;
	width: 33px;
}

.collaborate-info .collaborate-info-list .gt3-core-imagebox-img img {
	max-width: 100%;
	height: auto;
	transition-duration: 0.3s;
}

.collaborate-info .collaborate-info-list .gt3-core-imagebox-content {}

.collaborate-info .collaborate-info-list .gt3-core-imagebox-content .gt3-core-imagebox-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 7px;
	color: #3b3663;
}

.collaborate-info .collaborate-info-list .gt3-core-imagebox-content .gt3-core-imagebox-description {
	color: #3B3663;
	font-size: 16px;
}

.collaborate-area .about-title {
	margin-bottom: 2em;
}

.collaborate-area .collaborate-img-wrap {
	position: relative;
	width: 100%;
}

.collaborate-area .collaborate-img-wrap .table-responsive {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.collaborate-area .collaborate-img-wrap .table-responsive table {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	position: relative;
}

.collaborate-area .collaborate-img-wrap .table-responsive table tbody {
	display: block;
	width: 100%;
}

.collaborate-area .collaborate-img-wrap .table-responsive table tbody tr {
	width: 50%;
	display: table;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.collaborate-area .collaborate-img-wrap .table-responsive table tbody tr td {
	border: 0;
	outline: 0;
}

.collaborate-area .collaborate-img-wrap .table-responsive table tbody tr td a {
	transition: all .5s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	background: #fff;
	width: 100%;
	display: block;
	padding: 10px 15px;
	border-radius: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.collaborate-area .collaborate-img-wrap .table-responsive table tbody tr td a:hover {
	transition: all .5s;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.collaborate-area .collaborate-img-wrap .table-responsive table>:not(caption)>*>* {
	padding: 5px;
	background-color: unset;
	border-bottom-width: unset;
	box-shadow: unset;
}

.engagement-cart {
	position: absolute;
	left: 0;
	top: 136px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
	border-radius: 12.7032px;
	overflow: hidden;
	width: 212px;
	height: 171px;
	-webkit-animation: up-dn-cart-time 2s alternate linear infinite;
	animation: up-dn-cart-time 2s alternate linear infinite;
}

.testimonial-cart {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 17.9961px 41.2853px rgba(0, 0, 0, 0.12);
	border-radius: 12.7032px;
	padding: 50px 40px 40px;
	display: inline-block;
	-webkit-animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
	animation: up-dn-cart-testimonial 2.5s alternate linear infinite;
}

.testimonial-cart i {
	position: absolute;
	color: #ECECEC;
	font-size: 33px;
	right: 40px;
	top: 50px;
}

.testimonial-cart .testimonial-cart-people h3 {
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0.211719px;
}

.testimonial-cart .testimonial-cart-people h6 {
	font-style: normal;
	font-size: 12px;
	color: #5A7184;
	margin-top: 6px;
	margin-bottom: 24px;
}

@-webkit-keyframes up-dn-cart-testimonial {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes up-dn-cart-testimonial {
	0% {
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}


/*================================================
17. Apps area CSS
=================================================*/

.apps-area {
	position: relative;
	width: 100%;
}

.apps-area .apps-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

.apps-area .apps-area-title {
	color: #252A3F;
	font-size: 30px;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 1em;
}

.apps-area .hrrd-app-shape {
	left: 100px;
	top: 20%;
	-webkit-animation: rot-1 7.5s linear infinite;
	animation: rot-1 7.5s linear infinite;
}

@-webkit-keyframes rot-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rot-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.apps-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	padding: 0 2em;
	margin: 1em 0;
}

.apps-box:hover {
	-webkit-box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
	box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.apps-box:hover img {
	-webkit-filter: brightness(50%) hue-rotate(45deg);
	filter: brightness(50%) hue-rotate(45deg);
}

.apps-box img {
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100px;
	height: 50px;
	object-fit: contain;
}


/*================================================
17.1 introductions area CSS
=================================================*/

.introduction-area {
	background: #F9F9F9;
}

.introduction-area-by-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.introduction-area-by-image h1,
.introduction-area-by-image .h1 {
	color: #fff;
}

.introduction-area .hrrd-app-shape {
	left: 100px;
	top: 20%;
	-webkit-animation: rot-1 7.5s linear infinite;
	animation: rot-1 7.5s linear infinite;
}

@-webkit-keyframes rot-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rot-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.introductions-box {
	background: #FFFFFF;
	-webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
	box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
	border-radius: 20px;
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-bottom: 24px;
}

.introductions-box:hover {
	background: #0ec2f3;
	-webkit-box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
	box-shadow: 10px 20px 50px rgba(81, 75, 75, 0.2);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.introductions-box:hover img {
	-webkit-filter: brightness(50%) hue-rotate(45deg);
	filter: brightness(50%) hue-rotate(45deg);
}

.introductions-box img {
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}


/*================================================
18. Hrrd Pricing area CSS
=================================================*/

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FF7342;
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
	transition: 0.6s ease transform, 0.6s -webkit-box-shadow;
	transition: 0.6s ease transform, 0.6s box-shadow;
	transition: 0.6s ease transform, 0.6s box-shadow, 0.6s -webkit-box-shadow;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.toggle-btn {
	margin-top: 35px;
	margin-bottom: 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.toggle-btn input:checked+.slider {
	background-color: #37E0F5;
}

.toggle-btn input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	transform: translateX(26px);
}

.toggle-btn span {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
}

.toggle-btn input,
.toggle-btn label {
	display: inline-block;
	vertical-align: middle;
}

.pricing-area {
	background: #F9F9F9;
}

.price-content-box {
	border-radius: 15px;
	padding: 50px;
	margin-bottom: 24px;
}

.price-content-box:hover .price-top-content h2 {
	color: #ffc233;
}

.price-content-box.design-2 {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 54px 50px rgba(67, 67, 68, 0.0705882);
	box-shadow: 0px 54px 50px rgba(67, 67, 68, 0.0705882);
}

.price-content-box.design-2:hover .price-top-content h2 {
	color: #ff4f0f;
}

.price-content-box .price-top-content {
	position: relative;
	padding-bottom: 9px;
}

.price-content-box .price-top-content::before {
	position: absolute;
	left: 0;
	width: 90%;
	height: 1.56px;
	bottom: 0;
	background: #F5F6FA;
	content: "";
}

.price-content-box .price-top-content h2 {
	font-style: normal;
	font-size: 24px;
	color: #3B3B3B;
	margin-bottom: 11px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.price-content-box .price-top-content h1 {
	font-style: normal;
	font-size: 48px;
	color: #3B3B3B;
}

.price-content-box .price-top-content h1 span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	padding-left: 2px;
}

.price-content-box .price-list {
	margin: 30px 0 47px;
}

.price-content-box .price-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	line-height: 1;
	margin-bottom: 28px;
}

.price-content-box .price-list ul li:last-child {
	margin-bottom: 0;
}

.price-content-box .price-list ul li i {
	width: 26px;
	height: 26px;
	background: rgba(255, 115, 66, 0.1);
	color: #FF7342;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	margin-right: 13px;
}

.price-content-box .pricing-btn-wrap .pricing-btn {
	background: #FFD167;
	border-radius: 4px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 19px 0;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.price-content-box .pricing-btn-wrap .pricing-btn:hover {
	background: #ffc233;
}

.price-content-box .pricing-btn-wrap .pricing-btn.style-2 {
	background: #FF7342;
}

.price-content-box .pricing-btn-wrap .pricing-btn.style-2:hover {
	background: #ff4f0f;
}

.text1 {
	display: none;
}

.pricing-shape {
	right: 100px;
	top: 10%;
	-webkit-animation: rot-2 5s alternate linear infinite;
	animation: rot-2 5s alternate linear infinite;
}

@-webkit-keyframes rot-2 {
	0% {
		-webkit-transform: rotate(0deg) scale(0.3);
		transform: rotate(0deg) scale(0.3);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}

@keyframes rot-2 {
	0% {
		-webkit-transform: rotate(0deg) scale(0.3);
		transform: rotate(0deg) scale(0.3);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}


/*================================================
19. Hrrd Testimonial area CSS
=================================================*/

.testimonial-hrrd .testimonial-content-slide-box h2 {
	font-style: normal;
	color: #3B3B3B;
}

.testimonial-hrrd .testimonial-content-slide-box p {
	color: #5A7184;
}

.testimonial-hrrd .testimonial-img-slide-box i {
	color: #3B3B3B;
	left: 10%;
	bottom: 0;
}

.testimonial-hrrd .testimonial-content-slide-wrap .tst:hover {
	color: #FF7342;
}

.hrrd-testimonial-shape {
	left: 0;
	top: 30%;
	-webkit-animation: up-dn 2s alternate linear infinite;
	animation: up-dn 2s alternate linear infinite;
}


/*================================================
20. Hrrd Subscribe area CSS
=================================================*/

.hrrd-subscribe-wrap {
	background: #669FF6;
	-webkit-backdrop-filter: blur(100px);
	backdrop-filter: blur(100px);
	border-radius: 10px;
	padding: 100px 10px;
}

.hrrd-subscribe-wrap .hrrd-subscribe-title p {
	color: #fff;
	margin: 30px 0 52px;
}

.hrrd-subscribe-wrap form {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.hrrd-subscribe-wrap form input {
	background: #fff;
	width: 100%;
	padding: 37px 205px 37px 40px;
	border: none;
}

.hrrd-subscribe-wrap form button {
	position: absolute;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
}

.hrrd-subscribe-area .hrrd-subscribe-shape {
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*================================================
21. Hrrd Footer area CSS
=================================================*/

.hrrd-footer-area .single-widget .footer-title h3 {
	font-style: normal;
	color: #3B3B3B;
}

.hrrd-footer-area .single-widget .contact-info ul li {
	color: #3B3B3B;
}

.hrrd-footer-area .single-widget .footer-social ul li i {
	background: rgba(255, 115, 66, 0.1);
	color: rgba(255, 115, 66, 0.6);
}

.hrrd-footer-area .single-widget .footer-social ul li i:hover {
	background: rgba(255, 115, 66, 0.4);
	color: rgba(255, 115, 66, 0.9);
}

.hrrd-footer-shape {
	right: 0;
	bottom: 50%;
}


/*================================================
22. Tripp Menu area CSS
=================================================*/

.trip-menu .main-nav {
	float: unset;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.trip-menu .main-nav>ul>li:hover>a {
	color: #221314;
}

.trip-menu .main-nav>ul>li:hover>a::before {
	width: 100%;
}

.trip-menu .main-nav>ul>li>a {
	color: #A8A8A8;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.trip-menu .main-nav>ul>li>a::before {
	position: absolute;
	left: 0;
	top: 100%;
	height: 5px;
	width: 0;
	content: "";
	z-index: -1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.trip-menu .main-nav>ul>li>a.active {
	color: #221314;
}

.trip-menu .main-nav>ul>li>a.active::before {
	width: 100%;
}

.trip-menu .main-nav>ul>li.has-child-menu:after {
	top: 40px;
}

.trip-menu .menu-btn-wrap a {
	margin-right: 16px;
}

.trip-menu .menu-btn-wrap a:last-child {
	margin-right: 0;
}


/*================================================
23. Trip Services area CSS
=================================================*/

.trip-service-btn a {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #FE5B3E;
}

.trip-service-btn a i {
	margin-left: 10px;
	font-size: 16px;
}

.trip-service-box {
	background: #FFFFFF;
	border: 1px solid #F0EDED;
	border-radius: 20px;
	padding: 50px 10px;
	margin-bottom: 24px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.trip-service-box:hover {
	-webkit-box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
	box-shadow: 5px 30px 56.1276px rgba(55, 55, 55, 0.1098);
	border: 1px solid transparent;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.trip-service-box .trip-service-content h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.2px;
	color: #221314;
	margin-top: 29px;
	margin-bottom: 15px;
}

.trip-service-box .trip-service-content p {
	line-height: 1;
}

.trip-service-text {
	top: 0;
	right: 130px;
}


/*================================================
24. Destination area CSS
=================================================*/

.destination-area {
	background: #FEF9F3;
}

.destination-text {
	right: 80px;
	top: 0px;
}

.destination-right-wrap {
	padding-right: 236px;
}

.destination-content p {
	font-size: 18px;
	line-height: 40px;
	color: #625858;
	margin: 28px 0 49px;
}

.destination-content .destination-btn-wrap a i {
	margin-left: 13px;
}

.single-destination-slide-box {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.single-destination-slide-box:hover img {
	-webkit-filter: brightness(100%) hue-rotate(45deg);
	filter: brightness(100%) hue-rotate(45deg);
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.single-destination-slide-box img {
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	will-change: filter;
}

.single-destination-slide-box .destination-slide-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	bottom: 25px;
	width: 100%;
	padding: 0 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.single-destination-slide-box .destination-slide-info .destination-slide-content h3 {
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
}

.single-destination-slide-box .destination-slide-info .destination-slide-content p {
	font-size: 18px;
	color: #EAEAEA;
	margin-top: 5px;
}

.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 {
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
}

.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 i {
	margin-left: 5px;
	font-size: 15px;
}

.destination-slide-wrap .tst {
	position: absolute;
	color: #FEAA99;
	cursor: pointer;
	font-size: 35px;
	top: 100%;
	left: 40%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
}

.destination-slide-wrap .tst:hover {
	color: #FE5B3E;
}

.destination-slide-wrap .tst.tst-2 {
	margin-left: 50px;
}

.destination-slide-wrap .slick-slide {
	margin: 0 10px;
	padding: 15px 0 0;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.destination-slide-wrap .slick-list {
	margin: 0 -10px;
}

.destination-slide-wrap .slick-slide.slick-current.slick-active {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}


/*================================================
25. Trip Testimonial area CSS
=================================================*/

.trip-testimonial .testimonial-content-slide-wrap .tst {
	color: #fff;
	font-size: 14px;
	height: 36px;
	width: 36px;
	background: #FE5B3E;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -74px;
}

.trip-testimonial .testimonial-content-slide-wrap .tst:hover {
	background: #FFAD9F;
}

.trip-testimonial .testimonial-content-slide-box h2 {
	margin-top: 30px;
}

.reviews-text {
	top: 0;
	right: 100px;
	color: #F8F8F8;
}


/*================================================
26. Trip Map area CSS
=================================================*/

.trip-map-wrap {
	position: relative;
}

.trip-map-wrap .trip-map-country {
	position: absolute;
}

.trip-map-wrap .trip-map-country img {
	-webkit-animation: sc-zoom 1s alternate linear infinite;
	animation: sc-zoom 1s alternate linear infinite;
	z-index: 1;
}

.trip-map-wrap .trip-map-country.country-1 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 200px;
}

.trip-map-wrap .trip-map-country.country-2 {
	top: 39%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.trip-map-wrap .trip-map-country.country-3 {
	bottom: 9%;
	right: 10%;
}

.trip-map-wrap .trip-map-country .trip-map-country-content h2 {
	font-weight: 600;
	font-size: 24px;
	color: #221314;
	margin: 10px 0 10px;
}

.trip-map-wrap .trip-map-country .trip-map-country-content p {
	font-size: 18px;
	line-height: 1;
}

.places-text {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20px;
	color: #F8F8F8;
}

.trip-map-area {
	position: relative;
}

.trip-map-shape {
	top: 61%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

@-webkit-keyframes sc-zoom {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sc-zoom {
	0% {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* 
Agency Menu Css
*/

.agency-menu .main-nav {
	float: unset;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.agency-menu .main-nav>ul>li:hover>a {
	color: #404C99;
}

.agency-menu .main-nav>ul>li>a {
	color: rgba(24, 59, 86, 0.8);
	line-height: 1;
	position: relative;
	z-index: 1;
}

.agency-menu .main-nav>ul>li>a.active {
	color: #404C99;
}

.agency-menu .main-nav>ul>li.has-child-menu:after {
	top: 40px;
}

.agency-menu .menu-btn-wrap .log-btn {
	border: 1px solid #183B56;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	font-style: normal;
	color: #183B56;
	padding: 19px 43px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.agency-menu .menu-btn-wrap .log-btn:hover {
	-webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
	box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
	color: #fff;
	background: #323b77;
}


/*================================================
 About Page Css
=================================================*/

.exceptionally-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.exceptionally-wrap:hover img {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-filter: grayscale(0) blur(0px);
	filter: grayscale(0) blur(0px);
}

.exceptionally-wrap img {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-filter: grayscale(30%) blur(0.4px);
	filter: grayscale(30%) blur(0.4px);
}

.exceptionally-wrap .exceptionally-content {
	padding-left: 60px;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child {
	margin-bottom: 37px;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child:last-child {
	margin-bottom: 0;
}

.exceptionally-wrap .exceptionally-content .exceptionally-content-child h2 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0em;
	color: #000000;
	margin-bottom: 14px;
}

.work-mixi .mix {
	display: none;
}

.work-link ul li {
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	color: #5A7184;
	margin-right: 50px;
	cursor: pointer;
}

.work-link ul li.active {
	position: relative;
	color: #FF7342;
}

.work-link ul li.active::before {
	position: absolute;
	bottom: -6px;
	left: 0;
	background: #FF7342;
	content: "";
	height: 2px;
	width: 100%;
}

.work-link ul li:last-child {
	margin-right: 0;
}

.latest-work-area {
	background: #F0F0F0;
}

.latest-text {
	margin: 25px 0 33px;
	line-height: 32px;
}

.latest-work-img-wrap {
	-webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
}

.latest-work-img-wrap:hover .latest-work-hover-content {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.latest-work-img-wrap .latest-work-hover-content {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 115, 66, 0.9)), to(rgba(255, 115, 66, 0.9)));
	background: linear-gradient(0deg, rgba(255, 115, 66, 0.9), rgba(255, 115, 66, 0.9));
	position: absolute;
	left: 0;
	top: 0;
	padding: 37px;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.latest-work-img-wrap .latest-work-hover-content p {
	font-weight: 700;
	color: rgba(255, 255, 255, 0.6);
}

.latest-work-img-wrap .latest-work-hover-content h2 {
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 17px 0 30px;
}

.latest-work-img-wrap .latest-work-hover-content a {
	font-weight: 700;
	color: #FFFFFF;
}

.latest-work-img-wrap .latest-work-hover-content a i {
	font-size: 11px;
}

.section-text {
	position: relative;
	padding-left: 10px;
}

.section-text:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 2px;
	height: 59px;
	background: #FF7342;
}

.single-about-team:hover .single-about-team-img img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.single-about-team:hover .single-about-team-content h3 {
	color: #FF7342;
}

.single-about-team .single-about-team-content h3 {
	font-style: normal;
	font-size: 22px;
	color: #3B3B3B;
	margin: 36px 0 12px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.single-about-team .single-about-team-content p {
	line-height: 1;
}

.single-about-team .single-about-team-img {
	overflow: hidden;
	border-radius: 16px;
}

.single-about-team .single-about-team-img img {
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	will-change: filter;
}

.inner-slide-wrap .owl-dots {
	text-align: center;
	margin-top: 46px;
}

.inner-slide-wrap .owl-dots button {
	width: 16px;
	height: 16px;
	background: #EBE0E0;
	border: none;
	border-radius: 50%;
	margin-right: 16px;
}

.inner-slide-wrap .owl-dots button.active {
	background: #FF7342;
}

.inner-slide-wrap .owl-dots button:last-child {
	margin-right: 0;
}

.inner-slide-wrap .owl-item img {
	display: unset;
	width: unset;
}

.about-testimonial-area {
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(rgba(249, 249, 249, 0)));
	background: linear-gradient(180deg, #F9F9F9 0%, rgba(249, 249, 249, 0) 100%);
}

.single-client-testimonial {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 30px;
	border: 1px solid #ededed8a;
}

.single-client-testimonial:hover .client-testimonial-img img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}

.single-client-testimonial:hover .client-testimonial-info h2 {
	color: #FF7342;
}

.single-client-testimonial .client-testimonial-img img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.single-client-testimonial .client-testimonial-info {
	padding-bottom: 24px;
	margin-bottom: 18px;
	border-bottom: 1px solid #EFEFEF;
}

.single-client-testimonial .client-testimonial-info h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #3B3B3B;
	margin: 28px 0 4px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.single-client-testimonial .client-testimonial-info p {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #5A7184;
}

.single-client-testimonial .client-testimonial-rating ul {
	margin-bottom: 11px;
}

.single-client-testimonial .client-testimonial-rating ul li {
	display: inline-block;
	color: #FAB33F;
	font-size: 22px;
	margin-right: 5px;
}

.single-client-testimonial .client-testimonial-rating ul li:last-child {
	margin-right: 0;
}


/*================================================
 Service Page Css
=================================================*/

.solutions-btn-wrap .btn-hrrd-2 i {
	margin-right: 5px;
}

.solutions-area .collaborate-info>p {
	margin: 28px 0 57px;
}

.all-services-area {
	background: #FAFAFA;
	position: relative;
	width: 100%;
}

.all-services-area .all-services-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.all-services-area .all-services-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.all-services-area .latest-text {
	margin: 25px 0 0px;
}

.all-services-box {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 24px;
	padding: 24px 30px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
}

.all-services-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.all-services-box:hover .all-services-icon i {
	color: #FF7342;
}

.all-services-box .all-services-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.all-services-box .all-services-icon i {
	width: 70px;
	height: 70px;
	background: #FAFAFA;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3b3663;
	font-size: 38px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.all-services-box .all-services-content h3 {
	margin: 26px 0 25px;
	font-style: normal;
	font-size: 22px;
	color: #3b3663;
	font-weight: 700;
}

.all-services-box .all-services-content p {
	color: #3b3663;
	margin-bottom: 14px;
	line-height: 1.6;
}

.all-services-box .all-services-content a {
	color: #FF7342;
	font-weight: 600;
	font-size: 18px;
}

.all-services-box .all-services-content a i {
	font-size: 19px;
}

.toggle-btn.pricing-plan-toggle {
	margin: 0;
}

.toggle-btn.pricing-plan-toggle span {
	font-weight: 500;
	font-size: 16px;
	color: #5A7184;
}

.toggle-btn.pricing-plan-toggle .slider {
	background-color: #E6EAED;
}

.toggle-btn.pricing-plan-toggle .slider:before {
	background-color: #669FF6;
}

.pricing-plan-wrap {
	background: #FFFFFF;
	border: 1px solid #DEDEDE;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 32px 16px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.pricing-plan-wrap:hover {
	border: 1px solid transparent;
	-webkit-box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
	box-shadow: 7px 15px 60px rgba(42, 46, 67, 0.07);
	border-radius: 16px;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.pricing-plan-wrap:hover .pricing-plan-info .pricing-plan-icon i {
	color: #FF7342;
}

.pricing-plan-wrap:hover .pricing-plan-btn-wrap a {
	background: #FF7342;
	color: #fff;
}

.pricing-plan-wrap .pricing-plan-info {
	border-bottom: 1px solid rgba(90, 113, 132, 0.25);
	padding-bottom: 16px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-icon {
	width: 104px;
	height: 104px;
	background: rgba(90, 113, 132, 0.05);
	border-radius: 8px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-icon i {
	color: #FFE194;
	font-size: 64px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare {
	padding-left: 24px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare p {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #5A7184;
	line-height: 1;
	margin-bottom: 15px;
}

.pricing-plan-wrap .pricing-plan-info .pricing-plan-compare h1 {
	font-style: normal;
	font-size: 48px;
	line-height: 1;
	color: #333333;
}

.pricing-plan-wrap .pricing-plan-details ul {
	list-style: unset;
	padding-left: 16px;
	color: #333333;
	margin: 20px 0 29px;
}

.pricing-plan-wrap .pricing-plan-details ul li {
	color: #5A7184;
	margin-bottom: 10px;
}

.pricing-plan-wrap .pricing-plan-details ul li:last-child {
	margin-bottom: 0;
}

.pricing-plan-wrap .pricing-plan-btn-wrap a {
	display: inline-block;
	background: #FFE5A3;
	border-radius: 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	padding: 15px 22px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}


/*================================================
 Blog Page Css
=================================================*/

.blog-post-wrap h1 a {
	font-style: normal;
	font-size: 32px;
	color: #3B3B3B;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.blog-post-wrap h1 a:hover {
	color: #FF7342;
}

.blog-post-wrap p {
	color: #5A7184;
	margin-bottom: 30px;
}

.blog-post-wrap ul {
	margin: 15px 0 22px;
}

.blog-post-wrap ul li {
	margin-right: 10px;
	display: inline-block;
}

.blog-post-wrap ul li a {
	font-size: 14px;
	color: #5A7184;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.blog-post-wrap ul li a:hover {
	color: #29343d;
}

.blog-post-wrap ul li:last-child {
	margin-right: 0;
}

.blog-post-wrap ul li i {
	color: #FF7342;
	margin-right: 5px;
}

.blog-post-wrap .blog-post-btn {
	color: #FF7342;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
}

.blog-post-wrap .blog-post-btn:hover {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.blog-post-img {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.blog-post-img:hover img {
	-webkit-filter: brightness(100%) hue-rotate(45deg);
	filter: brightness(100%) hue-rotate(45deg);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.blog-post-img img {
	transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-filter 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	will-change: filter;
}

.pagination-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination-wrap ul li {
	line-height: 1;
	width: 48px;
	height: 48px;
	background: rgba(90, 113, 132, 0.1);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	font-size: 22px;
	color: #5A7184;
	margin-right: 20px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.pagination-wrap ul li:hover {
	background: #7BC678;
	color: #fff;
}

.pagination-wrap ul li:first-child,
.pagination-wrap ul li:last-child {
	background: none;
	color: #7BC678;
	font-size: 38px;
	width: unset;
	height: unset;
	margin-right: 12px;
}

.pagination-wrap ul li:first-child:hover,
.pagination-wrap ul li:last-child:hover {
	background: unset;
	color: #000;
}

.pagination-wrap ul li:last-child {
	margin-left: -8px;
	margin-right: 0px;
}

.cart-wrap .single-cart {
	margin-bottom: 24px;
	border: 1px solid #7BC678;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-filter: drop-shadow(2px 12px 70px rgba(0, 0, 0, 0.08));
	filter: drop-shadow(2px 12px 70px rgba(0, 0, 0, 0.08));
	border-radius: 12px;
	padding: 20px 30px;
	position: relative;
}

.cart-wrap .single-cart::before {
	width: 2px;
	height: 32px;
	position: absolute;
	content: '';
	background: #0ec2f3;
	left: -2px;
	-webkit-animation: cart-anm-t-b 4s alternate linear infinite;
	animation: cart-anm-t-b 4s alternate linear infinite;
}

.cart-wrap .single-cart.search-cart {
	padding: 22px;
}

.cart-wrap .single-cart.search-cart::before {
	display: none;
}

.cart-wrap .single-cart:last-child {
	margin-bottom: 0;
}

.cart-wrap .single-cart .cart-form {
	position: relative;
	overflow: hidden;
}

.cart-wrap .single-cart .cart-form input {
	width: 100%;
	background: rgba(189, 198, 206, 0.2);
	border-radius: 6px;
	border: none;
	color: #5A7184;
	padding: 15px 60px 15px 22px;
}

.cart-wrap .single-cart .cart-form i {
	position: absolute;
	color: #FF7342;
	font-size: 18px;
	right: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-wrap .single-cart .cart-title {
	border-bottom: 2px solid rgba(90, 113, 132, 0.4);
	padding-bottom: 17px;
	margin-bottom: 26px;
}

.cart-wrap .single-cart .cart-title h2 {
	font-style: normal;
	font-size: 26px;
	color: #3B3B3B;
}

.cart-wrap .single-cart .cart-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid rgba(90, 113, 132, 0.2);
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.cart-wrap .single-cart .cart-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cart-wrap .single-cart .cart-post .cart-post-img {
	max-width: 69px;
	width: 100%;
	overflow: hidden;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(74, 116, 255, 0.08)), to(rgba(74, 116, 255, 0.08)));
	background: linear-gradient(0deg, rgba(74, 116, 255, 0.08), rgba(74, 116, 255, 0.08));
	border-radius: 8px;
}

.cart-wrap .single-cart .cart-post .cart-post-img:hover img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.cart-wrap .single-cart .cart-post .cart-post-img img {
	-webkit-transition: .2s;
	transition: .2s;
}

.cart-wrap .single-cart .cart-post .cart-post-content {
	padding-left: 12px;
}

.cart-wrap .single-cart .cart-post .cart-post-content h4 a {
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #3B3B3B;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.cart-wrap .single-cart .cart-post .cart-post-content h4 a:hover {
	color: #FF7342;
}

.cart-wrap .single-cart .cart-post .cart-post-content p {
	font-size: 14px;
	line-height: 18px;
	color: #5A7184;
	margin-top: 8px;
}

.cart-wrap .single-cart .comment-box {
	border-bottom: 2px solid rgba(90, 113, 132, 0.2);
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.cart-wrap .single-cart .comment-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cart-wrap .single-cart .comment-box h4 {
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
	color: #3B3B3B;
	-webkit-transition: .4s;
	transition: .4s;
}

.cart-wrap .single-cart .comment-box h4:hover {
	color: #FF7342;
}

.cart-wrap .single-cart .comment-box h4 span {
	font-size: 12px;
	color: #5A7184;
}

.cart-wrap .single-cart .categories-tag ul li {
	display: inline-block;
	width: 100%;
}

.cart-wrap .single-cart .categories-tag ul li a {
	background: rgba(90, 113, 132, 0.1);
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
	color: #5A7184;
	margin: 0px 9px 12px 0px;
	display: inline-block;
	padding: 10px 17px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 100%;
	position: relative;
}

.cart-wrap .single-cart .categories-tag ul li a:hover {
	color: #FFFFFF;
	background: #7BC678;
}

.cart-wrap .single-cart .categories-tag ul li a .cat-count {
	position: absolute;
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	font-weight: 700;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.cart-wrap .single-cart .keywords-tag ul li {
	display: inline-block;
}

.cart-wrap .single-cart .keywords-tag ul li a {
	background: rgba(90, 113, 132, 0.1);
	border-radius: 10px;
	font-size: 14px;
	line-height: 1;
	color: #5A7184;
	margin: 0px 9px 12px 0px;
	display: inline-block;
	padding: 10px 17px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	position: relative;
}

.cart-wrap .single-cart .keywords-tag ul li a:hover {
	color: #FFFFFF;
	background: #7BC678;
}

.cart-wrap .single-cart .contact-details {
	border-bottom: 2px solid rgba(90, 113, 132, 0.2);
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.cart-wrap .single-cart .contact-details:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cart-wrap .single-cart .contact-details .contact-details-title h3 {
	font-style: normal;
	font-size: 20px;
	color: #3B3B3B;
	margin-bottom: 26px;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li {
	color: #5A7184;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:hover {
	color: #29343d;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:hover i {
	color: #992900;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li:last-child {
	margin-bottom: 0;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li i {
	font-size: 20px;
	color: #FF7342;
	margin-right: 15px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

@-webkit-keyframes cart-anm-t-b {
	0% {
		top: 18px;
	}

	100% {
		top: calc(100% - 50px);
	}
}

@keyframes cart-anm-t-b {
	0% {
		top: 18px;
	}

	100% {
		top: calc(100% - 50px);
	}
}


/*================================================
 Contact Page Css
=================================================*/

.shop-check {
	display: block;
	position: relative;
	margin-top: 16px;
	margin-bottom: 45px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 23px;
	/* Create a custom checkbox */
}

.shop-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.shop-check .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 15px;
	width: 15px;
	border-radius: 2px;
	border: 1px solid #FF7342;
	border-radius: 4px;
	/* Create the checkmark/indicator (hidden when not checked) */
}

.shop-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 4px;
	top: 2px;
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shop-check input:checked~.checkmark {
	background-color: #FF7342;
}


/* Show the checkmark when checked */

.shop-check input:checked~.checkmark:after {
	display: block;
}

.contact-input {
	position: relative;
}

.contact-input .form-message {
	position: absolute;
	left: 0;
	top: 102%;
}

.contact-input .form-message.error {
	color: red;
}

.contact-input .form-message.success {
	color: green;
}

.contact-input h1 {
	font-style: normal;
	font-size: 48px;
	color: #3B3B3B;
	margin-bottom: 39px;
}

.contact-input textarea,
.contact-input input {
	width: 100%;
	border: 1.5px solid rgba(90, 113, 132, 0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 15px 20px;
}

.contact-input textarea::-webkit-input-placeholder,
.contact-input input::-webkit-input-placeholder {
	color: #5A7184;
}

.contact-input textarea:-ms-input-placeholder,
.contact-input input:-ms-input-placeholder {
	color: #5A7184;
}

.contact-input textarea::-ms-input-placeholder,
.contact-input input::-ms-input-placeholder {
	color: #5A7184;
}

.contact-input textarea::placeholder,
.contact-input input::placeholder {
	color: #5A7184;
}

.contact-input input {
	margin-bottom: 46px;
}

.contact-input .contact-btn-wrap button {
	border: none;
}

.location-map {
	height: 450px;
	border-radius: 16px;
	overflow: hidden;
}

.location-map iframe {
	height: 100%;
	width: 100%;
}


/*================================================
 Blog Details Page Css
=================================================*/

.blog-details-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.blog-details-wrap .details-post-content {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.blog-details-wrap .details-post-content h1,
.blog-details-wrap .details-post-content h2,
.blog-details-wrap .details-post-content h3,
.blog-details-wrap .details-post-content h4,
.blog-details-wrap .details-post-content h5,
.blog-details-wrap .details-post-content h6 {
	padding: 1em 0;
}

.blog-post-details h1 a {
	font-size: 48px;
	line-height: 58px;
}

.blog-post-details p {
	margin-top: 35px;
	margin-bottom: 20px;
}

.blog-details-wrap .details-post-content h1 {
	font-style: normal;
	font-size: 36px;
	color: #3B3B3B;
}

.details-post-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.details-post-img img {
	max-width: 100%;
	height: 400px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.details-post-img:hover:before {
	left: 0;
	right: 0;
	opacity: 0;
	width: auto;
}

.details-post-img:hover:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	width: auto;
}

.details-post-img:after {
	background: rgba(255, 255, 255, 0.6);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 1;
	width: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.details-post-img:before {
	background: rgba(255, 255, 255, 0.3);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 50%;
	top: 0;
	opacity: 1;
	width: 0;
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear;
}

.details-share {
	margin-top: 34px;
}

.details-share li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
}

.details-share .details-share-info li {}

ul.details-share-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.details-share .details-share-info li a {
	border-radius: 50px;
	margin: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	box-shadow: 0 20px 40px rgb(15 23 80 / 10%);
	color: #5f5f81;
	padding: 20px;
}

.details-share .details-share-info li a:hover {
	color: #fff;
	background: #0ec2f3;
}

.details-share .details-share-info li a:hover i {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.details-share .details-share-like li {
	color: #FF7342;
	font-size: 28px;
	margin-right: 12px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.details-share .details-share-like li:hover {
	color: #0ec2f3;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.details-share .details-share-like li:last-child {
	font-size: 18px;
	color: #3B3B3B;
	margin-right: 0;
	margin-left: -5px;
}

.details-share .details-share-like li:last-child:hover {
	color: #3B3B3B;
	-webkit-transform: unset;
	transform: unset;
}

.meta-views.very-hot svg {
	color: red;
}

.meta-views.hot svg {
	color: orange;
}

.meta-views.warm svg {
	color: royalblue;
}

/*
============================================
============= Preloader CSS ================
*/

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sk-cube-grid {
	width: 70px;
	height: 70px;
}

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}

	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}


/*
============= Preloader CSS END ================
================================================
*/


/*Back to Top btn*/

.back-to-top-btn {
	position: fixed;
	bottom: 100px;
	right: 30px;
	background: #fff;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 36px;
	display: none;
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.back-to-top-btn:hover i {
	color: #0ec2f3;
}

.back-to-top-btn i {
	color: #183B56;
	font-size: 18px;
	-webkit-transition: .3s;
	transition: .3s;
}

.back-to-top-btn i::before {
	vertical-align: middle;
}


/*
============= FAQ CSS ================
================================================
*/

#seoazFaq.accordion {}

#seoazFaq.accordion .accordion-item {
	margin-bottom: unset;
	background-color: unset;
	border: 0;
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

#seoazFaq.accordion .accordion-item::before {}

#seoazFaq.accordion .accordion-item .accordion-header {
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 28px 0 54px;
	color: #3B3B3B;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: hsla(0, 0%, 100%, .431);
	box-shadow: 0 0 59px 0 rgb(28 137 212 / 10%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 10px;
	margin-bottom: 0;
}

#seoazFaq.accordion .accordion-item .accordion-header::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
	top: 50%;
	left: 31px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

#seoazFaq.accordion .accordion-item .accordion-header .accordion-button {
	box-shadow: unset;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: unset;
	font-size: 17px;
	color: #212529;
	text-align: left;
	font-weight: 600;
	background-color: unset;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	font-weight: 600;
}

#seoazFaq.accordion .accordion-item .accordion-collapse {}

#seoazFaq.accordion .accordion-item .accordion-collapse .accordion-body {
	background-color: hsla(0, 0%, 100%, .431);
	box-shadow: 0 0 59px 0 rgb(28 137 212 / 10%);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 16px;
	line-height: 1.6;
}

#seoazFaq.accordion .accordion-item .accordion-collapse .accordion-body strong {}

#seoazFaq.accordion .accordion-item .accordion-collapse .accordion-body p {}


/*
============= FAQ CSS END ================
================================================
*/

.ag-blog-card .blog-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.ag-blog-card .blog-footer-user {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

.ag-blog-card .blog-footer-user img {
	height: 50px;
	width: 50px;
}

.ag-blog-card .blog-footer-user span {
	margin-top: 15px;
	font-weight: bold;
	color: #000;
}

.ag-blog-card .package-rating {}

.ag-blog-card .package-rating i {
	color: #ffd500;
}

ul.introduction-meta {
	/*     margin: 15px 0 22px; */
}

ul.introduction-meta li {
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	color: #5a7184;
	transition: color .25s ease-in-out;
}

ul.introduction-meta li i {
	color: #7BC678;
	margin-right: 5px;
}

ul.introduction-meta li a {
	font-size: 14px;
	color: #5a7184;
	transition: color .25s ease-in-out;
}


/*
============= Comment CSS ================
================================================
*/

.comments-area {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.comments-area ul.comment-lists {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments-area .comment {
	margin: 3em 0;
	border: 1.5px solid rgba(90, 113, 132, 0.25);
	border-radius: 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	color: #5f5f81;
	padding: 20px;
}

.comments-area .comment .comment-author {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.comments-area .comment .comment-author img {
	border-radius: 50%;
	margin-right: 1em;
}

.comments-area .comment .comment-author .fn {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

.comments-area .comment .comment-author .says {}

.comments-area .comment .comment-details {}

.comments-area .comment .comment-details .comment-meta {
	padding: 15px 0;
}

.comments-area .comment .comment-details .comment-text {}

.comments-area .comment .comment-details .comment-text p {
	padding: 15px 0;
}

.comments-area .comment .comment-details .reply {
	display: flex;
	justify-content: flex-end;
}

.comments-area .comment .comment-details .reply .comment-reply-link {
	background: #0ec2f3;
}

.comments-area .comment .comment-details .reply .comment-reply-link::before {
	background: #7BC678;
}

.comments-area .comment .comment-details .reply .comment-reply-link {
	border-radius: 10px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 20px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.comments-area .comment .comment-details .reply .comment-reply-link:hover {
	color: #fff;
}

.comments-area .comment .comment-details .reply .comment-reply-link:hover::before {
	width: 100%;
}

.comments-area .comment .comment-details .reply .comment-reply-link::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 0;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}

.comments-area .comment .comment-details .comment-meta a {
	color: #000;
}

.comments-area .comment .comment-details .comment-meta .comment-edit-link {
	color: #03a9f4;
}


/*
============= Comment CSS END ================
================================================
*/

.search-form {
	position: relative;
	width: 50%;
}

.search-form input.form-control {
	display: block;
	width: 100%;
	padding: 1em 2em;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 10px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 20px 40px rgb(15 23 80 / 24%);
}

#search-bar {
	position: relative;
	width: 100%;
	float: left;
}

#search-bar .search-results-box {
	position: relative;
	width: 100%;
	float: left;
}

#search-bar .search-results-box ul {
	position: absolute;
	width: 100%;
	list-style: none;
	margin: 0;
	background: #fff;
	padding: 0;
	z-index: 9;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	border-radius: 3px;
}

#search-bar .search-results-box ul li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	float: left;
}

#search-bar .search-results-box ul li a {
	margin: 0;
	position: relative;
	width: 100%;
	float: left;
	display: block;
	padding: 10px 15px;
	border-bottom: solid 1px #eee;
	color: #5A7184;
	background: #fff;
	font-size: 16px;
	text-align: left;
}

#search-bar .search-results-box ul li a:hover {
	background: #eee;
	border-bottom: solid 1px #e0e0e0;
	color: #000;
}

#search-bar .search-results-box ul li i {
	margin: 0;
	position: relative;
	width: 100%;
	float: left;
	display: block;
	padding: 10px 15px;
	border-bottom: solid 1px #eee;
	color: #5A7184;
	text-align: left;
}

.search-form .search-button-area {
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 999;
	background: #0ec2f3;
	transform: translateY(-50%);
	font-size: 20px;
	/* border-radius: 10px; */
}

.search-form .search-button-area i {
	color: #fff;
	line-height: 1.2;
}

.search-form .search-button-area {
	background: #0ec2f3;
}

.search-form .search-button-area::before {
	background: #7BC678;
}

.comments-area .comment .comment-details .reply .comment-reply-link {
	border-radius: 10px;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px 20px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.search-form .search-button-area:hover {
	color: #fff;
}

.search-form .search-button-area:hover::before {
	width: 100%;
}

.search-form .search-button-area::before {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 0;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: -1;
}

.question-item {
	background: #F8FCFD;
	border-radius: 16.8383px;
	padding: 30px 30px;
	padding-bottom: 22px;
	border: 1px solid #7BC678;
	-webkit-transition: .5s;
	transition: .5s;
	margin: 3em 0;
}

.question-item:first-child {
	margin: 3em 0;
	margin-top: 0;
}

.question-item:last-child {
	margin: 3em 0;
	margin-bottom: 0;
	margin-top: 0;
}

.question-item:hover {
	border: 1px solid #0ec2f3;
	-webkit-transition: .5s;
	transition: .5s;
}

.question-item .col-xxl-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.question-item .question-item-img {
	position: relative;
	border-radius: 50%;
	margin-bottom: .5em;
}

.question-item .question-item-user {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

.question-item .question-item-rating {
	display: flex;
}

.question-item .question-item-rating i {
	color: #ffd500;
}

.question-item .question-item-img img {
	border-radius: 50%;
	width: 100px;
	object-fit: contain;
	border: 2px solid #7BC678;
	padding: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.question-item:hover .question-item-img img {
	border: 2px solid #0ec2f3;
	-webkit-transition: .5s;
	transition: .5s;
}

.question-item .question-item-title {
	color: #000;
	margin-bottom: 1em;
	font-size: 25px;
	line-height: normal;
}

.question-item .col-xxl-10 {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.question-item .question-item-desc {
	margin-bottom: 1em;
}

.question-item .question-item-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	border-top: 1px solid #000;
	padding-top: 1em;
}

.question-item .question-item-meta .question-meta-item {}

.question-item .question-item-meta .question-meta-item i {
	color: #7BC678;
}

.bi-spin {
	-webkit-animation: bi-spin 2s infinite linear;
	animation: bi-spin 2s infinite linear;
}

@-webkit-keyframes bi-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes bi-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.comments-template {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.comments-template .comments-template-title {
	font-style: normal;
	font-size: 48px;
	color: #3b3b3b;
	margin-bottom: 39px;
}

.contact-btn-wrap {
	margin-top: 1em;
}

.archive-title {
	border-bottom: 2px solid rgba(90, 113, 132, 0.4);
	padding-bottom: 17px;
	margin-bottom: 26px;
	position: relative;
}

.archive-title::before {
	width: 32px;
	height: 2px;
	position: absolute;
	content: '';
	background: #0ec2f3;
	left: 0;
	-webkit-animation: cart-anm-t-l 4s alternate linear infinite;
	animation: cart-anm-t-l 4s alternate linear infinite;
	bottom: -2px;
}

.archive-title h1,
.archive-title h2,
.archive-title h3,
.archive-title h4,
.archive-title h5,
.archive-title h6 {
	font-style: normal;
	font-size: 26px;
	color: #3B3B3B;
}

@-webkit-keyframes cart-anm-t-l {
	0% {
		left: 18px;
	}

	100% {
		left: calc(100% - 50px);
	}
}

@keyframes cart-anm-t-l {
	0% {
		left: 18px;
	}

	100% {
		left: calc(100% - 50px);
	}
}


/*
============= Slider CSS ================
================================================
*/

.hero-slide-area {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.hero-slide-area .hero-slide-item {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 10em;
	padding-bottom: 10em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #030C26;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-slide-area .hero-slide-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(30deg, #191818, rgba(25, 24, 24, .39));
	transition-property: opacity;
	transition-delay: .15s;
}

@media (min-width: 992px) {
	.hero-slide-area .hero-slide-item {
		min-height: 30em;
	}
}

@media (max-width: 991px) {
	.hero-slide-area .hero-slide-item {
		min-height: 30em;
	}

	.collaborate-area .row .col-lg-6 {
		justify-content: center !important;
	}
}

.hero-slide-area .hero-slide-item .hero-slide-item-title {
	margin-bottom: 1em;
	color: #fff;
	width: 100%;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 800;
	position: relative;
	z-index: 1;
}

.hero-slide-area .hero-slide-item .hero-slide-item-subtitle {
	margin-bottom: 3em;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 1em;
}

.hero-slide-area .hero-slide-item .hero-slide-item-btn {
	position: relative;
	z-index: 1;
}

.hero-slide-area .hero-slide-item .hero-slide-item-btn .common-btn {}

.hero-slide-area .owl-dots {
	position: absolute;
	bottom: 115px;
	left: 50%;
	transform: translateX(-50%);
}

.hero-slide-area .owl-dots .owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	background: #ffff;
	margin: 0 5px;
	-webkit-transition: .5s;
	transition: .5s;
	border: none;
	outline: none;
}

.hero-slide-area .owl-dots .owl-dot.active {
	width: 30px;
	-webkit-transition: .5s;
	transition: .5s;
}


/*
============= Slider CSS End================
================================================
*/

.tribox-area {
	position: relative;
	width: 100%;
	top: -5em;
	z-index: 1;
}

.tribox-area .tribox-item.full {
	margin: 0px 0px 0px 0px;
	padding: 55px 40px 55px 40px;
	background: #fff;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #F47A19;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	border-right: 1px solid #EBEBEF;
	position: relative;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	margin-bottom: 1em;
}

.tribox-area .tribox-item.one {
	margin: 0px 0px 0px 0px;
	padding: 53px 40px 55px 40px;
	background: #fff;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #F47A19;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px 0px 0px 10px;
	border-right: 1px solid #EBEBEF;
	position: relative;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	margin-bottom: 1em;
}

.tribox-area .tribox-item.two {
	margin: 0px 0px 0px 0px;
	padding: 53px 40px 55px 40px;
	background: #fff;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #8995E6;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: relative;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	margin-bottom: 1em;
}

.tribox-area .tribox-item.three {
	margin: 0px 0px 0px 0px;
	padding: 53px 40px 55px 40px;
	background: #fff;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #67D9C8;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 0px 10px 10px 0px;
	border-left: 1px solid #EBEBEF;
	position: relative;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	margin-bottom: 1em;
}

.tribox-area .tribox-item.one:hover {
	background: #F47A19;
	transition: all .3s ease-in-out;
}

.tribox-area .tribox-item.full:hover {
	background: #F47A19;
	transition: all .3s ease-in-out;
}

.tribox-area .tribox-item.two:hover {
	background: #8995E6;
	transition: all .3s ease-in-out;
}

.tribox-area .tribox-item.three:hover {
	background: #67D9C8;
	transition: all .3s ease-in-out;
}

.tribox-area .tribox-item:hover h2,
.tribox-area .tribox-item:hover p {
	color: #fff;
	transition: all .3s ease-in-out;
}

.tribox-area .tribox-item-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.tribox-area .tribox-item h2 {
	margin-bottom: 8px;
	color: #3B3663;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	display: block;
	transition: all .3s ease-in-out;
	width: 100%;
}

.tribox-area .tribox-item p {
	color: #3B3663;
	font-size: 16px;
	line-height: 24px;
	transition: all .3s ease-in-out;
}

.tribox-area .tribox-item span {
	color: rgba(243, 243, 246, 0.67);
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -0.25px;
	top: 50%;
	position: absolute;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transition: .5s;
	transition: .5s;
}

.tribox-area .tribox-item:hover span {
	font-size: 122px;
	-webkit-transition: .5s;
	transition: .5s;
}

.tribox-area .tribox-item .tribox-item-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	z-index: 1;
}

.sub_typewrite {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1em;
}

.typewrite {
	position: relative;
	width: 100%;
}

.typewrite .typewrite_wrap {
	width: 100%;
	font-size: 52px;
	line-height: 52px;
	letter-spacing: -0.2px;
	text-align: center;
	color: #3B3663;
	font-weight: 800;
}

.desc_typewrite {
	margin-top: 2em;
	color: #3B3663;
	font-size: 16px;
	margin-bottom: 2em;
}

.tuobox-area {
	position: relative;
	width: 100%;
}

.tuobox-area .tuobox-area-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5em;
}

.tuobox-area .tuobox-area-item.one {
	align-items: flex-end;
}

.tuobox-area .tuobox-area-item.two {
	align-items: flex-start;
}

.tuobox-area .tuobox-area-item .tuobox-image {
	margin-bottom: 20px;
}

.tuobox-area .tuobox-area-item .tuobox-image img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 40px;
}

.tuobox-area .tuobox-area-item .tuobox-title {
	color: #FFFFFF;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -2px;
	padding: 0;
	margin-bottom: 10px;
}

.tuobox-area .tuobox-area-item .tuobox-desc {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}

.tuobox-area .tuobox-area-item .tuobox-btn {
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 600;
}

.tuobox-area .tuobox-area-item.one .tuobox-title,
.tuobox-area .tuobox-area-item.one .tuobox-desc,
.tuobox-area .tuobox-area-item.one .tuobox-btn {
	text-align: left;
}

.choose-us-area {
	position: relative;
	width: 100%;
	background: #FAFAFA;
}

.choose-us-area .choose-us-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.choose-us-area .choose-us-area-title {
	color: #252A3F;
	font-size: 30px;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 1em;
}

.choose-us-area .choose-us-area-item {
	padding: 43px 30px 48px 38px;
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	transition: all .3s ease-in-out;
	position: relative;
	margin-bottom: 2em;
	background-image: url(../images/home_06_iconbox_bg_03.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
}

.choose-us-area .choose-us-area-item:hover,
.choose-us-area .choose-us-area-item.active {
	background-color: #3B3663;
	background-image: url(../images/home6_imgbox_bg.png);
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item:not(.active):hover {
	position: static;
	z-index: 1;
}

.choose-us-area .choose-us-area-item .icon {
	position: relative;
	display: block;
	transition: all .3s ease-in-out;
	top: -10px;
	left: -5px;
}

.choose-us-area .choose-us-area-item .icon img {
	width: 48px;
	height: 48px;
}

.choose-us-area .choose-us-area-item h3 {
	color: #252A3F;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75em;
	letter-spacing: -0.25px;
	position: relative;
	padding-top: .5em;
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item h3:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 2px;
	background: #252A3F;
	content: "";
	opacity: .5;
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item p {
	color: #696687;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.25px;
	transition: all .3s ease-in-out;
	display: none;
}

.choose-us-area .choose-us-area-item ul {
	transition: all .3s ease-in-out;
	padding-top: 0.5em;
}

.choose-us-area .choose-us-area-item ul li {
	display: flex;
	margin: 6px;
	margin-left: 0;
	text-align: left;
	justify-content: flex-start;
	align-items: center;
}

.choose-us-area .choose-us-area-item ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.25px;
	transition: all .3s ease-in-out;
	padding: 5px 15px;
	background: #696687;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #696687;
	display: flex;
	text-align: left;
	justify-content: center;
	align-items: center;
}

.choose-us-area .choose-us-area-item ul li a:hover {
	color: #F47514;
}

.choose-us-area .choose-us-area-item:hover h3,
.choose-us-area .choose-us-area-item:hover p,
.choose-us-area .choose-us-area-item.active h3,
.choose-us-area .choose-us-area-item.active p {
	color: #fff;
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item:hover .btn,
.choose-us-area .choose-us-area-item:hover ul,
.choose-us-area .choose-us-area-item:hover p,
.choose-us-area .choose-us-area-item.active p {
	display: block;
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item:hover h3:before,
.choose-us-area .choose-us-area-item.active h3:before {
	background: #fff;
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item:hover .icon,
.choose-us-area .choose-us-area-item.active .icon {
	display: none;
	transition: all .3s ease-in-out;
}

.choose-us-area .choose-us-area-item .btn {
	transition: all .3s ease-in-out;
	margin-top: 1em;
	background: #ffeb3b;
	width: 100%;
	color: #000;
	font-weight: 700;
}

.choose-us-area .choose-us-area-item .btn:hover {
	background: #fff;
	color: #000;
	transition: all .3s ease-in-out;
}

.projects-area {
	background: #030C26;
	position: relative;
	width: 100%;
}

.projects-area .projects-area-subtitle {
	font-size: 18px;
	line-height: 30px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: .3em;
}

.projects-area .projects-area-title {
	color: #FFFFFF;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: -0.2px;
	font-weight: 800;
}

.projects-area img {
	border-radius: 5px;
}

.projects-area .projects-area-item-info {
	bottom: 25px;
	display: flex;
	align-items: start;
	position: absolute;
	flex-direction: column;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	left: 25px;
	transition: all .4s;
}

.projects-area .projects-area-item-info .projects-area-item-subtitle {
	font-size: .78em;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fff;
}

.projects-area .projects-area-item-info .projects-area-item-title {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0;
	font-weight: 700;
	padding-bottom: 0.5em;
	color: #fff;
}

.projects-area .projects-area-item {
	box-shadow: 0 20px 40px 0 rgb(6 33 48 / 21%);
}

.projects-area .projects-area-item:hover .projects-area-item-info {
	bottom: 50px;
	transition: all .4s;
}

.projects-area-slide {
	position: relative;
	width: 100%;
}

.projects-area-slide .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4em;
}

.projects-area-slide .owl-dots .owl-dot.active {
	width: 30px;
	transition: all .4s;
}

.projects-area-slide .owl-dots .owl-dot {
	border-radius: 50px;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	transition: all .4s;
	border: 0;
	outline: 0;
}

.blog-area {
	position: relative;
	width: 100%;
	background-color: #FAFAFA;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.blog-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

.blog-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 0.5em;
}

.blog-area p {
	text-align: center;
	margin-bottom: 0.5em;
}

.blog-area-item {
	border-width: 2px;
	border-style: solid;
	min-height: 100%;
	border-color: rgba(0, 0, 0, 0);
	color: #3B3663;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	width: 100%;
	transition: all .5s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	height: 300px;
}

.blog-area-item:hover {
	transition: all .5s;
}

.blog-area-item .blog-area-item-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.blog-area-item .blog-area-item-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.blog-area-item .blog-area-item-footer span {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .5px;
	color: #6254e7;
}

.blog-area-item .blog-area-item-header .blog-area-item-date {
	font-size: 14px;
	font-weight: 400;
	color: #696687;
	margin-bottom: 10px;
}

.blog-area-item .blog-area-item-header .blog-area-item-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
}

.blog-area-item .blogboxed_img_block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: 50%;
	background-size: cover;
	transition: opacity .7s, -webkit-transform .8s;
	transition: transform .8s, opacity .7s;
	transition: transform .8s, opacity .7s, -webkit-transform .8s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	opacity: 0;
}

.blog-area-item:hover .blogboxed_img_block {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.blog-area-item:hover .blog-area-item-header .blog-area-item-date,
.blog-area-item:hover .blog-area-item-header .blog-area-item-title,
.blog-area-item:hover .blog-area-item-footer span {
	color: #fff
}

.blog-area-item .blog-area-item-info * {
	box-sizing: border-box;
}

.blog-area-item-info {
	background-color: #fff;
	transition: all .5s;
	border-color: rgba(255, 255, 255, 0);
	padding: 42px 38px 33px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.blog-area-item:hover .blog-area-item-info {
	background-color: rgba(55, 65, 74, .4);
}

.booknow-area {
	position: relative;
	width: 100%;
}

.booknow-area .booknow-area-icon {
	margin: 0px 28px 0px 0px !important;
	max-width: 47px;
	width: 47px;
}

.booknow-area .booknow-area-icon img {
	transition-duration: 0.3s;
}

.booknow-area .booknow-area-info {}

.booknow-area .booknow-area-info .booknow-area-title {
	margin-bottom: 4px;
	color: #3b3663;
	font-size: 30px;
	line-height: 40px;
	font-weight: 800;
}

.booknow-area .booknow-area-info .booknow-area-desc {
	color: #3B3663;
}

.booknow-form-area {
	position: relative;
	width: 100%;
}

.booknow-form-area .booknow-form-area-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5em;
}

.booknow-form-area .booknow-form-area-item.one {
	align-items: flex-end;
}

.booknow-form-area .booknow-form-area-item.two {
	align-items: flex-start;
}

.booknow-form-area .booknow-form-area-item .booknow-form-image {
	margin-bottom: 20px;
}

.booknow-form-area .booknow-form-area-item .booknow-form-image img {
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 40px;
}

.booknow-form-area .booknow-form-area-item .booknow-form-title {
	color: #FFFFFF;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -2px;
	padding: 0;
	margin-bottom: 10px;
}

.booknow-form-area .booknow-form-area-item .booknow-form-desc {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.booknow-form-area .booknow-form-area-item .booknow-form-btn {
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 600;
}

.booknow-form-area .booknow-form-area-item.one .booknow-form-title,
.booknow-form-area .booknow-form-area-item.one .booknow-form-desc,
.booknow-form-area .booknow-form-area-item.one .booknow-form-btn {
	text-align: left;
}

.booknow-form-area .contact-input {}

.booknow-form-area .contact-input input {
	border: 2px solid hsla(0, 0%, 100%, .6);
	color: #fff;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .78em;
	line-height: 1.5;
	box-sizing: border-box;
	outline: none;
	margin: 0 0 15px;
	font-weight: 400;
	width: 100%;
	transition: all .3s;
	height: 41px;
	background: rgb(255 255 255 / 39%);
}

.booknow-form-area .contact-input textarea {
	border: 2px solid hsla(0, 0%, 100%, .6);
	color: #fff;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: .78em;
	line-height: 1.5;
	box-sizing: border-box;
	outline: none;
	margin: 0 0 15px;
	font-weight: 400;
	width: 100%;
	transition: all .3s;
	height: 100px;
	background: rgb(255 255 255 / 39%);
}

.booknow-form-area .contact-input .common-btn {
	background: #fff;
	color: #3b3663;
	display: inline-block;
	transition: all .3s;
	outline: none;
	width: auto;
	height: 50px;
	cursor: pointer;
	padding: 10px 30px;
	line-height: 23px;
	margin: 0 0 15px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2px;
	border: none;
	border-radius: 5px;
	text-align: center;
}

.booknow-form-area .contact-input .common-btn:hover {
	color: #F47514;
}

.booknow-form-area .contact-input input::placeholder,
.booknow-form-area .contact-input textarea::placeholder {
	color: #fff;
}

.footer-area .footer-wrap {
	position: relative;
}

.footer-area .footer-wrap .single-widget {
	position: relative;
}

.footer-area .footer-wrap .single-widget .footer-title {
	position: relative;
}

.footer-area .footer-wrap .single-widget .footer-link {
	color: #fff;
}

.footer-area .footer-wrap .border-line {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: rgba(255, 255, 255, 0.1);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	color: #F0F0F0;
}

.footer-area .footer-wrap .footer-contact {
	position: relative;
}

.footer-area .footer-wrap .footer-contact .footer-contact-item {
	position: relative;
	display: flex;
	margin-left: 5em;
}

.footer-area .footer-wrap .footer-contact .footer-contact-item .footer-contact-item-icon {
	margin: 0px 17px 0px 0px !important;
	max-width: 38px;
	width: 38px;
}

.footer-area .footer-wrap .footer-contact .footer-contact-item .footer-contact-item-head {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
}

.footer-area .footer-wrap .footer-contact .footer-contact-item .footer-contact-item-icon img {
	transition-duration: 0.3s;
}

.footer-copywriter-area {
	background: #10172d;
	color: #fff;
	position: relative;
}

.video-area {
	position: relative;
	width: 100%;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 0px 0px 78px 0px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-area .video-area-img {
	position: relative;
	width: 100%;
	margin: -85px 0px 54px 0px;
	padding: 170px 0px 170px 0px;
	background-color: #0A1119;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0px 57px 70px 0px rgb(10 12 14 / 58%);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.video-area .video-area-item-img {
	position: relative;
	width: 100%;
	padding: 25px 0px 25px 0px;
	background-color: #0A1119;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.video-area .video-area-button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.video-area .video-area-button .common-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 30px;
	line-height: normal;
	margin: 0;
	padding: 0;
	border-radius: 50px;
	color: #764ED2;
	border: 1px solid #764ED2;
	background: #fff;
	width: 82px;
	height: 82px;
	min-width: 82px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.video-area .video-area-button .common-btn:hover {
	border: 1px solid #fff;
	background: #764ED2;
	color: #fff;
}

.video-area .video-area-item-button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.video-area .video-area-item-button .common-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 15px;
	line-height: normal;
	margin: 0;
	padding: 0;
	border-radius: 50px;
	color: #764ED2;
	border: 1px solid #764ED2;
	background: #fff;
	width: 40px;
	height: 40px;
	min-width: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.video-area .video-area-item-button .common-btn:hover {
	border: 1px solid #fff;
	background: #764ED2;
	color: #fff;
}

.video-area .video-area-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.video-area .video-area-info .video-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.video-area .video-area-info .video-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #fff;
	font-size: 30px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 0.5em;
}

.video-area .video-area-info .video-area-description {
	font-size: 18px;
	color: #fff;
	margin-top: 23px;
	margin-bottom: 46px;
}

.video-area .video-area-info .video-area-success {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.video-area .video-area-info .video-area-success .common-btn {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
}

.video-area .video-area-items {
	position: relative;
	width: 100%;
	margin: 1em 0;
}

.social-metrics-area {
	position: relative;
	width: 100%;
}

.social-metrics-area .social-metrics-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.social-metrics-area .social-metrics-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.social-metrics-area .social-metrics-area-description {
	font-size: 16px;
	margin-top: 23px;
}

.social-metrics-area img {
	width: 100%;
	object-fit: cover;
	padding: 1em 2em;
}

.faq-area {
	position: relative;
	width: 100%;
}

.faq-area .faq-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.faq-area .faq-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.faq-area .faq-area-title span {}

.counter-area {
	position: relative;
	width: 100%;
	background: #FAFAFA;
}

.counter-area .counter-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 2em;
	text-align: center;
}

.counter-area .counter-item .odometer-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}

.counter-area .counter-item .odometer-info .odometer {
	font-size: 35px;
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1.08em;
}

.counter-area .counter-item .odometer-info .odometer-notice {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: -0.25px;
	margin: 5px 0;
	font-weight: 700;
}

.counter-area .counter-item .odometer-info .odometer-plus {
	font-size: 24px;
	line-height: 1;
	color: #ff7426;
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 10px;
	display: none
}

.counter-area .counter-item .odometer-desc {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.25px;
	/* padding-left: 30px; */
	text-align: center;
}

.tabs-area .tabs-dots {
	float: right;
	-webkit-animation: up-dn-cart-time 2.5s alternate linear infinite;
	animation: up-dn-cart-time 2.5s alternate linear infinite;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.tabs-area {
	position: relative;
	width: 100%;
}

.tabs-area .col-xxl-6 {
	position: relative;
}

.tabs-area .tabs-left-wrap {
	position: relative;
	width: 100%;
}

.tabs-area .tabs-left-wrap img {
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}

.tabs-area .tabs-right-wrap {
	position: relative;
	width: 100%;
}

.tabs-area .tabs-right-wrap .tabs-right-wrap-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.tabs-area .tabs-right-wrap .tabs-right-wrap-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.tabs-area .tabs-right-wrap .tabs-right-wrap-description {}

.kd-process-steps {
	display: block;
	position: relative;
	text-align: center
}

.kd-process-steps ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: center;
}

.kd-process-steps ul li:last-child::after {
	display: none
}

.kd-process-steps.process_three_elem li {
	width: calc(33.3333% - 30px)
}

.kd-process-steps.process-number-template li {
	width: 33.33%;
	padding-left: 0;
	padding-right: 0;
	padding: 40px;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	border-radius: 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	margin: 0
}

.kd-process-steps.process-checkbox-template.process_four_elem li {
	width: calc(25% - 30px)
}

.kd-process-steps.process-checkbox-template.process_five_elem li {
	width: 20%;
	padding-left: 0;
	padding-right: 0;
	margin: 0
}

.kd-process-steps.process-number-template.process_four_elem li {
	width: 25%
}

.kd-process-steps.process-number-template.process_five_elem li {
	width: 20%;
	padding: 40px 0 20px
}

.kd-process-steps.process_four_elem li .pss-text-area {
	padding-left: 0;
	padding-right: 0
}

.kd-process-steps.process-number-template li .pss-text-area h5 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px
}

.kd-process-steps ul li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 30px 25px;
	padding-top: 45px;
	border: none;
	border-radius: 0;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	z-index: 10
}

.kd-process-steps.process-number-template ul li:hover {
	box-shadow: 0 44px 98px rgba(0, 0, 0, .12);
	background: rgba(255, 255, 255, 5%)
}

.kd-process-steps .pss-step-number {
	display: block;
	position: relative;
	margin-bottom: 20px;
	line-height: 1
}

.kd-process-steps .pss-step-number span {
	position: relative;
	font-weight: 400;
	text-align: center;
	font-size: 38px;
	line-height: 1;
	display: block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out
}

.kd-process-steps .pss-img-area {
	position: relative;
	margin: 0 auto
}

.kd-process-steps .pss-img-area .process-customimg {
	line-height: 160px
}

.kd-process-steps .pss-img-area .process-customimg img {
	border-radius: 0
}

.kd-process-steps.process_five_elem .pss-img-area .process-customimg {
	line-height: 140px
}

.kd-process-steps .pss-img-area .process-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.kd-process-steps .pss-img-area .process-icon i {
	font-size: 48px
}

.kd-process-steps.process_three_elem .pss-img-area,
.kd-process-steps.process_four_elem .pss-img-area {
	width: 80px;
	height: 80px;
	margin-top: 40px;
	text-align: center
}

.kd-process-steps.process_five_elem .pss-img-area {
	width: 140px;
	height: 140px;
	text-align: center
}

.kd-process-steps .pss-text-area h4 {
	margin: 0;
	text-transform: none;
	margin-bottom: 10px
}

.kd-process-steps.process_three_elem .pss-text-area p,
.kd-process-steps.process_four_elem .pss-text-area p {
	padding: 0
}

.kd-process-steps.process_three_elem .pss-text-area p {
	margin-top: 0
}

.kd-process-steps.process_five_elem .pss-text-area p {
	padding: 0 20px
}

.kd-process-steps .pss-text-area .pss-link {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.kd-process-steps.process-checkbox-template {
	text-align: left;
	padding-bottom: 0;
	border-top: 0 solid transparent;
	z-index: 10
}

.kd-process-steps.process-checkbox-template ul li {
	box-shadow: none !important;
	background: 0 0;
	border: none;
	padding-bottom: 0
}

.kd-process-steps.process-checkbox-template ul li .pss-container:before {
	display: block;
	width: 60%;
	height: 1px;
	position: absolute;
	content: '';
	border-bottom: 1px solid rgba(132, 132, 132, .2);
	top: 28px;
	left: 74%
}

.kd-process-steps.process-checkbox-template ul li:last-child .pss-container:before {
	display: none
}

.process-checkbox-template .tt_button {}

.kd-process-steps.process-checkbox-template .pss-text-area h4 {
	margin-bottom: 25px
}

.kd-process-steps.process-checkbox-template .pss-step-number span:before,
.kd-process-steps.process-checkbox-template .pss-step-number:before,
.kd-process-steps.process-checkbox-template .pss-item:before {
	content: '';
	width: 36px;
	height: 36px;
	background: #ff7426;
	border: 2px solid transparent;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -18px;
	-webkit-transition: .3s cubic-bezier(.3, .58, .55, 1);
	transition: .3s cubic-bezier(.3, .58, .55, 1)
}

.kd-process-steps.process-checkbox-template .pss-item:hover:before,
.kd-process-steps.process-checkbox-template .pss-item:hover .pss-step-number span:before,
.kd-process-steps.process-checkbox-template .pss-item:hover .pss-step-number:before {
	transform: scale(1.2)
}

.kd-process-steps.process-checkbox-template .pss-step-number span:before,
.kd-process-steps.process-checkbox-template .pss-step-number:before {
	width: 76px;
	height: 76px;
	opacity: .2;
	margin-left: -38px;
	top: -20px;
	z-index: -1;
	background-color: #ff7426;
}

.kd-process-steps.process-checkbox-template .pss-step-number span:before {
	width: 56px;
	height: 56px;
	top: -10px;
	margin-left: -28px;
	opacity: .4
}

.kd-process-steps.process-checkbox-template .pss-step-number span {
	position: relative;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	display: block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #fff;
	line-height: 36px;
	background-color: #ff7426;
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.kd-process-steps.process-checkbox-template .pss-step-number {
	display: block;
	position: absolute;
	margin-bottom: 0;
	line-height: 1;
	top: 10px;
	left: 50%;
	font-weight: 700;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	text-align: center
}

.kd-process-steps.process-checkbox-template .pss-text-area {
	padding-top: 50px;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	text-align: center;
	padding-bottom: 0
}

.kd-process-steps.process-checkbox-template .pss-text-area .h5 {
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 31px;
	letter-spacing: -.03em;
	margin-bottom: 20px;
}

.kd-process-steps.process-checkbox-template .pss-text-area p {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.6;
}

.kd-process-steps.process-checkbox-template ul li:last-child .pss-text-area p {
	margin-bottom: 0;
}

.steps-area {
	position: relative;
	width: 100%;
}

.steps-area .steps-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.steps-area .steps-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.solution-area {
	background: #FAFAFA;
	position: relative;
	width: 100%;
}

.solution-area .solution-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.solution-area .solution-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.solution-area .solution-area-item {
	position: relative;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 50px 50px 47px 50px;
	border-radius: 10px;
	background: #FFFFFF;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
}

.solution-area .solution-area-item.one {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

.solution-area .solution-area-item.two {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

.solution-area .solution-area-item .solution-area-header {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: block;
}

.solution-area .solution-area-item.one .solution-area-header {
	color: #666AE5;
}

.solution-area .solution-area-item.two .solution-area-header {
	color: #43D9B3;
}

.solution-area .solution-area-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.solution-area .solution-area-item ul li {
	display: block;
}

.solution-area .solution-area-item ul li {
	display: block;
	margin: 15px 0;
	font-size: 20px;
	margin-bottom: 14px;
	line-height: 1.6;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.solution-area .solution-area-item ul li:hover {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	transform: translateX(3px);
}

.solution-area .solution-area-item ul li i {
	margin-right: 10px;
	display: inline-block;
}

.solution-area .solution-area-item.one ul li i {
	color: #666AE5;
}

.solution-area .solution-area-item.two ul li i {
	color: #43D9B3;
}

.solution-area .solution-area-item .solution-area-link {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
}

.solution-area .solution-area-item.one .solution-area-link {
	color: #666AE5;
}

.solution-area .solution-area-item.two .solution-area-link {
	color: #43D9B3;
}

.button-read-more {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 0.8;
	transition: 0.5s;
	white-space: nowrap;
	letter-spacing: 0.025em;
}

.button-read-more span {
	padding-right: 27px;
	position: relative;
	z-index: 1;
	transition: all 0.5s, color 0s;
}

.button-read-more span:before,
.button-read-more span:after {
	content: "\F138";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	z-index: 1;
	color: currentColor;
	transition: inherit;
	position: absolute;
}

.button-read-more span:before {
	transform-origin: left center;
	transform: scale(0);
	opacity: 0;
	left: 0;
}

.button-read-more span:after {
	transform-origin: right center;
	right: 0;
}

.button-read-more:hover span {
	padding-right: unset;
	padding-left: 27px;
}

.button-read-more:hover span:before {
	transform: scale(1);
	opacity: 1;
}

.button-read-more:hover span:after {
	transform: scale(0);
	opacity: 0;
}

.button-read-more:empty {
	display: none;
}

.step-items-area {
	position: relative;
	width: 100%;
}

.step-items-area .step-items-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.step-items-area .step-items-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.step-items-area .step-items-area-item {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 24px;
	padding: 24px 30px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.step-items-area .step-items-area-item:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.step-items-area .step-items-area-item img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2em;
	height: 100px;
	object-fit: cover;
	-webkit-transition: .5s;
	transition: .5s;
}

.step-items-area .step-items-area-item:hover img {
	-webkit-transform: rotateY(-1turn);
	transform: rotateY(-1turn);
	-webkit-transition: .5s;
	transition: .5s;
}

.step-items-area .step-items-area-item p {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
	height: 85px;
}

@keyframes rotateAnimation {
	from {
		transform: rotateY(45deg);
	}

	to {
		transform: rotateY(225deg);
	}
}

@-moz-keyframes spinAnimation {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spinAnimation {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spinAnimation {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.locations-area {
	position: relative;
	width: 100%;
	background-color: #FAFAFA;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.locations-area .locations-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

.locations-area .locations-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 0.5em;
}

.locations-area .locations-area-desc {
	text-align: center;
	margin-bottom: 0.5em;
}

.locations-area .location-search-outer {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.locations-area .location-search-outer .location-search-inner {
	position: relative;
	width: 100%;
}

.locations-area .location-search-outer .location-search-inner .location-search-box {
	position: relative;
	width: 100%;
}

.locations-area .location-search-outer .location-search-inner .location-search-box .bi-pin-map {
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.locations-area .location-search-outer .location-search-inner .location-search-box input {
	width: 100%;
	border: 1.5px solid rgba(90, 113, 132, 0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 15px 2.5em;
}

.locations-area .location-search-outer .location-search-inner .location-search-button {
	position: absolute;
	right: .5em;
	padding: 10px 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.locations-area .locations-area-head {
	display: block;
	margin-bottom: 1em;
	border-bottom: 2px solid #3b3663;
	padding-bottom: 1em;
	line-height: inherit;
	font-weight: 800;
	color: #3B3663;
	font-size: 16px;
	letter-spacing: -0.2px;
}

.locations-area .locations-area-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.locations-area .locations-area-items li {
	display: block;
}

.locations-area .locations-area-items li a {
	display: block;
	padding: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.locations-area .locations-area-items li a:hover {}

.locations-area ul.metros {
	display: inline-flex;
	margin: 10px;
	list-style: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.locations-area ul.metros li.region-line-item {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	color: #F47514;
	display: block;
	border-bottom: 1px solid;
	padding-bottom: 1em;
	margin-bottom: 1em;
	line-height: 1.6;
	font-size: 18px;
	font-weight: 500;
}

.locations-area ul.metros li.metro-list-item {
	display: block;
}

.locations-area ul.metros li.metro-list-item a {
	margin: 0.5rem 0;
	font-weight: 600;
	color: #3b3663;
	margin-bottom: 14px;
	line-height: 1.6;
	font-size: 15px;
}

.locations-area ul.metros .region-images {}

.book-a-service-area {
	position: relative;
	width: 100%;
}

.book-a-service-area ul.book-a-service-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.book-a-service-area ul.book-a-service-list li {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.book-a-service-area ul.book-a-service-list li a {
	transition: all .5s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	background: #fff;
	width: 100%;
	display: block;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid #f0eded;
	font-size: 18px;
	color: #212529;
	text-align: left;
	font-weight: 600;
}

.book-a-service-area ul.book-a-service-list li a:hover {
	transition: all .5s;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border: 1px solid #ff7426;
	color: #ff7426;
}

/*  */

.child-services-area {
	position: relative;
	width: 100%;
}

.child-services-area ul.child-services-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 1em;
}

.child-services-area ul.child-services-list li {
	display: inline-flex;
}

.child-services-area ul.child-services-list li a {
	transition: all .5s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	background: #fff;
	width: 100%;
	display: block;
	padding: 1em;
	border-radius: 10px;
	border: 1px solid #f0eded;
}

.child-services-area ul.child-services-list li a:hover {
	transition: all .5s;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border: 1px solid #ff7426;
	color: #ff7426;
}


.details-share .details-share-info li a.likeThis {
	position: relative;
}

.details-share .details-share-info li a.likeThis.done i {
	color: red;
}

.details-share .details-share-info li a.likeThis b {
	position: absolute;
	top: 10px;
	right: 10px;
}

.details-share-mobile {
	margin-top: 34px;
}

.details-share-mobile li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
}

.details-share-mobile .details-share-mobile-info li {}

ul.details-share-mobile-info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: revert;
}

.details-share-mobile .details-share-mobile-info li a {
	border-radius: 50px;
	margin: 0 15px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgb(15 23 80 / 10%);
	color: #5f5f81;
	padding: 20px;
}

.details-share-mobile .details-share-mobile-info li a:hover {
	color: #fff;
	background: #0ec2f3;
}

.details-share-mobile .details-share-mobile-info li a:hover i {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.details-share-mobile .details-share-mobile-like li {
	color: #FF7342;
	font-size: 28px;
	margin-right: 12px;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.details-share-mobile .details-share-mobile-like li:hover {
	color: #0ec2f3;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.details-share-mobile .details-share-mobile-like li:last-child {
	font-size: 18px;
	color: #3B3B3B;
	margin-right: 0;
	margin-left: -5px;
}

.details-share-mobile .details-share-mobile-like li:last-child:hover {
	color: #3B3B3B;
	-webkit-transform: unset;
	transform: unset;
}

.blog-area-item a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

.custom-accordion-tab-wrapper {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 20px;
}

.banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100px;
	background: #003852;
}

.custom-accordion {
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
}

@media (min-width: 600px) {
	.custom-accordion {
		width: 100%;
	}
}

.custom-accordion-tabs {
	display: none;
}

.custom-accordion-tabs :focus {
	outline: none;
}

.custom-accordion-item {
	border-bottom: 1px solid #e0e0e0;
}

.custom-accordion-item:last-child {
	border: none;
}

.custom-accordion-item__label {
	position: relative;
	margin: 0;
	padding: 20px;
	cursor: pointer;
	transition: padding 0.2s ease;
	padding: 20px;
	font: inherit;
	border: none;
	cursor: pointer;
	background: #ffffff;
	transition: background 0.1s ease;
	line-height: 25px;
	font-weight: 800;
	color: #3B3663;
	font-size: 18px;
	letter-spacing: -0.2px;
	margin: 0;
}

.custom-accordion-item__label::after {
	content: "";
	position: absolute;
	top: -4px;
	right: 20px;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	transform: rotate(45deg);
	opacity: 1;
	transition: opacity 0.1s ease;
	border-radius: 2px;
	border: 5px solid transparent;
	border-color: transparent #003852 #003852 transparent;
}

.custom-accordion-item__label:hover {
	background: #c1d7e2;
}

.custom-accordion-item__container {
	height: 0;
	padding: 0 20px;
	overflow: hidden;
	opacity: 0;
	transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}

.custom-accordion-active {
	background: #ffffff;
}

.custom-accordion-active .custom-accordion-item__label {
	padding: 20px;
	font: inherit;
	border: none;
	cursor: pointer;
	background: #ffffff;
	transition: background 0.1s ease;
	line-height: 25px;
	font-weight: 800;
	color: #3B3663;
	font-size: 18px;
	letter-spacing: -0.2px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
}

.custom-accordion-active .custom-accordion-item__label:hover {
	background: none;
}

.custom-accordion-active .custom-accordion-item__label::after {
	opacity: 0;
}

.custom-accordion-active .custom-accordion-item__container {
	height: auto;
	padding: 20px;
	opacity: 1;
	position: relative;
	width: 100%;
}

.custom-accordion-active .custom-accordion-item__container p,
.custom-accordion-active .custom-accordion-item__container h1,
.custom-accordion-active .custom-accordion-item__container h2,
.custom-accordion-active .custom-accordion-item__container h3,
.custom-accordion-active .custom-accordion-item__container h4,
.custom-accordion-active .custom-accordion-item__container h5,
.custom-accordion-active .custom-accordion-item__container h6 {
	color: #7baac1;
}

.custom-accordion-active .custom-accordion-item__container p:first-child,
.custom-accordion-active .custom-accordion-item__container h1:first-child,
.custom-accordion-active .custom-accordion-item__container h2:first-child,
.custom-accordion-active .custom-accordion-item__container h3:first-child,
.custom-accordion-active .custom-accordion-item__container h4:first-child,
.custom-accordion-active .custom-accordion-item__container h5:first-child,
.custom-accordion-active .custom-accordion-item__container h6:first-child {
	margin-top: 0;
}

.custom-accordion-active .custom-accordion-item__container p:last-child,
.custom-accordion-active .custom-accordion-item__container h1:last-child,
.custom-accordion-active .custom-accordion-item__container h2:last-child,
.custom-accordion-active .custom-accordion-item__container h3:last-child,
.custom-accordion-active .custom-accordion-item__container h4:last-child,
.custom-accordion-active .custom-accordion-item__container h5:last-child,
.custom-accordion-active .custom-accordion-item__container h6:last-child {
	margin-bottom: 0;
	color: #3b3663;
	margin-bottom: 14px;
	line-height: 1.6;
}

.custom-accordion-item__container .tabs-right-wrap {
	padding-left: 1em;
}

.custom-accordion-content {
	position: relative;
	width: 100%;
}

.contact-input {
	position: relative;
}

.contact-input input {
	margin-bottom: 30px;
}

input.invalid,
textarea.invalid {
	border: 1px solid red !important;
}

span.span_invalid {
	position: absolute;
	z-index: 9;
	right: 30px;
	background: red;
	color: #fff;
	padding: 1px 15px;
	font-size: 11px;
	border-radius: 0;
	top: 10px;
}

.gorsenme {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


/* responsive */

@media only screen and (min-width: 1400px) and (max-width: 1570px) {
	.hrrd-hero-img-wrap {
		margin-right: 0;
	}

	.destination-right-wrap {
		padding-right: 70px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.hero-content h1 {
		font-size: 72px;
	}

	.hrrd-hero-img-wrap {
		margin-right: 0;
	}

	.single-popular-job-item .popular-job-content h3 {
		font-size: 18px;
	}

	.single-popular-job-item .popular-job-content ul li {
		display: inline-block;
		margin-right: 22px;
	}

	.single-widget .contact-info ul li {
		font-size: 12px;
	}

	.hrrd-menu .main-nav {
		float: unset;
		justify-content: center;
	}

	.hrrd-hero-content h1 {
		font-size: 59px;
	}

	.hrrd-hero-img-wrap .hrrd-hero-post {
		left: 0;
		top: 0;
	}

	.destination-right-wrap .trip-section-title h1 {
		font-size: 38px;
		line-height: 52px;
	}

	.destination-content p {
		margin: 10px 0 17px;
	}

	.destination-right-wrap {
		padding-right: 71px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-content h3 {
		font-size: 16px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-content p {
		font-size: 13px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 {
		font-size: 16px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 i {
		font-size: 12px;
	}

	.trip-map-shape {
		width: 58%;
	}

	.exceptionally-wrap {
		margin-top: 50px;
	}

	.blog-post-wrap h1 a {
		font-size: 25px;
	}

	.blog-post-wrap h1 {
		line-height: 32px;
	}

	.blog-post-wrap p {
		margin-bottom: 18px;
	}
}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-btn-wrap .menu-reg {
		margin-right: 18px;
	}

	.hero-content h1 {
		font-size: 56px;
		line-height: 85px;
	}

	.hrrd-hero-img-wrap {
		margin-right: 0;
	}

	.hrrd-hero-img-wrap .hrrd-hero-post {
		left: 0;
		top: 0;
	}

	.title-mark::before {
		height: 36px;
	}

	.platform-work-wrap .platform-work-box .platform-content p {
		padding-right: 0px;
	}

	.single-popular-job-item .popular-job-content h3 {
		font-size: 21px;
	}

	.single-popular-job-item .popular-job-content ul li {
		display: inline-block;
		margin-right: 22px;
	}

	.testimonial-content-slide-box h2 {
		font-size: 23px;
	}

	.common-btn {
		padding: 15px 38px;
	}

	.subscribe-wrap {
		padding: 110px 20px;
	}

	.subscribe-title {
		padding-right: 0;
	}

	.hrrd-menu .menu-btn-wrap a {
		margin-right: 10px;
		font-size: 14px;
		padding: 15px 20px;
	}

	.hrrd-hero-content h1 {
		font-size: 49px;
		line-height: 70px;
	}

	.hrrd-hero {
		padding: 168px 0 105px;
	}

	.everything-img-wrap {
		text-align: center;
		margin-bottom: 50px;
	}

	.collaborate-img-wrap {
		text-align: center;
		margin-top: 50px;
	}

	.destination-right-wrap .trip-section-title h1 {
		font-size: 38px;
		line-height: 52px;
	}

	.destination-content p {
		margin: 10px 0 17px;
	}

	.destination-right-wrap {
		padding-right: 71px;
	}

	.destination-slide-wrap .tst {
		left: 50%;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-content h3 {
		font-size: 16px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-content p {
		font-size: 13px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 {
		font-size: 16px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 i {
		font-size: 12px;
	}

	.trip-map-shape {
		display: none;
	}

	.exceptionally-wrap {
		margin-top: 50px;
	}

	.cart-wrap .single-cart .cart-post .cart-post-content h4 a {
		font-size: 13px;
	}

	.cart-wrap .single-cart .cart-post .cart-post-content h4 {
		line-height: 14px;
	}

	.cart-wrap .single-cart .cart-post .cart-post-content p {
		font-size: 11px;
		margin-top: 2px;
	}
}


/* Medium Layout: 1280px. end */


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {}


/* Tablet Layout: 768px. end */


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.mobile-mt-50 {
		margin-top: 50px;
	}

	.mobile-mt-24 {
		margin-top: 24px;
	}

	.client-logo-box {
		text-align: center;
	}

	.single-widget .contact-info ul li {
		font-size: 12px;
	}

	.engagement-cart {
		width: 180px;
		height: 171px;
	}

	.hrrd-hero {
		padding: 130px 0 80px;
	}

	.hero-slide-area .hero-slide-item {
		padding-top: 5em;
	}

	.hero-slide-area .hero-slide-item .hero-slide-item-title {
		font-size: 35px;
		line-height: 40px;
		padding: 0 1em;
	}

	.tribox-area .tribox-item.one,
	.tribox-area .tribox-item.two,
	.tribox-area .tribox-item.three {
		border-radius: 10px;
		border-left: 0;
		border-right: 0;
	}

	.tuobox-area .tuobox-area-item .tuobox-title,
	.booknow-form-area .booknow-form-area-item.one .booknow-form-title {
		font-size: 30px;
		line-height: 40px;
	}

	.tuobox-area .tuobox-area-item .tuobox-desc,
	.booknow-form-area .booknow-form-area-item.one .booknow-form-desc {
		font-size: 20px;
		line-height: 30px;
	}

	.tuobox-area .tuobox-area-item .tuobox-btn,
	.booknow-form-area .booknow-form-area-item.one .booknow-form-btn {
		font-size: 18px;
	}

	.tuobox-area .tuobox-area-item.one {
		align-items: flex-start;
	}

	.tuobox-area .tuobox-area-item,
	.booknow-form-area .booknow-form-area-item {
		padding: 3em;
	}

	.testimonial-area img {
		display: none;
	}
}


/* Mobile Layout: 320px. end */


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Wide Mobile Layout: 480px. end */

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1420px;
	}
}


/*added another responsive */

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1420px;
	}
}

.d-block {
	display: block
}

.d-none {
	display: none
}

.m-mb15 {
	margin-bottom: 0;
}

.background-white {
	background: #fff !important;
	background-color: #fff !important;
}

@media only screen and (min-width: 992px) {
	.dc-block {
		display: block
	}

	.dc-none {
		display: none
	}

	.m-mb15 {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.custom-accordion-tabs {
		display: flex;
		background: #fff;
	}

	.custom-accordion-tabs .custom-accordion-tab {
		flex: 1;
		padding: 20px;
		font: inherit;
		border: none;
		cursor: pointer;
		background: #FAFAFA;
		transition: background 0.1s ease;
		line-height: 30px;
		font-weight: 800;
		color: #3B3663;
		font-size: 20px;
		letter-spacing: -0.2px;
		margin: 0;
	}

	.custom-accordion-tabs .custom-accordion-tab:hover {
		background: #ffffff;
	}

	.custom-accordion-tabs .custom-accordion-tab:last-child {
		border-right: 0;
	}

	.custom-accordion-tabs .custom-accordion-tab.custom-accordion-active {
		background: #ffffff;
	}

	.custom-accordion-item {
		display: none;
		border: none;
		background: #FFFFFF;
		border-radius: 0;
		padding: 35px;
		-webkit-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		position: relative;
		width: 100%;
	}

	.custom-accordion-item__label,
	.custom-accordion-item__container {
		padding: 0;
		transition: inherit;
	}

	.custom-accordion-item__label {
		margin-bottom: 20px;
		display: none;
	}

	.custom-accordion-item.custom-accordion-active {
		display: block;
	}

	.custom-accordion-item.custom-accordion-active .custom-accordion-item__container {
		padding: 0;
	}
}

.collaborate-item {
	margin: 3em 0;
	position: relative;
}

.collaborate-area .collaborate-item-left {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
}

.collaborate-area .row .col-lg-6 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.collaborate-area .collaborate-area-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0.5em;
	text-align: center;
	text-transform: uppercase;
}

.collaborate-area .collaborate-area-title {
	color: #252A3F;
	font-size: 30px;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 1em;
}

.collaborate-area .collaborate-item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.collaborate-area .collaborate-item-image img {
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
	max-height: 400px;
}

.collaborate-area .collaborate-item-left h2 {
	color: #252A3F;
	font-size: 30px;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 1em;
	text-align: left;
}

.collaborate-area .collaborate-item-left p {
	font-size: 18px;
	margin-bottom: 2em;
	text-align: left;
}

.collaborate-area .collaborate-item-left a.common-btn {
	margin-bottom: 1em;
}

.collaborate-area .collaborate-item-right {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	text-align: right;
}

.collaborate-area .collaborate-item-right h2 {
	color: #252A3F;
	font-size: 30px;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 1em;
	text-align: right;
	width: 100%;
}

.collaborate-area .collaborate-item-right p {
	font-size: 18px;
	margin-bottom: 2em;
	text-align: right;
}

.collaborate-area .collaborate-item-right a.common-btn {
	margin-bottom: 1em;
}

.logo img.logo_image {
	height: 60px;
}

.logo .logo_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 10px;
}

.logo .logo_info .logo_name {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #3B3663;
	letter-spacing: -0.2px;
	line-height: 1;
	margin-bottom: 5px;
	text-shadow: 2px 3px #00000014;
}

.logo .logo_info .logo_subname {
	color: #3B3663;
	font-size: 14px;
	letter-spacing: -0.2px;
	line-height: 1;
	font-weight: 300;
	text-shadow: 2px 3px #00000014;
}

.callme-btn {
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	padding: 15px 35px;
	background-color: #94E100;
	background-size: 150% 100%;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
}

.callme-btn:hover {
	background-color: #84c606;
	background-position: 100% 150%;
	transition: all .4s ease-in-out;
	color: #fff;
}

.whatsapp-btn {
	border-radius: 5px;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	padding: 15px 35px;
	background-color: #279e64;
	background-size: 150% 100%;
	transition: all .4s ease-in-out;
	text-transform: uppercase;
}

.whatsapp-btn:hover {
	background-color: #208554;
	background-position: 100% 150%;
	transition: all .4s ease-in-out;
	color: #fff;
}

.callme-btn i,
.whatsapp-btn i {
	margin-right: 10px;
}

.main-nav {}

@media (max-width: 767px) {
	.logo img.logo_image {
		height: 50px;
	}
}

@media (max-width: 991px) {

	.main-nav>ul>li.menu-item-has-children,
	.main-nav>ul>li {
		position: relative;
	}

	.main-nav>ul>li>a .bi,
	.main-nav>ul>li ul>li>a .bi,
	.main-nav>ul>li>a i {
		display: none !important;
	}

	.main-nav ul li .sub-menu>li {
		display: block;
		width: 100%;
		padding: 0;
	}

	.main-nav ul li .sub-menu>li a {
		border: none;
	}

	.main-nav ul li .sub-menu>li>ul.sub-menu>li a {
		border: none;
		padding: 5px 0;
	}

	.main-nav>ul>li {
		position: relative;
	}
}

@media (min-width: 991px) {
	.main-nav ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
}

.step-items-area .step-items-area-item span {
	border-radius: 5px;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px;
	background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.main-nav ul li .sub-menu>li a i,
.main-nav ul li .sub-menu>li>ul.sub-menu>li a i {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: visibility .25s, opacity .25s, -webkit-transform .25s;
	transition: visibility .25s, opacity .25s, transform .25s;
	transition: visibility .25s, opacity .25s, transform .25s, -webkit-transform .25s;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.main-nav ul li .sub-menu>li:hover a i,
.main-nav ul li .sub-menu>li:hover>ul.sub-menu>li a i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.content-area {
	position: relative;
	width: 100%;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
	margin: 1em 0;
}

.content-area ul,
.content-area ol {
	list-style: inherit;
	padding: inherit;
	margin: .5em 0;
}

.content-area ul li,
.content-area ol li {
	margin: 5px 0;
}

.collaborate-area .collaborate-item-image:before {
	width: 200px;
	height: 150px;
	position: absolute;
	top: -10px;
	z-index: -1;
	content: "";
	border: 0;
	transition-timing-function: cubic-bezier(0.25, .25, .75, .75);
	transition-duration: .4s;
	transition-property: opacity, transform;
	left: -10px;
	border-top-left-radius: 5px;
	background-image: -webkit-linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
	background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
}

.collaborate-area .collaborate-item-image:after {
	width: 200px;
	height: 150px;
	position: absolute;
	bottom: -10px;
	z-index: -1;
	content: "";
	border: 0;
	transition-timing-function: cubic-bezier(0.25, .25, .75, .75);
	transition-duration: .4s;
	transition-property: opacity, transform;
	right: -10px;
	border-bottom-right-radius: 5px;
	background-image: -webkit-linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
	background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
}

.footer-fixed-contact-bar {
	display: none;
	position: fixed;
	width: 100%;
	padding: 10px 15px;
	z-index: 1000001;
	bottom: 15px;
	-webkit-animation: fadeInDown .8s;
	-moz-animation: fadeInDown .8s;
	-ms-animation: fadeInDown .8s;
	-o-animation: fadeInDown .8s;
	animation: fadeInDown .8s;
	-webkit-backface-visibility: hidden;
}

.footer-fixed-contact-bar a {
	color: #fff
}

.footer-fixed-contact-bar .contact-bar-item-call {
	background: #279e64;
	position: relative;
	padding: 15px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	border-radius: 0 5px 5px 0;
	border: 1px solid #acacac;
	border-left: 0;
	gap: 5px;
	width: 100%;
}

.footer-fixed-contact-bar .contact-bar-item-book {
	background: #94E100;
	position: relative;
	padding: 15px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	border-radius: 5px 0 0 5px;
	border: 1px solid #acacac;
	border-right: 0;
	gap: 5px;
	width: 100%;
}

.menu-btn-wrap .callme-btn,
.menu-btn-wrap .whatsapp-btn {
	padding: 15px 25px;
}

.archive_description {
	position: relative;
	width: 100%;
}

.archive_description h1,
.archive_description h2,
.archive_description h3,
.archive_description h4,
.archive_description h5,
.archive_description h6 {
	margin: 15px 0;
}

.archive_description p {}

.mobt-24 {
	display: flex;
	gap: 1em;
	position: relative;
}

ul.link_slider {
	position: relative;
	width: 100%;
	line-height: normal;
	margin: 0;
}

ul.link_slider li {}

ul.link_slider li a {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	box-shadow: 0px 0px 25px rgb(0 0 0 / 6%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 2em 0;
}

.job-category-box .explore-content {
	display: flex;
	text-align: left;
}

.container-area-title {
	line-height: 38px;
	font-weight: 800;
	color: #3B3663;
	font-size: 30px;
	letter-spacing: -0.2px;
	margin-bottom: 0.5em;
}

.main-nav>ul>li>a>.screen-reader-text {
	display: none;
}

.tuobox-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.booknow-form-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.tuobox-area .tuobox-area-item.one .tuobox-info {
	align-items: flex-end;
}

.tuobox-area .tuobox-area-item.two .tuobox-info {
	align-items: flex-start;
}

.booknow-form-area .booknow-form-area-item.one .booknow-form-info {
	align-items: flex-end;
}

.book-a-service-list {
	width: 100%;
	display: flex;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 28px 0 28px;
	color: #3B3B3B;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: hsla(0, 0%, 100%, .431);
	box-shadow: 0 0 59px 0 rgb(28 137 212 / 10%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.book-a-service-list .form-name {
	box-shadow: unset;
	position: relative;
	display: flex;
	align-items: center;
	padding: unset;
	font-size: 18px;
	color: #212529;
	text-align: left;
	background-color: unset;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
	font-weight: 600;
}

.book-a-service-list a {}

@media (max-width:991px) {
	.booknow-form-info {
		align-items: center !important;
	}

	.footer-fixed-contact-bar {
		display: flex;
	}

	.typewrite {
		position: relative;
		width: 100%;
		height: 200px;
	}

	.callme-btn {
		text-align: center;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
		padding: 10px 25px;
	}

	.whatsapp-btn {
		text-align: center;
		display: inline-flex;
		justify-content: space-between;
		align-items: center;
		font-size: 13px;
		padding: 10px 25px;
	}

	.collaborate-area .collaborate-item-left p,
	.collaborate-area .collaborate-item-right p {
		margin-bottom: 0;
	}

	.collaborate-info .collaborate-info-list {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.job-category-box {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.tribox-area .tribox-item-info,
	.sub_typewrite,
	.typewrite,
	.projects-area .projects-area-subtitle,
	.projects-area .projects-area-title,
	.social-metrics-area .social-metrics-area-subtitle,
	.social-metrics-area .social-metrics-area-title,
	.faq-area .faq-area-subtitle,
	.faq-area .faq-area-title,
	.tuobox-area .tuobox-area-item .tuobox-desc,
	.booknow-form-area .booknow-form-area-item.one .booknow-form-desc,
	.collaborate-area .collaborate-item-left p,
	.collaborate-area .collaborate-item-right p,
	.collaborate-area .collaborate-item-right h2,
	.collaborate-area .collaborate-item-right p,
	.collaborate-area .collaborate-item-left h2,
	.content-area,
	.tuobox-area .tuobox-area-item .tuobox-desc,
	.booknow-form-area .booknow-form-area-item .booknow-form-title,
	.tuobox-area .tuobox-area-item .tuobox-desc,
	.desc_typewrite {
		text-align: center !important;
	}

	.menu-btn-wrap {
		height: unset;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.booknow-area .booknow-area-info {
		margin-bottom: 1em;
	}

	.dm-block {
		display: block
	}

	.dm-none {
		display: none
	}

	.collaborate-area .collaborate-img-wrap .table-responsive table tbody tr {
		width: 100%;
	}

	.introduction-area-by-image {
		background-size: cover;
	}

	.m-mb15 {
		margin-bottom: 15px;
	}

	.tribox-area .tribox-item .tribox-item-con {
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.tribox-area .tribox-item.full span {
		display: none;
	}

	.tuobox-info {
		align-items: center !important;
		text-align: center;
		justify-content: center;
	}

	.collaborate-img-wrap {
		padding: 0;
	}

	.mobt-50 {
		margin-top: 50px;
	}

	.mobt-24 {
		margin-top: 24px;
		width: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1em;
	}

	.header-menu-area {
		padding: 27px 0;
	}

	.mobile-ham-logo {
		display: unset;
		align-items: unset;
		height: unset;
		text-align: center;
	}

	.main-nav>ul>li>a.active {
		color: #3f51b5;
	}

	.main-nav {
		display: unset;
		align-items: unset;
		height: unset;
	}

	.menu-btn {
		margin-left: 16px;
		background: linear-gradient(180deg, #EB620F 0%, #FF4C6C 100%);
	}

	.menu-btn i {
		left: -5px;
		top: 0;
		padding: 14.2px;
	}

	.menu-btn-wrap .menu-reg {
		margin-right: unset;
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
		margin-left: 10px;
	}

	.sticky {
		padding: 15px 0;
	}

	.sticky .hamburger {
		margin-top: 0 !important;
	}

	.sticky .logo {
		margin-top: 1px;
	}

	.hero-content h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.title-mark::before {
		height: 10.29px;
	}

	.hero-content .hero-search-form {
		padding-left: 10px;
	}

	.hero-content .hero-search-form .search-box input {
		width: 33%;
	}

	.hero-content .recent-search ul li a {
		font-size: 12px;
	}

	.hero-content .recent-search ul li:first-child {
		margin-right: 10px;
	}

	.hero-content {
		margin-bottom: 30px;
	}

	.platform-work-wrap .platform-work-box .platform-content p {
		padding-right: 0px;
	}

	.single-popular-job-item .popular-job-content h3 {
		font-size: 18px;
	}

	.single-popular-job-item .popular-job-content ul li {
		display: inline-block;
		margin-right: 22px;
	}

	.around-world-area {
		padding-top: 60px;
	}

	.subscribe-wrap {
		padding: 110px 20px;
	}

	.subscribe-title {
		padding-right: 0;
	}

	.hrrd-menu .main-nav>ul>li>a.active {
		border-bottom: unset;
	}

	.hrrd-menu .main-nav>ul>li:hover>a {
		border-bottom: unset;
		color: unset;
	}

	.hrrd-menu .main-nav>ul>li>a,
	.agency-menu .main-nav>ul>li>a,
	.eu-menu .main-nav>ul>li>a {
		line-height: 40px;
	}

	.trip-menu .main-nav>ul>li>a::before,
	.eu-menu .main-nav>ul>li>a::before {
		display: none;
	}

	.trip-menu .main-nav>ul>li>a {
		line-height: 40px;
		color: #221314;
	}

	.hrrd-hero-content h1 {
		font-size: 39px;
		line-height: 60px;
	}

	.hrrd-hero {
		padding: 130px 0 105px;
	}

	.hrrd-hero-content .hrrd-hero-client-logo ul {
		flex-wrap: wrap;
	}

	.hrrd-hero-content .hrrd-hero-client-logo ul li {
		margin-bottom: 20px;
		margin-right: 5px;
	}

	.hrdd-section-title h1 {
		font-size: 32px;
		line-height: 54px;
	}

	.trip-section-title h1 {
		font-size: 40px;
		line-height: 58px;
	}

	.hrrd-hero-content .hrrd-hero-btn-wrap {
		margin: 27px 0 41px;
	}

	.hrrd-hero {
		padding: 130px 0 100px;
	}

	.everything-area.mt-100 {
		margin-top: 0;
	}

	.income-cart,
	.like-cart,
	.time-cart {
		animation: unset;
		position: relative;
		padding: 20px;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.everything-img-wrap>img {
		position: absolute;
		height: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.like-cart .like-cart-box .like-cart-content {
		padding-left: 20px;
	}

	.like-cart .like-cart-box .like-cart-content h6 {
		font-size: 20px;
	}

	.everything-img-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.everything-info ul li {
		font-size: 15px;
	}

	.tri-package-card.tri-package-featured {
		margin-bottom: 0px;
	}

	.time-cart .time-cart-btn-wrap .time-cart-btn {
		font-size: 12px;
	}

	.time-cart .time-cart-btn-wrap {
		justify-content: space-between;
	}

	.engagement-cart {
		animation: unset;
		top: 0;
	}

	.testimonial-cart {
		padding: 10px;
		animation: unset;
	}

	.testimonial-cart .testimonial-cart-people h6 {
		margin-bottom: 6px;
	}

	.testimonial-cart i {
		top: 0;
	}

	.testimonial-cart p {
		font-size: 14px;
	}

	.price-content-box {
		padding: 30px;
		border: 1px solid #EDEDED;
	}

	.price-content-box.design-2 {
		border: none;
	}

	.testimonial-content-slide-wrap .tst {
		bottom: unset;
		top: 100%;
	}

	.apps-area .hrrd-app-shape,
	.pricing-shape {
		display: none;
	}

	.container-text {
		font-size: 70px;
	}

	.destination-right-wrap {
		padding-right: 0px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-content h3 {
		font-size: 16px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-content p {
		font-size: 13px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 {
		font-size: 16px;
	}

	.single-destination-slide-box .destination-slide-info .destination-slide-rating h3 i {
		font-size: 12px;
	}

	.tri-footer-style {
		padding-top: 100px;
	}

	.breadcrumb-area .breadcrumb-text h1 {
		font-size: 50px;
	}

	.breadcrumb-area {
		padding-top: 150px;
	}

	.exceptionally-wrap img {
		display: none;
	}

	.exceptionally-wrap .exceptionally-content {
		padding-left: 0;
	}

	.work-link ul li {
		font-size: 15px;
		margin-right: 28px;
		margin-bottom: 10px;
	}

	.contact-input h1 {
		font-size: 36px;
	}

	.blog-post-details h1 a,
	.blog-post-wrap h1 a {
		font-size: 25px;
		line-height: 41px;
	}

	.blog-details-wrap .details-post-content h1 {
		font-size: 24px;
	}

	/* mobile menu */
	.header-menu-area.header-menu-area-design-2 .main-nav>ul>li>a {
		color: #fff;
	}

	.header-menu-area-design-2 .hamburger span {
		background: #000;
	}

	.hamburger {
		display: block;
		float: right;
	}

	.main-nav>ul>li>a.active {
		color: #3f51b5;
	}

	.main-nav>ul>li:hover>a {
		color: #F47514;
	}

	.main-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 250px;
		padding: 27px 10px;
		z-index: 99999;
		height: 100%;
		overflow: auto;
		border-right: 1px solid #dddddd4f;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateX(-250px);
		-moz-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		-o-transform: translateX(-250px);
		transform: translateX(-250px);
		-webkit-transition: -webkit-transform .3s ease-in;
		-moz-transition: -moz-transform .3s ease-in;
		-o-transition: -o-transform .3s ease-in;
		transition: transform 0.3s ease-in;
		background: #FFFFFF;
		-webkit-box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
		box-shadow: 0px 15px 25px rgb(0 0 0 / 6%);
	}

	.main-nav.slidenav {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}

	.main-nav>ul {
		float: none;
		padding: 25px 10px;
	}

	.main-nav>ul>li.has-child-menu:after {
		content: none;
	}

	.main-nav>ul>li>a:after {
		content: none;
	}

	.main-nav>ul>li {
		display: block;
		padding: 0 !important;
		margin-left: 0
	}

	.main-nav>ul>li>a {
		font-size: 16px;
		color: #3B3663;
		line-height: 35px;
		margin: 0;
		justify-content: flex-start;
	}

	.main-nav ul li .fl {
		display: block;
		line-height: 35px
	}

	.main-nav ul li .sub-menu {
		position: static;
		/* min-width: 200px; */
		background: transparent;
		border: none;
		padding: 0px 0px 0px 10px;
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
		display: none;
	}

	.main-nav ul li .sub-menu li .sub-menu {
		margin-top: 0;
		padding-left: 10px;
	}

	.main-nav ul li .sub-menu>li a {
		display: block;
		padding: 10px 0;
		color: #3B3663;
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-o-transition: all .3s;
		transition: all 0.3s;
		line-height: 1.5;
		width: 100%;
	}

	.main-nav ul li .sub-menu>li a:hover {
		background: transparent;
		/* color: #fff; */
	}

	.slideInUp {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none
	}

	.footer-area .footer-wrap .single-widget-head {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.footer-area .footer-wrap .single-widget-head .footer-contact {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.footer-area .footer-wrap .footer-contact .footer-contact-item {
		position: relative;
		display: flex;
		margin-left: 0;
		margin-bottom: 1em;
		margin-top: 1em;
	}

	.tabs-area .tabs-left-wrap {
		margin-bottom: 2em;
	}

	.booknow-form-area .booknow-form-area-item.one {
		align-items: center;
	}

	.kd-process-steps ul {
		flex-direction: column;
	}

	.kd-process-steps.process_three_elem li {
		width: 100%;
	}

	.kd-process-steps.process-checkbox-template ul li .pss-container:before {
		display: none;
	}

	.testimonial-area .testimonial-content-slide-box {
		padding: 1em 2em;
	}

	header#wpheader {
		margin-bottom: 85px;
	}
}


.strong-hover-shake:hover {
	animation: tilt-shaking 0.15s infinite;
}

.gentle-hover-shake:hover {
	animation: tilt-shaking 0.25s infinite;
}

.gentle-tilt-move-shake:hover {
	animation: tilt-n-move-shaking 0.25s infinite;
}

.strong-tilt-move-shake:hover {
	animation: tilt-n-move-shaking 0.15s infinite;
}

.constant-tilt-shake {
	animation: tilt-shaking 0.3s infinite;
}

.vertical-shake {
	animation: vertical-shaking 0.35s infinite;
}

.horizontal-shake {
	animation: horizontal-shaking 0.35s infinite;
}

.rise-shake {
	animation: jump-shaking 0.83s infinite;
}

.skew-shake-x {
	animation: skew-x-shake 1.3s infinite;
}

.skew-shake-y {
	animation: skew-y-shake 1.3s infinite;
}

@keyframes tilt-shaking {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(0eg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes tilt-n-move-shaking {
	0% {
		transform: translate(0, 0) rotate(0deg);
	}

	25% {
		transform: translate(5px, 5px) rotate(5deg);
	}

	50% {
		transform: translate(0, 0) rotate(0eg);
	}

	75% {
		transform: translate(-5px, 5px) rotate(-5deg);
	}

	100% {
		transform: translate(0, 0) rotate(0deg);
	}
}

@keyframes vertical-shaking {
	0% {
		transform: translateY(0)
	}

	25% {
		transform: translateY(5px)
	}

	50% {
		transform: translateY(-5px)
	}

	75% {
		transform: translateY(5px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes horizontal-shaking {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(5px)
	}

	50% {
		transform: translateX(-5px)
	}

	75% {
		transform: translateX(5px)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes jump-shaking {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateY(-9px)
	}

	35% {
		transform: translateY(-9px) rotate(17deg)
	}

	55% {
		transform: translateY(-9px) rotate(-17deg)
	}

	65% {
		transform: translateY(-9px) rotate(17deg)
	}

	75% {
		transform: translateY(-9px) rotate(-17deg)
	}

	100% {
		transform: translateY(0) rotate(0)
	}
}

@keyframes skew-x-shake {
	0% {
		transform: skewX(-15deg);
	}

	5% {
		transform: skewX(15deg);
	}

	10% {
		transform: skewX(-15deg);
	}

	15% {
		transform: skewX(15deg);
	}

	20% {
		transform: skewX(0deg);
	}

	100% {
		transform: skewX(0deg);
	}
}

@keyframes skew-y-shake {
	0% {
		transform: skewY(-15deg);
	}

	5% {
		transform: skewY(15deg);
	}

	10% {
		transform: skewY(-15deg);
	}

	15% {
		transform: skewY(15deg);
	}

	20% {
		transform: skewY(0deg);
	}

	100% {
		transform: skewY(0deg);
	}
}


input.radio-as-button[type=radio] {
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	-moz-appearance: none;
	appearance: none;
	/* For iOS < 15 */
	background-color: white;
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #252A3F;
	border-radius: 50%;
	transform: translateY(-50%);
	display: grid;
	place-content: center;
	position: absolute;
	right: 1em;
	top: 50%;
}

input.radio-as-button[type=radio]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ffffff;
	/* Windows High Contrast Mode */
}

input.radio-as-button[type=radio]:checked {}

input.radio-as-button[type=radio]:checked::before,
input.radio-as-button[type=radio]:focus::before,
input.radio-as-button[type=radio]:hover::before {
	transform: scale(1);
}


input.radio-as-button[type=radio]:checked::after,
input.radio-as-button[type=radio]:focus::after,
input.radio-as-button[type=radio]:hover::after {
	transform: scale(1);
	content: "\F3E7";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -4px;
	animation: jump-shaking 0.83s infinite;
	top: -14px;
	color: #252A3F;
	font-size: 25px;
}

input.radio-as-button[type=radio]:focus {
	outline: 0;
	outline-offset: 0;
}

label.label-as-button {
	padding: unset;
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	color: unset;
	background-color: unset;
	background-clip: unset;
	border: unset;
	-webkit-appearance: unset;
	-moz-appearance: unset;
	appearance: unset;
	border-radius: unset;
	transition: unset;
	text-align: left;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.booking_container .booking-select-location {
	height: 60px;
	margin: 1em 0;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 45px;
	color: #3B3B3B;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	text-align: left;
	border: 1px solid #eceef1;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
}

.booking_container .booking-select-location:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.booking_container .booking-select-location::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #017aff;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.booking_container .booking-select-location:last-child {
	margin-bottom: 0;
}

.booking_container .booking-select-location i {
	color: #230B34;
}


.booking_container .booking-select-location .form-name {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	flex-wrap: wrap;
	padding-right: 1em;
}


.booking_container .booking-select-location:hover,
.booking_container .booking-select-location:has(input.radio-as-button[type=radio]:checked) {
	background: #017aff;
	color: #fff;
}

.booking_container .booking-select-location:hover::before,
.booking_container .booking-select-location:has(input.radio-as-button[type=radio]:checked)::before {
	background: #fff;
}

.booking_container .booking-select-location:hover {
	-webkit-transform: unset;
	transform: unset;
}

.full-width {
	width: 100%;
}

.flip_letters {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flip_letters span {
	font-size: 10rem;
	position: relative;
	display: inline-block;
	color: green;
	animation: fliptext 2s infinite;
	animation-delay: calc(.2s * var(--flip));
	font-weight: 900;
}

.flip_letters span.red {
	color: red;
}

.colortext {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: green;
	font-weight: 900;
}

.colortext.red {
	color: red;
}

.hometopage {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes fliptext {

	0%,
	80% {
		transform: rotateY(360deg);
	}
}