/**
*

    Template Name: Vime - Cleaning Services HTML Template
    Author: TwinkleTheme
    Description: Vime - Cleaning Services HTML Template
    Version: 1.0

*/

/*

    CSS INDEX
    ===================

    01. Default
    02. Preloader
    03. Common Classes
    04. Section Title
    05. Header
    06. Hero area
    07. Service
    08. About
    09. Fun Fact
    10. Project
    11. Why Choose Us
    12. Testimonial
    13. Book Appointment
    14. How It Works
    15. Blog
    16. Footer
    17. Breadcrumb
    18. CTA
    19. Widgets
    20. FAQ
    21. Service/Project Details
    22. Pricing
    23. Error 404
    24. Blog Details
    25. Newsletter
    26. Features
    27. Team
    28. Quote Form
    29. Contact


-----------------------------------------------------------------------------------*/

/*----------------------------------------*/

/**
*   01. Default
*/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #646464;
  font-size: 16px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  color: #166fb6;
  margin-top: 0px;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #166fb6;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #2ca737;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #686868;
  margin-bottom: 15px;
}

input,
select {
  transition: 0.3s;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.img,
img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  color: #2ca737;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #111;
  font-size: 14px;
  opacity: 0.6;
}

*::placeholder {
  color: #111;
  font-size: 14px;
  opacity: 0.6;
}

[data-overlay="theme-1"]::before {
  background-color: #166fb6;
}

[data-overlay="theme-2"]::before {
  background-color: #2ca737;
}

[data-overlay="black"]::before {
  background-color: #000;
}
.breadcrumb-area::before {
  background-color: rgb(12 12 12 / 84%) !important;
}

#scrollUp {
  bottom: 340px;
  /*bottom: 100px;*/
  right: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  background-color: #2ca737;
  color: #fff;
  z-index: 99 !important;
}

/**
*   02. Preloader
*/

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #2ca737;
  z-index: 99999;
}

.preloader .sk-plane,
.preloader .sk-chase,
.preloader .sk-bounce,
.preloader .sk-wave,
.preloader .sk-pulse,
.preloader .sk-flow,
.preloader .sk-swing,
.preloader .sk-circle,
.preloader .sk-circle-fade,
.preloader .sk-grid,
.preloader .sk-fold,
.preloader .sk-wander {
  position: absolute;
  left: 50%;
  top: 45%;
  margin: 0;
  margin-left: -20px;
  margin-top: -20px;
}

.sk-plane,
.sk-chase-dot:before,
.sk-bounce-dot,
.sk-wave-rect,
.sk-pulse,
.sk-flow-dot,
.sk-swing-dot,
.sk-circle-dot:before,
.sk-circle-fade-dot:before,
.sk-grid-cube,
.sk-fold-cube:before,
.sk-wander-cube {
  background-color: #166fb6;
}

/**
*   03. Common Classes
*/

.fix {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.text-right {
  text-align: right;
}

.height-592 {
  height: 592px;
}

.height-800 {
  height: 800px;
}

.height-680 {
  height: 680px;
}

.bg-property {
  background-color: #ddd;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f1f1f1;
}

.gray-bg-2 {
  background: #f9f9f9;
}

.theme-bg-1 {
  background: #166fb6;
  border-top: 2px solid #ffffffa8;
  margin-top: -2px;
}

.theme-bg-2 {
  background: #2ca737;
}

.theme-bg-3 {
  background: #000;
}

.theme-bg-4 {
  background: #f9fafa;
}

.theme-bg-5 {
  background: #ededed;
}

.b-color-1 {
  border-color: #273fa1;
}

.b-color-2 {
  border-color: #f1f1f1;
}

.border-radius-5 {
  border-radius: 5px;
}

.box-shadow-1 {
  box-shadow: 0px 3px 81px 0px rgba(6, 6, 6, 0.09);
}

.box-shadow-2 {
  box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.box-shadow-3 {
  box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.09);
}

.white-color {
  color: #ffffff;
}

.theme-btn-1 {
  background-color: #000;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 35px;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  border: none;
}

.theme-btn-1:hover {
  background-color: #166fb6;
  color: #fff;
}

/**
*   04. Section Title
*/

.section-title span {
  display: block;
  font-size: 18px;
  color: #2ca737;
  line-height: 5px;
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 46px;
  line-height: 56px;
}

/**
*   05. Header
*/

.header-info ul li {
  color: #f1f1f1;
  margin-right: 40px;
  display: inline-block;
}

.header-info ul li i {
  /*color: #2ca737;*/
  padding-right: 10px;
}

.header-social a {
  color: #f1f1f1;
  margin: 0 8px;
}

.header-info ul li a:hover,
.header-social a:hover {
  color: #000;
}

.header-top.style-2:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #2ca737;
  width: 550px;
  height: 54.5px;
}

.header-top.style-2 ul li,
.header-top.style-3 ul li {
  margin-left: 20px;
  margin-right: 0;
}

.header-btn {
  padding: 22px 0;
}

.header-call-btn {
  padding: 18px 0;
}

.main-menu ul li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}

.main-menu ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 40px 0;
}

