@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
Author       : Theme-Family
Template Name: Muqaddim - Construction & Architecture Building 
Version      : 1.0.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
		--Searchbox Popup
    03. START HOME DESIGN
		--START HOME SLIDER
    04. START ABOUT DESIGN 
	05. START SERVICE DESIGN 
	06. START WHY CHOOSE US DESIGN
	07. START TEAM DESIGN
		--START VIDEO DESIGN
	08. START GALLERY DESIGN
		--START COUNTER DESIGN
	09. START FREQUENTLY DESIGN
	10. START PRICING DESIGN
	11. START TESTIMONIAL DESIGN
    12. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
	13. START PRODUCT DESIGN
		--START PRODUCT DETAILS DESIGN
    14.START NEWSLETTER DESIGN
    15. START CONTACT DESIGN (START MAP DESIGN)
    16. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html {
	overflow-x: hidden;
	height: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: var(--body-font);
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: var(--thm-p);
}

:root {
	--body-font: 'Epilogue', sans-serif;
	/* --title-font: 'Rubik', sans-serif; */
	--title-font: "Dosis", sans-serif;
	;

	--thm-base: #a3d220;
	--thm-color: #907b6a;
	--rgb-color: 0 0 0 0.25rem rgb(211, 84, 0, 0.25);
	--thm-black: #00002d;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-fb: #F1F8FF;
	--thm-f6: #f6f6f6;
	--thm-f5: #F5F5F5;
	--thm-f4: #F4F4F4;
	--thm-f3: #F3F3F3;
	--thm-f2: #F2F2F2;
	--thm-f1: #F1F1F1;
	--thm-p: #757575;
	--thm-bg: linear-gradient(-110deg, #f6f6f6 50%, #fff 50%);
}

.bg-f1 {
	background: var(--thm-f1) !important;
}

.bg-f2 {
	background: var(--thm-f2) !important;
}

.bg-f3 {
	background: var(--thm-f3) !important;
}

.bg-f4 {
	background: var(--thm-f4) !important;
}

.bg-f5 {
	background: var(--thm-f5) !important;
}

.bg-f6 {
	background: var(--thm-f6) !important;
}

.bg-black {
	background: var(--thm-black) !important;
}

.rgb-white {
	color: rgba(255, 255, 255, 0.8) ! important;
}

.rgb-black {
	color: rgba(0, 0, 0, 0.8) ! important;
}

.bg-color {
	background: var(--thm-color) !important;
}

.bg-transparent {
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-font);
	color: var(--thm-black);
	font-weight: 500;
	letter-spacing: -0.03rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 500;
}

h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: 500;
}

h4 {
	font-size: 20px;
	line-height: 26px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

p:last-child {
	margin-bottom: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--body-font);
	font-weight: 400;
	letter-spacing: -0.03rem;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active {
	color: var(--thm-color);
	text-decoration: none;
	outline: 0;
	transition: all 0.3s ease-in-out 0s;
}

*,
::before,
::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

span {
	letter-spacing: 0;
}

a,
button,
input {
	outline: medium none;
	color: inherit;
}

dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}

.form-group {
	margin-bottom: 20px;
}

button,
input,
textarea {
	color: var(--thm-black);
}

button,
input,
textarea:focus {
	border: none;
	outline: none;
}

.atf-color-ase {
	color: var(--thm-ase)
}

.border-left {
	border-left: 1px solid var(--thm-color);
}

.no-border {
	border: none ! important;
}

.bg-overlay {
	position: relative;
	z-index: 1;
}

.bg-overlay {
	background-color: rgba(36, 42, 53, 0.8);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.overlay-color {
	position: relative;
	z-index: 1;
}

.overlay-color {
	background-color: var(--thm-base);
	opacity: 0.9;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.overlay-gradient {
	position: relative;
	z-index: 1;
}

.overlay-gradient::before {
	content: '';
	background: linear-gradient(to right, var(--thm-color), var(--thm-black));
	opacity: 0.9;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.rgba_before {
	position: relative;
	z-index: 1;
}

.rgba_before:before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.thm-color {
	color: var(--thm-color);
	;
}

/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
	font-size: 10px;
}

.f-11 {
	font-size: 11px;
}

.f-12 {
	font-size: 12px;
}

.f-13 {
	font-size: 13px;
}

.f-14 {
	font-size: 14px;
}

.f-15 {
	font-size: 15px;
}

.f-16 {
	font-size: 16px;
}

.f-17 {
	font-size: 17px;
}

.f-18 {
	font-size: 18px;
}

.f-19 {
	font-size: 19px;
}

.f-20 {
	font-size: 20px;
}

.text-justify {
	text-align: justify;
}

/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
	background: var(--thm-white);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}

.loader {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	transform-style: preserve-3d;
	perspective: 2000px;
	transform: rotateX(-30deg) rotateY(-45deg);
	position: relative;
}

.holder {
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
	transform: translate3d(0em, 3em, 1.5em);
	position: absolute;
	top: 50%;
	left: 50%;
}

.holder:last-child {
	transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em);
}

.holder:first-child {
	transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em);
}

.holder:nth-child(1) .loader-in {
	background-color: #1fbcd3;
}

.holder:nth-child(1) .loader-in:before {
	background-color: #126d7a;
}

.holder:nth-child(1) .loader-in:after {
	background-color: #1894a7;
}

.holder:nth-child(2) .loader-in {
	background-color: #cbe2b4;
}

.holder:nth-child(2) .loader-in:before {
	background-color: #98c66a;
}

.holder:nth-child(2) .loader-in:after {
	background-color: #b2d48f;
}

.holder:nth-child(3) .loader-in {
	background-color: #f6b6ca;
}

.holder:nth-child(3) .loader-in:before {
	background-color: #eb5b88;
}

.holder:nth-child(3) .loader-in:after {
	background-color: #f089a9;
}

.loader-in {
	width: 3em;
	height: 3em;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
	position: absolute;
	top: 50%;
	left: 50%;
	animation: ani-box 6s infinite;
}

.loader-in:before,
.loader-in:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}

.loader-in:before {
	transform: rotateY(90deg);
	transform-origin: 0 50%;
	left: 100%;
	bottom: 0;
}

.loader-in:after {
	transform: rotateX(90deg);
	transform-origin: 0 100%;
	left: 0;
	bottom: 100%;
}

@keyframes ani-box {
	8.33% {
		transform: translate3d(-50%, -50%, 0) scaleZ(2);
	}

	16.7% {
		transform: translate3d(-50%, -50%, -3em) scaleZ(1);
	}

	25% {
		transform: translate3d(-50%, -100%, -3em) scaleY(2);
	}

	33.3% {
		transform: translate3d(-50%, -150%, -3em) scaleY(1);
	}

	41.7% {
		transform: translate3d(-100%, -150%, -3em) scaleX(2);
	}

	50% {
		transform: translate3d(-150%, -150%, -3em) scaleX(1);
	}

	58.3% {
		transform: translate3d(-150%, -150%, 0) scaleZ(2);
	}

	66.7% {
		transform: translate3d(-150%, -150%, 0) scaleZ(1);
	}

	75% {
		transform: translate3d(-150%, -100%, 0) scaleY(2);
	}

	83.3% {
		transform: translate3d(-150%, -50%, 0) scaleY(1);
	}

	91.7% {
		transform: translate3d(-100%, -50%, 0) scaleX(2);
	}

	100% {
		transform: translate3d(-50%, -50%, 0) scaleX(1);
	}
}

/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/

#back_to_top {
	position: fixed;
	right: 2%;
	top: 100%;
	width: 28px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border: 2px solid var(--thm-color);
	color: var(--thm-color);
	text-align: center;
	background-color: var(--thm-white);
	border-radius: 100px;
	z-index: 999;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#back_to_top:hover {
	background-color: var(--thm-color);
	color: var(--thm-white);
}

#back_to_top.active {
	top: calc(100% - 110px)
}

#back_to_top i {
	-webkit-animation: mymove 1s ease-in 0s infinite alternate;
	animation: mymove 1s ease-in 0s infinite alternate;
	display: inline-block;
	position: relative;
}

@-webkit-keyframes mymove {
	from {
		top: -5px;
	}

	to {
		top: 5px;
	}
}

@keyframes mymove {
	from {
		top: -5px;
	}

	to {
		top: 5px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/
.atf-themes-btn {
	color: var(--thm-color);
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 25px;
	border: 3px solid var(--thm-color);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.7s;
	display: inline-block;
}

.atf-themes-btn:hover {
	color: var(--thm-white);
}

.atf-themes-btn:before,
.atf-themes-btn:after,
.atf-themes-btn span:before,
.atf-themes-btn span:after {
	content: "";
	background: var(--thm-color);
	width: 25%;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: all 0.7s;
}

.atf-themes-btn:after {
	right: auto;
	left: 25%;
	top: -100%;
}

.atf-themes-btn span:before {
	right: auto;
	top: 100%;
	left: 50%;
}

.atf-themes-btn span:after {
	right: auto;
	left: 100%;
}

.atf-themes-btn:hover:before {
	top: 0;
	right: 0;
}

.atf-themes-btn:hover:after {
	right: auto;
	top: 0;
	left: 50%;
}

.atf-themes-btn:hover span:before {
	top: 0;
	left: 25%;
}

.atf-themes-btn:hover span:after {
	top: 0;
	left: 0;
}

.atf-main-btn .atf-themes-btn {
	font-size: 15px;
	padding: 10px 25px;
	border: 3px solid var(--thm-white);
	border-radius: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 60px 0;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
	margin-bottom: 60px;
}

.atf-section-title h2 {
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
}

.atf-section-title h3 {
	text-transform: capitalize;
}

.atf-section-title p {
	font-family: var(--body-font);
	font-weight: 400;
	color: var(--thm-p);
}

.small-title {
	color: var(--thm-white);
	letter-spacing: 1.7px;
	text-transform: uppercase;
	font-size: 14px;
	background: var(--thm-color);
	display: inline-block;
	padding: 5px 15px;
}

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width : 1399px) {
	.bg-header-logo {
		width: 250px;
	}
}

.bg-header-logo {
	display: none;
	background-color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
}

.atf-main-header::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(70% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(30deg);
	border-right: 4px solid var(--thm-color);
}

.atf-top-header {
	position: relative;
	z-index: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	background: var(--thm-black) none repeat scroll 0 0;
}

.atf-header-top-auth {
	display: inline-block;
	margin-right: 10px;
}

.atf-header-top-auth a {
	color: rgba(255, 255, 255, .8);
	text-transform: capitalize;
}

.atf-header-top-auth a i {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #6861BC;
	border-radius: 50%;
	margin-right: 10px;
}

.atf-header-top-right {
	text-align: right;
}

.atf-header-top-social {
	display: inline-block;
}

.atf-header-top-social ul li {
	display: inline-block;
	margin-left: 10px;
}

.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}

.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover {
	color: var(--thm-white);
}

.atf-top-header {
	overflow: hidden;
}

.atf-top-header .atf-top-header-in {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}

.atf-top-header .atf-top-social {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}

.atf-top-social a i:hover {
	color: var(--thm-white);
}

.atf-top-social a i {
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.8);
}

.atf-sticky-active .atf-top-header {
	height: 0;
}

.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-top: 3px;
}

.atf-top-header-list li:last-child {
	margin-right: 0;
}

.atf-top-header-list li i {
	margin-right: 10px;
}

.atf-top-header-list li a:hover {
	color: var(--thm-white);
}

.atf-site-branding.atf-white-logo img {
	max-width: 120px;
	height: auto;
	/* margin-left: -50px; */
}

.atf-site-header.atf-style1 {
	transition: all 0.4s ease;
}

.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 80px;
}

.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-black);
	color: var(--thm-white) !important;
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}

.atf-nav .atf-nav-list > li > a {
	color: var(--thm-white);
}

@media screen and (max-width: 991px) {
	.atf-main-header .container {
		width: 100%;
	}

	.atf-top-header {
		display: none;
	}

	.atf-site-header.atf-style1 {
		background-color: var(--thm-black);
	}

	.atf-main-header {
		background-color: #fff !important;
	}
}

.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 14px;
}

.atf-main-header {
	position: relative;
	background: var(--thm-black);
	z-index: -1;
}

