/*
|----------------------------------------------------------------------
| Template Name:  Powerfull - Gym & Fitness Landing Page Theme
| Author: Themesfamily
| Developer: Themesfamily
| Description: This is Multi GYM and Fitness, Powerfull template etc.
| Version: 1.0.2
|----------------------------------------------------------------------
|----------------------------------------------------------------------
*/
/*=============================================================
    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: 400;
	font-style: normal;
	font-size: 16px;
	color:  var(--text-body);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #f39c12;
	--thm-color: #355592;
	--thm-black: #000000;
	--text-body: #666666;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-bg-1:  linear-gradient(-110deg,#f6f6f6 50%,#fff 50%);
	--thm-bg-2:  linear-gradient(110deg,#f6f6f6 50%,#fff 50%);
}
.bg-f0f0fa {
	background-color: #f0f0fa;
}
.bg-f6f6f6 {
	background-color: #f0f0fa;
}
.bg-F1F8FF {
	background-color: #F1F8FF;
}
.bg-1{
	background: var(--thm-bg-1);
}
.bg-2{
	background: var(--thm-bg-2);
}
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;
}
h1 {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 24px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 16px;
	font-weight: 600;
}
h3 {
	font-size: 28px;
	margin-bottom: 16px;
	font-weight: 600;
}
h4 {
  font-size: 20px;
  line-height:1.5;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height:1.5;
}

h6 {
  font-size: 16px;  line-height:1.5;}
  
p:last-child {
	margin-bottom: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
p {
	margin-bottom:16px;
	font-size: 16px;
	color: var(--text-body);
	line-height:1.9;
	font-family: var(--thm-font);
	font-weight: 400;
	letter-spacing: -0.04px;	
}
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: var(--thm-color)
}
::-moz-input-placeholder {
	color: var(--thm-color)
}
::-ms-input-placeholder {
	color: var(--thm-color)
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 30px;
}
button, input, textarea {
    color: var(--text-body);
}
button, input, textarea:focus {
    border: none;
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)
}
.no-border{
	border:none! important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf_preloader{
	position: fixed;
	background-color: var(--thm-white);
	z-index: 9999999;
	height: 100%;
	width: 100%;	
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s; 
 }  
.atf_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.atf_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.atf_preloader:before,
.atf_preloader:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 51%;
    background:var(--thm-black);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.atf_preloader:before{
    left: 0; 
}
.atf_preloader:after{
	right: 0; 
}
.atf_preloader.loaded:before, .atf_preloader.loaded:after{width: 0%;}
.spinner {
	width: 70px;
	height: 70px;
	background: var(--thm-base);
	border-radius: 100%;  
	-webkit-animation: atf-scaleout 1.0s infinite ease-in-out;
	animation: atf-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes atf-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes atf-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 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: 18px;
	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: 16px;
	padding: 16px 40px;
	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-base);
	color: var(--thm-white);
}
.atf-main-btn .btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 11px 23px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.atf-main-btn  .btn-2:hover {
	background: var(--thm-base);
	color: var(--thm-white);
	border:1px solid var(--thm-base);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 100px 0;
}
@media screen and (max-width: 991px) {
	.atf-section-padding {
		padding: 80px 0;
	}
}
@media screen and (max-width: 575px) {
	.atf-section-padding {
		padding: 60px 0;
	}
}
/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title h2 {
	font-size: 50px;
	font-weight:600;
	letter-spacing:-2px;
}
.atf-section-title p {
	font-size: 16px;
}
@media screen and (max-width: 991px) {
	.atf-section-title h2{
		font-size:36px;
		letter-spacing:-1px;
	}
}
@media screen and (max-width: 575px) {
	.atf-section-title h2{
		font-size:28px;
		letter-spacing:0px;
	}
}
.atf-section-title .atf-sec_icon {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}
.atf-section-title .atf-sec_icon::before {
	position: absolute;
	content: '';
	top: 15px;
	left: -20px;
	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: '';
	top: 15px;
	right: -20px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: var(--thm-base);
	display: inline-block;
}
.atf-section-title .atf-sec_icon span {
	width: 40px;
	height: 8px;
	border-radius: 10%;
	margin: 0 2px;
	background: var(--thm-base);
	display: inline-block;
}
/*
* ----------------------------------------------------------------------------------------
* 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-white);
	text-transform: capitalize;
	font-weight: 600;
	font-size: 16px;
	font-family: var(--thm-font);
	margin-left: 10px;
}
.navbar-navs.navbar-expend .menu-nav:hover, .navbar-navs.navbar-collaps .menu-nav:hover {
	color: var(--thm-color);
}
.navbar-navs .navbar-brand{
	color: var(--thm-white);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: var(--thm-font);
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.navbar-brand img {
	width: 100%;
	height: 70px;
}
.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-white);
}
.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-white);
	border: 1px solid var(--thm-white);
	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: 15px 40px !important;
	background: var(--thm-base);
	margin-top: -3px;
}
.navbar-navs .atf-nav-btn .nav-link.btn-2.atf-themes-btn:hover{
	background: var(--thm-white)!important;
	color:var(--thm-color)!important;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-hero-area {
	position:relative;
	z-index:2;
	overflow: hidden;
	height:750px;
}
.ai-center {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-cover-bg {
	position:relative;
	z-index:2;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index:-1;
}
.atf-single-details span {
	color: var(--thm-white);
	font-weight: 600;
	text-transform: capitalize;
	background: var(--thm-color);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom:15px;
}
.atf-single-details h1 {
	color: var(--thm-white);
	font-weight: 700;
	font-size: 70px;
	line-height: 1.2;
	text-shadow: 1px 1px 5px rgba(255,255,255,0.1);
	letter-spacing:-2px;
}
.atf-single-details p {
	color: var(--thm-white);
	font-size: 16px;
	margin-bottom:35px;
	font-weight:400;
}
.atf-default-img img {
	border-radius: 30% 70% 59% 41%/30% 38% 62% 70%;
}
@media screen and (max-width: 991px) {
	.atf-single-details h1{
		letter-spacing:-1px;
		font-size:48px;
	}
	.atf-single-details br{
		display:none;
	}
}
@media screen and (max-width: 575px) {
	.atf-single-details h1{
		letter-spacing:0px;
		font-size:36px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-video-area{
	position:relative;
}
.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-white);
}
.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: 24px;
	text-transform: capitalize;
	letter-spacing:-2px;
}
.atf-hero.atf-style1 .atf-hero-subtitle {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 35px;
	line-height:1.9;
}
.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.5); }

.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: 36px; 
	letter-spacing:-1px;
}

.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: 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
* ----------------------------------------------------------------------------------------
*/
.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-about-list span {
	margin-bottom: 10px;
	display: block;
}
.atf-choose-list ul li {
	margin-bottom:10px;
	font-size: 16px;
	font-weight:400;
}
.atf-choose-list ul li strong{
	font-weight:600;
}
.progress{
    height: 40px;
    background: var(--thm-white);
    border-radius: 100px;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
.progress .progress-title{
    width: 20%;
    height: 100%;
    background: var(--thm-color);
    border-radius: 100px 0 0 100px;
    display:flex;
	align-items:center;
	justify-content:center;
    margin: 0;
    font-size: 16px;
	font-weight:400;
    color: var(--thm-white);
    text-align: center;
    text-transform: capitalize;
    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: 16px;
    font-weight: 500;
    line-height: 40px;
    color: var(--thm-f6);
    animation: animate-positive 3s;
	background:  var(--thm-base);
}
@keyframes animate-positive{
    0%{ width: 0; }
}
@media only screen and (max-width: 480px){
    .progress .progress-title{
        font-size: 12px;
        letter-spacing: 0;
    }
}
.atf-workout-img img{
	border-radius:30px;
}
 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/	
.atf-counter {
	color: var(--thm-white);
	font-family: var(--thm-font);
	text-align: center;
	padding: 25px;
	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: 20px;
}
.atf-counter .atf-counter-value {
	color: var(--thm-color);
	font-size: 50px;
	font-weight: 600;
	display: block;
}
.atf-counter h3 {
	font-weight: 600;
	font-size:22px;
	text-transform: capitalize;
}
.atf-counter .atf-counter-value{ color: var(--thm-color); }
@media screen and (max-width:990px){
    .atf-counter{ margin-bottom: 25px; }
}
/*
* ------------------------------------
*  END COUNTER DESIGN
* -------------------------------------
*/
/**************************************
 *  03. END ABOUT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 04. START CLASSES DESIGN
* ----------------------------------------------------------------------------------------
*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 10px;
	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: 10px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 15px;
	color: var(--thm-black);
	margin-bottom: 10px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	color:var(--text-body);
}
.atf-yoga-thum img{
	border-radius:30px;
}
.atf-bmi-list ul li {
	margin-bottom:10px;
	font-size: 16px;
	font-weight:500;
}
.atf-bmi-list ul li strong{
	font-weight:600;
}
.atf-bmi-list ul li i{
	color:var(--thm-base);
}
.atf-bmi-item label {
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
	font-size:16px;
	text-transform:uppercase;
}
.atf-bmi-item .nice-select {
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	border: 1px solid #d5d8db;
	color: var(--atf-text-body);
	float: none;
	padding: 0 26px;
	font-size: 16px;
	margin: 10px 0;
}
.atf-bmi-item .nice-select:focus {
	color: var(--text-body);
	border-color: var(--thm-base);
	outline: 0;
	box-shadow: none;
}
.atf-bmi-item .nice-select .list {
	width: 100%;
}
.nice-select::after {
	right: 24px;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END CLASSES DESIGN
* ----------------------------------------------------------------------------------------
*/
 /*
* ----------------------------------------------------------------------------------------
* 06.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
#pricing{
	background:var(--thm-f6);
}
.atf-pricing-text {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	background: var(--thm-white);
}
.atf-pricing-text img{
	padding:15px;
	border-radius:30px;
}
.atf-pricing-item{
	padding:25px;
}
.atf-pricing-item h3 {
	font-size:22px;
}
.atf-pricing-item span {
	font-weight:400;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

 /**************************************
 * 07.START SERVICE DESIGN
 *************************************/
.atf-main-services{
	margin-bottom:25px;
}
.serviceBox{
    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 25px;
    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{
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.serviceBox .description{
    font-size: 16px;
}
/**************************************
 * 07. END SERVICE DESIGN
 *************************************/

 /**************************************
 * 08. START TEAM DESIGN
 *************************************/
#team{background:var(--thm-f6);}
 
.our-team{
    border: 2px solid var(--thm-base);
    border-radius: 30px;
    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: 30px;
    transition: all 0.3s ease 0s;
}
.our-team .team-content {
	width: 93%;
	padding: 25px 0 25px;
	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: 22px;
    font-weight: 600;
    color: var(--thm-white);
    text-transform: capitalize;
	margin-bottom:10px;
}
.our-team .post{
    display: block;
    color: var(--thm-white);
    text-transform: capitalize;
	margin-bottom:15px;
}
.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: 16px;
    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
 *************************************/ 
.product-grid {
	font-family: var(--thm-font);
	text-align: center;
	border-radius: 20px;
	border:1px solid rgba(0,0,0,0.1);
	overflow: hidden;
	transition: all 0.3s ease;
}
.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: 14px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 8px 12px;
	border-radius: 0 0 0 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.product-grid .product-content{ padding: 20px 0 0; }
.product-grid .title {
	color: var(--thm-black);
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}
.product-grid .title a{
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: var(--thm-color); }
.product-grid .price {
	color: var(--text-body);
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 20px;
}
.product-grid .price span{
    color:var(--thm-black);
    font-weight: 600;
    text-decoration: line-through;
    margin: 0 5px 0 0;
}
.product-grid .add-to-cart{
    color: var(--text-body);
    font-size: 16px;
    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
 *************************************/
.testimonial .pic{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 15px 15px 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-item {
	justify-content: center;
	margin-top: 30px;
	gap: 25px;
}
.testimonial .title {
	display: block;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.testimonial .post{
    display: block;
    font-size: 14px;
}
.testimonial .description {
	padding: 30px;
	font-size: 16px;
	margin: 0;
	position: relative;
	background: var(--thm-color);
	color: var(--thm-white);
	border-radius:30px 30px 0 0;
}
.testimonial .description:before,
.testimonial .description:after{
    content: "";
    border-width: 18px 0 0 18px;
    border-style: solid;
    border-color: var(--thm-color) transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.testimonial .description:after{
    border-width: 18px 18px 0 0;
    left: auto;
    right: 0;
}
 /**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
 /**************************************
 * 11. START BLOG DESIGN
 *************************************/
.post-slide{
    transition: all 0.30s ease 0s;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
	border-radius:30px;
}
.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;
	border-radius:30px;
}
.post-slide:hover .post-img:after{
    transform:translateY(0);
	border-radius:30px;
}
.post-slide .post-img:before{
    content: "\f002";
    font-family: "Font Awesome 7 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:14px;
    color:var(--text-body);
    margin-right:10px;
    text-transform: capitalize;
}
.post-slide .post-bar li i{
    color:var(--thm-color);
    margin-right:10px;
}
.post-slide .post-title {
	font-size:22px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	padding-top:15px;
	margin-top:15px;
	line-height:1.5;
}
.post-slide .post-description {
	color: var(--text-body);
}
.post-slide .read{
    text-transform: uppercase;
    font-size:16px;
    color:var(--thm-color);
	font-weight:600;
}
.post-slide .read i{
   opacity:0;
	transition: all 0.3s ease-in-out 0s;
}
.post-slide:hover .read i{
    margin-left:10px;
	transition: all 0.3s ease-in-out 0s;
	opacity:1;
}
.post-slide .read:hover{
    text-decoration:none;
    color:var(--thm-base);
	text-decoration:underline;
}
/**************************************
 * 11. END BLOG DESIGN
 *************************************/
/**
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background:var(--thm-color);
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-section-title.newsletter h2{
	font-size: 36px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-base);
}
.atf-mailchamp-subscribe input {
	background: var(--thm-white);
	color: var(--text-body);
	border: 1px solid #eee;
	width: 100%;
	height: 55px;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 5px;
	display:inline-block;
}
.atf-mailchamp-subscribe .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	display:inline-block;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 6px;
	background: transparent;
	box-shadow: none;
	top: 5px;
	background: var(--thm-color);
	border-radius: 30px;
	padding: 10px 20px;
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 13. START CONTACT DESIGN
 *************************************/
.atf-contact-address h4 {
	line-height: 1.2;
}
.atf-contact-details span {
	color: var(--text-body);
	display: block;
}
.contant_input input:focus, .contant_input textarea:focus,
.contant_input input:hover, .contant_input textarea:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border:1px solid var(--thm-base); 
}
.contant_input input, .contant_input textarea {
	width: 100%;
	height: 55px;
	padding: 10px 20px;
	border: 0;
	font-weight: 400;
	color: var(--thm-black);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #eee;
	margin-bottom: 20px;
	text-align: left;
}
.contant_input textarea {
    height: 120px;
    max-width: 100%;
	color: var(--thm-black); 
	font-weight: 400;
}
.form-message{
	color: var(--text-body);
}
 /**************************************
 * 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 {
    background: var(--thm-color);
	padding: 30px 0;
}
.atf-footer-text p {
	color: var(--thm-white);
	text-align: left;
}
.atf-footer-text a{
	color: var(--thm-base);
	font-weight:700;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-social ul li {
	display: inline-block;
}
.atf-footer-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-left:10px;
	border-radius: 50%;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-footer-social ul li a:hover{
	background: var(--thm-base);
	color: var(--thm-white);
}
.atf-footer-social{
	text-align:right;
}
@media screen and (max-width: 991px) {
    .atf-footer-social{
		text-align:center;
		margin-top:20px;
	}
	.atf-footer-text p {
		text-align: center;
	}
}
 /**************************************
 * 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-base);
    background: var(--thm-base);
    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 */
.right-to-left {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fff;
	width: 46px;
	z-index: 99;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.right-to-left-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.right-to-left-wrapper a {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	position: relative;
}
.right-to-left-wrapper a {
	border-bottom: 1px solid #ddd;
}
.ltr-item i {
	width: 25px;
	height: 25px;
}
.right-to-left-tooltip {
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	background-color: #fff;
	padding: 2px 15px;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 13px;
	color: #333;
	white-space: nowrap;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.right-to-left-tooltip::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left-color: #fff;
}
.right-to-left-wrapper a:hover .right-to-left-tooltip {
	opacity: 1;
	visibility: visible;
	right: calc(100% + 10px);
}