/*
    Template Name: Program - Event & Conference,Meetup Planning Landing Page Template
    Author: Themesbazer
    Description: This is Event template any type of Event,Meetup, Conference etc.
    Version: 1.0

-----------------------------------------------------------------------------------
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (BODY, LINK COLOR,COMMON CLASSES, SECTION TITLE, PRELOADER, SCROLL TO TOP, BTN, SECTION PADDING etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		---START SWIPER SLIDER DESIGN
		---START HOME HOT DEAL DESIGN
    04. START EVENT DESIGN
    05. START ABOUT DESIGN 
		---START VIDEO DESIGN
	06. START SPEAKER DESIGN
	07. START COUNTER DESIGN 
	08.	START GALLERY DESIGN
		---START COMPANY PARTNER LOGO
	09. START PRICING DESIGN
	10. START BLOG DESIGN
	11. START CONTACT DESIGN
		---START MAP DESIGN
	12.	START FOOTER DESIGN
		---START NEWSLETTER DESIGN

  =============================================================*/
/*----------------------------------------*/
/*  01. GENERAL STYLE
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
} 
/* LINK COLOR */
:root {
  /**
  @font family declaration
  */
  --atf-ff-body: 'Open Sans', sans-serif;
  --atf-ff-heading: 'Rajdhani', sans-serif;
  --atf-ff-p: 'Open Sans', sans-serif;
  --atf-ff-fontawesome: "Font Awesome 6";
  /**
  @color declaration
  */
  --atf-thm-white: #ffffff;
  --atf-thm-black: #000000;
  --atf-thm-color: #f79256;
  --atf-grey-1: #f9f9f9;
  --atf-grey-2: #f5f5f5;
  --atf-text-body: #7a8a9e;
  --atf-thm-base: #00b2ca;
  --atf-border-1: #dddddd;
  --atf-box-shadow:0 0 15px rgba(0,0,0,0.2);
}

body {
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: var(--atf-text-body);
	font-family: var(--atf-ff-body);
	letter-spacing: -0.03em;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--atf-thm-black);
}

h1 {
  font-size: 40px;
   font-family: var(--atf-ff-heading);
}
h2 {
  font-size: 36px;
  font-family: var(--atf-ff-heading);
}

h3 {
  font-size: 28px;
  font-family: var(--atf-ff-body);
}

h4 {
  font-size: 20px;
  font-family: var(--atf-ff-body);
  line-height:1.4;
  
}
@media only screen and (max-width : 1200px){
	h4{font-size: 18px;}
}
h5 {
  font-size: 20px;
  font-family: var(--atf-ff-body);
}

h6 {
  font-size: 16px;
  font-family: var(--atf-ff-body);
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8;
  font-family: var(--atf-ff-body);
  color: var(--atf-text-body);
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 26px;
  color: var(--atf-thm-black);
  border: 1px solid rgba(0,0,0,0.1);
  background-color: transparent;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 4-18 */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+  Edge*/
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder { /* MODERN BROWSER */
  color: var(--atf-text-body);
  font-size: 16px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border: 1px solid var(--atf-thm-white);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--atf-thm-color);
  color: var(--atf-thm-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--atf-thm-color);
  color: var(--atf-thm-white);
  text-shadow: none;
}

::selection {
  background: var(--atf-thm-color);
  color: var(--atf-thm-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--atf-thm-color);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--atf-thm-color);
  font-size: 14px;
  opacity: 1;
}

.z-index-1 {
  position: relative;
  z-index: 2;
}
input, button, select, optgroup, textarea {
	font-family:var(--atf-ff-body);
	border-color:inherit;
}

