/* Template Name: Walliyy
   Author: Theme_Family
   Version: 1.0.2
   Created: Septembar 2025
   File Description: Main Css file of the theme
*/
/****************************************\
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,FONT SIZE,BACK TO TOP,LINE HEIGHT,PRELOADER, SECTION TITLE BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME SLIDER
		--START HOME DEFAULT
    04. START ABOUT DESIGN
	05. START TEAM DESIGN  
	06. START GALLERY DESIGN
	07. START BLOG DESIGN
		--START EVENT DESIGN  
		--START COMPANY BRAND LOGO DESIGN  
	08. START TESTIMONIAL DESIGN 
	09.	START CONTACT DESIGN 	
		--START NEWSLETTER DESIGN
		--(START MAP DESIGN)
    10.  START FOOTER DESIGN 
  =============================================================*/

/**************************************
 * 01. START GENERAL STYLE
 *************************************/
body {
  font-family: var(--thm-font);
  line-height: 30px;
  color: var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-font2: 'Creepster', cursive;
	--thm-base:#ffaa01;
	--thm-color: #FE552A;
	--thm-color1: #016CBC;
	--thm-black: #000309;
	--thm-black1: #23055B;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-f3: #f3f3f3;
	--thm-p: #79798b;
	--thm-line: linear-gradient(to bottom,#ffaa01,#FE552A);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-family: var(--thm-font2);
  letter-spacing:3px;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 16px;
}
a {
	color: inherit;
	text-decoration: underline;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
	background: var(--thm-black);
}
.section-sm {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

.atf-section-padding {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.section-lg {
  padding-bottom: 110px;
  padding-top: 110px;
  position: relative;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-color{
	background: var(--thm-color);
}
.bg-base{
	background: var(--thm-base);
}
.bg-color {
	background: rgb(250,57,46, 0.1);
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.atf-home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.atf-home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-overlay {
  background-color: rgba(36, 42, 53, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.bg {
 background:var(--thm-black);
}
.color-overlay {
  background-color: var(--thm-color);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.overlay-gradient {
  background: linear-gradient(to right, #4763cb, #c0392b);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.flex-1 {
  flex: 1;
}

.box-shadow {
	box-shadow: -2px 3px 188px -43px rgba(230, 204, 204, 0.37) inset;
	-webkit-box-shadow: -2px 3px 188px -43px rgba(230, 204, 204, 0.37) inset;
	-moz-box-shadow: -2px 3px 188px -43px rgba(230, 204, 204, 0.37) inset;
}
.box-shadow-1{
  box-shadow: 0 0 0 1px rgba(190, 190, 190, 0.04), 0 1.8vw 3vw -0.7vw rgba(0, 0, 0, 0.07);
}

.btn-round {
  border-radius: 30px;
}

.row > * {
  position: relative;
}
a {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: inherit;
	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;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
hr {
  border: 1px solid #e2e2e2;
}
.border-left{
	border-left:2px solid var(--thm-color);
}
/**************************************
 * 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
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}
/**************************************
 * END LINE HEIGHT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

#atf-loader {
   background:var(--thm-line);
    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: 45%;
    height: 100px;
    width: 300px;
    transform: translate(-50%,-50%);
}


/*END PRELOADER DESIGN*/

/**************************************
 * START SECTION TITLE DESIGN
 *************************************/
.atf-section-title h3 {
	font-weight: 400;
	letter-spacing: 4px;
	font-size: 45px;
	font-family: var(--thm-font2);
	color: var(--thm-base)! important;
}
.atf-section-title .atf-section-sub-title {
	position: relative;
	display: inline-block;
	font-size: 16px;
}
.atf-section-title img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
/**************************************
 * END SECTION TITLE DESIGN
 */
 /**************************************
 * START BACK TO TOP DESIGN
 *************************************/
 
.back-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 85%;
    background-color: var(--thm-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.back-to-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--thm-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.back-to-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--thm-white);
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}



@-webkit-keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}

@keyframes bounce {

    0%,
    to {
        transform: translateY(5%);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    50% {
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
}
 

@-webkit-keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}

@keyframes pulse {
    0% {
        border-color: #48e9d1; 
        box-shadow: 0 0 rgba(72, 233, 209, 0.66);
    }

    70% {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }

    to {
        border-color: #48e9d1; 
        box-shadow: 0 0 0 10px rgba(72, 233, 209, 0);
    }
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
 /**************************************
 * END BACK TO TOP DESIGN
 *************************************/
/**************************************
 * START BTN DESIGN
 *************************************/
.atf-themes-btn {
	color: var(--thm-white);
	background: var(--thm-white);
	font-family: var(--thm-font);
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding: 8px 25px 10px;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
	display: inline-block;
}
.atf-themes-btn:focus,
.atf-themes-btn:hover{
    color: #2c3e50;
    box-shadow: 5px 5px rgba(0,0,0,0.1);
}
.atf-themes-btn:before,
.atf-themes-btn:after{
    content: "";
    background: var(--thm-color);
    width: 100%;
    height: 50%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.atf-themes-btn:after{ top: 50%; }
.atf-themes-btn:hover:before{ top: -50%; }
.atf-themes-btn:hover:after{ top: 100%; }
@media only screen and (max-width: 991px){
    .atf-themes-btn{ margin-bottom: 30px; }
}
@media only screen and (max-width: 480px){
    .atf-themes-btn{ margin: 10px 0; }
} 
/**************************************
 * END BTN DESIGN
 *************************************/
/**************************************
 * END BTN DESIGN
 *************************************/
 /**************************************
 *01. END GENERAL STYLE
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf_header_top {
	background-color: var(--thm-color) !important;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 1;
}
.atf_header_top::after {
	background: var(--thm-base) none repeat scroll 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: calc(70% + 0px);
	-webkit-transform: skewX(-30deg);
	transform: skew(-30deg);
	border-right: 4px solid var(--thm-white);
}
.atf_header-social{
	list-style-type: none;
	text-align:right;
}
.atf_header-social a:hover {
	background:  var(--thm-white)!important;
	color:  var(--thm-black)!important;
}
.atf_header-social a {
	display: inline-block !important;
	margin: 0 4px;
	background: var(--thm-color);
	padding: 5px 10px !important;
	transition: all 0.3s ease 0s;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.atf_header_top i{
	padding-right: 5px;
	color: rgba(255, 255, 255, 0.8);
}
.atf_header_top p{
	margin-bottom: 0;color: rgba(255, 255, 255, 0.8);
}

.atf_header_top_left p,
.atf_header_top_right p{
	display: inline-block;
	
}

.atf_header_top_left p{
	padding-right: 12px;
}
.atf_header_top_right p{
	padding-left: 8px;
}
/* .atf-top-header {
	margin-top: 38px;
}  */
#navigation.navbar-fixed {
	margin-top: 0;
}
.site-logo img {
	width: 147px;
	height: auto;
	margin-top: 10px;
}
.bg-faded {
	background-color: transparent;
	transition: all 0.5s ease 0s;
}
.navbar-fixed {
	z-index: 999;
	position: fixed;
	padding: 6px 0 0;
	opacity: .98;
	width: 100%;
	top: 0;
	/* -webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms; */
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: var(--thm-line);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.07);
}
#navigation {
	padding: 10px 0 0px;
	/* border-bottom: 1px solid rgb(247, 243, 243 , 0.1);
	 background-color: transparent;  */
}
#navigation.navbar-fixed {
	padding-top: 5px;
	padding-bottom: 5px;
}
.header_right {
	display: flex;
	flex-basis: auto;
}
#main-menu ul{
	list-style-type: none;
}
#main-menu ul li{
	display: inline-block;
	margin-left: 25px;
	position: relative;
}
#main-menu ul li a {
	color: var(--thm-white);
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--thm-font);
	transition: .5s;
	font-size: 17px;
	padding: 24px 0 26px;
	border-bottom: 1px solid transparent;
	display: block;
}

#navigation.navbar-fixed #main-menu ul li a {
	color: var(--thm-white);
	padding: 22px 0 22px;
}
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#main-menu ul li a:hover,
#main-menu ul li a:focus{
	color: var(--thm-color);
}
#main-menu ul li > a:hover,
#main-menu ul li > a:focus{
	border-bottom: 1px solid var(--thm-color);
}
#navigation #main-menu ul li a:hover,
#navigation #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus{
	border-bottom: 1px solid transparent;
}
.slicknav_nav_icon{
	color: var(--thm-white);
	font-size: 24px;
}
#mobile_menu{
	display: none;
}
.navbar-light .logo-black {
	display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-white {
	display: none;
}
.navbar-light.navbar-fixed .site-logo .logo-black {
	display: block;
}
/*-------------------------------
# dropdwon menu 
--------------------------------*/
#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
	background: var(--thm-color);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: 0;
	list-style: outside none none;
	margin: 0;
	opacity: 0;
	/* padding: 10px; */
	position: absolute;
	text-align: left;
	top: 115%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	visibility: visible;
	top:100%;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}
