/*
    Template Name: Christmass - Christmas Event Planing HTML Website Template
    Author: Themesbazer
    Description: This is Chrismass template any type of Planing,Chrismas,Event 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 SWIPER SLIDER DESIGN
    04.	START ABOUT DESIGN  
    05. START HOT DEAL DESIGN
	06. START GALLERY DESIGN
	07. START BLOG DESIGN
		----START BREADCRUMB DESIGN
		---START BLOG DETAILS DESIGN
		---START SIDEBAR DESIGN 
	08.	START CONTACT DESIGN	
	09. START FOOTER 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: 'Open Sans', sans-serif;
  --atf-ff-heading: 'Rajdhani', sans-serif;
  --atf-ff-p: 'Open Sans', sans-serif;
  --atf-ff-fontawesome:  "Font Awesome 6 Free";
  /**
  @color declaration
  */
  --atf-thm-white: #ffffff;
  --atf-thm-black: #000000;
  --atf-thm-color: #008000;
  --atf-grey-1: #f9f9f9;
  --atf-grey-2: #f5f5f5;
  --atf-grey-3: #f6f6f6;
  --atf-text-body: #7a8a9e;
  --atf-thm-base: #c0392b;
  --atf-border-1: #dddddd;
  --atf-box-shadow:0 0 15px rgba(0,0,0,0.2);
}

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: 700;
  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);
}

h1 {
  font-size: 40px;
   font-family: var(--atf-ff-heading);
}
h2 {
  font-size: 36px;
  font-family: var(--atf-ff-heading);
}

h3 {
  font-size: 28px;
  font-family: var(--atf-ff-body);
}

h4 {
  font-size: 20px;
  font-family: var(--atf-ff-body);
  line-height:1.4;
  
}
@media only screen and (max-width : 1200px){
	h4{font-size: 18px;}
}
h5 {
  font-size: 20px;
  font-family: var(--atf-ff-body);
}

h6 {
  font-size: 16px;
  font-family: var(--atf-ff-body);
}

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: 14px;
  padding-left: 15px;
  padding-right: 26px;
  color: var(--atf-thm-black);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: transparent;
}
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);
}
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;
}
input, button, select, optgroup, textarea {
	font-family:var(--atf-ff-body);
	border-color:inherit;
}