.main-menu ul li:hover > a,
.main-menu ul li .submenu li:hover > a {
  color: #2ca737;
}

.main-menu ul li .submenu {
  position: absolute;
  background-color: #fff;
  width: 230px;
  padding: 15px 25px;
  border-top: 4px solid #2ca737;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 3;
}

.main-menu ul li:hover > .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.main-menu ul li .submenu li {
  display: block;
  margin-left: 0px;
  text-align: left;
  transition: 0.3s;
}

.main-menu ul li .submenu li:hover {
  padding-left: 10px;
  transition: 0.3s;
}

.main-menu ul li .submenu li a {
  display: block;
  color: #166fb6;
  padding: 8px 0;
}

.sidebar_area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 99999;
}

.sidebar_area.sidebar-opened {
  right: 0px;
}

.sidebar_wrapper {
  position: relative;
  padding: 45px;
  background: #ffffff;
}

.sidebar_close {
  position: absolute;
  top: 5px;
  right: 45px;
}

.sidebar_close-btn {
  display: inline-block;
  font-size: 15px;
  height: 30px;
  width: 30px;
  line-height: 25px;
  background: #ffffff;
  color: #111;
  border: 1px solid #eceff8;
  transition: 0.3s;
}

.sidebar_close-btn:hover {
  background: #2ca737;
  border-color: #2ca737;
  color: #ffffff;
}

.side-menu-icon i {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  /* right: 0px; */
  /* top: 15px; */
}

.sidebar_logo {
  padding-bottom: 40px;
  border-bottom: 1px solid #eceff8;
}