#navigation.navbar-fixed #main-menu ul li ul li a,
#navigation #main-menu ul li ul li a {
	color: var(--thm-white);
	display: block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 600;
	padding: 5px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#navigation #main-menu ul li ul li a:hover {
	color: var(--thm-white) !important;
	text-decoration: underline;
	padding-left: 15px;
	border-left: 3px solid var(--thm-white) !important;
}

@media only screen and (max-width:767px) { 
  .navbar-brand {
    padding-top: 20px;
  }
}
.atf-menu-btn a {
	color: var(--thm-white) !important;
	padding: 5px 12px !important;
	-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;
	display: inline-block;
	border: none;
	overflow: clip;
	border-bottom: none ! important;
}
.atf-menu-btn .atf-themes-btn:hover {	
	box-shadow:0 0 15px rgba(0,0,0,0.2);
	color: var(--thm-black)! important;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME Slick SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-hero-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
	position: relative;
}
.atf-hero-area.atf-style2::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
	height: 750px;
	
}
.atf-single-details{
	z-index:1;
}
.atf-hero-area .atf-single-details h5 {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: brown;
	background: var(--thm-line);
	display: inline-block;
	padding: 5px 18px;
}
.atf-hero-area .atf-single-details h2 {
	color: var(--thm-base);
	text-transform: capitalize;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 55px;
	text-shadow: 1px 1px 8px rgba(255,255,255, 0.1);
}
.atf-hero-area .atf-single-details p {
	font-size: 17px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 20px 0 30px;
	z-index: -1;
}
@media only screen and (max-width : 992px) {
	.atf-hero-area .atf-single-details h2{
		font-size:40px;
	}
}
@media only screen and (max-width : 991px) {
	/* .atf-hero-area .atf-single-details h2{
		font-size:30px;
		line-height:43px;
	} */
	.atf-hero-area  .atf-hero-img-inner{
		margin-top:30px;
	}
}
@media only screen and (max-width: 767px) {
	
	.atf-hero-area .atf-hero-img{
		margin-top:30px;
	}
	/* .atf-hero-area .atf-single-details h2{
		font-size:25px ! important;
	} */
}

