/*
Author       : Theme-Family
Template Name: Latif - Christmas Event Landing Page Theme
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
		--START hot Time DESIGN
		--START VIDEO DESIGN
    04. START ABOUT DESIGN 
	05. START EVENT DESIGN
	06. START TESTIMONIAL DESIGN
	07. START SCHEDULE DESIGN
	08. START PRICING DESIGN
		--START TICKET DESIGN
	09. START GALLERY DESIGN
		--START COMPANY BRAND LOGO DESIGN  
    10. START ARTIST DESIGN 
    11. START CONTACT DESIGN 
		--START MAP DESIGN
    12. START FOOTER DESIGN (START NEWSLETTER DESIGN)
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: 'ubuntu condensed', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-font2: 'Amarante', cursive;
	--thm-base: #E19E35;
	--thm-color: #FE4062;
	--thm-black: #37357A;
	--thm-white: #ffffff;
	--thm-ase: #dff2d4;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #757575;
	--thm-bg:linear-gradient(#2CC550, #35C296);
}
.bg-1 {
	background-color: #f0f0fa;
}
.bg-2 {
	background-color: #f0f0fa;
}
.bg-3 {
	background-color: #F1F8FF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Vollkorn', Sans-Serif;
	/*color: var(--thm-black);*/
	 color:#151616;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 45px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 900;
}
h3 {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
	 text-transform:uppercase;
}
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 {
	margin: 0;
	padding: 0;
	list-style: none
}
p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: ubuntu condensed, sans-serif;
	font-weight: 400;
	letter-spacing: 0.3px;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
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);*/
	 color:#acadae;
	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;
}
::-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: 30px;
}
button, input, select, textarea {
    color: var(--thm-black);
}
button, input, select, textarea:focus {
    border: none;
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)
}
.no-border{
	border:none! important;
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
.atf-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader{
	width: 100px;
	height: 100px;
	margin: 50px auto 0;
	position: relative;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -60px;	
} 
.loader .loader-inner{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.loader .loader-inner:before{
   content: "";
   display: block;
   width: 15%;
   height: 25%;
   border-radius: 100%;
   background: var(--thm-color);
   margin: 0 auto;
   animation: loading-1 1.2s infinite ease-in-out both;
}
.loader .box-2{ transform: rotate(30deg); }
.loader .box-3{ transform: rotate(60deg); }
.loader .box-4{ transform: rotate(90deg); }
.loader .box-5{ transform: rotate(120deg); }
.loader .box-6{ transform: rotate(150deg); }
.loader .box-7{ transform: rotate(180deg); }
.loader .box-8{ transform: rotate(210deg); }
.loader .box-9{ transform: rotate(240deg); }
.loader .box-10{ transform: rotate(270deg); }
.loader .box-11{ transform: rotate(300deg); }
.loader .box-12{ transform: rotate(330deg); }
.loader .box-2:before{ animation-delay: -1.1s; }
.loader .box-3:before{ animation-delay: -1s; }
.loader .box-4:before{ animation-delay: -0.9s; }
.loader .box-5:before{ animation-delay: -0.8s; }
.loader .box-6:before{ animation-delay: -0.7s; }
.loader .box-7:before{ animation-delay: -0.6s; }
.loader .box-8:before{ animation-delay: -0.5s; }
.loader .box-9:before{ animation-delay: -0.4s; }
.loader .box-10:before{ animation-delay: -0.3s; }
.loader .box-11:before{ animation-delay: -0.2s; }
.loader .box-12:before{ animation-delay: -0.1s; }
@keyframes loading-1{
    0%, 39%, 100%{ opacity: 0; }
    40%{ opacity: 1; }
}
/*
* ----------------------------------------------------------------------------------------
* 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:hover{
	/*background: var(--thm-color);*/
	 background:#151616;
	  /*border:1px solid #25510c;*/
}
.atf-scrollup-icon {
	font-size: 25px;
	width: 60px;
	height: 60px;
	/*background: var(--thm-color);*/
	 background: #acadae;
	line-height: 60px;
	color: var(--thm-white);
	border-radius: 30px;
	/*box-shadow: 0 0 15px rgba(0,0,0,0.3);*/
}
.atf-scroll-top.open {
	right: 30px; }
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
	color: #acadae;
	/*background: var(--thm-color);*/
	 background:#fcfcfc;
	border-radius: 4px;
	font-size: 15px;
	padding: 14px 23px;
	font-weight: 700;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	display: inline-block;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-transform: capitalize;
	letter-spacing: 0.08em;
	border:1px solid #fff;
}
.atf-themes-btn:hover{
	/*background: var(--thm-black);*/
	 background:#acadae;
	color: #fcfcfc;
}

