 :root {
 	--primary-color: #3D4548;
 	--secondary-color:  #3d454814;
 	--text-color: #667282;
 	--accent-color: #FFB703;
 	--white-color: #FFFFFF;
 	--divider-color: #12223B30;
 	--dark-divider-color: #FFFFFF20;
 	--overlay-color: #00000066;
 	--error-color: rgb(230, 87, 87);
 	--default-font: "DM Sans",
 		sans-serif;
 	--accent-font: "Manrope",
 		sans-serif;
 }

 .video-play-button {
 	display: none;
 }

 .navbar-brand img {
 	width: 200px;
 	height: 60px;
	filter: brightness(0)invert(1);
 }

 body {
 	font-family: var(--default-font);
 	font-size: 17px;
 	font-weight: 400;
 	line-height: 1.6em;
 	color: var(--text-color);
 	background-color: var(--white-color);
 }

 p {
 	line-height: 1.6em;
 	margin-bottom: 1.4em;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	margin: 0;
 	font-family: var(--accent-font);
 	font-weight: 800;
 	color: var(--primary-color);
 	line-height: 1.3em;
 }

 figure {
 	margin: 0;
 }

 img {
 	max-width: 100%;
 }

 a {
 	text-decoration: none;
 }

 a:hover {
 	text-decoration: none;
 	outline: 0;
 }

 a:focus {
 	text-decoration: none;
 	outline: 0;
 }

 html,
 body {
 	width: 100%;
 	overflow-x: clip;
 }

 .container {
 	max-width: 1400px;
 }

 .container,
 .container-fluid,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl,
 .container-xxl {
 	padding-right: 15px;
 	padding-left: 15px;
 }

 .image-anime {
 	position: relative;
 	overflow: hidden;
 }

 .image-anime:after {
 	content: "";
 	position: absolute;
 	width: 200%;
 	height: 0%;
 	left: 50%;
 	top: 50%;
 	background-color: rgba(255, 255, 255, .3);
 	transform: translate(-50%, -50%) rotate(-45deg);
 	z-index: 1;
 }

 .image-anime:hover:after {
 	height: 250%;
 	transition: all 600ms linear;
 	background-color: transparent;
 }

 .reveal {
 	position: relative;
 	display: -webkit-inline-box;
 	display: -ms-inline-flexbox;
 	display: inline-flex;
 	visibility: hidden;
 	overflow: hidden;
 }

 .reveal img {
 	height: 100%;
 	width: 100%;
 	-o-object-fit: cover;
 	object-fit: cover;
 	-webkit-transform-origin: left;
 	transform-origin: left;
 }

 .row {
 	margin-right: -15px;
 	margin-left: -15px;
 }

 .row>* {
 	padding-right: 15px;
 	padding-left: 15px;
 }

 .row.no-gutters {
 	margin-right: 0px;
 	margin-left: 0px;
 }

 .row.no-gutters>* {
 	padding-right: 0px;
 	padding-left: 0px;
 }

 .zpf_right li {
 	background: #3D4548 !important;
 }

 a {
 	text-decoration: initial !important;
 }