@media (max-width: 575px) {
  .sidebar_area {
    width: 300px;
  }
  .sidebar_wrapper {
    padding: 20px;
  }
  .mean-container a.meanmenu-reveal {
    margin-top: -36px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    margin-top: -48px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 576px) {
  .sidebar_close {
    top: 5px;
    right: 30px;
  }
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* mean menu customize */

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #222;
  border-top: 1px solid #eceff8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: #2ca737;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #eceff8 !important;
  height: 30px;
  width: 30px;
  color: #222;
  line-height: 32px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #2ca737;
  color: #fff;
  border-color: #2ca737;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  transition: 0.8s;
  font-size: 13px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.header-call-btn img {
  margin-right: 12px;
}

.header-call-btn a {
  font-size: 24px;
  font-weight: 700;
  line-height: 70px;
  color: #166fb6;
  font-family: "Nunito Sans", sans-serif;
}

.header-call-btn a:hover {
  color: #2ca737;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
  background: #fff;
}

/**
*   06. Hero area
*/

/*Style 1*/

.hero-form {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.hero-form h2 {
  margin-bottom: 25px;
}

.hero-form span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #2ca737;
}

.hero-form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 20px;
  margin-bottom: 15px;
}

.hero-form textarea {
  font-size: 16px;
  width: 100%;
  height: 150px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.hero-form .theme-btn-1 i {
  margin-right: 12px;
}

/*Style 2*/

.hero-wrapper h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 85px;
  color: #fff;
  margin-bottom: 40px;
}

.hero-wrapper p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.hero-popup-content img {
  width: 400px;
  border-radius: 350px 0px 350px 350px;
  border-width: 20px;
  border-style: solid;
  border-color: #000;
}

.hero-popup-content {
  position: relative;
  padding: 20px;
  margin-left: 200px;
}

.hero-popup-content:before {
  content: "";
  display: block;
  width: 440px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 350px 0 350px 350px;
  border-width: 20px;
  border-style: solid;
  border-color: #fff;
}

a.popup-video {
  display: block;
  background-color: #fbfbfa;
  color: #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  border-radius: 50px;
  position: absolute;
  top: 40%;
  left: 44%;
}

.pulse-effect {
  animation: pulse-effect 1s infinite;
}

@keyframes pulse-effect {
  0% {
    box-shadow: 0 0 0 0px #fff;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/*Style 2*/

.hero-slider-1 .single-slider-style-1 {
  position: relative;
  z-index: 2;
}

.hero-slider-1 .single-slider-style-1:before {
  content: "";
  display: block;
  /*background: rgb(40, 127, 249);*/
  /*background: linear-gradient(97deg, rgba(40, 127, 249, 1) 25%, rgba(5, 0, 36, 0) 70%);*/
  position: absolute;
  left: 0px;
  top: 0;
  width: 1920px;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.hero-slider-1 .slide-content-wrapper-1 h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 35px;
}

.hero-slider-1 .slide-content-wrapper-1 p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 35px;
}

.hero-slider-1 ul.slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

.hero-slider-1 ul.slick-dots {
  position: absolute;
  bottom: 10%;
  right: 18%;
}

.hero-slider-1 ul.slick-dots li button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
}

.hero-slider-1 ul.slick-dots li.slick-active button {
  background-color: #fff;
  border: 2px solid #fff;
  color: #111;
}

.hero-slider-1 .slick-next,
.hero-slider-1 .slick-prev {
  background-color: #166fb6;
  color: #fff;
  border: none;
  font-size: 18px;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.hero-slider-1 .slick-next {
  right: 9%;
}

.hero-slider-1 .slick-prev {
  left: 9%;
}

.hero-slider-1 button:hover {
  background-color: #2ca737;
  color: #fff;
}

/**
*   07. Service
*/

.single-service-style-1 {
  background-color: #fff;
}

.single-service-img-1 {
  position: relative;
}

.single-service-icon-1 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-service-icon-1 img {
  background-color: #166fb6;
  color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 100px;
  padding: 15px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.single-service-style-1 a {
  color: #646464;
}

.single-service-style-1 a i {
  opacity: 0;
  visibility: hidden;
  padding-left: 0px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-service-style-1:hover .single-service-icon-1 img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #2ca737;
}

.single-service-style-1:hover a i {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-left: 5px;
}

.single-service-style-2 {
  padding: 40px 25px;
  margin-bottom: 25px;
}

.single-service-style-2 .service-icon {
  background-color: #166fb6;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  float: left;
  margin-right: 25px;
}

.single-service-style-2 .service-icon img {
  padding: 18px;
}

.single-service-style-2 .service-content {
  overflow: hidden;
}

.single-service-style-2 .service-content h3 {
  margin-bottom: 15px;
}

.single-service-style-2 .service-content a {
  color: #646464;
}

.single-service-style-2 .service-content a i {
  margin-left: 5px;
}

/**
*   08. About
*/

/* Style 1*/

.about-img {
  position: relative;
  z-index: 2;
}

.about-img img {
  width: 100%;
}

.about-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  border: 10px solid #2ca737;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-award {
  position: absolute;
  bottom: 23px;
  right: 25px;
  transform: translate(5%, 5%);
  background: #2ca737;
  width: 260px;
  height: 160px;
  text-align: center;
  border-radius: 5px;
}

.about-award h3 {
  font-size: 24px;
  color: #fff;
  padding: 46px 0;
  line-height: 34px;
}

.service-bullet-list ul li {
  margin-bottom: 15px;
}

.service-bullet-list ul li i {
  padding-right: 10px;
  color: #2ca737;
}

/* Style 2*/

.about-block-img-1 {
  position: relative;
}

.about-block-img-1 a {
  background-color: #2ca737;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 45%;
  left: 93%;
  border-radius: 50px;
  transform: translate(0, -15%);
}

/**
*   09. Fun Fact
*/

.single-counter h2 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 20px;
}

.single-counter p {
  color: #fff;
  font-size: 20px;
}

/**
*   10. Project
*/

.single-project {
  background-color: #fff;
  box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.single-project-img {
  background-color: #ddd;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.single-project-img {
  position: relative;
}

.single-project-img-content {
  display: block;
  background-color: #2ca737;
  width: 75%;
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 55px;
  padding: 15px;
  border-radius: 3px;
}

.single-project-img-content h4 {
  color: #fff;
  margin-bottom: 0;
}

.single-project-content a {
  color: #646464;
}

.single-project-content a i {
  padding-left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.single-project:hover .single-project-content a i {
  padding-left: 8px;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

/*Project Masonry Style*/

.single-project-style-2 {
  position: relative;
  height: 300px;
}

.portfolio-content-2 {
  opacity: 0;
  visibility: hidden;
  padding: 60px 40px;
  transform: scale(1);
  transition: 0.3s;
  overflow: hidden;
  height: 290px;
  position: absolute;
  top: 8px;
  left: 0;
}

.portfolio-content-2 h3 {
  margin-bottom: 20px;
}

.portfolio-content-2 p {
  margin-bottom: 20px;
}

.single-project-style-2:hover .portfolio-content-2 {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.7);
  transform: scale(0.9);
  overflow: hidden;
  transition: 0.3s;
}

.services-style-1 .single-project-style-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.portfolio-content-2 a {
  color: #646464;
}

.portfolio-content-2 a i {
  margin-left: 5px;
}

.portfolio-menu button {
  border: none;
  background-color: #166fb6;
  color: #fff;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 14px;
  margin-left: 15px;
}

.portfolio-menu button.active {
  background-color: #2ca737;
  color: #fff;
}

/**
*   12. Why Choose Us
*/

.single-choose-us .icon {
  display: inline-block;
  background-color: #166fb6;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  border-radius: 50px;
  float: left;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-choose-us .content {
  overflow: hidden;
}

.single-choose-us:hover .icon {
  background-color: #2ca737;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.why-choose-img-1 img,
.why-choose-img-2 img,
.why-choose-img-3 img,
.why-choose-img-4 img {
  border-radius: 3px;
}

/**
*   12. Testimonial
*/

.single-testimonial {
  background-color: #fff;
  padding: 36px 56px;
  margin-bottom: 20px;
  text-align: center;
}

.single-testimonial-style-2 {
  background-color: #fff;
  padding: 36px 35px;
  margin-bottom: 20px;
}

.single-testimonial img {
  width: 110px;
  border-radius: 100%;
  margin-bottom: 30px !important;
  margin: 0 auto;
}

.single-testimonial h3,
.single-testimonial-style-2 h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.single-testimonial span,
.single-testimonial-style-2 span {
  display: block;
  color: #2ca737;
  margin-bottom: 25px;
  font-size: 18px;
}

.single-testimonial p,
.single-testimonial-style-2 p {
  margin-bottom: 18px;
}

.star-rating i.active {
  color: #ffd600;
}

.testimonial-style-1 .slick-prev,
.testimonial-style-1 .slick-next {
  position: absolute;
  top: -160px;
  background-color: #fff;
  color: #111;
  border: none;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  text-align: center;
  box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.testimonial-style-1 .slick-prev {
  right: 90px;
}

.testimonial-style-1 .slick-next {
  right: 20px;
}

.testimonial-style-1 .slick-prev:hover,
.testimonial-style-1 .slick-next:hover {
  background-color: #2ca737;
  color: #fff;
}

.testimonial-style-1 .slick-slide {
  margin: 0 10px;
}

.testimonial-quote-icon {
  position: absolute;
  top: -60px;
  left: 40px;
}

.testimonial-quote-icon i {
  font-size: 70px;
  color: #646464;
  opacity: 0.1;
}

/* .single-testimonial-img-2 img {
  float: left;
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
} */

.single-testimonial-content-2 {
  overflow: hidden;
}

/**
*   13. Book Appointment
*/

.quote-area {
  position: relative;
}

.quote-area-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.quote-form input[type="text"],
.quote-form input[type="email"] {
  margin-right: 20px;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form textarea {
  background-color: #f9f9f9;
  border: none;
  padding: 20px 18px;
  width: 90%;
  margin-bottom: 18px;
}

.quote-form textarea {
  height: 150px;
}

.quote-form a.theme-btn-1 {
  width: 100%;
  border-radius: 0;
  padding: 20px 17px;
}

.quote-form a.theme-btn-1 i {
  margin-right: 10px;
}

/**
*   15. Blog
*/

.post-meta li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.post-meta li a {
  color: #646464;
}

.post-meta li:last-child:after {
  display: none;
}

.post-meta li:after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #166fb6;
  position: absolute;
  top: 4px;
  right: -18px;
}

.post-meta li i {
  color: #166fb6;
  margin-right: 10px;
}

.single-blog-style-1 .content p {
  padding: 10px 0;
}

.single-blog-style-1 .content .l-read-more {
  position: relative;
}

.single-blog-style-1 .content a.l-read-more {
  color: #111;
}

.single-blog-style-1 .content a.l-read-more i {
  padding-left: 5px;
}

.single-blog-style-1 .content .l-read-more:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #ffd600;
  position: absolute;
  top: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-blog-style-1 .content .l-read-more:hover:after {
  background-color: #ffd600;
  width: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.vime-pagination ul li {
  display: inline-block;
}

.vime-pagination ul li {
  margin: 0 3px;
}

.vime-pagination ul li a {
  display: block;
  background-color: #ededed;
  color: #111;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

.vime-pagination ul li a:hover {
  background-color: #2ca737;
  color: #fff;
}

.vime-pagination ul li span.current {
  display: block;
  background-color: #2ca737;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
}

/**
*   16. Footer
*/

.footer-title {
  /*margin-bottom: 50px;*/
  margin-bottom: 25px;
}

.footer-widget-1 {
  padding-right: 110px;
}

.footer-widget-4 {
  padding-left: 130px;
}

.footer-title h4 {
  font-size: 24px;
  color: #fff;
}

.footer-text p {
  color: #dcdcdc;
}

.footer-info a {
  display: block;
  font-size: 20px;
  color: #dcdcdc;
  margin-bottom: 28px;
}

.footer-info a i {
  color: #000;
  padding-right: 10px;
}

.footer-menu ul li {
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
}

.footer-menu ul li a {
  display: block;
  color: #dcdcdc;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-social h5 {
  display: inline-block;
  color: #000;
  margin-right: 15px;
  font-size: 20px;
}

.footer-social ul,
.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  color: #dcdcdc;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #22407a8c;
  display: inline-block;
  border-radius: 50px;
}

.footer-social ul li a:hover {
  color: #fff;
  background-color: #1835b1;
}

.footer-contact-info ul li a:hover {
  color: #fff;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: none;
}

.footer-newsletter button {
  width: 110px;
  height: 50px;
  background-color: #000;
  color: #111;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}

.footer-newsletter button i {
  margin-right: 10px;
}

.footer-contact-info ul li {
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
}

.footer-contact-info ul li i {
  float: left;
  color: #ffffff;
  line-height: 28px;
  padding-right: 13px;
}

.footer-contact-info ul li a,
.footer-contact-info ul li span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.copyright p {
  color: #dcdcdc;
  margin-bottom: 0;
}

.copyright p a {
  color: #dcdcdc;
}

.copyright p a:hover {
  color: #000;
}

.footer-bottom .footer-menu li {
  display: inline-block;
  padding-left: 25px;
  color: #dcdcdc;
  margin-bottom: 0;
}

/**
*   17. Breadcrumb
*/

.breadcrumb-content-wrapper h2 {
  color: #fff;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 15px;
}

.breadcrumb-navigation .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 5px;
  padding-right: 7px;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  color: #fff;
}

.breadcrumb-content-wrapper p {
  color: #fff;
  font-size: 20px;
}

.breadcrumb-content-wrapper ul.post-meta li:after {
  background-color: #000;
}

.breadcrumb-content-wrapper ul li,
.breadcrumb-content-wrapper ul li a {
  color: #fff;
}

.breadcrumb-navigation ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.breadcrumb-navigation ul li {
  display: inline-block;
  color: #fff;
}

.breadcrumb-navigation ul li:hover a {
  color: #000;
}

.breadcrumb-navigation ul li.active {
  color: #000;
}

/**
*   18. CTA
*/

.cta-style-1 h2 {
  color: #fff;
  font-size: 30px;
  line-height: 52px;
  font-weight: 400;
  margin-bottom: 0;
}

.cta-style-1 span {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 20px;
  text-transform: capitalize;
}

.cta-style-1 span a {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  font-weight: 400;
}

.cta-style-2 h2 {
  color: #fff;
  margin-bottom: 25px;
}

.cta-style-2 p {
  color: #fff;
  margin-bottom: 30px;
}

/**
*   19. Widgets
*/

.widget {
  position: relative;
}

.widget-title {
  font-size: 30px;
  line-height: 32px;
  border-left: 4px solid;
  border-color: #2ca737;
  height: 30px;
  padding-left: 20px;
  margin-bottom: 40px;
}

.quote-widget input {
  width: 100%;
  height: 60px;
  padding: 0 22px;
  font-size: 16px;
  border: 1px solid #f1f1f1;
  margin: 7px 0;
  background-color: #fff;
}

.quote-widget textarea {
  width: 100%;
  border: none;
  padding: 15px 22px;
  font-size: 16px;
  margin: 7px 0;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.quote-widget button {
  background-color: #166fb6;
  color: #fff;
  padding: 15px 20px;
  display: block;
  border: none;
  width: 100%;
  text-align: left;
  line-height: 30px;
}

.quote-widget button:hover {
  background-color: #2ca737;
}

.quote-widget i {
  float: right;
  line-height: 30px;
}

.search-widget input {
  height: 66px;
  width: 100%;
  border: none;
  padding: 0 20px;
  color: #111;
  background-color: #f9f9f9;
}

.search-widget button {
  position: absolute;
  right: 0;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border: none;
  background-color: transparent;
  color: #2ca737;
  font-size: 20px;
  text-align: center;
}

.project-info-widget ul li,
.service-list-widget ul li,
.category-widget ul li {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  color: #166fb6;
}

.project-info-widget ul li:last-child,
.service-list-widget ul li:last-child,
.category-widget ul li:last-child {
  margin-bottom: 0;
}

.service-list-widget ul li a,
.category-widget ul li a {
  display: inline-block;
}

.project-info-widget ul li span {
  font-weight: 400;
  color: #646464;
}

.service-list-widget ul li:hover,
.category-widget ul li:hover,
.service-list-widget ul li:hover a,
.category-widget ul li:hover a {
  color: #2ca737;
}

.service-list-widget ul li span,
.category-widget ul li span {
  float: right;
}

.single-latest-post-widget {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.single-latest-post-widget .image img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 20px;
}

.single-latest-post-widget .content {
  overflow: hidden;
}

.single-latest-post-widget:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.single-latest-post-widget h5 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.single-latest-post-widget span {
  display: block;
  color: #166fb6;
}

.single-latest-post-widget span:last-child {
  border: none;
}

.tag-cloud-widget a {
  background-color: #166fb6;
  color: #fff;
  padding: 11px 18px;
  line-height: 18px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
  clear: both;
  overflow: hidden;
}

.tag-cloud-widget a:hover {
  background-color: #2ca737;
  color: #fff;
}

/**
*   20. FAQ
*/

.faq .accordion-button {
  color: #166fb6;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  background-color: #fff;
  outline: none;
  box-shadow: none;
}

.faq .accordion-body {
  border-top: 1px solid #e5e1da;
}

.faq .accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
}

.faq .accordion-button::after {
  width: unset;
  height: unset;
  margin-left: auto;
  content: "";
  background-image: none;
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
}

.faq h2 {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: none;
  color: #686868;
  margin-bottom: 10px;
  padding: 0 20px;
  box-shadow: 0px 3px 81px 0px rgb(6 6 6 / 9%);
}

.faq .accordion-button:focus {
  outline: none;
}

/**
*   21. Service/Project Details
*/

.service-details-wrapper h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 33px;
}

.accordion-item h2 {
  margin-bottom: 0;
  line-height: 30px;
}

.service-details-wrapper img,
.project-details-wrapper img {
  width: 100%;
}

/**
*   22. Pricing
*/

.single-pricing-box {
  padding: 40px 40px 80px;
  position: relative;
}

.single-pricing-box svg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-pricing-box h3 {
  font-size: 36px;
}

.single-pricing-box h4 {
  font-size: 45px;
}

.single-pricing-box a i {
  padding-left: 7px;
}

.single-pricing-box ul li {
  margin: 16px 0;
}

.single-pricing-box ul li i {
  color: #166fb6;
  padding-right: 10px;
}

/**
*   23. Error 404
*/

.error-404-wrapper h2 {
  font-size: 150px;
  color: #2ca737;
}

.error-404-wrapper h3 {
  font-size: 46px;
  margin-bottom: 30px;
}

.error-404-wrapper p {
  margin-bottom: 40px;
}

/**
*   24. Blog Details
*/

.quote-block {
  background-color: #f9f9f9;
  padding: 40px;
  border-left: 3px solid #166fb6;
  margin-bottom: 30px;
  margin-top: 30px;
}

.quote-icon i {
  font-size: 40px;
  color: #2ca737;
  margin-top: 10px;
  margin-bottom: 20px;
}

.post-tags h5,
.post-share h5 {
  margin-bottom: 16px;
}

.post-tags ul li {
  display: inline-block;
}

.post-tags ul li a {
  display: inline-block;
  background-color: #f1f1f1;
  color: #166fb6;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 8px;
}

.post-share ul li {
  display: inline-block;
}

.post-share ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  color: #111;
  border-radius: 3px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
}

.post-tags ul li a:hover,
.post-share ul li a:hover {
  background-color: #2ca737;
  color: #fff;
}

.previous-post,
.next-post {
  background-color: #f9f9f9;
  padding: 30px;
}

.previous-post a,
.next-post a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 15px;
  color: #2ca737;
  font-weight: 500;
}

.previous-post h5,
.next-post h5 {
  line-height: 28px;
}

.previous-post a i {
  margin-right: 10px;
}

.next-post a i {
  margin-left: 10px;
}

.post-author-avatar img {
  border-radius: 5px;
}

.post-author-bio h5 a {
  font-size: 20px;
}

.post-author-bio h5 a:hover,
.post-author-bio a:hover {
  color: #2ca737;
}

.post-author-bio a {
  color: #166fb6;
  font-size: 14px;
  margin-right: 10px;
}

.comment-body {
  background-color: #fff;
  padding: 27px;
  margin-bottom: 35px;
  box-shadow: 0px 3px 81px 0px rgb(0 0 0 / 9%);
}

.comments-area h2,
.comments-form h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

.comment-avatar {
  float: left;
  margin-right: 30px;
}

.comment-avatar img {
  width: 90px;
  border-radius: 50px;
}

.comment-content {
  overflow: hidden;
}

.comment-content h5 a {
  font-size: 20px;
}

.comment-metadata a {
  display: inline-block;
  color: #2ca737;
  margin-bottom: 10px;
}

.comment-reply a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  text-transform: capitalize;
  color: #166fb6;
}

.comment-reply a:hover {
  color: #2ca737;
}

.comment-reply a i {
  margin-right: 10px;
}

.comments-area li ul.children {
  padding-left: 40px;
}

.comments-form input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #166fb6;
  border: 1px solid #f1efeb;
  margin-bottom: 20px;
  border-radius: 5px;
}

.comments-form textarea {
  width: 100%;
  height: 120px;
  padding: 20px;
  color: #166fb6;
  border: 1px solid #f1efeb;
  border-radius: 5px;
  margin-bottom: 20px;
}

.comments-form input:focus,
.comments-form textarea:focus {
  border: 1px solid #166fb6;
}

.comments-form button {
  width: 270px;
  height: 60px;
  border-radius: 5px;
  display: inline-block;
}

.comments-form button i {
  padding-left: 10px;
}

/**
*   25. Newsletter
*/

.newsletter-style-1 {
  position: relative;
  display: block;
  bottom: -85px;
  margin-top: -170px;
  z-index: 2;
}

.newsletter-style-1 h2 {
  color: #fff;
}

.newsletter-style-1 input {
  width: 50%;
  height: 50px;
  padding: 12px 20px;
  border: none;
  font-size: 13px;
}

.newsletter-style-1 button {
  border: none;
  width: 120px;
  height: 50px;
  background-color: #000;
  color: #111;
  font-weight: 600;
  margin-left: -4px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 20px;
}

.subscribe-form i {
  position: absolute;
  top: 16px;
  right: 39%;
  color: #111;
  opacity: 0.6;
}

/**
*   26. Features
*/

.single-feature {
  transition: all 0.3s ease-out 0s;
}

.single-feature img {
  margin-bottom: 25px;
}

.single-feature:hover {
  background-color: #523906;
}

.single-feature:hover h5,
.single-feature:hover p {
  color: #fff;
}

/**
*   27. Team
*/

.single-team-content-style-1 {
  padding: 30px;
}

.single-team-content-style-1 .team-social-style-1 a {
  background-color: #166fb6;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin-right: 5px;
}

.single-team-content-style-1 .team-social-style-1 a:hover {
  background-color: #2ca737;
  color: #fff;
}

.team-social-style-1 {
  margin-top: 20px;
}

/**
*   28. Quote Form
*/

.quote-title h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #000;
  margin-top: 25px;
}

.quote-title h2 {
  color: #fff;
  margin-bottom: 30px;
}

.quote-title p {
  color: #fff;
}

.quote-area-form h3 {
  font-size: 24px;
  margin-bottom: 40px;
}

.quote-area-form input,
.contact-form input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: none;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}

