/*
Author       : Theme-Family
Template Name: Gatherer - Food & Resturant 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
		-- START SLIDER 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: #fa7e1e;
	--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%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font2);
	color: var(--thm-black);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	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: 300px;
	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:#ECECEC;
	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: 100px;
    width: 300px;
    transform: translate(-50%,-50%);
}
/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 90px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
}
.atf-section-title h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font2);
}
.atf-section-title p {
	padding: 10px 0 0px;
	font-size: 15px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
}
.atf-section-title h5 {
	font-family: var(--thm-font2);
	color: var(--thm-color);
	font-size: 20px;
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title .divide::after {
	width: 10px;
	height: 10px;
	margin-left: 44px;
	transform: rotate(45deg);
	transform-origin: 0 100%;
	content: "";
	border-right: 3px solid var(--thm-color);
	display: block;
	background: var(--thm-white);
	margin-top: -7px;
	border-bottom: 3px solid var(--thm-color);
}
.atf-section-title .divide {
	height: 4px;
	width: 100px;
	border-bottom: 3px solid var(--thm-color);
	position: relative;
	display: inline-block;
	margin: 20px 0 15px;
}
@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*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: 25px;
	width: 50px;
	height: 50px;
	background: var(--thm-color);
	line-height: 50px;
	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-white);
    background: var(--color_1);
    font-family: var(--thm-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    transform: scale(1);
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.atf-themes-btn:hover{
    color: var(--thm-white);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.atf-themes-btn::before, .atf-themes-btn::after {
	content: "";
	background: rgba(0,0,0, 0.2);
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scaleX(0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s linear;
	z-index: -1;
}
.atf-themes-btn:hover:before{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.atf-main-btn .atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s;
}
.atf-main-btn .atf-themes-btn:hover i {
	opacity: 1;
	transform: translateX(8px);
}
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom: 20px; }
} 
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-site-header.atf-style1 {
	transition: all 0.4s ease; 
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 80px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-black);
	color: var(--thm-white) !important;
	-webkit-box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
}
.atf-nav .atf-nav-list > li > a {
	color: var(--thm-black);
}
@media screen and (max-width: 991px) {
  .atf-main-header .container {
    max-width: 100%; }

  .atf-top-header {
    display: none; }

  .atf-site-header.atf-style1 {
    background-color: var(--thm-white); } 
}

.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:14px;
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap; 
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 25px; 
		font-weight:500;
	}
	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0; 
	}
	.atf-nav .atf-nav-list > li > a {
		padding: 15px 0;
		display: inline-block;
	}
	.atf-nav .atf-nav-list > li > ul {
		left: 0;
		top: calc(100% + 15px); 
	}
	.atf-nav .atf-nav-list > li > ul:before {
		content: '';
		position: absolute;
		height: 10px;
		width: 10px;
		border: 1px solid #eaeaea;
		transform: rotate(45deg);
		background-color: #fff;
		border-right: none;
		border-bottom: none;
		top: -6px;
		left: 16px; 
	}
	.atf-nav .atf-nav-list > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list li {
		position: relative; 
	}
	.atf-nav .atf-nav-list li a.active {
		color: var(--thm-color); 
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 0px 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.1s ease; 
	}
	.atf-nav .atf-nav-list ul li:hover ul {
		top: 0px; 
	}
	.atf-nav .atf-nav-list ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list ul a {
		font-size: calc(100% - 1px);
		display: block;
		line-height: 1.2em;
		padding: 10px 20px;
		color: var(--thm-black);
	}
	.atf-nav .atf-nav-list ul a:hover {
		background-color: var(--thm-color);
		color: var(--thm-white);
	}
	.atf-nav .atf-nav-list ul ul {
		top: 15px;
		left: 100%; 
	}
	.atf-menu-toggle,
	.atf-menu-dropdown-toggle {
		display: none; 
	} 
}
@media screen and (max-width: 991px) {
	.atf-menu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px; 
	}
	.atf-menu-dropdown-toggle:before, .atf-menu-dropdown-toggle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--thm-black);
		transition: all 0.3s ease; 
	}
	.atf-menu-dropdown-toggle:before {
		transform: translate(-50%, -50%) rotate(90deg); 
	}
	.atf-menu-dropdown-toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg); 
	}
	.atf-nav .atf-nav-list {
		position: absolute;
		width: 100vw;
		left: 0;
		background-color: var(--thm-white);
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		overflow: auto;
		max-height: calc(100vh - 80px); 
	}
	.atf-nav .atf-nav-list ul {
		padding-left: 15px;
		display: none; 
	}
	.atf-nav .atf-nav-list a {
		display: block;
		padding: 8px 20px; 
		color: var(--thm-black);
	}
	.atf-nav .menu-item-has-children {
		position: relative; }
	.atf-nav .menu-item-has-children i {
		display: none; }
		

 /*Mobile Menu Button*/
 