.atf-main-header.style1::after {
	background: var(--thm-color) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(72% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	border-left: 4px solid #fff;
}

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap;
	}

	.atf-nav .atf-nav-list > li {
		margin-right: 40px;
		font-weight: 500;
	}

	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0;
	}

	.atf-nav .atf-nav-list > li > a {
		padding: 15px 0;
		display: inline-block;
	}

	.atf-nav .atf-nav-list > li > ul {
		left: 0;
		top: calc(100% + 15px);
	}

	.atf-nav .atf-nav-list > li > ul:before {
		content: '';
		position: absolute;
		height: 10px;
		width: 10px;
		border: 1px solid #eaeaea;
		transform: rotate(45deg);
		background-color: #fff;
		border-right: none;
		border-bottom: none;
		top: -6px;
		left: 16px;
	}

	.atf-nav .atf-nav-list > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease;
	}

	.atf-nav .atf-nav-list li {
		position: relative;
	}

	.atf-nav .atf-nav-list li a:hover {
		color: var(--thm-color);
	}

	.atf-nav .atf-nav-list li a.active {
		color: var(--thm-color);
	}

	.atf-nav .atf-nav-list ul {
		width: 230px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 8px;
		padding: 10px;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.3s ease;
	}

	.atf-nav .atf-nav-list ul li:hover ul {
		top: 0px;
	}

	.atf-nav .atf-nav-list ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease;
	}

	.atf-nav .atf-nav-list ul a {
		font-size: calc(100% - 1px);
		display: block;
		line-height: 1.6em;
		padding: 9px 15px;
		color: var(--thm-black);
		transition: all 0.3s ease-in-out 0s;
	}

	.atf-nav .atf-nav-list ul a:hover {
		background-color: var(--thm-color);
		color: var(--thm-white);
	}

	.atf-nav .atf-nav-list ul ul {
		top: 15px;
		left: 100%;
	}

	.atf-menu-toggle,
	.atf-menu-dropdown-toggle {
		display: none;
	}

	.atf-nav.menu-style1 {
		justify-content: center;
		display: flex;
	}
}

@media screen and (max-width: 991px) {
	.atf-menu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px;
	}

	.atf-menu-dropdown-toggle:before,
	.atf-menu-dropdown-toggle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--thm-white);
		transition: all 0.3s ease;
	}

	.atf-menu-dropdown-toggle:before {
		transform: translate(-50%, -50%) rotate(90deg);
	}

	.atf-menu-dropdown-toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	.atf-nav .atf-nav-list {
		position: absolute;
		right: 0;
		background-color: var(--thm-black);
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #eaeaea;
		border-bottom: 0px solid #eaeaea;
		overflow: auto;
		max-height: calc(100vh - 80px);
		width: 50%;
	}

	.atf-nav .atf-nav-list ul {
		padding-left: 15px;
		display: none;
	}

	.atf-nav .atf-nav-list a {
		display: block;
		padding: 8px 20px;
		color: var(--thm-white);
	}

	.atf-nav .menu-item-has-children {
		position: relative;
	}

	.atf-nav .menu-item-has-children i {
		display: none;
	}

	.atf-nav.menu-style1 {
		display: flex;
		align-items: center;
		justify-content: end;
	}

	/*Mobile Menu Button*/

	.atf-menu-toggle {
		position: relative;
		display: inline-block;
		width: 28px;
		height: 27px;
		margin: 15px 0px 15px 0px;
		cursor: pointer;
	}

	.atf-menu-toggle span,
	.atf-menu-toggle span:before,
	.atf-menu-toggle span:after {
		width: 100%;
		height: 2px;
		background-color: var(--thm-color);
		display: block;
	}

	.atf-menu-toggle span {
		margin: 0 auto;
		position: relative;
		top: 12px;
		transition-duration: 0s;
		transition-delay: 0.2s;
	}

	.atf-menu-toggle span:before {
		content: '';
		position: absolute;
		margin-top: -8px;
		transition-property: margin, transform;
		transition-duration: 0.2s;
		transition-delay: 0.2s, 0s;
	}

	.atf-menu-toggle span:after {
		content: '';
		position: absolute;
		margin-top: 8px;
		transition-property: margin, transform;
		transition-duration: 0.2s;
		transition-delay: 0.2s, 0s;
	}

	.atf-toggle-active span {
		background-color: rgba(0, 0, 0, 0);
		transition-delay: 0.2s;
	}

	.atf-toggle-active span:before {
		margin-top: 0;
		transform: rotate(45deg);
		transition-delay: 0s, 0.2s;
	}

	.atf-toggle-active span:after {
		margin-top: 0;
		transform: rotate(-45deg);
		transition-delay: 0s, 0.2s;
	}
}

.atf-sticky-header {
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0;
}

.atf-menu-btn a {
	padding: 12px 12px !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	display: inline-block;
	border: none;
	overflow: clip;
	background: var(--thm-white);
	color: var(--thm-black) !important;
	text-transform: uppercase;
	font-size: 16px;
}

.atf-menu-btn a:hover {
	background: var(--thm-black);
	color: var(--thm-white) ! important;
}

/* ----------------------------------------
  Searchbox Popup
---------------------------------------- */

/* search popup one */

.atf-menu-search-area li {
	display: inline-block;
	margin-right: 15px;
}

.atf-menu-search-area li:last-child {
	margin-right: 0px;
}

.atf-menu-search-area li .atf-search-cart-icon:hover,
.atf-menu-search-area li .atf-search-menu-icon:hover {
	color: var(--thm-color);
	border-color: var(--thm-black);
}

.atf-menu-search-area li .atf-search-cart-icon.style2 {
	background: var(--thm-white);
	color: var(--thm-color);
	transition: all 0.3s ease-in-out 0s;
	border-radius: 50%;
	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
}

.atf-menu-search-area li .atf-search-cart-icon.style2:hover {
	color: var(--thm-white);
	background: var(--thm-black);
}

.atf-menu-search-area.style2 li:last-child {
	margin-right: 0px;
}

.atf-menu-search-area.style2 li {
	display: inline-block;
	margin-right: 8px;
}

.atf-menu-search-area li a {
	border: 1px solid #eaeaea;
	padding: 12px 15px;
	color: var(--thm-white);
	transition: all 0.5s ease-in-out 0s;
}

.atf-search-popup-one.active .atf-search-form-one {
	visibility: visible;
	opacity: 1;
}

.atf-search-popup-one .atf-search-form-one {
	min-width: 600px;
	position: absolute;
	position: fixed;
	top: 50%;
	left: 50%;
	transition: 0.5s ease;
	visibility: hidden;
	opacity: 0;
	/* IE 9 */
	/* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);
	z-index: 999;
}

.atf-search-popup-one .atf-search-form-one .form-group .form-control {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 54px;
	line-height: 54px;
	padding: 0 100px 0 30px;
	font-size: 18px;
}

.atf-search-popup-one .atf-search-form-one .form-group .form-control:focus {
	box-shadow: inherit;

}

.atf-search-popup-one .atf-search-form-one .atf-submit-btn-one {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 54px;
	border: 0;
	border-radius: 0 5px 5px 0;
	background: var(--thm-color);
	color: #fff;
	transition: all 0.4s ease-in;
	padding: 0;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.atf-search-popup-one .atf-search-form-one .atf-submit-btn-one:hover {
	background: var(--thm-color);
	color: var(--thm-white);
	opacity: 0.9;
}

.body-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-color: var(--thm-black);
	z-index: 991;
	content: "";
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
	visibility: visible;
	opacity: 0.9;
}

/* search popup two */
.atf-search-area {
	position: relative;
}

.atf-search-area .atf-search-content {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: var(--thm-white);
	color: var(--thm-black);
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.atf-search-area .atf-search-content:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}

.atf-search-content {
	cursor: pointer;
	display: inline-block;
}

.atf-search-content .atf-search-icon {
	min-width: 25px;
	text-align: center;
	font-size: 16px;
}

.atf-search-form {
	background-color: var(--thm-black);
	height: 0;
	margin-right: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 130%;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	width: 320px;
	z-index: 9999;
}

.atf-search-form form {
	position: relative;
	margin: 15px 15px 0;
}

.atf-search-form input {
	height: 60px;
	padding-left: 10px;
	width: 100%;
	border: 1px solid #ddd;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
}

.atf-search-form input:focus,
.atf-search-form input:active {
	border: 1px solid var(--thm-color);
}

.atf-search-form button[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: var(--thm-color);
	display: block;
	font-size: 18px;
	height: 60px;
	line-height: 48px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 0;
	padding: 1px 6px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.atf-search-form button[type="submit"]:hover {
	color: var(--thm-color);
}

.atf-search-icon {
	position: relative;
}

.atf-search-icon .for-search-close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.atf-search-open.atf-search-form {
	height: 90px;
}

.atf-search-open .for-search-show {
	opacity: 0;
	visibility: hidden;
}

.atf-search-open .for-search-close {
	opacity: 1;
	visibility: visible;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-cover-bg {
	position: relative;
}

.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.atf-hero-area {
	background-color: var(--thm-f6);
	height: 750px;
	overflow: hidden;
}

.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}

.atf-hero-content h5 {
	color: var(--thm-white);
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	background: var(--thm-color);
	display: inline-block;
	padding: 2px 13px;
	border-radius: 2px;
}

.atf-hero-content h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 500;
	font-size: 70px;
	line-height: 1.1;
}

.atf-hero-area .atf-hero-content p {
	color: var(--thm-white);
	font-size: 18px;
	margin: 20px 0 35px;
	line-height: 30px;
}

.atf-hero-content h5 {
	-webkit-animation: .5s .3s fadeInLeft both;
	animation: .5s .3s fadeInLeft both;
}

.atf-hero-content h2 {
	-webkit-animation: .5s .5s fadeInDown both;
	animation: .5s .5s fadeInDown both;
}

.atf-hero-content p {
	-webkit-animation: .5s .7s fadeInLeft both;
	animation: .5s .7s fadeInLeft both;
}


.atf-hero-content .atf-main-btn {
	-webkit-animation: .5s 9s fadeInUp both;
	animation: .5s .9s fadeInUp both;
}

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * START HOME SLIDER
 *************************************/
.atf-slider.atf-style1 {
	position: relative;
}

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
	display: none;
}

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
	padding: 0;
	margin: 0;
	display: flex !important;
	list-style: none;
}

.pagination.atf-style1 li,
.pagination.atf-style2 li {
	height: 12px;
	width: 12px;
	border-radius: 6px;
	background-color: var(--thm-white);
	margin-right: 8px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
	background: var(--thm-color);
	height: 12px;
	width: 12px;
	border-radius: 6px;
}

.pagination.atf-style1 button,
.pagination.atf-style2 button {
	display: none;
}

.pagination.atf-style2 {
	position: absolute;
	bottom: 17px;
	left: 50%;
}

.pagination.atf-style1.container {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	padding-left: 15px;
}

.atf-slider.atf-style2 {
	position: relative;
}

.atf-slider.atf-style2 .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}

.atf-slider.atf-style2 .slick-list {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
	margin-bottom: -20px;
	margin-left: -15px;
	margin-right: -15px;
}

.atf-slider.atf-style2 .slick-arrow {
	box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: all 0.4s ease;
}

.atf-slider.atf-style2 .slick-arrow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px;
}

.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
	left: 0px;
}

.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
	right: -20px;
}

.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
	right: 0px;
}

.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
	left: -20px;
}

.atf-slider.atf-style2 .slick-arrow:hover {
	color: #222;
}

.atf-slider.atf-style2:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

@media screen and (max-width: 991px) {
	.atf-slider .pagination.atf-hidden {
		display: block;
		margin-top: 20px;
		display: none;
	}

	.atf-slider .pagination.atf-style1 ul,
	.atf-slider .pagination.atf-style2 ul {
		justify-content: center;
	}

	.swipe-arrow.atf-style1 {
		display: none;
	}

	.atf-hidden.atf-hidden-md,
	.swipe-arrow.atf-style2 {
		display: none !important;
	}
}

.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: var(--thm-white);
	cursor: pointer;
	transition: all 0.3s ease;
}

.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}

.atf-slider.atf-style1:hover .slick-arrow.slick-arrow-left {
	left: 30px;
	opacity: 1;
	visibility: visible;
}

