/*
Theme Name: Cleaning Services
Text Domain: cleaning-services
Description: Cleaning Services Theme
Author: Piash
Author URI: http://finestwebgeek.com/
Tags: one-column, two-column, three-column, custom-logo, custom-menu,
Version: 1.3
*/

/*==========================================
Table Of Content
============================================*/

/*============================================

0. General css
1. Header main menu area
2.Sticky menu
3. Hero-area
4. Who we are area
5. Services area
6. About area
7. testimonial area
8. latest news area
9. Contact area
10. Footer-area
11. Footer copy-right
===============================================*/

/*==================general-css====================*/

/*==================site-font-css====================*/

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Regular.eot');
  src: url('fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Jost-Regular.woff2') format('woff2'), url('fonts/Jost-Regular.woff') format('woff'), url('fonts/Jost-Regular.ttf') format('truetype'), url('fonts/Jost-Regular.svg#Jost-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Bold.eot');
  src: url('fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Jost-Bold.woff2') format('woff2'), url('fonts/Jost-Bold.woff') format('woff'), url('fonts/Jost-Bold.ttf') format('truetype'), url('fonts/Jost-Bold.svg#Jost-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-Medium.eot');
  src: url('fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Jost-Medium.woff2') format('woff2'), url('fonts/Jost-Medium.woff') format('woff'), url('fonts/Jost-Medium.ttf') format('truetype'), url('fonts/Jost-Medium.svg#Jost-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('fonts/Jost-SemiBold.eot');
  src: url('fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Jost-SemiBold.woff2') format('woff2'), url('fonts/Jost-SemiBold.woff') format('woff'), url('fonts/Jost-SemiBold.ttf') format('truetype'), url('fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Regular.eot');
  src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/NunitoSans-Regular.woff2') format('woff2'), url('fonts/NunitoSans-Regular.woff') format('woff'), url('fonts/NunitoSans-Regular.ttf') format('truetype'), url('fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*==================site-font-css====================*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

body {
  font-family: 'Nunito Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Jost', sans-serif;
}

a, a:hover {
  text-decoration: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="button"]:focus, button[type="button"]:focus, input[type="tel"]:focus, textarea:focus {
  outline: none;
}

input, button:focus {
  outline: none;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.align-item-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/*==================general-css====================*/

.loader {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 5px solid #ebebec;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-top: 4px solid #21a7d0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
}

.loader .loader-icon img {
  -webkit-animation: loaderpulse alternate 900ms infinite;
  animation: loaderpulse alternate 900ms infinite;
}

.loader.orange-color .loader-container:before {
  border-color: #5AA633;
}

.loader.yellow-color .loader-container:before {
  border-color: #f4bf00;
}

.loader.purple-color .loader-container:before {
  border-color: #4e49a1;
}

.loader.green-color .loader-container:before {
  border-color: #0c8b51;
}

@keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes loaderpulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*==================header-main-menu-area-start====================*/

header.header-area {
  position: absolute;
  width: 100%;
  z-index: 99999999;
  padding: 35px 0;
  background: transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

header.header-area .container .row .logo-area {
  width: 20%;
  float: left;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
}

header.header-area .container .row .logo-area a {
  display: inline-block;
}

header.header-area .container .row nav {
  width: 80%;
  padding: 0 15px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

header.header-area .container .row nav ul#main-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header.header-area .container .row nav ul#main-menu li {
  padding: 0 !important;
  margin-right: 38px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 0;
}

header.header-area .container .row nav ul#main-menu li:last-child {
  margin-right: 0 !important;
}

header.header-area .container .row nav ul#main-menu li a {
  display: block;
  font-weight: 500 !important;
  font-size: 16px !important;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  font-family: 'Jost', sans-serif;
  text-transform: capitalize;
  color: #0E3C7B;
  padding: 15px 0;
  text-shadow: none !important;
  position: relative;
}

header.header-area .container .row nav ul#main-menu li a::after {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #00C55E;
  width: 0;
  height: 3px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

header.header-area .container .row nav ul#main-menu li a:hover {
  color: #00C55E;
}

header.header-area .container .row nav ul#main-menu li a:hover::after {
  width: 100%;
}

header.header-area .container .row nav ul#main-menu li.menu-btn {
  margin-left: 12px;
}