/*---------------------------------
   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;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.atf-fixed-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;
}
.border-left {
	border-left: 2px solid var(--atf-thm-color);
}
.mb-30{
	margin-bottom:30px;
}
.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-top: 4px solid var(--atf-thm-color) !important; */
	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);
}
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf-preloader {
    background: var(--atf-thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader{
	width:100px;
    height:100px;
    position: relative;
	transform:translate(-50%, -50%);
	border-radius: 50px;
	top: 50%;
    left: 50%;
	text-indent: -12345px;
	background:var(--atf-thm-color);

}
.loader:before,
.loader:after,
.loader .inner_loader{
    border-radius: 50px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.loader:before,
.loader:after{
    content:"";
    background: var(--atf-thm-color);
    width: 90px;
    height: 90px;
    animation: animate 3s linear infinite;
}
.loader:after{
    background:var(--atf-thm-color);
    width: 60px;
    height: 60px;
    animation: animate_1 3s linear infinite;
}
.loader .inner_loader{
    background:var(--atf-thm-white);
    width: 40px;
    height: 40px;
    z-index: 1;
    animation: animate_1 3s 200ms ease infinite;
}
@keyframes animate{
    0%, 100% { transform: translateX(-50%) translateY(-50%) scale(0.6); }
         50% { transform: translateX(-50%) translateY(-50%) scale(1); }
}
@keyframes animate_1{
    0%, 100% { transform: translateX(-50%) translateY(-50%) scale(0.4);}
         50% { transform: translateX(-50%) translateY(-50%) scale(1); }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn{
    color: var(--atf-thm-white);
    background: var(--atf-thm-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 14px 20px;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease-in-out;
} 
.atf-themes-btn:hover{
    color: var(--atf-thm-white);
    background-image: linear-gradient(to right,rgb(250, 82, 82),rgb(250, 82, 82) 16.65%,
                    rgb(190, 75, 219) 16.65%,rgb(190, 75, 219) 33.3%,rgb(76, 110, 245) 33.3%,
                    rgb(76, 110, 245) 49.95%,rgb(64, 192, 87) 49.95%,rgb(64, 192, 87) 66.6%,
                    rgb(250, 176, 5) 66.6%,rgb(250, 176, 5) 83.25%, rgb(253, 126, 20) 83.25%,
                    rgb(253, 126, 20) 100%,rgb(250, 82, 82) 100%);
    animation: animate 2s linear infinite;
}
@keyframes animate{
    to { background-position: 150px; }
}
@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 .sub_title {
	display: inline-block;
	padding: 0 10px;
	border-radius: 2px;
	font-size: 16px;
	color: var(--atf-thm-color);
	border-left: 3px solid var(--atf-thm-color);
}
.atf-section-title .title {
	font-family: var(--atf-ff-heading);
	color: var(--atf-thm-color);
	font-family: var(--atf-ff-heading);
	font-weight: 700;
	font-size:40px;
}
.atf-section-padding {
	padding-top:100px;
	padding-bottom:100px;
}
/*---------------------------------
 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-site-header.atf-style1 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	transition: all 0.3s ease-out;
}
.atf-site-header.atf-style1.atf-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	color: var(--atf-thm-black);
	background-color: var(--atf-thm-white);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-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-header.atf-style1.atf-sticky-active .atf-nav .atf-nav-list{
	color: var(--atf-thm-black);
}
.atf-site-branding img{
	max-width:150px;
	height:auto;
}
.atf-site-header.atf-style1 .logo-black {
	display: none;
}
.atf-site-header.atf-style1.atf-sticky-active .atf-site-branding .logo-white {
	display: none;
}
.atf-site-header.atf-style1.atf-sticky-active .atf-site-branding .logo-black {
	display: block;
}
.atf-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding:36px 0;
}
.atf-nav .atf-nav-list {
	display: flex;
	align-items: center;
	gap: 40px;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s ease-out;
	color: var(--atf-thm-white);
}
.atf-nav .atf-nav-list li > a:active,
.atf-nav .atf-nav-list li > a:focus,
.atf-nav .atf-nav-list li > a:hover{
	color: var(--atf-thm-color);
}
.atf-nav .dropdown-toggle {
	font-weight: 600;
}
.atf-nav .dropdown-menu li {
	margin-bottom: 5px;
}
.atf-nav .dropdown-menu li a{
	color: var(--atf-thm-black);
	font-weight: 600;
}
.atf-nav .dropdown-menu.show {
	transition: all 0.5s ease-out;
}
.atf-nav .dropdown-menu {
	border-top: 2px solid var(--atf-thm-color);
	border-radius: 0;
	padding: 15px 15px;
}
.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-nav .atf-nav-list {
		gap: 24px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-main-menu{
		padding:40px 0;
	}   
	.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-nav {
		position: fixed;
		top: 0;
		left: 0;
		flex-direction: column;
		background-color: var(--atf-thm-white);
		z-index: 99999;
		padding: 30px 20px !important;
		/* overflow-x: hidden; */
		transform: translateX(-100%);
		transition: transform .3s ease-out;
		box-shadow: 0 2px 20px rgba(0,0,0,.3);
	}
	
	.atf-nav .atf-nav-list {
		flex-direction: column;
		border-top: 1px solid rgba(0,0,0,0.2);
		margin-top: 30px !important;
		padding-top: 30px !important;
		align-content: start;
		align-items: start;
		padding-left: 0px;
		gap: 5px;
		width: 300px;
		height: 250px;
		overflow-x: hidden;
		color: var(--atf-thm-black);
	}
	.atf-nav .atf-nav-list > li a {
		display: block;
		padding-top: 1px;
		padding-bottom: 1px;
	}
    .atf-nav.active{
      transform: translateX(0)
    }
	.atf-header-btn.atf-hero-btn {
		margin-right: 30px;
	}
	.atf-nav .dropdown-menu.show {
		transition: all 0.3s ease-out;
	}
	.atf-site-header.atf-style1.atf-sticky-active .bar{
		background-color: var(--atf-thm-black);;
	}
}
@media screen and (min-width:320px) and (max-width:479px) {
	.atf-nav .atf-nav-list {
		width: 200px ! important;
	}
}
/*----------------------------------------*/
/*  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.3);
	z-index: -1;
}
.atf-hero-two.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.5);
}
.atf-hero-area{
    background-color: #cccccc;
    height:700px;
}
.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 {
	background: var(--atf-thm-color);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--atf-thm-white);
}
.atf-hero-content .title {
	font-size: 60px;
	color: var(--atf-thm-white);
	font-weight: 700;
	font-family: var(--atf-ff-heading);
	line-height: 1.1;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.atf-hero-content p {
	margin: 20px 0 45px !important;
	font-size: 18px;
	color: var(--atf-thm-white);
}
@media only screen and (max-width : 1199px) {
	.atf-hero-content .title {
		font-size: 50px;
	}
}
.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; }
.atf-hero-content .describtion {
	-webkit-animation: .5s .7s fadeInLeft both;
	animation: .5s .7s fadeInLeft both; }
.atf-hero-content .atf-hero-btn{
	-webkit-animation: .5s .9s fadeInUp both;
	animation: .5s .9s fadeInUp both; 
}
/*
* ----------------------------------------------------------------------------------------
* START SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	-webkit-transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 2500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 2500ms ease-in;
	transition: transform 7000ms ease, opacity 2500ms ease-in, -webkit-transform 7000ms ease;
}
.atf-slider-spacing {
	padding-top: 200px;
	padding-bottom: 200px;
}
.atf-slider-content .title {
	color: var(--atf-thm-white);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	text-transform:capitalize;
}
.atf-slider-content .sub_title {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--atf-thm-white);
}
.atf-slider-content .describtion{
	color: var(--atf-thm-white);
	font-size: 18px;
	margin: 20px 0 45px;	
}
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, var(--atf-thm-white));
}
.atf-slider .swiper-pagination {
	font-size: 25px;
}
.atf-slider .swiper-button-next::after, 
.atf-slider .swiper-button-prev::after {
	font-size:16px;
}
.atf-slider .swiper-button-next, 
.atf-slider .swiper-button-prev {
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	width: 50px;
	height: 50px;
	border-radius:7%;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	opacity:0;
}
.atf-slider:hover .swiper-button-next, 
.atf-slider:hover .swiper-button-prev {
	opacity:1;
}
.atf-slider .swiper-button-next:hover, 
.atf-slider .swiper-button-prev:hover{
	background: var(--atf-thm-color);
}
.atf-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 40px;
}
@media only screen and (max-width:576px) { 
	.atf-slider .swiper-button-next, .atf-slider .swiper-button-prev {
		display:none;
	}
	.atf-slider-content br{
		display:none;
	}
	.atf-slider-content h1 {
		font-size: 50px ! important;
		line-height: 1.1;
	}
}
@media only screen and (max-width:480px) { 
	.atf-slider-content .title{
		font-size:35px ! important;
	}
}
.swiper-slide-active  .atf-slider-content .sub_title {
	-webkit-animation: .5s .3s fadeInDown both;
	animation: .5s .3s fadeInDown both; }
	
.swiper-slide-active  .atf-slider-content .title {
	-webkit-animation:.5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }

.swiper-slide-active  .atf-slider-content .describtion {
	-webkit-animation: .5s .7s fadeInUp both;
	animation: .5s .7s fadeInUp both; }

.swiper-slide-active  .atf-slider-content .atf-main-btn {
	-webkit-animation: .5s .9s fadeInUp both;
	animation: .5s.9s fadeInUp both; }
	

/*
* ----------------------------------------------------------------------------------------
* END SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/	
/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/**************************************
 * 04. START ABOUT DESIGN
 *************************************/
 .atf-about-img img{
	 border-radius:30px;
 }
 /**************************************
 * 04. START ABOUT DESIGN
 *************************************/
/**************************************
 * 05. START HOT DEAL DESIGN
 *************************************/
.atf-hot-area.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}
.atf-hot-deal-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.atf-hot-deal-content .title {
	line-height: 1.1;
	margin-bottom: 30px;
	color: var(--atf-thm-white);
	font-size:60px;
}
.atf-hot-deal-content #atf-timer {
    margin-bottom: 35px;
}
.atf-hot-deal-content #atf-timer div {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color: var(--atf-thm-color);
	background-color: var(--atf-thm-white);
	font-size: 30px;
	font-weight: 700;
	margin-right: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	border: 3px solid var(--atf-thm-color);
}
.atf-hot-deal-content #atf-timer div span {
    display: block;
    margin-top: 0;
    color: var(--atf-thm-color);
    font-size: 15px;
    font-weight: 600
}
@media only screen and (max-width:991px) { 
	.atf-hot-deal-content .title {
		font-size:50px;
	}
}
@media only screen and (max-width:479px) { 
	.atf-hot-deal-content .title {
		font-size:36px;
	}
	.atf-hot-deal-content #atf-timer div {
		margin-bottom: 10px;
	}
}
/**************************************
 *05. END HOT DEAL DESIGN
 *************************************/	