.atf-slider.atf-style1:hover .slick-arrow.slick-arrow-right {
	right: 30px;
	opacity: 1;
	visibility: visible;
}

.swipe-arrow.atf-style2 .slick-arrow-right {
	right: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	padding-left: 2px;
}

.swipe-arrow.atf-style2 .slick-arrow-left {
	left: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	padding-right: 2px;
}

.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
	transform: scale(1.1);
	transition: all 2s ease;
}

.atf-slider-animation1 .atf-hero.atf-style1 .small-title {
	opacity: 0;
	position: relative;
	top: 30px;
	transition: all 0.4s ease-in-out;
}

.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
	opacity: 0;
	position: relative;
	top: 30px;
	transition: all 0.4s ease-in-out;
}

.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
	opacity: 0;
	position: relative;
	top: 30px;
	transition: all 0.4s ease-in-out;
}

.atf-slider-animation1 .atf-main-btn {
	opacity: 0;
	position: relative;
	top: 30px;
	transition: all 0.4s ease-in-out;
}

.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .small-title {
	opacity: 1;
	top: 0;
	transition-delay: 0.9s;
	font-size: 10px;
}

.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-bg {
	transform: scale(1);
	transition-delay: 0.7s;
}

.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-title {
	opacity: 1;
	top: 0;
	transition-delay: 0.8s;
}

.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-subtitle {
	opacity: 1;
	top: 0;
	transition-delay: 0.9s;
}

.atf-slider-animation1 .slick-active .atf-main-btn {
	opacity: 1;
	top: 0;
	transition-delay: 1s;
}

.atf-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.atf-fixed-bg {
	background-attachment: fixed;
}

.atf-hero.atf-style1 {
	height: 820px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.atf-hero.atf-style1.atf-size1 {
	/* height: 700px; */
	height: 100vh;
}

.atf-hero.atf-style1 .container {
	position: relative;
	z-index: 2;
}

.atf-hero.atf-style1 .atf-hero-title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 19px;
	line-height: 60px;
}

.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
	font-weight: 400;
}

.atf-hero.atf-style1 .atf-hero-subtitle {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

.atf-hero.atf-style1 .atf-hero-img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.atf-hero.atf-style1 .atf-hero-img img {
	max-height: 94%;
}

.atf-hero.atf-style1.atf-white .atf-hero-title {
	color: #fff;
}

.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
	color: rgba(255, 255, 255, 0.8);
}

.atf-hero.atf-style1 .atf-hero-img {
	right: 0px;
}

.atf-color-overlay:before,
.atf-hero-overlay:before {
	content: '';
	position: absolute;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}

.atf-hero-overlay:before {
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}

.atf-hero-img-group {
	height: 450px;
	width: 400px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10%;
	z-index: 2;
}

.atf-hero-img-group .atf-lg-img {
	height: 100%;
	width: 65%;
	margin-left: auto;
}

.atf-hero-img-group .atf-sm-img {
	position: absolute;
	height: 55%;
	width: 60%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	left: 0;
}

.left-area {
	text-align: left;
}

.center-area {
	text-align: center;
}

.right-area {
	text-align: right;
}

.atf-hero-text.atf-style1 {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 35px 50px 50px;
	border-radius: 10px;
}

.atf-hero-text.atf-style1 {
	min-width: 152px;
}

.atf-hero.atf-style1 .atf-hero-bg {
	position: absolute;
	height: 100vh;
	width: 100%;
	left: 0;
	top: 15%;
}

@media screen and (max-width: 991px) {
	.atf-hero-wrap .atf-hero-slider1 {
		display: none;
	}

	.atf-hero.atf-style1 {
		height: 550px;
	}

	.atf-hero.atf-style1 .atf-hero-subtitle {
		font-size: 16px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 1450px) {
	.atf-hero-img-group {
		right: 0;
	}
}

@media screen and (max-width: 1199px) {
	.atf-hero-img-group {
		position: relative;
		transform: initial;
		right: initial;
		top: initial;
		margin-top: 40px;
	}

	.atf-hero.atf-style1.atf-type1 {
		padding-top: 80px;
		padding-bottom: 100px;
		height: inherit;
	}

	.atf-hero-img-group .atf-lg-img {
		margin-left: 0;
	}

	.atf-hero-img-group .atf-sm-img {
		left: initial;
		right: 0;
	}
}

@media screen and (max-width: 575px) {

	.atf-hero.atf-style1 .atf-hero-title br,
	.atf-hero.atf-style1 .atf-hero-subtitle br {
		display: none;
	}

	.atf-hero-btn-group .btn {
		margin-bottom: 15px;
	}

	.atf-hero.atf-style1 .atf-hero-title {
		font-size: 38px;
	}

	.atf-hero-text.atf-style1 {
		padding: 25px 30px 40px;
	}

	.atf-hero-btn-group {
		margin-bottom: -10px;
	}

	.atf-hero-btn-group .atf-btn {
		margin-bottom: 10px;
	}

	.atf-hero-img-group {
		width: 100%;
	}

	/* .atf-hero.atf-style1.atf-size1 {
    height: 560px; 
} */

	.atf-hero-text.atf-style1 .atf-btn {
		min-width: 120px;
		padding: 0.62em 1.5em;
	}
}

.atf-slider .atf-style1 .home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
	background: #4776E6;
	background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
	background: var(--thm-color);
}

.home-area .home-content .theme-btn {
	margin-right: 15px;

}

/**************************************
 * 04.START ABOUT DESIGN
 *************************************/
.atf-about-wrapper-in h2 {
	text-transform: capitalize;
}

.atf-about-wrapper-in h4 {
	margin-top: 30px;
	font-weight: 600;
	color: var(--thm-color);
}

.atf-about-inner {
	margin-top: 20px;
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	/* width: 85%; */
}

.atf-about-inner li {
	font-weight: 700;
	font-size: 15px;
	color: var(--thm-p);
}

.atf-about-inner li::before {
	content: "\f00c";
	position: relative;
	left: 0;
	font-family: 'Font Awesome 6 Free';
	font-size: 16px;
	color: var(--thm-color);
	padding-right: 12px;
}

.atf-about-btn {
	padding-right: 20px;
}

.atf-about-autor {
	margin-top: 30px;
	display: flex;
	align-items: center;
}

.atf-about-sign {
	padding-left: 20px;
	border-left: 1px solid var(--thm-color);
}

.atf-about-autor img {
	border-radius: 50%;
	width: 90px;
	height: auto;
}

.atf-about-wrapper {
	display: flex;
	align-content: center;
	align-items: center;
}

.about-icon {
	font-size: 40px;
	color: var(--thm-color);
}

.about-content h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.atf-about-one-img.about-one {
	position: relative;
	z-index: 1;
}

.atf-about-one-img.about-one img {
	width: 100%;
}

.atf-about-one-img.about-one::after {
	content: '';
	position: absolute;
	width: 13px;
	height: 50%;
	top: 0;
	background-color: var(--thm-color);
	right: 0;
	z-index: -1;
}

.atf-about-one-img.about-one::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 13px;
	top: 0px;
	background-color: var(--thm-color);
	right: 0;
	z-index: -1;
}

.aft-about-year h5 {
	color: var(--thm-white);
	font-weight: 500;
}

.aft-about-year {
	padding: 20px;
	background: var(--thm-color);
	position: absolute;
	bottom: 55px;
	left: -25px;
}

.atf-about-two-img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.atf-about-two-img img {
	border-radius: 0px;
	width: 200px !important;
	height: auto;
	border: 2px solid var(--thm-color);
}

/**************************************
 *  04. END ABOUT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
	border: 1px solid #eaeaea;
	background: var(--thm-white);
	margin: 0 10px;
}

.new-service-section .atf-single-service {
	border: none;
	background: none;
}

.new-service-section .atf-single-service .our-team {
	padding-bottom: 0;
}

.new-service-section .atf-single-service .our-team .pic {
	margin-bottom: 0;
}

.new-service-section .atf-single-service .atf-service-text {
	border: 1px solid #907b6a;
	border-top: 0;
	margin: 0 15px;
}

.atf-single-service.service-one {
	outline-offset: -5px;
	outline: 2px solid var(--thm-color);
	border: 1px solid rgba(0, 0, 0, 0.35)
}

.atf-single-service h3 {
	margin-bottom: 15px;
}

.atf-single-service h3 a {
	transition: all 0.3s ease-in-out 0s;
}

.atf-single-service h3 a:hover {
	color: var(--thm-color);
}

.atf-service-text {
	padding: 25px 20px;
	text-align: center;
}

.atf-service-icon i {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: var(--thm-white);
	line-height: 55px;
	text-align: center;
	color: var(--thm-color);
	border-radius: 50%;
}

.atf-service-img {
	position: relative;
}

.atf-service-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 5px 5px;
}

.atf-service-icon.style1 {
	position: inherit;
	margin-bottom: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  06. START WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/
.tab {
	/* padding: 40px 40px; */
	/* display: inline-block; */
	border-radius: 10px;
	/* text-align: center; */
	margin: auto;
}

.tabs {
	list-style-type: none;
	padding-left: 0;
	margin-left: -15px;
	margin-right: -15px;
	display: inline-block;
}

.tabs li {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 15px;
	width: 300px;
	display: inline-block;
}

.tabs li a {
	display: block;
	background: var(--thm-white);
	border-radius: 3px;
	padding: 25px 12px;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--thm-p);
	z-index: 1;
	border-radius: 0;
	text-decoration: none;
	position: relative;
}

.tabs li a:hover i,
.tabs li.current a i {
	color: var(--thm-white);
}

.tabs li a:hover,
.tabs li.current a {
	color: var(--thm-white);
	background: var(--thm-color);
}

.tabs li a i {
	color: var(--thm-color);
	font-size: 25px;
	margin-bottom: 10px;
	display: inline-block;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.tabs li:first-child a {
	border-radius: 30px 0 0 0;
}

.tabs li:last-child a {
	border-radius: 0 30px 0 0px;
}

.tabs li a::before {
	content: '';
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border-radius: 3px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	visibility: hidden;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.tabs li:first-child a::before {
	border-radius: 30px 0 30px 0;
}

.tabs li:last-child a::before {
	border-radius: 0 30px 0 30px;
}

.tabs li a:hover::before,
.tabs li.current a::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius: 30px 0 30px 0;
}

.tabs_item:first-child {
	display: block;
}

.tabs_item {
	display: none;
	background: var(--thm-white);
	padding: 36px;
}

.tabs_item_content {
	text-align: left;
}

.tabs_item_content h3 {
	margin-bottom: 15px;
}

.tabs_item_content p {
	margin-bottom: 24px;
}

.tabs_item_content ul {
	padding: 0;
	margin: 10px 0 27px 0;
	list-style-type: none;
}

.tabs_item_content ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 25px;
}

.tabs_item_content ul li:last-child {
	margin-bottom: 0;
}

