/*
Author       : Theme-Family
Template Name: Affuww - Restaurant & Catering Service Landing Page Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT DESIGN
		---START COUNTER DESIGN
	05. START SERVICE DESIGN 
    06. START PROMOTION OFFER DESIGN
	07. START PORTFOLIO DESIGN
	08. START TESTIMONIAL DESIGN 
	09. START TEAM DESIGN
	10. START NEWSLETTER DESIGN
	11. START PRICING DESIGN
	12. START BLOG DESIGN
    13. START CONTACT DESIGN (START MAP DESIGN)
    14. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: 400;
	font-style: normal;
	color:  var(--thm-p);
}
:root {
	--thm-font2: 'Berkshire Swash', cursive;
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #496dff;
	--thm-color: #EC180B;
	--thm-black: #18222c;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #787878;
	 --color_1: #fa7e1e 49%;
	 --thm-line:linear-gradient(45deg,var(--thm-base),var(--thm-black));
}
h1, h2, h3, h4, h5, h6 {
	color: var(--thm-black);
	line-height:1.3;
	font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 46px;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: var(--thm-font2);
}
h2 {
	font-size: 40px;
	margin-bottom: 0px;
	font-weight: 700;
	font-family: var(--thm-font2);
}
h3 {
	font-size: 22px;
	font-weight: 600;
	line-height:1.4;
}
h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
 }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	font-size: 15px;
	color: var(--thm-p);
	line-height: 1.9;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: var(--thm-color);
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.no-border {
	border-bottom: none !important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
#atf-loader {
	background:#000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	top: 0
}

#atf-loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#atf-loading-center  {
    position: absolute;
    left: 50%;
    top: 40%;
    height: 50px;
    width: 150px;
    transform: translate(-50%,-50%);
}
/*END PRELOADER DESIGN*/

/*START SECTION TITLE DESIGN*/
.atf-section-title .sub-title {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 20px;
	border-radius: 6px;
	display: inline-block;
	background: #FFD5D3;
	font-family: var(--thm-font2);
}
.atf-section-title .title {
	color: var(--thm-black);
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: -2px;
	font-family: var(--thm-font);
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

	.atf-section-title .title{font-size:40px;}
}
@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;
	}
}
.divide img {
	width: 65px;
	height: auto;
	object-fit: cover;
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 105%;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.atf-scrollup-icon {
	font-size: 18px;
	width: 55px;
	height: 55px;
	background: var(--thm-color);
	line-height: 55px;
	color: var(--thm-white);
	border-radius: 50%;
}
.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */
.atf-themes-btn {
	color: var(--thm-black);
	background: linear-gradient(135deg, var(--thm-color) 0%, var(--thm-color) 22%, var(--thm-color) 22%, var(--thm-color) 28%, var(--thm-base) 28%, var(--thm-base) 72%, var(--thm-color) 72%, var(--thm-color) 100%);
	background-size: 200% 100%;
	background-position: 0 0;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 40px;
	border-radius: 32px;
	border: none;
	position: relative;
	z-index: 1;
	transition: all 0.6s ease 0s;
	display: inline-block;
}
.atf-themes-btn:hover{ 
    color: var(--thm-white);
    background-position: 100% 0;
}
.atf-themes-btn::before{ 
    content:"";
    background: var(--thm-white);
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    transition: all 0.5s;
    z-index: -1;
}
.atf-themes-btn:hover:before{ opacity: 0; }
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom: 30px; }
}
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.fa.fa-chevron-down.ms-1.arrow-btn.f-13 {
	font-size: 12px;
}
.site-logo {
	width: 147px;
	height: auto;
	margin-top: 10px;
}
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
    z-index: 999;
    position: fixed;
	padding:10px 0 0;
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
    background: var(--thm-line);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#navigation {
	padding: 12px 0 0px;
}
#navigation.navbar-fixed {
	padding-top: 12px;
	padding-bottom: 12px;
}
.header_right {
	display: flex;
	flex-basis: auto;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
#main-menu ul li a {
	color: var(--thm-white);
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 26px;
	border-bottom: 1px solid transparent;
	display: block;
}