/*----------------------------------------*/
/*06. START GALLERY DESIGN
/*--------------------------------------*/
.atf__overlay_1 {
	position:relative;
}
.atf__overlay_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background-image: url(../img/bg/bg-3.jpg);
	z-index: -1;
	background-position: center;
	background-size: cover;
}
.atf__overlay_1.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.7);
}
.atf-gallery-img {
	transition: all 0.3s ease-out;
	position: relative;
}
.atf-gallery-img img {
	border-radius:20px;
}
.atf-gallery-img::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--atf-thm-color);
	transition: all 0.3s ease-out;
	overflow: hidden;
	border-radius: 20px;
}
.atf-gallery-img:hover::before {
	opacity: 0.3;
}
.atf-gallery-img .icon {
	opacity: 0;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	bottom: 50%;
	transition: all 0.3s ease-out;
}
.atf-gallery-img:hover .icon {
	opacity: 1;
	bottom: 40%;
}
.atf-gallery-img .icon a {
	color: var(--atf-thm-black);
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: all 0.3s ease-out;
	background: var(--atf-thm-white);
	padding: 10px 20px;
	border-radius: 0%;
}
.atf-gallery-img .icon a:hover {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	border-radius: 50%;
}
/*----------------------------------------*/
/*  06. END GALLERY DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  07. START BLOG DESIGN
/*--------------------------------------*/
.post-slide{
    transition: all 0.3s ease 0s;
	margin: 20px 0;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img {
	width: 100%;
	height: auto;
}
.post-slide .post-review {
	text-align: left;
	padding: 25px;
}
.author-img img {
	border-radius: 50%;
}
.post-slide .post-bar {
	padding: 0;
	list-style: none;
}
.post-slide .post-bar h4{
   margin-bottom: 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.post-slide .post-bar h4: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;
	margin-bottom: 10px;
}
.post-slide .post-title a:hover {
	color: var(--atf-thm-color);
}
.post-slide .post-title a {
	transition: all 0.3s ease-in-out;
	line-height: 1.4;
	text-transform: capitalize;
}
.post-content {
	padding-top: 10px;
}
.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;
	text-transform: capitalize;
}
.read::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--atf-thm-color);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: var(--atf-thm-color);
}
.read:hover {
	color: var(--atf-thm-color);
}
.read:hover::before {
	width: 0%;
}
/*----------------------------------------*/
/*  07. END BLOG DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/* START BREADCRUMB DESIGN
/*--------------------------------------*/
.breadcrumb-cover-bg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	opacity: 0.5;
	content: "";
	background-color: var(--atf-thm-black);
}
.breadcrumb-single-content {
	position: relative;
	font-size: 16px;
	padding: 10px 16px;
	display: inline-block;
	background: var(--atf-thm-color);
	border-radius: 5px;
}
.breadcrumb-single-content span {
	font-weight: 700;
	padding-right: 10px;
	color: var(--atf-thm-white);
}
.breadcrumb-sub-title {
	color: var(--atf-thm-white);
	margin-left: 7px;
}
.breadcrumb-title {
	font-size: 60px;
	font-weight: 700;
	color: var(--atf-thm-white);
	line-height: 1.3;
}
.breadcrumb-bg-attach {
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}
.breadcrumb-spacing {
	padding-top: 190px;
	padding-bottom: 190px;
}
.breadcrumb-single-content .divide::after {
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	content: "";
	display: inline-block;
	transform: translateY(-50%);
	background: var(--atf-thm-white);
	border-radius: 50%;
}
@media only screen and (max-width:991px) {
	.breadcrumb-bg-attach {
		background-position:left center;
	}
}
/*----------------------------------------*/
/*  END BREADCRUMB DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*   START BLOG DETAILS DESIGN
/*--------------------------------------*/
.blogpost-thumb {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.blogpost-thumb img {
	width: 100%;
	border-radius: 15px;
}
.blogpost-meta-icon {
	font-size: 18px;
	margin-right: 8px;
	color:var(--atf-thm-color);
}
.blogpost-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
	-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;
}
.blogpost-text p {
	margin-bottom: 30px;
}
.atf-blog-details-blockquote {
	position: relative;
	padding: 40px;
	border-radius: 15px;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}