.atf-main-btn .btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 14px 23px;
}
.atf-main-btn  .btn-2:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 40px 0;
}
/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title {
	margin-bottom: 60px;
}
.atf-section-title h5 {
	font-size: 14px;
	color: var(--thm-color);
	letter-spacing: 1.8px;
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title h2 {
	font-size: 40px;
	line-height: 1.6;
	color: #151616;
	text-transform: uppercase;
	font-family: 'Vollkorn', Sans-Serif;
	font-weight: 800;
}
.atf-section-title .atf-sec_icon i {
	color: var(--thm-color);
	margin:0 3px 0 3px;
}
.atf-section-title .atf-sec_icon  {
	position: relative;
	display:inline-block;
	margin-top: 10px;
}
.atf-section-title .atf-sec_icon::before {
	position: absolute;
	content: '';
	top: 17.6px;
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: var(--thm-color);
	display: inline-block;
}
.atf-section-title .atf-sec_icon::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 6px;
	background: var(--thm-color);
	top: 13px;
	right: -58px;
	border-radius: 5px;
}
.atf-section-title .atf-sec_icon span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -5px 2px;
	background: var(--thm-color);
	display: inline-block;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -4px 2px;
	background: var(--thm-color);
	display: inline-block;
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title p {
	font-family: var(--thm-font);
	font-size: 15px;
	font-weight: 400;
	margin-top: 15px;
	color: var(--thm-p);
}
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
	position: relative;
	z-index: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header::after {
	background: var(--thm-black) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: calc(26% + 0px);
	border-right: 4px solid #fff;
}
.atf-header-top-auth {
	display: inline-block;
	margin-right: 10px;
}
.atf-header-top-auth a {
	color: rgba(255, 255, 255, .8);
	text-transform: capitalize;
}
.atf-header-top-auth a i {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: #fff;
	color: #6861BC;
	border-radius: 50%;
	margin-right: 10px;
}
.atf-header-top-right {
	text-align: right;
}
.atf-header-top-social {
	display: inline-block;
}
.atf-header-top-social ul li {
	display: inline-block;
	margin-left: 10px;
}
.atf-header-top-social ul li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
}
.atf-header-top-social ul li a:hover,
.atf-header-top-auth a:hover{
	color:var(--thm-white);
} 
.atf-top-header {
	background-color: var(--thm-color);
	overflow: hidden;
}
.atf-top-header .atf-top-header-in {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header  .atf-top-social {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}
.atf-top-social a i:hover{
	color:var(--thm-white);
}
.atf-top-social a i {
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header  {
	height: 0; 
}
.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}
.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	margin-top: 3px;
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
}
.atf-top-header-list li a:hover {
    color: var(--thm-white);
}
.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: 100px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	/*background: var(--thm-black);*/
	  background:#25510C;
	color: var(--thm-white) !important;
	box-shadow: 0 0 15px rgba(244, 231, 231, 0.48);
}
.atf-nav .atf-nav-list > li > a {
	color: var(--thm-white);
}

@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-black); } 
}
.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:14px;
}
.atf-main-header {
  position: relative; 
  background: #151616;
  }

@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: 10px 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.6em;
		padding: 9px 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-white);
		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;
		left: 0;
		background-color: var(--thm-black);
		padding: 10px 0;
		display: none;
		top: 100%;
		/* border-top: 1px solid #eaeaea;
		border-bottom: 0px solid #eaeaea; */
		overflow: auto;
		max-height: calc(100vh - 80px);
		width:40%;
	}
	.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-white);
	}
	.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-white);
	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: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0; 
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-bg-home {
	background-image: url(../images/brl-banner.jpg);
	position: relative;
	background-position: center;
	background-size:cover;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.atf-header-area {
	background-color: var(--thm-f6);
	height: 750px;
	overflow: hidden;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-details h5 {
	color: var(--thm-white);
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	text-transform: capitalize;
	padding-bottom: 10px;
	font-family: var(--thm-font);
}
.atf-header-area .atf-single-details h2 {
	font-size: 45px;
	line-height: 60px;
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 900;
	font-family: 'Vollkorn', Sans-Serif;
	letter-spacing: 0.7px;
	 text-align:center;
}
.atf-header-area .atf-single-details span{
	margin-left:2px;
}
.atf-header-area .atf-single-details p {
	color: var(--thm-white);
	font-size: 16px;
	margin: 20px 0 35px;
	line-height: 36px;
	letter-spacing: 0.6px;
	font-weight: 500;
}
.atf-single-details  h5 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }

.atf-single-details  h2 {
	-webkit-animation: 1.7s .7s fadeInLeft both;
	animation: 1.7s .7s fadeInLeft both; }
	
.atf-single-details  p {
	-webkit-animation: 1.7s .7s fadeInUp both;
	animation: 1.7s .7s fadeInUp both; }
	

.atf-single-details .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }

/**************************************
 * START HOME SLIDER
 *************************************/
.atf-slider.atf-style1 {
  position: relative; }

.swipe-arrow.atf-hidden,
.pagination.atf-hidden {
  display: none; }

.pagination.atf-style1 ul,
.pagination.atf-style2 ul {
  padding: 0;
  margin: 0;
  display: flex !important;
  list-style: none; }
.pagination.atf-style1 li,
.pagination.atf-style2 li {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: var(--thm-white);
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.4s ease; }
.pagination.atf-style1 li.slick-active,
.pagination.atf-style2 li.slick-active {
  background: var(--thm-color); }
