/*
Author       : Theme-Family
Template Name:	Powerfull - Gym & Fitness Landing Page Theme
Version      : 1.0.1
*/
/*=============================================================
    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 DESIGN
		--START HOME SLIDER
		--START HOME CLIP
		--START VIDEO  DESIGN
    04. START ABOUT DESIGN
		--START COUNTER DESIGN
	05. START CLASSES DESIGN
	06. START PRICING DESIGN
	07. START SERVICE DESIGN
	08. START TEAM DESIGN
	09. START PRODUCT DESIGN
    10. START TESTIMONIAL DESIGN
    11. START BLOG DESIGN
    12.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: 14px;
	color:  var(--thm-black);
}
:root {
	--thm-font: Lato;
	--thm-base: #62F1A2;
	--thm-color: var(--thm-deep-fir);
	--thm-black: #4e4e4e;
	--thm-white: #ffffff;
	--thm-nu-white: #F9F9F9;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-bg:  linear-gradient(-110deg,#f6f6f6 50%,#fff 50%);
	--thm-text-color: #003605;
	--thm-neon: #62F1A2;
	--thm-deep-fir: #003605;
	--thm-foam: #E0FCF1;
	--thm-disabled-green: #AAC5B6;
}
.bg-f0f0fa {
	background-color: #f0f0fa;
}
.bg-f6f6f6 {
	background-color: #f0f0fa;
}
.bg-F1F8FF {
	background-color: #F1F8FF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight:700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}
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: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
	letter-spacing: 0.3px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: var(--thm-base);
	text-decoration: none;
	outline: 0;
	/* -webkit-transition: all 0.3s ease-in-out 0s; */
	/* 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;
	text-decoration: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;
}
.hidden {
	display: none !important;
}
.atf-contact-form .form-group {
	margin-bottom: 16px;
}
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: 20px;
	width: 45px;
	height: 45px;
	background: var(--thm-color);
	line-height: 45px;
	color: var(--thm-white);
	border-radius: 50%;
}
.atf-scroll-top.open {
	right: 30px; }
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 23px;
	font-weight: 700;
	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;
	letter-spacing: 0.08em;
}
.atf-themes-btn:hover{
	background: var(--thm-base);
	color: var(--thm-white);
}

/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding-left: 0;
	padding-right: 0;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
	margin-bottom: 32px;
}

.atf-section-title .atf-sec_icon i {
	color: var(--thm-base);
	margin:0 3px 0 3px;
}
.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: 17.6px;
	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: 50px;
	height: 6px;
	background: var(--thm-base);
	top: 13px;
	right: -58px;
	border-radius: 5px;
}
.atf-section-title .atf-sec_icon span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	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;
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-navs{
	/* transition: all .5s ease-in-out; */
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-navs .navbar-collaps {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.09);
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav{
	position: relative;
	padding-right: 0px;
	padding-left: 0;
}
.navbar-navs.navbar-expend .menu-nav,
.navbar-navs.navbar-collaps .menu-nav {
	color: var(--thm-text-color);
	/* text-transform: uppercase; */

	/* font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-family: var(--thm-font); */

	font-family: Lato;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 132%; /* 1.98rem */
	letter-spacing: 0.00625rem;

	margin-left:10px;
}
.navbar-navs.navbar-expend .menu-nav:hover, .navbar-navs.navbar-collaps .menu-nav:hover {
	color: var(--thm-color);
}
.navbar-navs.navbar-expend .menu-nav:hover {
	color: var(--thm-base);
}
.navbar-navs.navbar-collaps .show > .nav-link, 
.navbar-navs.navbar-collaps .active > .nav-link, 
.navbar-navs.navbar-collaps .nav-link.show, 
.navbar-navs.navbar-collaps .nav-link.active {
	color: var(--thm-base);
}
.navbar-navs.navbar-expend .show > .nav-link, 
.navbar-navs.navbar-expend .active > .nav-link, 
.navbar-navs.navbar-expend .nav-link.show, 
.navbar-navs.navbar-expend .nav-link.active {
	color: var(--thm-base);
}
.navbar-navs.navbar-collaps {
	/* transition: all .5s ease-in-out; */
	background: var(--thm-color);
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.navbar-navs .menu-nav .nav-link {
	color: var(--thm-text-color);
}
.navbar-navs .nav-link:hover, .navbar-navs .nav-link:focus {
	color: var(--thm-base) !important;
}
.navbar-navs.navbar-collaps .menu-nav .nav-link {
	color: var(--thm-white);
}
.navbar-navs.navbar-collaps .menu-nav .nav-link:hover {
	color: var(--thm-base);
}
.navbar-navs.navbar-collaps .show > .menu-nav, .navbar-navs.navbar-collaps .active > .menu-nav, .navbar-navs.navbar-collaps .menu-nav.show, .navbar-navs.navbar-collaps .menu-nav.active {
	color: var(--thm-color);
}
.navbar-navs.navbar-collaps .navbar-expand {
	color: var(--thm-white);
}
.navbar-navs.navbar-collaps .navbar-toggler span {
	background: var(--thm-white);
	border: 1px solid var(--thm-white);
}
.navbar-navs .navbar-expand {
	color: var(--thm-gray);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
}
.navbar-navs .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-navs .dropdown.show .dropdown-menu, .navbar-navs .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-navs .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-navs .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	/* transition: all 500ms ease; */
}
.navbar-navs .dropdown-menu .dropdown-item:hover {
	background: var(--thm-base);
	color: var(--thm-white);
	/* transition: all 500ms ease; */
}
.navbar-navs .dropdown-menu .dropdown-item.active {
	background: var(--thm-base);
}
.navbar-toggler {
	position: relative;
	border: inherit;
}
.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background: var(--thm-color);
	border: 1px solid var(--thm-color);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	/* transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out; */
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