.quote-area-form textarea,
.contact-form textarea {
  width: 100%;
  height: 178px;
  background-color: #f1f1f1;
  border: none;
  padding: 20px;
  margin-bottom: 15px;
}

.quote-area-form button {
  width: 100%;
  border-radius: 0;
  font-weight: 400;
}

/**
*   29. Contact
*/

.contact-form .section-title span {
  margin-bottom: 20px;
}

.contact-form .theme-btn-1 {
  text-align: left;
}

.contact-form .theme-btn-1 i {
  padding-right: 10px;
}

.contact-form input,
.contact-form textarea {
  background-color: transparent;
  border: 1px solid #edebe6;
}

.map-area iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 0;
}

.info-box .icon {
  background-color: #166fb6;
  color: #fff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  float: left;
  margin-right: 30px;
  transition: 0.3s;
}

.info-box:hover .icon {
  background-color: #2ca737;
  color: #fff;
  transition: 0.3s;
}

.info-box .text {
  overflow: hidden;
}

.info-box .text h5 {
  color: #111;
}

.info-box .text ul li a,
.info-box .text p {
  color: #333;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

div#fixed-contact {
  display: none;
}
.hd-telephone {
  display: none;
}

/*estilos 3 puntitos*/
@media (max-width: 768px) {
  .hd-button {
    float: right;
    padding: 15px;
    top: 10px;
    right: 12px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    position: absolute;
  }
  .hd-button {
    display: block;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #444441;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-button span:after,
  .hd-button span:before {
    content: "";
  }
  .hd-button span,
  .hd-button span:after,
  .hd-button span:before {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }
  .hd-telephone {
    display: none;
    position: fixed;
    background-color: #166fb6;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 65px;
    overflow: hidden;
    width: 255px;
  }
  .hd-telephone a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 2px 0 2px 0;
    line-height: 15px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 25px;
  }
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9999;
  }
  p.situacion {
    z-index: 99;
  }
}

