/* =================================
Service One
==================================== */
.service-one {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg1);
	padding: 374px 0 140px;
	margin-top: -225px;
	overflow: hidden;
	z-index: 1;
}

.service-one .sec-count-box {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 165px;
	bottom: 0px;
	width: 150px;
	height: 305px;
	overflow: hidden;
	background-color: var(--thm-secondary);
	clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
}

.service-one .sec-count-box h1 {
	position: relative;
	top: 10px;
	color: var(--thm-white);
	font-size: 216px;
	line-height: 180px;
	font-family: var(--thm-font-2);
	font-weight: 700;
	letter-spacing: 2.16px;
}

.service-one__shape1 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.08;
}

.service-one__shape2 {
	position: absolute;
	left: 0;
	bottom: 25px;
	opacity: 0.1;
}

.service-one__shape3 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.08;
}

.service-one__shape4 {
	position: absolute;
	top: 0;
	right: 160px;
	opacity: 0.1;
}

.service-one .sec-title-one .sub-title p {
	color: var(--thm-secondary);
}

.service-one .sec-title-one .sub-title .border-line {
	background-color: rgb(255, 255, 255, 0.2);
}

.service-one .sec-title-one .big-title h2 {
	color: var(--thm-white);
}

.service-one .sec-title-one .big-title p {
	color: var(--thm-white);
}

.service-one__single {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 40px;
	padding: 45px 30px 30px;
	transition: all 0.5s ease;
	z-index: 1;
}

.service-one__single:hover {
	cursor: pointer;
}

.service-one__single-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	z-index: -1;
}

.service-one__single-overlay-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	transform-origin: bottom left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	z-index: -1;
}

.service-one__single:hover .service-one__single-overlay-bg {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: top center;
}

.service-one__single-content {
	position: relative;
	display: block;
}

.service-one__single-content .icon-box {
	position: relative;
	display: block;
	line-height: 0;
	padding-bottom: 25px;
}

.service-one__single-content .icon-box span {
	position: relative;
	display: inline-block;
	color: var(--thm-white);
	font-size: 55px;
}

.service-one__single-content h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
}

.service-one__single-content h3 a {
	color: var(--thm-white);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.service-one__single-content h3 a:hover {
	color: var(--thm-primary);
}

.service-one__single-content .btn-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 0;
	padding-top: 110px;
}

.service-one__single-content .btn-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.10);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.service-one__single-content .btn-box a:hover {
	background-color: var(--thm-primary);
}

.service-one__single-content .btn-box a span {
	color: var(--thm-white);
	font-size: 15px;
	font-weight: 700;
}


.service-one__inner {
	position: relative;
	display: block;
}

.service-one__inner .swiper-container {
	margin-right: -185px;
}

.service-one__inner .swiper-nav-style-one {
	justify-content: center;
	max-width: 1290px;
}

.service-one__inner .swiper-nav-style-one:before {
	display: none;
}

.service-one__inner .swiper-nav-style-one:after {
	display: none;
}

.service-one__inner .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--thm-secondary);
}

.service-one__inner .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid var(--thm-secondary);
}

.service-one__inner .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.service-one__inner .swiper-dot-style1 .swiper-pagination-bullet:hover {
	transform: scale(1.0);
}



/* =================================
Service Two
==================================== */
.service-two {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	z-index: 10;
}

.service-two__inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 180px 0 120px;
	z-index: 1;
}

.service-two__shape-1 {
	position: absolute;
	right: 0;
	top: -582px;
	opacity: .10;
	z-index: -1;
}

.service-two__shape-1 img {
	width: auto;
}

.service-two .sec-title-one {
	padding-bottom: 0;
}

.service-two .sec-title-one .sub-title p {
	color: var(--thm-secondary);
}

.service-two .sec-title-one .sub-title .border-line {
	background-color: rgb(255, 255, 255, 0.2);
}

.service-two .sec-title-one .big-title h2 {
	color: var(--thm-white);
}

.service-two .sec-title-one .big-title p {
	color: var(--thm-white);
}

.service-two__bottom {
	position: relative;
	display: block;
}

.service-two__bottom .swiper-container {
	padding-top: 91px;
}

.service-two__services-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.service-two__services-list li {
	position: relative;
	text-align: center;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	margin-bottom: 66px;
}