/*---------------------------------
   COMMON CLASSES
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}
.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.adjustment-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.atf-black-bg{
	background-color: #150035;
}
.mt-30{
	margin-top:30px;
}
.mb-30{
	margin-bottom:30px;
}
.atf-box-shadow {
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	border-left: 4px solid var(--atf-thm-color) !important;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius: 10px;
}
.atf-box-shadow:hover {
	-webkit-box-shadow:  0px 0px 15px rgba(0,0,0,0.4);
	-moz-box-shadow:  0px 0px 15px rgba(0,0,0,0.4);
	box-shadow:  0px 0px 15px rgba(0,0,0,0.4);
}
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf-preloader {
	background: var(--atf-thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.loader{
   width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}
.loader .loader-inner{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 20px solid var(--atf-thm-color);
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    left: 50%;
	transform-style: preserve-3d;
    transform: scale(0) rotateX(60deg);
    animation: loading-1 3s cubic-bezier(.67,.08,.46,1.5) infinite;
}
.loader .loader-inner:nth-child(2){ animation-delay: 200ms; }
.loader .loader-inner:nth-child(3){ animation-delay: 400ms; }
.loader .loader-inner:nth-child(4){ animation-delay: 600ms; }
.loader .loader-inner:nth-child(5){ animation-delay: 800ms; }
.loader .loader-inner:nth-child(6){ animation-delay: 1000ms; }
.loader .loader-inner:nth-child(7){ animation-delay: 1200ms; }
.loader .loader-inner:nth-child(8){ animation-delay: 1400ms; }
@-webkit-keyframes loading-1{
    0%{
        opacity: 0;
        border-color: var(--atf-thm-color);
        transform: rotateX(60deg) rotateY(45deg) translateZ(-100px) scale(0.1);
    }
    40%{
        opacity: 1;
        transform: rotateX(0deg) rotateY(20deg) translateZ(0) scale(1);
    }
    100%{
        opacity: 0;
        transform: rotateX(60deg) rotateY(-45deg) translateZ(-100px) scale(0.1);
    }
}
@keyframes loading-1{
    0%{
        opacity: 0;
        border-color: var(--atf-thm-color);
        transform: rotateX(60deg) rotateY(45deg) translateZ(-100px) scale(0.1);
    }
    40%{
        opacity: 1;
        transform: rotateX(0deg) rotateY(20deg) translateZ(0) scale(1);
    }
    100%{
        opacity: 0;
        transform: rotateX(60deg) rotateY(-45deg) translateZ(-100px) scale(0.1);
    }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn {
	color: var(--atf-thm-white);
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	background-color: var(--atf-thm-color);
	padding: 15px 30px 15px 30px;
	border-radius: 3px;
	z-index: 9;
	border: 0;
	position:relative;
	display:inline-block;
}
.atf-themes-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 100%;
	height: 100%;
	background-color: var(--atf-thm-black);
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: -1;
	opacity: 0;
	border: 4px solid var(--atf-thm-base);
}
.atf-themes-btn:hover::before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title{
	margin-bottom:50px;
}
.atf-section-title .sub_title {
	background: var(--atf-thm-color);
	display: inline-block;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 16px;
	color: var(--atf-thm-white);
}
.atf-section-title .title {
	font-family: var(--atf-ff-heading);
	color: var(--atf-thm-color);
	font-family: var(--atf-ff-heading);
	font-weight: 700;
	font-size:40px;
}
.atf-section-padding {
	padding-top:100px;
	padding-bottom:100px;
}
/*---------------------------------
 END SECTION TITLE
---------------------------------*/
/*---------------------------------
 START SCROLL TO TOP
---------------------------------*/
.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: var(--atf-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 i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--atf-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);
    }
}
/*---------------------------------
 END SCROLL TO TOP
---------------------------------*/
/*----------------------------------------*/
/*  01. END GENERAL STYLE
/*----------------------------------------*/
/*----------------------------------------*/
/*  02. START BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
.atf-top-header {
	position: relative;
	z-index: 1;
	padding:12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-header-top-right {
	text-align: left;
}
.atf-header-top-social {
	display: inline-block;
}
.atf-header-top-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.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(--atf-thm-white);
}
.atf-top-header {
	background-color: var(--atf-thm-black);
	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-header-top-social {
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--atf-thm-white);
	text-align: center;
}
.atf-header-top-social a i:hover{
	color:var(--atf-thm-white);
}
.atf-header-top-social a i {
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.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: 16px;
}
.atf-top-header-list li:last-child {
    margin-right: 0;
}
.atf-header-top-social li i,
.atf-top-header-list li i {
    margin-right: 10px;
}
.atf-top-header-list li a:hover {
    color: var(--atf-thm-white);
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.atf-site-header.atf-style1 {
	transition: all ease .3s;
	background-color:  var(--atf-thm-white);
}
.atf-site-header.atf-style1.atf-sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	 opacity: 1;
	z-index: 999;
	visibility: visible;
	background-color: var(--atf-thm-white);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	-webkit-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-khtml-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-moz-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-ms-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	-o-animation: 0.95s ease 0s normal forwards 1 running stickyDown;
	animation: 0.95s ease 0s normal forwards 1 running stickyDown;
}

@keyframes stickyDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.atf-site-branding img{
	max-width:150px;
	height:auto;
}
.atf-site-branding{
	font-size: 2rem;
}
.atf-main-header-right {
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.atf-site-header.atf-style1 .atf-nav {
	display: flex;
	align-items: center;
}
.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
	display: flex;
	align-items: center;
	gap: 40px;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s ease-out;
	color: var(--atf-thm-black);
}
.atf-site-header.atf-style1 .atf-nav .dropdown-toggle {
	font-weight: 500;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-menu .dropdown-item{
	color: var(--atf-thm-black);
	font-weight: 500;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-item.active,
.atf-site-header.atf-style1 .atf-nav .dropdown-item:active {
	background-color: transparent;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-menu.show {
	top: 100% !important;
	transition: all 0.5s ease-in-out;
}
.atf-site-header.atf-style1 .atf-nav .dropdown-menu {
	color: var(--atf-thm-black) !important;
	background-color: var(--atf-thm-white);
	--bs-dropdown-link-hover-bg: transparent;
	border-top: 2px solid var(--atf-thm-color);
	position: absolute !important;
	left: 0 !important;
	border-radius: 0;
}
.atf-site-header.atf-style1 .atf-nav .atf-nav-list li a:active,
.atf-site-header.atf-style1 .atf-nav .atf-nav-list li a:focus,
.atf-site-header.atf-style1 .atf-nav .atf-nav-list li a:hover{
	color: var(--atf-thm-color);
}

.hamburger{
	display: none;
	cursor: pointer;
}
.bar{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: var(--atf-thm-black);;
}
@media only screen and (max-width : 1199px) {
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
		gap: 24px;
	}
}
@media only screen and (max-width : 991px) {
    .hamburger{
      display: block;
    }
    .hamburger.active .bar:nth-child(2){
      opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
      transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
    }
	.atf-site-header.atf-style1 .atf-nav {
		position: fixed;
		top: 0;
		left: 0;
		flex-direction: column;
		background-color: var(--atf-thm-white);
		z-index: 99999;
		padding: 30px 20px !important;
		height: 350px;
		/* overflow-x: hidden; */
		transform: translateX(-100%);
		transition: transform .3s ease-in;
		box-shadow: 0 2px 20px rgba(0,0,0,.3);
	}
	
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
		flex-direction: column;
		border-top: 1px solid rgba(0,0,0,0.2);
		margin-top: 30px !important;
		padding-top: 30px !important;
		align-content: start;
		align-items: start;
		padding-left: 0px;
		gap: 0;
		width: 280px;
		overflow-x: hidden;
	}
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list > li a {
		display: block;
		padding-top:5px;
		padding-bottom:5px;
	}
    .atf-site-header.atf-style1 .atf-nav.active{
      transform: translateX(0)
    }
	.atf-header-btn.atf-hero-btn {
		margin-right: 30px;
	}
	.atf-site-header.atf-style1 .atf-nav .dropdown-menu.show {
		top: 0% !important;
		transition: all 0.5s ease-in-out;
	}
}
@media screen and (min-width:320px) and (max-width:479px) {
	.atf-site-header.atf-style1 .atf-nav .atf-nav-list {
		width: 200px ! important;
	}
}
/*----------------------------------------*/
/*  02. END BOOTSTRAP NAVIGATION OVERRIDES
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. START HOME DESIGN
/*----------------------------------------*/
.atf-cover-bg {
	position: relative;
	z-index: 1;
}
.atf-cover-bg::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.atf-hero-area{
    background-color: #cccccc;
    height:700px;
}
.atf_align_item_details{
  display: flex;
  align-items: center;
  justify-content: center;
}
.atf-hero-content{
	align-items: start;
	justify-content: start;
}
.atf-hero-content .sub_title {
	background: var(--atf-thm-color);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 16px;
	color: var(--atf-thm-white);
}
.atf-hero-content p {
	margin: 20px 0 35px !important;
	font-size: 18px;
	color: var(--atf-thm-white);
}
.atf-hero-content .title {
	font-size: 60px;
	color: var(--atf-thm-white);
	font-weight: 700;
	font-family: var(--atf-ff-heading);
	line-height: 1.1;
}
@media only screen and (max-width : 1199px) {
	.atf-hero-content .title {
		font-size: 50px;
	}
}
.animation-1 {
	-webkit-animation: .5s .3s fadeInDown both;
	animation: .5s .3s fadeInDown both; }
