/* Fonts */
@font-face {
	font-family: "MonaSans";
	src: url("../fonts/MonaSans-Regular.woff2") format("woff2"),
		url("../fonts/MonaSans-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MonaSans";
	src: url("../fonts/MonaSans-SemiBold.woff2") format("woff2"),
		url("../fonts/MonaSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Defult CSS */
html,
body {
	min-height: 100%;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1150px;
}

.section-header-primary {
	margin-bottom: 100px;
}

.section-header-primary h4 {
	margin-bottom: 16px;
}

.section-header-primary p {
	margin-top: 45px;
}

.section-header-secondary {
	text-align: center;
	margin-bottom: 70px;
}

.section-header-secondary h4 {
	margin-bottom: 14px;
}

.list-primary {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-primary li {
	position: relative;
	padding-left: 54px;
	margin-bottom: 25px;
}

.list-primary li:before {
	content: url(../img/icons/tick.png);
	position: absolute;
	top: 5px;
	left: 8px;
}

.list-primary li:last-child {
	margin-bottom: 0;
}

.list-primary li .icon {
	position: absolute;
	top: 5px;
	left: 8px;
}

.owl-carousel .owl-item img {
	width: initial;
}

.form-primary {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}

.form-primary .form-group {
	margin-bottom: 27px;
}

.form-primary .form-control {
	min-height: 65px;
	border: 1px solid #c7c7c7;
	border-radius: 7px;
	padding: 20px;
}

.form-primary .form-control::-webkit-input-placeholder {
	/* Edge */
	color: #606060;
	opacity: 1;
}

.form-primary .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #606060;
	opacity: 1;
}

.form-primary .form-control::placeholder {
	color: #606060;
	opacity: 1;
}

.form-primary textarea {
	min-height: 140px !important;
}

.bg-dark .section-header-secondary h2 {
	color: #fff;
}

.accordion-primary {
	max-width: 908px;
	width: 100%;
	margin: 0 auto;
}

.accordion-primary .card {
	border: none;
	border-bottom: 1px solid #d7d7d7;
}

.accordion-primary > .card:first-of-type {
	border-bottom: 1px solid #d7d7d7;
}

.accordion-primary > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 1px solid #d7d7d7;
}

.accordion-primary > .card:last-of-type {
	border-bottom: none;
}

.accordion-primary .card-header {
	background-color: transparent;
	border-bottom: none;
	padding: 16px 30px 16px 0;
	cursor: pointer;
}

.accordion-primary .card-body {
	padding: 0;
	padding-bottom: 21px;
}

.accordion-primary .card-header[aria-expanded="true"]:after {
	content: url(../img/icons/minus.png);
}

.accordion-primary .card-header[aria-expanded="false"]:after {
	content: url(../img/icons/plus.png);
}

.accordion-primary .card-header:after {
	position: absolute;
	top: 16px;
	right: 5px;
}

.points-box {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}

.points-box .point-item {
	background: #ffffff;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	min-height: 80px;
	margin-bottom: 33px;
	padding: 5px;
}

.points-box .point-item .icon {
	margin: 0 13px 0 18px;
}

/* Typograpgy */
body {
	font-family: "MonaSans";
	color: #3d3d3d;
	font-size: 15px;
}

h1 {
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #000000;
	font-weight: 600;
}

h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 120%;
	color: #231e20;
}

h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	color: #000000;
}

h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 150%;
	color: #ff9800;
}

.lead {
	font-size: 18px;
	font-weight: 600;
}

.button-primary {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #000000;
	border-radius: 50px;
	padding: 11px 17px 11px 18px;
}

.button-primary:hover {
	color: #fff;
}

.button-primary .icon {
	vertical-align: bottom;
	transition: 0.3s;
}

.button-primary:hover .icon {
	margin-left: 5px;
}

.button-secondary {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #ff9800;
	border-radius: 50px;
	padding: 11px 13px 11px 35px;
}

.button-secondary:hover {
	color: #fff;
}

input[type="submit"] {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #ff9800;
	border-radius: 50px;
	padding: 15px 35px 15px 35px;
}

input[type="submit"]:hover {
	color: #fff;
}

