/*
Author       : Theme-Family
Template Name: Basit - Beauty Salon & Spa Landing Page Template
Version      : 1.0.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---START SLICK SLIDER DESIGN
    04. START SALON FORM DESIGN
    05. START ABOUT DESIGN
		---START VIDEO DESIGN 
	06. START SERVICE DESIGN 
		---START WORKING DESIGN
    07. START FEATURE DESIGN 
	08. START GALLERY DESIGN 
		---START PROMOTION OFFER DESIGN 
	09. START TEAM DESIGN
	10. START TESTIMONIAL DESIGN 
	11. START PRICING DESIGN 
		---START COMPANY BRAND LOGO DESIGN 
	12. START BLOG DESIGN	
    13. START CONTACT DESIGN
		---START NEWSLETTER DESIGN
    14. START ADDRESS DESIGN
		--(START MAP DESIGN)
    15. START FOOTER DESIGN
		---OWl DOT DESIGN
		---START SLICK DESIGN
		---ANIMATIONS
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
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;
}
:root {
	/**
	  @font family declaration
	  */
		--atf-ff-body: 'Poppins', sans-serif;
		--atf-ff-heading: 'Poppins', sans-serif;
		--atf-ff-fontawesome: "Font Awesome 7 free";
		/**
	  @color declaration
	  */
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #C2AD76;
	--thm-color: #c6857d;
	--thm-black: #404040;
	--thm-white: #ffffff;
	--atf-text-body: #737373;
	--atf-grey-1: #f9f9f9;
    --atf-grey-2: #f5f5f5;
    --atf-grey-3: #f6f6f6;
    --atf-grey-4: #f7f7f7;
    --atf-grey-5: #f4f4f4;
    --atf-grey-6: #f2d6be;
    --atf-grey-7: #f7e6d8;
    --atf-grey-8: #f7e6d8;
	--atf-border-1: #dddddd;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 1.9;
    font-weight: normal;
    color: var(--atf-text-body);
    font-family: var(--atf-ff-body);
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    font-family: var(--atf-ff-body);
    color: var(--atf-text-body);
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 700;
    line-height: 1.3;
    -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(--thm-black);
}

h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
	font-weight: 600;
	color:var(--thm-black);
}
@media only screen and (max-width:767px) {
	h3 {
		font-size: 20px !important;
	}
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

p,
li,
span {
    margin: 0;
}
a {
    text-decoration: none;
    display: inline-block;
    font-family: var(--atf-ff-body);
    font-weight: 400;
}
a:hover {
    text-decoration: none;
}
strong {
    font-weight: 500;
}
ul,
li{
	list-style-type:none;
}
ul {
    margin: 0px;
    padding: 0px;
}
dl,
ol,
ul {
    padding: 0;
    margin: 0;
}
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;
}
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(--thm-black);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: var(--thm-white);
	border-radius: 15px;
}
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(--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(--thm-color);
    color: var(--thm-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-color);
    color: var(--thm-white);
    text-shadow: none;
}