.animation-2 {
	-webkit-animation: .5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }

.animation-3 {
	-webkit-animation: .5s .7s fadeInLeft both;
	animation: .5s .7s fadeInLeft both; }

.animation-4{
	-webkit-animation: .5s .9s fadeInUp both;
	animation: .5s .9s fadeInUp both; }


/*
* ----------------------------------------------------------------------------------------
* START SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-slider {
	position: relative;
}
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, var(--atf-thm-white));
}
.atf-home-overlay{
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
}
.atf-slider {
	width: 100%;
	height: 100%;
	height: 750px;
}
.atf-slider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background:  var(--atf-thm-white);
	display: flex;
	justify-content: center;
	align-items: center;
}

.atf-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.atf-slider-content .title {
	color: var(--atf-thm-white);
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	text-transform:capitalize;
}
.atf-slider-content .sub_title {
	background: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 6px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: var(--atf-thm-black);
}
.atf-slider-content .describtion{
	color: var(--atf-thm-white);
	font-size: 18px;
	margin: 20px 0 35px;	
}
.atf-slider .swiper-pagination {
	font-size: 25px;
}
.atf-slider .swiper-button-next::after, 
.atf-slider .swiper-button-prev::after {
	font-size:16px;
}
.atf-slider .swiper-button-next, 
.atf-slider .swiper-button-prev {
	color: var(--atf-thm-white);
	background: rgba(255,255,255,0.3);
	width: 50px;
	height: 50px;
	border-radius:50%;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	opacity:0;
}
.atf-slider:hover .swiper-button-next, 
.atf-slider:hover .swiper-button-prev {
	opacity:1;
}
.atf-slider .swiper-button-next:hover, 
.atf-slider .swiper-button-prev:hover{
	background: var(--atf-thm-color);
}
.atf-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 40px;
}
@media only screen and (max-width : 1199px) {
	.atf-slider-content .title {
		font-size: 45px;
		line-height: 1.3;
	}
}
@media only screen and (max-width : 767px) {
	.atf-slider-content h1 {
		font-size: 40px ! important;
		line-height: 1.1;
	}
}
@media only screen and (max-width:576px) { 
	.atf-slider .swiper-button-next, .atf-slider .swiper-button-prev {
		display:none;
	}
	.atf-slider-content br{
		display:none;
	}
}
@media only screen and (max-width:480px) { 
	.atf-slider-content .title{font-size:35px ! important;}
}
.swiper-slide-active  .atf-slider-content .sub_title {
	-webkit-animation: .5s .3s fadeInDown both;
	animation: .5s .3s fadeInDown both; }
	
.swiper-slide-active  .atf-slider-content .title {
	-webkit-animation:.5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }

.swiper-slide-active  .atf-slider-content .describtion {
	-webkit-animation: .5s .7s fadeInUp both;
	animation: .5s .7s fadeInUp both; }

.swiper-slide-active  .atf-slider-content .atf-main-btn {
	-webkit-animation: .5s .9s fadeInUp both;
	animation: .5s.9s fadeInUp both; }
/*
* ----------------------------------------------------------------------------------------
* END SWIPER SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * START HOME HOT DEAL DESIGN
 *************************************/