.button-secondary .icon {
	vertical-align: bottom;
	margin-left: 10px;
	transition: 0.3s;
}

.button-secondary:hover .icon {
	margin-left: 15px;
}

/* Header Area */
header {
	padding: 20px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}

header.active {
	padding: 10px 0;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header .container {
	max-width: 1300px;
}
header .menu {
	margin-left: auto;
	margin-right: 40px;
}
header .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

header .menu ul li {
	display: inline-block;
	margin-right: 40px;
	position: relative;
}
header .menu ul li.menu-item-has-children,
header .menu ul li.has-dropdown {
	padding-right: 15px;
}

header .menu > ul > li.has-submenu:before {
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	right: 3px;
	top: 5px;
}

header .menu ul li:last-child {
	margin-right: 0;
}

header .menu ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	display: block;
	padding: 5px;
	transition: 0.3s;
}

header .menu ul li a:hover {
	text-decoration: none;
	color: #ff9800;
}

header .menu ul li:hover:before {
	color: #ff9800;
}

header .menu ul li ul {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	position: absolute;
	top: 100%;
	left: 0;
	background: #ffffff;
	padding: 15px;
	min-width: 200px;
	transform: translateY(10px);
	box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
}

header .menu ul li ul li {
	margin-right: 0;
	margin-bottom: 5px;
	padding-right: 0;
	display: block;
}

header .menu ul li ul li:last-child {
	margin-bottom: 0;
}

header .menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

header .mobile-menu {
	display: none;
}

/* Hero Seciton */
.hero-section {
	background: linear-gradient(
		236.79deg,
		rgba(249, 233, 220, 1) 29.89%,
		rgba(215, 110, 25, 0) 69.78%
	);
	min-height: 723px;
	position: relative;
}

.hero-section h1 {
	margin-bottom: 20px;
}

.hero-section .content {
	position: relative;
	z-index: 1;
}

.hero-section .hero-image {
	position: absolute;
	right: 0;
	bottom: 53px;
	max-width: 853px;
	width: 60%;
}

/* Hero Seciton 2 */
.hero-section-2 {
	background: rgba(255, 179, 117, 0.2);
	min-height: 723px;
	position: relative;
}

.hero-section-2 h1 {
	margin-bottom: 20px;
}

.hero-section-2 .content {
	position: relative;
	z-index: 1;
}

.hero-section-2 .hero-image {
	position: absolute;
	right: 0;
	bottom: 55px;
	width: 50%;
	max-width: 711px;
}

/* Featured Section */
.featured-section {
	padding: 84px 0 50px;
}

.featured-section .featured-item {
	margin-bottom: 55px;
	max-width: 342px;
	width: 100%;
}

.featured-section .featured-item .icon {
	margin-bottom: 25px;
}

.featured-section .featured-item h3 {
	margin-bottom: 15px;
}

/* Precess Section */
.process-section {
	padding: 50px 0 140px;
}

.process-section .image-desktop {
	width: 100%;
}

.process-section .image-desktop img {
	width: 100%;
}

.process-section .image-desktop .text-box {
	width: 20%;
	padding: 15px;
	text-align: center;
}

.process-section .image-mobile {
	display: none;
}

/* CTA Section */
.cta-section {
	margin-bottom: 80px;
}

.cta-section .cta-box {
	background: #fff3e9;
	border-radius: 20px;
	padding: 45px 19px 53px 67px;
}

.cta-section .cta-box p {
	color: #000000;
	margin-bottom: 32px;
}

/* Information Section */
.information-section {
	padding: 80px 0;
}

.information-section h2 {
	margin-bottom: 16px;
}

.information-section p {
	margin-bottom: 23px;
}

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

.information-section ul li {
	position: relative;
	padding-left: 54px;
	margin-bottom: 25px;
}

.information-section ul li:before {
	content: url(../img/icons/tick.png);
	position: absolute;
	top: 5px;
	left: 8px;
}

.information-section ul li:last-child {
	margin-bottom: 0;
}

.information-section ul li .icon {
	position: absolute;
	top: 5px;
	left: 8px;
}

/* Testimonials Section */
.testimonials-section {
	padding: 72px 0 97px;
	background: url(../img/testimonials/bg.jpg);
	background-size: cover;
	background-position: center;
	margin-top: 80px;
}