.navbar-nav .menu-nav {
	position: relative;
}
.atf-nav-btn a {
	padding: 10px 15px !important;
	background: var(--thm-base);
	margin-top: -3px;
}

.menu-nav .nav-link {
	font-size: 1.2rem;
	font-weight: 600;
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
	background-image: url(../img/banner/1.jpg);
	position: relative;
	background-position: center;
	background-size:cover;
}
.atf-cover-bg::before {
	/* content: ''; */
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.0);
}
.atf-header-area {
	background-color: var(--thm-f6);
	/* height: 750px; */
	overflow: hidden;
}
.atf-align-items-details {
	display: flex;
	min-height: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
}

.atf-single-details h5 {
	color: var(--thm-text-color);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	background: var(--thm-color);
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
}
.atf-single-details h2,
.atf-single-details h1 {
	color: var(--thm-text-color);
	font-family: Lato;
	font-size: 4.71088rem;
	font-style: normal;
	font-weight: 900;
	line-height: 5.83406rem; /* 123.842% */
	letter-spacing: 0.01763rem;
	text-transform: uppercase;
}

.atf-header-area .atf-single-details h1 {
	color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 72px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: 0.282px;
	text-transform: uppercase;
}

.atf-header-area .atf-single-details h1.sublandingpage {
	font-size: 68px;
}

.atf-header-area .atf-single-details span{
	margin-left:2px;
}
.atf-header-area .atf-single-details p {
	color: var(--thm-deep-fir);	
	font-family: Lato;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 132%;
	letter-spacing: 0.1px;
	margin-bottom: 24px;
	margin-top: 8px;
}
.atf-header-area .atf-single-details p.sublandingpage {
	font-size: 22px;
}

.atf-mailchamp-subscribe-top .already_have_account_text {
	color: var(--thm-deep-fir);	
	font-size: 12px;
	font-family: Lato;
	margin-bottom: 0px;
	margin-top: 4px;
	font-weight: 700;
}