.service-two__services-list li:first-child .service-two__single {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.service-two__services-list li:last-child .service-two__single {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.service-two__single {
	position: relative;
	display: block;
	border: 1px solid #1E353D;
	padding: 47px 30px 80px;
}

.service-two__single::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #F4C45E;
}

.service-two__icon {
	border: 2px solid #283A47;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #1A2B35;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
}

.service-two__icon::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 2px dashed #1E353D;
	border-radius: 50%;
	z-index: -1;
}

.service-two__icon img {
	width: auto;
}

.service-two__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 25px;
}

.service-two__title a {
	color: var(--thm-white);
}

.service-two-hover__single {
	position: absolute;
	padding: 47px 30px 38px;
	border: 2px solid var(--thm-primary-2);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
	bottom: -33px;
	left: 0;
	right: 0;
	background-position: center bottom;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	border-radius: 15px;
	z-index: 2;
}

.service-two__services-list li:hover .service-two-hover__single {
	transform: scaleY(1.0);
}

.service-two-hover__icon {
	border: 2px solid #568895;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
	background: linear-gradient(141deg, #498677 12.5%, rgba(69, 133, 118, 0.62) 87.67%);
}

.service-two-hover__icon::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 2px dashed #1E353D;
	border-radius: 50%;
	z-index: -1;
}

.service-two-hover__icon img {
	width: auto;
}

.service-two-hover__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 28px;
	margin-bottom: 80px;
}

.service-two-hover__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-two-hover__title a:hover {
	color: var(--thm-primary-2);
}

.service-two-hover__learn-more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	font-family: var(--thm-font-2);
	color: var(--thm-primary-2);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-two-hover__learn-more:hover {
	color: var(--thm-white);
}

.service-two-hover__learn-more span {
	position: relative;
	margin-left: 12px;
}

.service-two__bottom .swiper-nav-style-one {
	margin-top: 24px;
	justify-content: center;
}

.service-two__bottom .swiper-nav-style-one:before {
	display: none;
}

.service-two__bottom .swiper-nav-style-one:after {
	display: none;
}

.service-two__bottom .swiper-dot-style1 .swiper-pagination-bullet {
	background: rgba(var(--thm-white-rgb), .40);
}

.service-two__bottom .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #F4C45E;
}

.service-two__bottom .swiper-dot-style1 .swiper-pagination-bullet::before {
	border: 2px solid #F4C45E;
}











/*=============================
	Services Three
===============================*/
.services-three {
	position: relative;
	display: block;
	background-color: var(--thm-black-bg3);
	padding: 120px 0 85px;
	z-index: 1;
}

.services-three__top {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 108px;
}

.services-three__top .section-title-two {
	margin-bottom: 0;
}

.services-three__btn-box {
	position: relative;
	display: block;
	top: 10px;
}

.services-three__btn {
	border: 1px solid var(--thm-primary-2);
	background-color: transparent;
	color: var(--thm-primary-2);
}

.services-three__btn:hover {
	color: var(--thm-black);
	border: 1px solid var(--thm-white);
}

.services-three__btn::before {
	background-color: var(--thm-white);
}

.services-three__bottom {
	position: relative;
	display: block;
}

.services-three__bottom .container {
	max-width: 1230px;
}

.services-three__services-box {
	position: relative;
	display: block;
}

.services-three__shape-1 {
	position: absolute;
	left: -34px;
	bottom: 32px;
	opacity: .20;
	z-index: 1;
}

.services-three__shape-1 img {
	width: auto;
	opacity: .20;
}

.services-three__shape-2 {
	position: absolute;
	right: -35px;
	top: -35px;
	opacity: .20;
	z-index: 1;
}

.services-three__shape-2 img {
	width: auto;
}

.services-three__services-list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.services-three__services-list li {
	position: relative;
	text-align: center;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	margin-bottom: 66px;
}

.services-three__single {
	position: relative;
	display: block;
	border: 1px solid #1E353D;
	padding: 47px 30px 80px;
}

.services-three__single::before {
	content: "";
	position: absolute;
	width: 60px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #F4C45E;
}

.services-three__icon {
	border: 2px solid #283A47;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #1A2B35;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
}

.services-three__icon::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 2px dashed #1E353D;
	border-radius: 50%;
	z-index: -1;
}

.services-three__icon img {
	width: auto;
}

.services-three__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 25px;
}

.services-three__title a {
	color: var(--thm-white);
}

