/*
    Template Name: Astro - Horoscope,Astrology & Fortune Telling Landing Page Template
    Author: Themesbazer
    Description: This is Multi Horoscope and Astrology template etc.
    Version: 1.0

-----------------------------------------------------------------------------------
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,COMMON CLASSES, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START SLICK SLIDER DESIGN
    04. START FEATURE DESIGN
    05. START CHOOSE DESIGN
	06. STAR SERVICE DESIGN
	07. START HOT DESIGN
	08.	START PRODUCT DESIGN
	09. START CLIENT DESIGN
	10. START PARTNER DESIGN
	11. START BLOG DESIGN
	12. START NEWSLETTER DESIGN
    13. START CONTACT DESIGN
    14. START FOOTER DESIGN
		---START SLICK DESIGN

  =============================================================*/
/*----------------------------------------*/
/*  01. GENERAL STYLE
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* LINK COLOR */
:root {
  /**
  @font family declaration
  */
  --atf-ff-body: 'PT Sans', sans-serif;
  --atf-ff-heading: "Philosopher", serif;
  --atf-ff-p: 'PT Sans', sans-serif;
  --atf-ff-fontawesome: "Font Awesome 6";
  /**
  @color declaration
  */
  --atf-thm-white: #ffffff;
  --atf-thm-black: #163440;
  --atf-thm-color: #F27166;
  --atf-thm-base: #0439D9;
  --atf-thm-base2: #072ac8;
  --atf-grey-1: #f9f9f9;
  --atf-grey-2: #f5f5f5;
  --atf-text-body: #77726E;
  --atf-border-1: #dddddd;

}

body {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: var(--atf-text-body);
  font-family: var(--atf-ff-body);
  letter-spacing: -0.03em;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	font-weight: 600;
	line-height: 1.2;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	color: var(--atf-thm-black);
	font-family: var(--atf-ff-heading);
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
  font-weight:700;
}
@media only screen and (max-width : 1200px){
	h4{font-size: 18px;}
}
h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
  font-family: var(--atf-ff-body);
  color: var(--atf-text-body);
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  color: var(--atf-thm-black);
  border: 1px solid rgba(255,255,255,0.1);
  background-color: var(--atf-thm-white);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--atf-text-body);
   font-size: 16px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border: 1px solid var(--atf-thm-white);
  font-size: 16px;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--atf-thm-color);
  color: var(--atf-thm-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--atf-thm-color);
  color: var(--atf-thm-white);
  text-shadow: none;
}

::selection {
  background: var(--atf-thm-color);
  color: var(--atf-thm-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--atf-thm-color);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--atf-thm-color);
  font-size: 14px;
  opacity: 1;
}

.z-index-1 {
  position: relative;
  z-index: 2;
}

/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.atf_attach_bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.atf-black-bg{
	background-color: #150035;
}
.atf-gray-bg {
	background-color: #f6f9ff;
}
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf-preloader {
    background: var(--atf-thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.atf-loader-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--atf-thm-color);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn {
	color: var(--atf-thm-color);
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 10px 15px;
	border: 1px solid var(--atf-thm-color);
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	display: inline-block;
} 
.atf-themes-btn:hover{
    color: var(--atf-thm-white);
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.atf-themes-btn:before,
.atf-themes-btn:after{
    content: '';
    background:  var(--atf-thm-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: -16px;
    left: -16px;
    transition: 1s ease;
    z-index: -1;
}
.atf-themes-btn:after{
    left: calc(100% + 16px);
    top: calc(100% + 16px);
}
.atf-themes-btn:hover:before, 
.atf-themes-btn:hover:after {
    height: 410px;
    width: 410px;
}
@media only screen and (max-width: 767px){
    .atf-themes-btn { margin-bottom: 30px; }
}
/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title{
	margin-bottom:50px;
}
.atf-section-title .title {
	margin-bottom: 15px;
	font-family: var(--atf-ff-heading);
	color: var(--atf-thm-black);
	text-transform: capitalize;
	font-weight: 700;	
}
.atf-section-padding {
	padding-top:100px;
	padding-bottom:100px;
}
.border-left{
	border-left: 3px solid var(--atf-thm-color);
}
/*---------------------------------
 END SECTION TITLE
---------------------------------*/
/*---------------------------------
 START SCROLL TO TOP
---------------------------------*/
.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background: var(--atf-thm-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}
.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--atf-thm-white);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}
@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
@keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}