@media only screen and (max-width: 576px) {
	.atf-hero-area .atf-themes-btn{
		margin-bottom:15px;
	}
}

/*--------------------------------------------------------------
	START SLICK SLIDER DESIGN
----------------------------------------------------------------*/
.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: -35px;
  transform: translate(-50px);
  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;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: var(--thm-white);
    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: var(--thm-white);
	background:var(--thm-color);
	 border-radius: 50%;
}
.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-hero-img img {
	display: none ! important;
}

.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: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--thm-color);
  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-white);
	color: var(--thm-black); }
.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; }

@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; 
	}
}
.atf-home-overlay {
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
.atf-slider .atf-home-overlay {
	background: rgba(0,0,0,0.2);
	height: 100%;
	width: 100%;
}
.slick-active .atf-single-home h5 {
	-webkit-animation: 1.5s .3s fadeInUp both;
	animation: 1.5s .3s fadeInUp both; }
.slick-active .atf-single-home h2 {
	-webkit-animation: 1.5s .3s fadeInUp both;
	animation: 1.5s .3s fadeInUp both; }

.slick-active .atf-single-home p {
	-webkit-animation: 1.5s .7s fadeInUp both;
	animation: 1.5s .7s fadeInUp both; }

.slick-active .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }
  
.atf-single-details p{
	color:var(--thm-white);
	font-size: 17px;
	margin-bottom: 40px;	
}
@media only screen and (max-width:480px) { 
	.atf-single-details h2{font-size:30px;}
}