.atf_home_img2 img {
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 15px rgba(0,0,0,0.1);
	border: 5px solid var(--thm-white);
	border-radius: 10px;
	z-index:999;
}
.atf-home-gradient .atf_home_img2 img {
	border-radius:50%;
}
.atf-default-img img {
	border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
}
.atf-home-social-icon {
	position: absolute;
	right: 0px;
	top: 115px;
	transform: rotate(90deg);
}
.atf-home-social-icon ul li a i {
	transform: rotate(-90deg);
}
.atf-banner-social ul li {
	display: inline-block;
}
.atf-banner-social ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: var(--thm-white);
	color: var(--thm-color);
	font-size: 16px;
	margin: 0 20px auto auto;
	border-radius: 50%;
}
.atf-home-social-icon ul li a:hover{
	background: var(--thm-base);
	color: var(--thm-white);
}
.atf-single-details  h5 {
	-webkit-animation: 0s 0s fadeInLeft both;
	animation: 0s 0s fadeInLeft both; }

.atf-single-details  h2 {
	-webkit-animation: 0s 0s fadeInLeft both;
	animation: 0s 0s fadeInLeft both; }
	
.atf-single-details  p {
	-webkit-animation: 0s 0s fadeInLeft both;
	animation: 0s 0s fadeInLeft both; }
	

.atf-single-details .atf-main-btn{
	-webkit-animation: 0s 0s fadeInLeft both;
	animation: 0s 0s fadeInLeft both; }

/*
* ----------------------------------------------------------------------------------------
* START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-video-area {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf-video-area .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-video-area .iq-video {
	background: var(--thm-base);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 1020;
	position: relative;
	border: 8px solid var(--thm-color);
}
.atf-video-area .iq-video i {
	margin-left: 3px;
}
.atf-video-area .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-video-area .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-video-area .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(234 237 249 / 50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf-video-area .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-video-area .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-video-area .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
/*
* ----------------------------------------------------------------------------------------
*  END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 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: #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: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--thm-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  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-base);
	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: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	text-shadow: 1px 1px 15px rgba(0,0,0,0.5);
	text-transform: capitalize;
}
.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: 1.6;
	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.5); }

.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);
  backdrop-filter: blur(22px);
  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-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-base);
}

.home-area .home-content .theme-btn {
	margin-right: 15px;
	
}
/*
* ----------------------------------------------------------------------------------------
* START HOME CLIP
* ----------------------------------------------------------------------------------------
*/
.bg-black {
  background-color: #ddd;
}

.atf-clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
}
/*
* ----------------------------------------------------------------------------------------
* END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 03.START ABOUT DESIGN
 *************************************/
.atf-section-title h2 {
	color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 132%;
	letter-spacing: 0.1px;
}

.atf-about-content .atf-section-title h2 {
	max-width: 360px;
}

.atf-section-title p {
	color: var(--thm-deep-fir);
	text-align: center;
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	letter-spacing: 0.1px;
	margin-top: 16px;
}