.atf-menu-toggle {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 27px;
	margin: 15px 0px 15px 0px;
	cursor: pointer; 
}
.atf-menu-toggle span,
.atf-menu-toggle span:before,
.atf-menu-toggle span:after {
	width: 100%;
	height: 2px;
	background-color: var(--thm-black);
	display: block; 
}
.atf-menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	transition-duration: 0s;
	transition-delay: 0.2s; 
}
.atf-menu-toggle span:before {
	content: '';
	position: absolute;
	margin-top: -8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s; 
}
.atf-menu-toggle span:after {
	content: '';
	position: absolute;
	margin-top: 8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}
.atf-toggle-active span {
	background-color: rgba(0, 0, 0, 0);
	transition-delay: 0.2s; 
}
.atf-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s; 
}
.atf-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s; }
}
.atf-sticky-header {
	position: relative;
	z-index: 999;
	width: 100%;
	background: var(--thm-white);
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-white);
	color: var(--thm-white) !important;
	-webkit-box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	position: fixed;
}
.atf-site-branding.atf-white-logo img {
	width: 160px;
	height: auto;
}
/*
* ----------------------------------------------------------------------------------------
* 02. END NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-header-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	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.3);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-header-area .atf-content-details h3 {
	font-weight: 500;
}
.atf-header-area .atf-content-details h5 {
	color: var(--thm-white);
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	padding: 2px 15px;
	border-radius: 6px;
}
.atf-header-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 50px;
	letter-spacing: 0.4px;
	line-height: 60px;
}
.atf-header-area .atf-single-details p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 20px 0 35px;
	z-index: -1;
}
.atf-single-details h5 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }
.atf-single-details img {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both;
	display: block;
	margin: auto;
}
.atf-single-details h2 {
	-webkit-animation: 1.7s .7s zoomIn both;
	animation: 1.7s .7s zoomIn both; }

.atf-single-details p {
	-webkit-animation: 1.7s .7s zoomIn both;
	animation: 1.7s .7s zoomIn both; }

.atf-single-details .atf-main-btn{
	-webkit-animation: 1.7s 1s slideInUp both;
	animation: 1.7s 1s slideInUp both; }
	
	
@media only screen and (max-width : 992px) {
	.atf-header-area .atf-single-details h2{
		font-size:40px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-header-area .atf-single-details h2{
		font-size:30px;
		line-height:43px;
	}
	.atf-choose-inner {
		margin-top:40px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-width-area{
		height: 850px;
	}
	.navbar-nav .menu-nav a::after,
	.navbar-nav .menu-nav a::before {
		display: none;
	}
	.atf-header-area .atf-content-details h3{
		font-size:20px;
	}
	.atf-header-area .atf_home_img{
		margin-top:40px;
	}
	.atf-header-area .atf-single-details h2{
		font-size:25px;
		line-height:35px;
	}
	.atf-skill-box{
		margin-top:35px;
	}
	
}

@media only screen and (max-width: 576px) {
	.atf-header-area .atf-themes-btn{
		margin-bottom:15px;
	}
}
@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-header-area .atf-themes-btn{
		margin-bottom:15px;
	}
	.atf-header-area .atf-content-details h3{
		font-size:17px;
	}
}


/*revulation silder style*/