@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1;
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1;
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1;
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}
/*---------------------------------
 END SCROLL TO TOP
---------------------------------*/
/*----------------------------------------*/
/*  01. END GENERAL STYLE
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. START BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
.atf-top-header {
	position: relative;
	z-index: 1;
	padding:12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-header-top-right {
	text-align: left;
}
.atf-header-top-social {
	display: inline-block;
}
.atf-header-top-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover{
	color:var(--atf-thm-white);
}
.atf-top-header {
	background-color: var(--atf-thm-white);
	overflow: hidden;
}
.atf-top-header .atf-top-header-in {
	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
	gap: 50px;
}
.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
}
.atf-header-icon {
	padding: 10px 15px;
	margin-right: 15px;
	font-size: 20px;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 5px;
}
.atf-header-title h4{
	margin-bottom:0;
}
.atf-header-author-img img{
	width:60px;
	height:60px;
	border-radius:50%;
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.atf-site-header.atf-style1 {
	transition: all ease .3s;
	background-color: var(--atf-thm-base2);
}
.atf-site-header.atf-style1.atf-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	 opacity: 1;
	z-index: 999;
	visibility: visible;
	background-color: var(--atf-thm-base2);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
	-webkit-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-moz-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-o-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	animation: 0.95s ease 0s normal forwards 1 running stickyDown;
}

@keyframes stickyDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.atf-site-branding img{
	
	height:auto;
}
.atf-site-branding{
	font-size: 2rem;
}
.atf-main-header-right {
	min-height: 60px;
	display: flex;
	justify-content: start;
}
.atf-site-header.atf-style1 .atf-nav {
	display: flex;
	align-items: center;
}
.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
	font-weight:500;
    font-size: 17px;
	transition: 0.3s ease-out;
	color:var(--atf-thm-white);
	text-transform:capitalize;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-toggle {
	font-weight: 500;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-menu .dropdown-item{
	color: var(--atf-thm-white);
	font-weight: 500;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-item.active,
.atf-site-header.atf-style1 .atf-nav .dropdown-item:active {
	background-color: transparent;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-menu.show {
	top: 100% !important;
	transition: all 0.5s ease-in-out;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-menu {
	color: var(--atf-thm-white) !important;
	background-color: var(--atf-thm-base2);
	--bs-dropdown-link-hover-bg: transparent;
	border-top: 2px solid var(--atf-border-1);
	position: absolute !important;
	left: 0 !important;
	border-radius: 0;
}
.atf-site-header.atf-style1 .atf-nav .atf-nav-list li a:active,
.atf-site-header.atf-style1 .atf-nav .atf-nav-list li a:focus,
.atf-site-header.atf-style1 .atf-nav .atf-nav-list li a:hover{
	color: var(--atf-thm-color);
}

.hamburger{
	display: none;
	cursor: pointer;
}
.bar{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: var(--atf-thm-white);;
}

@media only screen and (max-width : 1199px) {
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
		gap: 30px;
	}
}
@media only screen and (max-width : 991px) {
    .atf-site-header.atf-style1 .atf-nav .dropdown-menu.show {
		top: 0% !important;
		transition: all 0.5s ease-in-out;
	}
	.hamburger{
      display: block;
    }
    .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }
	.atf-site-header.atf-style1 .atf-nav {
		position: fixed;
		top: 0;
		left: 0;
		flex-direction: column;
		background-color: var(--atf-thm-black);
		z-index: 99999;
		padding: 30px 30px !important;
		height: 350px;
		/* overflow-x: hidden; */
		transform: translateX(-100%);
		transition: transform .3s ease-in;
		box-shadow: 0 2px 20px rgba(0,0,0,.03);
	}

	.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
		flex-direction: column;
		border-top: 1px solid rgba(255,255,255,0.1);
		margin-top: 30px !important;
		padding-top: 30px !important;
		align-content: start;
		align-items: start;
		padding-left: 0px;
		gap: 0;
		width: 280px;
		overflow-x: hidden;
	}
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list > li a {
		display: block;
		padding-top:5px;
		padding-bottom:5px;
	}
    .atf-site-header.atf-style1 .atf-nav.active{
      transform: translateX(0)
    }
	.atf-header-btn.atf-hero-btn {
		margin-right: 30px;
	}
	.header-search-area {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 60px;
		gap:40px;
	}
	.atf-main-header-right{
		min-height: 0px;
	}
	.atf-mobile-branding{
		display:block ! important;
	}
	
}
@media screen and (min-width:320px) and (max-width:479px) {
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
		width: 200px ! important;
	}
}
.atf-mobile-branding{
	display:none;
}
.atf-site-header.atf-style1.atf-style2 {
	transition: all ease .3s;
	background-color: transparent ! important;
}
.header-search-form {
	position: relative; 
}
.header-search-form {
	margin-right: 0;
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
	width: 320px;
	z-index: 9999;
	outline:none;
}
.header-search-form input {
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out 0s;
	background: transparent;
	color: var(--atf-thm-white);
	padding-left: 15px;
}
.header-search-form input[type=text]::placeholder{
	color: var(--atf-thm-white) ! important;
}	
.header-search-form input:focus,	
.header-search-form input:active {	
	border: 1px solid rgba(255,255,255,0.8);
}
.header-search-form button[type="submit"] {
	color: var(--atf-thm-white);
	display: block;
	font-size: 18px;
	line-height: 48px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 3px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.header-search-form button[type="submit"]:hover {
      color: var(--atf-thm-color); 
}
.headroom {
	transition: transform .25s ease-in-out;
	will-change: transform;
}
.headroom--pinned {
	transform: translateY(0);
	background: rgba(0,0,0,0.8);
}
.header--fixed {
	position: fixed;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}
.headroom--unpinned {
	transform: translateY(-100%);
}
/*----------------------------------------*/
/*  02. END BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. START HOME DESIGN
/*----------------------------------------*/
.atf-cover-bg {
	position: relative;
	z-index: 1;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: -1;
}
.atf-hero-area{
    background-color: #cccccc;
    height:800px;
}
.atf_align_item_details{
  display: flex;
  align-items: center;
  justify-content: center;
}
.atf-hero-content{
  align-items: start;
  justify-content: start;
}
.atf-hero-content .sub_title {
	color: var(--atf-thm-color);
	text-transform: capitalize;
	background: rgba(255,255,255,0.2);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
}
.atf-hero-content p {
	margin: 20px 0 30px !important;
	font-size: 18px;
	color: var(--atf-thm-white);
	width: 460px;
}
.atf-hero-content .title {
	font-size: 60px;
	color: rgba(255,255,255,0.9);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--atf-ff-heading);
	text-shadow: 0 2px 8px rgba(0,0,0,0.9);
	line-height: 1.1;
}
.atf-hero-content .title span{
    display: inline-block;
}
.animation-1 {
	-webkit-animation: .5s .3s fadeInDown both;
	animation: .5s .3s fadeInDown both; }
