/*
Author       : Theme-Family
Template Name: Baith - Taxi Service HTML5 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
    04. START ABOUT DESIGN 
		--START TICKET DESIGN
	05. START TARIF DESIGN
	06. START SERVICE DESIGN 
	07. START TESTIMONIAL DESIGN
	08. START DOWNLOAD DESIGN
	09.START FOOTER DESIGN 
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Poppins', sans-serif;
	--thm-base: #E19E35;
	--thm-color: #ecb10d;
	--thm-black: #000000;
	--thm-white: #ffffff;
	--thm-ase: #dff2d4;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #757575;
	--thm-line:linear-gradient(to left, var(--thm-color) 30%, var(--thm-base) 70%);
}
.bg-1 {
	background-color: var(--thm-f6);
}
.bg-2 {
	background-color:var(--thm-color);
}
.bg-3 {
	background-color: var(--thm-base);;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-black);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: 700;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: var(--thm-p);
	line-height: 28px;
	font-family: var(--thm-font);
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::selection {
	background: var(--thm-color);
	text-shadow: none;
	color: var(--thm-white);
}
::-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;
}
button, input, textarea {
    color: inherit;
}
button, input, textarea:focus {
    outline:none;
}
.atf-color-f1{
	background:#f1f1f1! important;
}
.atf-color-f2{
	background:#f2f2f2! important;
}
.atf-color-f3{
	background:#f3f3f3! important;
}
.atf-color-f4{
	background:#f4f4f4! important;
}
.atf-color-f5{
	background:#f5f5f5! important;
}
.atf-color-f6{
	background:#f6f6f6! important;
}
.bg-color{
	background:var(--thm-color);
}
.bg-base{
	background:var(--thm-base);
}
.bg-line{
	background:var(--thm-line);
}

.border-left{
	border-left:2px solid var(--thm-color);
}
.border-right{
	border-right:2px solid var(--thm-color);
}

.bg-overlay{
	position:relative;
	z-index:1;
}
.bg-overlay::before{
	position: absolute;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.color-overlay {
  background-color: var(--thm-base);
  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;
}
.right{
	text-align:right;
}
/**************************************
 * 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 FONT SIZE DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/
#atf-loader {
	background:var(--thm-white);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999;
	margin-top: 0;
	top: 0
}

#atf-loading-center {
    width: 100%;
    height: 100%;
    position: relative
}

#atf-loading-center  {
    position: absolute;
    left: 50%;
    top: 40%;
    height: 100px;
    width: 300px;
    transform: translate(-50%,-50%);
}
/* ------------------------ 
 SCROLL TO TOP 
-------------------------- */
#back_to_top {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid var(--thm-color);
    color: var(--thm-color);
    text-align: center;
    background-color: var(--thm-white);
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#back_to_top:hover {
    background-color: var(--thm-color);
    color: var(--thm-white);
}

#back_to_top.active {
    top: calc(100% - 110px)
}

#back_to_top i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

/*END SCROLL TO TOP*/
/*
* ----------------------------------------------------------------------------------------
* BTN
* ----------------------------------------------------------------------------------------
*/	

.atf-themes-btn {
	color: var(--thm-white);
	background: var(--thm-color);
	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);
	color: var(--thm-white);
}

.atf-main-btn .btn-2 {
	border: 1px solid var(--thm-white);
	background: transparent;
	padding: 11px 23px;
}
.atf-main-btn  .btn-2:hover {
	background: var(--thm-black);
	color: var(--thm-white);
}
/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
	padding: 100px 0;
}
/*
* ----------------------------------------------------------------------------------------
* SECTION TITLE
* ----------------------------------------------------------------------------------------
*/
.atf-section-title h5 {
	color: var(--thm-color);
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title h2 {
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font);
}
.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;
	color: var(--thm-p);
}
.atf-animate-line img {
	width: 150px;
	height: 100px;
}
/*
* ----------------------------------------------------------------------------------------
* 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-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-color);
}
.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: 85px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: var(--thm-black);
	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; }

@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;
		right: 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:50%;
	}
	.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(../img/slider/3.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.3);
}
.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: 40px;
	line-height: 45px;
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	letter-spacing: 0.7px;
}
.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 30px;
}
.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);
  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);
	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 .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 .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; }
.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: 20px;
	color: var(--thm-white);
}
.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;
	color: var(--thm-white);
}
.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); }

.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: 1199px) {
	.atf-hero.atf-style1.atf-type1 {
    padding-top: 80px;
    padding-bottom: 100px;
    height: inherit; }

	}
@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-text.atf-style1 {
		padding: 25px 30px 40px; }


	.atf-hero.atf-style1.atf-size1 {
		height: 560px; }

	.atf-hero-text.atf-style1 .atf-btn {
		min-width: 120px;
		padding: 0.62em 1.5em; } 
}
/*
* 
/*
* ----------------------------------------------------------------------------------------
* 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;
}
/**************************************
 *START TICKET DESIGN
 *************************************/
 .atf-ticket1 {
	background: var(--thm-color);
	display: inline-block;
	max-width: 450px;
	border-radius: 10px;
	padding:40px 20px;
}
 #ticket{
	background:var(--thm-color);
 }
