/*
Author       : Theme-Family
Template Name: Wasi - Car & Repair Landing Page Theme
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME SLIDER
    04. START ABOUT DESIGN
		--START COUNTER DESIGN
	05. START SERVICE DESIGN
		--START VIDEO DESIGN
	06. START GALLERY DESIGN
	07. START PRICING DESIGN
	08. START TEAM DESIGN
	09. START PRODUCT DESIGN
    10. START TESTIMONIAL DESIGN
    11. START FAQ DESIGN
    12. START BLOG DESIGN
		--START NEWSLETTER DESIGN
    13. START CONTACT DESIGN (START MAP DESIGN)
    14. START FOOTER DESIGN

  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height:1.9;
	color:  var(--thm-black);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #FFC107;
	--thm-bg: linear-gradient(to right bottom, #FFC107, #2793D3, #FFC107);
	--thm-color: #0B1F3A;
	--thm-black: #1C1C1C;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
}
.bg-f6 {
	background-color: var(--thm-f6);
}
.bg-fb {
	background-color: var(--thm-fb);
}
.bg-gray {
	background-color: var(--thm-gray);
}
.atf-cover-bg {
    position: relative;
    z-index: 1;
}
.atf-cover-bg::before {
    content: "";
	width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    position: absolute;
	background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);
}
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: 700;
}
h3 {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0px;
	font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
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-black);
	line-height: 1.9;
	font-family: var(--thm-font);
	font-weight: 400;
	letter-spacing: 0.3px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: var(--thm-base);
	text-decoration: none;
	outline: 0;
}
*, ::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: 300px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 30px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)
}
.no-border{
	border:none! important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.atf-lds-roller {
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;	
}
.atf-lds-roller div {
	animation: atf-lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.atf-lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--thm-color);
	margin: -4px 0 0 -4px;
}
.atf-lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.atf-lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.atf-lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.atf-lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.atf-lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.atf-lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.atf-lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.atf-lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.atf-lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.atf-lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.atf-lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.atf-lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.atf-lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.atf-lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.atf-lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.atf-lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes atf-lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
* ----------------------------------------------------------------------------------------
* SCROLL TO TOP 
* ----------------------------------------------------------------------------------------
*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; 
}
.atf-scrollup-icon:hover{
	background: var(--thm-base);
}
.atf-scrollup-icon {
	font-size: 25px;
	width: 60px;
	height: 60px;
	background: var(--thm-color);
	line-height: 60px;
	color: var(--thm-white);
	border-radius: 50%;
	box-shadow: 0 0px 15px rgba(0,0,0,0.3);
}
.atf-scroll-top.open {
	right: 30px; }
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
	color: var(--thm-black);
	background: var(--thm-base);
	border-radius: 4px;
	font-size: 15px;
	padding: 18px 42px;
	font-weight: 600;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	display: inline-block;
	-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;
	text-transform: capitalize;
}
.atf-themes-btn:hover{
	background: var(--thm-color);
	color: var(--thm-white);
}
.btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 15px 40px;
	color: var(--thm-white);
}
.btn-2:hover {
	background: var(--thm-base);
	color: var(--thm-black);
	border:1px solid var(--thm-base);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 90px 0;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title .sub-title {
	position: relative;
	display: inline-block;
	color: #C09D34;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.atf-section-title .title {
	color: var(--thm-black);
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -2px;
	font-family: var(--title-font);
}
.atf-section-title .atf-sec_icon  {
	position: relative;
	display:inline-block;
	margin-top: 10px;
}
.atf-section-title .atf-sec_icon::before {
	position: absolute;
	content: '';
	top: 12px;
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: var(--thm-base);
	display: inline-block;
}
.atf-section-title .atf-sec_icon::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background: var(--thm-base);
	top: 6px;
	right: -11px;
	border-radius: 5px;
}
.atf-section-title .atf-sec_icon span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 15px;
	background: var(--thm-base);
	display: inline-block;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -4px 2px;
	background: var(--thm-base);
	display: inline-block;
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

	.atf-section-title .title{font-size:40px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
	position: relative;
	z-index: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header::after {
	background: var(--thm-black) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(26% + 0px);
	border-right: 4px solid #fff;
}
.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 {
	background-color: var(--thm-color);
	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-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-color);
}
.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: 95px;
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-color);
	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 {
	max-width: 100%; } */

	.atf-top-header {
	display: none; }

	.atf-site-header.atf-style1 {
	background-color: var(--thm-black); } 
}
	.atf-nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
		font-size:14px;
	}
	.atf-main-header {
	  position: relative; }