.atf-step-content h3 {
	margin: 0 0 20px;
}
.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 6 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 15px;
}
.progress{
    height: 40px;
    background: var(--thm-white);
    border-radius: 100px;
    box-shadow: none;
    margin-top: 40px;
    position: relative;
}
.progress .progress-title{
    width: 20%;
    height: 100%;
    background: var(--thm-color);
    border-radius: 100px 0 0 100px;
    float: left;
    margin: 0;
    font-size: 15px;
    color: var(--thm-white);
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.progress .progress-title:after{
    content: "";
    border-left: 10px solid var(--thm-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 1;
}
.progress .progress-bar {
	width: 80%;
	background: var(--thm-f6);
	box-shadow: none;
	position: relative;
}
.progress .progress-value{
    height: 100%;
    border-radius: 0 100px 100px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    color: var(--thm-f6);
    /* animation: animate-positive 10s; */
}
.progress.red .progress-value{ background: #ec4251; }
.progress.green .progress-value{ background: #73cd21; }
.progress.blue .progress-value{ background: #2e9ce0; }
.progress.yellow .progress-value{ background: #eea921; }
@keyframes animate-positive{
    0%{ width: 0; }
}
@media only screen and (max-width: 480px){
    .progress .progress-title{
        font-size: 12px;
        letter-spacing: 0;
    }
}

.cf-turnstile {
	text-align: center;
	padding-bottom: 8px;
}

.button-spinner-container .spinner-border {
	width: 24px;
	height: 24px;
}

.button-spinner-container {
	display: inline;
	margin-left: 8px;
}

.button-spinner-container.hidden {
	display: none !important;
}

.atf-about-paragraph {
	margin-top: 32px;
}

.atf-about-paragraph a, .atf-about-paragraph a:hover, .atf-about-paragraph a:active {
	color: var(--thm-deep-fir);
	text-decoration: underline;
	font-weight: 600;
}

.atf-about-content .atf-about-paragraph h3 {
	color: var(--thm-deep-fir);
	/* .card/title-large */
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 124%; /* 32.24px */
	letter-spacing: 0.1px;
	
}

.atf-about-content .atf-about-paragraph p {
	color: var(--thm-deep-fir);
	/* .card/subtitle-large */
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%; /* 22.32px */
	margin-bottom: 0;
	text-align: left;
	margin-top: 8px;
}

 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/	
#atf-main-counter{
	background: var(--thm-f6);
}
.atf-counter {
	color: var(--thm-white);
	font-family: var(--thm-font);
	text-align: center;
	padding: 15px 0 20px;
	margin: 0 auto;
	box-shadow: 5px 5px 14px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 14px rgba(0,0,0,0.1);
	background: var(--thm-white);
	border-radius: 10px;
}
.atf-counter .atf-counter-value {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	display: block;
}
.atf-counter h3 {
	font-weight: 700;
	line-height: 4px;
	text-transform: capitalize;
	margin: 15px 0;
}
.atf-counter .atf-counter-icon {
	color: var(--thm-color);
	font-size: 35px;
	line-height: 60px;
}
.atf-counter .atf-counter-value{ color: var(--thm-color); }
@media screen and (max-width:990px){
    .atf-counter{ margin-bottom: 40px; }
}
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/**************************************
 *  03. END ABOUT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 04. START CLASSES DESIGN
* ----------------------------------------------------------------------------------------
*/
#classes {
	background: var(--thm-bg);
	font-family: var(--thm-font);
	
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 7px;
	/* transition:all 0.3s ease-in-out; */
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none !important;
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 7px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
	font-size: 22px;
	font-family: var(--thm-font);
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 5px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 40px;
	color:var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 05. END CLASSES DESIGN
* ----------------------------------------------------------------------------------------
*/

 /*
* ----------------------------------------------------------------------------------------
* 06.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
#diets{
	background:var(--thm-foam);
}
.atf-pricing-text {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	padding: 15px 15px;
	background: var(--thm-white);
}
.atf-single-pricing h3 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	font-size: 22px;
	line-height: 22px;
}
.atf-single-pricing p {
	margin: 0px 15px 15px;
}
.atf-single-pricing strong{font-size:22px;}
/*
* ----------------------------------------------------------------------------------------
* 06.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

 /**************************************
 * 07.START SERVICE DESIGN
 *************************************/
.atf-main-services{
	margin:15px 0;
}
.serviceBox{
    color: #999;
    font-family: var(--thm-font);
    text-align: center;
    padding: 10px 0 15px;
    position: relative;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: var(--thm-color);
    width: 150px;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(7% 0%, 93% 0%, 100% 100%, 0% 100%);
}
.serviceBox:after{
    width: 80%;
    height: 15px;
    border-radius: 0 0 10px 10px;
    top: auto;
    bottom: 0;
    clip-path: none;
}
.serviceBox .service-content {
	background: var(--thm-f6);
	padding: 25px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.serviceBox .service-content:before{
    content: "";
    background:#1b657e;
    width: 128px;
    height: 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.serviceBox .service-icon{
    color: var(--thm-base);
    background: linear-gradient(to left, #dedfe1, #f3f3f3);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon:before{
    content: "";
    background: linear-gradient(to right, #dedfe1, #f3f3f3);
    width: 88%;
    height: 88%;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox .title{
    color: #1e5270;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    margin: 10px;
}
.serviceBox.green:before{ background: #719e2a; }
.serviceBox.green:after,
.serviceBox.green .service-content:before{
    background: #85bc16;
}
.serviceBox.green .title{ color: #85bc16; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

/**************************************
 * 07. END SERVICE DESIGN
 *************************************/

 /**************************************
 * 08. START TEAM DESIGN
 *************************************/
#team{background:var(--thm-f6);}
 
 .our-team{
    border: 2px solid var(--thm-base);
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    z-index: 1;
    position: relative;
}
.our-team:before,
.our-team:after{
    content: "";
    width: 100%;
    height: 104%;
    background: var(--thm-color);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%) scaleX(0.3);
    /* transition: all 0.3s ease 0s; */
}
.our-team:after{
    width: 106%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(0.25);
}
.our-team:hover:before{ transform: translateY(-50%) scaleX(0.7); }
.our-team:hover:after{ transform: translate(-50%, -50%) scaleY(0.7); }
.our-team img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* transition: all 0.3s ease 0s; */
}
.our-team .team-content{
    width: 93%;
    padding: 25px 0 10px;
    background: var(--thm-color);
    position: absolute;
    bottom: 50px;
    left: 50%;
    opacity: 0;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transform: translateX(-50%);
    /* transition: all 0.3s cubic-bezier(0.5, 0.2,0.1,0.9); */
}
.our-team:hover .team-content{
    bottom: 10px;
    opacity: 1;
}
.our-team .title{
    font-size: 25px;
    font-weight: 600;
    color: var(--thm-white);
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: var(--thm-white);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: var(--thm-white);
    font-size: 20px;
    color: var(--thm-base);
    /* transition: all 0.3s ease 0s; */
}
.our-team .social li a:hover{
    background: linear-gradient(to bottom,var(--thm-base), darkred);
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
    color: var(--thm-white);
}
@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;
}
.atf-bmi-single label {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.atf-bmi-single .form-select:focus {
	color: var(--thm-black);
	border-color: var(--thm-color);
	outline: 0;
	box-shadow: none;
}
.atf-bmi-single  .form-select {
	height: 50px;
}
.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-white);
	background: linear-gradient(to bottom,var(--thm-base), darkred);
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 6px 12px;
	border-radius: 0 0 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.product-grid .product-content{ padding: 12px 0 0; }
.product-grid .title{
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 6px;
}
.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 10px;
}
.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;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
    display: block;
    /* transition: all 0.5s ease; */
}
.product-grid:hover .add-to-cart{
    color: var(--thm-white);
    background-color: var(--thm-color);
}
@media screen and (max-width: 991px){
    .product-grid{ margin: 0 5px 30px; }
}
 /**************************************
 * 09. END PRODUCT DESIGN
 *************************************/
 /*

 /**************************************
 * 10. START TESTIMONIAL DESIGN
 *************************************/
 .atf-testimonial-area.atf-section-padding {
	padding-bottom: 12px;
}
.testimonial{ margin: 0 8px 48px; }
.testimonial .testimonial-header {
	margin: 0 0px 15px 0;
}
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-profile {
	display: inline-block;
}
.testimonial .title{
    color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 124%; /* 24.8px */
	letter-spacing: 0.1px;
}
.testimonial .post{
	color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%; /* 17.36px */
}
.testimonial .description{
    padding: 20px 22px;
    background: var(--thm-foam);
    color: var(--thm-deep-fir);
    margin: 0;
    /* position: relative; */
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: #5d7aa7 transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
/* owl theme */

.owl-stage-outer {
	padding-bottom: 6px;
}

.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;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
   background: var(--thm-color);
   border: 2px solid var(--thm-color);
}
 /**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 /**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide{
    padding: 0 10px;
    /* transition: all 0.30s ease 0s; */
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-img:after{
    content: "";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: linear-gradient(to left, rgba(210, 130, 19,0.7) , rgba(170, 55, 114,0.7));
    transform:translateY(-100%);
    /* transition:  all 0.30s ease 0s; */
}
.post-slide:hover .post-img:after{
    transform:translateY(0);
}
.post-slide .post-img:before{
    content: "\f002";
    font-family: "Font Awesome 6 Free"; font-weight: 900;
    width: 100%;
    height: 100%;
    text-align:center;
    position:absolute;
    top:-50%;
    font-size:30px;
    color:var(--thm-white);
    /* transition: all 0.50s ease 0s; */
    z-index: 1;
}
.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: 35px 20px 25px;
	background: var(--thm-white);
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
}
.post-slide .post-review:after{
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transform: translateY(0);
    /* transition: all 0.30s ease 0s; */
}
.post-slide:hover .post-review:after{
    opacity: 1;
    transform: translateY(5px);
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
}
.post-slide .post-bar li{
    display:inline-block;
    font-size:16px;
    font-family: serif,Arial;
    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 10px;
	color: var(--thm-black);
	font-weight: 600;
	border-top: 1px solid #efefef;
	padding-top: 15px;
}
.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;
}
.post-slide .read i{
    margin-left:10px;
	/* transition: all 0.3s ease-in-out 0s; */
}
.post-slide .read:hover{
    text-decoration:none;
    color:var(--thm-base);
	text-decoration:underline;
}
#blog .atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 30px;
}
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter-top {
	background:var(--thm-deep-fir);
}

.atf-mailchamp-subscribe{
	position:relative;
}
.atf-newsletter-top h2{
	color: var(--thm-white);
	font-weight: 400;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-mailchamp-subscribe-top{
	position:relative;
}
input {
	background: var(--thm-white);
	color: var(--thm-black);
	width: 100%;
	height: 58px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0.5rem;
	display:inline-block;
	font-family: Lato;
	font-size: 1.5em;
}
textarea {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border-radius: 0.5rem;
	background: var(--thm-white);
	color: var(--thm-black);
	font-family: Lato;
	font-size: 1.5em;
}
input:focus {
	box-shadow: none;
	outline: 0 none;
	border: 0.14rem solid var(--thm-neon);
}
.atf-mailchamp-subscribe-top input {
	border: 0.14rem solid var(--thm-color);
}
.atf-mailchamp-subscribe-top .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-mailchamp-subscribe-top .btn i {
	font-size: 30px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 55px;
	height: 15px;
	line-height: 24px;
}

/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.contact-title{margin:25px 12px;}
.atf-contact-address {
	display: block;
	overflow: hidden;
}
.atf-contact-address1{
	margin-left:20px;
}
.atf-contact-address1{margin-left:50px;}
.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 {
	margin-top: 10px;
	color: var(--thm-black);
	display: block;
	overflow: hidden;
	margin-left: 15px;
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-area {
	background-color: var(--thm-foam);
}
.atf-contact-area input {
	border: 0.14rem solid #DEE2E6;
}
.atf-contact-area .form textarea {
	border: 0.14rem solid #DEE2E6;
  max-height: 240px;
	height: 240px;
  max-width: 100%;
}
.atf-faq-area {
	background-color: var(--thm-nu-white);
}
.atf-faq-area .atf-section-faq-questions h2 {
	color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	line-height: 124%; /* 22.32px */
	letter-spacing: 0.1px;
	display: inline;
}
.atf-faq-area .atf-section-faq-questions p {
	color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	word-break: break-word;
}
.atf-faq-area .atf-section-faq-questions .atf-section-faq-question-block .chevron-container {
	cursor: pointer;
	padding-left: 8px;
    padding-right: 4px;
}
.atf-faq-area .atf-section-faq-questions .atf-section-faq-question-block {
	border-radius: 4px;
	border: 1px solid var(--thm-disabled-green);
	background: #FFF;	
	/* margin-bottom: 24px; */
}

.atf-faq-area .atf-section-faq-question-block.bottom-margin {
	margin-bottom: 24px;
}

.atf-faq-area .atf-section-faq-question-block .atf-section-faq-question-title {
	cursor: pointer;
    justify-content: space-between;
    align-items: center;
    display: flex;
	padding-bottom: 24px;
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

.atf-faq-area .atf-section-faq-questions .chevron {
	width: 11px;
	height: 6px;
	transform: rotate(180deg);
	max-width: 300%;
}

.atf-faq-area .atf-section-faq-questions .chevron.up {
	transform: rotate(0deg);
}

.atf-faq-area .atf-section-faq-questions .atf-section-faq-question-block p.hidden {
	display: none;
	height: 0;
}

.form-message.success {
	color: var(--thm-deep-fir);
}

.form-message.error {
	color: red;
}

.form-message {
	font-size: 18px;
	text-align: center;
}

.form-message.hidden {
	display: none;
}

.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	width:100%;
	letter-spacing:0;
}
.atf-contact-btn:hover .atf-themes-btn{background: var(--thm-base);	color: var(--thm-white);}
.atf-product-area {
	background-color: var(--thm-foam);
}
 /**************************************
 * 13. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 500px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 14. START FOOTER DESIGN
 *************************************/
.atf-footer-area ul {
	text-align: left;
	margin-bottom: 32px;
}
.atf-footer-area ul li  {
	color: var(--thm-nu-white);
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%;
	/* 21.12px */
	letter-spacing: 0.1px;
	margin-bottom: 16px;
}
.atf-footer-area ul li h2 {
	color: var(--thm-disabled-green);
	/* .card/subtitle-large */
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 124%; /* 22.32px */
	margin-bottom: 4px;
}
.atf-footer-area {
    background: var(--thm-color);
}
.atf-footer-boottom {
    padding: 30px 0;
}
.atf-footer-boottom p {
	color: var(--thm-disabled-green);
	font-family: Lato;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 132%; /* 19.8px */
	letter-spacing: 0.1px;
}
.atf-footer-boottom .footer-logo-container {
	text-align: left !important;
	margin-bottom: 32px;
}
.atf-footer-boottom .footer-logo-container img {
	max-width: 100%;
	height: 26.762px;
	flex-shrink: 0;
}

.atf-footer-area .atf-banner-social{
	text-align:right;
}
.atf-footer-boottom a, .atf-footer-boottom a:hover {
	text-decoration: none;
	color: var(--thm-nu-white);
}

 /**************************************
 * 14. END FOOTER DESIGN
 *************************************/


 /* Custom */
 .step {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
	margin-top: 2.5rem;
}

.steps {
	margin-top: 3rem;
}

.step:not(:last-child) {
    margin-bottom: 20px;
}

.step::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: var(--thm-neon);
    top: 0;
    left: 12px;
}

.number {
    background-color: transparent;
	border: 2px solid var(--thm-neon);
    color: var(--thm-neon);
    border-radius: 50%;
    width: 2rem;
	height: 2rem;
	flex-shrink: 0;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    z-index: 1;
	font-family: Lato;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	/* line-height: 132%; 1.98rem */
	letter-spacing: 0.00419rem;
}

.text {
    flex: 1;
	color: var(--thm-deep-fir);
	font-family: Lato;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 132%; /* 2.145rem */
	letter-spacing: 0.00625rem;
}

.btn {
	font-family: Lato;
}

.atf-newsletter-top .atf-mailchamp-subscribe .btn {
	margin-top: 8px;
	width: 100%;
	background: var(--thm-base);
	border-radius: 0.5rem;
	padding: 7px 20px;
	color: var(--thm-color);
	font-size: 1.5em;
	font-weight: 600;
}
.atf-mailchamp-subscribe-top .btn, .atf-mailchamp-subscribe-top .btn:active {
	box-shadow: none;
	background: var(--thm-deep-fir);
	border-radius: 0.5rem;
	color: var(--thm-white);
	font-size: 1.5em;
	width: 100%;
	height: 58px;
	margin-top: 8px;
	font-weight: 400;
}
.atf-main-contact .btn, .atf-main-contact .btn:active {
	box-shadow: none;
	background: var(--thm-deep-fir);
	border-radius: 0.5rem;
	color: var(--thm-white);
	font-size: 1.5em;
	width: 100%;
	height: 58px;
	font-weight: 400;
}