/* estilos añadidos*/

a.btn-one {
  background-color: #2ca737;
  color: #ffffff;
}
a.btn-two {
  background-color: #166fb6;
  color: #ffffff;
}
ul.list_aside li span,
ul.list_aside li a {
  color: #686868;
}
ul.list_aside li {
  margin-bottom: 10px;
}
ul.list_aside li i {
  color: #2ca737;
  padding-right: 10px;
}
a.active_one {
  color: #2ca737;
}
nav#mobile-menu ul li a.active {
  color: #2ca737;
}
.etiquetas {
  position: relative;
  margin-top: -50px;
  margin-bottom: 70px;
}
img.logo-reviews {
  border-radius: 10px;
  margin-bottom: 20px;
}
.icon_reviews {
  background-color: #2ca737;
  color: #ffffff;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 20px;
  border-radius: 100%;
  text-align: center;
  float: left;
  border-radius: 50px;
  margin-right: 15px;
}
.sub_title {
  position: relative;
  text-align: center;
  left: 25%;
  top: -50%;
}
img.logo_header {
  max-width: 315px !important;
  /* width: 315px !important; */
}
.logo {
  position: relative;
  /* left: -30%; */
}
.sticky img.logo_header {
  width: 180px !important;
}
.footer_logo {
  margin-bottom: 10px;
}
.content_logo_mobile {
  display: none;
}
.slide-content-wrapper-1 {
  position: relative;
  left: 45px;
}