@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: 25px; 
		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.active {
		color: var(--thm-base);
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		/* padding: 10px 0; */
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.1s 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 20px;
		color:var(--thm-black);
	}
	.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; 
	} 
}
@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; }

 /*Mobile Menu Button*/
.atf-menu-toggle {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 15px;
	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-white);
	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-site-branding.atf-white-logo img {
	width: 160px;
	height: auto;
}
.atf-menu-btn a {
	/* color: var(--thm-black) !important; */
	padding: 5px 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: hidden;
	border-bottom: none !important;
	background: var(--thm-line);
	margin-top: 5px;
}
.atf-menu-btn .atf-themes-btn:hover {	
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 03. 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: #555;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease; }
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background-color: #3498db; }
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none; }

.pagination.atf-style2 {
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-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; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px; }

@media screen and (max-width: 991px) {
.atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px; }

.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: 60px;
	width: 60px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: var(--thm-base);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	opacity: 0;
	color: var(--thm-black);
	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); }
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px; }
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px; }

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1; }
 .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 .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 .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: 750px; }
.atf-hero.atf-style1 .container {
    position: relative;
    z-index: 2; }
.atf-hero.atf-style1 .atf-hero-title {
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 19px;
	line-height: 1.1;
	letter-spacing:-2px;
}
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
    font-weight: 400; }
.atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 35px; }
.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: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8); }

.atf-hero-overlay:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.6); }

.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: 100%;
  width: 100%;
  left: 0;
  top: 0; }
@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-title {
    font-size: 38px; }

.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-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: 660px; }

.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-base);
}

.home-area .home-content .theme-btn {
	margin-right: 15px;
	
}
/*
* ----------------------------------------------------------------------------------------
* 03. END HOME SLIDER
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 04.START ABOUT DESIGN
 *************************************/
.atf-step-content h3,
.atf-about-content h2 {
	color: var(--thm-color);
}
.atf-step-content h3 {
	margin: 20px 0;
}
.atf-step-content ul li {
	line-height: 30px;
	font-size: 15px;
}
.atf-step-content li::before {
	content: "\f30b";
	color: var(--thm-black);
	font-family: "Font Awesome 7 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 15px;
}
 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/	