header .btn-default {
    display: inline-block;
    font-family: var(--accent-font);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
    color: var(--white-color) !important;
    background: transparent;
    border-radius: 12px;
    padding: 0px 60px 0px 30px;
    border: none;
    transition: 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
header .header-btn .btn-default::after{
	  background: transparent;
}
 .btn-default {
 	display: inline-block;
 	font-family: var(--accent-font);
 	font-size: 16px;
 	font-weight: 800;
 	line-height: 1.3em;
 	color: var(--white-color);
 	background: #3D4548;
 	border-radius: 12px;
 	padding: 20px 60px 20px 30px;
 	border: none;
 	transition: 0.5s ease-in-out;
 	position: relative;
 	overflow: hidden;
 	z-index: 1;
 }
 .btn-default span{
	 display: block;
 }
 .btn-default:hover {
 	background: transparent;
 }

 .btn-default::before {
 	content: '';
 	position: absolute;
 	top: 50%;
 	right: 0;
 	bottom: 0;
 	background-image: url("../images/arrow.svg");
 	background-repeat: no-repeat;
 	background-position: center center;
 	width: 24px;
 	height: 24px;
 	transform: translate(-30px, -50%);
 	transition: 0.4s ease-in-out;
 }

 .btn-default::after {
 	content: '';
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	width: 0;
 	height: 106%;
 	background: var(--primary-color);
 	border-radius: 12px;
 	transition: 0.4s ease-in-out;
 	z-index: -1;
 }

 .btn-default:hover:before {
 	transform: translate(-27px, -50%);
 }

 .btn-default:hover::after {
 	width: 106%;
 }

 .btn-default.btn-highlighted {
 	background-color: transparent;
 	border: 1px solid var(--white-color);
 	color: var(--white-color);
 	padding: 19px 60px 19px 30px;
 }

 .btn-default.btn-highlighted:hover {
 	border-color: #3D4548;
 }

 .btn-default.btn-highlighted::after {
 	background-color: #3D4548;
 }

 .btn-large {
 	font-size: 20px;
 	padding: 20px 65px 20px 30px;
 }

 .fenlei {
 	text-align: center;
 	margin-top: 30px;
 }

 .fenlei a {
 	font-size: 18px;
 	font-weight: 700;
 	display: inline-block;
 	margin: 0 10px;
 	color: var(--text-color);
 }

 .fenlei a:hover,
 .fenlei a.on {
 	color: #3D4548;
 }

 #magic-cursor {
 	position: absolute;
 	width: 10px !important;
 	height: 10px !important;
 	pointer-events: none;
 	z-index: 1000000;
 }

 #ball {
 	position: fixed;
 	display: block;
 	left: 0;
 	top: 0;
 	transform: translate(-50%, -50%);
 	width: 8px !important;
 	height: 8px !important;
 	background: #3D4548;
 	margin: 0;
 	border-radius: 50%;
 	pointer-events: none;
 	opacity: 1 !important;
 }

 .preloader {
 	position: fixed;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	z-index: 1000;
 	background-color: #3D4548;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .loading-container,
 .loading {
 	height: 100px;
 	position: relative;
 	width: 100px;
 	border-radius: 100%;
 }

 .loading-container {
 	margin: 40px auto;
 }

 .loading {
 	border: 1px solid transparent;
 	border-color: transparent var(--white-color) transparent var(--white-color);
 	animation: rotate-loading 1.5s linear 0s infinite normal;
 	transform-origin: 50% 50%;
 }

 .loading-container:hover .loading,
 .loading-container .loading {
 	transition: all 0.5s ease-in-out;
 }

 #loading-icon {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	max-width: 66px;
 	transform: translate(-50%, -50%);
 }

 @keyframes rotate-loading {
 	0% {
 		transform: rotate(0deg);
 	}

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

 .light-bg-section {
 	margin: 0 25px;
 }

 .section-row {
 	margin-bottom: 60px;
 }

 .section-row .section-title {
 	text-align: center;
 	margin-bottom: 0;
 }

 .section-row .section-title p {
 	width: 100%;
 	max-width: 1400px;
 	margin: 0 auto;
 	margin-top: 10px;
 	text-align: left;
 }

 .section-btn {
 	line-height: 0.8em;
 }

 .section-title {
 	margin-bottom: 40px;
 }

 .section-title h1 {
 	/* font-size: 70px; */
 	font-weight: 800;
 	line-height: 1.1em;
 	letter-spacing: -0.03em;
 	margin-bottom: 0;
 	/* cursor: none; */
 }

 .page-service-single .section-title h2 {
 	font-size: 34px;
 }

 .section-title h2 {
 	font-size: 46px;
 	font-weight: 800;
 	line-height: 1.1em;
 	letter-spacing: -0.03em;
 	margin-bottom: 0;
 	/* cursor: none; */
 }

 .section-title .h3 {
 	color: #fff;
 	font-size: 16px;
 	font-weight: 800;
 	line-height: 1.1em;
 	letter-spacing: 0.13em;
 	text-transform: uppercase;
 	margin-bottom: 20px;
 }

 .section-title p {
 	margin-top: 30px;
 	margin-bottom: 0;
 }

 .section-title-content {
 	margin-top: 30px;
 }

 .section-title-content p {
 	margin: 0;
 }

 .help-block.with-errors ul {
 	margin: 0;
 	text-align: left;
 }

 .help-block.with-errors ul li {
 	color: var(--error-color);
 	font-weight: 500;
 	font-size: 14px;
 }

 header.main-header {
 	background-color: transparent;
 	border-bottom: 1px solid var(--dark-divider-color);
 	position: relative;
 	z-index: 100;
 	margin: 0px 40px 0px 40px;
 }

 header.main-header .header-sticky {
 	position: relative;
 	top: 0;
 	z-index: 100;
 }

 header.main-header .header-sticky.hide {
 	transform: translateY(-100%);
 	transition: transform 0.3s ease-in-out;
 	border-radius: 0;
 }

 header.main-header .header-sticky.active {
 	position: fixed;
 	top: 0;
 	left: 0;
 	right: 0;
 	border-radius: 0;
 	transform: translateY(0);
 	background: var(--primary-color);
 	border-bottom: 1px solid var(--divider-color);
 	backdrop-filter: blur(30px);
 }

 .navbar {
 	padding: 10px 80px;
 	align-items: center;
 }

 .navbar-brand {
 	padding: 0;
 	margin: 0;
 }

 .main-menu .nav-menu-wrapper {
 	flex: 1;
 	text-align: center;
 }

 .main-menu .nav-menu-wrapper>ul {
 	align-items: center;
 	display: inline-flex;
 }

 .main-menu ul li {
 	margin: 0 15px;
 	position: relative;
 }

 .main-menu ul li a {
 	font-family: var(--accent-font);
 	font-size: 18px;
 	font-weight: 500;
 	padding: 15px 15px !important;
 	color: var(--white-color);
 	text-transform: capitalize;
 	transition: all 0.3s ease-in-out;
 }

 .main-menu ul li.submenu>a:after {
 	content: '\f107';
 	font-family: 'FontAwesome';
 	font-weight: 900;
 	font-size: 14px;
 	margin-left: 8px;
 }

 .main-menu ul li a:hover,
 .main-menu ul li a:focus {
 	color: #3D4548;
 }

 .main-menu ul ul {
 	visibility: hidden;
 	opacity: 0;
 	transform: scaleY(0.8);
 	transform-origin: top;
 	padding: 0;
 	margin: 0;
 	list-style: none;
 	width: 210px;
 	border-radius: 15px;
 	position: absolute;
 	left: 0;
 	top: 100%;
 	overflow: hidden;
 	background-color: #3D4548;
 	transition: all 0.3s ease-in-out;
 	text-align: left;
 }

 .main-menu ul ul ul {
 	left: 100%;
 	top: 0;
 	text-align: left;
 }

 .main-menu ul ul li {
 	margin: 0;
 	padding: 0;
 }

 .main-menu ul ul li a {
 	color: var(--white-color);
 	padding: 8px 20px !important;
 	transition: all 0.3s ease-in-out;
 }

 .main-menu ul li:hover>ul {
 	visibility: visible;
 	opacity: 1;
 	transform: scaleY(1);
 	padding: 5px 0;
 }

 .main-menu ul ul li a:hover {
 	color: var(--primary-color);
 	background-color: transparent;
 	padding: 8px 20px 8px 23px !important;
 }

 .header-btn .btn-default {
 	    padding: 12px 19px;
 }

 .header-btn .btn-default:hover {
 	color: var(--primary-color);
 }

 .header-btn .btn-default::before {
 	display: none;
 }

 .header-btn .btn-default::after {
 	background: var(--white-color);
 }

 .main-menu ul li.highlighted-menu {
 	display: none;
 }

 .responsive-menu,
 .navbar-toggle {
 	display: none;
 }

 .responsive-menu {
 	top: 0;
 	position: relative;
 }

 .slicknav_btn {
 	background: #3D4548;
 	padding: 6px 0 0;
 	width: 38px;
 	height: 38px;
 	margin: 0;
 	border-radius: 6px;
 }

 .slicknav_icon .slicknav_icon-bar {
 	display: block;
 	width: 100%;
 	height: 3px;
 	width: 22px;
 	background-color: var(--white-color);
 	border-radius: 6px;
 	margin: 4px auto !important;
 	transition: all 0.1s ease-in-out;
 }

 .navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
 	transform: rotate(-45deg) translate(-5px, 5px);
 }

 .navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
 	opacity: 0;
 }

 .navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
 	transform: rotate(45deg) translate(-5px, -5px);
 }

 .slicknav_menu {
 	position: absolute;
 	width: 100%;
 	padding: 0;
 	background: #3D4548;
 }

 .slicknav_menu ul {
 	margin: 5px 0;
 }

 .slicknav_menu ul ul {
 	margin: 0;
 }

 .slicknav_nav .slicknav_row,
 .slicknav_nav li a {
 	position: relative;
 	font-family: var(--accent-font);
 	font-size: 16px;
 	font-weight: 500;
 	text-transform: capitalize;
 	padding: 10px 20px;
 	color: var(--white-color);
 	line-height: normal;
 	margin: 0;
 	border-radius: 0 !important;
 	transition: all 0.3s ease-in-out;
 }

 .slicknav_nav a:hover,
 .slicknav_nav .slicknav_row:hover {
 	background-color: transparent;
 	color: var(--primary-color);
 }

 .slicknav_menu ul ul li a {
 	padding: 10px 20px 10px 30px;
 }

 .slicknav_arrow {
 	font-size: 0 !important;
 }

 .slicknav_arrow:after {
 	content: '\f107';
 	font-family: 'FontAwesome';
 	font-weight: 900;
 	font-size: 12px;
 	margin-left: 8px;
 	color: var(--white-color);
 	position: absolute;
 	right: 15px;
 	top: 15px;
 	transition: all 0.3s ease-out;
 }

 .slicknav_open>a .slicknav_arrow:after {
 	transform: rotate(-180deg);
 	color: var(--primary-color);
 }

 .hero.bg-section {
 	margin: 0 0px;
 	overflow: hidden;
 	border-radius: 0px;
 	background: url("../images/hero-bg.jpg") no-repeat center center;
 	background-size: cover;
 	padding: 300px 0 200px;
 	position: relative;
 	margin-top: -103px;
 }

 .hero.bg-section:before {
 	content: '';
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	background: var(--overlay-color);
 	z-index: 1;
 }

 .hero.bg-section.hero-slider {
 	text-align: center;
 	background: none;
 	padding: 0;
 }

 .hero-slider-layout .hero-slide {
 	position: relative;
 	padding: 300px 0 200px;
 }

 .hero.hero-slider:before {
 	display: none;
 }

 .hero.hero-slider .hero-slider-layout {
 	position: relative;
 	z-index: 2;
 }

 .hero-slider-layout .hero-slide::before {
 	content: '';
 	position: absolute;
 	background: linear-gradient(180deg, rgba(14, 13, 27, 0) 0%, rgba(14, 13, 27, 0.45) 40.5%);
 	background-repeat: no-repeat;
 	background-position: center center;
 	top: 0;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 1;
 }

 .hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image {
 	position: absolute;
 	top: 0;
 	right: 0;
 	left: 0;
 	min-height: 500px;
 	overflow: hidden;
 	bottom: 0;
 }

 .hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .hero.hero-slider .hero-slider-layout .hero-slide .hero-content {
 	position: relative;
 	z-index: 2;
 	width: 100%;
 	max-width: 1360px;
 	margin: 0 auto;
 }

 .hero-slider-layout .swiper-pagination {
 	z-index: 2;
 	bottom: 100px;
 }

 .hero-slider-layout .swiper-pagination .swiper-pagination-bullet {
 	width: 15px;
 	height: 15px;
 	background: var(--white-color);
 	opacity: 1;
 	transition: all 0.3s ease-in-out;
 	margin: 0 5px;
 }

 .hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active {
 	background-color: #3D4548;
 }

 .hero-video .hero-bg-video {
 	position: absolute;
 	top: 0;
 	right: 0;
 	left: 0;
 	bottom: 0;
 }

 .hero-video .hero-bg-video video {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .hero-video .hero-bg-video {
 	position: absolute;
 	top: 0;
 	right: 0;
 	left: 0;
 	bottom: 0;
 }

 .hero-video .hero-bg-video video {
 	width: 100%;
 	height: 100%;
 	object-fit: cover;
 }

 .hero-content {
 	position: relative;
 	width: 100%;
 	max-width: 920px;
 	margin: 0 auto;
 	text-align: center;
 	z-index: 1;
 }

 .hero-content .section-title h1 {
 	color: var(--white-color);
 }

 .hero-content .section-title p {
 	font-size: 22px;
 	color: var(--white-color);
 }

 .hero-content-body .btn-default.btn-highlighted {
 	margin-left: 30px;
 }

 .about-us {
 	padding: 100px 0;
 }

 .about-content {
 	margin-left: 95px;
 }

 .about-content-body {
 	margin-bottom: 50px;
 }

 .about-content-body ul {
 	background-color: var(--secondary-color);
 	border-radius: 20px;
 	padding: 30px;
 	margin: 0;
 	list-style: none;
 }

 .about-content-body ul li {
 	position: relative;
 	font-size: 20px;
 	color: var(--primary-color);
 	font-weight: 500;
 	padding-left: 30px;
 	margin-bottom: 15px;
 }

 .about-content-body ul li:last-child {
 	margin-bottom: 0;
 }

 .about-content-body ul li:before {
 	content: '\f058';
 	font-family: 'Font Awesome 5 Free';
 	font-weight: 900;
 	font-size: 20px;
 	color: #3D4548;
 	display: inline-block;
 	line-height: normal;
 	position: absolute;
 	top: 4px;
 	left: 0;
 }

 .about-content-footer {
 	display: flex;
 	align-items: center;
 }

 .about-footer-btn {
 	line-height: 0.8em;
 }

 .about-contact-support {
 	display: flex;
 	align-items: center;
 	margin-left: 30px;
 }

 .about-contact-support .icon-box {
 	margin-right: 20px;
 }

 .about-contact-support .icon-box img {
 	max-width: 40px;
	    filter: grayscale(1);
 }

 .about-support-content {
 	width: calc(100% - 60px);
 }

 .about-support-content p {
 	font-family: var(--accent-font);
 	font-size: 16px;
 	margin-bottom: 5px;
 }

 .about-support-content h3 {
 	font-size: 24px;
 }

 .our-service {
 	background: var(--secondary-color) url("../images/aee19-hw8b3.webp") no-repeat;
 	background-position: right top;
 	background-size: auto;
 	padding: 100px 0 70px;
 }

 .service-item {
 	position: relative;
 	overflow: hidden;
 	text-align: center;
 	height: calc(100% - 30px);
 	margin-bottom: 30px;
 	transition: all 0.4s ease-in-out;
 	border: 1px solid #e1e1e1;
 	border-radius: 40px;
 }

 .service-image {
 	overflow: hidden;
 	border-radius: 40px;
 }

 .service-image a {
 	position: relative;
 	/* cursor: none; */
 	display: block;
 }

 .service-item .service-image a::before {
 	content: "";
 	position: absolute;
 	top: 300px;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	border-radius: 40px;
 	background-repeat: no-repeat;
 	background-position: center center;
 	z-index: 1;
 	transition: all 0.4s ease-in-out;
 }

 .cta-box-image img {
 	width: 100%;
 	height: 100%;
 }

 .service-image img {
 	width: 100%;
 	height: 100%;
 	border-radius: 40px;
 	object-fit: cover;
 	transition: all 0.4s ease-in-out;
 }

 .service-item:hover .service-image img {
 	transform: scale(1.1);
 }

 .service-body {
 	position: relative;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	padding: 30px;
 	text-align: left;
 	z-index: 2;
 	transform: translateY(0%);
 	transition: all 0.5s ease-in-out;
 }

 .service-item:hover .service-body {
 	transform: translateY(0%);
 	bottom: 20px;
 }

 .service-image-item figure,
 .service-image-item img {
 	aspect-ratio: inherit !important;
 	width: 100%;
 }

 .service-body-title h3 {
 	font-size: 24px;
 	font-weight: 700;
 	color: var(--primary-color);
 	text-transform: capitalize;
 	margin-bottom: 20px;
 }

 .service-content {
 	opacity: 1;
 	margin-top: -18px;
 	overflow: hidden;
 	transition: all 0.4s ease-in-out;
 }

 .service-item:hover .service-content {
 	opacity: 1;
 }

 .service-content p {
 	color: var(--primary-color);
 }

 .service-content-footer .readmore-btn {
 	position: relative;
 	font-family: var(--accent-font);
 	font-size: 18px;
 	font-weight: 700;
 	text-transform: capitalize;
 	color: #3D4548;
 	padding-right: 30px;
 	transition: 0.4s ease-in-out;
 }

 .service-content-footer .readmore-btn:hover {}

 .service-content-footer .readmore-btn::after {
 	content: '';
 	position: absolute;
 	top: 1px;
 	right: 0;
 	bottom: 0;
	    filter: grayscale(1);
 	background-image: url("../images/readmore-arrow.png");
 	background-repeat: no-repeat;
 	background-position: center center;
 	width: 24px;
 	height: 24px;
 	transition: 0.4s ease-in-out;
 }

 .service-content-footer .readmore-btn:hover::after {
 	right: -4px;
 }

 .pages {
 	text-align: center;
 	margin-top: 40px;
 }

 .pages li {
 	display: inline-block;
 	vertical-align: top;
 	margin: 0 2px;
 }

 .pages li a {
 	display: block;
 	background: #fff;
 	padding: 1px 18px;
 	font-size: 15px;
 	color: rgb(90, 88, 88);
 	border-radius: 5px;
 	border: 2px solid #efeff0;
 }

 .pages li:hover a,
 .pages li.active a {
 	background: #3D4548;
 	color: #fff !important;
 }

 .service-footer-btn {
 	text-align: center;
 	margin-top: 30px;
 }

 .why-choose-us {
 	padding: 100px 0 70px;
 }

 .why-choose-item {
 	border: 1px solid var(--divider-color);
 	border-radius: 40px;
 	height: calc(100% - 30px);
 	margin-bottom: 30px;
 	padding: 30px;
 }

 .why-choose-item .icon-box {
 	margin-bottom: 30px;
 }

 .why-choose-item .icon-box img {
 	max-width: 70px;
	    filter: grayscale(1);
 }

 .why-choose-content {
 	border-bottom: 1px solid var(--divider-color);
 	margin-bottom: 30px;
 	padding-bottom: 30px;
 }

 .why-choose-content h3 {
 	font-size: 24px;
 	font-weight: 700;
 	text-transform: capitalize;
 	height: 62px;
 	margin-bottom: 30px;
 }

 .why-choose-content p {
 	margin: 0;
 	height: 130px;
 }

 .why-choose-counter h3 {
 	font-size: 56px;
 	letter-spacing: -0.03em;
 	line-height: 1.1em;
 	margin-bottom: 5px;
 }

 .why-choose-counter p {
 	text-transform: capitalize;
 	margin: 0;
 }

 .why-choose-image {
 	height: calc(100% - 30px);
 	margin-bottom: 30px;
 }

 .why-choose-image figure,
 .why-choose-image img {
 	height: 100%;
 	border-radius: 40px;
 }

 .why-choose-image:hover img {
 	filter: grayscale(80%);
 }

 .our-projects {
 	background: var(--secondary-color) url("../images/our-projects-bg.png") no-repeat;
 	background-position: left bottom;
 	background-size: auto;
 	padding: 100px 0;
 }

 .project-item {
 	position: relative;
 	overflow: hidden;
 	text-align: center;
 	height: calc(100% - 30px);
 	margin-bottom: 30px;
 	transition: all 0.4s ease-in-out;
 }

 .project-image {
 	overflow: hidden;
 	border-radius: 40px;
 }

 .project-image a {
 	position: relative;
 	/* cursor: none; */
 	display: block;
 }

 .project-item .project-image a::before {
 	content: "";
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	right: 0;
 	left: 0;
 	background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0) 13.02%, rgba(0, 0, 0, 0.51) 42.5%, rgba(0, 0, 0, 0.63) 70%, #000000 100%);
 	border-radius: 40px;
 	background-repeat: no-repeat;
 	background-position: center center;
 	z-index: 1;
 	transition: all 0.4s ease-in-out;
 }

 .project-image img {
 	width: 100%;
 	border-radius: 40px;
 	aspect-ratio: 1 / 1.2;
 	object-fit: cover;
 	transition: all 0.4s ease-in-out;
 }

 .project-item:hover .service-image img {
 	transform: scale(1.1);
 }

 .project-body {
 	position: absolute;
 	bottom: 10px;
 	right: 40px;
 	left: 40px;
 	text-align: left;
 	z-index: 2;
 	transform: translateY(75%);
 	transition: all 0.5s ease-in-out;
 }

 .project-item:hover .project-body {
 	transform: translateY(0%);
 	bottom: 20px;
 }

 .project-body-title h3 {
 	font-size: 24px;
 	font-weight: 700;
 	color: var(--white-color);
 	text-transform: capitalize;
 	margin-bottom: 20px;
 }

 .project-content {
 	opacity: 0;
 	overflow: hidden;
 	transition: all 0.4s ease-in-out;
 }

 .project-item:hover .project-content {
 	opacity: 1;
 }

 .project-content p {
 	color: var(--white-color);
 }

 .project-content-footer .readmore-btn {
 	position: relative;
 	font-family: var(--accent-font);
 	font-size: 18px;
 	font-weight: 700;
 	text-transform: capitalize;
 	color: #3D4548;
 	padding-right: 30px;
 	transition: 0.4s ease-in-out;
 }

 .project-content-footer .readmore-btn:hover {
 	color: var(--white-color);
 }

 .project-content-footer .readmore-btn::after {
 	content: '';
 	position: absolute;
 	top: 1px;
 	right: 0;
 	bottom: 0;
 	background-image: url("../images/readmore-arrow.png");
 	background-repeat: no-repeat;
 	background-position: center center;
 	width: 24px;
 	height: 24px;
 	transition: 0.4s ease-in-out;
 }

 .project-content-footer .readmore-btn:hover::after {
 	filter: brightness(0) invert(1);
 	right: -4px;
 }

 .project-footer-btn {
 	text-align: center;
 	margin-top: 30px;
 }

 .cta-box {
 	position: relative;
 	background: var(--primary-color) url("../images/a5x5i-8ut0q.webp") no-repeat;
 	background-position: right bottom;
 	background-size: auto;
 	padding: 100px 0;
 }

 .cta-box .section-title h2 {
 	color: var(--white-color);
 	font-size: 40px;
 }

 .cta-box .section-title p {
 	color: var(--white-color);
 }

 .cta-box-image {
 	position: absolute;
 	bottom: 0;
 	text-align: end;
 }

 .section-btn .btn-default {
 	border: 2px solid #fff;
 }

 .section-btn .btn-default:hover {
 	border: 2px solid var(--white-color);
 }

 .our-testimonial {
 	padding: 100px 0;
 }

 .testimonial-slider .swiper-wrapper {
 	/* cursor: none; */
 }

 .testimonial-item {
 	border: 1px solid var(--divider-color);
 	border-radius: 40px;
 	padding: 30px;
 }

 .testimonial-header {
 	border-bottom: 1px solid var(--divider-color);
 	margin-bottom: 30px;
 	padding-bottom: 30px;
 }

 .testimonial-rating {
 	margin-bottom: 30px;
 }

 .testimonial-rating i {
 	font-size: 20px;
 	color: #3D4548;
 }

 .testimonial-content p {
 	margin: 0;
 }

 .testimonial-body {
 	display: flex;
 	align-items: center;
 }

 .author-image {
 	margin-right: 20px;
 }

 .author-image img {
 	width: 65px;
 	height: 65px;
 	border-radius: 50%;
 }

 .author-content {
 	width: calc(100% - 85px);
 }

 .author-content h3 {
 	font-size: 24px;
 	text-transform: capitalize;
 	margin-bottom: 5px;
 }

 .author-content p {
 	text-transform: capitalize;
 	margin: 0;
 }

 .testimonial-slider .swiper-pagination {
 	position: relative;
 	text-align: center;
 	bottom: 0px;
 	margin-top: 30px;
 }

 .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
 	height: 12px;
 	width: 12px;
 	border-radius: 50%;
 	background-color: #3D4548;
 	opacity: 1;
 	margin: 0px 6px;
 }

 .testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
 	background-color: var(--primary-color);
 	opacity: 1;
 }

 .our-faqs {
 	background: var(--secondary-color) url("../images/our-faqs-bg.png") no-repeat;
 	background-position: right bottom;
 	background-size: auto;
 	padding: 100px 0;
 }

 .our-faqs-images {
 	position: relative;
 }

 .our-faqs-bulitup {
 	position: absolute;
 	top: 50%;
 	bottom: 0;
 	left: 50%;
 	right: 0;
 	transform: translate(-50%, -50%);
 	background-color: var(--white-color);
 	border-radius: 50%;
 	width: 100px;
 	height: 100px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 }

 .our-faqs-bulitup img {
 	max-width: 50px;
 }

 .our-faqs-images .row:first-child {
 	margin-bottom: 30px;
 }

 .faqs-img-2 img,
 .faqs-img-1 img {
 	border-radius: 40px;
 }

 .faq-accordion {
 	margin-left: 30px;
 }

 .faq-accordion .accordion-item {
 	position: relative;
 	background: none;
 	border-bottom: 1px solid var(--white-color);
 	padding-bottom: 20px;
 	margin-bottom: 20px;
 }

 .faq-accordion .accordion-item:last-child {
 	border: none;
 	margin-bottom: 0;
 	padding-bottom: 0;
 }

 .faq-accordion .accordion-item .accordion-button {
 	font-size: 24px;
 	font-weight: 700;
 	border: none;
 	box-shadow: none;
 	padding: 10px 40px 10px 10px;
 	position: relative;
 	transition: all 0.3s ease-in-out;
 }

 .faq-accordion .accordion-button:not(.collapsed) {
 	color: #3D4548;
 }

 .faq-accordion .accordion-item .accordion-button::after,
 .faq-accordion .accordion-item .accordion-button.collapsed::after {
 	content: '';
 	position: absolute;
 	right: 0;
 	top: 50%;
 	bottom: auto;
 	transform: translate(0px, -50%) rotate(-90deg);
 	background-image: url("../images/long-arrow.svg");
 	background-repeat: no-repeat;
 	background-position: right center;
 	background-size: auto;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	width: 32px;
 	height: 32px;
 	padding: 0;
 	transition: all 0.3s ease-in-out;
 }

 .faq-accordion .accordion-item .accordion-button.collapsed::after {
 	transform: translate(0px, -50%) rotate(0deg);
 }

 .faq-accordion .accordion-item .accordion-collapse .accordion-body {
 	padding: 10px 40px 10px 10px;
 }

 .faq-accordion .accordion-item .accordion-collapse .accordion-body p {
 	margin: 0;
 }

 .our-blog {
 	padding: 70px 0 70px;
 }

 .blog-item {
 	border: 1px solid var(--divider-color);
 	border-radius: 40px;
 	height: calc(100% - 30px);
 	margin-bottom: 30px;
 }

 .post-featured-image {
 	overflow: hidden;
 	border-radius: 40px 40px 0 0;
 }

 .post-featured-image a {
 	display: block;
 	/* cursor: none; */
 }

 .post-featured-image img {
 	aspect-ratio: 1/0.65;
 	object-fit: cover;
 	border-radius: 40px 40px 0 0;
 	transition: all 0.5s ease-out;
 }

 .blog-item:hover .post-featured-image img {
 	transform: scale(1.1);
 }

 .post-item-content {
 	padding: 30px;
 }

 .post-item-body {
 	margin-bottom: 20px;
 }

 .post-item-body h2 {
 	font-size: 24px;
 	font-weight: 700;
 }

 .post-item-body h2 a {
 	color: inherit;
 }

 .post-item-footer .readmore-btn {
 	position: relative;
 	font-family: var(--accent-font);
 	font-size: 18px;
 	font-weight: 700;
 	text-transform: capitalize;
 	color: #3D4548;
 	padding-right: 30px;
 	transition: 0.3s ease-in-out;
 }

 .post-item-footer .readmore-btn::after {
 	content: '';
 	position: absolute;
 	top: 1px;
 	right: 0;
	  filter: grayscale(1);
 	bottom: 0;
 	background-image: url("../images/readmore-arrow.png");
 	background-repeat: no-repeat;
 	background-position: center center;
 	width: 24px;
 	height: 24px;
 	transition: 0.3s ease-in-out;
 }

 .post-item-footer .readmore-btn:hover::after {
 	right: -3px;
 }

 .contact-us {
 	background: #3d454814  url("../images/a1hif-kcg4c.webp") no-repeat;
 	background-position: center center;
 	background-size: cover;
 	padding: 100px 0;
 }

 .contact-sidebar {
 	background: var(--primary-color);
 	border-radius: 40px;
 	text-align: center;
 	padding: 40px 40px 0;
 	transition: all 0.3s ease-in-out;
 }

 .contact-info {
 	margin-bottom: 30px;
 }

 .contact-info .icon-box {
 	margin-bottom: 20px;
 }

 .contact-info .icon-box img {
 	max-width: 40px;
	filter: brightness(0)invert(1);
 }