.testimonials-section .owl-carousel .owl-stage {
	display: flex;
	padding-bottom: 25px;
}

.testimonials-section .testimonial-item {
	background: #fff;
	border-radius: 20px;
	padding: 42px 33px 57px 35px;
	height: 100%;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.testimonials-section .testimonial-item .stars {
	margin-bottom: 15px;
}

.testimonials-section .testimonial-item p {
	font-weight: 600;
	margin-bottom: 23px;
}

.testimonials-section .testimonial-item .name {
	font-weight: 600;
	color: #000000;
}

.testimonials-section .owl-carousel .owl-dots {
	text-align: center;
}

.testimonials-section .owl-carousel button.owl-dot {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	margin: 0 6px;
	border: 1px solid #e0e0e0;
}

.testimonials-section .owl-carousel button.owl-dot.active {
	background: #ff9800;
	border: 1px solid #ff9800;
}

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

/* Contact Section */
.contact-section {
	padding: 69px 0 0;
}

.contact-section .contact-section-inner {
	padding: 51px 0 43px;
	background: url(../img/contact/bg.png);
	background-size: cover;
	background-position: center;
}

/* Contact Section 2 */
.contact-section-2 {
    padding: 100px 0;
    background-color: rgba(255, 179, 117, .2);
}

.contact-section-2 .form-primary {
	max-width: 628px;
}

.contact-section-2 .form-primary .form-control.dark::-webkit-input-placeholder {
	/* Edge */
	color: #000000;
	opacity: 1;
}

.contact-section-2 .form-primary .form-control.dark:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000000;
	opacity: 1;
}

.contact-section-2 .form-primary .form-control.dark::placeholder {
	color: #000000;
	opacity: 1;
}

.contact-section-2 .form-primary .form-control.dark::-webkit-input-placeholder {
	/* Edge */
	color: #000000;
	opacity: 1;
}

.contact-section-2 .form-primary .form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #8a8a8a;
	opacity: 1;
}

.contact-section-2 .form-primary .form-control::placeholder {
	color: #8a8a8a;
	opacity: 1;
}

/* Footer Area */
footer .container {
	max-width: 1320px;
}

footer .widget-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}

footer .footer-top {
	padding: 80px 0 0;
	border-bottom: 1px solid #dadada;
}

footer .footer-top .widgets-area {
	padding: 0 10%;
}

footer .footer-top .footer-top-image {
	margin-bottom: 85px;
}

footer .footer-top ul {
	margin-bottom: 24px;
	list-style: none;
	padding: 0;
}

footer .footer-top ul li {
	margin-bottom: 10px;
}

footer .footer-top ul li:last-child {
	margin-bottom: 0;
}

footer .footer-top ul li a {
	color: #000000;
}

footer .footer-bottom {
	padding: 70px 0 50px;
}

footer .copyright-text {
	font-size: 15px;
	font-weight: 500;
}

footer .footer-bottom .disclaimer-text {
	max-width: 856px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #898989;
	line-height: 150%;
	font-size: 12px;
}

/* Content Section */
.content-section {
	padding: 80px 0;
}

.content-section h4 {
	margin-bottom: 15px;
}

.content-section h2 {
	margin-bottom: 25px;
}

.content-section p {
	margin-bottom: 20px;
}

.content-section a {
	font-weight: 600;
	text-decoration: underline;
	color: #000000;
}

/* Other Services Section */
.other-secvices-section {
	padding: 101px 0 144px;
	background: #333333;
}

.other-secvices-section .container {
	max-width: 1040px;
}

.other-secvices-section .other-service-item {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	max-width: 331px;
	width: 100%;
	margin: 0 auto 30px;
	height: calc(100% - 30px);
}

.other-secvices-section .other-service-item .image-box {
	margin-bottom: 21px;
}

.other-secvices-section .other-service-item .content-box {
	padding: 21px 25px 35px;
}

.other-secvices-section .other-service-item .content-box h3 {
	font-size: 24px;
	line-height: 120%;
	margin-bottom: 10px;
}

.other-secvices-section .other-service-item .content-box p {
	color: #284356;
	margin-bottom: 10px;
}