.home-slide-overlay {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden !important;
	margin-top: 0px;
}
.tp-banner-container h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
	font-family: var(--thm-font2);
}
.tp-banner-container p {
	color: var(--thm-white);
	text-transform: capitalize;
}
.tp-caption a {
	color: var(--thm-white);
}
.tp-caption a:hover {
	color: var(--thm-white)!important;
}
.tp-caption{margin-left:50px;}
.tp-caption .atf-themes-btn{margin-top:20px;}
/*
* ----------------------------------------------------------------------------------------
* 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 {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 20px 10px;
	border-radius: 13px;
	transition:all 0.3s ease-in-out 0s;
}
.atf-pizza-menu h4 {font-weight:600;}
.atf-pizza-menu img {
	margin-bottom: 10px;
}
.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);
}
.atf-single-service:hover {
	box-shadow: 0 0 10px rgba(0,0,0, 0.2);
}
.atf-main-service{
	margin:15px 0;
}
.atf-service-icon i {
	background: var(--thm-color);
	padding: 10px 10px;
	border-radius: 50%;
	font-size: 20px;
	color: var(--thm-white);
}
.atf-service-text h3 {
	margin: 12px 0;
}
@media only screen and (max-width:990px){
    .atf-single-service{ margin: 0 0 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06.START PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-promo-offer {
	background-position: center top;
	background-repeat: repeat-y;
	height: 500px;
	position: relative;
	z-index:1;
}
.atf-promo-offer:before {
	background: rgba(0, 0, 0, 0.4);
	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: 13px;
	margin: 0 15px 20px 0;
	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;
	letter-spacing: 0.4px;
	background: var(--thm-base);
	color: var(--thm-white);
}
.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: 10px;
    transform: scale(0);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
.atf-single-portfolio:hover .atf-portfolio-content{ transform: scale(1); }
.atf-single-portfolio .atf-portfolio-title{
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 1px;
}
.atf-single-portfolio .atf-portfolio-post{
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
}
.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 5px; }
.atf-single-portfolio .atf-portfolio-icon li a {
	color: var(--thm-black);
	background: var(--thm-color);
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	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;
}
@media only screen and (max-width:991px){
    .atf-single-portfolio{ margin: 0 0 30px 7px; }
	.atf-about-image {
		margin-top: 30px;
	}
}
/**************************************
 * 07. END PORTFOLIO DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 08. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
#testimonial{
	background:var(--thm-black);
}
#testimonial .atf-section-title .divide::after {
	background: var(--thm-black);
}
.atf-testimonial {
	text-align: center;
	margin: 0px 10px 0;
	padding: 0 10% 1%;
	background: rgba(255,255,255, 0.6);
	border-radius: 5px;
	position: relative;
}
.atf-testimonial-area{
	position:relative;
	z-index: 1;
}
.atf-testimonial-area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: #000;
}
.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);
    line-height: 30px;
    margin: 10px 0 20px;
}
.atf-testimonial .atf-testimonial-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
	text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-post{
    display: block;
    font-size: 13px;
    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);
}
/* owl theme */
.atf-testimonial-area .owl-theme .owl-controls{
    margin-top: 30px;
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: var(--thm-white);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.atf-testimonial-area .owl-theme .owl-controls .owl-pagination{
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--thm-white);
}
.atf-testimonial-area .owl-theme .owl-controls .owl-page.active span,
.atf-testimonial-area .owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 4px solid var(--thm-white);
}
/**************************************
 * 08. END TESTIMONIAL DESIGN
 *************************************/
 /* ----------------------------------------------------------------------------------------
* 09.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#agency-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;
	top: -20%;
	width: 100%;
	background: var(--thm-black);
	transition: all 0.35s ease 0s;
	opacity: 0.6;
}
.atf-single-team:hover .atf-social_media_team{
    top: 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: 18px;
	text-transform: capitalize;
	font-weight: 600;
}
@media screen and (max-width: 990px){
    .atf-single-team{
        margin-bottom: 30px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 09.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 10.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background:var(--thm-black);
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-headding h2{
	font-size: 33px;
	color: var(--thm-white);
}
.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: 50px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 30px;
	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: 7px;
	color: var(--thm-white);
	box-shadow: none;
	top: 5px;
	background: var(--thm-color);
	border-radius: 18px;
	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: 30px;
	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 10px;
    border-top: 10px dotted #d1d1d1;
    display: block;
    clear: both;
}
.atf-pricingTable .atf-price-value:after{ margin: 13px auto 0; }
.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;
}
.atf-pricingTable .atf-price-value .atf-duration{ font-size: 20px; }
.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: 15px;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin: 0 0 12px;
	border-bottom: 1px solid var(--thm-ddd);
	padding-bottom: 5px;
}
.atf-pricingTable .atf-pricing-content li:last-child{ margin-bottom: 0; }
.atf-pricingTable .atf-pricing-content li span{ 
	color: var(--thm-color);
	font-weight:600;
 }
.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-blog-area .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;
}
.atf-blog-area .atf-single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.atf-blog-area .atf-single-blog  img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.atf-blog-content {
	padding: 5px 15px 30px 20px;
	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-white);
	font-size: 15px;
	background: var(--thm-black);
	padding: 9px 9px;
	border-radius: 3px;
	opacity: 0.9;
}
.atf-post-img .atf-blog-date {
	content: '';
	position: absolute;
	top: 20px;
	left: 5px;
	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:18px;
}
.atf-single-blog .atf-blog-content p {
	padding: 15px 5px 15px 0;
}
.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-info {
	
}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	padding: 8% 2% 3% 15%;
	box-shadow: 0px 0px 15px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(75, 81, 91, 0.1);
}
.atf-contact-details:hover {
	box-shadow: 0px 0px 10px rgba(75, 81, 91, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(75, 81, 91, 0.2);
}

.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 50%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	line-height: 16px;
	font-weight: 500;
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
}
.contact h4 {
	font-size: 25px;
	margin-bottom: 30px;
	color: var(--thm-black);
	text-transform: capitalize;
	font-weight: 400;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
.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;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-footer-area {
	background: var(--thm-black);
	padding-top:15px;
}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon{text-align:right;}
.atf-footer-social-icon a i:hover{
	background:var(--thm-white);
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	color:var(--thm-black);
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	background: #ff8a00;
	text-align: center;
	background: var(--thm-color);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 35px;
	top: 33px;
	background: var(--thm-color);
	width: 45px;
	height: 3px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 33px;
	background: var(--thm-color);
	width: 11px;
	height: 3px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
	color: var(--thm-white);
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 14px;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 4px;
}
.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-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
	text-align:left;
}
.atf-footer-boottom a {
	color: var(--thm-white);
	font-weight: 700;
	-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.9;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-color);
	opacity:1;
}
.atf-footer-link img {
	width: 120px;
	margin: 0 5px 8px -4px;
}
.atf-payment-link img {
	width:80px;
	margin: 0 5px 5px 0px;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