.animation-2 {
	-webkit-animation: .5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }
.animation-3 {
	-webkit-animation: .5s .7s fadeInLeft both;
	animation: .5s .7s fadeInLeft both; }

.animation-4{
	-webkit-animation: .5s .9s fadeInUp both;
	animation: .5s .9s fadeInUp both; }

/*
* ----------------------------------------------------------------------------------------
* START SLICK SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-slider{
	height: 700px;
}
.atf-home-overlay{
	background: rgba(0,0,0,0.1);
	height: 100%;
	width: 100%;
}
.atf-slider-content .sub_title {
	color: var(--atf-thm-white);
}
.atf-slider-content .title {
	color: var(--atf-thm-white);
	font-size: 70px;
	font-weight: 700;
	line-height: 1.0;
	text-shadow: 0 0 15px rgba(0,0,0,0.5);
	text-transform:capitalize;
}
.atf-slider-content .description{
	color:var(--atf-thm-white);
	font-size: 18px;
	margin:20px 0 30px;
}
.atf-chaffer-slider.slick-arrow-1 .slick-arrow {
	left:0;
	right: auto;
}
.atf-chaffer-slider.slick-arrow-1 .slick-next {
	right: 0px;
	left: auto;
}
@media (max-width: 768px) {
	.atf-chaffer-slider.slick-arrow-1 .slick-arrow,
	.atf-chaffer-slider.slick-arrow-1 .slick-next{
		display:none ! important;
	}
	.atf-chaffer-slider.slick-arrow-1 .slick-dots{
		display:block ! important;
	}
	.atf-home-overlay{
		background: rgba(0,0,0,0.5);
	}
	
}
@media (min-width: 1350px) {
	.atf-chaffer-slider.slick-arrow-1:hover .slick-arrow {left: 25px; right: auto; }
	.atf-chaffer-slider.slick-arrow-1:hover .slick-next {right: 25px; left: auto; }
}
@media screen and (min-width:320px) and (max-width:479px) {
	.atf-slider-content .title {
		font-size: 40px ! important;
	}
	.atf-slider-content .description br{
		display:none;
	}
}
@media only screen and (max-width : 1199px) {
	.atf-slider-content .title {
		font-size: 50px;
	}
}
.slick-active .atf-single-slider .title {
	-webkit-animation: .5s .5s fadeInDown both;
	animation: .5s .5s fadeInDown both; }

.slick-active .atf-single-slider .description {
	-webkit-animation: .5s .7s fadeInUp both;
	animation: .5s .7s fadeInUp both; }

.slick-active .atf-main-btn{
	-webkit-animation: .5s 9s fadeInUp both;
	animation: .5s .9s fadeInUp both; }
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. START FEATURE DESIGN
/*--------------------------------------*/