.tabs_item_content ul li::before {
	/* content: ''; */
	position: absolute;
	left: 0;
	top: 0px;
	width: 15px;
	height: 15px;
	/* background: var(--thm-color); */
	/* background: -webkit-linear-gradient(to right, #8E0074, #fe4819 );
	background: linear-gradient(to right, #8E0074, #fe4819 ); */
	/* -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
}

.single_feature {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.single_feature .feature_icon {
	color: var(--thm-white);
	font-size: 30px;
	margin-right: 25px;
	border-radius: 5px;
	padding: 5px 15px;
	line-height: 75px;
	text-align: center;
	background: var(--thm-color);
}

.single_feature h4 {
	margin-top: 0;
	font-size: 18px;
}

.single_feature p {
	margin-bottom: 0
}

.features_content {
	overflow: hidden;
}

/*
* ----------------------------------------------------------------------------------------
*06. END  WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 07. START TEAM DESIGN
 *************************************/
.our-team {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.our-team:after {
	content: "";
	width: 130px;
	height: 150px;
	background: var(--thm-color);
	position: absolute;
	z-index: -1;
}

.our-team:after {
	top: -20px;
	right: 0;
}

.our-team .pic {
	margin: 15px;
	position: relative;
	transition: all 0.5s ease 0s;
}

.our-team .pic:after {
	content: "";
	width: 0%;
	height: 0;
	background: var(--thm-color);
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .pic:after {
	height: 100%;
	width: 100%;
	opacity: 0.85;
	visibility: visible;
}

.our-team img {
	width: 100%;
	height: auto;
}

.our-team .team-content {
	width: 100%;
	position: absolute;
	top: -50%;
	left: 0;
	transition: all 0.5s ease 0s;
}

.our-team:hover .team-content {
	top: 38%;
}

.our-team .title {
	font-weight: 500;
	color: var(--thm-white);
	text-transform: uppercase;
	margin: 0 0 5px 0;
	transition: all 0.3s ease-in-out 0s;
}

.our-team .title a:hover {
	color: var(--thm-black);
}

.our-team .post {
	font-size: 14px;
	color: var(--thm-white);
	line-height: 26px;
	text-transform: capitalize;
}

.our-team .social {
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid var(--thm-white);
	font-size: 18px;
	color: var(--thm-white);
	margin: 0 7px;
	transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
	background: var(--thm-white);
	color: var(--thm-color);
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-video {
	position: relative;
}

.atf-animation-zoom1 a {
	-webkit-animation: zoom1 1s infinite;
	animation: zoom1 1s infinite;
}

@-webkit-keyframes zoom1 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes zoom1 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.atf-video-icon {
	height: 80px;
	width: 80px;
	background-color: var(--thm-white);
	color: var(--thm-color);
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	border-radius: 100%;
}

.atf-video-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.atf-skill-area .atf-video-icon {
	margin: -25px auto;
}

/*
* ----------------------------------------------------------------------------------------
* START PROGRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-video-img.atf-animation-zoom1 img {
	outline-offset: -5px;
	outline: 2px solid var(--thm-white);
	border: 1px solid var(--thm-color);
}

.progress {
	height: 10px;
	background: #e3e3e3;
	border-radius: 0;
	box-shadow: none;
	margin: 70px 0 70px;
	overflow: visible;
	position: relative;
}

.progress .progress-title {
	font-size: 22px;
	font-weight: 600;
	color: var(--thm-color);
	text-transform: capitalize;
	position: absolute;
	top: -35px;
	left: 0;
	z-index: 1;
}

.progress .progress-bar {
	box-shadow: none;
	border-radius: 0;
	position: relative;
	overflow: inherit;
	-webkit-animation: animate-positive 7s;
	animation: animate-positive 7s;
}

.progress .progress-bar:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
	background: var(--thm-white);
	position: absolute;
	right: -5px;
	top: -6px;
}

.progress .progress-value {
	width: 45px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: var(--thm-color);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	font-size: 15px;
	font-weight: 700;
	color: var(--thm-white);
	text-align: center;
	position: absolute;
	bottom: 30px;
	right: -17px;
}

.progress .progress-value:after {
	content: "";
	border-top: 7px solid var(--thm-color);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	bottom: -7px;
	left: 35%;
}

.progress.green .progress-bar:after {
	border: 5px solid var(--thm-color);
}

.progress.pink .progress-bar:after {
	border: 5px solid var(--thm-color);
}

.progress.blue .progress-bar:after {
	border: 5px solid var(--thm-color);
}

.progress.yellow .progress-bar:after {
	border: 5px solid var(--thm-color);
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0;
	}
}

@keyframes animate-positive {
	0% {
		width: 0;
	}
}

.atf-skill-call h6 {
	line-height: 0px;
	margin-top: 16px;
	color: var(--thm-color);
}

/*
* ----------------------------------------------------------------------------------------
* END PROGRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 07. End Team DESIGN
 *************************************/
/**************************************
 * 08. START GALLERY DESIGN
 *************************************/
.atf-work-box {
	background: var(--thm-color);
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out;
}

.atf-work-box:hover:before {
	opacity: 1;
}

.atf-work-box img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}

.atf-work-box:hover img {
	opacity: 0.5;
}

.atf-work-box .box-content {
	color: var(--thm-white);
	background: var(--thm-color);
	text-align: center;
	width: 80%;
	padding: 15px 10px;
	opacity: 0;
	transform: translateX(-50%) translateY(-200%);
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 1;
	transition: all 0.5s ease-out;
	outline-offset: -5px;
	outline: 2px solid var(--thm-white);
}

.atf-work-box:hover .box-content {
	opacity: 1;
	transform: translateX(-50%) translateY(-60%);
}

.atf-work-box .title {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 5px;
	color: var(--thm-white);
}

.atf-work-box .post {
	font-size: 16px;
	font-style: italic;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.atf-work-box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -20px;
	transition: all 0.3s ease 0s;
}

.atf-work-box:hover .icon {
	opacity: 1;
	bottom: 20px;
}

.atf-work-box .icon li {
	display: inline-block;
	margin: 0 5px;
}

.atf-work-box .icon li a {
	color: var(--thm-color);
	background: var(--thm-white);
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	width: 50px;
	height: 38px;
	display: block;
	transition: all 0.35s ease 0s;
}

.atf-work-box .icon li a:hover {
	color: var(--thm-white);
	background: rgba(0, 0, 0, 0.8);
	outline-offset: -5px;
	outline: 2px solid var(--thm-color);
	outline-color: var(--thm-color);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

.atf-gallery-grid .atf-work-box {
	margin: 10px 0;
}

@media only screen and (max-width:991px) {
	.atf-work-box {
		margin: 0 0 30px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter {
	background: var(--thm-f6);
	position: relative;
}

#counter:before {
	content: '';
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background:rgba(0,0,0,0.85); */
}

.counter {
	color: var(--thm-white);
	background: var(--thm-white);
	font-family: var(--body-font);
	text-align: center;
	width: 220px;
	padding: 45px 10px 0;
	margin: 0 auto;
	position: relative;
	clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}

.counter::before {
	content: "";
	background: var(--thm-color);
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	position: absolute;
	top: 15px;
	left: 50%;
	z-index: -1;
	clip-path: polygon(50% 0%, 100% 25%, 100% 100%, 0 100%, 0 25%);
}

.counter .counter-icon {
	font-size: 37px;
	line-height: 37px;
	margin: 0 0 15px;
}

.counter h3 {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 20px;
	line-height: 1.2;
	color: var(--thm-white);
}

.counter .counter-value {
	background: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 91px;
	width: 140px;
	height: 70px;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
	color: var(--thm-color);
}

.counter .counter-value:before {
	content: "";
	background: var(--thm-white);
	border-radius: inherit;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 12px;
	right: 12px;
	z-index: -1;
}

@media screen and (max-width:991px) {
	.counter {
		margin-bottom: 40px;
	}
}

/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/**************************************
 * 08. END GALLERY DESIGN
 *************************************/
/*
/*
* ----------------------------------------------------------------------------------------
* 09.START FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
#faq .atf-section-title {
	margin-bottom: 35px;
	text-align: left;
}

.outline-color {
	outline-offset: -5px;
	outline: 2px solid var(--thm-white);
	border: 1px solid var(--thm-color);
}

.atf-faq-accordion .card p {
	color: var(--thm-p);
}

.atf-faq-accordion .card {
	border: none;
	display: block;
	text-align: left;
	margin-bottom: 15px;
	-webkit-box-orient: unset;
	-webkit-box-direction: unset;
	-ms-flex-direction: unset;
	flex-direction: unset;
	border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
	padding: 0;
	border: none;
	text-align: left
}

.atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}

.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size: 15px;
	font-weight: 600;
	padding: 13px 15px;
	background: var(--thm-f5);
}

.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-family: 'Font Awesome 6 Free';
	font-size: 15px;
}

.atf-faq-accordion .card .card-header button.collapsed {
	border-bottom-width: 0
}

.atf-faq-accordion .card .card-header button.collapsed::before {
	-webkit-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotate(0)
}

.atf-faq-accordion .card .card-body ul {
	margin-bottom: 15px
}

.atf-faq-accordion .card .card-body ul:last-child {
	margin-bottom: 0
}

.atf-faq-accordion .card .card-body ul li {
	margin-bottom: 12px;
	color: var(--thm-color);
}

.atf-faq-accordion .card .card-body ul li:last-child {
	margin-bottom: 0
}

.atf-faq-accordion .card:last-child {
	margin-bottom: 0
}

.atf-hire.rgba_before::before {
	background: rgba(0, 0, 0, 0.5);
}

/*
* ----------------------------------------------------------------------------------------
* 09. END  FREQUENTLY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10. START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricingTable {
	color: var(--thm-white);
	text-align: center;
	border: 1px solid #eaeaea;
	position: relative;
}

.pricingTable .pricingTable-header {
	background: linear-gradient(to right, var(--thm-color) 15%, var(--thm-color) 0%);
	padding: 25px 0;
	margin: 0 auto 20px;
}

.pricingTable .title {
	color: var(--thm-white);
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.pricingTable .price-value {
	color: var(--thm-black);
	margin: 0 0 5px;
}

.pricingTable .price-value .amount {
	font-size: 40px;
	font-weight: 700;
	padding: 0 30px 15px;
	border-bottom: 2px solid #C3C3C3;
}

.pricingTable .pricing-content {
	text-align: left;
	padding: 0;
	margin: 20px 0 20px;
	list-style: none;
	display: inline-block;
}

.pricingTable .pricing-content li {
	color: var(--thm-p);
	font-size: 15px;
	line-height: 28px;
	padding: 5px 0 5px 30px;
	position: relative;
}

.pricingTable .pricing-content li:last-child {
	margin: 0;
}

.pricingTable .pricing-content li::before {
	content: "\f054";
	color: var(--thm-color);
	font-family: "Font Awesome 6 free";
	font-weight: 700;
	position: absolute;
	top: 4px;
	left: 5px;
}

.pricingTable-signup a {
	margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
	.pricingTable {
		margin: 0 0 40px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* 10. END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 11. START TESTIMONIAL DESIGN
 *************************************/
.testimonial {
	margin: 0 15px;
	overflow: hidden;
}

.atf-testimonial-area.style1 .testimonial-content {
	background: var(--thm-black);
}

.testimonial-content {
	position: relative;
	padding: 30px 20px;
	line-height: 26px;
	color: var(--thm-white);
	border-radius: 10px;
	border-left: 10px solid var(--thm-color);
	background: var(--thm-black);
}

.testimonial-content .review-icon {
	color: var(--thm-color);
	margin-top: 10px;
}

.testimonial-content .description {
	color: rgba(255, 255, 255, 0.6);
}

.testimonial .testimonial-content:after {
	content: "";
	width: 20px;
	height: 20px;
	background: var(--thm-black);
	border-bottom: 1px solid #767070;
	border-left: 1px solid #767070;
	position: absolute;
	bottom: -11px;
	left: 65px;
	transform: skewY(-45deg);
}

.testimonial .pic {
	width: 80px;
	height: 80px;
	border-radius: 5%;
	overflow: hidden;
	margin-top: 25px;
	display: inline-block;
	float: left;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial .testimonial-prof {
	text-transform: capitalize;
	margin: 40px 0 0 100px;
}

.testimonial .testimonial-prof h4 {
	color: var(--thm-black);
	display: block;
	font-weight: bold;
	margin: 0 0px 0px 0px;
}

.testimonial .testimonial-prof small {
	display: block;
	font-size: 14px;
	color: var(--thm-black);
}

.testimonial .review-icon {
	color: var(--thm-color);
}

/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
	margin-top: 0px;
}

.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 50px;
	line-height: .7;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
	border: 2px solid var(--thm-black);
	background: transparent;
	transition: all 0.5s ease-in-out 0s;
}

.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span {
	background: var(--thm-color);
	border: 2px solid var(--thm-color);
	width: 30px;
	border-radius: 5px;
}

/**************************************
 * 11. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.atf-blog-grid .post-slide {
	margin: 12px 0;
}

.post-slide {
	margin: 0 5px;
	transition: all 0.30s ease 0s;
}

.post-slide .post-img {
	position: relative;
}

.post-slide .post-img img {
	width: 100%;
	height: auto;
}

.post-slide .icons {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 70px;
	height: 70px;
	background: var(--thm-color);
	line-height: 23px;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	color: var(--thm-white);
	padding-top: 11px;
	border-radius: 4px;
}

.post-slide .icons img {
	width: 100%;
	height: auto;
}

.post-slide .post-review {
	position: relative;
	border-radius: 10px;
}

.post-slide .post-review {
	border: 1px solid #eee;
	padding: 25px;
	background: var(--thm-white);
	position: relative;
}

.post-slide .post-bar {
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 15px;
}

.post-slide .post-bar li {
	display: inline-block;
	font-size: 14px;
	font-family: var(--body-font);
	color: var(--thm-black);
	margin-right: 10px;
	text-transform: capitalize;
}

.post-slide .post-bar li i {
	color: var(--thm-color);
	margin-right: 8px;
}

.post-slide .post-title a:hover {
	color: var(--thm-color);
}

.post-slide .post-title a {
	transition: all 0.5s ease-in-out 0s;
}

.post-slide .post-title {
	margin: 6px 0 15px 0;
	font-weight: 600;
	transition: all 0.3s ease-in-out 0s;
}

.post-slide .post-description {
	color: var(--thm-p);
}

#blog .atf-main-testimonials.owl-theme .owl-dots,
.owl-theme .owl-nav {
	margin-top: 30px;
}

/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}

.atf-blog-area .atf-post-slide {
	margin: 15px 5px;
}

.post-review.atf-post-blog-list {
	width: 100%;
	border-radius: 0;
}

.atf-post.atf-style1 .atf-post-date {
	margin: 12px 0px 3px;
}

.atf-post.atf-style1 .atf-post-title {
	font-size: 15px;
	line-height: 1.3;
}

.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb.atf-comment-list-img {
	width: 80px;
	margin-right: 0;
	margin-top: 8px;
}

.atf-post.atf-style1 {
	display: flex;
}

.atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}

.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.atf-widget {
	margin-top: 20px;
}

.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}

.atf-post-date span {
	margin-left: 2px;
	font-size: 12px;
}

.atf-post-info {
	margin-top: -8px;
}

.atf-blog-widget_search {
	/* margin-bottom: 40px; */
	position: relative;
}

.atf-blog-widget_search a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	color: var(--thm-white);
	line-height: 50px;
	background: var(--thm-color);
	width: 50px;
	height: 53px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.atf-blog-widget_search a:hover {
	background: var(--thm-black);
}

.atf-blog-widget_search i {
	position: absolute;
	top: 18px;
	right: 15px;
}

.atf-blog-widget_search input {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	border-radius: 30px 0px 0 30px;
	color: var(--thm-p);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: calc(2.6em + .75rem + 0px);
}

.atf-blog-widget_search .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
}

.atf-page-heading {
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 90px;
	background-size: cover;
	background-attachment: fixed;
}

.atf-page-heading.atf-size-md {
	height: 500px;
}

.atf-page-heading:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.atf-page-heading > div {
	position: relative;
	z-index: 1;
}

.atf-page-heading-title {
	color: var(--thm-white);
	font-size: 50px;
	text-align: left;
	margin-bottom: 7px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-weight: 700;
}

.atf-breadcamp {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.atf-breadcamp li {
	color: rgba(255, 255, 255, 0.7);
	list-style: none;
}

.atf-breadcamp li:not(:last-child):after {
	content: '/';
	padding-right: 6px;
	margin-left: 6px;
}

.atf-breadcamp a:hover {
	color: var(--thm-white);
}

.atf-widget-author img {
	border-radius: 50%;
	width: 200px;
	height: auto;
}

.atf-author-title {
	margin: 15px 0 2px;
}

.atf-widget-social-icon {
	margin-top: 10px;
}

.atf-widget-author-area span {
	color: var(--thm-p);
}

.atf-widget-author-area ul li {
	display: inline-block;
}

.atf-widget-author-area ul li:not(:last-child) {
	margin-right: 5px;
}

.atf-widget-author-area ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: var(--thm-f1);
	color: var(--thm-color);
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	margin: 5px 0;
}

.atf-widget-author-area ul li a:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}

.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: #fff;
}