#navigation.navbar-fixed #main-menu ul li a{
	color: var(--thm-white);
	padding: 22px 0 22px;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: var(--thm-color);
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus{
	border-bottom: 1px solid var(--thm-color);
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus{
	border-bottom: 1px solid transparent;
}
.slicknav_nav_icon{
	color: var(--thm-white);
	font-size: 24px;
}
#mobile_menu{
	display: none;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/
#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
	background: var(--thm-base);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: 0;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}
#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
	color: var(--thm-white);
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 5px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#navigation #main-menu ul li ul li a:hover{
	color: var(--thm-white)!important;
	text-decoration: none;
	padding-left: 15px;
}


@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}
/*
* ----------------------------------------------------------------------------------------
* 02. END NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-header-area {
    background-color: var(--thm-f6);
    height: 850px;
    overflow: hidden;
	z-index:1;
}
.atf-header-area.style1::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
.atf-header-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-details .sub-title {
	color: var(--thm-white);
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 5px 20px;
	border-radius: 6px;
	display: inline-block;
	background: var(--thm-color);
	font-family: var(--thm-font2);
}
.atf-single-details .title {
	color: var(--thm-white);
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 1.2;
}
.atf-single-details p {
	font-size: 18px;
	line-height: 1.9;
	font-weight: 400;
	color: var(--thm-white);
	margin: 20px 0 35px;
	z-index: -1;
}	
@media only screen and (max-width : 991px) {
	.atf-choose-inner {
		margin-top:40px;
	}
}
@media only screen and (max-width: 767px) {

	.atf-header-area .atf_home_img{
		margin-top:40px;
	}
	.atf-skill-box{
		margin-top:35px;
	}
	
}
/**************************************
 *START TICKET DESIGN
 *************************************/
.atf-ticket1 {
	background: var(--thm-line);
	display: inline-block;
	max-width: 400px;
	border-radius: 10px;
	padding: 40px 30px;
}
.atf-ticket1 .booking-title{
	font-size:24px;
	line-height:1.4;
	font-weight:600;
}
 #ticket{
	background:var(--thm-color);
 }
.atf-ticket1 .form-group,
 #ticket .form-group{
	margin-bottom:0px;
 }
.atf-ticket1 .form-group input,
#ticket .form-group input {
	height: 50px;
	padding-left: 15px;
	width:100%;
}
 
/**************************************
 *END TICKET DESIGN
 *************************************/

/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-about-text h3 {
	margin-bottom: 10px;
}