.pagination.atf-style1 button,
.pagination.atf-style2 button {
  display: none; }

.pagination.atf-style2 {
  position: absolute;
  bottom: 17px;
  left: 50%; }

.pagination.atf-style1.container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  padding-left: 15px; }

.atf-slider.atf-style2 {
	position: relative; }
.atf-slider.atf-style2 .slick-slide {
	padding-left: 15px;
	padding-right: 15px; }
.atf-slider.atf-style2 .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: -15px;
    margin-right: -15px; }
  .atf-slider.atf-style2 .slick-arrow {
    box-shadow: 0px 5px 10px 0px rgba(106, 106, 106, 0.15);
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.4s ease; }
.atf-slider.atf-style2 .slick-arrow:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left {
    left: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-left:before {
    right: -20px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right {
    right: 0px; }
.atf-slider.atf-style2 .slick-arrow.slick-arrow-right:before {
    left: -20px; }
.atf-slider.atf-style2 .slick-arrow:hover {
    color: #222; }
.atf-slider.atf-style2:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-left {
    left: -70px; }
.atf-slider.atf-style2:hover .slick-arrow.slick-arrow-right {
    right: -70px; }

@media screen and (max-width: 991px) {
.atf-slider .pagination.atf-hidden {
    display: block;
    margin-top: 20px; }

.atf-slider .pagination.atf-style1 ul,
.atf-slider .pagination.atf-style2 ul {
    justify-content: center; }

.swipe-arrow.atf-style1 {
    display: none; }

.atf-hidden.atf-hidden-md,
.swipe-arrow.atf-style2 {
    display: none !important; } }
.swipe-arrow.atf-style2 .slick-arrow-left,
.swipe-arrow.atf-style2 .slick-arrow-right {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  /*background: var(--thm-color);*/
   background:#347b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  opacity: 0;
  color: var(--thm-white);
  cursor: pointer;
  transition: all 0.3s ease; }
.swipe-arrow.atf-style2 .slick-arrow-left:hover,
.swipe-arrow.atf-style2 .slick-arrow-right:hover {
    /*background: var(--thm-black);*/
     background:#25510c;
	color: var(--thm-white); }
.swipe-arrow.atf-style2 .slick-arrow-right {
  right: 30px;
  padding-left: 2px; }
.swipe-arrow.atf-style2 .slick-arrow-left {
  left: 30px;
  padding-right: 2px; }

.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-left,
.atf-slider:hover .swipe-arrow.atf-style2 .slick-arrow-right {
  opacity: 1; }
 .atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1.2);
  transition: all 3s ease; }
.atf-slider-animation1 .atf-hero.atf-style1 .aft-hero-uptitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
 .atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-title {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
  
.atf-slider-animation1 .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .atf-main-btn{
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.4s ease-in-out; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-bg {
  transform: scale(1);
  transition-delay: 0.7s; }
  
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .aft-hero-uptitle {
  opacity: 1;
  top: 0;
  transition-delay: 0.8s; }
  
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-title {
  opacity: 1;
  top: 0;
  transition-delay: 0.8s; }
.atf-slider-animation1 .slick-active .atf-hero.atf-style1 .atf-hero-subtitle {
  opacity: 1;
  top: 0;
  transition-delay: 0.9s; }
.atf-slider-animation1 .slick-active .atf-main-btn {
  opacity: 1;
  top: 0;
  transition-delay: 1s; }
  
.atf-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; }
.atf-fixed-bg {
	background-attachment: fixed; }

.atf-hero.atf-style1 {
	height: 820px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden; }
.atf-hero.atf-style1.atf-size1 {
    /*height: 750px; */
     height:610px;
    }
.atf-hero.atf-style1 .container {
    position: relative;
    z-index: 2; }
.atf-hero.atf-style1 .atf-hero-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 19px; }
.atf-hero.atf-style1 .atf-hero-text.atf-style1 .atf-hero-title {
    font-weight: 400; }
.atf-hero.atf-style1 .atf-hero-subtitle {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 40px;
}
.atf-hero.atf-style1 .aft-hero-uptitle {
	text-transform: capitalize;
	line-height: 30px;
	color: var(--thm-white);
	font-family: var(--thm-font2);
	background: var(--thm-color);
	display: inline-block;
	padding: 7px 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	font-size: 25px;
}
.atf-hero.atf-style1 .atf-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
.atf-hero.atf-style1 .atf-hero-img img {
    max-height: 94%; }
.atf-hero.atf-style1.atf-white .atf-hero-title {
    color: #fff; }
.atf-hero.atf-style1.atf-white .atf-hero-subtitle {
    color: rgba(255, 255, 255, 0.8); }

.atf-hero.atf-style1 .atf-hero-img {
  right: 0px; }

.atf-color-overlay:before,
.atf-hero-overlay:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3); }

.atf-hero-overlay:before {
  z-index: 1;
  background: rgba(0, 0, 0, 0.4); }

.atf-hero-img-group {
  height: 450px;
  width: 400px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  z-index: 2; }
.atf-hero-img-group .atf-lg-img {
    height: 100%;
    width: 65%;
    margin-left: auto; }
