/*
@File: Klinsa Template Styles

* This file contains the styling for the actual Template, this
is the file you need to edit to change the look of the
Template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Area CSS
** - Preloader Area CSS
** - Header Area CSS
** - Banner Area CSS
** - Boxes Area CSS
** - About Area CSS
** - Our Process Area CSS
** - Services Area CSS
** - Why Choose Us Area CSS
** - Portfolio Area CSS
** - Counter Area CSS
** - Testimonials Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Pricing Area CSS
** - Estimate Area CSS
** - Contact Area CSS
** - Page Title Area CSS
** - Pagination Area CSS
** - Portfolio Details Area CSS
** - Error Area CSS
** - Blog Details Area CSS
** - Sidebar Area CSS
** - FAQ Area CSS
** - Services Details Area CSS
** - Footer Area CSS
** - Back To Top CSS
*/
/*================================================
Default Area CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}

a {
  color: #313232;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #247ffb;
}

p {
  color: #899198;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #313232;
  font-family: "Rubik", sans-serif;
}

button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100{
  padding-top: 100px;
}

.gray-bg {
  background-color: #f9faff;
}

/*default-btn*/
.default-btn {
  background-color: #247ffb;
  color: #ffffff;
  display: inline-block;
  padding: 17px 40px;
  text-transform: uppercase;
  border-radius: 30px;
  line-height: initial;
  font-weight: 500;
  font-size: 14px;
}

.default-btn:hover {
  background-color: #f6c13d;
  color: #313232;
}

/*section-title*/
.section-title {
  margin: -5px auto 50px;
  text-align: center;
  max-width: 735px;
}

.section-title span {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #247ffb;
  display: block;
}

.section-title h2 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 35px;
}

.section-title p {
  max-width: 520px;
/*   margin-top: 12px; */
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-left {
  text-align: left;
  position: relative;
  max-width: 100%;
  padding-right: 245px;
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left p {
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left .default-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*form-control*/
.form-control {
  border: 1px solid #eeeeee;
  color: #313232;
  background-color: #F9F9F9;
  font-size: 14px;
  padding: 15px;
  line-height: initial;
  height: 50px;
}

.form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-color: #247ffb;
}

.form-control::-webkit-input-placeholder {
  color: #777777;
}

.form-control:-ms-input-placeholder {
  color: #777777;
}

.form-control::-ms-input-placeholder {
  color: #777777;
}

.form-control::placeholder {
  color: #777777;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  z-index: 9999999;
  background-color: #247ffb;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  right: 0;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*================================================
Header Area CSS
=================================================*/
.top-header {
  background-color: #247ffb;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .social-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.top-header .social-links li {
  display: inline-block;
  line-height: initial;
  margin-right: 10px;
}

.top-header .social-links li a {
  color: #ffffff;
  font-size: 16px;
}

.top-header .social-links li a:hover {
  color: #FFF323;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.top-header .social-links li:last-child {
  margin-right: 0;
}

.top-header .header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.top-header .header-contact-info li {
  color: #ffffff;
  display: inline-block;
  line-height: initial;
  margin-right: 20px;
  font-size: 14px;
}

.top-header .header-contact-info li:last-child {
  margin-right: 0;
}

.top-header .header-contact-info li a {
  display: inline-block;
  color: #ffffff;
}

.top-header .header-contact-info li a:hover {
  color: #FFF323;
}

.top-header .header-contact-info li i {
  color: #FFF323;
  margin-right: 3px;
}

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff !important;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 15px;
  padding-bottom: 15px;
	z-index: 99999;
}

.bg-light {
  background-color: transparent !important;
}

.navbar-light .navbar-nav {
  font-family: "Muli", sans-serif;
  margin-left: auto;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #313232;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:focus,
.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #247ffb;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu {
  border: none;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  width: 250px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  background-color: transparent;
  border: 0;
  color: #313232;
  text-transform: capitalize;
  padding: 0;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:first-child {
  margin-top: 0;
}

.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item.active,
.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:active,
.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #247ffb;
  background-color: transparent;
}

.quote-btn {
  border: 2px solid #247ffb;
  padding: 0.5rem 30px !important;
  border-radius: 5px;
  font-size: 20px !important;
  text-transform: none !important;
}

.quote-btn:hover {
  background-color: #247ffb;
  color: #ffffff !important;
}

.call-btn {
  background-color: #247ffb;
  border: 2px solid #247ffb;
  padding: 0.5rem 30px !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 20px !important;
}

.call-btn:hover {
  background: #ffffff;
  color: #313232 !important;
}

@media only screen and (min-width: 991px) {
  .navbar-light .dropdown .dropdown-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    width: 200px;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    margin-left: 15px;
  }

  .navbar-light .dropdown:hover>.dropdown-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .navbar-nav{
    align-items: center;
  }
  
}

@media only screen and (max-width: 1199px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 991px) {
	li#menu-item-229 a{
		display: none;
	}
/* 	li#menu-item-230 a{
		display: none;
	} */
  .quote-btn {
    padding: 0.5rem 0px !important;
    border: none !important;
  }

  .contact-btn {
    padding: 0.5rem 0px !important;
    border: none !important;
    background: none;
    color: #313232 !important;
  }

}

/*================================================
Banner Area CSS
=================================================*/
.slider-section {
  position: relative;
  z-index: 0 !important;
}

.hero-slider .hero-slider-item {
  position: relative;
  z-index: 1;
  height: 850px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/*
.hero-slider .slider-item-bg-1 {
  background-image: url("../img/slider/slider-11.jpg");
}

.hero-slider .slider-item-bg-2 {
  background-image: url("../img/slider/slider-12.jpg");
}

.hero-slider .slider-item-bg-3 {
  background-image: url("../img/slider/slider-13.jpg");
} */

.slider-text {
  max-width: 700px;
  margin-top: -130px;
}

.slider-text h1 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
}