.atf-blog-details-blockquote blockquote {
	margin-bottom: 0;
}
.atf-blog-details-blockquote .quote-icon {
	font-size: 36px;
	color: var(--atf-thm-color);
	text-align: start;
	margin-bottom: 15px;
	display: block;
}
.atf-blog-details-blockquote p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--atf-thm-black);
	margin-bottom: 15px;
}
.atf-blog-details-blockquote .blockquote-info {
	position: relative;
	font-size: 14px;
	padding-left: 30px;
}
.atf-blog-details-blockquote .blockquote-info::before {
	position: absolute;
	width: 15px;
	height: 2px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	background: var(--atf-thm-black);
}
.blogpost-details-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--atf-thm-black);
}
.blogpost-details-list-thumb {
	margin-right: 30px;
}
.blogpost-details-list-thumb img {
	border-radius: 15px;
}
@media only screen and (max-width:767px) {
	.blogpost-details-list{
		margin-top:30px;
	}
}
@media only screen and (max-width:576px) {
	.blogpost-details-social{
		margin-top:30px;
	}
}
@media only screen and (max-width:479px) {
	.blogpost-comment-avater {
		margin-bottom: 10px;
	}
	.blogpost-comment-title {
		font-size: 28px;
	}
	.blogpost-title {
		font-size: 28px;
	}
}
.blogpost-details-list ul li {
	list-style: none;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
	color: var(--atf-common-black);
}
.blogpost-details-list ul li i {
	position: absolute;
	left: 0;
	top: 5px;
	color: var(--atf-thm-color);
	font-size: 20px;
}
.blogpost-details-share {
	padding: 30px 0;
	border-bottom: 1px solid var(--atf-border-1);
	border-top: 1px solid var(--atf-border-1);
}
.blogpost-details-tag-title {
	font-size: 22px;
	font-weight: 700;
	margin-right: 30px;
	color: var(--atf-thm-black);
}
.tagcloud a {
	font-size: 14px;
	padding: 5px 13px;
	border-radius: 5px;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	border: 1px solid var(--atf-border-1);
	-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;
}
.tagcloud a:hover {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color);
}
.blogpost-details-social a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	color: var(--atf-thm-black);
	background: var(--atf-grey-1);
	-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;
}
.blogpost-details-social a:hover {
	color:var(--atf-thm-white);
	background: var(--atf-thm-color);
}
.blogpost-comment {
	box-shadow: 0 0 15px rgba(0,0,0,0.06);
	padding: 40px;
}
.blogpost-comment-title {
	font-size: 36px;
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-comment ul li {
	list-style: none;
}
.blogpost-comment-box {
	padding-bottom: 50px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--atf-border-1);
}
.border-none{
	border:inherit;
}
.blogpost-comment-avater img {
	border-radius: 50%;
}
.blogpost-comment-avater {
	flex: 0 0 auto;
}
.blogpost-comment-name {
	font-size: 20px;
	font-weight: 700;
	color: var(--atf-thm-black);
}
.blogpost-comment-text p{
	margin-bottom:15px;
}
.blogpost-comment-reply a {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: var(--atf-thm-black);
	-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;
}
.blogpost-comment-reply a:hover {
	color: var(--atf-thm-color);
}
/*********************************** 
START SIDEBAR DESIGN 
***********************************/
.sidebar-widget {
	padding: 50px;
	background: var(--atf-grey-1);
	border-radius: 15px;
}
.sidebar-widget:not(:last-child) {
	margin-bottom: 30px;
}
.sidebar-widget-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sidebar-widget {
    padding: 40px;
  }
}
.sidebar-search-input {
	position: relative;
}
.sidebar-search-input input:focus {
	border: 1px solid var(--atf-thm-color);
}
.sidebar-search-input input {
	border: 0;
	height: 58px;
	border: 1px solid transparent;
	border-radius: 15px;
	background-color: var(--atf-thm-white);
}
.sidebar-search-input button {
	position: absolute;
	right: 0;
	width: 58px;
	height: 58px;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	border-radius: 0 15px 15px 0;
}
.sidebar-search-input button {
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	color: var(--atf-thm-white);
}
.lp-post {
	padding: 15px 0;
	border-radius: 15px;
	-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;
}
.lp-post-thumb {
	margin-right: 15px;
	flex: 0 0 auto;
}
.lp-post-thumb a img {
	width: 70px;
	height: 70px;
	border-radius: 5px;
}
.lp-meta {
	font-size:14px;
	margin-top:5px;
}
.lp-meta i {
	font-size: 14px;
	color: var(--atf-thm-color);
	margin-right: 10px;
}
.lp-post-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--atf-thm-black);
	-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;
	margin-bottom:0px;
}
.lp-post-title:hover {
	color: var(--atf-thm-color);
}
.sidebar-widget-content ul li {
	position: relative;
	display: block;
}
.sidebar-widget-content ul li a {
	font-size: 16px;
	font-weight: 700;
	padding: 0px 0;
	color: var(--atf-thm-black);
	display: inline-block;
	-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;
	border-radius: 15px;
	margin: 5px 0;
}
.sidebar-widget-content ul li a:hover {
	color: var(--atf-thm-color);
}
.sidebar-widget-content ul li a i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}
/*----------------------------------------*/
/*   END BLOG DETAILSDESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  08. START CONTACT DESIGN
/*--------------------------------------*/
.bg-image-right {
	position: relative;
}
.bg-image-right::before {
	position: absolute;
	content: "";
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/about/bg-1.jpg);
	height: 100%;
	width: 50%;
	left: auto;
	right: 0;
	top: 0;
}
.atf-contact-form label {
	font-weight:600;
	color: var(--atf-thm-black);
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form .atf_contact_input input, 
.atf-contact-form .atf_contact_input select, 
.atf-contact-form .atf_contact_input textarea {
	border: 1px solid rgba(0,0,0,0.2) ! important;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	margin: 10px 0;
	background: var(--atf-thm-white);
	outline: none;
	padding-left:26px;
}
.atf-contact-form .atf_contact_input input:focus,
.atf-contact-form .atf_contact_input select:focus,
.atf-contact-form .atf_contact_input textarea:focus {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border: 1px solid var(--atf-thm-color) ! important;
}
.atf-contact-form .atf_contact_input input:active,
.atf-contact-form .atf_contact_input select:active,
.atf-contact-form .atf_contact_input textarea:active {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border: 1px solid var(--atf-thm-color) ! important;
	border-color: var(--atf-grey-1);
}
.atf-contact-form .atf_contact_input textarea {
	height: 120px;
	width: 100%;
}
.atf-contact-area .atf-themes-btn{
	margin-top:10px;
}
.form-message{
	color:  var(--atf-thm-black);
}
.atf-contact-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-image: var(--atf-gradient2);
	text-align: center;
	margin-right: 20px;
	color: var(--atf-thm-white);
	border-radius: 5px;
	border: 1px solid var(--atf-border-1);
	box-shadow: 0 0 15px rgba(255,255,255,0.2);
}
.atf-contact-content .title {
	color: var(--atf-thm-white);
	margin-bottom: 2px;
}
.atf-contact-content {
	margin-bottom: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-top:10px;
	max-width:350px;
}
.atf-contact-details:last-child {
	border-bottom: inherit;
	margin:0;
	padding:0;
}
.atf-contact-details i {
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: var(--atf-thm-white);
	text-align: center;
	border-radius: 5px;
	background: var(--atf-thm-color);
}
.atf-contact-address {
	margin-left: 14px;
}
.atf-contact-address h5 {
	margin-bottom: 0;
	line-height: 1.3;
	font-weight: 600;
}
/*----------------------------------------*/
/*  08. END CONTACT DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  09. START FOOTER DESIGN
/*--------------------------------------*/