.atf-hero-img-group .atf-sm-img {
    position: absolute;
    height: 55%;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0; }
.left-area{
	text-align: left;
}
.center-area{
	text-align: center;
}
.right-area{
	text-align: right;
}

.atf-hero-text.atf-style1 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 35px 50px 50px;
  border-radius: 10px; }
  
.atf-hero-text.atf-style1  {
    min-width: 152px; }

.atf-hero.atf-style1 .atf-hero-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
@media screen and (max-width: 991px) {
.atf-hero-wrap .atf-hero-slider1 {
    display: none; }

.atf-hero.atf-style1 {
    height: 550px; }

.atf-hero.atf-style1 .atf-hero-title {
    font-size: 38px; }

.atf-hero.atf-style1 .atf-hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px; } }
@media screen and (max-width: 1450px) {
.atf-hero-img-group {
    right: 0; } }
@media screen and (max-width: 1199px) {
.atf-hero-img-group {
    position: relative;
    transform: initial;
    right: initial;
    top: initial;
    margin-top: 40px; }

.atf-hero.atf-style1.atf-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit; }

.atf-hero-img-group .atf-lg-img {
    margin-left: 0; }

.atf-hero-img-group .atf-sm-img {
    left: initial;
    right: 0; } }
@media screen and (max-width: 575px) {
.atf-hero.atf-style1 .atf-hero-title br,
.atf-hero.atf-style1 .atf-hero-subtitle br {
    display: none; }
.atf-hero-btn-group .btn {
	margin-bottom:15px;
	}

.atf-hero-text.atf-style1 {
    padding: 25px 30px 40px; }

.atf-hero-btn-group {
    margin-bottom: -10px; }
.atf-hero-btn-group .atf-btn {
      margin-bottom: 10px; }

.atf-hero-img-group {
    width: 100%; }

.atf-hero.atf-style1.atf-size1 {
    height: 560px; }

.atf-hero-text.atf-style1 .atf-btn {
    min-width: 120px;
    padding: 0.62em 1.5em; } }

.atf-slider .atf-style1 .home-area::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
    background: #4776E6;
    background: -webkit-linear-gradient(65deg, #00c3a7 0, #124188 100%);
    background: var(--thm-color);
}

.home-area .home-content .theme-btn {
	margin-right: 15px;
	
}

/*
* ----------------------------------------------------------------------------------------
* START VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-animation-zoom1 {
  -webkit-animation: zoom1 1s infinite;
  animation: zoom1 1s infinite; }
  
@-webkit-keyframes zoom1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes zoom1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
  
.atf-video-icon {
	height: 70px;
	width: 70px;
	background-color: var(--thm-color);
	color: var(--thm-white);
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	border-radius: 100%;
}
.atf-video-icon {
	position: absolute;
	right: 15%;
	top: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.atf-video-icon:hover{
	color: var(--thm-white);
}
.program-area{position:relative;}

/**************************************
 * START hot Time DESIGN
 *************************************/
.atf-hot-deal-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.atf-hot-deal-content .atf-sub-title {
	display: block;
	font-size: 20px;
	margin-bottom: 12px;
	color: var(--thm-white);
	background: rgba(225,225,225,0.3);
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
}
.atf-hot-deal-content #atf-timer {
    margin-bottom: 30px;
}
.atf-hot-deal-content #atf-timer div {
	width: 105px;
	height: 105px;
	border-radius: 50px;
	color: var(--thm-color);
	background-color: #f0f0fa;
	font-size: 30px;
	font-weight: 600;
	margin-left: 10px;
	margin-right: 10px;
}

