/*
    Template Name: Babycare - Babysitter & Nurse HTML Landing Page Template
    Author: Themesbazer
    Description: This is Babycare template any type of Nurse,Babysitter 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 VIDEO DESIGN
		---START FORM DESIGN
    04. START FEATURE DESIGN
    05. START ABOUT DESIGN 
	06. START SERVICE DESIGN
	07. START COUNTER DESIGN 
	08.	START PRICING DESIGN
	09. START CLIENT DESIGN
	10. START BLOG DESIGN
	11. START CONTACT DESIGN
		---START MAP DESIGN
	12.	START FOOTER 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: "Lato", sans-serif;
  --atf-ff-p: "Open Sans", sans-serif;
  --atf-ff-fontawesome: "Font Awesome 7";
  /**
  @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);
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 900;
  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: 22px;
  font-family: var(--atf-ff-body);
  font-weight:600;
  line-height:1.4;
}

h4 {
  font-size: 20px;
  font-family: var(--atf-ff-body);
  
}
@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: 15px;
  opacity: 1;
}

*::placeholder {
  color: var(--atf-thm-color);
  font-size: 15px;
  opacity: 1;
}

.z-index-1 {
  position: relative;
  z-index: 2;
}
input, button, select, optgroup, textarea {
	font-family:var(--atf-ff-body);
	border-color:none;
}

/*---------------------------------
   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;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.gx-45 {
  --bs-gutter-x: 45px;
}

.gx-50 {
  --bs-gutter-x: 50px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}

.gx-70 {
  --bs-gutter-x: 70px;
}

.gx-80 {
  --bs-gutter-x: 80px;
}

.gx-90 {
  --bs-gutter-x: 90px;
}

.gx-100 {
  --bs-gutter-x: 100px;
}

.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;
}
/*---------------------------------
 STAR PRELOADER
---------------------------------*/
.atf_preloader{
	position: fixed;
	background-color: var(--atf-thm-white);
	z-index: 9999999;
	height: 100%;
	width: 100%;	
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s; 
 }  