.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}

.atf-widget .atf-widget-title::before {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 15px;
	bottom: 1px;
	height: 1px;
	width: 90px;
}

.atf-widget .atf-widget-title::after {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 2px;
	bottom: 0px;
	height: 4px;
	width: 20px;
}

.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}

.atf-widget-list li {
	border-bottom: 1px dotted #eaeaea;
	margin: 10px 0 0px 8px;
	padding-bottom: 15px;
}

.atf-widget-list li:last-child {
	border-bottom: inherit;
}

.atf-widget-list a {
	display: block;
	color: var(--thm-p);
}

.atf-widget-list a:hover {
	color: var(--thm-color);
}

.atf-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}

.atf-widget-list li::before {
	content: "\f66f";
	color: var(--thm-color);
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
}

.atf-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 600;
}

.atf-tagcloud {
	margin-bottom: -10px;
}

.atf-tagcloud .atf-tag {
	display: inline-block;
	font-size: 14px;
	padding: 2px 10px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.atf-tagcloud .atf-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.atf-post-details.atf-style1 {
	font-weight: 400;
}

.atf-post-details.atf-style1 .post-info li {
	display: inline-block;
	margin-right: 13px;
	transition: all 0.3s ease-in-out 0s;
}

.atf-post-details.atf-style1 .post-info li i {
	margin-right: 8px;
	color: var(--thm-color);
}

.atf-post-details.atf-style1 .post-info li a:hover {
	color: var(--thm-color);
}

.atf-post-details.atf-style1 .slick-slide {
	line-height: 0;
}

.atf-post-details.atf-style1 .atf-post-thumb {
	margin-bottom: 25px;
}

.atf-post-details.atf-style1 .atf-post-thumb img {
	width: 100%;
}

.atf-post-details.atf-style1 .atf-post-title {
	font-size: 28px;
	margin-bottom: 10px;
}

.atf-post-details.atf-style1 blockquote {
	padding: 30px 40px;
	font-size: 18px;
	line-height: 1.6em;
	border: 5px solid var(--thm-color);
	font-weight: 600;
	margin: 30px 0 35px 0;
	color: var(--thm-p);
	text-align: center;
	font-style: italic;
}

.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: var(--thm-ase);
	font-size: inherit;
	font-size: 16px;
}

.atf-post-details.atf-style1 blockquote small span {
	color: var(--thm-ase);
}

.atf-post-details.atf-style1 .atf-post-label {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-text p {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .atf-post-meta {
	display: flex;
	justify-content: space-between;
	padding: 23px 0;
}

.atf-post-details.atf-style1 h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.atf-post-details.atf-style1 p {
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 img {
	margin-bottom: 20px;
	border-radius: 4px;
	margin-top: 5px;
}

.atf-post-details.atf-style1 .embed-responsive {
	margin-top: 15px;
	margin-bottom: 15px;
}

.atf-post-details.atf-style1 .embed-responsive iframe {
	width: 100%;
	height: 460px;
}

.atf-post-label > span {
	display: inline-block;
	position: relative;
}

.atf-post-label > span:not(:last-child) {
	padding-right: 15px;
	margin-right: 15px;
}

.atf-post-label > span:not(:last-child)::before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 7px;
	transform: translateX(50%) rotate(30deg);
}

.atf-post-label a:hover {
	color: var(--thm-color);
}

.atf-post-tage-list {
	display: flex;
	flex-wrap: wrap;
}

.atf-post-tage-list li a {
	margin-right: 5px;
	color: var(--thm-black);
	font-weight: 600;
	background: var(--thm-f1);
	padding: 8px 10px;
	border-radius: 3px;
}

/* .atf-post-tage-list li:not(:last-child):after {
    content: ','; } */
.atf-post-tage-list li a:hover {
	background: var(--thm-color);
	color: var(--thm-white);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.atf-post-tages,
.atf-post-share {
	display: flex;
	align-items: center;
}

.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
	margin: 0;
	font-size: 16px;
	margin-right: 10px;
	line-height: 1.4em;
}

.atf-post-share-btn-list {
	display: flex;
	flex-wrap: wrap;
}

.atf-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}

.atf-post-share-btn-list a:hover {
	color: var(--thm-color);
}

.atf-post-btn-gropu {
	display: flex;
	justify-content: space-between;
}

.atf-post-btn-gropu .atf-btn {
	min-width: 170px;
	justify-content: center;
}

.atf-page-heading-in .atf-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	font-size: 20px;
}

.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
	background-color: var(--thm-white);
}

.atf-page-heading-in .atf-post-label > span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75);
}

.atf-page-heading-in .atf-post-label a:hover {
	color: var(--thm-white);
}

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px;
}

.atf-page-heading-in {
	display: grid;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.atf-page-heading-title {
		font-size: 38px;
	}

	.atf-page-heading-subtitle {
		font-size: 16px;
	}

	.atf-page-heading.atf-size-md {
		height: 350px;
		padding-top: 80px;
	}

	.atf-page-heading-title br {
		display: none;
	}

	.atf-page-heading {
		height: 500px;
		padding-top: 80px;
	}
}

.atf-post-list li::before {
	content: "\f66f";
	color: var(--thm-color);
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	font-size: 15px;
	margin-right: 10px;
	margin-left: 15px;
}

.atf-post-list li {
	line-height: 30px;
}

.atf-post-author {
	display: flex;
	align-items: center;
	border: 1px solid #eaeaea;
	padding: 25px;
	margin-top: 25px;
}

.atf-author-img img {
	max-width: inherit;
	height: auto;
}

.atf-author-social {
	margin-top: 10px;
}

/* Blog list slider */
.post-img.af_img_slider .owl-prev {
	left: 20px;
}

.post-img.af_img_slider .owl-next {
	right: 20px;
}

.post-img.af_img_slider .owl-prev,
.post-img.af_img_slider .owl-next {
	position: absolute;
	top: 45%;
	width: 60px;
	height: 60px;
	line-height: 58px;
	background: var(--thm-white);
	color: var(--thm-black);
	border-radius: 5%;
	transition: 0.5s;
	transform: translateY(-50%);
	font-size: 20px;
	text-align: center;
}

.post-img.af_img_slider .owl-prev:hover,
.post-img.af_img_slider .owl-next:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}

/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}

/* .comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
} */
.comment-body {
	position: relative;
	margin-left: 120px;
	margin-bottom: 30px;
	min-height: 90px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 30px;
}

.children .comment-body {
	min-height: 70px;
}

.comment-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
}

.comments-area ol {
	list-style: none;
	padding-left: 0;
}

.comments-area .children {
	padding-left: 130px;
}

/* .comments-area .children .children {
    padding-left: 35px;
} */

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 5px;
}