.form-button {
  position: relative;
  margin-top: 20px;
}

.banner .close {
  position: absolute;
  right: -19px;
  top: -25px;
  cursor: pointer;
}
.close {
  float: right;
  font-size: 21px;
  margin-right: 20px;
  margin-top: -8px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.2;*/
  /*filter: alpha(opacity=20);*/
}
.banner {
  position: fixed;
  background-color: #fff;
  box-shadow: 0px 0px 5px grey;
  width: 420px;
  height: 270px;
  z-index: 999;
  right: 2px;
  font-weight: bold;
  font-size: 16px;
}
img.logo_banner {
  position: relative;
  display: inline-block;
  width: 150px;
}
h1.title_banner {
  position: relative;
  display: inline-block;
  top: 20px;
}
p.text_banner {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  /* text-align: center; */
}
a.more_btn.link {
  display: block;
  padding: 0 31px;
  line-height: 65px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.25em;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2ca737;
  color: #fff;
  max-width: 345px;
  height: 65px;
  text-align: center;
  margin: auto;
}
span.roof_title {
  color: #166fb6;
  font-weight: 600;
  padding-right: 5px;
}

.contenedor {
  height: 195px;
  width: 100%;
  margin-top: 0px;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 25px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}

.icons-photos img {
  margin-right: 15px;
  margin-left: 15px;
}