.atf-hot-deal-content .sub_title {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	color: var(--atf-thm-white);
	background:  var(--atf-thm-color);
	display: inline-block;
	padding: 5px 12px;
	border-radius: 4px;
}
.atf-hot-deal-content .title {
	line-height: 1.1;
	margin-bottom: 30px;
	color: var(--atf-thm-white);
	font-size:60px;
}
.atf-hot-deal-content #atf-timer {
    margin-bottom: 35px;
}
.atf-hot-deal-content #atf-timer div {
	width: 100px;
	height: 100px;
	border-radius: 5px 25px 5px 25px;
	color: var(--atf-thm-color);
	background-color: var(--atf-thm-white);
	font-size: 30px;
	font-weight: 700;
	margin-right: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,0.3) inset;
	border: 6px solid var(--atf-thm-color);
}
.atf-hot-deal-content #atf-timer div span {
    display: block;
    margin-top: 0;
    color: var(--atf-thm-color);
    font-size: 15px;
    font-weight: 600
}
@media only screen and (max-width:991px) { 
	.atf-hot-deal-content .title {
		font-size:50px;
	}
}
@media only screen and (max-width:479px) { 
	.atf-hot-deal-content .title {
		font-size:36px;
	}
	.atf-hot-deal-content #atf-timer div {
		margin-bottom: 10px;
	}
}
/**************************************
 * END HOME HOT DEAL DESIGN
 *************************************/	