::selection {
    background: var(--thm-color);
    color: var(--thm-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--thm-color);
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: var(--thm-color);
    font-size: 14px;
    opacity: 1;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
img, svg {
	vertical-align: middle;
}
*, ::after, ::before {
	box-sizing: border-box;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
textarea {
	overflow: auto;
	resize: vertical;
}
.black-bg {
    background-color: var(--thm-black) ! important;
}
.color-bg {
    background-color: var(--thm-color) ! important;
}
.grey-bg-1 {
    background-color: var(--atf-grey-1);
}
.grey-bg-2 {
    background-color: var(--atf-grey-2);
}
.grey-bg-3 {
    background-color: var(--atf-grey-3);
}
.grey-bg-4 {
    background-color: var(--atf-grey-4);
}
.grey-bg-6 {
    background-color: var(--atf-grey-6);
}
.grey-bg-7 {
    background-color: var(--atf-grey-7);
}
.grey-bg-8 {
    background-color: var(--atf-grey-8);
}
/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.fix {
    overflow: hidden;
}
.clear {
    clear: both;
}
.p-relative {
    position: relative;
}
.p-absolute {
    position: absolute;
}
.atf_attach_bg_1 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_fixed {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Custom Cursor */
.cursor_body {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}
.cursor_body .cursor-in,
.cursor_body .cursor-out {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

/* Inner dot */
.cursor_body .cursor-in {
  width: 10px;
  height: 10px;
  background-color: var(--thm-color);
  transition: all 0.25s ease-out;
}

/* Outer ring */
.cursor_body .cursor-out {
  width: 40px;
  height: 40px;
  border: 1px solid var(--thm-color);
  opacity: 0.5;
  transition: all 0.2s ease;
}  
/*
* -------------------------------------
* 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-color);
	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;
  }
}
/*END PRELOADER DESIGN*/
/*---------------------------------
 STARt SECTION TITLE
---------------------------------*/
.atf-section-title .title {
	font-family: var(--atf-ff-heading);
	color: var(--thm-black);
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -2px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.atf-section-title img {
	margin: 0 auto;
	width:50px;
	height:auto;
	object-fit:cover;
}
.atf-section-title img {
	width: 50px;
	height: auto;
	object-fit: cover;
}
.atf-section-title .sub-title {
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
}
/*---------------------------------
 END SECTION TITLE
---------------------------------*/
/*END SECTION TITLE DESIGN*/

/*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-color: var(--thm-color);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
	z-index: 4;
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--thm-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--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*/

/* START BTN STYLE */
.atf-themes-btn {
	color: var(--thm-black);
	background: var(--thm-white);
	border-radius: 10px;
	font-size: 16px;
	padding: 16px 40px;
	font-weight: 500;
	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;
	position: relative;
	border: 2px solid var(--thm-color);
}
.atf-themes-btn:hover{
	background: var(--thm-black);
	color: var(--thm-white);
}
.atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s;
	position: absolute;
	top: 23px;
	left: 11px;
}
.atf-themes-btn:hover i {
	opacity: 1;
	transform: translateX(8px);
}
.atf-themes-btn.v1{
	background: var(--thm-black);
	color: var(--thm-white);
	border:2px solid var(--thm-white) ! important;
}
.atf-themes-btn.v1:hover{
	background: transparent;
	color: var(--thm-white);
}
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/* header top */
.atf-top-header {
    position: relative;
    z-index: 1;
    padding:12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
	overflow: hidden;
}
.header-social-title.text-white {
	padding-right: 55px;
	font-size: 14px;
}
.header-social-divider {
	width: 35px;
	height: 1px;
	background-color: #fbf2f2;
	position: absolute;
	right: 125px;
	top: 17px;
}
.atf-header-top-social {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	gap:10px;
    transition: all 0.4s ease;
    color: var(--thm-white);
    text-align: center;
}
.atf-header-top-social ul {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.atf-header-top-social ul li {
	list-style:none;
}
.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	transition: all 0.5s ease-out;
}
.atf-header-top-social ul li a:hover{
	color: var(--thm-white);
}
.atf-top-header .atf-top-header-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.4s ease;
}
.atf-top-header-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.atf-top-header-list li {
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}
.atf-top-header-list li a {
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	position: relative;
}
.atf-top-header-list li a::after {
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
	visibility: hidden;
	background: #9fa8ae;
	-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;
}
.atf-top-header-list li a:hover {
	color: var(--thm-white);
}
.atf-top-header-list li a:hover::after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.atf-top-header-list li:last-child {
    margin-right: 0;
}
.atf-top-header-list li i {
	margin-right: 10px;
	color: var(--thm-white);
}
/*----------------------------------------*/
/*  Start Search Design
/*----------------------------------------*/
.atf-searching-area {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 0%;
    background-color: var(--thm-black);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1024;
    
}
.atf-searching-area.active {
    opacity: 1;
    visibility: visible;
	width: 100%;
}
.atf-searching-area .atf-searching-close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid var(--thm-color);
    background-color: var(--thm-white);
    color: var(--thm-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.atf-searching-area .atf-searching-form button:hover,
.atf-searching-area .atf-searching-close-btn:hover {
    background-color: var(--thm-color);
	color: var(--thm-white);
}

@media (max-width: 575px) {
    .atf-searching-area .atf-searching-close-btn {
        right: 30px;
    }
}
.atf-searching-area .atf-searching-form {
    display: flex;
    width: 500px;
}
@media (max-width: 575px) {
    .atf-searching-area .atf-searching-form {
        width: 300px;
    }
}
.atf-searching-area .atf-searching-form input {
	border: 1px solid var(--atf-border-1);
	border-right: none;
	flex-grow: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 12px 18px;
	color: var(--thm-black);
	border-radius: 0;
}
.atf-searching-area .atf-searching-form input:focus {
    border-color: var(--thm-color);
}
.atf-searching-area .atf-searching-form button {
    width: 60px;
    background-color: var(--thm-color);
    color: var(--thm-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--thm-white);
}
.atf-header-bottom-right {
    gap: 25px;
}
.atf-searching-btn {
    background: transparent;
    font-size: 18px;
    color: var(--thm-color);
    border: none;
}
/* header */
.atf-site-branding img {
    max-width: 190px;
    height: auto;
}
.atf-site-branding {
    font-size: 2rem;
}
.atf-site-header.atf-style1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
	transition: all 0.4s ease-out;
}
.header .header-top {
    padding: 20px 0
}
.atf-site-header.atf-style1.atf-sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-white);
    -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 fadeInDown;;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
    animation: 0.95s ease 0s normal forwards 1 running fadeInDown;
}
.atf-site-header.atf-style1.atf-style2.atf-sticky-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 990;
    visibility: visible;
    color: var(--thm-black);
    background-color: var(--thm-white);
    -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-main-menu nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
}
.atf-main-menu > nav > ul > li > a:active,
.atf-main-menu > nav > ul > li > a:focus,
.atf-main-menu > nav > ul > li > a:hover {
    color: var(--thm-color);
}
.atf-main-menu > nav > ul > li {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}
.atf-main-menu > nav > ul > li.menu-icon > a::before {
	content: "\f067";
	font-size: 10px;
	position: absolute;
	top: 50%;
	right: -12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: var(--atf-ff-fontawesome);
	font-weight: 900;
	 -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;
}