.comment-author {
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.comment-author a:hover {
	color: var(--thm-color);
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
}

.comment-metadata {
	line-height: 20px;
	position: relative;
}

.comment-metadata::before {
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	left: 1px;
	background: var(--thm-black);
	bottom: 20px;
}

.comment-metadata a {
	font-weight: 600;
	font-size: 14px;
	padding-left: 35px;
}

.comment-content {
	line-height: 25px;
	font-size: 15px;
}

.comment-content p {
	line-height: inherit;
	font-size: 15px;
}

.comment-reply-link {
	font-size: 15px;
	color: var(--thm-black);
	background: var(--thm-f1);
	padding: 10px;
	border-radius: 4px;
	position: absolute;
	right: 0;
	bottom: 10px;
	transition: all 0.5s ease-in-out 0s;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	color: var(--thm-white);
	background: var(--thm-color);
}

.comment-reply-link i {
	margin-right: 6px;
}

.comment-reply-link:before {
	font-family: 'Font Awesome Free 6';
	margin-right: 4px;
}

.reply {
	margin-top: 15px;
}

.children .comment-body {
	margin-left: 100px;
}

.comment-respond {
	display: block;
	width: 100%;
	margin-top: 56px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form-author,
.comment-form-email {
	width: 50%;
}

.comment-form-email {
	padding-left: 10px;
}

.comment-form-comment {
	width: 100%;
}

.comment-form-author {
	padding-right: 10px;
}

.comment-form-url {
	padding-left: 0px;
	width: 100%;
}

.form-submit {
	margin-bottom: 0;
}

.comment-form p {
	margin: 0;
}

.comment-form textarea,
.comment-form input {
	border: 1px solid #eaeaea;
	padding: 8px 10px;
	width: 100%;
	background-color: transparent;
	display: block;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border-radius: 4px;
}

.comment-form textarea:focus,
.comment-form input:focus {
	outline: none;
	border-color: var(--thm-color);
}

.post-navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.post-navigation > div {
	display: inline-block;
}

.nav-previous a:before {
	content: "\f100";
	font-family: 'FontAwesome';
	margin-right: 4px;
}

.nav-next a:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 4px;
}

.nav-all-post {
	min-width: 120px;
	text-align: center;
	margin: 0 25px;
}

/*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-post-pagination {
	margin: 30px 0;
	justify-content: center;
}

.pagination-outer {
	text-align: center;
}

.pagination {
	display: inline-flex;
	position: relative;
}

.pagination li a.page-link {
	color: var(--thm-color);
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 35px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 9px;
	border: 1px solid var(--thm-color);
	border-radius: 0;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.5s ease 0s;
}

.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
	font-size: 23px;
	line-height: 32px;
}

.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link {
	color: var(--thm-white);
	background: transparent;
	border-color: var(--thm-color);
	border-top-color: transparent;
}

.pagination li a.page-link:before {
	content: '';
	background-color: var(--thm-color);
	height: 0;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.5s ease-out 0s;
}

.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before {
	height: 100%;
	opacity: 1;
}

@media only screen and (max-width: 480px) {
	.pagination {
		font-size: 0;
		display: inline-block;
	}

	.pagination li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 15px;
	}
}

/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
.atf_service__details-list ul li .text h5 {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: var(--thm-black);
}

.atf_service__details-list .icon {
	color: var(--thm-color);
}

.atf_service__details-list {
	font-size: 18px;
	line-height: 1.8em;
}

.atf_services__details-features .icon {
	color: var(--thm-color);
}

.atf_services__details-features ul li .text h5 {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: var(--thm-p);
}

.atf_services__details-features ul li:not(:last-child) {
	margin-bottom: 5px;
}

.atf_services__widget {
	padding: 40px 40px;
	border: 1px solid #eaeaea;
}

.atf_services__widget-links ul li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}

.atf_services__widget-links ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	font-family: var(--thm-font);
}

.atf_services__widget-download .services-download-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	color: #ffffff;
	background: #0a4c48;
	text-transform: uppercase;
	height: 66px;
	line-height: 66px;
	padding: 0 40px;
	padding-right: 10px;
}

.atf_services__widget-download .services-download-btn.yellow {
	background: #fad105;
	color: #222222;
}

.atf_services__widget-social span {
	font-size: 15px;
	font-weight: 500;
	color: #2c3941;
	margin-right: 15px;
}

.atf_services__widget-social ul li a:hover {
	color: var(--thm-color);
}

.atf_services__widget-social ul li {
	display: inline-block;
}

.atf_services__widget-social ul {
	display: inline-block;
}

.atf_services__widget-social ul li:not(:last-child) {
	margin-right: 15px;
}

.atf_services__sidebar-banner {
	position: relative;
}

.atf_services__sidebar-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.atf_services__sidebar-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.58);
}

.atf_services__sidebar-banner-content h6 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}

.atf_services__sidebar-banner-content h4 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 24px;
}

.atf-call-us {
	display: flex;
	align-items: center;
}

.atf-call-icon {
	margin-right: 15px;
	background: var(--thm-color);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: var(--thm-white);
}

.atf-need-content {
	position: relative
}

.atf-need-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.atf-need-title {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.atf-need-title a {
	font-size: 15px;
}

.atf-need-title h3 {
	font-size: 25px;
}

.atf-widget.atf-sidebar-widget.atf-need-wrapper {
	padding: 0;
}

.atf-need-thumb img {
	width: 100%;
}

.atf_services__details-faq {
	border: 1px solid #eaeaea;
	padding: 40px;
}

.atf-service-details-icon {
	/* border-bottom:1px solid #eaeaea;
	border-top:1px solid #eaeaea; */
	padding: 20px 0;
}

.atf-service-details-icon .about-content h5 {
	line-height: 1.3;
	margin-bottom: 0;
}

.atf-tagcloud.atf_sidebar__map iframe {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/
.atf_team-about-heading {
	margin-bottom: 20px;
}

.atf_team-about-heading small {
	font-size: 16px;
	color: var(--thm-color);
	font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.atf_team-about-heading h2 {
		font-size: 50px;
	}
}

@media (max-width: 575px) {
	.atf_team-about-heading h2 {
		font-size: 36px;
	}
}

.atf_team-about-details > span {
	font-size: 14px;
	color: var(--thm-color);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.atf-contact-details.style1 {
	background: var(--thm-f6);
	padding: 25px;
}

/* .atf_team-about-details p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
} */
.atf_team-about-details ul li {
	margin-bottom: 16px;
}

.atf_team-about-details ul li span {
	font-weight: 600;
	color: var(--thm-black);
	transition: all 0.3s ease-in-out 0s;
}

.atf_team-about-details ul li a:hover {
	color: var(--thm-color);
	text-decoration: underline;
}

/* .atf_team-qualification {
  margin-bottom: 52px;
} */
.atf_team-qualification h4 {
	font-size: 26px;
	margin-bottom: 30px;
}

.atf_team-qualification h4 span {
	color: var(--thm-color);
}

.atf_team-qualification p {
	padding-right: 10px;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.atf_team-qualification p {
		padding-right: 0;
	}
}

.atf_team-education {
	padding-bottom: 32px;
}

.atf_team-education ul li {
	margin-bottom: 23px;
}

.atf-team-details-img img {
	border-radius: 20px;
	box-shadow: 1px 2px 30px rgba(0, 0, 0, 0.3);
}

.atf_team-details-border {
	border: 1px solid #eaeaea;
	padding: 50px;
}

/*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/
/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
	display: inline-block;
	margin-bottom: 2px;
	color: #eaeaea;
}

.atf_portfolio__details-info-item span {
	font-weight: 600;
	margin-right: 5px;
	color: #eaeaea;
}

.atf_portfolio__details-info-item ul li a {
	color: #eaeaea;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.atf_portfolio__details-info-item ul li a:hover {
	color: var(--thm-color);
	text-decoration: underline;
}

.atf_portfolio__details-goal-features .icon {
	color: var(--thm-color);
}

.atf_portfolio__details-social ul li {
	display: inline-block;
}

.atf_portfolio__details-social ul li:not(:last-child) {
	margin-right: 5px;
}

.atf_portfolio__details-social ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	background: #f8f4ef;
	color: var(--thm-color);
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
	margin: 5px 0;
}

.atf_portfolio__details-social ul li a:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}

.atf_portfolio__details-info {
	padding: 25px;
	display: flex;
}

.atf_portfolio__details-need-content {
	position: relative
}

.atf_portfolio__details-need-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.atf_portfolio__details-need-title {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.aatf_portfolio__details-need-title a {
	font-size: 15px;
}

.atf_portfolio__details-need-title h3 {
	font-size: 25px;
}

.atf_portfolio__details-need-img img {
	width: 100%;
	height: 350px;
}

/* ----------------------------------------------------------------------------------------
*END PROTFOLIO DETAILS DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 12. END BLOG DESIGN
 *************************************/
/**************************************
 * 13. START PRODUCT DESIGN
 **************************************/
.atf-showing-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.atf-short-by .form-select {
	transition: all 0.3s ease-in-out 0s;
	color: var(--thm-black);
	font-weight: 500;
	height: 45px;
	font-size: 15px;
}

.atf-short-by .form-select:focus,
.atf-short-by .form-select:active {
	border-color: var(--thm-color);
	outline: 0;
	box-shadow: inherit;
}

.atf-product-grid .product-grid {
	margin: 12px 0;
}

.product-grid {
	text-align: center;
	border: 1px solid #ebebeb;
	transition: all 0.3s ease-in-out;
}

.product-grid .product-image {
	overflow: hidden;
	position: relative;
}

.product-grid .product-image a.image {
	display: block;
}

.product-grid .product-image img {
	width: 100%;
	height: auto;
	background: var(--thm-f6);
}

.product-grid .product-sale-label {
	color: var(--thm-white);
	background: var(--thm-color);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 40px;
	border-radius: 5%;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .3s ease-in-out;
	padding: 0px 15px;
}

.product-grid .product-content {
	overflow: hidden;
	position: relative;
}

.product-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background: var(--thm-f1);
}

.product-inner-title {
	text-align: left;
}

.product-grid .title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}

.product-grid .title a {
	color: var(--thm-black);
	transition: all 0.3s ease 0s;
	font-weight: 700;
}

.product-grid .price {
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 700;
}

.product-grid .price span {
	color: var(--thm-p);
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.product-grid .rating {
	color: var(--thm-color);
	font-size: 12px;
	padding: 0;
	margin: 0;
}

.product-grid .rating li {
	display: inline-block;
}

.product-grid .rating li.far {
	color: var(--thm-p);
}

.product-grid .product-button-group {
	background: var(--thm-color);
	width: 100%;
	height: 100%;
	white-space: nowrap;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.product-grid:hover .product-inner {
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.product-grid:hover .product-button-group {
	opacity: 1;
}

.product-grid .product-links {
	width: calc(100% - 100px);
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	text-align: right;
}

.product-grid .product-links li {
	margin: 0 5px;
	display: inline-block;
}

.product-grid .product-links li a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	display: block;
	transition: all 0.3s;
}

.product-grid .product-links li a:hover {
	color: var(--thm-white);
}

.product-grid .add-to-cart {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	width: 95px;
	vertical-align: top;
	display: inline-block;
	transition: all 0.3s ease 0s;
}

.product-grid .add-to-cart:hover {
	color: var(--thm-white);
}

@media screen and (max-width: 990px) {
	.product-grid {
		margin-bottom: 30px;
	}
}

/* ----------------------------------------------------------------------------------------
*START DESCOUNT PRODUCT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-latest-special {
	text-align: center;
	position: relative;
	padding: 0px 0px 50px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
}

.atf-single-latest-special img {
	width: 100%;
	height: auto;
}

.atf-single-latest-special .atf-latest-special-content {
	width: 100%;
	height: auto;
	background: var(--thm-black);
	padding: 10px 0;
	box-shadow: 0 15px 25px 0 rgba(3, 7, 15, 0.1);
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all 0.5s ease 0s;
}

.atf-single-latest-special:hover .atf-latest-special-content {
	background: var(--thm-color);
}

.atf-latest-special-content h3 a:hover {
	color: var(--thm-black) ! important;
}

.atf-single-latest-special .atf-latest-special-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--thm-white);
	text-transform: capitalize;
	margin: 0;
	transition: all 0.5s ease 0s;
	color: var(--thm-white);
}

.atf-single-latest-special:hover .atf-latest-special-title {
	margin-bottom: 10px;
}

.atf-single-latest-special .atf-latest-special-post {
	display: block;
	font-size: 16px;
	color: var(--thm-white);
	text-transform: capitalize;
	height: 0;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
}

.atf-single-latest-special:hover .atf-latest-special-post {
	height: 40px;
	opacity: 1;
	transform: scale(1);
	margin-bottom: 10px;
}

.atf-single-latest-special .atf-latest-special-social {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: translateY(-60%);
	transition: all 0.5s ease 0s;
}

.atf-single-latest-special:hover .atf-latest-special-social {
	transform: translateY(50%);
	opacity: 1;
}

.atf-single-latest-special .atf-latest-special-social li {
	display: inline-block;
}

.atf-single-latest-special .atf-latest-special-social li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--thm-black);
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: var(--thm-white);
	transition: all 0.5s ease 0s;
	margin-right: 10px;
}

.atf-single-latest-special .atf-latest-special-social li a:hover {
	color: var(--thm-white);
	background: var(--thm-color);
}

/* START PRODUCT DETAILS DESIGN */
.atf-single-product-details .title-small {
	background: var(--thm-color);
	padding: 3px 12px;
	display: inline-block;
	border-radius: 3px;
	color: var(--thm-white);
	font-weight: 400;
	margin-bottom: 2px;
}

.atf-product-tabs .nav-tabs {
	border: 0;
	margin-bottom: 40px;
}

.atf-product-tabs .nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
	background-color: var(--thm-f1);
	color: var(--thm-black);
}

.atf-product-tabs .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: inherit;
}

.atf-product-tabs .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: inherit;
	color: var(--thm-white);
	background-color: var(--thm-color);
}

.atf-product-tabs .nav-item {
	margin: 0 10px 5px 0;
}