.atf_preloader .spinner_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 33333;
}
.atf_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}
.atf_preloader:before,
.atf_preloader:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 51%;
    background:var(--atf-thm-black);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.atf_preloader:before{
    left: 0; 
}
.atf_preloader:after{
	right: 0; 
}
.atf_preloader.loaded:before, .atf_preloader.loaded:after{width: 0%;}
.spinner {
	width: 70px;
	height: 70px;
	background: var(--atf-thm-color);
	border-radius: 100%;  
	-webkit-animation: atf-scaleout 1.0s infinite ease-in-out;
	animation: atf-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes atf-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
@keyframes atf-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
/*---------------------------------
 END PRELOADER
---------------------------------*/
/*---------------------------------
 START BTN
---------------------------------*/
.atf-themes-btn {
	background-color: var(--atf-thm-color);
	display: inline-block;
	padding: 15px 35px;
	color: var(--atf-thm-white);
	font-size: 16px;
	border-radius: 4px;
	font-family: var(--atf-ff-heading);
	-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;
	font-weight: 500;
}
.atf-themes-btn:hover {
	color: var(--atf-thm-white);
	background: var(--atf-thm-black);
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
/*---------------------------------
 END BTN
---------------------------------*/
/*---------------------------------
 STAR SECTION TITLE
---------------------------------*/
.atf-section-title .divide {
	position: relative;
	margin: 25px 0 45px;
}
.atf-section-title .divide::after {
	content: "";
	width: 25%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: var(--atf-thm-color);
	border-radius: 10px;
}
.atf-section-title .title {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -2px;
	font-family: var(--atf-ff-heading);
	color: var(--atf-thm-black);
	font-family: var(--atf-ff-heading);
}
@media screen and (min-width: 1200px) and (max-width: 1399px){

	.atf-section-title .title{font-size:40px;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
    .atf-section-title .title {
		font-size: 36px;
		letter-spacing: 0px;
		z-index: 1;
		position: relative;
	}
	.atf-section-title.mb-50{
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:575px) {
	.atf-section-title .title {
		font-size: 28px;
		letter-spacing: 0px;
		line-height: 1.3;
	}
	.atf-section-title.mb-50{
		margin-bottom:20px;
	}
	.atf-section-title.mb-30 {
		margin-bottom: 20px;
	}
}
.atf-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media only screen and (max-width:991px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
}
@media only screen and (max-width:576px) {
	.pt-80.pb-60,
	.pt-120.pb-95,
	.atf-section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
/*---------------------------------
 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-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-menu .dropdown-item{
	color: var(--atf-thm-white);
}
.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{
	color: var(--atf-thm-black) ! important;
	background-color: var(--atf-thm-white);
	--bs-dropdown-link-hover-bg: transparent;
	box-shadow:0 0 15px rgba(0,0,0,.3)
}
.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 : 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;
	}
}
@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.4);
	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 p {
	margin: 25px 0 35px !important;
	font-size: 18px;
	color: var(--atf-thm-white);
}
.atf-hero-content .title{
	font-size: 60px;
	color: var(--atf-thm-white);
	text-transform: capitalize;
	font-weight: 900;
	font-family: var(--atf-ff-heading);
}
.atf-hero-video {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	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: 1020;
	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-white);
	background: var(--atf-thm-black);
}
.atf-hero-content .sub_title {
	-webkit-animation: .5s .3s fadeInDown both;
	animation: .5s .3s fadeInDown both; }
.atf-hero-content .title {
	-webkit-animation: .5s .5s fadeInUp both;
	animation: .5s .5s fadeInUp both; }

.atf-hero-content .describtion {
	-webkit-animation: .5s .7s fadeInLeft both;
	animation: .5s .7s fadeInLeft both; }

.atf-hero-content .atf-hero-btn{
	-webkit-animation: .5s .9s fadeInUp both;
	animation: .5s .9s fadeInUp both; }

/*----------------------------------------*/
/*  03. END HOME DESIGN
/*----------------------------------------*/
/*----------------------------------------*/
/*  04. START FEATURE DESIGN
/*----------------------------------------*/
.atf-single-feature {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 25px;
	background-color: var(--atf-thm-white);
	box-shadow: 0 0 15px rgba(0, 0, 0, .14);
	margin: 12px 0;
}
.atf-feature-content h3{font-size:20px;margin-bottom: 10px;}
.atf-feature-location {
	background: var(--atf-thm-base);
	color: var(--atf-thm-white);
	padding: 2px 18px;
	border-radius: 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 15px;
}
.atf-feature-img img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	display: flex;
}
.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;
}
/*----------------------------------------*/
/*  04. END FEATURE 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;
}
.atf-single-about .atf-about-content h4{
	color: var(--atf-thm-black);
	font-size:20px;
}
.atf-single-parent {
    box-shadow: 0 0 15px rgb(0,0,0,0.14);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.atf-parent-icon {
	font-size: 50px;
	color: var(--atf-thm-color);
	opacity: 0.3;
}
/*----------------------------------------*/
/*  05. END ABOUT DESIGN
/*----------------------------------------*/

/*----------------------------------------*/
/*  06. START SERVICE DESIGN
/*----------------------------------------*/

.atf-single-service {
	box-shadow: var(--atf-box-shadow);
	padding: 15px;
	position: relative;
	background: var(--atf-thm-white);
}
.atf-service-icon {
	color: var(--atf-thm-color);
}
.atf-service-img {
	position: relative;
}
.atf-service-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--atf-thm-color);
	top: 0;
	left: 0;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.atf-single-service:hover .atf-service-img:before{
	opacity: 0.5; 
} 
.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;
}
/*----------------------------------------*/
/*  06. END SERVICE DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  07. START COUNTER DESIGN
/*--------------------------------------*/
.atf-single-counter {
	display: flex;
	align-content: start;
	justify-content: center;
}
.atf-counter-content h2 {
	color: var(--atf-thm-white);
	font-size: 70px;
}
.atf-counter-area{
	height: 600px;
	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.8);
	z-index: -1;
}
.atf-counter-content h3 {
	font-size: 22px;
	color: var(--atf-thm-white);
}

/*----------------------------------------*/
/*  07. END COUNTER DESIGN
/*--------------------------------------*/
/*----------------------------------------*/
/*  08. START PRICING DESIGN
/*--------------------------------------*/
.pricingTable {
	color: var(--atf-text-body);
	text-align: center;
	position: relative;
	border: 1px solid var(--atf-thm-color);
}
.pricingTable .pricingTable-header {
	background: var(--atf-thm-color);
	padding: 25px 0;
}
.pricingTable .title {
	color: var(--atf-thm-white);
	font-size: 28px;
	font-weight: 900;
	text-transform: capitalize;
	margin-bottom: 0;
}
.pricingTable .price-value{
    color: var(--atf-thm-color);
    margin: 30px 0; 
}
.pricingTable .price-value .amount {
	font-size: 50px;
	font-weight: 700;
	color: var(--atf-thm-color);
}
.pricingTable .pricing-content {
	text-align: center;
	list-style: none;
	display: inline-block;
	color: var(--atf-thm-white);
	background: var(--atf-thm-color);
	padding: 50px;
	border-radius: 20px;
}
.pricingTable .pricing-content p {
	color: var(--atf-thm-white);
}

.pricingTable-signup {
	padding: 30px 0;
}
@media only screen and (max-width: 991px){
   .pricingTable{ margin: 12px 0; }
}
/*----------------------------------------*/
/*  08. END PRICING DESIGN
/*--------------------------------------*/