.atf-main-menu > nav > ul > li.menu-icon > a:hover::before {
	content: "\f068";
	opacity:1;
}
@media only screen and (max-width: 1199px) {
   .atf-main-menu > nav > ul > li.menu-icon > a::before {
		display:none;
	}
}
.atf-main-menu > nav > ul > li:last-child {
    margin-right: 0px !important;
}
.atf-main-menu > nav > ul > li > a {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 37px 0;
    display: block;
    color: var(--thm-black);
    text-transform: capitalize;
    -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;
    text-transform: capitalize;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
.atf-main-menu > nav > ul > li .sub-menu li .sub-menu, .atf-main-menu > nav > ul > li .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 0;
	display: block;
	min-width: 220px;
	visibility: hidden;
	transform: scaleY(0);
	transform-origin: top center;
	background: var(--thm-white);
	border-top: 3px solid var(--thm-color);
	box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
	z-index: 6;
	transition: all 0.3s ease-out;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > .sub-menu,
.atf-main-menu > nav > ul > li:hover > .sub-menu {
    transform: scaleY(1);
    visibility: visible;
}
.atf-main-menu > nav > ul > li .sub-menu li {
	position: relative;
	display: block;
	text-align: left;
	padding-left: 20px;
}
.atf-main-menu > nav > ul > li .sub-menu li > a {
	font-weight: 600;
	padding: 5px 0px;
	display: inline-block;
	text-transform: capitalize;
	text-align: left;
	position: relative;
	font-size: 17px;
	-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;
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a {
	color: var(--thm-black);
}

.atf-main-menu > nav > ul > li .sub-menu li > a:hover {
	transform: initial;
}
.atf-main-menu > nav > ul > li .sub-menu li > a::after {
	height: 2px;
	background: var(--thm-color);
}
.atf-main-menu > nav > ul > li .sub-menu li:hover > a::after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-main-menu > nav > ul > li .sub-menu li > a::after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 6px;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
/* Arrow icon insert style */
.atf-main-menu > nav > ul > li.menu-item-children > a::after {
	content: "\f107";
	font-family: var(--atf-ff-fontawesome);
	font-weight: 900;
	display: inline-block;
	margin-left: 5px;
	transition: transform 0.3s ease-in-out;
	font-size: 14px;
}
/* Hover korle icon rotate hobe */
.atf-main-menu > nav > ul > li.menu-item-children:hover > a:after {
    transform: rotate(180deg);
}
.atf-main-menu > nav > ul > li .sub-menu li .sub-menu {
	right: auto;
	left: 220px;
	top: 10%;
	border-top: none;
	border-left: 2px solid var(--thm-color);
}
@media only screen and (max-width: 1199px) {
    .atf-main-menu > nav > ul > li {
        margin-right: 30px;
    }
    .atf-site-header.atf-style1 {
        padding: 15px 0;
    }
}
/* sub-menu animation */
@media only screen and (min-width:1199px) {
  .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  }
  .sub-menu li {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, -webkit-transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease;
    transition: opacity 350ms ease, transform 350ms ease, -webkit-transform 350ms ease;
  }
  .menu-item-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-item-children:hover .sub-menu li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-item-children:hover .sub-menu li:nth-child(1) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(2) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(3) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(4) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(5) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(6) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(7) {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(8) {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(9) {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(10) {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(11) {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(12) {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(13) {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(14) {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(15) {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(16) {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(17) {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(18) {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(19) {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms;
  }
  .menu-item-children:hover .sub-menu li:nth-child(20) {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms;
  }
}
/*----------------------------------------*/
/*  Mobile Menu
/*----------------------------------------*/
.atf-hamburger-logo img{
	width:190px;
	height:auto;
}
.atf-main-menu-bars button {
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--thm-white);
    background-color: var(--thm-color);
    transition: 0.3s;
}
.atf-hamburger {
    position: fixed;
    background: var(--thm-white);
    width: 500px;
    right: 0;
    top: 0;
    padding: 50px 40px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 1088;
	overflow-y: auto !important; /* Hamburger scroll */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
body.menu-open {
    overflow: hidden !important; /* Stop background scroll */
}
.atf-hamburger-overlay.atf-hamburger-overlay-open {
    pointer-events: auto;
    touch-action: none;
}
@media only screen and (max-width: 574px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}
@media only screen and (max-width: 400px) {
    .atf-hamburger {
        width: 100% ! important;
        padding: 35px 30px;
    }
}
.atf-hamburger-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.atf-hamburger-close-toggle {
    font-size: 30px;
    color: var(--atf-text-body);
}
.atf-hamburger-close-toggle:hover {
    color: var(--thm-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
    .atf-hamburger-header {
        margin-bottom: 40px;
		border-bottom: 1px solid var(--atf-border-1);
		padding-bottom: 30px;
    }
}
.atf-hamburger-title {
    font-size: 35px;
}
.atf-hamburger-info span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: var(--thm-black);
}
.atf-hamburger-sm-title {
    font-size: 25px;
    margin-bottom: 15px;
}
.atf-hamburger-social a {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--thm-black);
    border: 1px solid rgba(2, 11, 24, 0.1);
    margin-right: 5px;
	transition: all 0.3s ease-out;
}
.atf-hamburger-social a:hover{
	color: var(--thm-white);
	background:var(--thm-color);
}
.atf-hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 888;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    background: rgba(24, 24, 24, 0.4);
}
.atf-hamburger-overlay-open {
    opacity: 0.7;
    visibility: visible;
}
/*----------------------------------------*/
/* Mobile menu css
/*----------------------------------------*/
.atf-hamburger-menu ul {
    list-style: none;
}
.atf-hamburger-menu ul li {
    position: relative;
}
.atf-hamburger-menu ul li > a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    -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;
}
.atf-hamburger-menu ul li > a:hover {
    color: var(--thm-black);
}
.atf-hamburger-menu ul li:not(:last-child) > a {
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.atf-hamburger-menu ul li.active > a {
    color: var(--thm-black);
}
.atf-hamburger-menu ul li.active > .atf-menu-close {
    color: var(--thm-black);
    border-color: var(--thm-black);
}
.atf-hamburger-menu ul li.active > .atf-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.atf-hamburger-menu ul li .sub-menu {
	display: none;
	padding-left: 15px;
	position: relative;
}
.atf-hamburger-menu ul li .sub-menu li{
	padding-left: 15px;
	position: relative;
}
.atf-hamburger-menu ul li .sub-menu li::before {
	content: '';
	background: var(--thm-color);
	left: 0;
	top: 20px;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
}
.atf-hamburger-menu ul li .sub-menu.atf-mega-menu {
    padding-left: 0;
}
.atf-menu-close {
    position: absolute;
    right: 0;
    top: 7.5px;
    border: 1px solid rgba(1, 15, 28, 0.0);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    -webkit-transition: 0.3s 0.3s ease-out;
    -moz-transition: 0.3s 0.3s ease-out;
    -ms-transition: 0.3s 0.3s ease-out;
    -o-transition: 0.3s 0.3s ease-out;
    transition: 0.3s 0.3s ease-out;
}
.atf-menu-close:hover {
    border: 1px solid var(--thm-black);
}
.call-to-action-icon {
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	text-align: center;
	line-height: 50px;
	margin-right: 15px;
	font-size: 18px;
	color: var(--thm-white);
	border-radius: 50%;
}
.call-to-action-phone {
	font-size: 15px;
	font-weight:400;
}
.call-to-action-text h3 {
	font-weight: 400;
	font-size: 16px;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area {
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-cover-bg {
    overflow: hidden;
	z-index:1;
}
.atf-cover-bg::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: -1;
}
.aicenter {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-hero-content .title {
	font-size: 60px;
	font-weight: 700;
	color: var(--thm-white);
	letter-spacing:-2px;
	line-height:1.1;
}	
.atf-hero-sub-title img {
	width: 50px;
	height: auto;
	object-fit: cover;
}
.atf-hero-sub-title .sub-title {
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
}	
@media screen and (min-width:1200px) and (max-width:1399px), only screen and (min-width:992px) and (max-width:1199px) {
	.atf-hero-content .title {
		font-size: 55px;
	}
	.atf-hero-content br{
		display:none;
	}
}
@media screen and (min-width:768px) and (max-width:991px), only screen and (min-width:575px) and (max-width:767px), only screen and (min-width:320px) and (max-width:574px) {
	.atf-hero-content .title  {
		font-size: 40px;
		letter-spacing:0;
		font-weight:600;
	}
	.atf-hero-content br{
		display:none;
	}
}
.atf-hero-thumb img {
	border-radius: 50%;
	border: 5px solid #fff;
	padding: 8px;
}
/* Shape-top-right */
.shape-1 {
	position: absolute;
	right: 40%;
	top: 5%;
	width: 25%;
	background-size: cover;
	background-position: center;
	z-index: 1;
	object-fit: cover;
	animation: atftranslateX2 15s linear infinite;
}
.shape-2 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 8%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	object-fit: cover;
	animation: atftranslateY2 15s linear infinite;
	opacity: 0.5;
}
.shape-3 {
	position: absolute;
	right: 0%;
	top: 0%;
	width: 55%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	object-fit: cover;
}
/*
* ----------------------------------------------------------------------------------------
* START SLICK SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}
.atf-slider-content {
	padding-top:200px;
	padding-bottom:200px;
}
.atf-slider-content .sub-title {
	color: var(--thm-color);
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 5px;
	background: #f9f4f4;
	padding: 3px 15px;
}
/* Title */
.atf-slider-content .title {
    font-size: 70px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -1px;
	color: var(--thm-white);
    text-transform: capitalize;
}
.atf-slider-content .description {
    color: var(--thm-white);
    font-size: 18px;
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
    left: 0;
    right: auto;
	opacity:0;
	border-radius:50%;
}
.atf-slick-slider-1.slick-arrow-1 .slick-next {
    right: 0px;
    left: auto;
	opacity:0;
	border-radius:50%;
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
	background-color: var(--thm-color);
	color: var(--thm-white) !important;
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow:hover {
	background-color: var(--thm-white);
	color: var(--thm-color) !important;
}
.atf-slick-slider-1.slick-arrow-1 .slick-arrow {
	width: 70px;
	height: 70px;
	line-height: 68px;

}
@media (min-width: 1350px) {
    .atf-slick-slider-1.slick-arrow-1:hover .slick-arrow {
        left: 25px;
        right: auto;
		opacity:1;
    }
    .atf-slick-slider-1.slick-arrow-1:hover .slick-next {
        right: 25px;
        left: auto;
		opacity:1;
    }
}
@media only screen and (max-width: 1199px) {
    .atf-slider-content .title {
        font-size: 50px;
    }
}
@media (max-width: 768px) {
    .atf-slick-slider-1.slick-arrow-1 .slick-arrow,
    .atf-slick-slider-1.slick-arrow-1 .slick-next {
        display: none !important;
    }
    .atf-slick-slider-1.slick-arrow-1 .slick-dots {
        display: block !important;
    }
	.atf-slider-content {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
@media screen and (min-width: 320px) and (max-width: 575px) {
    .atf-slider-content .title {
		font-size: 28px !important;
		letter-spacing: 0px;
		line-height: 1.3;
	}
    .atf-slider-content .description br {
        display: none;
    }
	.atf-slider-content {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
.slick-active .atf-single-slider .sub-title {
    -webkit-animation: 0.5s 0.5s fadeInDown both;
	animation: 0.5s 0.5s fadeInDown both;
}
.slick-active .atf-single-slider .title {
    -webkit-animation: 0.5s 0.5s fadeInUp both;
    animation: 0.5s 0.5s fadeInUp both;
}
.slick-active .atf-single-slider .description {
    -webkit-animation: 0.5s 0.7s fadeInUp both;
    animation: 0.5s 0.7s fadeInUp both;
}
.slick-active .atf-main-btn {
    -webkit-animation: 0.5s 9s fadeInUp both;
    animation: 0.5s 0.9s fadeInUp both;
}
.slick-active .atf-single-slider {
	animation: zoomOutEffect 5s ease forwards;
	transition: all 2s ease; 
}
@keyframes zoomOutEffect {
	0%   { transform: scale(1.05); }
	100% { transform: scale(1); }
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START SALON FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-salon-form-area {
	background: var(--thm-black);
}
.atf-salon-form-item i {
	font-size: 50px;
	color: var(--thm-white);
}
.atf-salon-form-item .form-control {
	height: calc(1.5em + 0.75rem + 23px);
	border-radius: 10px;
	margin-bottom: 15px;
	box-shadow: inherit ! important;
}
.atf-salon-form-item label {
	margin-bottom: 12px;
	font-size: 20px;
	color: var(--thm-white);
	font-weight: 600;
	display: block;
}
.atf-salon-form h3 {
	margin-bottom: 40px;
	font-size: 40px;
	color: var(--thm-white);
}
.atf-salon-form-box .nice-select {
	margin: 0;
	height: 60px;
	line-height: 58px;
	padding-right: 40px;
	padding-left: 20px;
	border-radius: 10px;
	min-width: 200px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--thm-font);
	width: 100%;
}
.nice-select::after {
	right: 20px;
}
.atf-salon-form-item .atf-check-in {
	margin-bottom:20px;
}
.atf-salon-form-item .atf-check-in i {
	position: absolute;
	right: 10px;
	color: var(--thm-color);
	font-size: 26px;
	top: 25%;
}
.atf-salon-form-item .atf-check-in {
	position: relative;
}
.atf-salon-form-item .atf-themes-btn{
	width:100%;
}
.atf-btn-wrapper .atf-themes-btn:hover{
	color: var(--thm-white)! important;
	background: var(--thm-color)! important;
}
.atf-btn-wrapper {
	margin-top: 25px;
}
/*
* ----------------------------------------------------------------------------------------
* 04.END SALON FORM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-about-thumb img{border-radius:20px;}
/*
* ----------------------------------------------------------------------------------------
* START VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-singl-video .atf-video-img {
	position: relative;
	display: block;
}
.atf-singl-video {
	position: relative;
}
.atf-singl-video .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.atf-singl-video .iq-video {
	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-singl-video .iq-video i {
	margin-left: 3px;
	color: var(--thm-white);
}
.atf-singl-video .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf-singl-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-singl-video .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: var(--thm-color);
	opacity: 0.7;
	-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-singl-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf-singl-video .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf-singl-video .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
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-services {
	border-radius: 0;
	background:  var(--thm-white);
	border: 1px solid var(--thm-eee);
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
}
.atf-single-services:hover {
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	-webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}
.atf-services-img{
	position:relative;
	overflow: hidden;
}
.atf-services-img img{
	border-radius:20px;
	width: 100%;
	object-fit: cover;
	transition: 1.3s;
	-webkit-transition: 1.3s;
}
.atf-single-services:hover .atf-services-img img {
	transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.atf-services-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-services-icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.atf-services-icon i {
	color: var(--thm-white);
	font-size: 60px;
	text-align: center;
}
.atf-service-inner-content li {
	margin-bottom: 15px;
	font-weight: 500;
	color: var(--thm-black);
	line-height: 1.4;
}
.atf-service-inner-content li::before {
	content: "\f058";
	color: var(--thm-color);
	font-family: var(--atf-ff-fontawesome);
	font-weight: 400;
	text-align: center;
	margin-right: 15px;
	font-size: 20px;
}
.atf-services-text .title {
	font-size: 22px;
	font-weight: 600;
}
.atf-services-text {
	padding: 30px 30px;
}
/*
* ----------------------------------------------------------------------------------------
* START WORKING DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-working-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight:500;
	color:var(--thm-black);
}
.atf-working-thumb img{
	width:100%;
	height:550px;
	object-fit:cover;
}
/*
* ----------------------------------------------------------------------------------------
* END WORKING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-feature {
	position: relative;
	border: 1px solid var(--atf-border-1);
	background: var(--atf-grey-7);
	padding: 40px 25px;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.atf-single-feature .atf-feature-icon{
	width:70px;
}
.atf-single-feature:hover {
	-webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.3);
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.3);
	cursor:pointer;
}
.atf-single-feature .title {font-size:22px;font-weight:600;}
.atf-single-feature:hover .title {
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 07.END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 08. START GALLERY DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.portfolio-filter {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.portfolio-filter button {
	font-size: 16px;
	overflow: hidden;
	text-transform: uppercase;
	padding: 8px 25px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 10px;
	font-weight: 500;
	color: var(--thm-black);
	box-shadow: none;
	border: 1px solid var(--atf-border-1);
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.atf-portfolio{
     overflow: hidden;
     position: relative;
}
 .atf-portfolio{
     margin:12px 0 ! important;
	 border-radius: 20px;
 }
.atf-portfolio img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
	border-radius: 20px;
}
.atf-portfolio:hover img{
     transform-origin: left center;
     transform: scale(1.1);
     filter: grayscale(100%);
 }
.atf-portfolio-content{
     color: var(--atf-text-body);
     background: var(--thm-white);
     text-align: right;
     padding: 10px 15px;
     box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
     opacity: 0;
     transform: skew(15deg);
     position: absolute;
     top: 10px;
     right: 10px;
     z-index: 2;
     transition: all 0.5s ease-out 0s;
 }
 .atf-portfolio:hover .atf-portfolio-content{
     opacity: 1;
     transform: skew(0);
 }
 .atf-portfolio .title{
     text-transform: capitalize;
     margin: 0 0 3px;
	 font-size:22px;
	 font-weight:600;
 }
 .atf-portfolio .post{
     color: var(--thm-color);
     text-transform: capitalize;
     display: block;
 }
 .atf-portfolio .icon{
     background-color: var(--thm-white);
     padding: 0 8px;
     margin: 0;
     list-style: none;
	 box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
     opacity: 0;
     transform: skew(15deg);
     position: absolute;
     left: 10px;
     bottom: 10px;
     z-index: 2;
     transition: all 0.5s ease-out 0s;
 }
 .atf-portfolio:hover .icon{
     opacity: 1;
     transform: skew(0);
 }
.atf-portfolio .icon li{ margin: 8px 0; }
.atf-portfolio .icon li a {
	color: var(--thm-white);
	background-color: var(--thm-black);
	text-align: center;
	line-height: 36px;
	height: 35px;
	width: 35px;
	border-radius: 5px;
	display: block;
	transition: all 0.3s ease 0s;
}
 .atf-portfolio .icon li a:hover{
     color: var(--thm-white);
     background-color: var(--thm-color);
     box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
 }
 @media only screen and (max-width:991px){
     .atf-portfolio{ margin: 0 0 30px; }
 }
 
 /*
* ----------------------------------------------------------------------------------------
* START PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-cta-offer {
	background-position: center top;
	background-repeat: repeat-y;
	height: 400px;
	position: relative;
	z-index:1;
}
.atf-cta-offer:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
/*
* ----------------------------------------------------------------------------------------
* END PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 08. END GALLERY DESIGN
 *************************************/
/* ----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team {
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: var(--atf-grey-6);
}
.atf-single-team .atf-team-pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
	border-radius: 15px;
}
.atf-single-team:hover {
	-webkit-box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}
.atf-team-pic img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.atf-single-team .atf-team-title {
	display: block;
	color: var(--thm-black);
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
}
.atf-single-team .atf-team-post{
    display: block;
    color: var(--thm-black);
    text-transform: capitalize;
}
.atf-single-team .atf-team-social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.atf-single-team .atf-team-social li{
    display: inline-block;
    margin-right: 5px;
}
.atf-single-team .atf-team-social li a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 42px;
	border-radius: 50%;
	font-size: 15px;
	color: var(--thm-color);
	border: 1px solid #ddd;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	background: var(--thm-white);
}
.atf-team-social li a:hover {
    background: var(--thm-black);
    color: var(--thm-white);
}
.atf-single-team .atf-team-pic {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.atf-single-team .atf-team-pic img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.atf-single-team .atf-team-pic img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.atf-single-team .atf-team-pic img:nth-child(1) {
  -webkit-transform: translatey(50%) scaley(2);
          transform: translatey(50%) scaley(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.atf-single-team .atf-team-pic img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.atf-single-team:hover .atf-team-pic img:nth-child(1) {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translatey(0) scalex(1);
          transform: translatey(0) scalex(1);
}
.atf-single-team:hover .atf-team-pic img:nth-child(2) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatey(-50%) scalex(2);
          transform: translatey(-50%) scalex(2);
}

/*
* ----------------------------------------------------------------------------------------
* 09.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial {
	padding: 25px;
	background: var(--atf-grey-7);
	border-radius: 20px;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid var(--thm-white);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
.testimonial .pic:after{
    content: "\f10d";
    font-family: var(--atf-ff-fontawesome);
    font-weight: 900;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: var(--thm-color);
    font-size: 16px;
    color: var(--thm-white);
    position: absolute;
    top: 65px;
    left: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    margin-left: 120px;
}
.testimonial .description{
    color: var(--atf-text-body); 
}
.testimonial .testimonial-title {
	color: var(--thm-black);
	font-size: 22px;
	margin-bottom:0;
}
.testimonial .post{
    font-style: italic;
    color: var(--atf-text-body);
}
/**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 11. START PRICING DESIGN
 *************************************/
.atf-pricing-content {
	padding: 40px 45px;
	transition: all 0.4s ease 0s;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}
.atf-pricing-icon {
	width: 100px;
	height: 100px;
}
.atf-pricing-heading {
	position:relative;
}
.atf-pricing-name h5 {
	color: var(--thm-color);
	text-transform:uppercase;
}
.atf-pricing-heading .atf-pricing-name h2 {
	font-size: 35px;
	color: var(--thm-black);
}
.atf-pricing-body .doller {
	float: right;
	font-weight: 700;
	color: var(--thm-color);
	margin-top: 12px;
	font-size: 22px;
}
.atf-pricing-body ul li small {
	display: block;
	font-size: 14px;
}
.atf-pricing-body ul li:first-child{
	border-top:none;
}
.atf-pricing-body ul li {
	padding: 10px 0;
	color: var(--thm-black);
	font-size: 18px;
	border-top:1px solid #eee;
}
.atf-pricing-body ul li:last-child {
    padding-bottom: 0;
}
.atf-pricing-body ul li i {
    color: var(--thm-color);
    padding-right: 5px;
}
.atf-pricing-body .offer-list-none {
	color: var(--thm-black);
}
.atf-pricing-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.atf-pricing-content{
	position:relative;
}
.atf-pricing-content:hover {
	transform: initial;
}
.atf-pricing-content:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: var(--thm-ase);
}
.atf-pricing-content:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-pricing-content:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-pricing-content:after {
	height: 4px;
	background: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-area .atf_owl_dot_slider .owl-dots{
	display:none;
}
.atf-brand-active img{ text-align: center;border-radius:20px; }
.atf-brand-active > a { display:inline-block;}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.post-slide{
    margin: 0 10px;
    position:relative;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-img .post-thumb {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.post-img .post-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.post-img .post-thumb img {
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.post-img .post-thumb img:nth-child(1) {
  -webkit-transform: translatex(50%) scalex(2);
          transform: translatex(50%) scalex(2);
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.post-img .post-thumb img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-slide:hover .post-thumb img:nth-child(1) {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transform: translatex(0) scalex(1);
          transform: translatex(0) scalex(1);
}
.post-slide:hover .post-thumb img:nth-child(2) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transform: translatex(-50%) scalex(2);
          transform: translatex(-50%) scalex(2);
}

.post-slide .post-date {
	position: absolute;
	bottom: 0%;
	left: 0%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 13px;
    color: var(--thm-white);
    font-size: 20px;
    text-align: center;
    background:var(--thm-black);
    float: left;
}
.post-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: var(--thm-white);
    font-size: 20px;
    background: var(--thm-color);
}
.post-slide .post-content{
    padding:30px 0;
}
.post-slide .post-title{
    margin:0 0 15px 0;
	font-size:22px;
	line-height:1.4;
}
.post-slide .post-title a {
	display: inline-block;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:var(--thm-color);
}
.post-slide .read-more {
	color: var(--thm-black);
	text-transform: uppercase;
	position: relative;
	transition: color 0.20s linear;
	font-weight: 600;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:var(--thm-color);
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border:1px solid var(--thm-color);
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
@media only screen and (max-width: 479px) {
    .post-slide .month{
        font-size:14px;
    }
    .post-slide .date{
        font-size:14px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact .form-control {
	border-radius: 0;
	border-left: 2px solid var(--thm-color);
	margin-bottom: 20px;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 120px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    text-align: left;
}
.form-message {
	margin-top:5px;
}
/*
* -----------------------------------------
* 13. END CONTACT DESIGN
* -----------------------------------------
*/
/*
* -----------------------------------------
* START FAQ DESIGN
* -----------------------------------------
*/
.atf-faq-accordion .card {
    border: 1px solid #eee;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    border-radius: 0 !important
}

.atf-faq-accordion .card .card-header {
    padding: 0;
    border: none;
    text-align: left
}
.atf-faq-accordion .card .card-header button:focus,
.atf-faq-accordion .card .card-header button:active,
.atf-faq-accordion .card .card-header button:hover  {
	background: var(--thm-color);
	color: var(--thm-white);
}
.atf-faq-accordion .card .card-header button {
	border: none;
	width: 100%;
	display: block;
	cursor: pointer;
	text-align: left;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	font-size: 22px;
	font-weight: 700;
	padding: 13px 15px;
	background: var(--atf-grey-5);
}
#faqAccordion1 .card .card-header button {
	background: var(--thm-color);
	color: var(--thm-white);
	border-bottom:1px solid transparent;
}
#faqAccordion1 .card .card-header button:focus,
#faqAccordion1 .card .card-header button:active,
#faqAccordion1 .card .card-header button:hover  {
	background: var(--thm-black);
	border-bottom:1px solid #fff;
}
.atf-faq-accordion .card .card-header button::before {
	content: "\f078";
	position: absolute;
	right: 20px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	font-family: 'Font Awesome 7 Free';
	font-size: 15px;
}
.atf-faq-accordion .card .card-header button.collapsed {
    border-bottom-width: 0
}
.atf-faq-accordion .card .card-header button.collapsed::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}
.atf-faq-accordion .card .card-body ul {
    margin-bottom: 15px
}
.atf-faq-accordion .card .card-body ul:last-child {
    margin-bottom: 0
}
.atf-faq-accordion .card .card-body ul li {
    margin-bottom: 12px;
    color: var(--thm-color);
}
.atf-faq-accordion .card .card-body ul li:last-child {
    margin-bottom: 0
}
.atf-faq-accordion .card:last-child {
    margin-bottom: 0
}
.accordion-button:not(.collapsed) {
	color: var(--thm-black);
}
/*
* -----------------------------------------
* END FAQ DESIGN
* -----------------------------------------
*/

/*
* -----------------------------------------
* START NEWSLETTER DESIGN
* -----------------------------------------
*/
.atf-mailchamp-input {
	position: relative;
}
.atf-mailchamp-title .title {
	font-size: 36px;
}
.atf-mailchamp-input form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-input form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 56px;
	padding-left: 15px;
	font-size: 16px;
	border-radius:10px;
}
.atf-mailchamp-input .form-group{
	margin-bottom:0;
}
#subscribe-button i {
	font-size: 20px;
}
.atf-mailchamp-input .atf-themes-btn {
	position: absolute;
	right: 8px;
	padding: 4px 23px;
	top: 7px;
}
.atf-mailchamp-input .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 5px;
	display:inline-block;
}
/*
* --------------------------------------------
* END NEWSLETTER DESIGN
* ---------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
}
.atf-contact-details {
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.atf-contact-details-icon i {
	font-size: 20px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	color: var(--thm-white);
	text-align: center;
	border-radius: 50%;
	background: var(--thm-color);
}
.atf-contact-details h3 {
	color: var(--thm-black);
	font-size:22px;
	margin-bottom:5px;
}
.atf-contact-details p {
	display: block;
	overflow: hidden;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 500px;
	display:block;
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: var(--thm-black);
}
.atf-single-footer {
	position: relative;
}
.atf-single-footer::after {
	content: '';
	position: absolute;
	left: 16px;
	top: 40px;
	background: var(--thm-color);
	width: 45px;
	height: 3px;
}
.atf-single-footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: 38px;
	background: var(--thm-color);
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.atf-single-footer h3 {
	margin-bottom: 50px;
	color: var(--thm-white);
	font-size: 22px;
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	line-height: 42px;
	border-radius: 50px;
	color: var(--thm-white);
	background: var(--thm-color);
	text-align: center;
	border: 5px solid #fff;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
}
.atf-footer-social-icon a i:hover{
	background:var(--thm-black);
	color:var(--thm-white);
	display:inline-block;
}
.atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 15px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 500;
}
.atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 4px;
}
.atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-family: var(--thm-font);
}
.atf-single-footer p{
	color: var(--thm-white);
}
.atf-footer-instragram {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}
.atf-footer-instragram img {
	border-radius: 15px;
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.atf-footer-copyright  p{
	color: var(--thm-white);
}
.atf-footer-copyright a {
	color: var(--thm-white);
	-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;
	opacity:0.8;
}
.atf-footer-copyright {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-copyright a:hover{
	color:  var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 15.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*//* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--thm-white);
	border: 1px solid var(--thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .owl-dots .owl-dot.active span {
    width: 35px;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--thm-color);
    background: var(--thm-color);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
/* END OWL DOT & NAV 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-color);
    border-color: var(--atf-thm-color);
    color: var(--atf-thm-white) !important;
}

.slick-arrow-2 .slick-next {
    right: 15px;
    background-color: var(--atf-thm-white);
    border-color: var(--atf-thm-color);
    color: var(--thm-color) !important;
}

.slick-arrow-2 .slick-prev {
    background-color: var(--atf-thm-color);
    border-color: var(--atf-thm-color);
    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: 16px;
    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: 15px;
	width: 15px;
	border-radius: 100%;
	margin-right: 10px;
	border: 1px solid 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;
}
/*
* -----------------------------------------
* END SLICK DESIGN
* ----------------------------------------**/
/*----------------------------------------*/
/*ANIMATIONS
/*----------------------------------------*/

@-webkit-keyframes movingX {
  0% {
    left: 100%;
  }
  100% {
    left: -25%;
  }
}
@keyframes movingX {
  0% {
    left: 100%;
  }
  100% {
    left: -25%;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-moz-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@-ms-keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes spin-1 {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes atftranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes atftranslateY2 {
  0% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
     -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes atfswing {
  0% {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@keyframes atf-arrow {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes scroll1 {
  0% {
    top: 0%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 0%;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@keyframes bounce-up {
    0% {
        transform: translateX(0); 
    }
    50% {
        transform: translateX(16px); 
    }
    100% {
        transform: translateX(0); 
    }
}
@keyframes bounce-down {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-16px); 
    }
    100% {
        transform: translateY(0); 
    }

}