.footer-logo img{
	filter: brightness(0)invert(1);
}
 .contact-info-content p {
 	color: var(--white-color);
 	opacity: 64%;
 	text-transform: capitalize;
 	margin-bottom: 5px;
 }

 .contact-info-content h3 {
 	font-size: 24px;
 	font-weight: 700;
 	color: var(--white-color);
 }

 .contact-info-image {
 	width: 100%;
 	max-width: 190px;
 	margin: 0 auto;
 }

 .contact-sidebar .contact-info-image img {
 	filter: grayscale(0%);
 	transition: all 0.3s ease-in-out;
 }

 

 .contact-form {
 	background-color: var(--white-color);
 	border-radius: 40px;
 	padding: 50px;
 }

 .contact-form .form-control {
 	padding: 15px;
 	background-color: transparent;
 	color: var(--primary-color);
 	box-shadow: none;
 	border: none;
 	border-bottom: 1px solid var(--divider-color);
 	border-radius: 0;
 }

 .contact-form .form-control::placeholder {
 	color: var(--primary-color);
 	opacity: 50%;
 	text-transform: capitalize;
 }

 .main-footer {
 	background: var(--primary-color);
 	padding: 100px 0 0;
 }

 .footer-logo {
 	margin-bottom: 40px;
 }

 .footer-content p {
 	color: var(--white-color);
 	margin: 0;
 }

 .footer-links .h3 {
 	font-size: 24px;
 	font-weight: 700;
 	color: #fff;
 	text-transform: capitalize;
 	margin-bottom: 40px;
 }

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

 .footer-links ul li {
 	position: relative;
 	text-transform: capitalize;
 	padding-left: 30px;
 	margin-bottom: 15px;
 }

 .footer-links ul li:before {
 	content: '';
 	position: absolute;
 	top: 3px;
 	left: 0;
	filter: brightness(0)invert(1);
 	background-image: url("../images/readmore-arrow.png");
 	background-repeat: no-repeat;
 	background-position: center center;
 	width: 20px;
 	height: 20px;
 	transition: 0.3s ease-in-out;
 }

 .footer-links ul li:hover:before {
 	filter: brightness(0) invert(1);
 }

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

 .footer-links ul li a {
 	color: var(--white-color);
 	transition: all 0.3s ease-in-out;
 }

 .footer-links ul li:hover a {
 	color: #FFFFFF95;
 }

 .footer-contact-box .footer-info-box {
 	position: relative;
 	padding-left: 40px;
 	margin-bottom: 30px;
 }

 .footer-contact-box .footer-info-box:last-child {
 	margin-bottom: 0;
 }

 .footer-info-box .icon-box {
 	position: absolute;
 	top: 3px;
 	left: 0;
 }
 .d-inline-flex{
	 align-items: center;
 }

 .footer-info-box .icon-box img {
 	max-width: 26px;
	filter: brightness(0)invert(1);
 }

 .footer-info-box p {
 	color: var(--white-color);
 	margin: 0;
 }

 .footer-copyright {
 	margin-top: 80px;
 	padding: 20px 0;
 	border-top: 1px solid var(--dark-divider-color);
 }

 .footer-copyright-text p {
 	color: var(--white-color);
 	margin: 0;
 }

 .footer-copyright .footer-social-links ul {
 	list-style: none;
 	margin: 0;
 	padding: 0;
 	text-align: end;
 }

 .footer-copyright .footer-social-links ul li {
 	display: inline-block;
 	margin-right: 10px;
 }

 .footer-copyright .footer-social-links ul li:last-child {
 	margin-right: 0;
 }

 .footer-copyright .footer-social-links ul li a {
 	background-color: transparent;
 	color: #3D4548;
 	border: 2px solid #3D4548;
 	height: 36px;
 	width: 36px;
 	border-radius: 100%;
 	text-align: center;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	transition: all 0.3s ease-in-out;
 }

 .footer-copyright .footer-social-links ul li a i {
 	font-size: 18px;
 }

 .footer-copyright .footer-social-links ul li a:hover {
 	border-color: var(--white-color);
 	color: var(--white-color);
 }

 .main-header.fixed {
 	position: fixed;
 	top: 0;
 	width: 100%;
 	margin: 0;
 	backdrop-filter: blur(5px);
 	box-shadow: 0px 2px 9px rgb(0 0 0 / 6%);
 	background: rgb(18, 34, 59, 0.2);
 }

 header.main-header {
 	transition: all 0.3s;
 }

 .fixed .navbar {
 	padding: 11px 80px;
 }

 .navbar {
 	transition: all 0.3s;
 }

 .page-header {
 	margin: 0 0px;
 	overflow: hidden;
 	border-radius: 0px;
 	background-size: cover !important;
 	padding: 160px 0 160px;
 	position: relative;
 	margin-top: -103px;
 }

 .page-header:before {
 	content: '';
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	background: var(--primary-color);
 	opacity: 60%;
 	border-radius: 0px;
 	z-index: 1;
 }

 .page-header-box {
 	position: relative;
 	top: 30px;
 	text-align: center;
 	margin: 30px 0 0;
 	z-index: 1;
 }

 .page-header-box h1 {
 	font-size: 56px;
 	color: var(--primary-color);
 	margin-bottom: 30px;
 	line-height: 1.1em;
 	letter-spacing: -0.03em;
 }

 .page-header-box ol {
 	margin: 0;
 	padding: 0;
 	justify-content: center;
 }

 .page-header-box ol li.breadcrumb-item {
 	color: var(--primary-color);
 	font-family: var(--accent-font);
 	font-size: 24px;
 	font-weight: 700;
 	text-transform: capitalize;
 }

 .kjdsection-title span {
 	display: inline-block;
 	position: relative;
 	cursor: pointer;
 	margin-right: 56px;
 }

 .kjdsection-title span.on::after {
 	display: block;
 }

 .kjdsection-title span::after {
 	position: absolute;
 	content: "";
 	display: none;
 	left: 0;
 	bottom: -32px;
 	width: 100%;
 	height: 5px;
 	background: #3D4548;
 }

 .page-service-single .section-title.kjdsection-title h2 {
 	font-size: 28px;
 }

 .nre-s {
 	display: none;
 }

 .nre-s:first-child {
 	display: block;
 }

 .service-single-content .service-images-slider .swiper-arrow-prev {
 	filter: brightness(0.5);
 }

 .service-single-content .service-images-slider .swiper-arrow-next {
 	filter: brightness(0.5);
 }

 .service-images-sliderrr img {
 	opacity: 0.3;
 }

 .service-images-sliderrr .swiper-slide-thumb-active img {
 	opacity: 1;
 }

 .service-single-content .service-image-item {
 	border-radius: 40px;
 	margin-bottom: 5px;
 	border: 1px solid transparent;
 }

 .breadcrumb {
 	color: #fff;
 }

 .breadcrumb a {
 	color: #fff;
 }

 .breadcrumb a:hover {
 	color: #3D4548;
 }

 .page-header-box ol li.breadcrumb-item a {
 	color: inherit;
 }

 .page-header-box ol li.breadcrumb-item.active {
 	color: #3D4548;
 }

 .page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
 	color: var(--white-color);
 }

 .page-about-us {
 	padding: 100px 0;
 }

 .about-us-content {
 	margin-left: 95px;
 }

 .about-us-content-body {
 	margin-bottom: 50px;
 }

 .about-us-content-body ul {
 	background-color: var(--secondary-color);
 	border-radius: 20px;
 	padding: 30px;
 	margin: 0;
 	list-style: none;
 }

 .about-us-content-body ul li {
 	position: relative;
 	font-size: 20px;
 	color: var(--primary-color);
 	font-weight: 500;
 	padding-left: 30px;
 	margin-bottom: 15px;
 }

 .about-us-content-body ul li:last-child {
 	margin-bottom: 0;
 }

 .about-us-content-body ul li:before {
 	content: '\f058';
 	font-family: 'Font Awesome 5 Free';
 	font-weight: 900;
 	font-size: 20px;
 	color: #3D4548;
 	display: inline-block;
 	line-height: normal;
 	position: absolute;
 	top: 4px;
 	left: 0;
 }

 .about-us-content-footer {
 	display: flex;
 	align-items: center;
 }

 .about-us-footer-btn {
 	line-height: 0.8em;
 }

 .about-us-contact-support {
 	display: flex;
 	align-items: center;
 	margin-left: 30px;
 }

 .about-us-contact-support .icon-box {
 	margin-right: 20px;
 }

 .about-us-contact-support .icon-box img {
 	max-width: 40px;
 }

 .about-us-support-content {
 	width: calc(100% - 60px);
 }

 .about-us-support-content p {
 	font-family: var(--accent-font);
 	font-size: 16px;
 	margin-bottom: 5px;
 }

 .about-us-support-content h3 {
 	font-size: 24px;
 }

 .our-company-history {
 	padding: 100px 0 0 0;
 }

 .company-history-image {
 	position: relative;
 }

 .company-history-img {
 	text-align: left;
 }

 .company-history-img img {
 	border-radius: 40px;
 }

 .company-experience {
 	position: absolute;
 	width: 100%;
 	max-width: 225px;
 	text-align: center;
 	bottom: 20%;
 	right: 0;
 	background-color: var(--white-color);
 	border-radius: 40px;
 	padding: 40px;
 	animation: expmoveobject 3s infinite linear alternate;
 	border: 1px solid #e7e7e7;
 }

 @keyframes expmoveobject {
 	50% {
 		right: 50px;
 	}
 }

 .company-experience-content h1 {
 	font-size: 56px;
 }

 .company-experience-content p {
 	margin: 0;
 	text-transform: capitalize;
 }

 .company-history-body p:last-child {
 	margin-bottom: 0;
 }

 .our-mission-vision {
 	padding: 100px 0;
 }

 .mission-vision-item {
 	padding: 30px;
 	border: 1px solid var(--divider-color);
 	border-radius: 40px;
	height: 386px;
 }

 .mission-vision-item .icon-box {
 	margin-bottom: 30px;
	    filter: grayscale(1);
 }

 .mission-vision-item .mission-vision-content h3 {
 	font-size: 24px;
 	text-transform: capitalize;
 	margin-bottom: 30px;
 }

 .mission-vision-item .mission-vision-content p {
 	margin: 0;
 }

 .intro-video .container-fluid {
 	padding: 0;
 	margin-top: 50px
 }

 .intro-video-box {
 	position: relative;
 	z-index: 1;
 	overflow: hidden;
 	/* cursor: none; */
 }

 .intro-video-box .video-image img {
 	width: 100%;
 	filter: brightness(50%);
 	aspect-ratio: 1/0.33;
 	object-fit: cover;
 	transition: all 0.5s ease-in-out;
 }

 .intro-video-box:hover .video-image img {
 	transform: scale(1.1);
 }

 .intro-video-box .video-image a {
 	/* cursor: none; */
 	position: relative;
 	z-index: 1;
 }

 .video-play-button {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	z-index: 2;
 	transform: translate(-50%, -50%);
 }

 .video-play-button a {
 	position: relative;
 	background-color: var(--white-color);
 	border-radius: 100%;
 	width: 100px;
 	height: 100px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	/* cursor: none; */
 }

 .video-play-button a:before {
 	content: '';
 	position: absolute;
 	top: -30%;
 	left: -30%;
 	width: 160%;
 	height: 160%;
 	border: 50px solid var(--white-color);
 	border-radius: 50%;
 	transform: scale(0.6);
 	z-index: -1;
 	animation: border-zooming 1.2s infinite linear;
 }

 .video-play-button a:after {
 	content: '';
 	position: absolute;
 	top: -30%;
 	left: -30%;
 	width: 160%;
 	height: 160%;
 	border: 50px solid var(--white-color);
 	border-radius: 50%;
 	transform: scale(0.6);
 	z-index: -1;
 	animation: border-zooming 1.2s infinite linear;
 	animation-delay: .3s;
 }

 @keyframes border-zooming {
 	100% {
 		transform: scale(1);
 		opacity: 0;
 	}
 }

 .video-play-button a i {
 	font-size: 30px;
 	color: #3D4548;
 }

 .what-we-do {
 	padding: 20px 0;
 }

 .what-we-do .section-title {
 	width: 100%;
 	max-width: 1400px;
 	margin: 0 auto;
 }

 .company-counter-item {
 	background: var(--primary-color);
 	padding: 50px 30px;
 	text-align: center;
 	border-radius: 40px;
 }

 .company-counter-item .company-counter-content h3 {
 	color: #fff;
 	font-size: 56px;
 	letter-spacing: -0.03em;
 	line-height: 1.1em;
 	margin-bottom: 15px;
 }

 .company-counter-item .company-counter-content p {
 	color: var(--white-color);
 	opacity: 64%;
 	text-transform: capitalize;
 	margin: 0;
 	height: 100px;
 }

 .our-team {
 	padding: 100px 0 70px;
 }

 .team-member-item {
 	border: 1px solid var(--divider-color);
 	border-radius: 40px;
 	height: calc(100% - 30px);
 	margin-bottom: 30px;
 	overflow: hidden;
 }

 .team-member-item .team-image img {
 	border-radius: 40px 40px 0 0;
 	transition: all 0.5s ease-in-out;
 }

 .team-member-item:hover .team-image img {
 	transform: scale(1.1);
 }

 .team-body {
 	padding: 30px;
 }

 .team-content {
 	margin-bottom: 20px;
 }

 .team-content h3 {
 	font-size: 24px;
 	text-transform: capitalize;
 	margin-bottom: 5px;
 }

 .team-content p {
 	text-transform: capitalize;
 	margin: 0;
 }

 .team-social-icon ul {
 	padding: 0;
 	margin: 0;
 }

 .team-social-icon ul li {
 	display: inline-block;
 	margin-right: 5px;
 }

 .team-social-icon ul li:last-child {
 	margin-right: 0;
 }

 .team-social-icon ul li a {
 	color: var(--primary-color);
 	height: 36px;
 	width: 36px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	border: 2px solid var(--primary-color);
 	border-radius: 100%;
 	transition: all 0.3s ease-in-out;
 }

 .team-social-icon ul li a:hover {
 	color: #3D4548;
 	border-color: #3D4548;
 }

 .team-social-icon ul li a i {
 	font-size: 18px;
 }

 .page-service {
 	padding: 80px 0 70px;
 }

 .page-service-single {
 	padding: 50px 0;
 }

 .service-sidebar {
 	padding-right: 50px;
 	position: sticky;
 	top: 20px;
 }

 .service-categories-list {
 	border: 1px solid var(--divider-color);
 	border-radius: 40px;
 	padding: 30px;
 	margin-bottom: 30px;
 }

 .service-categories-list h3 {
 	font-size: 24px;
 	text-transform: capitalize;
 	margin-bottom: 30px;
 }

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

 .service-categories-list ul li {
 	margin-bottom: 17px;
 	padding: 0 0 20px 30px;
 	border-bottom: 1px solid var(--divider-color);
 	position: relative;
 }

 .service-categories-list ul li:last-child {
 	margin-bottom: 0px;
 	padding-bottom: 0;
 	border-bottom: none;
 }

 .service-categories-list ul li:before {
 	content: '';
 	position: absolute;
 	top: 3px;
 	left: 0;
 	background: url('../images/readmore-arrow.png') no-repeat center center;
 	width: 20px;
 	height: 20px;
	    filter: grayscale(1);
 }

 .service-categories-list ul li a {
 	display: block;
 	color: var(--primary-color);
 	text-transform: capitalize;
 	transition: 0.3s ease-in-out;
 }

 .service-categories-list ul li a:hover {
 	color: #3D4548;
 }

 .sidebar-cta-box {
 	background: url('../images/service-sidebar-cta-bg.png') no-repeat top right, var(--primary-color);
 	background-size: auto;
 	border-radius: 40px;
 	padding: 30px;
 	text-align: center;
 }

 .sidebar-cta-box .cta-content {
 	margin-bottom: 40px;
 }

 .sidebar-cta-box .cta-content h3 {
 	font-size: 24px;
 	color: var(--white-color);
 	text-transform: capitalize;
 	margin-bottom: 30px;
 }

 .sidebar-cta-box .cta-content p {
 	color: var(--white-color);
 	margin: 0;
 }

 .cta-contact-info {
 	display: flex;
 	flex-wrap: wrap;
 	align-items: center;
 	justify-content: center;
 	flex-direction: column;
 }

 .cta-contact-info .cta-contact-item {
 	display: flex;
 	align-items: center;
 	background: var(--white-color);
 	padding: 8px 12px;
 	border-radius: 99px;
 	width: 245px;
 	margin-bottom: 20px;
 }

 .cta-contact-info .cta-contact-item .cta-contact-content {
 	text-align: left;
 }

 .cta-contact-info .cta-contact-item:last-child {
 	margin-bottom: 0;
 }

 .cta-contact-info .cta-contact-item .icon-box {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	min-height: 37px;
 	min-width: 37px;
 	background: #3D4548;
 	border-radius: 50%;
 	margin-right: 10px;
 }

 .cta-contact-info .cta-contact-item .cta-contact-content {
 	width: calc(100% - 47px);
 }

 .cta-contact-info .cta-contact-item .cta-contact-content p {
 	margin: 0;
 }

 .cta-contact-info .cta-contact-item .cta-contact-content p a {
 	color: var(--primary-color);
 	transition: all 0.3s ease-in-out;
 }

 .cta-contact-info .cta-contact-item:hover .cta-contact-content p a {
 	color: #3D4548;
 }

 .service-images-slider {
 	margin-bottom: 30px;
 }

 .service-image-item figure,
 .service-image-item img {
 	border-radius: 40px;
 	overflow: hidden;
 	aspect-ratio: 1 / 0.7;
 	object-fit: cover;
 }

 .service-images-slider .swiper-arrow-prev,
 .service-images-slider .swiper-arrow-next {
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	position: absolute;
 	top: 50%;
 	z-index: 1;
 	transform: translateY(-50%);
 }

 .service-images-slider .swiper-arrow-prev {
 	left: 20px;
 }