#atf-main-counter{
	background: var(--thm-f6);
}
.counter {
	color: #2793D3;
	font-family: var(--thm-font);
	text-align: center;
	height: 240px;
	width: 210px;
	padding: 60px 20px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.counter::before {
	content: '';
	background: linear-gradient(to right, #d7dbfb, #fff);
	border-radius: 7px;
	border: 3px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	transform: rotate(45deg);
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 45px;
	top: 45px;
	z-index: -1;
}
.counter .counter-value{
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 9px;
	color:var(--thm-color);
}
.counter .counter-value:before,
.counter .counter-value:after{
    content: '';
    background: linear-gradient(to right bottom, #FFC107, #2793D3, #FFC107);
    height: 80px;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: -2;
}
.counter .counter-value:after{
    top: auto;
    bottom: 15px;
}
.counter h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0px 0 15px;
}
.counter .counter-icon img {
	color: var(--thm-color);
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.counterUp-icon,
.counterUp-letter {
	font-size: 28px;
	font-weight: 600;
	color:var(--thm-color);
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/**************************************
 *  04. END ABOUT DESIGN
 *************************************/
 /**************************************
 * 05.START SERVICE DESIGN
 *************************************/
.atf-main-services{
	margin:15px 0;
}
.serviceBox{
    color: var(--thm-black);
    background-color: #fdfdfd;
    font-family: var(--thm-font);
    text-align: center;
    padding: 0 15px 45px 15px;
    margin: 60px 0 0;
    border: 1px solid transparent;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.serviceBox:hover{ box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
.serviceBox:after {
	content: "";
	background: var(--thm-fb);
	width: 100px;
	height: 20px;
	border-radius: 50px 50px 0 0;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
}
.serviceBox .service-count {
	color: var(--thm-white);
	background: var(--thm-bg);
	font-size: 50px;
	line-height: 100px;
	width: 120px;
	height: 120px;
	margin: -61px auto 0;
	border-radius: 50%;
	text-shadow: 0 0 4px #555;
	display: block;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 80%, 0 50%);
}
.serviceBox .title {
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 15px;
}
.serviceBox .description{
    margin: 0 0 25px;
}

.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
@media only screen and (max-width:991px){
    .serviceBox{ margin: 30px 0 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
#video {
	position: relative;
	height: 500px;
}
.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: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/**************************************
 * 05. END SERVICE DESIGN
 *************************************/
/*
 * ----------------------------------------------------------------------------------------
 * 06. START GALLERY DESIGN
 * ----------------------------------------------------------------------------------------
 */
.atf-single-deal {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
	border-radius: 4px 5px;
	overflow: hidden;
	margin-bottom: 24px;
	text-align: center;
}
.atf-single-deal figure {
	position: relative;
	text-align: center;
	margin: 0;
}
.atf-single-deal figure:hover:before{
	opacity: 1;
}
.atf-single-deal figure:before{
	position: absolute;
	content: '';
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity:0;
	transition: 0.3s ease-in-out 0s;
}
.atf-single-deal figure img {
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.atf-single-deal h3{
	margin-bottom: 7px;
	font-size: 22px;
	text-align: center;
	transition: .2s;
	color: var(--thm-white);
}
.atf-single-deal p{
	margin-bottom: 0;
	font-size: 15px;
	color: var(--thm-white);
}
.atf-single-deal figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 100%;
	padding: 15px 20px;
	text-align: center;
	background: rgba(0,0,0, 0.4);
	color: var(--thm-white);
	z-index: -1;
	transition: 0.3s ease-out 0s;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.atf-single-deal:hover figcaption {
	bottom: 0;
	z-index: 1;
	height: 100px;
	transition: 0.5s ease-out 0.2s;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
@media only screen and (max-width: 991px){
   .atf-single-deal figure img {height:auto;}
}
/*
 * ----------------------------------------------------------------------------------------
 * 06.END GALLERY DESIGN
 * ----------------------------------------------------------------------------------------
 */
 /*
* ----------------------------------------------------------------------------------------
* 07.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
#pricing{
	background:var(--thm-f6);
}
.pricingTable {
	color: var(--thm-color);
	background: var(--thm-white);
	font-family: var(--thm-font);
	text-align: center;
	padding: 28px 20px 40px;
	margin: 0 15px;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
.pricingTable .pricingTable-header{ margin: 0 0 20px; }
.pricingTable .title{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.pricingTable .price-value{
    height: 170px;
    width: 170px;
    padding: 50px 10px;
    margin: 0 auto 25px;
    border-radius: 50%;
    border: 2px solid var(--thm-color);
    border-left-color: transparent;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value:before{
    content: '';
    background: var(--thm-white);
    border-radius: 50%;
    border: 2px solid var(--thm-color);
    border-right-color: transparent;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
}
.pricingTable .price-value .amount {
	font-size: 50px;
	line-height: 45px;
	font-weight: 600;
	margin: 0 0 5px;
	display: block;
}
.pricingTable .price-value .duration{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    display: block;
}
.pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 15px;
	position: relative;
	font-weight: 500;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content li i {
	margin-right: 5px;
	color: #E1AB0A;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background-color: #B185E8;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 0 auto;
    border: none;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.pricingTable .pricingTable-signup a:before{
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 100%;
    width: 0;
    border-radius: 20px;
    transform: scale(0.9,0.8);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover:before{ width: 100%; }
.pricingTable.green{ color: #2982A4; }
.pricingTable.green:before{ background: linear-gradient(#d1f3ff, transparent); }
.pricingTable.green .price-value{
    border-color: #2982A4;
    border-left-color: transparent;
}
.pricingTable.green .price-value:before{
    background: linear-gradient(to top,#d1f3ff, transparent);
    border-color: #2982A4;
    border-right-color: transparent;
}
.pricingTable.green .pricingTable-signup a{ background-color: #2982A4; }
.pricingTable.pink{ color: #FF679C; }
.pricingTable.pink:before{ background: linear-gradient(#ffc4da, transparent); }
.pricingTable.pink .price-value{
    border-color: #FF679C;
    border-left-color: transparent;
}
.pricingTable.pink .price-value:before{
    background: linear-gradient(to top, #ffc4da, transparent);
    border-color: #FF679C;
    border-right-color: transparent;
}
.pricingTable.pink .pricingTable-signup a{ background-color: #FF679C; }
@media only screen and (max-width: 991px){
    .pricingTable{ margin: 0 15px 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 07.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 08. START TEAM DESIGN
 *************************************/
.our-team {
	text-align: center;
	border: 1px solid #ddd;
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: var(--thm-color);
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a {
	display: block;
	padding: 12px;
	font-size: 18px;
	color: var(--thm-white);
}
.our-team:hover .social li a:hover{
    color: var(--thm-base);
}
.our-team .team-content {
	padding: 20px 0 30px;
	background: var(--thm-white);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.our-team .title {
	color: var(--thm-color);
	text-transform: capitalize;
	margin: 0 0 26px;
	position: relative;
}
.our-team .title::before {
	content: "";
	width: 25px;
	height: 1px;
	background: var(--thm-color);
	position: absolute;
	bottom: -18px;
	right: 50%;
	margin-right: 9px;
	transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: var(--thm-color);
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    display: inline-block;
    font-size: 15px;
    color:  var(--thm-color);
    text-transform: capitalize;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--thm-color);
    margin: 0 auto;
    position: relative;
    top: -13px;
}
@media only screen and (max-width: 991px){
    .our-team{ margin-bottom: 30px; }
}
 
 /**************************************
 * 08. End Team DESIGN
 *************************************/
 
 /**************************************
 * 09. START PRODUCT DESIGN
 *************************************/ 
.atf-bmi-single {
	margin-top: 20px;
	margin-left: -12px;
}
.atf-bmi-single label {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.atf-bmi-single .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: var(--thm-color);
	outline: 0;
	box-shadow: none;
}
#product{
	background-color: var(--thm-fb);
}
.product-grid {
	font-family: var(--thm-font);
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: all 0.3s ease;
	margin-right: 7px;
}
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-grid .product-sale-label {
	color: var(--thm-black);
	background: var(--thm-base);
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 10px 15px;
	border-radius: 150px/50px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.product-grid .product-content {
	padding: 20px 0 0px;
}
.product-grid .title{
    color: var(--thm-black);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.product-grid .title a{
    color: var(--thm-black);
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: var(--thm-color); }
.product-grid .price {
	color: var(--thm-black);
	font-size: 17px;
	font-weight: 400;
	margin: 0 0 15px;
}
.product-grid .price span{
    color:var(--thm-black);
    font-weight: 500;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.product-grid .add-to-cart {
	color: var(--thm-black);
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 10px;
	background: var(--thm-base);
	display: block;
	transition: all 0.5s ease;
}
.product-grid .add-to-cart:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}
@media screen and (max-width: 991px){
    .product-grid{ margin: 0 5px 24px; }
}
 /**************************************
 * 09. END PRODUCT DESIGN
 *************************************/
 /*

 /**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
#testimonial-slider{
    padding: 50px 20px 35px 20px;
    background: var(--thm-white);
    text-align: center;
    box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);
}
.testimonial .description{
    color: var(--thm-black);
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title {
	color: var(--thm-color);
	text-transform: capitalize;
	margin-top: 30px;
}
.testimonial .post{
    display: block;
    font-size: 15px;
}
.testimonial-img {
	margin-top: 30px;
}
.testimonial-img img {
	max-width: 75px;
	height: 75px;
	margin: auto;
	border-radius: 50%;
}
 /**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 /*
* ----------------------------------------------------------------------------------------
* 11.START FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
#faq{
    background-size: 10px 10px;
    font-family: var(--thm-font);
}
.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;
    background-color: #f9faff;
    border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	color: var(--thm-white);
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #939113;
	font-size: 22px;
	font-weight: 600;
	padding: 12px 20px;
}
.atf-faq-accordion .card .card-header button::before {
    content: "\f077";
    position: absolute;
    right: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-family: 'Font Awesome 7 Free';
    font-size: 22px
}

.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
}
/*
* ----------------------------------------------------------------------------------------
* 11.END FAQ DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 12. START BLOG DESIGN
 *************************************/
.post-slide{
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}
.post-slide:hover{
    transform: translateY(-10px);
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}

.post-slide:hover .post-img:before{
    top:40%;
}
.post-slide .icons{
    position: absolute;
    bottom: -16px;
    left: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    z-index:1;
}
.post-slide .icons img{
    width: 100%;
    height: auto;
}
.post-slide .post-review {
	border: 1px solid #eee;
	border-top: none;
	padding: 25px;
	background: var(--thm-white);
	position: relative;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li {
	display: inline-block;
	font-size: 15px;
	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 {
	margin: 15px 0 15px 0;
	color: var(--thm-black);
}
.post-slide .post-description {
	color: var(--thm-black);
	margin-bottom: 15px;
}
.post-slide .read{
    text-transform: capitalize;
    font-size:15px;
    color:var(--thm-color);
	margin-top:15px;
	font-weight:700;
}
.post-slide .read i{
    margin-left:10px;
}
.post-slide .read:hover{
    text-decoration:none;
    color:var(--thm-base);
}
/**************************************
 * 12. END BLOG DESIGN
 *************************************/
 /**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.contact-title {
	margin: 25px 0px;
	font-size: 28px;
}
.atf-contact-address {
	display: block;
	overflow: hidden;
}
.atf-border-right{border-right: 1px solid #ddd}
.atf-contact-details {
	display: block;
	overflow: hidden;
	display: inline-flex;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	margin-left: 15px;
	font-weight:700;
}
.atf-contact-details p {
	color: var(--thm-black);
	display: block;
	overflow: hidden;
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-area .form input, .atf-contact-area .form textarea {
	width: 100%;
	padding: 15px 20px;
	border: 0;
	background-color: var(--thm-fb);
	font-weight: 400;
	color: var(--thm-black);
	border: 1px solid #eee;
}
.atf-contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
	color: var(--thm-black);
}
.form-message{
	color: var(--thm-black);
}
 /**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 550px;
	display:block;
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 14. START FOOTER DESIGN
 *************************************/
.atf-footer-area {
    background: var(--thm-color);
}
.atf-footer-boottom {
    padding: 30px 0;
}
.atf-footer-boottom p {
	color: var(--thm-white);
	margin-top: 20px;
	text-align: left;
}
.atf-footer-area .atf-banner-social{
	text-align:right;
}
.atf-footer-boottom  a{
	color:  var(--thm-base);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-white);
}
.atf-footer-area .atf-banner-social ul li a:hover{
	background: var(--thm-base);
	color: var(--thm-black);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-footer-area .atf-banner-social ul li a {
	color: var(--thm-color);
}
.atf-banner-social ul li {
	display: inline-block;
}
.atf-banner-social ul li a {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	background: var(--thm-white);
	color: var(--thm-color);
	font-size: 18px;
	margin: 0 20px auto auto;
	border-radius: 50%;
}
 /**************************************
 * 14. END FOOTER DESIGN
 *************************************/
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--thm-white);
	border: 1px solid var(--thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--thm-color);
    background: var(--thm-color);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}

/* END OWL DOT & NAV DESIGN */