.other-secvices-section .other-service-item .content-box a {
	line-height: 18px;
	font-weight: 600;
	color: #000000;
}

.other-secvices-section .other-service-item .content-box a span {
	text-decoration: underline;
}
.widget-item .widget.info_widget {
	margin: 0;
}

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

.widget-item .widget {
	margin-bottom: 40px;
}

.footer_info .desc {
	font-size: 14px;
}

/* Happy Customer Section */
.happy-customer-section {
	margin: 202px auto 77px;
}

.happy-customer-section .happy-customer-box {
	background: url(../img/happy-customer/bg.svg);
	background-size: cover;
	background-position: center;
	max-width: 1043px;
	border-radius: 15px;
	min-height: 503px;
	padding: 50px 99px 50px 47px;
	margin: 0 auto;
}

.happy-customer-section .happy-customer-box .image-box {
	width: 42%;
	margin-right: 5%;
}

.happy-customer-section .happy-customer-box .content-box {
	width: 53%;
}

.happy-customer-section .happy-customer-box .content-box h2 {
	margin: 20px 0;
}

.happy-customer-section .happy-customer-box .text-box {
	background: #fff;
	border-radius: 15px;
	padding: 41px 34px 30px;
	max-width: 453px;
	width: 100%;
}

.happy-customer-section .happy-customer-box .text-box p {
	margin-bottom: 8px;
}

.happy-customer-section .happy-customer-box .text-box .name {
	display: block;
	font-weight: 600;
	color: #000;
}

.happy-customer-section .happy-customer-box .text-box .designation {
	display: block;
	color: #818181;
}

/* Page Header */
.page-header {
	min-height: 569px;
	background: rgba(255, 179, 117, 0.2);
	padding: 115px 0;
}

.page-header .text-center h1 {
	margin-bottom: 22px;
}

.page-header p {
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}

/* FAQ Section */
.faq-section {
	padding: 98px 0 191px;
}

/* Intro Section */
.intro-section {
	padding: 80px 0;
}
.intro-section-wrpr .intro-section:last-of-type {
	padding: 0 0 80px;
}

/* Points Section */
.points-section {
	padding: 80px 0;
}

/* Comparison Section */
.comparison-section {
	padding: 50px 0;
}

.comparison-section .comparison-box {
	background: #fff3e9;
	border-radius: 20px;
	padding: 63px 110px 116px 110px;
}

.comparison-section .section-header-secondary {
	max-width: 637px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.comparison-section .section-header-secondary h2 {
	margin-bottom: 15px;
}

.comparison-section .comparison-item {
	background: #ffffff;
	border-radius: 20px;
	padding: 45px 30px 50px;
	height: 100%;
}

.comparison-section .comparison-item h3 {
	font-size: 24px;
	margin: 0 0 30px 40px;
}

.comparison-section .comparison-item > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comparison-section .comparison-item > ul > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
}

.comparison-section .comparison-item > ul > li:before {
	content: url(../img/icons/tick.png);
	position: absolute;
	top: 6px;
	left: 0;
}

.comparison-section .comparison-item > ul > li:last-child {
	margin-bottom: 0;
}

.comparison-section .comparison-item > ul > li > ul {
	list-style: disc;
	padding-left: 20px;
	margin-top: 5px;
}

/* Logo Section */
.logo-section {
	padding: 100px 0;
}

.logo-section .container {
	max-width: 750px;
}

.logo-section .logo-item {
	text-align: center;
}

/* Location Section */
.location-section {
	padding: 260px 0 100px;
}

.location-section .container {
	max-width: 1075px;
}

.location-section .location-inner {
	background: #fff3e9;
	padding-bottom: 75px;
}

.location-section .map-box {
	margin: -180px 0 75px;
}