.atf-footer-area {
	background-color: var(--atf-thm-black);
	padding: 30px 0;
}
.atf-footer-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
}
.atf-footer-social-icon li {
	display:flex;
	align-items:center;
	gap:10px;
}
.atf-footer-social-icon li a {
	display: inline-block;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: var(--atf-thm-white);
	background: transparent;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255,255,255,0.4);
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.atf-footer-social-icon li a:hover{
	background:var(--atf-thm-color);
	color:var(--atf-thm-white);
	box-shadow: 0 0 15px rgba(255,255,255,0.1);
}
.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 a:hover{
	color: var(--atf-thm-white);
	text-decoration:inherit;
}
@media only screen and (max-width:575px) {
	.atf-single-footer {
		margin: 15px 0;
		justify-content: center ! important;
	}
	.atf-footer-bottom p{
		text-align:center;
	}
}

/*----------------------------------------*/
/*  09. END FOOTER DESIGN
/*--------------------------------------*/
/* OWL DOT & NAV DESIGN */
.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 DOT DESIGN */
.atf_owl_dot_slider.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 10px ! important;
}
.atf_owl_dot_slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 0px;
    line-height: .7;
}
.atf_owl_dot_slider .owl-controls{
	 margin-top: -25px;
}
.atf_owl_dot_slider.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_owl_dot_slider.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);
}
/* 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(--atf-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(--atf-thm-color) !important;
	border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
	left: -15px;
}
.atf_owl_nav_slider .owl-nav .owl-next {
	right: -15px;
}
.atf_owl_nav_slider1:hover .owl-nav .owl-prev{
	left: -38px;
	opacity:1;
}
.atf_owl_nav_slider1:hover .owl-nav .owl-next{
	right: -38px;
	opacity:1;
}
/* END OWL DOT & NAV DESIGN */