.atf-single-feature{
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
	border: 1px solid rgba(0,0,0, 0.1);
}
.atf-single-feature .atf-feature-img {
    position: relative;
}
.atf-single-feature .atf-feature-pricing {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	font-size: 24px;
	display: inline-block;
	padding: 5px 15px;
	position: absolute;
	top: 20px;
	left: 0;
	font-weight: 600;
	opacity:0;
	transform: scaleY(0);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	overflow:hidden;
	visibility:hidden;
}
.atf-single-feature:hover .atf-feature-pricing {
	opacity:1;
	transform: scaleY(1.1);
	visibility:visible;
	
}
.atf-single-feature .atf-feature-img img{
    width: 100%;
    height: auto;
}
.atf-single-feature .atf-feature-content {
	border-top: none;
	padding: 20px 20px;
	position: relative;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.atf-single-feature:hover{
   box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.atf-single-feature .post-title {
	color: var(--atf-thm-black);
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.atf-single-feature .post-title a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
}
.atf-single-feature .post-title a:hover {
	color: var(--atf-thm-color);
}
.atf-single-feature .describtion {
	margin: 15px 0 15px;
}
.atf-about-inner h2{
	color: var(--atf-thm-color);
}
@media only screen and (max-width: 991px){
    .atf-single-feature{ margin: 12px 0; }
}
/*----------------------------------------*/
/*  04. END FEATURE DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  05. START CHOOSE DESIGN
/*----------------------------------------*/
.atf-single-choose {
	padding: 25px;
	margin: 0 15px;
	text-align: center;
}
.atf-single-choose.atf-box-shadow.style2 {
	margin: 12px auto;
}
.atf-choose-icon img {
	margin: 0 auto 15px;
}
.atf-single-choose .atf-choose-content .tilte:hover{
	color: var(--atf-thm-color);
}
.atf-single-choose .atf-choose-content .tilte{
	color: var(--atf-thm-black);
	font-size: 20px;
	transition:all 0.3s ease-in-out;
}
.atf-box-shadow {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	border-bottom: 4px solid var(--atf-thm-color) !important;
	border: 1px solid var(--atf-thm-color);
	background: var(--atf-thm-white);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius: 10px;
}
.atf-box-shadow:hover {
	-webkit-box-shadow:  0px 0px 15px rgba(0,0,0,0.4);
	-moz-box-shadow:  0px 0px 15px rgba(0,0,0,0.4);
	box-shadow:  0px 0px 15px rgba(0,0,0,0.4);
}
/*----------------------------------------*/
/*  05. END CHOOSE DESIGN
/*----------------------------------------*/

/*----------------------------------------*/
/*  06. STAR SERVICE DESIGN
/*----------------------------------------*/
.atf-single-service {
	text-align: center;
	background: var(--atf-thm-white);
	padding: 25px 10px;
	margin:12px 0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.atf-service-icon {
	background: var(--atf-border-1);
	display: inline-block;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 25px;
	color: var(--atf-thm-color);
}
.atf-single-service:hover .atf-service-icon {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
}
.atf-service-content .title {
	padding: 15px 0 5px;
}
/*----------------------------------------*/
/*  06. END SERVICE DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  07. STAR HOT DESIGN
/*----------------------------------------*/
.atf-hot-area .hot-wrapper .hot-content {
	max-width: 750px;
	width: 100%;
	padding: 80px 80px;
	background:rgba(0,0,0,0.9);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
	text-align:center;
}
.atf-hot-area  .price-wrapper {
	margin-bottom: 35px;
}
.atf-hot-area .hot-wrapper  .hot-content .batch span {
	color: var(--atf-thm-white);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
	border-radius: 5px;
	background-color: var(--atf-thm-color);
	padding: 5px 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.atf-hot-area .hot-wrapper .hot-content h2 {
	color: var(--atf-thm-white);
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
.atf-hot-area .hot-wrapper  .hot-content p {
	color: var(--atf-thm-white);
	font-size: 18px;
	display: block;
	margin: 25px 0 35px;
}
.atf-hot-area .slick-dots {
	position: absolute;
	margin: -50px auto;
}
.atf-hot-area .slick-dots li:hover, .atf-hot-area .slick-dots li.slick-active {
	background-color: var(--atf-thm-color);
	height: 8px;
	width: 15px;
	border-radius: 10px;
	margin-bottom:1px;
}
/*----------------------------------------*/
/*  07. END HOT DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  08. START PRODUCT DESIGN
/*--------------------------------------*/
.atf-single-product{
    margin-top: 30px;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 17%);
}
.atf_product_img_area {
    position: relative;
    overflow: hidden;
    border-bottom: none;
    padding: 30px;
}
.atf_product_img {
    text-align: center;
    padding: 40px;
}
.atf_product_img_area > img {
    width: 100%;
}
.atf_product_content {
    padding: 20px 30px 20px;
    background-color: var(--atf-grey-2);
}
.atf_product_img_area ul {
	position: absolute;
	margin: 0;
	list-style: none;
	bottom: -100px;
	right: 0;
	padding: 14px 10px 14px 23px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;

}
.atf-single-product:hover .atf_product_img_area ul {
	opacity: 1;
	visibility: visible;
	bottom:0;
}
.atf_product_img_area ul li:last-child{
    border-bottom: none;
} 
ul.atf_product_cart {
	margin: 0;
	padding: 10px 5px;
	text-align: center;
	background-color: var(--atf-thm-color);
}
ul.atf_product_cart li {
	display: block;
	padding: 15px 10px 7px 7px;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	line-height: 26px;
	color: var(--atf-thm-white);
	text-align: center;
}
ul.atf_product_cart li img {
    display: inline-block;
}
.atf-single-product ul li span {
    padding: 0 0 0 8px;
}
.atf-single-product ul li:last-child{
    border-right: none;
} 
.atf-single-product .title {
    margin: 12px 0px 9px;
}
.atf_tag {
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 2px 15px;
    background-color: var(--atf-thm-color);
    color: var(--atf-thm-white);
}
.atf_product_rating {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-transform: capitalize;
    border-radius: 4px;
    padding: 2px 15px;
    color: var(--atf-thm-color);
}
.atf-single-product .price {
    font-size: 16px;
    font-weight: 600;
    color: var(--atf-thm-color);
}
.atf-single-product .price > span {
    font-size: 14px;
    font-weight: 400; 
}
.atf-single-product .price > del {
    color: #8b89a3;
    font-weight: 500;
}
/*----------------------------------------*/
/*  08. END PRODUCT DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  09. START CLIENT DESIGN
/*--------------------------------------*/
.testimonial {
	padding: 0% 5%;
	position: relative;
	margin: 5px;
}
.testimonial-content {
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 20px;
	margin: 20px auto;
	width: 250px;
}
.testimonial-icon i {
	color: var(--atf-thm-color);
}
.testimonial-icon li {
	display: inline-block;
	font-size: 15px;
}
.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.testimonial .description {
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 20px;
}
.testimonial .testimonial-title{
    margin: 0;
    text-transform: capitalize;
}
.testimonial .post {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 0;
}
.testimonial .post::before {
	content: "";
	width: 20px;
	display: block;
	bottom: 34px;
	left: 68px;
	position: absolute;
}
.testimonial .testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.testimonial .testimonial-rating li{
    color: var(--atf-thm-color);
    display: inline-block;
}
.testimonial .testimonial-rating li.fa-star{
    color: var(--atf-thm-color);
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-pagination{
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: #fe7f8b;
}
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--atf-thm-white);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 4px solid var(--atf-thm-white);
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 45px ! important;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 0px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-top: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color);
	transition: all 0.3s ease-in-out;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span {
	width: 35px;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--atf-thm-color);
	background: var(--atf-thm-color);
}
.no-border{
	border:none;
}

/*----------------------------------------*/
/*  09. END CLIENT DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  10. START PARTNER DESIGN
/*--------------------------------------*/

.marquee {
	margin: 0 auto;
	overflow: hidden;
}
.marquee ul.marquee-content {
	display: flex;
	align-items: center;
}
.marquee ul.marquee-content li {
	flex-shrink: 0;
	width:150px;
	height:150px;
	line-height:150px;
}
.marquee-wrapper {
	width: 100%;
	overflow: hidden;
}
/*----------------------------------------*/
/*  10. START PARTNER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  11. START BLOG DESIGN
/*--------------------------------------*/

.post-slide{
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
	border: 1px solid rgba(0,0,0, 0.1);
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
	 position: relative;
}
.post-slide .post-date {
	position: absolute;
	top: 10px;
	left: 9px;
}
.post-date a {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	padding: 10px 10px;
	border-radius: 5px;
}
.post-slide .post-review {
	border-top: none;
	padding: 20px 20px;
	position: relative;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}
.post-slide:hover{
   box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.post-slide .post-bar {
	padding: 0;
	list-style: none;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.post-slide .post-bar li{
    display:inline-block;
    font-size:14px;
    color:var(--atf-text-body);
    margin-right:10px;
    text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.post-slide .post-bar li a:hover{
	 color:var(--atf-thm-color);
}
.post-slide .post-bar li i{
    color:var(--atf-thm-color);
    margin-right:8px;
}
.post-slide .post-title {
	color: var(--atf-thm-black);
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	line-height:1.4;
}
.post-slide .post-title a {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: capitalize;
}
.post-slide .post-title a:hover {
	color: var(--atf-thm-color);
}
.post-slide .describtion {
	margin: 15px 0 15px;
}
.read {
	transition: all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	font-weight: 700;
	color: var(--atf-thm-black);
	position: relative;
	font-size: 18px;
}
.read::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: var(--atf-thm-color);
	transition: all 0.3s ease-in-out;
	color: var(--atf-thm-color);
}
.read:hover {
	color: var(--atf-thm-color);
}
.read:hover::before {
	width: 100%;
}
@media only screen and (max-width: 991px){
    .post-slide{ margin: 12px 0; }
}
/*----------------------------------------*/
/*  11. END BLOG DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  12. START NEWSLETTER DESIGN
/*--------------------------------------*/

.atf-newsletter-area {
	border-radius: 10px;
	padding: 50px 50px;
}
.atf-single-newsletter{
	position:relative;
}
.atf-newsletter-title .title{
	font-size: 30px;
	color: var(--atf-thm-black);
	font-weight:700;
	margin-bottom:0;
}
.atf-single-newsletter .form-group input {
	background: transparent;
	color: var(--atf-thm-white);
	border: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	padding-left: 15px;
}
.atf-single-newsletter .form-group input:focus {
	box-shadow: none;
	outline: 0 none;
	background: transparent;
	border-color: inherit;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border: 1px solid var(--atf-thm-color);
}
.atf-single-newsletter .form-group{
	margin-bottom:0;
}
.atf-single-newsletter .atf-subscription-label {
	color: var(--atf-thm-white);
	margin-top:2px;
}
.atf-single-newsletter .subcribe-btn {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 16px;
}
/*----------------------------------------*/
/*  12. END NEWSLETTER DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  13. START CONTACT DESIGN
/*--------------------------------------*/
.atf-contact-form {
	background: var(--atf-grey-2);
	padding: 29px 30px;
	border: 1px solid var(--atf-border-1);
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form .form-group input, .atf-contact-form .form-group textarea {
	border: 0;
	border: 1px solid rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out 0s;
	margin: 10px 0;
}
.atf-contact-form .form-group input:focus,
.atf-contact-form .form-group textarea:focus {
	box-shadow:none;
	border: 1px solid var(--atf-thm-color);
}
.atf-contact-area .form-group textarea {
	height: 265px;
	width: 100%;
}
.atf-contact-area .atf-themes-btn{
	margin-top:10px;
	text-align:center;
}
.form-message{
	color:  var(--atf-thm-black);
}
.atf-contact-info {
	margin-bottom: 15px;
	color: rgba(255,255,255,0.6);
}
.atf-contact-form label {
	font-weight: 600;
	color: var(--atf-thm-black);
	font-size: 18px;
}
/*----------------------------------------*/
/*  13. END CONTACT DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  14. START FOOTER DESIGN
/*--------------------------------------*/
.pb-70{
	padding-bottom:70px;
}
.pt-100{
	padding-top:100px;
}
.atf-footer-area{
	background: var(--atf-thm-black);
}
.atf-single-footer img {
	width: 120px;
	height: auto;
	margin-bottom: 20px;
}
.atf-single-footer {
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.1);
	padding: 0 20px;
	text-align:center;
}
.atf-single-footer p {
	color: rgba(255,255,255,0.6);
}
.atf-single-footer.border-none {
	border-right:none;
}
.atf-single-footer .title {
	margin-bottom: 30px;
	color: var(--atf-thm-white);
	text-transform:uppercase;
	font-weight:600;
}
.atf-footer-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.atf-footer-social-icon li a {
	display: inline-block;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	text-align: center;
	border-radius: 5%;
	border: 1px solid var(--atf-border-1);
	box-shadow: 0 0 15px rgba(255,255,255,0.2);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-footer-social-icon li a:hover {
	background: var(--atf-thm-white);
	color: var(--atf-thm-color);
}
.atf-single-footer .atf-list-menu li a {
	color: var(--atf-text-body);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li {
	display: flex;
	align-items: center;
}
.atf-single-footer .atf-list-menu li::before {
    content: '';
    background-color: var(--atf-thm-color);
    position: relative;
    left: 0;
    top: -5px;
    width: 0px;
    height: 2px;
    border-radius: 0%;
	opacity:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li:hover::before {opacity:1;width: 10px;}
.atf-single-footer .atf-list-menu li a {
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li:hover a {
	color: var(--atf-thm-color);
	margin-left: 10px;
}
.atf-footer-bottom a {
	color: var(--atf-thm-color);
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration:underline;
	font-weight:700;
}
.atf-footer-bottom {
	padding: 30px 0;
	margin-bottom: 40px;
	border-top: 1px solid rgba(255,255,255,0.1);
	background: var(--atf-grey-2);
	border-radius:5px;
}
.atf-footer-bottom a:hover{
	color: var(--atf-thm-black);
	text-decoration:inherit;
}
@media only screen and (max-width: 991px){
    .atf-single-footer{ margin: 15px 0; }
}
/*----------------------------------------*/
/*  14. END FOOTER DESIGN
/*--------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
.slick-arrow-2 .slick-arrow {
	cursor: pointer;
	position: absolute;
	top: -120px;
	height: 60px;
	width: 60px;
	line-height: 58px;
	display: block;
	left: auto;
	right: 100px;
	border: 1px solid;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 50%;
}
.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--atf-thm-base);
    border-color: var(--atf-thm-base);
    color: var(--atf-thm-white) !important; }

.slick-arrow-2 .slick-next {
  right: 15px;
  background-color: var(--atf-thm-white);
  border-color: var(--atf-thm-base);
  color: var(--thm-base) !important; }

.slick-arrow-2 .slick-prev {
	background-color: var(--atf-thm-base);
	border-color: var(--atf-thm-base);
	color: var(--atf-thm-white) !important;
}

 /* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 3; }

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
	background-color: var(--atf-thm-white);
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 48px;
	display: block;
	border: 1px solid var(--atf-thm-color);
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	font-size: 20px;
	color: var(--thm-color) !important;
	z-index: 1;
	opacity: 0;
	visibility: visible; }
.slick-arrow-1 .slick-arrow:hover {
	background-color: var(--atf-thm-color);
	border-color: var(--atf-thm-color);
	color: var(--atf-thm-white) !important; }

.slick-arrow-1 .slick-next {
	right: 15px;
	left: auto; }

.slick-arrow-1:hover .slick-arrow {
	opacity: 1;
	visibility: visible; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
	left: 50px;
	right: auto; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
	right: 50px;
	left: auto; }

@media (min-width: 1350px) {
	.slick-arrow-1:hover .slick-arrow {
	left: -50px;
	right: auto; }
	.slick-arrow-1:hover .slick-next {
	right: -50px;
	left: auto; }
}
/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
	margin: 30px 0 0px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 1; }
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--atf-thm-color);
    cursor: pointer;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.slick-dots li button {
      display: none; }
.slick-dots li:hover, .slick-dots li.slick-active {
      background-color: var(--atf-thm-color);
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------**/
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.whatsapp-float img {
  height: 30px;
  width: 30px;
}


/* Fix for hidden headings on mobile */
@media only screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    visibility: visible !important;
    display: block !important;
  }
}