/*----------------------------------------*/
/*  09. START CLIENT 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.7);
	z-index: -1;
}
.testimonial {
	display: flex;
	align-items: center;
	gap: 40px;
}
.testimonial-content {
	width: 500px;
	text-align: center;
}
.testimonial-icon i {
	color: var(--atf-thm-color);
}
.testimonial-icon li {
	display: inline-block;
	font-size: 15px;
}
.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid var(--atf-border-1);
	overflow: hidden;
	box-shadow: 0 2px 15px rgba(255, 255, 255, 0.3);
	margin: 0 auto 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description {
	font-style: italic;
	color:var(--atf-thm-white);
}
.testimonial .testimonial-title{
    margin: 0;
    text-transform: capitalize;
	color:var(--atf-thm-white);
}
.testimonial .post {
	display: block;
	text-transform: capitalize;
	font-size: 12px;
	margin-bottom: 0;
	color:var(--atf-thm-white);
}
.testimonial .post::before {
	content: "";
	width: 20px;
	display: block;
	bottom: 34px;
	left: 68px;
	position: absolute;
}
.testimonial .testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.testimonial .testimonial-rating li{
    color: var(--atf-thm-color);
    display: inline-block;
}
.testimonial .testimonial-rating li.fa-star{
    color: var(--atf-thm-color);
}
.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: 10px ! 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;
}

/*----------------------------------------*/
/*  09. END CLIENT 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 {
	border: 1px solid rgba(0,0,0, 0.1);
	border-top: none;
	padding: 25px 20px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	text-align: center;
}
.post-slide .post-review:after{
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 5%;
    transition: all 0.30s ease 0s;
}
.post-slide .post-bar {
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 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 {
	width: 500px;
}
.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-grey-1);
	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: 450px;
	display:block;
	border-radius:20px;
}
/*
* ----------------------------------------------------------------------------------------
* 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: 50px;
	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: var(--atf-thm-color);
	text-align: center;
	border-radius: 50%;
	/* box-shadow: 0 0 15px rgba(255,255,255,0.2); */
	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-white);
	color:var(--atf-thm-color);
}
.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-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; }
}
.instagram-image-hover-area {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
}
.instagram-image-hover img{
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0 !important;
	border-radius:5px;
}
.instagram-image-hover {
	transition: all 0.4s ease 0s;
	position: relative;
}
.instagram-image-hover::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--atf-thm-color);
	transition: all 0.4s ease-in;
	overflow: hidden;
	border-radius:5px;
}
.instagram-image-hover:hover::before {
	opacity: 1;
}
.instagram-image-hover .icon {
	opacity: 0;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.4s ease 0s;
}
.instagram-image-hover:hover .icon {
	opacity: 1;
	top: 50%;
}
.instagram-image-hover .icon  a {
	color: var(--atf-thm-white);
	font-size: 20px;
	text-align: center;
	line-height: 38px;
	display: block;
	transition: all 0.4s ease 0s;
}
.atf-tagcloud .atf-tag {
	display: inline-block;
	font-size: 16px;
	padding: 6px 12px;
	border: 1px solid var(--atf-border-1);
	border-radius: 4px;
	margin-right: 6px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.atf-tagcloud .atf-tag:hover {
	color: var(--atf-thm-white);
	background-color: var(--atf-thm-color);
	border-color: var(--atf-thm-color);
}
/*----------------------------------------*/
/*  12. END FOOTER DESIGN
/*--------------------------------------*/
/* OWl DOT DESIGN */
.atf_owl_dot_slider .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}
.atf_owl_dot_slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 5px;
	background: var(--atf-thm-white);
	border: 1px solid var(--atf-thm-color);
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.atf_owl_dot_slider .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);
    display: inline-block;
}
/* OWl NAV DESIGN */
.atf_owl_nav_slider {
    position: relative;
}
.atf_owl_nav_slider .owl-nav .owl-next,
.atf_owl_nav_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: var(--atf-thm-white) !important;
    opacity: 1;
    font-size: 20px !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 50px;
    height: 50px;
    line-height: 48px !important;
    background: var(--atf-thm-color) !important;
    border-radius: 50%;
}

.atf_owl_nav_slider .owl-nav .owl-prev {
    left: -25px;
	opacity: 0;
}
.atf_owl_nav_slider .owl-nav .owl-next {
    right: -25px;
	opacity: 0;
}
.atf_owl_nav_slider:hover .owl-nav .owl-prev {
    left: -15px;
    opacity: 1;
}
.atf_owl_nav_slider:hover .owl-nav .owl-next {
    right: -15px;
    opacity: 1;
}
@media screen and (min-width: 270px) and (max-width: 480px) {
    .atf_owl_nav_slider .owl-nav .owl-prev,
    .atf_owl_nav_slider .owl-nav .owl-next {
        display: none;
    }
}
/* END OWL DOT & NAV DESIGN */