/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/


/*----------------------------------------*/
/*  04. START EVENT DESIGN
/*----------------------------------------*/
.atf-single-feature {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--atf-thm-white);
	box-shadow: 0 0 15px rgba(0, 0, 0, .14);
	margin: 12px 0;
	border-radius: 10px;
}
.atf-feature-content {
	padding: 25px;
	width: 600px;
}
.atf-feature-location {
	color: var(--atf-thm-color);
	margin-bottom: 5px;
	display: inline-block;
}
.atf-feature-img img {
	width: 400px;
	height: 100%;
}
.atf-feature-tag i {
	color: var(--atf-thm-color);
}
.atf-feature-img {
	position: relative;
}
.atf-feature-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:var(--atf-thm-color);
	opacity: 0;
	transition: all 0.3s ease-out;
}
.atf-single-feature:hover .atf-feature-img::before{
	background-color:var(--atf-thm-color);
	opacity: 0.5;
}
.atf-single-feature .atf-feature-img.atf-hero-video .iq-video{
	position: absolute;
}
.atf-event-work {
	text-align: left;
}
.atf-event-work i {
	color: var(--atf-thm-color);
	margin-right: 5px;
}
.atf-single-event {
	text-align: center;
	box-shadow: 0 0 15px rgb(0,0,0,0.1);
	padding: 30px;
	margin: 12px 0;
	background: var(--atf-thm-white);
	border-radius: 10px;
}
.atf-event-img img {
	border-radius: 50%;
	margin-bottom: 15px;
}
.atf-event-content h4 {
	margin-bottom: 0;
}
.atf-event-icon {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
/*----------------------------------------*/
/*  04. END EVENT DESIGN
/*----------------------------------------*/

/*----------------------------------------*/
/*  05. STAR ABOUT DESIGN
/*----------------------------------------*/
.atf-single-about {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.atf-about-icon {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	font-size: 40px;
	margin-right: 20px;
	border-radius: 50%;
	border: 1px solid var(--atf-border-1);
	box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
}
.atf-about-icon i {
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	display: flex;
}
.divide {
	border: 1px solid var(--atf-thm-color);
	margin: 25px auto;
	width: 60px;
}
.atf-single-about .atf-about-content h4{
	color: var(--atf-thm-black);
	font-size:20px;
}
.atf-service-content .title {
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-service-content .title > a:hover {
	color: var(--atf-thm-color);
}
.atf-single-service {
	box-shadow: 0 0 15px rgb(0,0,0,0.14);
	padding: 40px 20px;
	text-align: center;
	background: var(--atf-thm-white);
	border-radius: 10px;
}
.atf-service-icon {
	font-size: 50px;
	color: var(--atf-thm-color);	
}
.atf-single-img img {
	border-radius: 50%;
}
.atf-single-img .speaker {
	position: absolute;
	top: 5px;
	left: 10px;
	border: 5px solid var(--atf-thm-color);
}
/*----------------------------------------*/
/*  START VIDEO DESIGN
/*----------------------------------------*/
.atf__overlay_1 {
	position:relative;
}
.atf__overlay_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background-image: url(../img/bg/1.jpg);
	z-index: -1;
	background-size: cover;
	background-position: center;
}
.atf__overlay_1.atf-cover-bg::before {
	background: rgba(0, 0, 0, 0.8);
}
.atf-hero-video {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.atf-hero-video .iq-video {
	display: flex;
	width: 60px;
	height: 60px;
	align-items: center;
	font-size: 16px;
	color: var(--atf-thm-white);
	border-radius: 50%;
	line-height: 60px;
	z-index: 4;
	background: var(--atf-thm-color);
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	justify-content: center;
}
.atf-hero-video .iq-video:hover {
	color: var(--atf-thm-color);
	background: var(--atf-thm-white);
}
/*----------------------------------------*/
/*  END VIDEO DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  05. END ABOUT DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  06. START SPEAKER DESIGN
/*----------------------------------------*/
.atf-single-team {
	box-shadow: var(--atf-box-shadow);
	position: relative;
	background: var(--atf-thm-white);
	border-radius: 50px;
	margin: 12px 0;
}
.atf-team-icon {
	color: var(--atf-thm-color);
}
.atf-team-img img {
    width: 100%;
    border-radius: 30px;
}
.atf-team-img {
	position: relative;
}
.atf-team-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0%;
	background: var(--atf-thm-color);
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	opacity: 0;
	border-radius: 30px;
}
.atf-single-team:hover .atf-team-img:before{
	opacity: 0.5; 
	height:100%
} 
.read {
	color: var(--atf-thm-color);
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}
.read:hover {
	color: var(--atf-thm-black);
	text-decoration: underline;
}
.atf-team-content {
	padding: 20px 0 30px ;
}
.atf-team-icon ul li{
	display: inline-block;
}
.atf-team-icon ul li a {
	background: var(--atf-thm-color);
	color: var(--atf-thm-white);
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	border-radius: 50%;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	margin-right: 5px;
}
.atf-team-icon ul li a:hover{
	background: var(--atf-thm-black);
}
/*----------------------------------------*/
/*  06. END SPEAKER DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  07. START COUNTER DESIGN
/*--------------------------------------*/
.atf-single-counter {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid var(--atf-border-1);
	padding: 40px 0;
	border-radius: 50%;
	width: 200px;
	height: 200px;	
}
.atf-counter-content h2 {
	color: var(--atf-thm-white);
	font-size: 50px;
}
.atf-counter-area{
	position: relative;
	z-index: 1;
}
.atf-counter-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.6);
	z-index: -1;
}
.atf-counter-content h4 {
	font-size: 24px;
	color: var(--atf-thm-white);
}
@media only screen and (max-width:991px) {
	.atf-single-counter {
		margin: 0 auto 24px ! important;
	}
}
/*----------------------------------------*/
/*  07. END COUNTER DESIGN
/*--------------------------------------*/
 /**************************************
 * 08. START GALLERY DESIGN
 *************************************/ 
 .atf-work-box{
    background: var(--atf-thm-color);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
	margin:0 12px;
}
.atf-work-box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.atf-work-box:hover img{
    opacity: 0.5;
}
.atf-work-box .box-content {
	color: var(--atf-thm-white);
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	width: 50%;
	padding: 20px 10px;
	opacity: 0;
	transform: translateX(-50%) translateY(-200%);
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 1;
	transition: all 0.5s ease-out;
	border-radius: 7px;
}
.atf-work-box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-60%);
}
.atf-work-box .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 2px;
	color: var(--atf-thm-white);
}
.atf-work-box .post{
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.atf-work-box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transition: all 0.3s ease 0s;
}
.atf-work-box:hover .icon{
    opacity: 1;
    bottom: 20px;
}
.atf-work-box .icon li{
    display: inline-block;
    margin: 0 5px;
}
.atf-work-box .icon li a{
    color: var(--atf-thm-white);
    background: var(--atf-thm-black);
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
	border-radius:50%;
    display: block;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.atf-work-box .icon li a:hover{
    color: var(--atf-thm-color);
    background: var(--atf-thm-white);
    outline-color: var(--atf-thm-color);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/*
* ----------------------------------------------------------------------------------------
* START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.atf-partner-logo {
	position: relative;
	background: var(--thm-f6);
  }
  .atf-partner { text-align: center }
  .atf-partner.owl-theme .owl-controls {display: none!important;}
  .atf-partner-logo .owl-carousel .owl-item img {
	  display: inline-block;
	  max-width: 100%;
	  border-radius: 4px;
	  background: var(--thm-white);
  }
  /*
  * ----------------------------------------------------------------------------------------
  * END COMPANY PARTNER LOGO
  * ----------------------------------------------------------------------------------------
  */
/*----------------------------------------*/
/*  09. START PRICING DESIGN
/*--------------------------------------*/
.pricingTable {
	color: var(--atf-text-body);
	text-align: center;
	position: relative;
	background: var(--atf-grey-2);
}
.pricingTable .pricingTable-header {
	background: var(--atf-thm-color);
	padding: 25px 0;
}
.pricingTable .title {
	color: var(--atf-thm-white);
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.pricingTable .price-value{
    color: var(--atf-thm-color);
    margin: 30px 0; 
}
.pricingTable .price-value .amount {
	font-size: 50px;
	font-weight: 700;
	padding: 0 30px 15px;
	color: var(--atf-thm-color);
}
.pricingTable .pricing-content {
	text-align: center;
	list-style: none;
	display: inline-block;
	color: var(--atf-thm-white);
	padding: 20px 15px 0;
	border-top: 1px solid var(--atf-border-1);
}
.pricingTable .pricing-content p {
	color: var(--atf-text-body);
}

.pricingTable-signup {
	padding: 30px 0;
}
@media only screen and (max-width: 991px){
   .pricingTable{ margin: 12px 0; }
}
/*----------------------------------------*/
/*  09. END PRICING DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/* --- START OWL DESIGN
/*--------------------------------------*/
.atf-overlay-section{
	z-index: 1;
	position: relative;
}
.atf-overlay-section::before{
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-pagination{
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: #fe7f8b;
}
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--atf-thm-white);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 4px solid var(--atf-thm-white);
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-dots, .owl-theme .owl-nav {
	margin-top: 40px ! important;
}
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 0px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-top: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--atf-thm-color);
	border: 1px solid var(--atf-thm-color);
	transition: all 0.3s ease-in-out;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span{
	width: 35px;
	transition:all 0.3s ease-in-out;
	border: 1px solid var(--atf-thm-color);
	background: var(--atf-thm-color);
}
.no-border{
	border:none;
}

/*----------------------------------------*/
/*  END OWL DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  10. START BLOG DESIGN
/*--------------------------------------*/

.post-slide{
    transition: all 0.3s ease 0s;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-review {
	text-align: left;
}

.post-slide .post-bar {
	padding: 0;
	list-style: none;
	margin-top: 20px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 20px;
}
.post-slide .post-bar li{
    display:inline-block;
    font-size:14px;
    color:var(--atf-text-body);
    margin-right:10px;
    text-transform: capitalize;
	transition: all 0.3s ease-in-out 0s;
}
.post-slide .post-bar li a:hover{
	 color:var(--atf-thm-color);
}
.post-slide .post-bar li i{
    color:var(--atf-thm-color);
    margin-right:8px;
}
.post-slide .post-title {
	color: var(--atf-thm-black);
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}
.post-slide .post-title a:hover {
	color: var(--atf-thm-color);
}
.post-slide .post-title a {
	transition: all 0.3s ease-in-out;
	line-height: 1.6;
	text-transform: capitalize;
}
.post-content {
	padding: 15px;
	border: 1px solid var(--atf-border-1);
}
.post-review span {
	background: var(--atf-thm-color);
	padding: 5px 15px;
	color: var(--atf-thm-white);
	margin-top: 15px !important;
	display: inline-block;
	border-radius: 5px;
}
@media only screen and (max-width: 991px){
    .post-slide{ margin: 12px 0; }
}
/*----------------------------------------*/
/*  10. END BLOG DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  11. START CONTACT DESIGN
/*--------------------------------------*/
.atf-contact-form.style1 {
	width: 100%;
}
.atf-booking-btn{
	margin-top:40px;
}
.atf-select-option {
	width: 100%;
	height: 55px;
	padding: 0 15px;
	background: var(--atf-grey-1);
	margin: 10px 0;
	color: var(--atf-text-body);
}
.atf-contact-form label {
	font-weight:600;
	color: var(--atf-thm-black);
}
.atf-contact-form .button {
    margin: 0;
}
.atf-contact-form .form-group input, 
.atf-contact-form .form-group select, 
.atf-contact-form .form-group textarea {
	border: 1px solid rgba(0,0,0,0.2) ! important;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	margin: 10px 0;
	background: var(--atf-thm-white);
	outline: none;
}
.atf-contact-form .form-group input:focus,
.atf-contact-form .form-group select:focus,
.atf-contact-form .form-group textarea:focus {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border: 1px solid var(--atf-thm-color) ! important;
}
.atf-contact-form .form-group input:active,
.atf-contact-form .form-group select:active,
.atf-contact-form .form-group textarea:active {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border: 1px solid var(--atf-thm-color) ! important;
	border-color: var(--atf-grey-1);
}
.atf-contact-area .form-group textarea {
	height: 120px;
	width: 100%;
}
.atf-contact-area .atf-themes-btn{
	margin-top:10px;
}
.form-message{
	color:  var(--atf-thm-black);
}
.atf-contact-info {
	display: flex;
	align-items: center;
	align-content: start;
	margin: 25px 20px;
}
.atf-contact-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-image: var(--atf-gradient2);
	text-align: center;
	margin-right: 20px;
	color: var(--atf-thm-white);
	border-radius: 5px;
	border: 1px solid var(--atf-border-1);
	box-shadow: 0 0 15px rgba(255,255,255,0.2);
}
.atf-contact-content .title {
	color: var(--atf-thm-white);
	margin-bottom: 2px;
}
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 400px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
/*----------------------------------------*/
/*  11. END CONTACT DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  12. START FOOTER DESIGN
/*--------------------------------------*/
.hire {
	padding: 50px 0;
}
.footer-border{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.atf-single-footer img {
	width: 120px;
	height: auto;
	margin-bottom: 20px;
}
.atf-footer-area {
	background-color: var(--atf-thm-black);
}
.atf-footer-area .atf-single-footer {
	position: relative;
}
.atf-single-footer .title {
	margin-bottom: 40px;
	color: var(--atf-thm-white);
	text-transform:uppercase;
	font-weight:600;
	position: relative;
}
.atf-single-footer .title::before {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 70px;
	height: 2px;
	background: var(--atf-thm-color);
}
.atf-footer-social-icon {
	display: flex;
	align-items: center;
	gap: 10px;
}
.atf-footer-social-icon li {
	display:flex;
	align-items:center;
	gap:10px;
}
.atf-footer-social-icon li a {
	display: inline-block;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: var(--atf-thm-white);
	background: transparent;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255,255,255,0.1) inset;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.atf-footer-social-icon li a:hover{
	background:var(--atf-thm-color);
	color:var(--atf-thm-white);
}
.atf-single-footer .atf-list-menu li {
	display: flex;
	align-content: start;
}
.atf-single-footer .atf-list-menu li a {
	color: var(--atf-text-body);
	margin-bottom: 10px;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li a:hover {
	color: var(--atf-thm-color);
	margin-left: 15px;
}
.atf-single-footer .atf-list-menu li a::before {
	content: '';
	background-color: var(--atf-thm-color);
	position: absolute;
	left: -15px;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li a:hover::before {opacity:1;}

.atf-footer-blog:last-child{
	margin-bottom: 0px;
}
.atf-footer-blog{
	display:flex;
	margin:15px 0;
	align-items:center;
}
.atf-footer-blog .pic img{
	border-radius:5px;
}
.atf-footer-blog .pic {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.atf-footer-blog-content h4{
	color: var(--atf-thm-white);
	margin-bottom:2px;
	font-size:18px;
	transition: all 0.3s ease-in-out;
}
.atf-footer-blog-content h4:hover{
	color: var(--atf-thm-color);
}
.atf-footer-blog-icon {
	display: flex;
	gap: 8px;
	font-size: 14px;
	color: var(--atf-thm-color);
}
.atf-footer-bottom a {
	color: var(--atf-thm-color);
	-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;
	text-decoration:underline;
	font-weight:700;
}
.atf-footer-bottom {
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.atf-footer-bottom a:hover{
	color: var(--atf-thm-white);
	text-decoration:inherit;
}
@media only screen and (max-width: 991px){
    .atf-single-footer{ margin: 15px 0; }
}
/*----------------------------------------*/
/* START NEWSLETTER DESIGN
/*--------------------------------------*/

.atf-newsletter-area {
	border-radius: 10px;
	padding: 50px 50px;
}
.atf-single-newsletter{
	position:relative;
}
.atf-newsletter-title .title{
	font-size: 30px;
	color: var(--atf-thm-black);
	font-weight:700;
	margin-bottom:0;
}
.atf-single-newsletter .form-group input {
	background: transparent;
	color: var(--atf-thm-white);
	border: 1px solid rgba(255,255,255,0.1);
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	display: inline-block;
	padding-left: 15px;
}
.atf-single-newsletter .form-group input:focus {
	box-shadow: none;
	outline: 0 none;
	background: transparent;
	border-color: inherit;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border: 1px solid var(--atf-thm-color);
}
.atf-single-newsletter .form-group{
	margin-bottom:0;
}
.atf-single-newsletter .atf-subscription-label {
	color: var(--atf-thm-white);
	margin-top:2px;
}
.atf-single-newsletter .subcribe-btn {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 40px;
	color: var(--atf-thm-color);
}
/*----------------------------------------*/
/*  END NEWSLETTER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  12. END FOOTER DESIGN
/*--------------------------------------*/