.services-three-hover__single {
	position: absolute;
	padding: 47px 30px 38px;
	border: 2px solid var(--thm-primary-2);
	background: linear-gradient(145deg, #1E353D 0.65%, #16252E 98.41%);
	bottom: -33px;
	left: 0;
	right: 0;
	background-position: center bottom;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: bottom;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 2;
}

.services-three__services-list li:hover .services-three-hover__single {
	transform: scaleY(1.0);
}

.services-three-hover__icon {
	border: 2px solid #568895;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 1;
	background: linear-gradient(141deg, #498677 12.5%, rgba(69, 133, 118, 0.62) 87.67%);
}

.services-three-hover__icon::before {
	content: "";
	position: absolute;
	top: -8px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	border: 2px dashed #1E353D;
	border-radius: 50%;
	z-index: -1;
}

.services-three-hover__icon img {
	width: auto;
}

.services-three-hover__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-top: 28px;
	margin-bottom: 80px;
}

.services-three-hover__title a {
	color: var(--thm-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three-hover__title a:hover {
	color: var(--thm-primary-2);
}

.services-three-hover__learn-more {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	font-family: var(--thm-font-2);
	color: var(--thm-primary-2);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three-hover__learn-more:hover {
	color: var(--thm-white);
}

.services-three-hover__learn-more span {
	position: relative;
	margin-left: 12px;
}

/*=============================
	Services four
===============================*/
.services-four {
	position: relative;
	display: block;
	padding: 95px 0 80px;
	margin: 40px 40px 40px;
	z-index: 1;
}

.section__bg-color {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
	background-color: #F6F8F5;
	border-radius: 40px;
}

.services-four__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}

.services-four__top .section-title-two {
	margin-bottom: 0;
}

.services-four__top .section-title-two__title {
	color: var(--thm-black);
}

.services-four__btn-box {
	position: relative;
	display: block;
}

.services-four__btn:hover {
	color: var(--thm-white);
}

.services-four__btn::before {
	background-color: var(--thm-black);
}

.services-four__bottom {
	position: relative;
	display: block;
}

.services-four__services-list {
	position: relative;
	display: block;
}

.services-four__services-list li {
	position: relative;
	display: block;
	border-radius: 40px;
	background-color: var(--thm-white);
	overflow: hidden;
	z-index: 1;
}

.services-four__services-list-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-position: center top;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.services-four__services-list li:hover .services-four__services-list-bg {
	transform: scaleY(1.0);
}


.services-four__services-list-bg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(199, 143, 83, 0.10);
	z-index: -1;
}

.services-four__services-list-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.40);
	z-index: -1;
}

.services-four__services-list li+li {
	margin-top: 10px;
}

.services-four__services-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 40px;
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	color: var(--thm-black);
	padding: 74px 60px 74px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-four__services-list li:hover a {
	color: var(--thm-primary-2);
}

.services-four__services-list li a span {
	font-size: 27px;
	font-weight: 900;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-four__services-list li:hover span {
	color: var(--thm-black);
	background-color: var(--thm-primary-2);
}


/* =================================
Service Six
==================================== */
.services-six {
	padding: 140px 0 110px;
}

.services-six .container {
	max-width: 1560px;
}

.services-six__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services-six__top-left {
	position: relative;
	display: block;
}

.services-six__top-left .sec-title-three {
	padding-bottom: 100px;
}

.services-six__top-right {
	position: relative;
	display: block;
}

.services-six__btn-box {
	position: relative;
	display: block;
}

.services-six__bottom {
	position: relative;
	display: block;
}

.services-six__single {
	position: relative;
	display: block;
	border: 1px solid rgba(var(--thm-white-rgb), .10);
	padding: 30px 18px 25px;
	margin-bottom: 30px;
	clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%, 0% 50%);
	z-index: 1;
}

.services-six__single:before {
	content: "";
	position: absolute;
	bottom: -13px;
	right: 20px;
	height: 58px;
	width: 1px;
	background-color: rgba(var(--thm-white-rgb), .10);
	transform: rotate(45deg);
}

.services-six__single-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.services-six__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}

.services-six__title a {
	color: var(--thm-white);
}

.services-six__title a:hover {
	color: var(--thm-primary-2);
}

.services-six__arrow {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
	border: 1px solid rgba(var(--thm-white-rgb), .10);
	border-radius: 50%;
	font-size: 22px;
	color: var(--thm-primary-2);
}