.location-section .location-item {
	background: #fff;
	padding: 50px 25px 65px;
	text-align: center;
	max-width: 300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.location-section .location-item h3 {
	font-size: 24px;
	margin-bottom: 18px;
}

.location-section .location-item p {
	margin-bottom: 21px;
}

.location-section .location-item a {
	color: #3d3d3d;
}

/* start: Service Warehouse */
.hero_banner {
	padding: 200px 0;
	position: relative;
	z-index: 1;
}
.hero_banner::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	max-width: 610px;
	width: 100%;
	height: 825px;
	z-index: -1;
	background-image: url(../img/shapes/hero_shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.service-details .hero_banner::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -200px;
	max-width: 182px;
	width: 100%;
	height: 725px;
	z-index: -1;
	background-image: url(../img/shapes/experience-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.hero_banner .container {
	max-width: 1300px;
}
.hero_banner_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.hero_banner_wrapper .banner_content {
	max-width: 526px;
	width: 100%;
}
.hero_banner_wrapper .banner_content .subtitle {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #ff9800;
	margin-bottom: 6px;
}
.hero_banner_wrapper .banner_content .title {
	font-size: 48px;
	line-height: 1.2;
	color: #1a1a1a;
	margin-bottom: 5px;
}
.hero_banner_wrapper .banner_content .desc {
	font-size: 18px;
	line-height: 1.5;
	color: #464662;
}
.hero_banner_wrapper .banner_content .desc p:last-child {
	margin: 0;
}
.hero_banner_wrapper .banner_content .btn {
	margin-top: 25px;
}
.tj-border-btn,
.tj-btn-primary,
.tj-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	background: #000000;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-radius: 0;
	padding: 16px 27px;
	transition: all 0.4s ease-in-out 0s;
}
.tj-btn-primary {
	background-color: #ff8d30;
	font-size: 16px;
	letter-spacing: 0.01em;
	padding: 20px 30px;
}
.tj-border-btn {
	border: 1px solid #e57a23;
	color: #e57a23;
	background-color: transparent;
}
.tj-btn:hover {
	background-color: #e57a23;
	color: #fff;
}
.tj-btn-primary:hover {
	background-color: #1a1a1a;
	color: #fff;
}
.tj-border-btn:hover {
	background-color: #e57a23;
	color: #fff;
}
.tj-btn-inline {
	padding: 0;
	border: 0;
	background-color: transparent;
	outline: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #e57a23;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.tj-btn-inline:hover {
	color: #1a1a1a;
}
.hero_banner_wrapper .banner_img {
	max-width: 585px;
	width: 100%;
}

.service_partner_content {
	max-width: 856px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cacaca;
	padding: 35px;
	margin-bottom: 75px;
}
.faq-page .hero_banner {
	padding: 100px 0 200px 0;
}
.faq-page .hero_banner_wrapper .banner_img {
	text-align: right;
}
/* end: Hero banner */

/* start: Process Section */
.process-section {
	background-color: rgba(255, 233, 205, 0.2);
	padding-top: 110px;
	padding-bottom: 70px;
}
.process-section .container {
	max-width: 1300px;
	width: 100%;
}
.process-section .section_title {
	margin-bottom: 100px;
}
.process_items {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 70px;
	justify-content: center;
}
.process_items .single_process {
	max-width: 260px;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.process_items .single_process:nth-child(even) {
	margin-top: 120px;
}
.process_items .single_process:not(:last-child):after {
	content: "";
	position: absolute;
	left: 105px;
	top: 0;
	max-width: 250px;
	width: 100%;
	height: 100px;
	z-index: -1;
	background-image: url(../img/shapes/process-shape-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.process_items .single_process:nth-child(even)::after {
	top: -115px;
	left: 80px;
	max-width: 235px;
	height: 140px;
	background-image: url(../img/shapes/process-shape-2.png);
}
.single_process .item_count {
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffb375;
	margin-bottom: 25px;
	color: #464662;
}
.single_process .item_title {
	font-size: 20px;
	font-weight: 600;
	color: #464662;
	margin-bottom: 10px;
}
.single_process .item_desc {
	font-size: 15px;
	font-weight: 400;
	color: #464662;
}
.single_process .item_desc p:last-child {
	margin: 0;
}
.single_process .item_desc ul {
	padding-left: 16px;
	margin-bottom: 0;
}
/* end: Process Section */

/* start: Section Title */
.section_title .subtitle {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #ff9800;
	margin-bottom: 10px;
}
.section_title .title {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: #1a1a1a;
	margin-bottom: 13px;
}
.section_title .desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #464662;
}
.section_title .desc p:last-child {
	margin-bottom: 0;
}
.section_title .btn {
	margin-top: 25px;
}
/* end: Section Title */

/* start: Experience Premium */
.experience_premier {
	padding-bottom: 165px;
	position: relative;
	z-index: 1;
}
.experience_premier::after {
	content: "";
	position: absolute;
	left: 0;
	top: -300px;
	max-width: 182px;
	width: 100%;
	height: 725px;
	z-index: -1;
	background-image: url(../img/shapes/experience-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}

.experience_premier .section_title {
	margin-bottom: 57px;
	max-width: 855px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.experience_premier .section_title .desc {
	max-width: 746px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.experience_wrapper .row:not(:last-child) {
	margin-bottom: 40px;
}
.experience_wrapper .row:nth-child(even) {
	flex-direction: row-reverse;
}
.experience_wrapper .experience_img {
	padding: 25px;
	max-width: 510px;
	width: 100%;
	height: 400px;
	background-color: #fff0e3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.experience_wrapper .experience_content {
	max-width: 485px;
	width: 100%;
}
.experience_wrapper .experience_content .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #1a1a1a;
	margin-bottom: 15px;
}
.experience_wrapper .experience_content .desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #464662;
}
.experience_wrapper .experience_content .desc p:last-child {
	margin: 0;
}
.experience_wrapper .experience_content .btn {
	margin-top: 20px;
}

.contact_why_choose_wrapper .container {
    max-width: 1300px;
}
.contact_why_choose_wrapper .row:not(:last-child) {
	margin-bottom: 40px;
}
.contact_why_choose_wrapper .row:nth-child(even) {
	flex-direction: row-reverse;
}
.contact_why_choose_wrapper .why_choose_img {
	padding: 25px;
	max-width: 525px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_why_choose_wrapper .why_choose_content {
	max-width: 485px;
	width: 100%;
	margin-bottom: 70px;
}
.contact_why_choose_wrapper .why_choose_content .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #1a1a1a;
	margin-bottom: 15px;
}
.contact_why_choose_wrapper .why_choose_content .desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #464662;
}
.contact_why_choose_wrapper .why_choose_content .desc p:last-child {
	margin: 0;
}
.contact_why_choose_wrapper .why_choose_content .btn {
	margin-top: 20px;
}
.contact_why_choose_wrapper .why_choose_content ul {
    padding: 25px 0 0 20px;
    list-style: none;
    list-style-image: url(../img/Check.png);
}
.contact_why_choose_wrapper .why_choose_content ul li {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #464662;
    line-height: 23px;
    margin-bottom: 25px;
}
.contact_icon {
    width: 71px;
    height: 71px;
    background-image: url(../img/Rectangle1693.png);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 40px;
}
.contact_detail_item {
    margin-bottom: 30px;
}
.contact_detail_item p, .contact_detail_item a {
    color: #3D3D3D;
    font-size: 15px;
    line-height: 23px;
}
.contact_detail_item a {
    text-decoration: underline;
}
.contact_detail_item h3 {
    font-size: 16px;
    font-weight: 500;
}
.contact_details {
    margin-left: 60px;
    margin-top: 220px;
}


.resources-page .experience_premier {
	padding-bottom: 40px;
}
.resources-page .experience_premier::before,
.about-page .experience_premier::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	max-width: 182px;
	width: 100%;
	height: 725px;
	z-index: -1;
	background-image: url(../img/shapes/experience-right-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.resources-page .experience_premier .section_title,
.about-page .experience_premier .section_title {
	max-width: 750px;
	margin-left: 0;
	margin-bottom: 40px;
}
.resources-page .experience_premier .section_title .title,
.about-page .experience_premier .section_title .title {
	max-width: 723px;
	width: 100%;
}
.resources-page .experience_premier .section_title .desc,
.about-page .experience_premier .section_title .desc {
	margin-left: 0;
}
.feature_box {
	background-color: rgba(255, 235, 204, 0.5);
	padding: 55px 32px;
	min-height: 540px;
	max-width: 575px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.feature_box .feature_img {
	max-height: 70px;
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}
.feature_box .feature_content {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.feature_box .feature_content .title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #1a1a1a;
	margin-bottom: 21px;
}
.feature_box .feature_content .desc {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	max-width: 455px;
	width: 100%;
}
.feature_box .feature_content .desc p:last-child {
	margin-bottom: 0;
}
.feature_box .feature_content .btn {
	margin-top: 30px;
}

.service-details .experience_premier {
	padding-top: 70px;
}
/* end: Experience Premium */

/* start: CTA Section */
.cta_section {
	border-top: 20px solid #ffb375;
	background-color: rgba(255, 179, 117, 0.2);
	padding: 55px 0 75px 0;
}
/* end: CTA Section */

/* start: FAQ Section */
.service-details .faqs-section {
	padding-top: 120px;
	padding-bottom: 75px;
}
.service-details .faqs-section .section_title {
	margin-bottom: 28px;
}
.faq_wrapper .faq_item {
	border: none;
	border-bottom: 1px solid #cacaca !important;
	border-radius: 0;
}
.faq_wrapper .faq_item .card-header {
	padding: 0;
	border: none;
	margin: 0;
	background: transparent;
}
.faq_wrapper .faq_item .card-header .item_title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
	color: #1a1a1a;
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 20px 30px 20px 0;
	position: relative;
	z-index: 1;
}
.faq_wrapper .faq_item .card-header .item_title::after {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../img/shapes/faq-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 2;
	transition: all 0.4s ease-in-out 0s;
}
.faq_wrapper .faq_item .card-header .item_title:not(.collapsed):after {
	transform: rotate(90deg);
}
.faq_wrapper .faq_item .faq_content .card-body {
	padding: 0 0 25px 0;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	max-width: 586px;
	width: 100%;
}
.faq_wrapper {
	max-width: 635px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.table_of_content {
	margin-bottom: 40px;
}
.table_of_content .title {
	font-size: 20px;
	text-align: left;
	color: #1a1a1a;
	margin-bottom: 15px;
}
.table_of_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.table_of_content ul li {
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
}
.table_of_content ul li a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}
.table_of_content ul li a:hover {
	color: #1a1a1a;
}
.table_of_content ul li:not(:last-child) {
	margin-bottom: 20px;
}
.faq-page .faqs-section {
	padding-bottom: 120px;
}
/* end: FAQ Section */

/* start: Blog Section */
.service-details .blog-section {
	background-color: rgba(255, 233, 205, 0.2);
	padding-top: 70px;
	padding-bottom: 100px;
}
.service-details .blog-section .section_title {
	margin-bottom: 70px;
}
.single_blog {
	border: 1px solid rgba(202, 202, 202, 1);
	background-color: #ffffff;
	margin-bottom: 40px;
}
.single_blog .blog_thumb {
	max-height: 170px;
}
.single_blog .blog_thumb a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.single_blog .blog_thumb a img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.single_blog .blog_content {
	padding: 25px 20px;
}
.single_blog .blog_content .title {
	font-size: 20px;
	font-weight: 600;
	color: #464662;
	margin-bottom: 10px;
}
.single_blog .blog_content .title a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	transition: all 0.4s ease-in-out 0s;
}
.single_blog .blog_content .title a:hover {
	color: #e57a23;
}
.single_blog .blog_content .desc p:last-child {
	margin-bottom: 0;
}
.single_blog .blog_content .blog_meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	margin-top: 50px;
}

.blog-hero {
	/* background-color: rgba(255, 226, 202, 0.3); */
	padding-top: 200px;
	padding-bottom: 120px;
}
.blog-hero::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	max-width: 610px;
	width: 100%;
	height: 825px;
	z-index: -1;
	background-image: url(../img/shapes/hero_shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
}
.blog-hero .blog_thumb {
	width: 100%;
}
.blog-hero .blog_thumb a {
	display: inline-flex;
}
.blog-hero .blog_thumb img {
    height: 400px;
}
.blog-hero .blog_content .subtitle {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: left;
	color: #ff9800;
	margin-bottom: 8px;
}
.blog-hero .blog_content .title {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-align: left;
	color: #1a1a1a;
	margin-bottom: 20px;
}
.blog-hero .blog_content .title a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	transition: 0.4s;
	text-decoration: none;
}
.blog-hero .blog_content .title a:hover {
	color: #ff9800;
}
.blog-hero .blog_content .desc {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
	margin-bottom: 20px;
}
.blog-hero .blog_content .desc p {
	margin-bottom: 0;
}
.blog-hero .blog_content .post_meta {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
	margin-bottom: 22px;
}
.blog-hero .blog_content .post_author {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
}
.blog-hero .blog_content .post_author .author_img {
	max-width: 55px;
	width: 100%;
	height: 55px;
	border-radius: 50%;
	overflow: hidden;
}
.blog-hero .blog_content .post_author .author_content .name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #464662;
	margin-bottom: 0;
}
.blog-hero .blog_content .post_author .author_content .name a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.blog-hero .blog_content .post_author .author_content .desc {
	display: block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
}
.blog-page .blog-section {
	padding-top: 120px;
	padding-bottom: 80px;
}
.blog-page .blog-section .section_title {
	margin-bottom: 50px;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.blog-page .blog-section .section_title .desc {
	font-size: 18px;
}

.tj-post_details {
	padding-top: 120px;
	padding-bottom: 80px;
}
.tj-post_details .tj-post__thumb {
	max-width: 100%;
	margin-bottom: 45px;
}
.tj-post_details .tj-post__thumb img {
	height: auto;
}
.tj-post__content .post_navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}
.tj-post__content .post_navigation li {
	display: inline;
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: left;
	color: #737987;
}
.tj-post__content .post_navigation li:not(:last-child) {
	margin-right: 8px;
	padding-right: 20px;
}
.tj-post__content .post_navigation li:not(:last-child):after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	line-height: 1;
	font-size: 12px;
	color: #737987;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tj-post__content .tj-post__title {
	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-align: left;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 15px;
}
.tj-post__content .tj-post__subtitle {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
}
.tj-post__content .post_meta {
	margin-top: 40px;
	border-bottom: 1px solid #8e9093;
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
}
.tj-post__content .post_meta .post_author {
	display: inline-flex;
	align-items: center;
	gap: 25px;
}
.tj-post__content .post_meta .post_author .author_img {
	max-width: 60px;
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}
.tj-post__content .post_meta .post_author .author_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tj-post__content .post_meta .post_author .author_content .name {
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
	margin-bottom: 5px;
}
.tj-post__content .post_meta .post_author .author_content .name a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}
.tj-post__content .post_meta .post_author .author_content .desc {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
}
.tj-post__content .post_meta .date {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #464662;
}
.tj-post__content .tj-entry__content {
	padding-top: 35px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
}
.tj-post__content .tj-entry__content h3 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-align: left;
	color: #1a1a1a;
	margin-top: 15px;
}
.tj-post__content .tj-entry__content h5 {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.01em;
	text-align: left;
	color: #1a1a1a;
	margin-top: 15px;
}
.tj-post__content .tj-entry__content ul {
	padding: 0;
	list-style: none;
}
.tj-post__content .tj-entry__content ul li {
	position: relative;
	display: flex;
	align-items: start;
	gap: 10px;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
	color: #464662;
}
.tj-post__content .tj-entry__content ul li:not(:last-child) {
	margin-bottom: 5px;
}
.tj-post__content .tj-entry__content ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	line-height: 1;
	font-size: 18px;
	color: #ff9800;
	margin-top: 4px;
}
.tj-related_posts {
	padding-top: 120px;
	padding-bottom: 50px;
}
.tj-related_posts .section_title {
	margin-bottom: 60px;
}
/* end: Blog Section */

/* Third-level dropdown — fly out right */
header .menu ul li ul li ul {
  top: 0;
  left: 100%;
  transform: translateY(0) translateX(10px);
}
header .menu ul li ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}
header .menu ul li ul li.menu-item-has-children {
  position: relative;
}
header .menu ul li ul li.menu-item-has-children > a:after {
  content: ' ›';
}

/* Fix: only show direct child sub-menu on hover, not all descendants */
header .menu ul li ul li ul {
  visibility: hidden !important;
  opacity: 0 !important;
}
header .menu ul li ul li:hover > ul {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) translateX(0) !important;
}
/* Ensure sub-sub-menus don't bleed through */
header .menu ul li ul li {
  position: relative;
}