@media only screen and (max-width:820px) { 
	.atf-slick-slider button.slick-arrow{
		display: none!important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 *04. START ABOUT DESIGN
 *************************************/
.about-img img{
	width:100%;
}
 /**************************************
 *04. END ABOUT DESIGN
 *************************************/
 /**************************************
 *04. START GALLERY DESIGN
 *************************************/

#gallery .pagination.atf-style2{
	bottom: -40px;
}
.portfolio{
    outline: 3px solid rgba(0,0,0,0.02);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
}
.portfolio:before{
    content: "";
    background: linear-gradient(to bottom,rgba(0,0,0,0.5) 51%,rgba(0,0,0,0.5) 52%);
    opacity: 0;
    transform-origin: top center;
    transform: scaleY(0);
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.portfolio:hover:before{
    opacity: 1;
    transform: scaleY(1);
}
.portfolio img{
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    transition: all 0.4s ease 0s;
}
.portfolio:hover img{ transform: scale(1.2); }
.portfolio .portfolio-content{
    color: var(--thm-color);
    text-align: center;
    width: 100%;
    padding: 0 10px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 2;
    transition: all 0.4s ease 0s;
}
.portfolio:hover .portfolio-content{
    opacity: 1;
    top: 50%;
}
.portfolio .title:hover{
	color: var(--thm-color);
}
.portfolio .title {
	color: var(--thm-white);
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 3px;
	margin: 0 0 5px;
	transition: all 0.4s ease-in-out 0s;
}
.portfolio .post{
    color: var(--thm-black);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
}
.portfolio .icon{
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
.portfolio .icon li{
    margin: 0 1px;
    display: inline-block;
}
.portfolio .icon li a {
	color: var(--thm-white);
	background-color: var(--thm-color);
	font-size: 15px;
	line-height: 60px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 0 0 15px -3px rgba(0,0,0,0.2);
	display: block;
	transition: all 0.5s ease-in-out 0s;
}
.portfolio .icon li a:hover{
    color: var(--thm-white);
    background-color: var(--thm-base);
}
#gallery .atf-slider.atf-style2 .slick-slide {
	padding-left: 0px;
	padding-right: 0px;
}
/**************************************
 * 05. END GALLERY DESIGN
 *************************************/
 /**************************************
 * 05. START BLOG DESIGN
 *************************************/
.atf-blog-single .blog-title span {
	color: var(--thm-white);
	background: var(--thm-color);
	padding: 4px 15px;
}
.atf-blog-single .blog-title .title:hover{
	color:var(--thm-color);
}
.atf-blog-single .blog-title .title{
	color:var(--thm-white);
	margin-top:6px;
	transition: all 0.3s ease-in-out 0s;
}
.blog-content {
	align-items: center;
	display: flex;
}
.atf-blog-single .blog-title  span{
	color:var(--thm-white);
}
.atf-blog-single .blog-content img {
	margin-right: 18px;
	float: left;
}
.atf-blog-single .blog-content p {
    align-items: center;
    overflow: hidden;
}
  
 /**************************************
 * 05. END BLOG DESIGN
 *************************************/
 
 /**************************************
 *06. START EVENT DESIGN
 *************************************/
.atf-event-single {
	text-align: center;
	padding: 25px 15px;
	box-shadow: 0 0 14px rgba(255,255,255,0.3);
}
.atf-event-single .service-icon{
    color: var(--thm-color);
    background: linear-gradient(to bottom,var(--thm-color),transparent);
    font-size: 80px;
    line-height: 170px;
    width: 170px;
    height: 170px;
    margin: 0 auto 10px;
    border-radius: 50% 50% 0 0;
    position: relative;
    z-index: 1;
}
.atf-event-single .time-event {
	background: var(--thm-color);
	color: var(--thm-white);
	display: inline-block;
}
.time-event.text-center span {
	padding: 5px 16px;
}
.atf-event-single .service-icon:before{
    content: "";
    background: var(--thm-white);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.atf-event-single .title:hover{
	 color: var(--thm-color);
}
.atf-event-single .title {
	color: var(--thm-white);
	font-weight: 400;
	text-transform: capitalize;
	margin: 20px 0 15px;
	transition: all 0.3s ease-in-out;
}
.atf-event-single .description{
    margin: 0;
}
.atf-event-single.pink .service-icon{
    color: #fd78b0;
    background: linear-gradient(to bottom,#fd78b0,transparent);
}
.atf-event-single.purple .service-icon{
    color: #bd85e4;
    background: linear-gradient(to bottom,#bd85e4,transparent);
}
.atf-event-single.green .service-icon{
    color: #7fcc4b;
    background: linear-gradient(to bottom,#7fcc4b,transparent);
}
@media only screen and (max-width: 990px){
    .atf-event-single{ margin: 0 0 30px; }
}
 /**************************************
 * 05. END EVENT DESIGN
 *************************************/
 
 /**************************************
 *06. START TEAM DESIGN
 *************************************/
.our-team {
	overflow: hidden;
}
.our-team img{
    width:100%;
    height: auto;
}

.our-team .team-content{
    padding:15px 0 15px 20px;
	text-align:left;
}
.our-team .team-title{
    margin:0 0 10px;
}
.our-team .team-title a{
	display: block;
    transition: all 0.50s ease;
}
.team-title a:hover {
    color:var(--thm-base);
    text-decoration:none;
}
.our-team .team-title small{
    font-size:13px;
}
.our-team .description {
	margin-bottom: 25px;
	font-size: 15px;
	color:var(--thm-p);
}
.our-team .social-link{
    padding:0;
    margin:0;
    text-align:left;
}
.our-team .social-link li{
    display:inline-block;
    list-style:none;
}
.our-team .social-link li a {
	border: 1px solid var(--thm-p);
	padding: 7px;
	color: var(--thm-p);
	border-radius: 5px;
}
.our-team .social-link li a:hover{
    color:var(--thm-white);
    text-decoration:none;
}
.our-team .social-link li a.fa-facebook:hover{
    background:#5d82d1;
}
.our-team .social-link li a.fa-google:hover{
    background:#eb5e4c;
}
.our-team .social-link li a.fa-x-twitter:hover{
    background: #40bff5;
}
.our-team .social-link li a.fa-pinterest:hover{
    background: #e13138;
}
.our-team .read {
	float: right;
	border: 1px solid var(--thm-p);
	color: var(--thm-p);
	padding: 2px 15px;
	border-radius: 5px;
}
.our-team:hover .read{
    background:var(--thm-base);
    color:var(--thm-white);
}
@media only screen and (max-width: 990px) {
    .our-team{
        margin-bottom:30px;
    }
}
 
 /**************************************
 *06. END TEAM DESIGN
 *************************************/

/*
* ----------------------------------------------------------------------------------------
*START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-active{ text-align: center }
.atf-brand-active img {
	width:100%;
}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* START TICKET  DESIGN 
* ----------------------------------------------------------------------------------------
*/
#ticket .atf-event-single .service-icon {
	font-size: 48px;
	font-weight:700;
}
#ticket .atf-event-single .description {
	color:var(--thm-white);
}
.atf_single_offer h3{color:var(--thm-color);}
.atf_single_offer h1{
	font-size:60px;
	color:var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* END ACCORDIAON DESIGN 
* ----------------------------------------------------------------------------------------
*/
 /**************************************
 * 08. START TESTIMONIAL DESIGN
 *************************************/
#client .atf-home-overlay {
	background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}
.client-content  .description {
	color:var(--thm-white);
}
.client-title  img {
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 15px;
}
.client-content  .title {
	color:var(--thm-white);
}
.client-title  .title {
	color:var(--thm-base);
}

 /**************************************
 * 08. END TESTIMONIAL DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 09.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info img{
	width:100%;
}
.atf-contact-btn .atf-themes-btn:hover, .atf-contact-btn .atf-themes-btn:focus {
	color:var(--thm-black) ! important;
}
.contact .form-control {
	padding: 11px 15px;
	border-radius: 5px;
	margin-bottom: 25px;
	background: var(--thm-white);
	color: var(--thm-black);
}
.contact .form-control:focus {
	border-color: var(--thm-black);
	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-base);
}
.success {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    text-align: left;
}
.form-message {
	margin-top:20px;
}
.atf-themesfamily a{
	color:var(--thm-color);
}
.atf-themesfamily a:hover{
	color:var(--thm-white);
}
#atf-map-area iframe {
	width: 100%;
	height: 400px;
}
/*
* ----------------------------------------------------------------------------------------
* 09. END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.hire {
	border-radius: 10px;
	background:var(--thm-base);
	padding:30px;
}
.atf-hire-headding h2{
	font-weight:400;
	color:var(--thm-color);
}
.atf-mailchamp-headding h2{
	font-weight:400;
	color:var(--thm-color)! important;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-base);
}
.atf-mailchamp-subscribe form input {
	width: 100%;
	height: 55px;
	padding-left: 15px;
}
.atf-mailchamp-subscribe  .form-control{
	display:inline-block;
}
.atf-mailchamp-subscribe  label{
	display:block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 5px;
	box-shadow: none;
	top: 5px;
	background: var(--thm-color);
	padding: 10px 15px;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-black);
}
.atf-mailchamp-subscribe .btn i {
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-details:last-child {
	border:none;
}

.atf-contact-details {
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	border-bottom: 1px solid #eee;
	display: inline-block;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 8px 0 25px;
	border-radius: 5%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h5 {
	color: var(--thm-white);
}
.atf-contact-details p {
	margin-top: 10px;
	color: var(--thm-white);
	display: block;
	overflow: hidden;
}

 /**************************************
 * 13.START FOOTER DESIGN
 *************************************/
 .bg-footer {
  padding: 25px 0px 25px 0px;
}
.atf-footer-box h5{
	color:var(--thm-white);
}
.atf-list-menu li a{
	color:var(--thm-white);
}
.atf-list-menu li a:hover {
	text-decoration: underline !important;
	transition: 0.3s ease-in-out;
}

.footer-area{
	position:relative;
}
.footer-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.border-1{
   border-bottom: 1px solid #efefef;
}
.contact-social i:hover{
	background: var(--thm-white);
	color: var(--thm-black);
}
.contact-social i {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 8%;
	text-align: center;
	background: var(--thm-color);
	font-size: 15px;
	transition: 0.3s ease-in-out;
	color: var(--thm-white);
	margin-right: 10px;
}
 /**************************************
 *13. END FOOTER DESIGN
 *************************************/

@media (min-width: 200px) and (max-width: 991px) {
	.atf-contact-details{
		margin:15px 0;
	}
	.atf-mailchamp-headding{
		margin-bottom:30px;
	}
	.atf-footer-box{
		margin-top:30px;
	}
	.atf-home-title{
		font-size: 40px;
	}
	
}
@media (min-width: 200px) and (max-width: 1024px) {
  .atf-header-area{
	height:900px;
  }
  .atf-header-area .atf-single-details h2{
		font-size:30px;
	 }
  .home-title {
    font-size: 36px;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px){
	.mt-sm-30{
		margin-top:30px;
	}
	.mb-sm-30{
		margin-bottom:30px;
	}
	.pt-sm-30{
		padding-top:30px;
	}
	.pb-sm-30{
		padding-bottom:30px;
	}
	.pt-sm-20{
		padding-top:20px;
	}
	.pb-sm-20{
		padding-bottom:20px;
	}
	.mt-lg-40{
		margin-top:30px;
	}
	.mb-lg-40{
		margin-bottom:30px;
	}
}
@media (max-width: 767px) {
	.atf-home-title{
		font-size:40px;
	}
}
@media (max-width: 320px) {
	.atf-home-title{
		font-size:25px;
	}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media only screen and (max-width: 991px){
	.slicknav_nav {
		background: var(--thm-line);
		width: 200px;
		height: 250px;
		overflow-y: scroll;
		float: right;
	}
	#main-menu{
		display: none;
	}
	#main-menu ul li a .arrow-btn{
		display:none;
	}
	#mobile_menu {
		display: block;
		width: 100%;
		position: absolute;
	}
	.site-logo{
		margin-bottom:16px;
	}
	#navigation #mobile_menu li a{
		color: var(--thm-white);
		font-weight: 400;
		font-family: var(--thm-font);
	}
	#navigation #mobile_menu li li a{
		color: var(--thm-black);
	}
	#navigation #mobile_menu li i{
		display: none;
	}
	#navigation ul li ul, #navigation ul {
		transition: .5s;
	}
	#navigation.navbar-fixed #mobile_menu li a{
		color: var(--thm-white);
	}
	.slicknav_nav a{
		padding: 1px 0px;
		transition: .5s;
	}
	#navigation #mobile_menu li a:hover,
	#navigation #mobile_menu li a:focus{
		color: var(--thm-white);
	}
	.slicknav_btn {
		top: 18px;
	}
	.atf-testi-images{
		margin-bottom:30px;
	}
	.border-left{
		border-left:none;
	}
	.atf-mailchamp-subscribe .btn {
		top: 27px;
	}
}
@media only screen and (max-width: 575px){
	
	.slicknav_btn {
		margin: 0;
		text-decoration: none;
		position: absolute;
		top: 22px;
		right: 17px;
	}
	.atf-section-title h3{
		font-size:30px;
	}
	
}
@media only screen and (max-width:480px){
	.atf-blog-single .blog-content img{padding:15px;}
	.atf-blog-single .blog-content img{
		float:inherit;width:100%;
	}
	.atf-hero-area .atf-single-details h2{
		font-size:32px;
	}
	.atf_single_offer h1{
		font-size:32px;
	}
	
}