.atf-single-product-details .atf-single-product-title {
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.atf-product-details-area .atf-single-product-details p {
	margin-top: 15px;
}

.atf-single-product-stock small {
	background: var(--thm-color);
	color: var(--thm-white);
	padding: 6px 7px;
	margin-left: 5px;
	border-radius: 2px;
	text-transform: capitalize;
}

.atf-product-details-area .atf-single-product-details .atf-single-product-price {
	font-size: 24px;
	font-weight: 600;
	color: var(--thm-black);
	margin-bottom: 0;
}

.atf-single-product-price .discount {
	font-size: 20px;
	font-weight: 400;
}

.atf-single-product-star-rating {
	display: flex;
	margin-bottom: 5px;
}

.atf-single-product-rating span {
	color: var(--thm-color);
	font-size: 13px;
	margin-right: 2px;
}

.atf-quantity-title h5 {
	margin-bottom: 8px;
}

.atf-single-product-quantity {
	display: inline-block;
	border: 1px solid var(--thm-eee);
	margin-top: 5px;
	background: var(--thm-f6);
}

.atf-single-product-quantity input.atf-minus {
	border-right: 1px solid var(--thm-eee);
}

.atf-single-product-quantity input.input-text {
	text-align: center;
	padding-left: 16px;
	margin-left: -3px;
	margin-right: -3px;
}

.atf-single-product-quantity input {
	height: 42px;
	border-radius: 0;
	border: 0;
	background: transparent;
	width: 48px;
	cursor: pointer;
}

.atf-single-product-quantity input.atf-plus {
	border-left: 1px solid var(--thm-eee);
}

.atf-single-product-details-goal {
	margin: 0;
	list-style: none;
	padding: 15px 0;
}

.atf-single-product-details-goal li {
	display: block;
	line-height: 30px;
}

.atf-single-product-details-goal li::before {
	content: "\f058";
	color: var(--thm-color);
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	color: var(--thm-color);
	font-size: 17px;
}

.atf-color-variation {
	margin: 0;
	list-style: none;
	padding: 25px 0;
}

.atf-color-variation li {
	display: inline-block;
	margin-right: 3px;
}

.atf-color-variation li:first-child {
	margin-right: 10px;
	text-transform: uppercase;
}

.atf-color-variation li span {
	height: 30px;
	width: 30px;
	border-radius: 5%;
	display: inline-block;
	margin-bottom: -10px;
	border: 1px solid #ddd;
}

.atf-color-variation li a {
	display: block;
}

.atf-color-variation li span.ash {
	background: #92B8B9;
}

.atf-color-variation li span.yellow {
	background: #F9C936;
}

.atf-color-variation li span.pink {
	background: #FA3150;
}

.quantity input.input-text {
	padding-left: 3px;
}

.atf-shop.atf-product-details-area .wishlist {
	background: var(--thm-f6);
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	margin-left: 13px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out 0s;
	color: var(--thm-color);
}

.atf-shop.atf-product-details-area .wishlist:hover {
	background: var(--thm-color);
	color: var(--thm-white);
}

.atf-product-share {
	display: flex;
	align-items: center;
}

.atf-product-share h5 {
	text-transform: capitalize;
	margin-bottom: 0;
}

.atf-socail-share {
	margin-left: 15px;
}

.atf-socail-share li {
	display: inline-block;
	margin-right: 10px;
	transition: all 0.3s ease-in-out 0s;
}

.atf-socail-share li a {
	font-size: 18px;
	color: var(--thm-black);
	transition: all 0.3s ease-in-out 0s;
}

.atf-socail-share a:hover {
	color: var(--thm-color);
}

.atf-product-details-tab-rating {
	display: flex;
	align-items: center;
	text-align: left;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted;
	width: 50%;
}

.atf-product-details-tab-rating:last-child {
	border-bottom: inherit;
}

.atf-product-details-tab-author-img img {
	border-radius: 5%;
}

.atf-product-details-tab-author-review-rating {
	margin-left: 15px;
}

.atf-product-details-tab-author-review-rating li {
	display: inline-block;
	margin-bottom: 5px;
	color: var(--thm-color);
}

.atf-product-details-contact-review-rating {
	margin: 5px 0 25px;
}

.atf-review-btn .atf-product-details-contact-review-rating {
	margin: 0px 0 0px;
}

.atf-product-details-contact-review-rating h5 {
	margin-bottom: 5px;
}

.atf-product-details-contact-review-rating li {
	display: inline-block;
}

.atf-product-details-contact-review-rating li a {
	display: inline-block;
	color: var(--thm-color);
}

.atf-product-details-tab-author-review-rating span {
	padding-left: 40px;
	font-size: 14px;
	position: relative;
	padding-top: 7px;
}

.atf-product-details-tab-author-review-rating span::before {
	content: '';
	width: 20px;
	position: absolute;
	height: 2px;
	left: 10px;
	display: inline-block;
	background: var(--thm-p);
	top: 15px;
}

.tab-author-review-rating-title {
	display: flex;
	align-items: center;
}

.atf-review-btn {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.atf-product-details-tab-author-review-rating p {
	display: block;
	overflow: hidden;
	width: 100%;
	padding-top: 2px;
}

.atf-noreviews {
	font-weight: 500;
}

.atf-product-details-contact-title {
	margin: 0 0 20px;
	text-transform: capitalize;
}

.atf-product-details-contact.contact label {
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 15px;
}

.quantity input.minus {
	border-right: 1px solid var(--thm-ddd);
}

.quantity input.plus {
	border-left: 1px solid var(--thm-ddd);
}

@media only screen and (max-width: 991px) {
	.atf-single-team {
		margin-bottom: 40px;
	}
}

/*Product Details Slider Design*/

.atf-shop .single-product-slider .atf-product-details-silder .images-single img {
	width: 100%;
}

.atf-shop .single-product-slider .atf-product-details-silder .images-single img {
	background: var(--thm-f6);
	border-radius: 10px;
}

.atf-shop .single-product-slider .atf-product-details-nav {
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
	margin-top: 15px;
	height: 100px;
}

.atf-shop .single-product-slider .atf-product-details-nav .images-slide-single img {
	opacity: .5;
	padding: 10px;
	cursor: pointer;
	height: 100px;
}

.atf-shop .single-product-slider .atf-product-details-nav .images-slide-single img:hover {
	opacity: 1;
}

.atf-shop .single-product-slider .atf-product-details-nav .slick-list .slick-track {
	margin: 0 auto;
}

.atf-shop .single-product-slider .atf-product-details-nav .slick-current img {
	opacity: 1;
	background: var(--thm-f6);
	border-radius: 10px;
}

/*Cart Design*/
.atf-cart-delete-image {
	position: relative;
}

.atf-cart-delete-image .atf-pt-cart-remove {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--thm-color);
	color: var(--thm-white);
	padding: 0px 6px;
	border-radius: 2px;
}

.atf-table-res {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.atf-cart-table-top {
	margin-bottom: 0px;
}

.atf-cart-table-top table {
	margin-bottom: 0px;
}

.atf-cart-table thead tr th:first-child {
	border-left: 1px solid #ddd;
}

.atf-cart-table thead tr th.atf-cart-img {
	min-width: 140px;
	width: 140px;
}

.atf-cart-table thead tr th.atf-cart-product {
	min-width: 130px;
}

.atf-cart-table thead tr th.atf-cart-quantity,
.atf-cart-table thead tr th.stock {
	min-width: 130px;
}

.atf-cart-table thead tr th {
	background: var(--thm-f6);
	border-bottom: 1px solid #ddd !important;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd !important;
	color: var(--thm-black);
	font-weight: 700;
	line-height: 54px;
	padding: 0;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
}

.atf-cart-table tbody tr td:first-child {
	border-left: 1px solid #ddd;
}

.atf-cart-table tbody tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}

.atf-cart-table .atf-cart-image {
	display: inline-block;
	padding: 10px 25px;
}

.atf-cart-area input.code-input {
	border: 1px solid var(--thm-ddd);
	height: 49px;
	width: 100%;
	background: transparent;
	padding-left: 15px;
}

.atf-table-btn {
	position: relative;
}

.atf-table-btn-area {
	padding: 20px 0;
}

.atf-table-btn-area .atf-coupon-btn {
	position: absolute;
	bottom: -5px;
	right: 0;
}

.atf-table-btn-area .atf-coupon-btn a {
	border: inherit;
}

.atf-coupon-renew-btn a {
	text-transform: capitalize;
	font-weight: 500;
	text-decoration: underline;
	font-size: 16px;
}

.atf-cart-area .atf-order-address {
	border: 1px solid #eaeaea;
	padding: 40px 40px;
}

.your-order-table.atf-cart-area .atf-order-address {
	padding: 0px 0px;
}

.your-order-table.atf-cart-area .atf-order-address .atf-order-total {
	border-top: 1px solid #ddd;
	padding: 12px 0 0px;
	margin-bottom: 0;
}

.atf-checkout-img {
	display: flex;
	align-items: center;
}

.atf-checkout-img img {
	width: 60px;
	height: auto;
	margin-right: 6px;
}

.atf-checkout-priceing {
	display: flex;
	align-content: center;
	align-items: center;
}

.atf-cart-area .atf-order-address .atf-order-title {
	font-weight: 600;
	margin-bottom: 17px;
}

.atf-cart-area .atf-order-address .atf-order-subtotal {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.atf-cart-area .atf-order-address .atf-order-subtotal.style1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.atf-cart-area .atf-order-address .atf-order-subtotal span {
	font-weight: 700;
}

.atf-cart-area .atf-order-address .atf-order-total {
	border-top: 1px solid #ddd;
	padding: 20px 0 15px;
}

@media only screen and (max-width : 991px) {

	.atf-cart-table thead tr th.atf-cart-quantity,
	.atf-cart-table thead tr th.stock {
		min-width: 180px;
	}

}

@media only screen and (max-width : 767px) {
	.atf-table-update-btn {
		margin-left: 5px;
	}

}

@media only screen and (max-width : 576px) {
	.atf-table-btn-area {
		display: inherit;
		margin-top: 10px;
	}

	.atf-table-btn {
		display: inherit;
	}

	.atf-table-btn a {
		margin-top: 10px;
	}

	.atf-table-update-btn {
		margin-top: 10px;
	}

}

/*Checkout Design*/
.atf-payment-single-checkbox {
	display: flex;
	align-items: center;
}

.atf-payment-single-checkbox p {
	margin-left: 15px;
	font-weight: 600;
}

.atf-checkout-product-title {
	font-weight: 700;
}

.atf-billing-title .title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.your-order-table {
	background: var(--thm-f1);
	padding: 25px 20px;
}

.atf-checkout-area .form-label {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 15px;
}

.table.table-bordered {
	text-align: left;
}

.payment_method .custom-control.custom-radio {
	border: 1px solid #ddd;
	padding: 10px 15px;
	background: var(--thm-white);
}

.payment_method .form-check.custom-control.custom-radio .form-check-input {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.payment_method .form-check.custom-control.custom-radio .form-check-input:checked {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}

.payment_method .form-check.custom-control.custom-radio .form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgb(211, 84, 0, 0.25);
}

.payment_method .atf-payment-checkbox {
	margin: 15px 0;
}

.payment_method .atf-payment-checkbox input {
	float: left;
	margin-top: 6px;
}

.payment_method .atf-payment-checkbox p {
	margin-left: 25px;
	line-height: 25px;
}

.payment_method {
	padding: 33px;
	border: 1px solid #dee2e6;
	margin: 30px 0;
	background: var(--thm-f1);
}

.payment_method li:last-child {
	margin-bottom: 0px;
}

.payment_method li {
	margin-bottom: 10px;
}

/*Account Design*/
#atf-my-account .atf-regi-area {
	padding: 30px 40px;
	background: var(--thm-f6);
	border-radius: 10px;
}

#atf-my-account .atf-regi-area form.atf-account-form .atf-single-gender-space {
	margin-bottom: 20px;
}

#atf-my-account .atf-regi-area form.atf-account-form .atf-single-gender-space label span {
	margin-left: 5px;
	margin-right: 5px;
}

#atf-my-account .atf-regi-area form.atf-account-form .atf-single-gender-space label.atf-gender-label {
	font-weight: 600;
	margin-bottom: 10px;
}