.atf-hot-deal-content #atf-timer div span {
    display: block;
    margin-top: 0;
    color: var(--thm-color);
    font-size: 15px;
    font-weight: 600
}
/*
* ----------------------------------------------------------------------------------------
* START Hot Time DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* END VIDEO  DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* 
/*
* ----------------------------------------------------------------------------------------
* END HOME SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-about-social-icon {
	font-size: 40px;
	color: var(--thm-color);
}
.atf-single-about{
	margin:15px 0;
}
.atf-single-about {
	margin: 15px 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 15px;
	border-left: 5px solid var(--thm-color);
	border-radius: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START EVENT DESIGN
* ----------------------------------------------------------------------------------------
*/
#project {
	font-family: var(--thm-font);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-white);
	background: #acadae;
	transition:all 0.3s ease-in-out;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none !important;
	color: var(--thm-white);
	background: #acadae;
	/*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);*/
}
.nav-fill .nav-item {
	font-size: 20px;
	font-family: 'Vollkorn', Sans-Serif;
	font-weight: 500;
	text-transform: capitalize;
	background: #151616;
	color: var(--thm-white);
	border-radius: 0;
	margin-right: 5px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	color:var(--thm-black);
}
.atf-project-icon i {
	font-size: 60px;
	color: var(--thm-color);
	margin-right:25px;
}
.atf-project-img{
	position:relative;
}
.atf-project-img .atf-project-content {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.atf-project-content {
	background: rgba(0,0,0, 0.6);
	padding: 20px 20px;
	border-left: 5px solid var(--thm-color);
	border-radius: 8px;
}
.atf-project-content p {
	color: var(--thm-white);
}
.atf-event-time .event-bar li {
	display: inline-block;
	font-size: 16px;
	font-family: var(--thm-font);
	color: var(--thm-black);
	margin-right: 10px;
	text-transform: capitalize;
}
.atf-event-time .event-bar li i {
	color: var(--thm-color);
	margin-right: 8px;
}
/*
* ----------------------------------------------------------------------------------------
* 05. END EVENT DESIGN
* ----------------------------------------------------------------------------------------
/**************************************
 * 06. START TESTIMONIAL DESIGN
 *************************************/
#testimonial{
	background:var(--thm-black);
	position:relative;
	z-index:1;
}
#testimonial:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index:-1;
}
.atf-testimonial {
	text-align: left;
	margin: 50px 10px 0;
	padding: 0 10% 1%;
	background: var(--thm-white);
	border-radius: 10px;
	opacity: 0.9;
}
.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: -50px;
    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: uppercase;
}
.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 0;
	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);
}
 /**************************************
 * 06. END TESTIMONIAL DESIGN
 *************************************/

 /*
* ----------------------------------------------------------------------------------------
* 07. START SCHEDULE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-schedule-text {
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	background: var(--thm-white);
}
.atf-single-schedule{
	transition: all 0.3s ease 0s;
}
.atf-single-schedule .atf-construct-schedule-img{
	overflow: hidden;
}
.atf-construct-schedule-img img{
	width: 100%;
	height:200px;
	/*height: auto;*/
	transition: all 0.4s ease-out 0s;
}
.atf-single-schedule:hover .atf-construct-schedule-img img{
	transform:scale(1.15);
}
.atf-single-schedule h3 {
	margin: 0px 0 15px;
}
.atf-single-schedule strong{font-size:22px;}

.atf-construct-schedule {
	padding: 25px 20px 25px;
}
.atf-construct-schedule-icon li {
	font-family: var(--thm-font);
	font-size: 14px;
	display: inline-block;
	margin-right: 8px;
}
.atf-construct-schedule-icon li i {
	color: var(--thm-color);
	text-align: center;
	margin-right:5px;
	
}
.atf-construct-schedule a h3:hover{
	color:var(--thm-color);
	transition:0.3s ease;
}
.atf-schedule-content{
	margin:15px 0;
}
/*
* ----------------------------------------------------------------------------------------
* 07.END SCHEDULE DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 *08. START PRICING DESIGN
 *************************************/