.slider-text h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
}

.slider-text p {
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 600px;
  opacity: .95;
  font-size: 16px;
  font-family: "Muli", sans-serif;
	text-align: justify;
}

.slider-text.text-center {
  margin-left: auto;
  margin-right: auto;
}

.slider-text.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.hero-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 30px;
  top: 42%;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
  border: none;
  color: #ffffff;
  margin: 0;
  font-size: 55px;
  border-radius: 50%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}

.hero-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #247ffb;
}

.hero-slider.owl-theme:hover .owl-nav [class*=owl-] {
  left: 50px;
  opacity: 1;
  visibility: visible;
}

.hero-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}

.shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.shape-2 {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  -webkit-animation: mover 2s linear infinite alternate;
  animation: mover 2s linear infinite alternate;
  z-index: 1;
}

.shape-2 img {
  width: 100%;
}

.shape-3 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
  z-index: 1;
}

.banner-section {
  position: relative;
  z-index: 1;
  height: 850px;
  background-size: cover;
  background-image: url(../../assets/img/banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-text {
  max-width: 700px;
  margin-top: -130px;
}

.banner-text h1 {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 800;
  font-family: "Muli", sans-serif;
}

.banner-text p {
  margin-bottom: 30px;
  max-width: 545px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-section {
  margin-top: -135px;
  z-index: 2;
  position: relative;
  padding-bottom: 50px;
}

.boxes-section a{
	display: inline;
}

.single-box {
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: #ffffff;
  height: 100%;
}

/* 
@media only screen and (min-width: 576px){
.single-box {
    	height: 100%;
	margin-bottom: 30px;
}} */

.single-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #247ffb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.single-box i {
  color: #247ffb;
  background-color: #d9f6fc;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.single-box i::before {
  font-size: 35px;
}

.single-box h3 {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 19px;
}

.single-box p {
  margin-top: 10px;
}

.single-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-box:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.single-box:hover i {
  background-color: #247ffb;
  color: #ffffff;
}

/*================================================
About Area CSS
=================================================*/
.about-img {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-bottom: 30px;
}

.about-img img {
  border-radius: 4px;
}

.about-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 90%;
  background-color: #247ffb;
  border-radius: 4px;
  z-index: -1;
}

.about-text {
  padding-left: 30px;
}

.about-text span {
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #247ffb;
  display: block;
}

.about-text h2 {
  margin-bottom: 15px;
  line-height: 42px;
  font-size: 35px;
  font-weight: 500;
	text-align: left;
}

.about-text ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -7px;
}

.about-text ul li {
  color: #899198;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 12px;
  padding-left: 37px;
  padding-right: 15px;
}

.about-text ul li i {
  color: #247ffb;
  position: absolute;
  left: 15px;
  top: 3px;
}

.about-text .default-btn {
  margin-top: 15px;
}

/*================================================
Our Process Area CSS
=================================================*/
.our-process-section {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  background-image: url(../../assets/img/amazing-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-process-section .row {
  position: relative;
  z-index: 1;
}

.our-process-section .row::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 192px;
  content: '';
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/shape5.png);
  display: none;
}

.col-lg-3:nth-child(2) .single-process,
.col-lg-3:nth-child(4) .single-process {
  margin-top: 30px;
}

.single-process {
  margin-bottom: 30px;
  text-align: center;
}