#about{
	position:relative;
	background: var(--thm-f6);
}
.atf-single-about {
	position:relative;
}
.atf-about-list i {
	font-size: 45px;
	color: var(--thm-color);
	margin-bottom: 8px;
}
.atf-single-about-list {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	padding: 25px 15px;
	margin: 15px 0;
	background: var(--thm-white);
}
.atf-about-list h4 {
	margin-top: 15px;
}
.atf-about-content {
	padding: 30px 30px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.atf-about-content:hover {
	background:var(--thm-color);
	color:var(--thm-white);
}
.atf-about-content:hover .atf-about-text h3,
.atf-about-content:hover .atf-about-icon i,
.atf-about-content:hover .atf-about-text p{
	color:var(--thm-white);
 }
.atf-about-text h4 {
	color: var(--thm-black);
	font-weight: 700;
}
.atf-about-content:hover h4 {
	color: var(--thm-color);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-single-about {
	border: none;
	border-radius: 0px;
}
.atf-about-icon {
	transition: .5s ease;
	margin-top: 25px;
	margin-right: 30px;
}
.atf-about-icon i {
	color: var(--thm-color);
	font-size: 40px;
}
/*  About Style Personal Info List */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-color);
	border-radius: 7px;
	transition: all 0.3s ease-in-out;
}
.nav-fill .nav-item {
	font-size: 20px;
	font-family: var(--thm-font);
	font-weight: 500;
	text-transform: capitalize;
	margin-right: 5px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 25px;
	color:var(--thm-black);
}
.atf-pizza-menu:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.atf-pizza-menu {
	border: 1px solid #ddd;
	padding: 20px 10px;
	margin: 0 10px;
	border-radius: 13px;
	transition: all 0.3s ease-in-out 0s;
}
.atf-pizza-menu h4 {font-weight:600;}
.atf-pizza-menu img {
	padding-bottom: 10px;
	margin: 0 auto;
}
.atf-pizza-menu p {
	margin-bottom: 15px;
}
.atf-pizza-menu span {
	font-weight: 700;
	color: var(--thm-color);
}
.atf-menu-star-icon i {
	color: var(--thm-base);
	margin: 12px 2px;
}
.atf-menu-cart-icon i {
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	color: var(--thm-white);
	line-height: 50px;
	margin-top: 10px;
	font-size: 20px;
	border-radius: 50%;
	 transition: all 0.3s ease 0s;
}
.atf-menu-cart-icon i:hover{
	background: var(--thm-base);
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-service {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	padding: 25px 30px;
	transition: all 0.3s ease-in-out 0s;
	background: var(--thm-white);
	margin: 12px 0;
	border-radius: 20px;
}
.atf-single-service:hover {
	box-shadow: 0 0 10px rgba(0,0,0, 0.2);
}
.atf-service-icon i {
	font-size: 50px;
	color: var(--thm-color);
}
.atf-service-text h3 {
	margin: 20px 0 12px;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-promo-offer {
	background-position: center top;
	height: 500px;
	position: relative;
	z-index:1;
}
.atf-promo-offer:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.atf-promo-content h3 {
	color: var(--thm-white) !important;
	font-size: 40px;
	line-height: 1.2;
	margin: 0 auto 30px;
}

/*
* ----------------------------------------------------------------------------------------
* 06.END PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 07. START PORTFOLIO DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.atf-portfolio-area .portfolio-filter {
	margin-bottom: 20px;
}
.atf-portfolio-area .portfolio-filter button {
	font-size: 15px;
	margin: 0 15px 20px 0px;
	overflow: hidden;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 15px;
	transition: 0.4s;
	outline: none;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	border-radius: 4px;
	font-weight: 500;
	background: transparent;
	color: var(--thm-black);
	border: 1px solid #ddd;
}
.atf-portfolio-area .portfolio-filter button:hover,
.atf-portfolio-area .portfolio-filter button.active {
	color: var(--thm-white);
	background: var(--thm-color);
}
.atf-single-portfolio{
    background: var(--thm-f6);
    font-family: var(--thm-font);
    text-align: center;
    overflow: hidden;
    position: relative;
}
.atf-single-portfolio img{
    width: 100%;
    height: auto;
    transform-origin: top right;
    transition: all 0.5s ease 0s;
}
.atf-single-portfolio:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: scale(0.6) translate(-20px,20px);
}
.atf-single-portfolio .atf-portfolio-content {
	text-align: left;
	width: 100%;
	padding: 25px;
	transform: scale(0);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease 0s;
	background: var(--thm-color);
}
.atf-single-portfolio:hover .atf-portfolio-content{ transform: scale(1); }
.atf-single-portfolio .atf-portfolio-title{
    color: var(--thm-white);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.atf-single-portfolio .atf-portfolio-post{
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
	margin: 0 0 15px;
}
.atf-single-portfolio .atf-portfolio-price {
	color: var(--thm-white);
	font-weight: 600;
	font-size: 20px;
}
.atf-single-portfolio .atf-portfolio-icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.atf-single-portfolio:hover .atf-portfolio-icon{
    opacity: 1;
    transform: scale(1);
}
.atf-single-portfolio .atf-portfolio-icon li{ margin: 0 0 10px; }
.atf-single-portfolio .atf-portfolio-icon li a {
	color: var(--thm-white);
	background: var(--thm-color);
	font-size: 14px;
	line-height: 48px;
	height: 50px;
	width: 50px;
	border-radius: 10px/30px;
	display: block;
	position: relative;
	transition: all 0.3s ease;
}
.atf-single-portfolio .atf-portfolio-icon li a:hover {
	background: transparent;
	box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
	color: var(--thm-color);
}
@media only screen and (max-width:991px){
    .atf-single-portfolio{ margin: 0 0 25px 7px; }
	.atf-about-image {
		margin-top: 30px;
	}
}
/**************************************
 * 07. END PORTFOLIO DESIGN
 *************************************/
 /*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter{
	background:var(--thm-black);
}
.counter{
    text-align: center;
    width: 250px;
    padding: 0 0 45px 7px;
    margin: 0 auto;
    border-radius: 50px 0 0;
    position: relative;
}
.counter .counter-icon{
    color: var(--thm-white);
    background: var(--thm-color);
    font-size: 30px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    border: 3px solid var(--thm-white);
    border-radius: 50px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
}
.counter .counter-icon i{ transition: all 0.3s ease 0s; }
.counter:hover .counter-icon i{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.counter .counter-content {
	color: var(--thm-white);
	background: #F0655D;
	padding: 45px 5px 20px;
	margin: -30px 0 0;
	position: relative;
	border-radius: 20px;
}
.counter h3 {
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 5px 0 15px;
	color: var(--thm-white);
}
.counter .counter-value{
    font-size: 32px;
    font-weight: 600;
    display: block;
}
@media screen and (max-width:991px){
    .counter{ margin-bottom: 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonial {
	text-align: center;
	padding: 1% 10% 1%;
	background: #fddddd;
	border-radius: 25px;
	position: relative;
}
.atf-testimonial-area{
	position:relative;
	z-index: 1;
}
.atf-testimonial .atf-testimonial-pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid rgba(255,255,255,0.3);
	display: inline-block;
	margin-top: 25px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.atf-testimonial .atf-testimonial-pic img{
    width: 100%;
    height: auto;
}
.atf-testimonial .atf-testimonial-description {
	font-size: 16px;
	font-style: italic;
	color: var(--thm-black);
	margin: 10px 0 20px;
	font-weight: 400;
}
.atf-testimonial .atf-testimonial-title {
	font-size: 22px;
	font-weight:600;
	margin: 0;
	color: var(--thm-black);
	text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-post{
    display: block;
    font-size: 14px;
    color: var(--thm-black);
    margin-bottom: 15px;
    text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-post::before {
	content: "";
	width: 50px;
	display: block;
	margin: 10px auto;
	border: 1px solid var(--thm-color);
}
.atf-testimonial .atf-testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.atf-testimonial .atf-testimonial-rating li{
    color: var(--thm-color);
    display: inline-block;
}
.atf-testimonial .atf-testimonial-rating li.fa-star{
    color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 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-color);
	border-radius: 100%;
	line-height: 65px;
	z-index: 1020;
	position: relative;
	border: 3px solid var(--thm-white);
	background: var(--thm-color);
}
.atf-singl-video .iq-video i {
	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)";
	}
}
/**************************************
 * 08. END TESTIMONIAL DESIGN
 *************************************/
 /* ----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#team{
	background:var(--thm-white);
}
.atf-single-team {
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	padding-bottom: 25px;
}
.atf-single-team .atf-team-pic{
    position: relative;
    overflow: hidden;
}
.atf-single-team .atf-team-pic img{
    width: 100%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.atf-single-team .atf-social_media_team {
	position: absolute;
	bottom: -20%;
	width: 100%;
	background: var(--thm-color);
	transition: all 0.35s ease 0s;
}
.atf-single-team:hover .atf-social_media_team{
    bottom: 0px;
}
.atf-single-team .atf-team_social{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.atf-single-team .atf-team_social li{
    display: inline-block;
    margin-right: 5px;
}
.atf-single-team .atf-team_social li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	color: var(--thm-white);
	font-size: 20px;
	transition: all 1.3s ease 0s;
}
.atf-single-team .atf-team_social li a:hover{
    background: var(--thm-white);
    color:var(--thm-black);
}
.atf-single-team .atf-team-prof{
    margin-top: 10px;
}
.atf-single-team .atf-team-post-title{
	padding:10px 0;
}
.atf-single-team .atf-team-post-title a{
    text-transform: capitalize;
    color:var(--thm-black);
    transition: all 0.2s ease 0s;
}
.atf-single-team .atf-team-post-title a:hover{
    text-decoration: none;
    color:var(--thm-color);
}
.atf-single-team .atf-team-post {
	color: var(--thm-color);
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}
@media screen and (max-width: 990px){
    .atf-single-team{
        margin-bottom: 25px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 10.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background:var(--thm-black);
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-headding h2{
	color: var(--thm-white);
	font-size:36px;
	font-family:var(--thm-font);
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 60px;
	padding-left: 20px;
	font-size: 15px;
	border-radius: 5px;
	display:inline-block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-top: 15px;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 15px;
	height: 20px;
	line-height: 25px;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 10px;
	color: var(--thm-white);
	box-shadow: none;
	top: 9px;
	background: var(--thm-color);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.atf-mailchamp-subscribe .btn:hover {
	background: var(--thm-base);
}
/*
* ----------------------------------------------------------------------------------------
* 10.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 11. START PRICING DESIGN
 *************************************/
.atf-pricingTable{
    color: var(--thm-white);
    background-color: var(--thm-white);
    font-family: var(--thm-font);
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.5);
}
.atf-pricingTable .atf-pricingTable-header{
    background: var(--thm-color);
    padding: 20px 10px 25px;
    margin: 0 0 30px;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.atf-pricingTable .atf-title {
	font-size: 28px;
	text-transform: capitalize;
	margin: 0;
	color: var(--thm-white);
}
.atf-pricingTable .atf-pricing-icon {
	background: var(--color_1);
	font-size: 50px;
	line-height: 110px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.atf-pricingTable .atf-price-value{
    color: var(--thm-color);
    padding: 0 10px;
    margin: 0 0 15px;
}
.atf-pricingTable .atf-price-value::before, .atf-pricingTable .atf-price-value::after {
	content: '';
	height: 10px;
	width: 50px;
	margin: 0 auto 20px;
	border-top: 10px dotted #d1d1d1;
	display: block;
	clear: both;
}
.atf-pricingTable .atf-price-value::after {
	margin: 25px auto 0px;
}
.atf-pricingTable .atf-price-value .atf-currency{
    font-size: 43px;
    line-height: 43px;
    display: inline-block;
}
.atf-pricingTable .atf-price-value .atf-amount {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	font-weight: 700;
}
.atf-pricingTable .atf-price-value .atf-duration {
	font-size: 18px;
}
.atf-pricingTable .atf-pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}
.atf-pricingTable .atf-pricing-content li {
	color: var(--thm-black);
	font-size: 16px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin: 0 0 15px;
	border-bottom: 1px solid var(--thm-ddd);
	padding-bottom: 15px;
}
.atf-pricingTable .atf-pricing-content li:last-child{ margin-bottom: 0; }
.atf-pricingTable .atf-pricing-content li span{ 
	color: var(--thm-black);
	font-weight:600;
 }
 .atf-pricingTable .atf-pricing-content li .cent {
	float: right;
	color: var(--thm-color);
}
.atf-pricingTable .atf-pricingTable-signup{
    background-color: var(--thm-black);
    padding: 20px 10px;
    border-radius: 0 0 8px 8px;
    position: relative;
}
@media only screen and (max-width: 991px){
    .atf-pricingTable{ margin-bottom: 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 11.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 12. START BLOG DESIGN
 *************************************/
.atf-blog-area {
 background: var(--thm-f6);
 }
.atf-single-blog {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 10px;
}
.atf-post-img {
	overflow:hidden;
	position: relative;
}
.atf-post-img img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.atf-single-blog:hover .atf-post-img img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.atf-blog-content {
	padding: 25px;
	background: var(--thm-white);
}
.atf-post-img  img{width:100%;}
.atf-post-img .atf-blog-tag a {
	overflow: hidden;
	position: relative;
}
.atf-post-img .atf-blog-date a {
	color: var(--thm-black);
	font-size: 15px;
	background: var(--thm-white);
	padding: 10px 20px;
	border-radius: 3px;
	opacity: 0.9;
}
.atf-post-img .atf-blog-date {
	content: '';
	position: absolute;
	top: 20px;
	left: 15px;
	color: var(--thm-color);
}
.atf-blog-content .atf-blog-tag {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-blog-content .atf-single-blog-icon {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-single-blog .atf-blog-content h3 {
	padding-top: 15px;
}
.atf-single-blog .atf-blog-content p {
	padding-top: 5px;
}
.atf-single-blog-icon i{
	color: var(--thm-color);
}
.atf-blog-btn .atf-blogs-btn {
	opacity:0;
	visibility:hidden;
	transform: translateX(-20px);
}
.atf-blog-btn .atf-themes-btn {
	text-transform: capitalize;
	font-size: 16px;
	background: transparent;
	color: var(--thm-black);
	box-shadow: none;
	padding: 0;
	font-weight: 600;
	transition: 0.5s all ease-in-out 0s;
	transform: translateY(-0px);
	letter-spacing: 0;
	text-decoration: underline;
}
.atf-blog-btn .atf-themes-btn:hover  .atf-blogs-btn{
	transform: translateX(8px);
	opacity:1;
	visibility:visible;
	transition:all 0.5s ease-in-out 0s;
}
.atf-blog-btn .atf-themes-btn:hover{
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 12.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-address {
	display: flex;
	align-items: center;
	border: 1px solid #eaeaea;
	text-align: center;
	padding: 30px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.atf-contact-address .atf-contact-icon i {
	color: var(--thm-color);
	margin-right: 15px;
	font-size:30px;
}
.atf-contact-phone h3 {
	margin-bottom: 4px;
	text-transform: capitalize;
}
.contact-title h3 {
	font-size: 28px;
	text-transform: capitalize;
}
.atf-contact-phone{
	text-align:left;
}.atf-contact-address {
	display: flex;
	align-items: center;
	border: 1px solid #eaeaea;
	text-align: center;
	padding: 30px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.atf-contact-address .atf-contact-icon i {
	color: var(--thm-color);
	margin-right: 15px;
	font-size:30px;
}
.atf-contact-phone h3 {
	margin-bottom: 4px;
	text-transform: capitalize;
}
.contact-title h3 {
	font-size: 28px;
	text-transform: capitalize;
}
.atf-contact-phone{
	text-align:left;
}
.contact h3 {
	font-size: 28px;
	margin-bottom: 25px;
	color: var(--thm-black);
	text-transform: capitalize;
	font-weight: 600;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 15px 20px;
	border-radius: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}
.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: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 400px;
	display:block;
	border-radius:20px;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
	background: var(--thm-black);
	padding-bottom: 30px;
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-link .atf-list-menu li::before {
	content: "\f562";
	color: var(--thm-color);
	font-family: "Font Awesome 7 Free";
	font-weight: 700;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	color: var(--thm-white);
}
.atf-footer-link h3 {
	margin-bottom: 50px;
	color: var(--thm-white);
}
.atf-footer-link .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;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-base);
	text-decoration:underline;
}
.atf-footer-link .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-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom {
	padding: 35px 0;
	background: var(--thm-line);
	border-radius: 5px;
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-footer-boottom 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-boottom  a:hover{
	color:  var(--thm-base);
	text-decoration:none;
}
.atf-footer-link.instragram img {
	width: 100px;
	margin: 0 10px 12px 0;
	border-radius: 20px;
}
.atf-footer-link .footer-logo {
	width: 140px;
}
.atf-footer-social-icon li a i:hover{
	background:var(--thm-color);
	color:var(--thm-white);
}
.atf-footer-social-icon li {
	display: inline-block;
	margin-right: 6px;
}
.atf-footer-social-icon li a i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color:var(--thm-black);
	background:var(--thm-white);
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}
.atf-footer-content .link{
	text-decoration:underline;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
	font-weight:700;
}
.atf-footer-post{
	display:flex;
	margin-bottom:8px;
}
.atf-footer-post .atf-footer-post-thumb {
	flex: none;
	margin-right: 15px;
	width: 100px;
}
.atf-footer-post .atf-footer-post-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--thm-white);
	transition: all 0.3s ease-in-out 0s;
	line-height: 1.4;
}
.atf-footer-post  .atf-footer-post-title:hover {
	color:var(--thm-base);
}
.atf-footer-post  .atf-footer-post-date {
	font-size: 13px;
	line-height: 1.6em;
	color:rgba(225,255,255,0.7);
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
/* slick-arrow-2 */
.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: 2px 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); 
 }
.slick-arrow-2 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important; }

.slick-arrow-2 .slick-next {
  right: 15px;
  background-color: var(--thm-white);
  border-color: var(--thm-color);
  color: var(--thm-color) !important; }

.slick-arrow-2 .slick-prev {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
	color: var(--thm-white) !important;
}
 
 /* slick-arrow */
.slick-arrow {
  cursor: pointer;
  z-index: 9; }

/* slick-arrow-1 */
.slick-arrow-1 .slick-arrow {
  background-color: var(--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(--thm-color);
  border-radius: 0%;
  text-align: center;
  font-size: 20px;
  color: var(--thm-color) !important;
  z-index: 1;
  opacity: 0;
  visibility: hidden; }
  .slick-arrow-1 .slick-arrow:hover {
    background-color: var(--thm-color);
    border-color: var(--thm-color);
    color: var(--thm-white) !important; }

.slick-arrow-1 .slick-next {
  right: 15px;
  left: auto; }

.slick-arrow-1:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-arrow {
  left: 50px;
  right: auto; }

.slick-arrow-1-inner.slick-arrow-1:hover .slick-next {
  right: 50px;
  left: auto; }

@media (min-width: 1350px) {
  .slick-arrow-1:hover .slick-arrow {
    left: -50px;
    right: auto; }
  .slick-arrow-1:hover .slick-next {
    right: -50px;
    left: auto; } }

/* ----------------------------------------------------
    Slick Slider Dots, Arrow
---------------------------------------------------- */
/* Slick dots */
.slick-dots {
  margin: 30px 0 0px;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 1; }
.slick-dots li {
    display: inline-block;
    list-style: none;
    display: inline-block;
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 10px;
    background-color: var(--thm-base);
    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(--thm-color);
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }
/*
* ----------------------------------------------------------------------------------------
* END SLICK DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px){
	#main-menu{
		display: none;
		
	}
	#main-menu ul li a .arrow-btn{
		display:none;
	}
	#mobile_menu {
		display: block;
		position: absolute;
		right: 0;
		top: -2px;
		z-index: 9999;
	}
	.slicknav_parent ul {
		background: transparent !important;
	}
	.slicknav_parent.slicknav_open ul li a {
		color: var(--thm-black) !important;
	}
	.slicknav_nav {
		background-color: var(--thm-black);
		width: 250px;
		float: right;
		overflow-y: scroll;
		height: 250px;
	}
	#navigation #mobile_menu li a {
		color: var(--thm-white) !important;
		font-weight: 400;
		font-family: var(--thm-font);
	}
	#navigation #mobile_menu li li a{
		color: var(--thm-black);
	}
	#navigation #mobile_menu li i{
		display: none;
	}
	#navigation ul li ul, #navigation ul {
		transition: .5s;
	}
	#navigation.navbar-fixed #mobile_menu li a{
		color: var(--thm-white);
	}
	.slicknav_nav a {
		padding: 3px 0px;
		transition: .5s;
	}
	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus{
		color:var(--thm-color);
	}
	.slicknav_btn {
		top: 10px;
	}
	.site-logo {
		margin-top: 0px;
	}
	
}
@media only screen and (max-width: 767px){
	
	.slicknav_btn {
		top: 7px;
	}
	
}
@media only screen and (max-width: 576px){
	.slicknav_nav{
		margin-top:0;
	}
	
}
/* 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;
    }
}
/* END OWL DOT & NAV DESIGN */