header.header-area .container .row nav ul#main-menu li.menu-btn a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#63af31), color-stop(#59a532), color-stop(#509b32), color-stop(#479132), to(#3f8731));
  background-image: -webkit-linear-gradient(top, #63af31, #59a532, #509b32, #479132, #3f8731);
  background-image: -o-linear-gradient(top, #63af31, #59a532, #509b32, #479132, #3f8731);
  background-image: linear-gradient(to bottom, #63af31, #59a532, #509b32, #479132, #3f8731);
  padding: 15px 31px;
  color: #FFFFFF;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

header.header-area .container .row nav ul#main-menu li.menu-btn a::after {
  display: none;
}

header.header-area .container .row nav ul#main-menu li.menu-btn a::before {
  -webkit-transition: 0.7s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-image: -webkit-gradient(linear, left top, right bottom, from(#34267a), color-stop(#342d8c), color-stop(#32359e), color-stop(#2c3db1), to(#1e46c4));
  background-image: -webkit-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: -o-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: linear-gradient(to right bottom, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  z-index: -2;
}

header.header-area .container .row nav ul#main-menu li.menu-btn a:hover {
  color: #FFFFFF !important;
}

header.header-area .container .row nav ul#main-menu li.menu-btn a:hover::before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

/*=================mobile-menu-logo====================*/

.mobile-menu-logo {
  display: none;
}

/*=================slicknav_menu====================*/

.slicknav_menu {
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: none;
}

/*=================slicknav_menu====================*/

/*============sticky-header-start==============*/

div#sticky-wrapper {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.is-sticky header.header-area {
  background: #fff;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  padding: 20px 0;
}

.is-sticky header.header-area nav ul li.menu-btn a {
  padding: 15px 31px !important;
}

/*============sticky-header-end==============*/

/*==================header-main-menu-area-end====================*/

/*==================hero-area-start====================*/

section.hero-area {
  padding: 350px 0 217px 0;
  position: relative;
  z-index: 1;
}

section.hero-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("images/hero-area-shape.png");
  background-repeat: no-repeat;
  background-position: top left;
  left: 0;
  top: 0;
  z-index: -1;
}

section.hero-area::after {
  position: absolute;
  content: "";
  width: 974px;
  height: 1150px;
  background: url(images/hero-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: inherit inherit;
  background-size: inherit;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 26%;
  right: 0;
  background-position: right;
  z-index: -1;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all;
}

section.hero-area .hero-image-area {
  position: absolute;
  text-align: right;
  bottom: -55px;
  right: 0;
  width: 55%;
  max-width: 100%;
  z-index: 99;
}

section.hero-area .container .row .hero-content h4 {
  color: #00C55E;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  /* padding-left: 30px; */
  margin-bottom: 15px;
  z-index: 1;
}

section.hero-area .container .row .hero-content h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /* background-image: url("images/clean-icon.png"); */
  background-repeat: no-repeat;
  left: 0;
  top: -5px;
  z-index: -1;
}

section.hero-area .container .row .hero-content h1 {
  font-weight: 500;
  font-size: 60px;
  color: #0E3C7B;
  line-height: 1.2;
  margin-bottom: 25px;
}

section.hero-area .container .row .hero-content p {
  color: #656565;
  font-weight: 400;
  max-width: 435px;
  font-size: 20px;
  margin-bottom: 45px;
}

section.hero-area .container .row .hero-content .hero-btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn {
  margin-right: 27px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn::before {
  -webkit-transition: 0.7s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-image: -webkit-gradient(linear, left top, right bottom, from(#34267a), color-stop(#342d8c), color-stop(#32359e), color-stop(#2c3db1), to(#1e46c4));
  background-image: -webkit-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: -o-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: linear-gradient(to right bottom, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  z-index: -2;
}

section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn:hover {
  color: #FFFFFF !important;
}

section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn:hover::before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn:last-child {
  margin-right: 0;
}

section.hero-area .container .row .hero-content .hero-btn-area a.transfarent-btn {
  background: transparent;
  border: 3px solid #5AAD32;
  line-height: 46px !important;
  color: #00C55E !important;
}

section.hero-area .container .row .hero-content .hero-btn-area a.transfarent-btn::before {
  -webkit-transition: 0.7s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-image: -webkit-gradient(linear, left top, right bottom, from(#34277a), color-stop(#34277a), color-stop(#34277a), color-stop(#34277a), to(#34277a));
  background-image: -webkit-linear-gradient(left top, #34277a, #34277a, #34277a, #34277a, #34277a);
  background-image: -o-linear-gradient(left top, #34277a, #34277a, #34277a, #34277a, #34277a);
  background-image: linear-gradient(to right bottom, #34277a, #34277a, #34277a, #34277a, #34277a);
  z-index: -2;
}

section.hero-area .container .row .hero-content .hero-btn-area a.transfarent-btn:hover {
  border-color: #34277a !important;
}

section.hero-area .container .row .hero-content .hero-btn-area a.transfarent-btn:hover::before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

a.btn-h {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#63af31), color-stop(#59a532), color-stop(#509b32), color-stop(#479132), to(#3f8731));
  background-image: -webkit-linear-gradient(top, #63af31, #59a532, #509b32, #479132, #3f8731);
  background-image: -o-linear-gradient(top, #63af31, #59a532, #509b32, #479132, #3f8731);
  background-image: linear-gradient(to bottom, #63af31, #59a532, #509b32, #479132, #3f8731);
  font-size: 20px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 170px;
  text-align: center;
  display: inline-block;
}

/*==================hero-area-end====================*/

/*==================who-we-are-area-start====================*/

section.who-we-are-area {
  padding-top: 470px;
  padding-bottom: 270px;
  background-image: url("images/who-we-are.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

section.who-we-are-area .container {
  position: relative;
}

section.who-we-are-area .container .row .image-area-col {
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 67%;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67% !important;
  left: -239px;
  top: -20px;
}

section.who-we-are-area .container .row .col-lg-6 {
  margin-left: auto;
}

section.who-we-are-area .container .row .col-lg-6 .section-title {
  margin-bottom: 52px;
}

section.who-we-are-area .container .row .col-lg-6 .section-title h2 {
  text-align: left;
}

section.who-we-are-area .container .row .col-lg-6 .section-title p {
  text-align: left;
  margin-bottom: 15px;
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area {
  width: 100%;
  display: inline-block;
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area .single-cleaning-item {
  width: 47%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  padding: 35px 15px 35px 77px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area .single-cleaning-item:nth-child(2n+2) {
  margin-right: 0;
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area .single-cleaning-item .image {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area .single-cleaning-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0E3C7B;
  margin-bottom: 0;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 600;
  color: #393939;
  text-align: center;
  margin-bottom: 40px;
}

.section-title p {
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0;
}

/*==================who-we-are-area-end====================*/

/*==================services-area-start====================*/

section.services-area {
  background-color: #F7FAFF;
  padding-top: 60px;
  padding-bottom: 110px;
}

section.services-area .container .row .col-md-8 {
  margin: auto;
}

section.services-area .container .row .col-lg-4 .single-services-item {
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px #ecf2fb;
  box-shadow: 0px 0px 10px #ecf2fb;
  margin-bottom: 30px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  background: #fff;
  z-index: 1;
  position: relative;
}

section.services-area .container .row .col-lg-4 .single-services-item:hover {
  -webkit-box-shadow: 3px 8px 15px #e3e5e8;
  box-shadow: 3px 8px 15px #e3e5e8;
}

section.services-area .container .row .col-lg-4 .single-services-item a.image-area {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

section.services-area .container .row .col-lg-4 .single-services-item a.image-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00C55E;
  left: 0;
  top: 0;
  opacity: 0.3;
}

section.services-area .container .row .col-lg-4 .single-services-item a.image-area img {
  width: 100%;
}

section.services-area .container .row .col-lg-4 .single-services-item a.image-area .icon-area {
  display: inline-block !important;
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #FFFFFF;
  border: 2px solid #00C55E;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

section.services-area .container .row .col-lg-4 .single-services-item a.image-area .icon-area img {
  margin: auto;
  width: unset !important;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content {
  padding: 80px 20px 40px 20px;
  max-width: 270px;
  margin: auto;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content h4 a {
  font-size: 26px;
  font-weight: 500;
  color: #3B424F;
  margin-bottom: 14px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content h4 a:hover {
  color: #00C45E;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content p {
  margin-bottom: 30px;
  color: #656565;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.5;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content a.read-more-btn {
  font-weight: 500;
  font-size: 20px;
  color: #393939;
  font-family: 'Jost', sans-serif;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  padding-right: 40px;
  position: relative;
  display: inline-block;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content a.read-more-btn:hover {
  color: #00C55E;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content a.read-more-btn:hover::after {
  background-image: url(images/white-plush.png);
  background-color: #00C55E;
}

section.services-area .container .row .col-lg-4 .single-services-item .single-services-content a.read-more-btn::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  line-height: 18px;
  background-image: url("images/black-plush.png");
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  background-position: center;
}

/*==================services-area-end====================*/

/*==================about-area-start====================*/

section.about-area {
  position: relative;
  z-index: 1;
  padding-top: 116px;
  background: #2c236b;
}

section.about-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("images/baout-bg.png");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
}

section.about-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(5deg, rgba(26, 44, 121, 0.8), rgba(94, 170, 50, 0.9));
  background-image: -o-linear-gradient(5deg, rgba(26, 44, 121, 0.8), rgba(94, 170, 50, 0.9));
  background-image: linear-gradient(85deg, rgba(26, 44, 121, 0.8), rgba(94, 170, 50, 0.9));
  left: 0;
  top: 0;
  z-index: -1;
}

section.about-area .container {
  position: relative;
  padding-bottom: 90px;
}

section.about-area .container .row .col-md-8 {
  margin: auto;
}

section.about-area .container .row .col-md-8 .section-title h2 {
  color: #FFFFFF;
}

section.about-area .container .row .col-md-8 .section-title p {
  color: #FFFFFF;
}

section.about-area .container .about-item-row {
  position: absolute;
  bottom: -135px;
  width: 100%;
  z-index: 999999 !important;
}

section.about-area .container .about-item-row .col-lg-4 .single-about-item {
  text-align: center;
  background: #FFFFFF;
  padding: 50px 30px;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
  z-index: 1;
  height: 100%;
}

section.about-area .container .about-item-row .col-lg-4 .single-about-item img {
  max-width: 100px;
}

section.about-area .container .about-item-row .col-lg-4 .single-about-item h4 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  color: #0E3C7B;
  margin-top: 30px;
}

/*==================about-area-end====================*/

/*==================testimonial-and-news-area-start====================*/

section.testimonial-and-news-area {
  padding-top: 200px;
  padding-bottom: 122px;
  overflow: hidden;
  position: relative;
}

section.testimonial-and-news-area::after {
  position: absolute;
  content: "";
  width: 286px;
  height: 105px;
  background-image: url("images/client-area-shape.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  right: 130px;
  top: 125px;
}

section.testimonial-and-news-area .testimonial-container {
  max-width: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 160px;
}

section.testimonial-and-news-area .testimonial-container::after {
  position: absolute;
  content: "";
  width: 655px;
  height: 935px;
  background: url("images/client-bg-shape.png");
  background-repeat: no-repeat;
  -webkit-background-size: inherit inherit;
  background-size: inherit;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  top: 21%;
  left: 0;
  background-position: bottom left;
  z-index: -2;
}

section.testimonial-and-news-area .testimonial-container::before {
  position: absolute;
  content: "";
  width: 286px;
  height: 105px;
  background-image: url("images/client-area-shape.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  right: 130px;
  bottom: 100px;
}

section.testimonial-and-news-area .testimonial-container .image {
  position: absolute;
  left: 85px;
  width: 40%;
  bottom: 0;
  z-index: -1;
}

section.testimonial-and-news-area .testimonial-container .row .col-md-8 {
  margin: auto;
  max-width: 815px;
}

section.testimonial-and-news-area .testimonial-container .row .section-title {
  margin-bottom: 47px;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row {
  max-width: 1140px;
  margin-left: auto;
  left: 126px;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-stage-outer {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-top: 30px;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .testimonial-about-item-content {
  padding: 30px 20px 110px 20px;
  background: #F9F9F9;
  text-align: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 77%, 12% 77%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 12% 77%, 0% 100%);
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .testimonial-about-item-content p {
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .testimonial-about-item-content ul.review li {
  display: inline-block;
  margin-right: 5px;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .testimonial-about-item-content ul.review li:last-child {
  margin-right: 0;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area {
  position: relative;
  margin-left: 40px;
  padding-top: 12px;
  padding-left: 107px;
  bottom: 35px;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area .image-area {
  position: absolute;
  top: 0;
  left: 0;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area .image-area img {
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area h4 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #262626;
  font-weight: 400;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area p {
  margin-bottom: 0;
  font-size: 16px;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav span {
  display: none;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav button {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px #d4d3d3;
  box-shadow: 0px 0px 10px 0px #d4d3d3;
  margin-right: 20px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav button:hover {
  background-color: #324598;
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav button.owl-prev {
  position: relative;
  background-image: url("images/left-arrow.png");
}

section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav button.owl-next {
  position: relative;
  background-image: url("images/right-arrow.png");
}

section.testimonial-and-news-area .latest-news-container {
  padding-top: 125px;
}

section.testimonial-and-news-area .latest-news-container .col-4 {
  max-width: unset;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0;
}

section.testimonial-and-news-area .latest-news-container .latest-news-top-row {
  margin: auto;
}

section.testimonial-and-news-area .latest-news-container .latest-news-top-row .col-md-8 {
  margin: auto;
}

section.testimonial-and-news-area .latest-news-container .latest-news-top-row .col-md-8 h2 {
  text-align: center;
}

section.testimonial-and-news-area .latest-news-container .latest-news-top-row .col-md-8 p {
  text-align: center;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel {
  margin: auto;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .owl-stage-outer {
  padding-bottom: 52px !important;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area-1 {
  margin-bottom: 30px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area {
  position: relative;
  height: 100%;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #393939;
  left: 0;
  top: 0;
  opacity: 0.5;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content {
  position: absolute;
  bottom: 22px;
  z-index: 99;
  padding: 0 40px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content ul {
  margin-bottom: 5px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content ul li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content ul li:last-child {
  margin-right: 0;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content ul li.date {
  font-size: 12px;
  color: #656565;
  background: #FFFFFF;
  padding: 1px 15px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content p {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  margin-bottom: 0;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .owl-dots {
  background: #00C55E;
  width: 170px;
  height: 20px;
  margin: auto;
  line-height: 0px;
  padding: 4px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .owl-dots button.owl-dot.active {
  width: 76.239px;
  height: 12px;
  background: #FFFFFF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .owl-dots button.owl-dot {
  width: 76.239px;
  height: 12px;
  background: #00C55E;
  margin-right: 9px;
}

section.testimonial-and-news-area .latest-news-container .latest-news-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0 !important;
}

/*==================testimonial-area-end====================*/

/*==================contact-area-start====================*/

section.contact-area {
  overflow: hidden;
  padding: 120px 0;
  background: #F5F8FF;
}

section.contact-area .container .row {
  position: relative;
}

section.contact-area .container .row .image-col {
  position: absolute;
  left: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 71%;
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
  max-width: 71%;
  left: -288px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

section.contact-area .container .row .contact-form-col {
  margin-left: auto;
}

section.contact-area .container .row .contact-form-col .form-title h3 {
  color: #393939;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 55px;
}

section.contact-area .container .row .contact-form-col .contact-list {
  width: 100%;
  display: inline-block;
}

section.contact-area .container .row .contact-form-col .contact-list .single-contact-item {
  float: left;
  width: 47%;
  max-width: 255px;
  position: relative;
  padding-left: 68px;
  margin-bottom: 18px;
  margin-right: 15px;
}

section.contact-area .container .row .contact-form-col .contact-list .single-contact-item:nth-child(2n+2) {
  float: right;
  margin-right: 0;
}

section.contact-area .container .row .contact-form-col .contact-list .single-contact-item i, section.contact-area .container .row .contact-form-col .contact-list .single-contact-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  background: #00C55E;
}

section.contact-area .container .row .contact-form-col .contact-list .single-contact-item h4 {
  color: #0E3C7B;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: .9;
}

section.contact-area .container .row .contact-form-col .contact-list .single-contact-item a {
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

section.contact-area .container .row .contact-form-col .contact-list .single-contact-item a:hover {
  color: #00C55E;
}

section.contact-area .container .row .contact-form-col form {
  margin-top: 48px;
  display: inline-block;
}

section.contact-area .container .row .contact-form-col form input {
  height: 60px;
}

section.contact-area .container .row .contact-form-col form input, section.contact-area .container .row .contact-form-col form textarea {
  padding: 15px 30px;
  margin-bottom: 30px;
  background: #f5f8ff;
  resize: none;
  border: none;
  border: 1px solid #d3d6de;
}

section.contact-area .container .row .contact-form-col form input::-webkit-input-placeholder, section.contact-area .container .row .contact-form-col form textarea::-webkit-input-placeholder {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  opacity: 35%;
  font-family: 'Jost', sans-serif;
}

section.contact-area .container .row .contact-form-col form input::-moz-placeholder, section.contact-area .container .row .contact-form-col form textarea::-moz-placeholder {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  opacity: 35%;
  font-family: 'Jost', sans-serif;
}

section.contact-area .container .row .contact-form-col form input:-ms-input-placeholder, section.contact-area .container .row .contact-form-col form textarea:-ms-input-placeholder {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  opacity: 35%;
  font-family: 'Jost', sans-serif;
}

section.contact-area .container .row .contact-form-col form input::-ms-input-placeholder, section.contact-area .container .row .contact-form-col form textarea::-ms-input-placeholder {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  opacity: 35%;
  font-family: 'Jost', sans-serif;
}

section.contact-area .container .row .contact-form-col form input::placeholder, section.contact-area .container .row .contact-form-col form textarea::placeholder {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  opacity: 35%;
  font-family: 'Jost', sans-serif;
}

section.contact-area .container .row .contact-form-col form .nf-and-ph-input {
  width: 100%;
}

section.contact-area .container .row .contact-form-col form .nf-and-ph-input .name-input {
  width: 48%;
  float: left;
  display: block;
}

section.contact-area .container .row .contact-form-col form .nf-and-ph-input .name-input input {
  width: 100%;
}

section.contact-area .container .row .contact-form-col form .nf-and-ph-input .phone-input {
  float: right;
  width: 48%;
  display: block;
}

section.contact-area .container .row .contact-form-col form .nf-and-ph-input .phone-input input {
  width: 100%;
}

section.contact-area .container .row .contact-form-col form input[type="email"] {
  width: 100%;
}

section.contact-area .container .row .contact-form-col form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

section.contact-area .container .row .contact-form-col form textarea {
  height: 136px;
  width: 100%;
}

section.contact-area .container .row .contact-form-col form button {
  width: 100%;
  border: none;
  background: #00C55E;
  color: #FFFFFF;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: 'Jost', sans-serif;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.contact-area .container .row .contact-form-col form button::before {
  -webkit-transition: 0.7s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-image: -webkit-gradient(linear, left top, right bottom, from(#34267a), color-stop(#342d8c), color-stop(#32359e), color-stop(#2c3db1), to(#1e46c4));
  background-image: -webkit-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: -o-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: linear-gradient(to right bottom, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  z-index: -2;
}

section.contact-area .container .row .contact-form-col form button:hover::before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

/*==================popup-contact-area-start====================*/

.iziModal {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.iziModal-overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/*==================contact-area-end====================*/

/*==================footer-area-start====================*/

footer.footer-area {
  background: #0E3C7B;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer.footer-area .container .row .footer-col-1 p {
  margin-bottom: 16px;
}

footer.footer-area .container .row .footer-col-2 p {
  margin-bottom: 35px;
}

footer.footer-area .container .row h3 {
  font-size: 30px;
  color: #00C55E;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 48px;
}

footer.footer-area .container .row .footer-logo {
  margin-bottom: 28px;
}

footer.footer-area .container .row p {
  color: #F8F8F8;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

footer.footer-area .container .row h4 {
  font-size: 20px;
  color: #00C55E;
  font-weight: 500;
  margin-bottom: 5px;
}

footer.footer-area .container .row .date p {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

footer.footer-area .container .row form .input-email {
  width: 100%;
  position: relative;
}

footer.footer-area .container .row form .input-email input {
  width: 100%;
  border: none;
  background: #FFFFFF;
  height: 42px;
  padding-left: 18px;
  padding-right: 125px;
}

footer.footer-area .container .row form .input-email input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 2;
  color: #656565;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  opacity: 50% !important;
}

footer.footer-area .container .row form .input-email input::-moz-placeholder {
  font-size: 15px;
  line-height: 2;
  color: #656565;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  opacity: 50% !important;
}

footer.footer-area .container .row form .input-email input:-ms-input-placeholder {
  font-size: 15px;
  line-height: 2;
  color: #656565;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  opacity: 50% !important;
}

footer.footer-area .container .row form .input-email input::-ms-input-placeholder {
  font-size: 15px;
  line-height: 2;
  color: #656565;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  opacity: 50% !important;
}

footer.footer-area .container .row form .input-email input::placeholder {
  font-size: 15px;
  line-height: 2;
  color: #656565;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: capitalize;
  opacity: 50% !important;
}

footer.footer-area .container .row form .input-email button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
  border: none;
  background: #00C45E;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: 'Jost', sans-serif;
  height: 30px;
  padding: 0 21px;
  text-transform: capitalize;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  z-index: 1;
  overflow: hidden;
}

footer.footer-area .container .row form .input-email button::before {
  -webkit-transition: 0.7s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-image: -webkit-gradient(linear, left top, right bottom, from(#34267a), color-stop(#342d8c), color-stop(#32359e), color-stop(#2c3db1), to(#1e46c4));
  background-image: -webkit-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: -o-linear-gradient(left top, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  background-image: linear-gradient(to right bottom, #34267a, #342d8c, #32359e, #2c3db1, #1e46c4);
  z-index: -2;
}

footer.footer-area .container .row form .input-email button:hover::before {
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

footer.footer-area .container .row .footer-social {
  margin-top: 40px;
}

footer.footer-area .container .row .footer-social li {
  display: inline-block;
  margin-right: 11px;
}

footer.footer-area .container .row .footer-social li:last-child {
  margin-right: 0;
}

footer.footer-area .container .row .footer-social li a {
  color: #FFFFFF;
}

footer.footer-area .container .row .footer-social li a i {
  background: #00C45E;
  text-align: center;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

footer.footer-area .container .row .footer-social li a i:hover {
  background: #3c8031;
}

footer.footer-area .container .row .footer-social li a img {
  position: relative;
  background: #00C45E;
  text-align: center;
  padding: 7px 7px;
  width: 30px;
  top: 9px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0 !important;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

footer.footer-area .container .row .footer-social li a img:hover {
  background: #3c8031;
}

footer.footer-area .container .row ul.footer-blog-social li {
  position: relative !important;
  margin-bottom: 15px;
  padding-left: 47px;
}

footer.footer-area .container .row ul.footer-blog-social li a.blog-img {
  position: absolute;
  left: 0;
  top: 3px;
}

footer.footer-area .container .row ul.footer-blog-social li span {
  color: #A49ECA;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
}

footer.footer-area .container .row ul.footer-blog-social li a {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Jost', sans-serif;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

footer.footer-area .container .row ul.footer-blog-social li a:hover {
  color: #00C55E;
}

footer.footer-area .container .row .footer-gallery {
  max-width: 260px;
}

footer.footer-area .container .row .footer-gallery a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 7px;
  width: 72px;
  height: 70px;
  overflow: hidden;
}

footer.footer-area .container .row .footer-gallery a img {
  width: 72px;
  height: 70px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -o-object-fit: cover;
  object-fit: cover;
}

footer.footer-area .container .row .footer-gallery a img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*==================footer-area-end====================*/

/*==================footer-copy-right-area-start====================*/

.smooth-scroll {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  -webkit-transform: translatex(70px) scale(0.5);
  -ms-transform: translatex(70px) scale(0.5);
  transform: translatex(70px) scale(0.5);
}

.smooth-scroll.active-st {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatex(0px) scale(1);
  -ms-transform: translatex(0px) scale(1);
  transform: translatex(0px) scale(1);
}

div#scroll {
  bottom: 25px;
  display: none;
  position: fixed;
  right: 25px;
  z-index: 999;
}

#scroll a {
  display: inline-block;
  transition: .4s;
  -webkit-transition: .4s;
  -o-transition: .4s;
}

#scroll a i {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  background: #5BA732;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

footer.footer-copyright {
  background: #00C55E;
}

footer.footer-copyright .container {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

footer.footer-copyright .container .row ul {
  width: 100%;
  text-align: center;
}

footer.footer-copyright .container .row ul li {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
}

footer.footer-copyright .container .row ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #FFFFFF;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

footer.footer-copyright .container .row ul li:first-child {
  padding-left: 0;
}

footer.footer-copyright .container .row ul li:last-child::after {
  display: none;
}

footer.footer-copyright .container .row ul li a {
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

footer.footer-copyright .container .row ul li a:hover {
  color: #0E3C7B;
}

/*==================footer-copy-right-area-end====================*/

/*===================responsive-start====================*/

/*** Responsive Styles Standard Desktop Only ***/

@media all and (max-width: 1850px) {
  /*==================client-and-news-area-start====================*/
  section.testimonial-and-news-area::after {
    width: 200px;
    height: 100px;
    right: 40px;
  }
  section.testimonial-and-news-area .testimonial-container {
    padding-bottom: 70px;
  }
  section.testimonial-and-news-area .testimonial-container::after {
    width: 500px;
    height: 800px;
  }
  section.testimonial-and-news-area .testimonial-container::before {
    width: 200px;
    height: 100px;
    right: 40px;
    bottom: 70px;
  }
  section.testimonial-and-news-area .testimonial-container .image {
    left: 30px;
    width: 35%;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row {
    max-width: 900px;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area {
    position: relative;
    margin-left: 25px;
    padding-top: 12px;
    padding-left: 80px;
    bottom: 55px;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area .image-area img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area p {
    font-size: 14px;
  }
  /*==================testimonial-and-news-area-end====================*/
}

@media all and (max-width: 1720px) {
  /*==================who-we-are-area-start====================*/
  section.who-we-are-area .container .row .image-area-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% !important;
    left: -40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /*==================who-we-are-area-end====================*/
  /*==================contact-area-start====================*/
  section.contact-area .container .row .image-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% !important;
    left: -40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  /*==================contact-area-end====================*/
}

@media all and (max-width: 1600px) {
  /*==================hero-area-start====================*/
  section.hero-area::after {
    width: 650px;
    height: 850px;
  }
  section.hero-area .hero-image-area {
    bottom: 15%;
  }
  /*==================hero-area-end====================*/
  /*==================who-we-are-area-start====================*/
  section.who-we-are-area {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  /*==================who-we-are-area-start====================*/
}

@media all and (max-width: 1300px) {
  /*==================who-we-are-area-start====================*/
  section.who-we-are-area .container .row .image-area-col {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    max-width: 50% !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /*==================who-we-are-area-end====================*/
  /*==================testimonial-and-news-area-start====================*/
  section.testimonial-and-news-area .testimonial-container {
    padding-bottom: 0;
  }
  section.testimonial-and-news-area .testimonial-container::after {
    width: 330px;
    height: 600px;
  }
  section.testimonial-and-news-area .testimonial-container::before {
    right: 30px;
    bottom: -20px;
  }
  section.testimonial-and-news-area .testimonial-container .image {
    width: 32%;
    left: 20px;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row {
    max-width: 750px;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .testimonial-about-item-content ul.review li a img {
    width: 25px;
  }
  /*==================testimonial-and-news-area-end====================*/
  /*==================contact-area-start====================*/
  section.contact-area .container .row .image-col {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    max-width: 50% !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    left: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /*==================contact-area-end====================*/
}

@media all and (max-width: 1162px) {
  /*==================contact-area-start====================*/
  section.contact-area .contact-list .single-contact-item {
    padding-left: 56px !important;
  }
  section.contact-area .contact-list .single-contact-item a, section.contact-area .contact-list .single-contact-item span {
    font-size: 14px !important;
  }
  /*==================contact-area-end====================*/
}

@media all and (max-width: 1100px) {
  /*==================hero-area-start====================*/
  section.hero-area::after {
    width: 500px;
    height: 700px;
  }
  section.hero-area .container .row .hero-content h1 {
    font-size: 50px;
  }
  /*==================hero-area-end====================*/
  /*==================who-we-are-area-start====================*/
  section.who-we-are-area .container .row .col-lg-6 .cleaning-list-area .single-cleaning-item {
    width: 44%;
  }
  /*==================who-we-are-area-end====================*/
}

@media all and (max-width: 1070px) {
  /*==================header-area-start====================*/
  header.header-area .container .row nav ul li {
    margin-right: 15px;
  }
  header.header-area .container .row nav ul li a {
    font-size: 15px;
  }
  header.header-area .container .row nav ul .menu-btn {
    margin-left: 0;
  }
  /*==================header-area-end====================*/
}

/*** Responsive Styles Tablet And Below ***/

@media all and (max-width: 991px) {
  /*==================header-area-start====================*/
  header.header-area {
    display: none;
  }
  div#sticky-wrapper {
    display: none;
  }
  header .header-area {
    display: none;
  }
  /*=================mobile-menu-logo====================*/
  .mobile-menu-logo {
    display: block;
    position: absolute;
    z-index: 999;
    top: 14px;
    margin-left: 15px;
  }
  .mobile-menu-logo a {
    display: block;
    max-width: 45px;
  }
  /*=================slicknav_menu====================*/
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
    box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
    position: absolute;
    z-index: 999;
    width: 100%;
  }
  .slicknav_menu .slicknav_nav {
    padding: 0 15px;
    position: absolute;
    width: 100%;
    top: 100%;
  }
  .slicknav_menu .slicknav_nav ul {
    margin: 0;
    background: #212121;
    padding: 20px 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .slicknav_menu .slicknav_nav ul li {
    margin-bottom: 5px;
  }
  .slicknav_menu .slicknav_nav ul li:last-child {
    margin-bottom: 0;
  }
  .slicknav_menu .slicknav_nav ul li a {
    -webkit-transition: .3s all !important;
    -o-transition: .3s all !important;
    transition: .3s all !important;
    margin: 0;
    padding: 5px 20px !important;
    text-transform: capitalize;
    line-height: 2;
    font-weight: 500 !important;
  }
  .slicknav_menu .slicknav_nav ul li a:hover {
    background: #036d36 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF !important;
  }
  .slicknav_menu .slicknav_nav ul li a a {
    padding: 0 !important;
  }
  .slicknav_menu .slicknav_nav ul li i {
    display: none;
  }
  .slicknav_menu .slicknav_nav ul li ul {
    padding: 0 !important;
  }
  .slicknav_menu .slicknav_nav ul li.menu-btn {
    margin: 20px 20px 0 20px;
  }
  .slicknav_menu .slicknav_nav ul li.menu-btn a {
    background: #019447;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding: 8px 15px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  .slicknav_menu .slicknav_nav ul li.menu-btn a:hover {
    background: #036d36;
  }
  .slicknav_menu .slicknav_btn {
    background-color: #5AA632;
    margin: 20px 15px 20px 10px;
  }
  .slicknav_menu span.slicknav_menutxt {
    display: none !important;
  }
  .slicknav_menu span.slicknav_icon {
    margin: 0;
  }
  /*==================header-area-end====================*/
  /*==================hero-area-start====================*/
  section.hero-area {
    padding: 150px 0 0 0;
  }
  section.hero-area::before {
    width: 255px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
  }
  section.hero-area::after {
    display: none;
  }
  section.hero-area .hero-image-area {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    right: auto;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
    padding: 0 30px;
  }
  section.hero-area .container .row {
    max-width: 650px;
    margin: auto;
  }
  section.hero-area .container .row .col-lg-6 {
    text-align: center;
  }
  section.hero-area .container .row .hero-content {
    margin-bottom: 50px;
  }
  section.hero-area .container .row .hero-content h1 {
    font-size: 40px;
  }
  section.hero-area .container .row .hero-content h4 {
    display: inline-block;
  }
  section.hero-area .container .row .hero-content h4::before {
    width: 16%;
  }
  section.hero-area .container .row .hero-content p {
    margin: auto;
    margin-bottom: 30px;
  }
  section.hero-area .container .row .hero-content .hero-btn-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn {
    width: 160px;
  }
  /*==================hero-area-end====================*/
  /*==================who-we-are-area-start====================*/
  section.who-we-are-area {
    padding: 50px 0;
    background: #FFFFFF;
  }
  section.who-we-are-area .container .row {
    max-width: 650px;
    margin: auto;
  }
  section.who-we-are-area .container .row .image-area-col {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 500px !important;
    margin: auto !important;
  }
  section.who-we-are-area .container .row .image-area-col .image-area {
    margin-bottom: 50px;
  }
  section.who-we-are-area .container .row .cleaning-list-area .single-cleaning-item {
    width: 47% !important;
  }
  .section-title {
    margin-bottom: 40px !important;
  }
  .section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center !important;
  }
  .section-title p {
    text-align: center !important;
  }
  /*==================who-we-are-area-end====================*/
  /*==================services-area-start====================*/
  section.services-area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section.services-area .container .row {
    max-width: 650px;
    margin: auto;
  }
  section.services-area .container .row .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.services-area .container .row .col-lg-4 .single-services-item .single-services-content h4 a {
    font-size: 24px;
  }
  /*==================services-area-end====================*/
  /*==================about-area-start====================*/
  section.about-area {
    position: relative;
    z-index: 1;
    padding: 50px 0;
  }
  section.about-area .container {
    padding-bottom: 0;
  }
  section.about-area .container .row {
    max-width: 650px;
    margin: auto;
  }
  section.about-area .container .row .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.about-area .container .row .section-title {
    margin-bottom: 40px !important;
  }
  section.about-area .container .about-item-row {
    position: relative;
    max-width: 400px;
    bottom: 0;
  }
  section.about-area .container .about-item-row .col-lg-4 {
    margin-bottom: 30px;
  }
  section.about-area .container .about-item-row .col-lg-4:last-child {
    margin-bottom: 0;
  }
  section.about-area .container .about-item-row .col-lg-4 .single-about-item {
    -webkit-box-shadow: 0px 0px 16px -6px #000000;
    box-shadow: 0px 0px 16px -6px #000000;
  }
  /*==================about-area-end====================*/
  /*==================testimonial-and-news-area-start====================*/
  section.testimonial-and-news-area {
    padding-top: 150px;
    padding-bottom: 0;
  }
  section.testimonial-and-news-area .row {
    max-width: 650px;
    margin: auto;
  }
  section.testimonial-and-news-area .testimonial-container {
    padding-bottom: 0;
    width: unset;
  }
  section.testimonial-and-news-area .testimonial-container::after {
    display: none;
  }
  section.testimonial-and-news-area .testimonial-container .image {
    max-width: 500px;
    margin: auto;
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0 15px;
    margin-bottom: 50px;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row {
    max-width: 650px !important;
    left: 0;
    margin: auto;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav {
    text-align: center;
  }
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .owl-nav button {
    width: 40px;
    height: 40px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
  }
  section.testimonial-and-news-area .testimonial-container .row .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.testimonial-and-news-area .latest-news-container {
    padding-top: 50px;
  }
  section.testimonial-and-news-area .latest-news-container .latest-news-top-row .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.testimonial-and-news-area .latest-news-container .latest-news-carousel {
    margin: auto;
  }
  section.testimonial-and-news-area .latest-news-container .latest-news-carousel .owl-stage-outer {
    padding-bottom: 52px !important;
  }
  section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area-1 {
    margin-bottom: 30px;
  }
  section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content {
    padding: 0 20px;
  }
  section.testimonial-and-news-area .latest-news-container .latest-news-carousel .single-latest-news-area .image-area .latest-news-content p {
    font-size: 18px;
  }
  /*==================testimonial-and-news-area-end====================*/
  /*==================contact-area-start====================*/
  section.contact-area {
    padding: 50px 0;
  }
  section.contact-area .container .row {
    max-width: 600px;
    margin: auto;
  }
  section.contact-area .container .row .contact-list .single-contact-item {
    padding-left: 56px !important;
  }
  section.contact-area .container .row .contact-list .single-contact-item a, section.contact-area .container .row .contact-list .single-contact-item span {
    font-size: 15px !important;
  }
  section.contact-area .container .row .image-col {
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  section.contact-area .container .row .image-col .image-area {
    max-width: 500px;
    margin: auto;
  }
  section.contact-area .container .row .contact-form-col .form-title h3 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  section.contact-area .container .row .contact-form-col form {
    margin-top: 30px;
  }
  /*==================contact-area-end====================*/
  /*==================footer-area-start====================*/
  footer.footer-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer.footer-area .container .row {
    max-width: 650px;
    margin: auto;
  }
  footer.footer-area .container .row .contact-list .single-contact-item a {
    font-size: 15px;
  }
  footer.footer-area .container .row .contact-list .single-contact-item span {
    font-size: 15px !important;
  }
  footer.footer-area .container .row .footer-col-1 {
    margin-bottom: 25px;
  }
  footer.footer-area .container .row .footer-col-1 .date p {
    margin-bottom: 0;
  }
  footer.footer-area .container .row .footer-col-2 {
    margin-bottom: 25px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email {
    max-width: 400px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email input {
    padding-right: 100px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email input::-webkit-input-placeholder {
    font-size: 12px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email input::-moz-placeholder {
    font-size: 12px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email input:-ms-input-placeholder {
    font-size: 12px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email input::-ms-input-placeholder {
    font-size: 12px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email input::placeholder {
    font-size: 12px;
  }
  footer.footer-area .container .row .footer-col-2 form .input-email button {
    padding: 0 10px;
  }
  footer.footer-area .container .row .footer-col-3 {
    margin-bottom: 25px;
  }
  footer.footer-area .container .row h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer.footer-area .container .row .footer-logo {
    margin-bottom: 30px;
  }
  footer.footer-area .container .row p {
    margin-bottom: 0;
  }
  /*==================footer-area-end====================*/
  /*==================footer-copy-right-area-start====================*/
  footer.footer-copyright .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  footer.footer-copyright .container .row ul {
    width: 100%;
    text-align: center;
  }
  footer.footer-copyright .container .row ul li {
    padding: 0 10px;
  }
  /*==================footer-copy-right-area-end====================*/
}

/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
  /*==================hero-area-start====================*/
  section.hero-area {
    padding: 120px 0 50px 0;
  }
  section.hero-area .hero-content {
    margin-bottom: 0 !important;
  }
  /*==================hero-area-end====================*/
  /*==================who-we-are-area-start====================*/
  section.who-we-are-area {
    padding: 50px 0;
    background: #FFFFFF;
  }
  section.who-we-are-area .container .row {
    max-width: 650px;
    margin: auto;
    text-align: center;
  }
  section.who-we-are-area .container .row .image-area-col {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 500px !important;
    margin: auto !important;
  }
  section.who-we-are-area .container .row .image-area-col .image-area {
    margin-bottom: 50px;
  }
  section.who-we-are-area .container .row .cleaning-list-area {
    max-width: 400px;
  }
  section.who-we-are-area .container .row .cleaning-list-area .single-cleaning-item {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left;
  }
  section.who-we-are-area .container .row .cleaning-list-area .single-cleaning-item:last-child {
    margin-bottom: 0 !important;
  }
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center !important;
  }
  /*==================who-we-are-area-end====================*/
  /*==================services-area-start====================*/
  section.services-area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section.services-area .container .row {
    max-width: 600px;
    margin: auto;
  }
  section.services-area .container .row .col-md-8 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  section.services-area .container .row .col-lg-4 {
    max-width: 400px;
    margin: auto;
  }
  section.services-area .container .row .col-lg-4 .single-services-item .image-area .icon-area {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    bottom: -40px !important;
    padding: 10px;
  }
  section.services-area .container .row .col-lg-4 .single-services-item .image-area .icon-area img {
    height: -webkit-fill-available;
    display: inherit;
  }
  /*==================services-area-end====================*/
  /*==================about-area-start====================*/
  section.about-area .container .about-item-row .col-lg-4 .single-about-item h4 {
    font-size: 20px;
  }
  section.about-area .container .about-item-row .col-lg-4 .single-about-item img {
    top: 20px;
  }
  /*==================about-area-end====================*/
  /*==================contact-area-start====================*/
  section.contact-area {
    padding: 50px 0;
  }
  section.contact-area .container .row .contact-form-col .form-title h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  section.contact-area .container .row .contact-form-col .single-contact-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  section.contact-area .container .row .contact-form-col form {
    margin-top: 30px;
  }
  section.contact-area .container .row .contact-form-col form input {
    height: 50px;
  }
  section.contact-area .container .row .contact-form-col form .nf-and-ph-input .name-input {
    width: 100%;
    float: none;
  }
  section.contact-area .container .row .contact-form-col form .nf-and-ph-input .phone-input {
    width: 100%;
    float: none;
  }
  section.contact-area .container .row .contact-form-col form button {
    height: 50px;
    font-size: 18px;
  }
  /*==================contact-area-end====================*/
}

/*** Responsive Styles Smartphone Portrait ***/

@media all and (max-width: 600px) {
  /*==================testimonial-and-news-area-start====================*/
  section.testimonial-and-news-area .testimonial-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area {
    margin-top: 10px;
    margin-left: 48px;
  }
  /*==================testimonial-and-news-area-end====================*/
}

@media all and (max-width: 479px) {
  /*==================hero-area-start====================*/
  section.hero-area .container .row .hero-content h1 {
    font-size: 28px;
  }
  section.hero-area .container .row .hero-content p {
    font-size: 18px;
  }
  section.hero-area .container .row .hero-content .hero-btn-area {
    display: block;
  }
  section.hero-area .container .row .hero-content .hero-btn-area a {
    font-size: 18px;
  }
  section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.hero-area .container .row .hero-content .hero-btn-area a.hero-btn a.hero-btn {
    margin: 0 auto;
  }
  section.hero-area .container .row .hero-content .hero-btn-area a.transfarent-btn {
    margin: 0 auto !important;
  }
  /*==================hero-area-end====================*/
  /*==================popup-contact-area-start====================*/
  section.contact-form-area .container .row form.contact-form-area {
    padding: 50px 20px 30px;
  }
  /*==================popup-contact-area-end====================*/
  /*==================testimonial-and-news-area-start====================*/
  section.testimonial-and-news-area .client-container .testimonial-carousel-row .single-testimonial-about-item .client-position-area {
    margin-top: 0px;
    margin-left: 40px;
  }
  /*==================testimonial-and-news-area-end====================*/
  /*==================footer-copy-right-area-start====================*/
  footer.footer-copyright .container {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  footer.footer-copyright .container .row ul {
    width: 100%;
    text-align: center;
  }
  footer.footer-copyright .container .row ul li {
    display: block;
    text-align: center;
    padding: 0;
  }
  footer.footer-copyright .container .row ul li::after {
    display: none;
  }
  /*==================footer-copy-right-area-end====================*/
}

/*===================responsive-end====================*/

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  min-width: 163px;
  height: 60px;
  padding: 0 15px;
  letter-spacing: .3px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus, .btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn span,
.btn i {
  margin: 0 4px;
}

.btn:not(.btn__link):hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn__primary {
  background-color: #4aab3d;
  color: #ffffff;
}

.btn__primary:active, .btn__primary:focus {
  background-color: #4aab3d;
  color: #ffffff;
}

.btn__primary.btn__outlined {
  color: #4aab3d;
  background-color: transparent;
  border: 2px solid #4aab3d;
}

.btn__primary.btn__outlined:before {
  background-color: #4aab3d;
}

.btn__primary.btn__outlined .icon-arrow-right,
.btn__primary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #4aab3d;
}

.btn__primary.btn__outlined:hover {
  color: #ffffff;
}

.btn__primary.btn__outlined:hover .icon-arrow-right,
.btn__primary.btn__outlined:hover .icon-arrow-left {
  color: #4aab3d;
  background-color: #ffffff;
}

.btn__primary .icon-arrow-right,
.btn__primary .icon-arrow-left {
  color: #4aab3d;
  background-color: #ffffff;
}

.btn__primary:hover {
  color: #ffffff;
}

.btn__primary:hover .icon-arrow-right,
.btn__primary:hover .icon-arrow-left {
  color: #1b1a1a;
}

.btn__primary-style2:before {
  background-color: #ffffff !important;
}

.btn__primary-style2:hover {
  color: #1b1a1a;
}

.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__secondary {
  background-color: #1b1a1a;
  color: #ffffff;
}

.btn__secondary:before {
  background-color: #4aab3d !important;
}

.btn__secondary .icon-arrow-right,
.btn__secondary .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__secondary:hover {
  color: #ffffff;
}

.btn__secondary:hover .icon-arrow-right,
.btn__secondary:hover .icon-arrow-left {
  color: #4aab3d;
}

.btn__secondary:active, .btn__secondary:focus {
  background-color: #1b1a1a;
  color: #ffffff;
}

.btn__secondary-style2:before {
  background-color: #ffffff !important;
}

.btn__secondary-style2:hover {
  color: #1b1a1a;
}

.btn__secondary.btn__outlined {
  background-color: transparent;
  border: 2px solid #1b1a1a;
  color: #1b1a1a;
}

.btn__secondary.btn__outlined:before {
  display: none;
}

.btn__secondary.btn__outlined .icon-arrow-right,
.btn__secondary.btn__outlined .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__secondary.btn__outlined:hover {
  color: #ffffff;
  background-color: #1b1a1a;
}

.btn__secondary.btn__outlined:hover .icon-arrow-right,
.btn__secondary.btn__outlined:hover .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__white {
  background-color: #ffffff;
  color: #4aab3d;
}

.btn__white:before {
  background-color: #4aab3d !important;
}

.btn__white .icon-arrow-right,
.btn__white .icon-arrow-left {
  color: #ffffff;
  background-color: #4aab3d;
}

.btn__white:hover {
  color: #ffffff;
}

.btn__white:hover .icon-arrow-right,
.btn__white:hover .icon-arrow-left {
  color: #4aab3d;
  background-color: #ffffff;
}

.btn__white:active, .btn__white:focus {
  background-color: #ffffff;
  color: #4aab3d;
}

.btn__white-style2:before {
  background-color: #1b1a1a !important;
}

.btn__white-style2:hover {
  color: #ffffff;
}

.btn__white-style2:hover .icon-arrow-right,
.btn__white-style2:hover .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__white.btn__outlined {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn__white.btn__outlined:hover {
  color: #4aab3d;
  background-color: #ffffff;
}

.btn__white.btn__outlined:before {
  display: none;
}

.btn__outlined {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
}

.btn__link:focus, .btn__link:active {
  background-color: transparent;
}

.btn__link.btn__secondary {
  color: #1b1a1a;
}

.btn__link.btn__secondary:hover {
  color: #4aab3d;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white:hover {
  color: #4aab3d;
}

.btn__link.btn__white .icon-arrow-right,
.btn__link.btn__white .icon-arrow-left {
  color: #1b1a1a;
  background-color: #ffffff;
}

.btn__link.btn__white:hover {
  color: #4aab3d;
}

.btn__link.btn__white:hover .icon-arrow-right,
.btn__link.btn__white:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #4aab3d;
}

.btn__rounded {
  border-radius: 50px;
}

.btn__block {
  width: 100%;
}


.btn__secondary.btn__outlined.btn__custom {
  border-color: #eaeaea;
  color: #1b1a1a;
  overflow: visible;
}

.btn__secondary.btn__outlined.btn__custom .icon-arrow-right,
.btn__secondary.btn__outlined.btn__custom .icon-arrow-left {
  color: #ffffff;
  background-color: #1b1a1a;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn__secondary.btn__outlined.btn__custom:before {
  display: none;
}

.btn__secondary.btn__outlined.btn__custom:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #4aab3d;
}

.btn__secondary.btn__outlined.btn__custom:hover {
  color: #ffffff;
  border-color: #4aab3d;
  background-color: #4aab3d;
}

.btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-right,
.btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-left {
  color: #4aab3d;
  background-color: #ffffff;
}



/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 40px;
  }
}