#pricing{
	background:var(--thm-f6);
}
.pricingTable {
	background: var(--thm-color);
	text-align: center;
	padding: 0 0 30px;
	margin: 0 10px;
	border-radius: 40px;
}
.pricingTable .pricingTable-header {
	background: var(--thm-black);
	padding: 35px 0 65px;
	margin: 0 0 30px;
	border-radius: 40px 40px 0 0;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
}
.pricingTable .title{
    color: #fb9a50;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.pricingTable .price-value{
    color: #fff;
    font-weight: 500;
    margin: 0 0 30px;
}
.pricingTable .price-value .currency{
    font-size: 45px;
    line-height: 45px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .amount{
    font-size: 70px;
    line-height: 60px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 20px;
    text-transform: uppercase;  
    vertical-align: text-bottom;
}
.pricingTable .pricing-content {
	padding: 0 50px;
	margin: 0 0 30px;
}
.pricingTable .pricing-content li {
	color: #555;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-transform: capitalize;
	text-align: left;
	padding: 11px 15px 11px 50px;
	position: relative;
}
.pricingTable .pricing-content li:nth-child(2n) {
	color: #fff;
	background: var(--thm-black);
}
.pricingTable .pricing-content li::before {
	content: "\f00c";
	color: #fff;
	background: var(--thm-base);
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	line-height: 23px;
	width: 23px;
	height: 23px;
	margin: auto;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
}
.pricingTable .pricing-content li.disable:before{
    content: "\f00d";
    background: #bb5057;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{ text-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2); }
.pricingTable.blue{ background: linear-gradient(#589EFF, #5965FF); }
.pricingTable.blue .title{ color: #5a6bff; }
.pricingTable.green{ background: linear-gradient(#30E2C0, #37958E); }
.pricingTable.green .title{ color: #37958E; }
@media only screen and (max-width: 991px){
    .pricingTable{ margin: 0 0 40px; }
}
/**************************************
 *START TICKET DESIGN
 *************************************/
.atf-ticket1 {
	background: #151616;
	display: inline-block;
	max-width: 350px;
	opacity: 0.8;
	border-radius: 10px;
	padding: 40px 20px;
	 margin-top:50px;
}
 #ticket{
	/*background:var(--thm-color);*/
	 background:#5aa325;
 }
.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
 *************************************/
/**************************************
 *08. END PRICING DESIGN
 *************************************/


/**************************************
 * 09. START GALLERY DESIGN
 *************************************/
#portfolio {
    position: relative;
	overflow: hidden;
}
.atf-single-portfolio{
     background-color: #1a1a1a;
     font-family: var(--thm-font);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
     overflow: hidden;
     position: relative;
 }
 .atf-single-portfolio img{
     width: 100%;
     height: auto;
     transition: all 0.4s ease-in-out;
 }
 .atf-single-portfolio:hover img{
     opacity: 0.3;
 }
 .atf-single-portfolio .atf-portfolio-icon{
     padding: 0;
     margin: 0;
     list-style: none;
     transform: translateX(-50%) translateY(-50%) scaleY(0);
     position: absolute;
     top: 50%;
     left: 50%;
     transition: all 0.25s linear;
 }
.atf-single-portfolio:hover .atf-portfolio-icon{ 
	transform: translateX(-50%) translateY(-50%) scaleY(1); 
 }
 .atf-single-portfolio .atf-portfolio-icon li{
     margin: 0 2px;
     display: inline-block;
 }
.atf-single-portfolio .atf-portfolio-icon li a {
	color: var(--thm-white);
	background: var(--thm-color);
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	display: block;
	transition: all 0.3s ease-in-out;
	border-radius: 5%;
}
 .atf-single-portfolio .atf-portfolio-icon li a:hover{ text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4); }
 @media only screen and (max-width:991px){
     .atf-single-portfolio{ margin: 0 0 30px; }
 }
 
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area{
	background:var(--thm-f6);
}

 #atf-brand-area .atf-section-padding {
	margin-bottom:40px;
	
}

#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 09. END GALLERY DESIGN
 *************************************/
 
 
 /**************************************
 *10. START ARTIST DESIGN
 *************************************/
.our-team{
    text-align: center;
    background: var(--thm-black);
    transition: all 0.3s ease 0s;
}
.our-team:hover{
    background: var(--thm-color);
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:before{
    opacity: 0.5;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .team-content {
	padding: 32px 0 40PX;
}
.our-team .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: var(--thm-white);
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    color: var(--thm-white);
    margin-bottom: 16px;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 10px;
}
.our-team .social li:last-child{
    margin-right: 0;
}
.our-team .social a {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	font-size: 16px;
	color: #404041;
	background: rgba(255,255,255, 0.5);
	line-height: 33px;
	transition: all 0.3s ease 0s;
}
.our-team .social a:hover{
    background: #151515;
    color: var(--thm-white);
}
@media only screen and (max-width: 991px){
    .our-team{ margin-bottom: 30px; }
}
/*
* -----------------------------------------------------
* 10.END FRIEND DESIGN
* 
--------------------------------------------------------
*/
/**
 /**************************************
 * 11. START CONTACT DESIGN
 *************************************/
#contact{
	position:relative;
}

.atf-contact-details {
	display: block;
	overflow: hidden;
	display: inline-flex;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	margin-left: 15px;
	font-weight:700;
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-black);
	display: block;
	overflow: hidden;
	margin-left: 15px;
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-area .form-control:focus{
	box-shadow: inherit;
	background-color: inherit;
	border-radius:0;
}
.atf-contact-area .form-control {
	color: inherit;
	opacity: 0.5;
}
.atf-contact-area .form select, .atf-contact-area .form input{
	height: 45px;
	padding-left: 10px;
}
.atf-contact-area .form select,
.atf-contact-area .form input,
.atf-contact-area .form textarea {
	width: 100%;
	border: 0;
	font-weight: 400;
	color: var(--thm-black);
	border: 1px solid #ddd;
}
.atf-contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
	color: var(--thm-black);
	padding-top: 10px;
	padding-left: 10px;
}
.form-message{
	color: var(--thm-white);
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
	/*width:100%;*/
	
	letter-spacing:0;
}

#contact-form {
	background: var(--thm-white);
	padding: 45px 40px;
}

.atf-list-menu .atf-post.atf-style1 {
	display: flex;
	margin-top: 15px;
}
.atf-list-menu .atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
}
.atf-list-menu .atf-post-info {
	margin-top: -5px;
}
.atf-post.atf-style1 .atf-post-title {
	font-size: 15px;
	font-weight: 400;
	margin: 0px 0 5px;
	line-height: 20px;
}
.atf-post.atf-style1 .atf-post-date {
	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.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.atf-footer-link .atf-gallery-menu li a {
	float: left;
	margin-right: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 435px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
 /**************************************
 * 11. END CONTACT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 12. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area{
	position:relative;
	/*background:var(--thm-black);*/
	 background:#151616;
}
.atf-footer-top {
	/*padding-bottom: 55px;*/
}
/* Footer coloum */
.atf-footer-boottom {
	padding: 25px 0;
	/*background: rgba(0,0,0, 0.4);*/
	 background:#acadae;
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon a i:hover{
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i {
	font-size: 25px;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	color: var(--thm-white);
	background: #ff8a00;
	text-align: center;
	background: var(--thm-black);
}
.atf-footer-area .atf-footer-social-icon a i {
	font-size: 17px;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 38px;
	border-radius: 50%;
	color: var(--thm-white);
	text-align: center;
	border: 2px solid;
	transition: all 0.3s ease 0s;
}
.atf-footer-area .atf-footer-social-icon a i:hover{
	border: 2px solid var(--thm-color);;
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 16px;
	top: 33px;
	background: var(--thm-white);
	width: 40px;
	height: 3px;
	border-radius: 10px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	color: #fcfcfc;
	 font-weight:600;
}
.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;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 0px;
}
.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: #acadae;
}
.atf-footer-boottom p {
	color: #fcfcfc;
}
.atf-footer-social-icon {
	text-align: right;
}
.atf-footer-boottom a {
	color: var(--thm-color);
	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;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-white);
}
.atf-payment-link img{
	margin-right:6px;
}
.form-message {
	margin-top:20px;
	margin-left:15px;
}
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background:var(--thm-ase);
}
.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: 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: 30px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 55px;
	height: 15px;
	line-height: 24px;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 7px;
	background: transparent;
	box-shadow: none;
	top: 5px;
	background: var(--thm-color);
	border-radius: 5px;
	padding: 7px 0px;
	color: var(--thm-white);
	transition: all 0.3s ease 0s;
}
.atf-mailchamp-subscribe .btn:hover {
	background: var(--thm-black);
}
.atf-mailchamp-subscribe .btn i {
	font-size: 18px;
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/****************************************************************************************/
.sublist
{ 
    margin-left:30px;
}
.services-ul .sublist
{
  list-style-type:square;
}
.services-ul li
{
 margin-bottom:15px;
  list-style-type:disc;
}
.services-ul
{
 margin-top:30px;
}
.atf-nav p
{
 color:#fcfcfc;
}
.atf-nav .fa
{
  margin-right:7px;
}
.abt-sec img
{
 width:420px;
  height:280px;
}
#accounting-service img
{
 width:300px;
  height:300px;
   margin-left:30px;
}
#taxation-service img
{
 width:300px;
  height:300px;
   margin-left:30px;
}
footer a:hover
{
 color: #fcfcfc !important
}
.nav-tabs.nav-fill a span
{
 text-transform:uppercase;
}
.tab-pane.fade .atf-pro-project-inner
{
 display:flex;
}
.tab-pane.fade .atf-pro-project-inner h3
{
 text-align:center !important;
}
#business-service img
{
 width:350px;
  height:350px;
   margin-left:30px;
}
.form-group textarea
{
  min-height:120px;
   width:100%;
    padding-left:15px;
}
.wel-img img
{
 float:right;
}
/***************************************************************************************/
.logo-sec img
{
 margin:0 auto;
  display:block;
}
.abt-sec h2
{
 text-align:left;
}
.abt-sec .atf-section-title p {
  font-family: ubuntu condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
   margin-top:0;
  /*color: var(--thm-p);*/
   color:#fcfcfc;
   line-height:1.7;
}
.atf-white-logo img
{
 width:149px;
  height:99px;
}
.outdoor p
{
 font-size:14px;
}
.outdoor p a
{
 color:#4444b7;
  text-decoration:underline;
}
.outdoor p a:hover
{
 color:#fe4062;
}
.activity
{
 display:flex;
  margin:30px auto;
}
.activity img
{
 width:100px;
  height:100px;
   margin:0 30px;
}
.activity p a
{
 color:#4444b7;
}
.active-list ul
{
    text-align: left;
    width: 250px;
    margin: 0 auto;
    list-style-type: disclosure-closed;
}
.active-list li
{
 font-size:16px;
  margin:5px 0;
}
.active-list li a
{
 color:#4444b7;
}
.find-us
{
 display:flex;
}
.find-text-sec1 p
{
 width:380px;
}
.find-text-sec2 p
{
 margin-bottom:0 !important;
}
.find-text-sec3 iframe
{
 width:400px;
  height:200px;
   border:0;
}
.specials ul
{
    text-align: left;
    list-style-type: disclosure-closed;
     margin-left:50px;
}
.specials li
{
 font-size:15px;
  margin:5px 0;
}
.contact-special
{
 padding-top:30px;
}
.contact-special i
{
 margin-right:5px;
}
.contact-page i
{
 margin-right:5px;
}
.contact-page p
{
 margin-left:200px;
  text-align:left;
}
.tail-bottom {
  background: url(../images/new-bg.png) left bottom repeat-x;
  width: 100%;
}
.bg-color
{
 color:#f5f5f6;
}
.bg-color h2, .bg-color h4
{
 text-shadow:1px 1px 1px #9e8a8a;
}
.white-bg h2, .white-bg h3
{
 text-shadow:1px 1px 1px #9e8a8a;
}
.bg-color p, .bg-color li
{
 color:#5ebd3c !important;
}
.tail-bottom h2, .tail-bottom h4
{
 color: #fff !important;
text-shadow: 2px 1px 1px #000;
}
.head-dark
{
 color:#25510c !important;
}
.contact-special p
{
 color:#37357a !important;
}
.contact-page p
{
 color:#fff !important;
}
.contact-page p:hover, .contact-page li:hover
{
 color:#25510c !important;
}
.foot-abt img
{
  width:260px;
   height:37px;
}
.foot-cont i
{
 margin-right:10px;
}
/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #5aa325;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #0094d9;
    border: 1px solid #0094d9;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
     text-align:center;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #25510c!important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #347b1b !important;
}
.main1
{
 padding-top:150px;
}
.main1 h2
{
 text-align:center;
 text-shadow:1px 1px 1px #9e8a8a;
}