.atf-ticket1 .form-group,
 #ticket .form-group{
	margin-bottom:15px;
 }
.atf-ticket1 .form-group input,
#ticket .form-group input {
	height: 50px;
	padding-left: 15px;
	width:100%;
}
.atf-ticket1 .form-group select,
.atf-ticket1 .form-group input,
.atf-ticket1 .form-group textarea {
	width: 100%;
	border: 0;
	font-weight: 400;
	color: var(--thm-black);
	border: 1px solid #ddd;
}
.atf-ticket1 .form-group textarea {
    max-height: 120px;
    max-width: 100%;
	color: var(--thm-black);
	padding-top: 10px;
	padding-left: 10px;
}
.form-message{
	color: var(--thm-white);
	font-size:13px;
	margin-top:10px;
}
/**************************************
 *END TICKET DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

 /*
* ----------------------------------------------------------------------------------------
* 05. START TARIF DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-tarif{
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 10px rgba(0,0,0, 0.1);
	background: var(--thm-white);
}
.atf-single-tarif .atf-tarif-img{
	overflow: hidden;
}
.atf-tarif-img img{
	width: 100%;
	height: auto;
	transition: all 0.4s ease-out 0s;
}
.atf-single-tarif:hover .atf-tarif-img img{
	transform:scale(1.15);
}
.atf-single-tarif h3 {
	margin: 0px 0 15px;
}
.atf-single-tarif strong{font-size:22px;}

.atf-tarif-content {
	padding: 5px 10px 25px;
}
.atf-tarif-icon li {
	font-family: var(--thm-font);
	font-size: 25px;
	font-weight: 700;
	transition: all 0.4s ease-out 0s;
	color: var(--thm-black);
}
.atf-tarif-icon li a:hover {
	color: var(--thm-color);
}
.atf-tarif-content a h3:hover{
	color:var(--thm-color);
	transition:all 0.4s ease-out 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END TARIF DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 *06. START SERVICE DESIGN
 *************************************/