#atf-my-account .atf-regi-area form.atf-account-form .date {
	padding: 7px;
	color: var(--thm-black);
	border-radius: 3px;
	outline: unset;
	border: 1px solid #eaeaea;
	margin-right: 15px;
}

#atf-my-account .atf-regi-area form.atf-account-form .atf-account-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

#atf-my-account .atf-regi-area form.atf-account-form .atf-account-checkbox p {
	margin-left: 10px;
}

#atf-my-account .atf-login-right {
	padding: 30px 40px;
	background: var(--thm-f6);
	border-radius: 10px;
}

#atf-my-account .atf-login-right form.atf-login-form .atf-login-control {
	margin-bottom: 15px;
}

#atf-my-account .atf-login-right form.atf-login-form .atf-login-control ul li {
	margin-right: 15px;
	display: inline;
}

#atf-my-account .atf-regi-area form.atf-account-form .atf-account-checkbox .atf-link,
#atf-my-account .atf-login-right form.atf-login-form .psw-recover {
	color: var(--thm-color);
}

/* END PRODUCT DETAILS DESIGN */
/**
* ----------------------------------------------------------------------------------------
* 14.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter {
	padding: 100px 60px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	outline-offset: -5px;
	outline: 2px solid var(--thm-white);
	border: 1px solid var(--thm-color);
}

.newsletter:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
	border-radius: 10px;

}

.atf-mailchamp-subscribe {
	position: relative;
}

.atf-mailchamp-headding .title {
	font-size: 30px;
	color: var(--thm-white);
}

.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}

.atf-mailchamp-subscribe .form-group {
	margin-bottom: 0;
}

.atf-mailchamp-subscribe .btn i {
	font-size: 30px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 55px;
	height: 15px;
	line-height: 24px;
}

.atf-mailchamp-subscribe .atf-themes-btn:hover {
	background: var(--thm-black);
}

.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 51px;
	padding-left: 15px;
	font-size: 14px;
	display: inline-block;
}

.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 3px;
	display: inline-block;
	box-shadow: none;
	top: 2px;
	background: var(--thm-color);
	padding: 7px 20px;
	color: var(--thm-white);
	transition: all 0.5s ease-in-out 0s;
}

.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	display: block;
}

/*
* ----------------------------------------------------------------------------------------
* 14.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 15. START CONTACT DESIGN
 *************************************/
.atf-contact-form .button {
	margin: 0;
}

.atf-contact-form.form textarea:focus,
.atf-contact-form.form textarea:active,
.atf-contact-form.form .form-control:focus,
.atf-contact-form.form .form-control:active {
	border: 1px solid var(--thm-color);
	box-shadow: inherit;
}

.atf-contact-form.form .form-control {
	border: 1px solid #eaeaea;
	padding: 12px 10px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	font-size: 15px;
}

.atf-contact-form.form textarea {
	height: 120px;
	width: 100%;
	color: var(--thm-black);
	border: 1px solid #eaeaea;
	padding-top: 10px;
	padding-left: 10px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.form-message {
	color: var(--thm-black);
}

.atf-contact-btn .atf-themes-btn {
	width: 100%;
}

.atf-contact-address {
	display: flex;
	align-items: center;
	/* border: 1px solid #eaeaea; */
	text-align: center;
	/* padding: 30px 20px; */
	/* border-radius: 5px; */
	position: relative;
	z-index: 2;
	/* -moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	outline-offset: -5px;
	outline: 2px solid var(--thm-black);
	border: 1px solid var(--thm-color); */
	margin-bottom: 5px;
}

.atf-contact-address .atf-contact-icon i {
	color: var(--thm-color);
	margin-right: 15px;
	/* font-size: 40px; */
}

.atf-contact-phone h5 {
	margin-bottom: 4px;
	text-transform: capitalize;
	font-weight: 500;
}

.atf-contact-phone {
	text-align: left;
}

.atf-contact-phone a {
	color: var(--thm-white);
	margin-bottom: 10px;
}

/**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
	width: 100%;
	height: 450px;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.atf-partner-logo {
	position: relative;
	background: var(--thm-f6);
}

.atf-partner {
	text-align: center
}

.atf-partner.owl-theme .owl-controls {
	display: none !important;
}

.atf-partner-logo .owl-carousel .owl-item img {
	padding: 10px;
	display: inline-block;
	max-width: 100%;
	border-radius: 4px;
	background: var(--thm-white);
	border: 1px solid #907b6a;
}

/*
* ----------------------------------------------------------------------------------------
* END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: var(--thm-black);
}

.atf-footer-area .atf-section-padding {
	padding: 30px 0;
}

.atf-footer-logo img {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}

.atf-footer-box p {
	color: var(--thm-white);
	margin-bottom: 20px;
}

.atf-footer-box strong {
	font-weight: 700;
}

.atf-footer-area .atf-footer-link {
	position: relative;
}

.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 35px;
	background: var(--thm-color);
	width: 50px;
	height: 3px;
}

.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	color: var(--thm-white);
}

.atf-footer-link .atf-list-menu li {
	position: relative;
}

.atf-footer-link .atf-list-menu li::before {
	content: "\f054";
	color: var(--thm-color);
	font-family: "Font Awesome 6 Free";
	position: absolute;
	font-weight: 700;
	font-size: 15px;
	left: 0;
	top: -2px;
}

.atf-footer-link .atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-left: 15px;
}

.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	text-decoration: underline;
}

.atf-footer-link .atf-list-menu li a span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	font-weight: 500;
	font-family: var(--thm-font);
}

.atf-top-border {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.atf-footer-bottom {
	padding: 30px 0;
}

.atf-footer-bottom {
	padding: 15px 0;
}

.atf-footer-bottom p {
	color: var(--thm-white);
}

.atf-footer-bottom a {
	color: var(--thm-f6);
	font-weight: 600;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: underline;
}

.atf-footer-bottom a:hover {
	color: var(--thm-color);
	text-decoration: inherit;
}

.atf-footer-social-icon li {
	display: inline-block;
	margin-bottom: 5px;
}

.atf-footer-social-icon li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: var(--thm-color);
	color: var(--thm-white);
	display: block;
	border-radius: 5px;
	margin-right: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.atf-footer-social-icon li a:hover {
	background: var(--thm-f1);
	color: var(--thm-black);
}

.footer-image-hover {
	font-family: var(--body-font);
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	margin-right: 3px;
}

.footer-image-hover img {
	width: 90px;
	height: auto;
	transition: all 0.4s ease 0s;
}

.footer-image-hover:hover::before {
	opacity: 1;
}

.footer-image-hover::before {
	content: "";
	background: var(--thm-color);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.4s ease-in;
}

.footer-image-hover .icon {
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	transition: all 0.4s ease 0s;
}

.footer-image-hover:hover .icon {
	opacity: 1;
	top: 20px;
}

.footer-image-hover .icon a {
	color: var(--thm-white);
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: all 0.4s ease 0s;
}

/*
* ----------------------------------------------------------------------------------------
* 13.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 1px solid;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.slick-arrow-2 .slick-arrow:hover {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
	color: var(--thm-white) !important;
}

.slick-arrow-2 .slick-next {
	right: 15px;
	background-color: var(--thm-white);
	border-color: var(--thm-color);
	color: var(--thm-color) !important;
}

.slick-arrow-2 .slick-prev {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
	color: var(--thm-white) !important;
}

/* slick-arrow */
.slick-arrow {
	cursor: pointer;
	z-index: 3;
}

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
	background-color: var(--thm-white);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid var(--thm-color);
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	font-size: 20px;
	color: var(--thm-color) !important;
	z-index: 1;
	opacity: 0;
	visibility: visible;
}

.slick-arrow-1 .slick-arrow:hover {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
	color: var(--thm-white) !important;
}

.slick-arrow-1 .slick-next {
	right: 15px;
	left: auto;
}

.slick-arrow-1:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
	left: -50px;
	right: auto;
}

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
	right: -50px;
	left: auto;
}

@media (min-width: 1350px) {
	.slick-arrow-1:hover .slick-arrow {
		left: -50px;
		right: auto;
	}

	.slick-arrow-1:hover .slick-next {
		right: -50px;
		left: auto;
	}
}

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
	margin: 30px 0 0px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 1;
}

.slick-dots li {
	display: inline-block;
	list-style: none;
	display: inline-block;
	font-size: 0;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin-right: 10px;
	background-color: var(--thm-color);
	cursor: pointer;
	margin-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slick-dots li button {
	display: none;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
	background-color: var(--thm-color);
	height: 15px;
	width: 15px;
	margin-bottom: -2px;
}

/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------**/
.whatsapp {
	position: fixed;
	right: 1.5%;
	bottom: 120px;
	z-index: 9999;
}

.call {
	position: fixed;
	right: 1.5%;
	bottom: 165px;
	z-index: 9999;
}

.services-keypoints .about-icon {
	padding: 10px;
	margin-bottom: 10px;
}

.services-keypoints .about-icon img {
	padding: 5px;
	border: 1px solid #907b6a;
	border-radius: 50px;
}

.services-keypoints .atf-about-skill {
	border: 1px solid #eaeaea;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;

}

.services-keypoints {
	padding: 30px 0;
}

/* form */
form input {
	width: 100%;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #fff;
	box-shadow: 0 4px 8px 0 rgb(157 37 28 / 20%), 0 6px 20px 0 rgb(157 37 28 / 19%);

}

form input:focus {
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.textheading {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.margin-top {
	margin-top: 10px;
}

.submit__generated {
	display: inline-block;
}

/* Tablet Layout: 768px. */
@media only screen and (max-width: 768px) {

	.submit__overlay {
		height: 5% !important;
		width: 94% !important;
		background-color: #ffffff66;
		position: absolute;
		margin-top: -90px;
		margin-left: 0px;
	}

}

.submit__generated span {
	display: inline-block;
	width: 50px;
	height: 40px;
	vertical-align: center;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.9);
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}

.submit__generated.valid:after,
.submit__generated.unvalid:after {
	font-family: FontAwesome;
	font-size: 18px;
	margin-left: 10px;
}

.submit__generated.valid:after {
	content: "";
	color: #2ecc71;
}

.submit__generated.valid .submit__input {
	border: 1px solid #2ecc71;
	color: #2ecc71 !important;
}

.submit__generated.unvalid:after {
	content: "";
	color: #e74c3c;
}

.submit__generated.unvalid .submit__input {
	border: 1px solid #e74c3c;
	color: #e74c3c;
}

.submit__generated .submit__input {
	position: relative;
	outline: 0;
	height: 45px;
	width: 65px;
	border-radius: 4px;
	border: 1px solid #42A0DD;
	color: #42A0DD;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	top: -2px;
}

i.fa-refresh {
	margin: 4px 0 0px 5px;
	padding: 5px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transform-origin: center center;
	transition: transform 0.2s ease-out, color 0.2s ease-out;
}

i.fa-refresh:hover {
	color: rgba(0, 0, 0, 0.4);
	transform: rotate(180deg);
}

span.submit__error,
span.submit__error--empty {
	color: #e74c3c;
	position: absolute;
	margin-top: 0px;
	margin-left: 100px;
}

.submit {
	display: block;
	margin: 50px 0;
	padding: 7px 15px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	outline: none;
	border: 0;
	background-color: #42A0DD;
	background-clip: padding-box;
	border-radius: 3px;
	box-shadow: 0 4px 0 #2C81BA;
	opacity: 1;
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.submit:hover {
	background-color: #3498db;
}

.submit:active,
.submit.enter-press,
.submit.overlay {
	margin: 55px 0 46px 0;
	box-shadow: none;
}

.submit__overlay {
	height: 16%;
	width: 10%;
	background-color: #ffffff66;
	position: absolute;
	margin-top: -108px;
	margin-left: 0px;
}

.low-opa {
	opacity: 0.4;
}

.fadeOut {
	opacity: 0;
	transform: translateY(10px);
}

.fadeIn {
	opacity: 1 !important;
	transform: translateY(0px) !important;
}

.form-fields,
.form-success {
	transition: all 0.2s ease-out;
}

.form-success {
	opacity: 0;
	transform: translateY(-10px);
	margin-top: 20px;
}

.captcha-heading {
	font-size: 20px;
	color: #ff1818;
	font-weight: 600;
}

.hide {
	display: none;
}