.services-six__arrow:hover {
	background-color: var(--thm-primary-2);
	color: var(--thm-black);
	border: 1px solid var(--thm-primary-2);
}

.services-six__img {
	position: relative;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 12%);
	background-color: var(--thm-black);
	z-index: 1;
}

.services-six__img::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	background: rgba(var(--thm-black-rgb), 0.5);
	opacity: 0;
	z-index: 1;
	content: "";
}

.services-six__single:hover .services-six__img::before {
	opacity: 1;
}

.services-six__img img {
	width: 100%;
	transition: .5s ease;
	transform: scale(1.05);
}

.services-six__single:hover .services-six__img img {
	transform: scale(1);
}

.services-six__content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.services-six__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 70px;
	background-color: #1D333B;
	border-radius: 50%;
}

.services-six__icon img {
	width: auto;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.services-six__single:hover .services-six__icon img {
	transform: scale(.9);
}

.services-six__text {
	position: relative;
	display: block;
	max-width: 230px;
}

.services-six__text p {
	font-size: 18px;
	line-height: 28px;
	color: var(--thm-white);
	opacity: .80;
}

/*=============================
	Services Five
===============================*/
.services-five {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.services-five__left {
	position: relative;
	display: block;
}

.services-five__left .section-title-two {
	margin-bottom: 38px;
}

.services-five__left .section-title-two__title {
	color: #0F2033;
}

.services-five__btn-box {
	position: relative;
	display: block;
}

.services-five__btn:hover {
	color: var(--thm-white);
}

.services-five__btn::before {
	background-color: var(--thm-black);
}

.services-five__right {
	position: relative;
	display: block;
}

.services-five__services-list {
	position: relative;
	display: block;
}

.services-five__services-list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 29px;
}

.services-five__services-list li+li {
	margin-top: 40px;
}

.services-five__title-box {
	position: relative;
	display: block;
}

.services-five__sub-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: var(--thm-black);
}

.services-five__sub-title span {
	position: relative;
	margin-right: 4px;
}

.services-five__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 5px;
}

.services-five__title a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-five__title a:hover {
	color: var(--thm-secondary);
}

.services-five__btn-box-2 {
	position: relative;
	display: block;
}

.services-five__btn-2 {
	background-color: transparent;
	border: 1px solid var(--thm-black);
	padding: 12px 31px 10px;
}

.services-five__btn-2:hover {
	color: var(--thm-white);
}

.services-five__btn-2::before {
	background-color: var(--thm-black);
}


/*=============================
	Services Details
===============================*/
.services-details {
	padding: 140px 0 120px;
	z-index: 1;
}

.services-details .container {
	max-width: 1100px;
}

.services-details__inner {
	position: relative;
	display: block;
}

.services-details__title-1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
}

.services-details__text-1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
	margin-top: 21px;
	margin-bottom: 28px;
}

.services-details__text-2 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.services-details__title-2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 52px;
	margin-top: 79px;
	margin-bottom: 21px;
}

.services-details__text-3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #1F2034;
}

.services-details__services-box {
	position: relative;
	display: block;
	margin-top: 40px;
}

.services-details__services-box .row {
	--bs-gutter-x: 20px;
}

.services-details__services-single {
	position: relative;
	display: block;
	border-radius: 10px;
	background-color: #F8F8F8;
	padding: 30px 30px 30px;
	margin-bottom: 20px;
}

.services-details__services-single>h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
}

.services-details__services-single>h3>a {
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-details__services-single>h3>a:hover {
	color: var(--thm-secondary);
}

.services-details__services-single>p {
	font-size: 16px;
	color: #1F2034;
	font-weight: 400;
	line-height: 26px;
	margin-top: 15px;
}

/*=============================
	Services Page
===============================*/
.services-page {
	padding: 120px 0 60px;
	background-color: var(--thm-black-bg3);
	z-index: 1;
}

.services-page__top {
	position: relative;
	display: block;
	margin-bottom: 92px;
}

.services-page__top .section-title-two {
	margin-bottom: 30px;
}

.services-page__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: var(--thm-white);
}

.services-page .services-three__services-list {
	margin-left: -15px;
	margin-right: -15px;
}

.services-page .services-three__services-list li {
	padding-left: 15px;
	padding-right: 15px;
}

.services-page .services-three-hover__single {
	left: 15px;
	right: 15px;
	border-radius: 20px;
}

.services-page .services-three__single {
	border-radius: 20px;
}























/*=============================
	End
===============================*/