.btn-calculate {
  padding: 20px 25px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: inline-block !important;
}

.btn-calculate i {
  display: inline-block !important;
}
img.logo_reviews {
  width: 60px;
  border-radius: 100%;
}
li.option_menu {
  display: none !important;
}
.slide-img img {
  box-shadow: 0px 0px 2px 6px rgb(255 246 246 / 50%);
  position: relative;
  border-radius: 100%;
  width: 400px;
}
h1.slogan_one {
  text-shadow: 4px 4px 4px #1e1e1e;
}
p.slogan_two {
  text-shadow: 4px 4px 4px #282727;
  font-size: 22px !important;
}
.content h4 {
  display: inline-block;
}
.estrella_poner {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.content_img_reviews_page {
  text-align: center;
}
.content_img_reviews_page img {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }
  .logo {
    display: none;
  }
  div#sticky-header {
    height: 50px;
    background-color: #166fb6;
  }
  .height-800 {
    height: 500px;
  }
  .hero-slider-1 .slide-content-wrapper-1 h1 {
    font-size: 40px;
  }
  .hero-slider-1 .slick-next,
  .hero-slider-1 .slick-prev {
    top: 82%;
  }
  .subscribe-form {
    text-align: center;
  }
  .sub_title {
    position: relative;
    text-align: center;
    left: 0%;
    top: -25%;
  }
  a.btn-one {
    margin-bottom: 20px;
  }
  .content_logo_mobile {
    display: block;
    text-align: center;
  }
  .aboutus_page {
    padding-top: 10px !important;
  }
  .banner {
    display: none;
  }

  .blog-details-area .container .row div:first-child {
    order: 2;
  }

  .footer-widget-1 {
    padding-top: 50px;
  }

  .contact-form {
    padding-right: 0px !important;
  }
  .slide-content-wrapper-1 {
    position: relative;
    left: 10px;
  }
  .bg-property {
    background-position: 5%;
  }
  .single-slider-style-1 {
    height: 70vh !important;
  }
  div#about {
    padding-top: 0px;
    margin-top: -60px;
  }
  li.option_menu {
    display: block !important;
  }
  img.logo_mobile {
    width: 285px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .slide-img {
    text-align: center;
    width: 100%;
    margin: auto 23%;
  }
  .slide-img img {
    box-shadow: 0px 0px 2px 6px rgb(255 246 246 / 50%);
    position: relative;
    border-radius: 100%;
    width: 200px;
    margin-top: 20px;
  }
  h1.slogan_one {
    text-shadow: 4px 4px 4px #1e1e1e;
    font-size: 35px !important;
    margin-bottom: 10px !important;
  }
  p.slogan_two {
    text-shadow: 4px 4px 4px #282727;
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .slide-content-wrapper-1 a {
    padding: 15px 20px !important;
    font-size: 15px !important;
  }
  .breadcrumb-area.bg-property {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  a#scrollUp {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* tus estilos CSS aquí */
  .main-menu ul li {
    margin-left: 30px;
  }
  .main-menu ul li a {
    font-size: 15px;
  }
}

p.title_mobile_header {
  display: none;
}
.breadcrumb-navigation ul li.active {
  color: #166fb6 !important;
}

@media (max-width: 767px) {
  a.btn-calculate {
    padding: 10px 10px 10px !important;
    width: 65% !important;
  }
  p.title_mobile_header {
    display: block;
    color: #fff;
    /* position: absolute;
    top: 12px;
    left: 40px; */
  }
  .why-choose-img-1,
  .why-choose-img-2,
  .why-choose-img-3,
  .why-choose-img-4 {
    text-align: center;
  }
  .why-choose-img-1 img,
  .why-choose-img-2 img,
  .why-choose-img-3 img,
  .why-choose-img-4 img {
    width: 100%;
  }
  .breadcrumb-navigation ul li.active {
    color: #166fb6 !important;
  }
  .slider_3 {
    background-position-x: 70%;
  }
  .modal-dialog {
    margin-top: 60px;
  }
}

.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}

@media (max-width: 767px) {
  /*Inicio de quickacces*/
  .justify-content-around {
    justify-content: space-around;
  }
  .d-flex {
    display: flex;
  }
  .row-o {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .row-o > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col-auto {
    flex: 0 0 auto !important;
    width: auto;
  }
  .position-relative {
    position: relative !important;
  }
  .position-fixed {
    position: fixed;
  }
  /*fin de quickacces*/
  .hero-slider-1 .slick-arrow {
    display: none !important;
  }
  .preloader {
    z-index: 999999 !important;
  }
}

@media (max-width: 767px) {
  .h-50px {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .banner {
    bottom: 15% !important;
  }
}

/* POP-UP */

.popup-container {
  position: fixed;
  max-width: calc(100% - 40px);
  bottom: 90px;
  right: 20px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.popup-container.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.corner-popup {
  background: white;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.award-link {
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.award-link:hover {
  transform: scale(1.02);
}

.award-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #000;
  border: 2px solid white;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
  z-index: 2;
}

.close-btn:hover {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .single-service-style-1 .text_services{
    height: 85px;
  }

}

@media (min-width: 992px) {
  .popup-container {
    bottom: 30px;
  }

  .single-service-style-1 h3{
    height: 68px;
  }

  .single-service-style-1 .text_services{
    height: 112px;
  }

}

@keyframes slideIn {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* END POP-UP */