.serviceBox{
    background: var(--thm-white);
    text-align: center;
    padding: 0px 25px 40px;
    margin: 20px 0 0;
    border-radius: 20px;
    position: relative;
    transition: all 0.3s ease;
}
.serviceBox:hover{ box-shadow: 0 10px 10px rgba(0,0,0,0.2); }
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: linear-gradient(to top,var(--thm-color),var(--thm-color));
    width: 10px;
    border-radius: 0 100px 100px 0;
    position: absolute;
    top: 110px;
    bottom: 35px;
    left: 0;
}
.serviceBox:after{
    border-radius: 100px 0 0 100px;
    left: auto;
    right: 0;
}
.serviceBox .service-icon{
    color: var(--thm-white);
    background: linear-gradient(-45deg,var(--thm-color) 49%,var(--thm-base) 50%);
    font-size: 45px;
    line-height: 92px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    border: 15px solid var(--thm-white);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translateY(-20px);
    transition: all 0.3s ease;
}
.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox .title a:hover{color:var(--thm-color);}
.serviceBox .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
	transition: all 0.3s ease;
}
.serviceBox .description{
    margin: 0;
}
.serviceBox.pink:before,
.serviceBox.pink:after{ background: linear-gradient(to top,#f53985 49%,#fd47a4); }
.serviceBox.pink .service-icon{ background:linear-gradient(-45deg,#f53985 49%,#fd47a4 50%); }
.serviceBox.pink .title{ color: #f53985; }
.serviceBox.purple:before,
.serviceBox.purple:after{ background: linear-gradient(to top,#8b33cc 49%,#a23adc); }
.serviceBox.purple .service-icon{ background:linear-gradient(-45deg,#8b33cc 49%,#a23adc 50%); }
.serviceBox.purple .title{ color: #8b33cc; }
.serviceBox.blue:before,
.serviceBox.blue:after{ background: linear-gradient(to top,#038bec 49%,#01aeee); }
.serviceBox.blue .service-icon{ background:linear-gradient(-45deg,#038bec 49%,#01aeee 50%); }
.serviceBox.blue .title{ color: #038bec; }
@media only screen and (max-width:991px){
    .serviceBox{ margin: 20px 0 50px; }
}

/**************************************
 *06. END SERVICE DESIGN
 *************************************/
/**************************************
 * 07. START TESTIMONIAL DESIGN
 *************************************/
#testimonial{
	position:relative;
	z-index:1;
}
#testimonial:before{
	position:absolute;
	background:rgba(0,0,0,0.4);
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.atf-testimonial {
	text-align: left;
	margin: 0px 10px 0;
	padding: 2% 10% 4% 4%;
	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: -103px;
    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-style: italic;
    color: var(--thm-black);
    margin: 20px 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);
}
 /**************************************
 * 07. END TESTIMONIAL DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 08.START DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-download-content  li {
	font-size: 16px;
	text-transform: capitalize;
	font-weight:600;
	line-height:30px;
}
.atf-download-content li i {
	margin-right: 8px;
	font-size: 18px;
	color: var(--thm-color);
}

.atf-app-wrap {
	display: flex;
	justify-content: left;
	align-items: center;
}
.atf-app-btn:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
}
.atf-app-btn {
	border-radius: 5px;
	color: var(--thm-white);
	transition: all .5s ease;
	text-align: left;
	width: 200px;
	position: relative;
	height: 75px;
	padding-left: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	background-color: var(--thm-color);
	transition: all .5s ease;
}

.atf-app-btn i {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	font-size: 30px;
	color: var(--thm-white);
}
.atf-app-btn b, .atf-app-btn span {
	font-weight: 700;
	line-height: 1em;
	position: relative;
	display: block;
	z-index: 10;
	transition: all .5s ease;
}
.atf-app-btn b {
	font-size: 18px;
}
/*
* ----------------------------------------------------------------------------------------
* 08. END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------

/*
* ----------------------------------------------------------------------------------------
* 09. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area{
        margin: -5px;
	position:relative;
	background:var(--thm-line);
}
.atf-footer-top {
	padding-bottom: 55px;
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-black);
	padding-left: 0px;
	text-decoration:underline;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon {
	text-align: left;
}
.atf-footer-area .atf-footer-social-icon a i {
	font-size: 20px;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	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-black);
	color: var(--thm-black);
}
.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;
}
/* Footer coloum */
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-boottom p {
	color: var(--thm-white);
}
.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);
	text-decoration:underline;
}

/*
* ----------------------------------------------------------------------------------------
* 09.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.float-phone {
    bottom: 118px;
    left: 37px;
    background-color: #ff6612;
}

.bounce, .bounce-phone {
    animation: 2s infinite bounce;
}
.float, .float-phone {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    position: fixed;
    color: #fff;
    text-align: center;
}
.float-phone {
    bottom: 118px;
    left: 37px;
    background-color: #ff6612;
}
.bounce, .bounce-phone {
    animation: 2s infinite bounce;
}
.float, .float-phone {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    position: fixed;
    color: #fff;
    text-align: center;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #632941;
    text-decoration: none !important;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #632941;
    text-decoration: none !important;
}
.bounce, .bounce-phone {
    animation: 2s infinite bounce;
}
.float {
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
}
.float, .float-phone {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    position: fixed;
    color: #fff;
    text-align: center;
}
.bounce, .bounce-phone {
    animation: 2s infinite bounce;
}
.float {
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
}
.float, .float-phone {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    position: fixed;
    color: #fff;
    text-align: center;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #632941;
    text-decoration: none !important;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #632941;
    text-decoration: none !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.my-float, .my-float-phone {
    margin-top: 16px;
}
.my-float, .my-float-phone {
    margin-top: 16px;
	margin-left:-10px;
}
cite, dfn, em, i {
    font-style: italic;
}
cite, dfn, em, i {
    font-style: italic;
}



.sideslider {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  background-color: #f4f4f4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sideslider-tab {
  background-color: #007bff;
  color: white;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
}

.quickcontact {
  padding: 15px;
}

.quickcontact input, .quickcontact textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.submit-button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

.sideslider-close {
  background-color: #dc3545;
  color: white;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.sideslider-close_en {
  display: none;
}



/* Sidebar Styles */
element.style {
    padding-top: 18px;
    width: 300px;
	background-color:darkgray;
}
.sidebar {
	z-index: 1000;
	margin-top:104px;
  height: 70%;
  width: 0;
  position: fixed;
  right: -5px;
  top: 0;
  background-color: #f1f1f1;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: -2px 0 5px rgba(0,0,0,0.5);
}

.sidebar-header {
  padding: 0px;
  background-color: #007bff;
  color: white;
}

.sidebar-content {
  padding: 20px;
}

.sidebar input, .sidebar textarea {
  width: 100%;
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-bottom: 12px;
}

.close-btn {
	width: 245px;
	    padding: 0px;
	margin-top: 24px;
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: red;
  background-color:#ecb10d;
}

/* Button to open sidebar */
#openSidebar {
height: 46px;
    width: 159px;
    transform: rotate(-90deg);
    z-index: 1000;
    position: fixed;
    top: 50%;
    right: -55px;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 3px;
    cursor: pointer;
    background-color: #d1a017;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    color: #fff;
}
    

#openSidebar:hover {
  background-color: #0056b3;
}