.single-process i {
  margin-bottom: 20px;
  color: #247ffb;
  background-color: #d6f3fa;
  width: 90px;
  height: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-process i::before {
  font-size: 38px;
}

.single-process i.flaticon-hand-soap::before {
  margin-left: 12px;
}

.single-process h3 {
  font-size: 20px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.single-process:hover i {
  background-color: #247ffb;
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
/* .services-section {
  padding-bottom: 70px;
} */

.single-services {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  border-radius: 5px;
}

.single-services .services-img {
  position: relative;
}

/* .single-services .services-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
} */
.services-img a:hover {
  color: #0d6efd;
  opacity: 0.4;
  text-decoration: none;
}

.single-services .services-img img {
  border-radius: 5px 5px 0 0;
}

.single-services .services-content-wrapper {
  padding: 20px 60px 20px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #ffffff;
  border-top: none;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.single-services .services-content-wrapper h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.single-services .services-content-wrapper p {
  line-height: initial;
  margin-bottom: 0;
  margin-top: 10px;
}

.single-services .services-content-wrapper .services-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.single-services .services-content-wrapper .services-icon a {
  border: 1px solid #efefef;
  font-size: 15px;
  color: #247ffb;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.single-services .services-content-wrapper .services-icon a:hover {
  background-color: #247ffb;
  color: #ffffff;
  border-color: #247ffb;
}

.single-services:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services:hover .services-img::before {
  opacity: 0;
}

.single-services:hover .services-content-wrapper {
  border-color: #247ffb;
}

.single-services:hover .services-content-wrapper .services-icon a {
  background-color: #247ffb;
  color: #ffffff;
  border-color: #247ffb;
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-section {
  background-color: #247ffb;
  background-image: url(../img/choose-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-wrapper {
  max-width: 865px;
  /* max-width: 784px; */
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 30px;
}

.why-choose-wrapper .section-title {
  margin-bottom: 30px;
  padding-right: 0;
}

.why-choose-wrapper .section-title span {
  color: #FFF323;
}

.why-choose-wrapper .section-title h2,
.why-choose-wrapper .section-title p {
  color: #ffffff;
}

.why-choose-wrapper .section-title p {
  max-width: 700px;
}

.why-choose-wrapper .choose-text-wrapper {
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}

.why-choose-wrapper .choose-text-wrapper .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #247ffb;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border: 3px solid #ffffff;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-choose-wrapper .choose-text-wrapper .icon i::before {
  font-size: 35px;
}

.why-choose-wrapper .choose-text-wrapper .icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  margin: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-choose-wrapper .choose-text-wrapper h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.why-choose-wrapper .choose-text-wrapper p {
  opacity: 0.95;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 13px;
}

.why-choose-wrapper .choose-text-wrapper:hover .icon {
  color: #ffffff;
}

.why-choose-wrapper .choose-text-wrapper:hover .icon::before {
  background: #247ffb;
}

.img-fluid {
  max-width: 100%;
  height: 100%;
}

/* .why-choose-img {
  height: 100%;
} */

.why-choose-img {
  height: 100%;
  width: 100%;
/*   background-image: url(http://bthrustgrp.com/klinsa/wp-content/uploads/2022/05/about1.jpg); */
  background-image: url(https://cleaningservices.my/wp-content/uploads/2022/11/aboutus-image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-choose-img img {
  display: none;
}

/*================================================
Portfolio Area CSS
=================================================*/
.single-portfolio {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.single-portfolio img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #247ffb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.single-portfolio .portfolio-content {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-portfolio .portfolio-content h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}

.single-portfolio .portfolio-content span {
  display: block;
  color: #ffffff;
  opacity: 0.95;
  margin-top: 8px;
}

.single-portfolio .details-btn {
  width: 100%;
  display: block;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
}

.single-portfolio .details-btn i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 44px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.single-portfolio .details-btn i:hover,
.single-portfolio .details-btn i:focus {
  background-color: #FFF323;
  color: #313232;
  border-color: #FFF323;
}

.single-portfolio:hover::before {
  opacity: .7;
  visibility: visible;
}

.single-portfolio:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.single-portfolio:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
}

.single-portfolio:hover .details-btn i {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-btn {
  text-align: center;
  margin-top: 30px;
}

/*================================================
Counter Area CSS
=================================================*/
.counter-section {
  -webkit-clip-path: polygon(50% 0%, 74% 3%, 100% 0, 100% 100%, 76% 97%, 50% 100%, 21% 97%, 0 100%, 0 0, 22% 3%);
  clip-path: polygon(50% 0%, 74% 3%, 100% 0, 100% 100%, 76% 97%, 50% 100%, 21% 97%, 0 100%, 0 0, 22% 3%);
  position: relative;
  z-index: 1;
  background-image: url(https://cleaningservices.my/wp-content/uploads/2022/11/composite-image-cheerful-woman-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-section::before {
  content: "";
  background-color: #247ffb;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}

.counter-section.extra-pb {
/*   padding-bottom: 270px; */
}

.single-counter {
  text-align: center;
}

.single-counter h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
}

.single-counter h3 .count-text {
  font-size: 40px;
}

.single-counter p {
  color: #ffffff;
  margin-top: 5px;
  line-height: initial;
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-section {
  padding-bottom: 70px;
}

.testimonials-section.mb-minus-200 {
  padding-top: 0;
  margin-top: -180px;
}

.testimonial-single-item {
  padding: 30px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-single-item .icon {
  margin: 0 0 25px;
  background-color: #dbf6fc;
  border-radius: 50%;
  color: #247ffb;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.testimonial-single-item .icon i::before {
  font-size: 35px;
}

.testimonial-single-item h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.testimonial-single-item span {
  color: #247ffb;
  font-weight: 400;
  display: block;
}

.testimonial-single-item p {
  line-height: 2;
  margin-bottom: 0;
  margin-top: 15px;
}

.testimonial-single-item .rating {
  margin-top: 15px;
}

.testimonial-single-item .rating i {
  color: #efca00;
}

.testimonial-single-item:hover {
  border-color: #247ffb;
}

.testimonial-wrapper.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px;
  margin-bottom: 0px;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot.active span,
.testimonial-wrapper.owl-theme .owl-dots .owl-dot:hover span {
  background: #247ffb;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-logo a {
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
}

.partner-logo a img {
  width: 135px !important;
  display: inline-block !important;
}

.partner-logo a:hover {
  border-color: #247ffb;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-details-area.mt-lg-5{
	margin-top: 0px!important;
}
.blog-section {
  padding-bottom: 50px;
}

/* .blog-section .pagination-area {
  margin-bottom: 30px;
} */

.single-blog-post {
/*   margin-bottom: 30px; */
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	height: 100%;
}

.single-blog-post .post-image {
  position: relative;
  overflow: hidden;
}

.single-blog-post .post-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-content {
  padding: 25px;
}

.single-blog-post .post-content ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
}

.single-blog-post .post-content ul li {
  display: inline-block;
  margin-right: 15px;
  color: #899198;
}

.single-blog-post .post-content ul li a {
  display: inline-block;
  color: #899198;
}

.single-blog-post .post-content ul li a:hover {
  color: #247ffb;
}

.single-blog-post .post-content ul li i {
  color: #247ffb;
  margin-right: 2px;
}

.single-blog-post .post-content ul li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

.single-blog-post .post-content p {
  margin-top: 12px;
  margin-bottom: 0;
}

.single-blog-post .post-content .read-more-btn {
  margin-top: 20px;
  color: #247ffb;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.single-blog-post .post-content .read-more-btn:hover {
  letter-spacing: 1px;
}

.single-blog-post:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-blog-post:hover .post-image img {
  opacity: 0.6;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-section {
  background-image: url(../img/priceing-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pricing-text {
  padding-left: 30px;
}

.pricing-text .section-title {
  margin-bottom: 0;
}

.pricing-text .section-title.text-left {
  padding-right: 0;
}

.pricing-text .section-title.text-left .default-btn {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: unset;
  transform: unset;
  margin-top: 10px;
}

.pricing-content {
  text-align: center;
  background-color: #ffffff;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #f2f2f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-content span {
  color: #247ffb;
  margin-bottom: 11px;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
}

.pricing-content span sup {
  font-size: 24px;
}

.pricing-content span sub {
  font-size: 12px;
  color: #313232;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 7px;
}

.pricing-content::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: mover 2s linear infinite alternate;
  animation: mover 2s linear infinite alternate;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../assets/img/pricing-shape.png);
}

.pricing-content::after {
  z-index: -1;
  position: absolute;
  bottom: -137px;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-animation: mover 3s linear infinite alternate;
  animation: mover 3s linear infinite alternate;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/priceing-shape2.png);
  background-position: center center;
}

.pricing-content i::before {
  font-size: 38px;
  color: #247ffb;
  background-color: #D9F6FC;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  border-radius: 50%;
  z-index: 3;
}

.pricing-content p {
  margin-bottom: 0;
}

.pricing-content h3 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing-content .default-btn {
  margin-top: 20px;
}

.pricing-content:hover {
  border: 1px solid #247ffb;
}

.pricing-wrapper.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px;
}

.pricing-wrapper.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-wrapper.owl-theme .owl-dots .owl-dot.active span,
.pricing-wrapper.owl-theme .owl-dots .owl-dot:hover span {
  background: #247ffb;
}

/* Extra Service CSS Starts ********************/

.fl-module-content {
  margin: 10px;
}

.fl-module-content:before, .fl-module-content:after {
  display: table;
  content: " ";
}

.fl-icon-wrap {
  display: inline-block;
}

.fl-icon {
  display: table-cell;
  vertical-align: middle;
}

.fl-node-5b55e44ba4209 .fl-module-content .fl-icon i {
  font-size: 22px;
  color: #ff00ff;
}

.fl-icon-text {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}

.fl-node-5b55eb90cd8ee>.fl-module-content {
  margin-right: 0;
}

.fl-module-content {
  margin: 10px;
}

.fl-node-5b55eb90cd8ee .fl-separator {
  border-top: 1px solid;
  margin: 0;
}

.fl-module-content {
  margin: 10px;
}

.extra-pricing ul{
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -7px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

.extra-pricing ul li{
  font-size: 18px !important;
  color: #899198;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 12px;
    padding-left: 52px;
    padding-right: 15px;
}

.extra-pricing ul li i {
  color: #247ffb;
  position: absolute;
  left: 15px;
  top: 5px;
}

.extra-pricing .fa-check:before {
  font-size: 18px !important;
}

/* Extra Service CSS Ends ********************/

/*================================================
Estimate Area CSS
=================================================*/
.estimate-section {
  position: relative;
  z-index: 2;
}

.form-wrapper {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 50px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  margin-bottom: -350px;
}

.form-wrapper .form-group {
  margin-bottom: 30px;
}

.form-wrapper label {
  color: #313232;
  display: block;
  text-transform: capitalize;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.form-wrapper .form-control {
  height: 65px !important;
}

.form-wrapper textarea.form-control {
  height: auto !important;
}

.form-wrapper .default-btn {
  display: table;
  margin: 10px auto 0;
  padding: 20px 50px;
  cursor: pointer;
  border: none;
}

.form-wrapper .help-block ul {
  color: red;
  margin-top: 10px;
}

.form-wrapper #msgSubmit {
  margin-bottom: 0;
}

.form-wrapper #msgSubmit.text-danger,
.form-wrapper #msgSubmit.text-success {
  margin-top: 10px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #edf5ff;
  border-radius: 50%;
  font-size: 30px;
  color: #247ffb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-info-box h3 {
  font-size: 20px;
  margin: 25px 0 12px;
}

.contact-info-box p {
  margin-bottom: 0;
}

.contact-info-box p a {
  color: #818992;
}

.contact-info-box p a:hover {
  color: #247ffb;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #247ffb;
  color: #ffffff;
}

.contactForm .form-wrapper {
  z-index: 3;
}

.contactForm .form-wrapper textarea.form-control {
  height: auto !important;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area6 {
  height: 350px;
  position: relative;
  z-index: 1;
  background-image: url(../img/impresa-pulizie-roma-768.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area1 {
  height: 350px;
  position: relative;
  z-index: 1;
  background-image: url(../img/female-de-menage.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area2 {
  height: 350px;
  position: relative;
  z-index: 1;
  background-image: url(../img/kitchen-center.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area3 {
  height: 350px;
  position: relative;
  z-index: 1;
  background-image: url(../img/Residential-Cleaning-Services.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area4 {
  height: 350px;
  position: relative;
  z-index: 1;
  background-image: url(../img/housekeeping.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area5 {
  height: 350px;
  position: relative;
  z-index: 1;
  background-image: url(../img/contact-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-title-area::before {
  content: "";
  background-color: #247ffb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.page-title-content {
  margin-top: 20px;
  font-family: "Muli", sans-serif;
  position: relative;
  z-index: 4;
}

.page-title-content h1 {
  color: #ffffff;
  margin-bottom: 13px;
  font-size: 45px;
  font-weight: 500;
}

.page-title-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  margin: 0 13px;
  color: #FFF323;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
	font-size: 16px;
}

.page-title-content ul li a:hover {
  color: #FFF323;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 45px;
  color: #313232;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 17px;
  font-weight: 500;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #247ffb;
  color: #ffffff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

/*================================================
Portfolio Details Area CSS
=================================================*/
.portfolio-details-image {
  margin-bottom: 30px;
  text-align: center;
}

.portfolio-details-desc h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.portfolio-details-desc .portfolio-details-information {
  overflow: hidden;
}

.portfolio-details-desc .portfolio-details-information .single-info-box {
  float: left;
  width: 20%;
  margin-top: 30px;
}

.portfolio-details-desc .portfolio-details-information .single-info-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li {
  display: inline-block;
  margin-right: 7px;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li:last-child {
  margin-right: 0;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li a {
  color: #818992;
}

.portfolio-details-desc .portfolio-details-information .single-info-box ul li a:hover {
  color: #247ffb;
}

/*================================================
Error Area CSS
=================================================*/
.error-section {
  position: relative;
  height: 100vh;
}

.error-section .error-text {
  text-align: center;
}

.error-section .error-text h2 {
  color: red;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 700;
}

.error-section .error-text h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
}

.error-section .error-text p {
  font-size: 16px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details {
/*   -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05); */
  background: #ffffff;
}

.blog-details .article-img {
  position: relative;
}

.blog-details .article-img .date {
  background: #247ffb;
  color: #ffffff;
  border-radius: 5px;
  padding-top: 19px;
  line-height: 32px;
  position: absolute;
  bottom: 15px;
  width: 100px;
  right: 15px;
  height: 100px;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}

.blog-details .article-content {
  padding: 30px;
}

.blog-details .article-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f4f4f4;
  padding: 30px;
  border-left: 4px solid #247ffb;
}

.blog-details .article-content .blockquote p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
}

.blog-details .article-content .share-post {
  text-align: center;
  margin-top: 30px;
}

.blog-details .article-content .share-post ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details .article-content .share-post ul li {
  display: inline-block;
}

.blog-details .article-content .share-post ul li a {
  width: 40px;
  font-size: 15px;
  height: 40px;
  display: inline-block;
  line-height: 38px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  color: #6f6f6f;
}

.blog-details .article-content .share-post ul li a:focus,
.blog-details .article-content .share-post ul li a:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #247ffb;
}

.article-content .list ul{
	padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.article-content .list ul li{
	color: #899198;
    position: relative;
    margin-top: 20px;
    padding-left: 45px;
    padding-right: 15px;
}

.article-content .list ul li:last-child{
	margin-bottom: 25px;
}

 .article-content .list ul li i {
    color: #247ffb;
    position: absolute;
    left: 15px;
    top: 4px;
}

.post-controls-buttons {
  overflow: hidden;
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
  margin-bottom: 25px;
}

.post-controls-buttons .controls-left {
  float: left;
}

.post-controls-buttons .controls-right {
  float: right;
}

.post-controls-buttons div a {
  border: 1px solid #eeeeee;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  color: #313232;
}

.post-controls-buttons div a:hover {
  color: #ffffff;
  background-color: #247ffb;
  border-color: #247ffb;
}

.post-comments {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-comments h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.post-comments .single-comment {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
}

.post-comments .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}

.post-comments .single-comment .comment-img img {
  border-radius: 50%;
}

.post-comments .single-comment .comment-content h4 {
  font-size: 17px;
  margin-bottom: 8px;
}

.post-comments .single-comment .comment-content span {
  color: #899198;
  font-size: 14px;
}

.post-comments .single-comment .comment-content a {
  position: absolute;
  right: 0;
  bottom: -5px;
  text-transform: uppercase;
  color: #899198;
  border: 1px solid #eeeeee;
  display: inline-block;
  border-radius: 30px;
  font-size: 13px;
  text-align: center;
  padding: 6px 20px;
}

.post-comments .single-comment .comment-content a:hover {
  color: #ffffff;
  border-color: #247ffb;
  background-color: #247ffb;
}

.post-comments .single-comment.left-m {
  margin-left: 85px;
}

.leave-a-reply {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
}

.leave-a-reply h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.leave-a-reply .default-btn {
  border: none;
  cursor: pointer;
}

.leave-a-reply textarea.form-control {
  height: auto !important;
}

.leave-a-reply .form-group {
  margin-bottom: 30px;
}

/*================================================
Sidebar Area CSS
=================================================*/
.sidebar-area .widget {
  margin-bottom: 30px;
}

.sidebar-area .widget:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget .widget-title {
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.sidebar-area .widget .widget-title::before {
  width: 50px;
  height: 1px;
  background: #247ffb;
  bottom: -1px;
  left: 0;
  content: '';
  position: absolute;
}

.sidebar-area .widget-search form {
  position: relative;
}

.sidebar-area .widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55px;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 4px 4px 0;
}

.sidebar-area .widget-search form button:hover {
  color: #ffffff;
  background-color: #247ffb;
}

.sidebar-area .widget_post_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-area .widget_post_categories ul li {
  margin-bottom: 10px;
}

.sidebar-area .widget_post_categories ul li:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget_post_categories ul li a {
  color: #313232;
  background-color: #f4f4f4;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
}

.sidebar-area .widget_post_categories ul li a:hover {
  background-color: #247ffb;
  color: #ffffff;
}

.sidebar-area .widget_recent_posts ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.sidebar-area .widget_recent_posts ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 110px;
  padding-right: 30px;
}

.sidebar-area .widget_recent_posts ul li .recent-post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.sidebar-area .widget_recent_posts ul li .recent-post-content h3 {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
}

.sidebar-area .widget_recent_posts ul li .recent-post-content .date {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #899198;
}

.sidebar-area .widget_recent_posts ul:last-child {
  margin-bottom: 0;
}

.sidebar-area .widget_tag_cloud .widget-title {
  margin-bottom: 21px;
}

.sidebar-area .widget_tag_cloud .tagcloud a {
  background: transparent;
  color: #899198;
  border: 1px solid #eeeeee;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 4px;
  font-size: 13px !important;
  font-weight: 500;
}

.sidebar-area .widget_tag_cloud .tagcloud a:hover {
  border-color: #247ffb;
  color: #ffffff;
  background-color: #247ffb;
}

.sidebar-area .widget_text ul {
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
  margin-left: -3px;
  margin-bottom: -6px;
  margin-right: -3px;
}

.sidebar-area .widget_text ul li {
  float: left;
  padding: 0 3px;
  width: 33.3333%;
  margin-bottom: 6px;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-image {
  text-align: center;
}

.faq-content .faq-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 17px;
  position: relative;
}

.faq-content .faq-panel:last-child {
  margin-bottom: 0;
}

.faq-content .faq-panel .faq-title {
  border-bottom: none;
  color: #313232;
  cursor: pointer;
  padding: 15px 40px 15px 15px;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.faq-content .faq-panel .faq-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-content .faq-panel .faq-title.active {
  color: #ffffff;
  background-color: #247ffb;
}

.faq-content .faq-panel .faq-textarea {
  display: none;
  padding: 15px;
}

.faq-textarea ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.faq-textarea ul li{
	padding-bottom: 15px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-content {
  margin-top: 30px;
}

.services-details-content h3 {
  font-size: 20px;
  margin-bottom: 13px;
}

.services-details-content .why-choose {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-details-content .why-choose .why-choose-box {
  position: relative;
  padding-left: 25px;
}

.services-details-content .why-choose .why-choose-box i {
  color: #247ffb;
  position: absolute;
  left: 0;
  top: 3px;
}

.services-details-content .services-more-content {
  margin-bottom: 100px;
}

.services-details-content .services-more-content .item-feature {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.services-details-content .services-more-content .item-feature li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.services-details-content .services-more-content .item-feature li:last-child {
  margin-bottom: 0;
}

.services-details-content .services-more-content .item-feature li::after {
  content: "\f00c";
  color: #247ffb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}

.services-details-content .services-more-info {
  background-color: #e9f2ff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 30px 20px;
  text-align: center;
  margin-top: 100px;
}

.services-details-content .services-more-info h3 {
  margin-bottom: 30px;
}

.services-details-content .services-more-info .single-info {
  margin-bottom: 20px;
  text-align: left;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 5px 4px 13px 2px rgb(0 0 0 / 6%);
}

.services-details-content .services-more-info .single-info h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
}

.services-details-content .services-more-info .single-info span {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px;
}

/* form image in top */
.form_img img {
  width: 100%;
}

.bottom-info {
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: center;
  border-top: 1px solid #e9f3ff;
  border-bottom: 1px solid #e9f3ff;
  background-color: #f1f7ff;
/*   margin: 20px 0; */
	margin-top: 20px;
}

.bottom-info .button {
  margin-right: 30px;
}

.bottom-info .contact {
  display: flex;
  align-items: center;
}

.bottom-info .contact .content {
  border-left: 1px solid #dddddd;
  padding-left: 28px;
}

.bottom-info .contact .content span {
  display: block;
  margin-bottom: 3px;
}

.bottom-info .contact .content h5 {
  margin: 0;
  font-weight: 800;
  font-family: Muli, sans-serif;
}

.bottom-info span{
	color: #212529;
}

.service-quote-btn {
  font-family: "Muli", sans-serif;
  background-color: #247ffb;
  border: 2px solid #247ffb;
  color: #ffffff;
  padding: 0.5rem 30px !important;
  border-radius: 5px;
  font-size: 20px !important;
  text-transform: none !important;
  font-weight: 700;
}

.service-quote-btn:hover {
  border: 2px solid #247ffb;
  background-color: #ffffff;
  color: #313232 !important;
}

@media (max-width: 465px) {
  .service-quote-btn{
     padding: 0.5rem 10px !important;
	 font-size: 14px !important;
  }
	.bottom-info .contact .content{
		padding-left: 15px;
	}
	.bottom-info .button{
		margin-right: 15px;
	}

	.bottom-info .contact .content h5{
		font-size: 14px;
	}
}

.fa-check:before{
  font-size: 14px !important;
}

.article-content h2{
  font-size: 1.8rem;
}

/*================================================
Footer Area CSS
=================================================*/
.shadow_div {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.footer-section {
  padding-top: 100px;
  -webkit-clip-path: polygon(47% 0, 95% 5%, 100% 0, 100% 100%, 0 100%, 0 0, 6% 4%);
  clip-path: polygon(47% 0, 95% 5%, 100% 0, 100% 100%, 0 100%, 0 0, 6% 4%);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section.extra-pt {
  padding-top: 350px;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #247ffb;
  opacity: 0.9;
}

.footer-shape-1 {
  background-color: #247ffb;
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0.5;
  height: 40px;
  width: 100%;
  -webkit-animation: mover 2s linear infinite alternate;
  animation: mover 2s linear infinite alternate;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 81% 85%, 50% 100%, 20% 84%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 81% 85%, 50% 100%, 20% 84%, 0 100%, 0 0);
  z-index: -1;
}

.footer-shape-2 {
  background-color: #247ffb;
  z-index: -1;
  position: absolute;
  top: 9px;
  left: 0;
  height: 40px;
  opacity: 0.9;
  width: 100%;
  -webkit-animation: mover 3s linear infinite alternate;
  animation: mover 3s linear infinite alternate;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 80% 90%, 50% 100%, 20% 90%, 0 100%, 0 0);
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget .logo a {
  display: inline-block;
	margin-top: -20px;
}

.single-footer-widget .logo p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget p {
  color: #ffffff;
}

.single-footer-widget .newsletter-form {
  position: relative;
}

.single-footer-widget .newsletter-form .form-control {
  border: none;
  border-radius: 0;
  background-color: #ffffff;
}

.single-footer-widget .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 60px;
  cursor: pointer;
  background: #FFF323;
  color: #313232;
  font-size: 20px;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-footer-widget .newsletter-form button:hover {
  color: #ffffff;
  background-color: #313232;
}

.single-footer-widget .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}

.single-footer-widget .footer-nav-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-nav-list li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 15px;
}

.single-footer-widget .footer-nav-list li a {
  color: #ffffff;
}

.single-footer-widget .footer-nav-list li a:hover {
  color: #f6c13d;
}

.single-footer-widget .footer-nav-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-info-list li {
  margin-bottom: 14px;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .footer-info-list li span {
  display: inline-block;
  font-weight: normal;
}

.single-footer-widget .footer-info-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-list li a {
  display: block;
  color: #ffffff;
  margin-bottom: 3px;
}

.single-footer-widget .footer-info-list li a:hover {
  color: #FFF323;
}

.single-footer-widget .working-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .working-hours li {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 14px;
}

.single-footer-widget .working-hours li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .social-links {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.single-footer-widget .social-links li {
  display: inline-block;
  line-height: initial;
  margin-right: 15px;
}

.single-footer-widget .social-links li a {
  color: #ffffff;
  font-size: 16px;
}

.single-footer-widget .social-links li a:hover {
  color: #FFF323;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.single-footer-widget .social-links li:last-child {
  margin-right: 0;
}

.copyright-area {
  text-align: center;
/*   margin-top: 70px; */
	margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-area p {
  font-size: 16px;
  color: #ffffff;
}

.copyright-area p a {
  display: inline-block;
  color: #FFF323;
  font-weight: 500;
}

.footer-contact-btn {
  background-color: #f6c13d;
  border: 2px solid #f6c13d;
  padding: 0.5rem;
  text-align: center;
  border-radius: 30px;
  color: #313232;
  font-size: 20px;
  font-weight: 500;
  width: 230px;
	padding-left: 20px;
    padding-right: 20px;
}

.footer-contact-btn:hover {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #313232 !important;
}

@media (max-width: 576px) {
  .footer-contact-btn{
    font-size: 15px;
	  width: 180px;
	 padding-left: 8px;
    padding-right: 8px;
  }
}

/*================================================
Back To Top CSS
=================================================*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 1000;
}

#toTop i {
  background-color: #247ffb;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 39px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-size: 18px;
}

#toTop i:hover {
  background-color: #FFF323;
  color: #313232;
}

/*# sourceMappingURL=style.css.map */
/* new classes */
.detail-info .pd_summary,
.product_sidebar .content-page-detail .detail-info .pd_summary {
  font-family: Jost;
  font-size: 15px;
  color: #969696;
  line-height: 1.6;
  font-weight: 400;
  padding: 22px 0 0;
}

.featured-list li i {
  color: #247ffb;
  font-size: 20px;
  padding: 0px 7px 0px 0px;

}

.featured-list {
  list-style: none;
  padding-left: 0 !important;
}

.featured-list li {
  padding: 8px 0;
}

.features {
  text-align: center;
  padding-bottom: 43px;
}

/* WhatsApp */

.whatsapp-btn {
  position: relative;
}

.whbtnin {
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 999;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  border: 2px solid #3dce75;
}

.call-btn-underlay {
  position: absolute!important;
  z-index: -1!important;
  top: 50%!important;
  left: 50%!important;
  -ms-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
  margin: auto!important;
  animation: cp-widget-button-underlay 1.5s infinite;
  border-radius: 100%!important;
}

@keyframes cp-widget-button-underlay{0% {opacity: .25;width: 0;height: 0;}40% {opacity: .25;}100% {opacity: 0;width: 150px;height: 150px;}}

.desk-what a {
  display: block;
  z-index: 99;
}

.whbtnin img {
  height: 50px;
}

.mobile-what {
  display: none;
}

#menu-item-229 .quote-btn a{
  border: 2px solid #247ffb;
  padding: 0.5rem 30px !important;
  border-radius: 5px;
  font-size: 20px !important;
  text-transform: none !important;
}
li#menu-item-229 a{
    border: 2px solid #0d6efd;
    padding: 0.5rem 30px;
    border-radius: 5px;
}
li#menu-item-229 a:hover{
	background-color: #0d6efd;
	border: 2px solid #0d6efd;
	padding: 0.5rem 30px;
    border-radius: 5px;
	color: #ffffff!important;
}
li#menu-item-230 a{
    border: 2px solid #0d6efd;
    padding: 0.5rem 30px;
    border-radius: 5px;
    background-color: #0d6efd;
    margin-left: 12px;
	color: #ffffff!important;
}
li#menu-item-230 a:hover{
	border: 2px solid #0d6efd;
	 background-color: #ffffff;
	color: #313232!important;
}
@media (max-width: 992px) {
  li#menu-item-230 a{
    margin-left: 0;
	  margin-top: 5px;
  }
}

.wp-pagenavi .nextpostslink{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 45px;
    color: #313232;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 17px;
    font-weight: 500;
}
	
	.wp-pagenavi  a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 45px;
    color: #313232;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 17px;
    font-weight: 500;
}
	.wp-pagenavi .current{
	background: #247ffb;
    color: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
	width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    line-height: 45px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 17px;
    font-weight: 500;
	}

.wp-pagenavi span.pages{
	margin-right: 0px;
	display:none;
}

.wp-pagenavi{
	display: flex;
    align-items: center;
    justify-content: center;
}

.widget.widget_post_categories ul li a{
	margin-bottom:10px;
	display:block;
}

.current-menu-item a {
    color: #0d6efd !important;
}
#menu-footer .current-menu-item a {
    color: #f6c13d !important;
}

.contact_img{
	margin-bottom: -355px;
    position: relative;
    z-index: 9999;
/*     box-shadow: 0 2px 28px 0 rgb(0 0 0 / 36%); */
/* 	box-shadow:12px 10px 4px rgba(0, 0, 0, 0.3); */
	box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}

.screen-reader-response {
    display: none;
}


span.wpcf7-not-valid-tip {
    color: red;
	font-size: 13px;
	margin-left: 15px;
	margin-top:5px;
}
#wpcf7-f231-o1 .invalid .wpcf7-response-output {
    position: absolute;
    text-align: center;
    z-index: 99;
    bottom: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
form.wpcf7-form.invalid {
    position: relative;
}
@media(max-width:768px){
    #wpcf7-f231-o1 .invalid .wpcf7-response-output{
        bottom: 10px;
    }
}
@media(max-width:478px){
    #wpcf7-f231-o1 .invalid .wpcf7-response-output{
        bottom: 0;
    }
}
.wpcf7 form.sent{
	position: relative;
}
.wpcf7 form.sent .wpcf7-response-output{
	position: absolute;
	bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
    z-index: 99;
}
@media(max-width:415px){
    .wpcf7 form.sent .wpcf7-response-output{
        bottom: -12px;
    }
}
.wpcf7 form.invalid .wpcf7-response-output{
	text-align: center;
	margin: 0;
}
#contact .wpcf7 form.sent .wpcf7-response-output{
	margin: -20px auto;
}
@media(min-width: 461px) and (max-width: 768px){
	#contact .wpcf7 form.sent .wpcf7-response-output{
		margin: -10px auto;
	}
}



/* #contact .wpcf7 form.sent{
	position: static;
}
#contact .wpcf7 form.sent .wpcf7-response-output{
	position: absolute;
	bottom: 10px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
    z-index: 99;
}
@media(max-width: 768px){
	#contact .wpcf7 form.sent .wpcf7-response-output{
		bottom: 0;
	}
}
@media(max-width: 420px){
	#contact .wpcf7 form.sent .wpcf7-response-output{
		bottom: -12px;
	}
} */

section.thnk {
    padding: 20vh;
    background-color: #f7f7f7;
}

.thank-box {
    text-align: center;
    background-color: #fff;
    padding: 100px 50px;
}
.thank-box h1 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 50px;
}
.thank-box p {
    text-align: center;
}
.thnk p {
    font-size: 16px;
    line-height: 29px;
}
.book_now_btn .btn {
    display: table;
    
    padding: 20px 50px;
    cursor: pointer;
    border: none;
}
.book_now_btn .btn-book {
    background-color: #247ffb;
    color: #ffffff;
    display: inline-block;
    padding: 17px 40px;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: initial;
    font-weight: 500;
    font-size: 14px;
}

.section10 {
    padding: 20px 0 0 0;
}
.rakdemo{
	padding:10px 0;
}
.section10 .container{
	background-image: linear-gradient(to right, #60c4ef, #66c8f0, #6dccf2, #73cff3, #79d3f5);
}
.section10 .our-expert {
    text-align: center;
}

.section10 .our-expert-content {
    text-align: start;
    margin-bottom: 30px;
    position: relative;
}

.section10 .our-expert-content h2 {
    font-size: 44px;
    color: white;
	 font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin-top: 60px;
	text-shadow: -1px 1px 4px #2e2e2e8a, 0 -2px 1px #0000;
}

.section10 .our-expert-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    font-family: "Rubik", sans-serif;
	 margin-top: 15px;
    margin-bottom: 30px;

}
.section10 .our-expert-content .our-expert-star{
     position: absolute;
    top: -58px;
    right: 232px;
}
.section10 .our-expert-content .btn25 a{
    background-color: #0d6efd;
    color: #ffffff;
    display: inline-block;
    padding: 14px 36px;
    text-transform: uppercase;
    line-height: initial;
    font-weight: 500;
	border-radius: 5px;
	font-family: "Rubik", sans-serif;
	 border: 2px solid #0d6efd;
    font-size: 20px;
}
.section10 .our-expert-content .btn25 a:hover{
    border: 2px solid #f6c13d;
    background-color: #f6c13d;
    color: #313232!important;   
}


@media screen and (min-width: 993px){
.section10 .our-expert-content .our-expert-star{
position: absolute;
    top: -58px;
    right: 8px;
}
}
@media screen and (min-width: 1200px){
	.section10 .our-expert-content .our-expert-star{
position: absolute;
    top: -58px;
    right: 128px;
}
}
@media screen and (min-width: 1300px){
	.section10 .our-expert-content .our-expert-star{
position: absolute;
    top: -60px;
    right: 230px;
}
}





@media screen and (max-width: 992px) {
    .section10 .our-expert-content {
        text-align: center;
    }

    .section10 .our-expert-content h1 {
        font-size: 40px;
    }

    .section10 .our-expert-content h3 {
        font-size: 16px;
    }
    .section10 .our-expert-content .our-expert-star{  
        top: -80px;
        right: 95px;
    }
}

@media screen and (max-width: 768px) {
    

    .section10 .our-expert-content h1 {
        font-size: 38px;
    }
    .section10 .our-expert-content .btn25 a {
        padding: 15px 32px;
    }
    .section10 .our-expert-content .our-expert-star{   
        top: -88px;
        right: 60px;
    }
}

@media screen and (max-width: 425px) {
    
    .section10 .our-expert-content h1 {
        font-size: 35px;
    }
    .section10 .our-expert-content .our-expert-star{    
        top: -94px;
        right: 18px;
    }
}

/* Error page css */

.centerthe {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 90vh; */
}
#errormsg .card {
    text-align: center;
    width: 24rem;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
#errormsg .card .card-body {
    margin: 50px 0;
}
#errormsg .card .card-body {
    margin: 50px 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
#errormsg .card .card-body h1.card-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 100px;
    color: #0d6efd;
    line-height: 100px;
    font-weight: 700;
}
#errormsg .card .card-body .card-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 50px;
    font-weight: 600;
}
#errormsg .card .card-body .card-text1 {
    color: #969696;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
#errormsg .card .card-body .eooco {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    padding: 9px 22px;
    font-size: 20px;
}
#errormsg .card .card-body .eooco i {
    font-size: 15px;
    padding: 0 15px;
}
.error404 .footer-section.extra-pt {
    padding-top: 100px;
}
.footer-info-list .fa {
    font-size: 32px !important;
    margin: 10px 0 0 0;
    text-align: center;
    text-decoration: none;
}