/*****************************/
.atf-main-header.sitemap
{
 margin:0 auto !important;
  display:block !important;
   padding-top:10px;
    height:55px !important;
}
.sitemap .atf-main-header-left
{
 margin:0 auto;
  display:block;
}
.atf-site-header.atf-style1 .sitemap .atf-main-header-in
{
 height:40px !important;
}
.abt-sec a
{
 color:#151616 !important;
}
.abt-sec a:hover
{
 color:#fff !important;
}
.captchaimg img
{
 height:40px;
  width:175px;
}
.captchaimg 
{
 display:flex !important;
}
.captcha
{
 margin-bottom:20px;
  display:flex;
}
.foot-numbers i
{
 margin-right:10px;
}
/**************** Media Query ***************/
@media (max-width:1199px)
{
.atf-ticket1
{
 margin-top:100px;
}
.wel-img img {
  float: none;
}
.abt-sec img {
  width: 420px;
  height: 280px;
  margin: 0 auto;
  display: block;
}
.atf-footer-top p
{
 font-size:16px;
}
#accounting-service img {
  width: 300px;
  height: 300px;
}
#taxation-service img {
  width: 300px;
  height: 300px;
}
#business-service img {
  width: 350px;
  height: 350px;
}
}
@media (max-width:1023px)
{
.atf-menu-toggle
{
 display:none;
}
atf-nav p
{
 font-size:16px;
}
 .nav-fill .nav-item {
  font-size: 19px;
  }
.captchaimg {
  height: 40px;
  width: 140px !important;
}
#business-service img {
  width: 306px;
  height: 306px;
}
}
@media (max-width:767px)
{
 .atf-width-area {
  height: 980px !important;
}
.col-md-5.atf-ticket1.text-center
{
 margin:0 auto;
}
.nav-fill .nav-item {
  font-size: 13px;
}
#p9, #p12, #p15
{
 font-size:24px;
}
.tab-pane.fade .atf-pro-project-inner {
  display: grid;
}
.abt-sec .atf-section-title p
{
 font-size:17px;
}
.atf-nav p
{
 font-size:15px;
}
.captchaimg {
  height: 40px;
  width: 175px !important;
}
#business-service img {
  width: 378px;
  height: 378px;
   margin-left:0;
}
#accounting-service img {
  width: 378px;
  height: 378px;
   margin-left:0;
}
#taxation-service img {
  width: 378px;
  height: 378px;
   margin-left:0;
}
}
@media (max-width:639px)
{
.atf-nav p
{
 font-size:14px;
}
.atf-header-area .atf-single-details h2 {
  font-size: 30px !important;
  line-height: 50px;
}
.abt-sec .atf-section-title p {
  font-size: 16px;
}
#nav-tab a
{
 width:100% !important;
}
#business-service img {
  width: 378px;
  height: 378px;
}
#accounting-service img {
  width: 378px;
  height: 378px;
}
#taxation-service img {
  width: 378px;
  height: 378px;
}
}
@media (max-width:479px)
{
.atf-header-area .atf-single-details h2 {
  font-size: 28px !important;
  }
.atf-nav p {
  font-size: 12px;
}
.atf-ticket1
{
 max-width:320px !important;
}
.atf-ticket1 h3
{
 font-size:24px;
}
.abt-sec img {
  width: 336px;
  height: 223px;
  margin: 0 auto;
  display: block;
}
.services-ul {
  margin-left: 15px;
}
.copy-sec p
{
 font-size:16px;
}
.atf-scrollup-icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.form-group input, .form-group textarea
{
 font-size:15px;
}
.services-ul
{
 font-size:15px;
}
#business-service img {
  width: 336px;
  height: 336px;
}
#accounting-service img {
  width: 336px;
  height: 336px;
}
#taxation-service img {
  width: 336px;
  height: 336px;
}
}
@media (max-width:359px)
{
.atf-white-logo img {
  width: 100px;
  height: 67px;
}
.atf-header-area .atf-single-details h2 {
  font-size: 22px !important;
}
.atf-ticket1 h3 {
  font-size: 20px;
}
.atf-ticket1 {
  max-width: 300px !important;
}
abt-sec img {
  width: 296px;
  height: 196px;
  }
#p9, #p12, #p15 
{
  font-size: 21px;
}
.services-ul
{
 font-size:14px;
}
#accounting-service img, #taxation-service img, #business-service img
 {
  width: 296px;
  height: 265px;
}
.captchaimg {
  height: 40px;
  width: 130px !important;
}
#business-service img {
  width: 296px;
  height: 296px;
}
#accounting-service img {
  width: 296px;
  height: 296px;
}
#taxation-service img {
  width: 296px;
  height: 296px;
}
}