/*========================================================================

	Template Name: Moving & Renovation Services HTML5 Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Partner
	05. About area
	06. Process area
	07. Services area
	08. Testimonial
	09. Pricing
	10. Video area
	11. Blog
	12. Newsletter area
	13. Footer
	14. Inner page header
	15. Faq
	16. Portfolio
	17. Comment box
	18. Contact us
	19. Team
	20. Gallery
	21. Privacy policy
	22. Login
	23. Error page 404
		
----------------------------------*/

/* Theme Font Use */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* font-family: 'Montserrat', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
  background-color: #f44647;
  color: #fff;
}
::-moz-selection {
  background-color: #f44647;
  color: #fff;
}
img {
  max-width: 100%;
}
body {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #c5c5c5;
  letter-spacing: 1px;
}
p {
  line-height: 24px;
  font-size: 15px;
  color: #6c757d;
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #202020;
  padding: 0px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 60px;
  font-weight: 700;
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  font-size: 26px;
  font-weight: 700;
}
h4 {
  font-size: 24px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
  display: none;
  position: fixed;
  bottom: 2px;
  text-align: center;
  right: 2%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  background-color: #4569a6;
  text-decoration: none;
  border-radius: 100%;
  z-index: 9999;
}
.scroll-top:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #a2d6ee;
}
/* --- Buttons --- */
.btn-style-1 {
  color: #fff;
  border: 0;
  border-radius: 4px;
  position: relative;
  padding: 16px 30px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: #4569a6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 18px 3px 20px 3px rgb(0 0 0 /0.1);
}
.btn-style-1:after {
  position: absolute;
  top: 8px;
  width: 15px;
  left: 173px;
  background-color: #000;
  content: "";
  height: 2px;
  transition: all 0.5s ease;
}
.btn-style-1.new:after {
  position: absolute;
  top: 8px;
  width: 15px;
  left: 152px;
  background-color: #000;
  content: "";
  height: 2px;
  transition: all 0.5s ease;
}
.btn-style-1.new_two:after {
  position: absolute;
  top: 8px;
  width: 15px;
  left: auto;
  background-color: #000;
  content: "";
  height: 1px;
  transition: all 0.5s ease;
}

.btn-style-1:hover:after,
.btn-style-1.selected::after {
  position: absolute;
  top: 8px;
  width: 15px;
  left: 10px;
  background-color: #fff;
  content: "";
  height: 2px;
}
.btn-style-1.new_two:before {
  position: absolute;
  top: 35px;
  width: 1px;
  left: 10px;
  background-color: #000;
  content: "";
  height: 14px;
  transition: all 0.5s ease;
}

.btn-style-1:before {
  position: absolute;
  top: 35px;
  width: 2px;
  left: 10px;
  background-color: #000;
  content: "";
  height: 15px;
  transition: all 0.5s ease;
}

.btn-style-1 .one {
  position: absolute;
  width: 1px;
  top: 8px;
  height: 15px;
  right: 14px;
  background-color: #000;
  transition: all 0.5s ease;
}
.btn-style-1.new_two .two {
  content: "";
  position: absolute;
  width: 15px;
  top: 48px;
  height: 1px;
  right: auto;
  left: 10px;
  background-color: #000;
  transition: all 0.5s ease;
}

.btn-style-1:hover .one,
.btn-style-1.selected .one {
  top: 35px;
  background-color: #fff;
  width: 2px;
}

.btn-style-1 .two {
  content: "";
  position: absolute;
  width: 15px;
  top: 48px;
  height: 2px;
  right: 174px;
  background-color: #000;
  transition: all 0.5s ease;
}
.btn-style-1.new .two {
  content: "";
  position: absolute;
  width: 15px;
  top: 48px;
  height: 2px;
  right: 153px;
  background-color: #000;
  transition: all 0.5s ease;
}

.btn-style-1:hover .two,
.btn-style-1.selected .two {
  right: 10px;
  background-color: #fff;
}
.btn-style-1.new_two:hover .two {
  right: 14px;
  background-color: #fff;
  left: auto;
  height: 2px;
}
.btn-seccion {
  text-align: center;
  position: relative;
  z-index: 999999999999;
}

.btn-style-1:hover:before,
.btn-style-1.selected::before {
  position: absolute;
  top: 8px;
  width: 2px;
  left: 10px;
  background-color: #fff;
  content: "";
  height: 15px;
}

.btn-style-1.selected:after,
.btn-style-1.selected::before {
  background-color: #fff;
}
.btn-style-1:hover {
  background-color: #a2d6ee;
  color: #fff;
  text-decoration: none;
}
/* --- Loading --- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .spinner-grow {
  top: 50%;
  position: relative;
}
/* --- section title --- */
.section-title h6 {
  font-size: 14px;
  color: #4569a6;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 600;
}
/* ===================================
	02. Header
=================================== */
.header-upper {
  background-color: #4569a6;
  padding: 18px 0px;
}
.header-location li {
  color: #fff;
}
.header-location li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-location li a:hover {
  color: #a2d6ee;
}
.header-location li i {
  color: #a2d6ee;
  text-align: center;
  margin-right: 6px;
  font-size: 12px;
  border-radius: 100%;
}
/* header social */
.header-social li {
  margin-right: 0px !important;
}
.header-social li a {
  margin: 0px !important;
  text-align: center;
  display: inline-block;
  padding: 0px 8px;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
  color: #a2d6ee;
}
.header-top-right ul.header-top-menu {
  margin-left: 30px;
  padding-left: 6px;
  position: relative;
}
.header-top-right ul.header-top-menu:before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 12px;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}
.header-top-right ul.header-top-menu li a {
  color: #fff;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
  padding: 0px;
  border-radius: 8px;
}
.header-top-right
  ul.header-top-menu
  li:nth-child(1)
  .dropdown
  ul.dropdown-menu
  li
  p {
  font-size: 12px;
  color: #fff;
  background-color: #a2d6ee;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  white-space: nowrap;
  margin-bottom: 0px;
}
.header-top-right
  ul.header-top-menu
  li:nth-child(1)
  .dropdown
  ul.dropdown-menu:before {
  right: 30px;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #a2d6ee;
}
.header-top-right
  ul.header-top-menu
  li
  .dropdown
  ul.dropdown-menu
  li:nth-child(2)
  a {
  padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
  display: block;
  color: #333;
  font-size: 12px;
  padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
  color: #a2d6ee;
}
.header-top-right ul.header-top-menu li.get-quote-btn a {
  background-color: #a2d6ee;
  padding: 6px 11px;
  border-radius: 4px;
}
.header-lover .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.header-lover {
  padding: 10px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
  padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  position: relative;
  padding: 6px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover,
.header-lover .navbar .nav-item.active .nav-link {
  color: #4569a6;
}
.header-lover .navbar .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.header-lover .navbar-toggler span {
  background: #4569a6;
}
.header-lover .dropdown-menu {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-radius: 8px;
  background-color: #4569a6;
}
.header-lover .dropdown-menu:before {
  left: 30px;
  content: "";
  position: absolute;
  z-index: 100000;
  top: -4px;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #4569a6;
}
.header-lover .dropdown-menu .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  position: relative;
  font-size: 12px;
  padding: 12px 12px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
  color: #a2d6ee;
  padding-left: 20px;
  background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  background-color: #f5f5f5;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #333;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 22px;
}
.navbar-toggler span + span + span {
  width: 22px;
}
/* sticky */
.is-sticky {
  z-index: 9999;
}
.is-sticky .header-lover {
  z-index: 999 !important;
  background-color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
  color: #333;
}
.is-sticky .nav-item.active .nav-link,
.is-sticky .nav-pills .show > .nav-link,
.footer-link li.active a {
  color: #a2d6ee !important;
}
@media screen and (min-width: 992px) {
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: translateY(-50%);
  z-index: 1;
  text-align: left;
}
.slider .carousel-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4569a6+0,ee4155+100&0.7+1,0.7+100 */
  /*background: -moz-linear-gradient(left, rgba(1,42,94,0.7) 0%, rgba(3,42,94,0.7) 1%, rgba(238,65,85,0.7) 100%);*/ /* FF3.6-15 */
  /*background: -webkit-linear-gradient(left, rgba(1,42,94,0.7) 0%, rgba(3,42,94,0.7) 1%, rgba(238,65,85,0.7) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to right, rgba(1,42,94,0.7) 0%, rgb(67 104 165) 1%, rgb(162 214 238 / 28%) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3012a5e', endColorstr='#b3ee4155', GradientType=1 ); /* IE6-9 */
}
.slider .carousel-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.2;
  background-image: url(../img/slider/line-bg.png);
  background-position: center center;
}
.slider .slider-caption-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  border-radius: 10px;
  background-color: rgba(0 0 0 / 58%);
}
.slider .carousel-item {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 500px 0px;
}
.slider .carousel-item.slider-one {
  background-image: url("../images/animaciones/animacion1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
  background-image: url("../images/animaciones/animacion2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
  background-image: url("../images/animaciones/animacion3.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  color: #fff;
  font-style: italic;
  display: inline-block;
}
.slider .carousel-caption h2 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 40px;
  color: #fff;
  line-height: 56px;
  text-transform: capitalize;
}
.slider .carousel-control-next,
.slider .carousel-control-prev {
  border-radius: 6px;
  color: #fff;
  text-align: center;
  background-color: #4569a6;
  font-size: 18px;
  opacity: 1;
}
.slider .carousel-control-next {
  top: auto;
  width: auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  right: 10px;
  bottom: 10px;
}
.slider .carousel-control-prev {
  right: 60px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  bottom: 10px;
  top: auto;
  left: auto;
}
/* ===================================
	04. Partner
=================================== */
.partner-area {
  background-color: #a2d6ee;
}
/* ===================================
	05. About area
=================================== */
.about-us-info h6 {
  color: #a2d6ee;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px;
}
.about-us-info h2 {
  margin-bottom: 15px;
}
.about-us-info ul li {
  font-size: 14px;
  color: #000;
  padding-bottom: 12px;
}
.about-us-info ul li:last-child {
  padding-bottom: 0px;
}
.about-us-info ul li i {
  color: #a2d6ee;
}
.about-img img {
  border-radius: 8px;
}
/* request a quote form */
.request-a-quote-form {
  background-color: #4569a6;
  padding: 25px;
  border-radius: 8px;
}
.request-a-quote-form h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 28px;
}
.request-a-quote-form input,
.request-a-quote-form select {
  border: 0px;
  padding: 16px 12px;
  font-size: 16px;
}
p.text_form {
  color: #000;
}
/* ===================================
	06. Process area
=================================== */
.work-process-area {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4569a6+0,ee4155+100 */
  background: rgb(1, 42, 94); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(1, 42, 94, 1) 0%,
    rgba(238, 65, 85, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgb(66 102 164) 0%,
    rgb(162 214 238) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(70 106 165) 0%,
    rgb(162 214 238) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4569a6', endColorstr='#a2d6ee', GradientType=1 ); /* IE6-9 */
}
.single-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-process .process-icon {
  font-size: 40px;
  line-height: 1;
  padding-right: 20px;
  margin-right: 22px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: #a2d6ee;
}
.single-process .process-content .title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-process .process-content p {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-process:hover .title {
  color: #a2d6ee;
}
/* ===================================
	07. Services area
=================================== */
.service-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-left: 10px solid hsla(0, 0%, 100%, 0.43137254901960786);
  border-top: 10px solid hsla(0, 0%, 100%, 0.43137254901960786);
  border-right: 10px solid hsla(0, 0%, 100%, 0.43137254901960786);
}
.service-item h4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-weight: 500;
  width: 100%;
  padding: 20px 12px;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f5f5f5;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item h4 a {
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item:hover h4 {
  background-color: #4569a6;
}
.service-item:hover h4 a {
  color: #fff;
}
.services-carousel .owl-dots {
  margin-top: 30px !important;
}
.services-carousel .owl-dots button span {
  border-radius: 0px !important;
  background-color: #fff !important;
  margin: 0px 4px !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services-carousel .owl-dots button.active span {
  background-color: #a2d6ee !important;
}
/* sidebar services */
.sidebar-services {
  background-color: #4569a6;
  border-radius: 8px;
  padding: 15px;
  position: relative;
  z-index: 0;
}
.sidebar-services:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #a2d6ee;
  z-index: -1;
}
.sidebar-services li a {
  padding: 0px 16px 16px 16px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-services li:first-child a {
  padding-top: 16px;
}
.sidebar-services li a:hover,
.sidebar-services li.active a {
  color: #a2d6ee;
}
.sidebar-services li a i {
  margin-left: auto;
}
.sidebar-services li:last-child {
  margin-bottom: 0px;
}
/* side getquote */
.side-getquote {
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4569a6+0,ee4155+100 */
  background: rgb(1, 42, 94); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(1, 42, 94, 1) 0%,
    rgba(238, 65, 85, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(1, 42, 94, 1) 0%,
    rgba(238, 65, 85, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(70 106 165) 0%,
    rgb(162 214 238) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4569a6', endColorstr='#a2d6ee', GradientType=1 ); /* IE6-9 */
}
.side-getquote h4 {
  color: #fff;
  margin-bottom: 15px;
}
/* single service img */
.single-service-img img {
  border-radius: 8px;
}
/* ===================================
	08. Testimonial
=================================== */
.testimonial-area {
  background-image: url(../images/home/background_reviews.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.testimonial-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.testimonial-box {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.testimonial-box:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #a2d6ee;
  z-index: -1;
}
.testimonial-box .author-img {
  margin-bottom: 10px;
}
.testimonial-box .author-img img {
  max-width: 70px;
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 1);
  border-radius: 100%;
  background-color: #ffffff;
}
.testimonial-box .profile-info {
  margin-top: 15px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}
.testimonial-box .profile-info h3 {
  color: #fff;
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.testimonial-box p {
  color: #fff;
  height: 150px;
  overflow: overlay;
}
.testimonial-box .profile-info span {
  color: #fff;
}
.testimonial-carousel .owl-dots {
  margin-top: 30px !important;
}
.testimonial-carousel .owl-dots button span {
  border-radius: 0px !important;
  background-color: #fff !important;
  margin: 0px 4px !important;
  width: 22px !important;
  height: 4px !important;
  border: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-dots button.active span {
  background-color: #a2d6ee !important;
}
/* ===================================
	09. Pricing
=================================== */
.single-pricing {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head {
  position: relative;
  padding: 30px;
  background-color: #4569a6;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 6px;
}
.single-pricing .pricing-classic-price {
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  font-size: 28px;
}
.single-pricing .pricing-classic-price span {
  font-size: 12px;
  font-weight: 400;
}
.single-pricing .pricing-body {
  padding: 30px;
}
.single-pricing ul.feature {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-pricing ul.feature li {
  display: block;
  font-size: 15px;
  padding-bottom: 16px;
  text-transform: capitalize;
  color: #6c757d;
}
.single-pricing ul.feature li .fa-check {
  color: #4569a6;
}
.single-pricing ul.feature li .fa-times {
  color: #a2d6ee;
}
.single-pricing ul.feature li:last-child {
  padding-bottom: 0;
}
.single-pricing:hover,
.single-pricing.active {
  border: 2px solid #4569a6;
}
.single-pricing.active .pricing-head,
.single-pricing:hover .pricing-head {
  background-color: #a2d6ee;
}
/* ===================================
	10. Video area
=================================== */
.video-area {
  background-image: url(../img/bg/video-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 100px 0px;
}
.video-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.video-img {
  position: relative;
}
.video-img img {
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background-color: #a2d6ee;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
  transition: 0.3s;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.video-btn:hover {
  color: #fff;
  background-color: #c22537;
}
.video-btn:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  border-radius: 50%;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.video-btn:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 2px solid #fff;
  animation-name: pulseInOut;
  opacity: 0;
  border-radius: 50%;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
@keyframes pulseInOut {
  0% {
    opacity: 1;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
  }
}
/* ===================================
	11. Blog
=================================== */
.blog-item-one {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.blog-item-one-img {
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog-item-one-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item-one-content {
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  border-radius: 0px 0px 0px 8px;
}
.blog-item-one-content p {
  margin-bottom: 0px;
}
.blog-item-one-content .meta {
  margin-bottom: 10px;
}
.blog-item-one-content .meta a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  margin-right: 6px;
}
.blog-item-one-content .meta a:hover {
  color: #a2d6ee;
}
.blog-item-one-content .meta a i {
  color: #a2d6ee;
}
.blog-item-one-link {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 26px;
}
.blog-item-one-link a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item-one-link a:hover {
  color: #a2d6ee;
}
.blog-item-one .read-more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #4569a6;
  padding: 8px 16px;
  border-radius: 0px 0px 0px 8px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-item-one:hover .read-more {
  background-color: #a2d6ee;
}
/* news block horizontal */
.news-block-horizontal-content {
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.news-block-horizontal-one .meta {
  margin-bottom: 10px;
}
.news-block-horizontal-one .meta a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 12px;
  margin-right: 6px;
}
.news-block-horizontal-one .meta a:hover {
  color: #a2d6ee;
}
.news-block-horizontal-one .meta a i {
  color: #a2d6ee;
}
.news-block-horizontal-link {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 26px;
}
.news-block-horizontal-link a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-block-horizontal-link a:hover {
  color: #f43d46;
}
.news-block-horizontal-one .read-more {
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-block-horizontal-one .read-more:hover {
  text-decoration: none;
  border-color: #a2d6ee;
  color: #a2d6ee;
}
/* sidebar title */
.sidebar-title {
  font-size: 22px;
  font-weight: 500;
  padding-left: 15px;
  position: relative;
}
.sidebar-title:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 41px;
  top: -20px;
  left: 0px;
  background-color: #a2d6ee;
}
/* sidebar item */
.sidebar-item {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  border-top: 2px solid #a2d6ee;
}
/* search form */
.search-form input {
  padding: 10px 12px;
  border: 0px;
  font-size: 14px;
}
.search-form button {
  background-color: #4569a6;
  color: #fff;
}
.search-form button:hover {
  color: #fff;
  background-color: #a2d6ee;
}
/* sidebar categories */
.sidebar-categories li a {
  width: 100%;
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 16px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
  border-bottom: 0px;
}
.sidebar-categories li a span {
  margin-left: auto;
  font-size: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #a2d6ee;
  border-radius: 100%;
  color: #fff;
}
.sidebar-categories li a:hover {
  color: #a2d6ee;
}
/* recent posts */
.recent-posts li a {
  width: 100%;
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0px 0px 16px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.recent-posts li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.recent-posts li .recent-post-img {
  margin-right: 12px;
  float: left;
}
.recent-posts li .recent-post-img img {
  border-radius: 100%;
}
.recent-posts li a:hover {
  color: #a2d6ee;
}
.recent-posts li a .date-info {
  width: 100%;
  display: inline-block;
  font-size: 10px;
  margin-top: 4px;
  color: #a2d6ee;
}
/* tags list */
.sidebar-tags {
  display: inline-block;
}
.sidebar-tags li {
  float: left;
}
.sidebar-tags li a {
  background-color: #4569a6;
  color: #fff;
  font-weight: 400;
  line-height: 100%;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  padding: 12px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-tags li a:hover {
  background-color: #a2d6ee;
  color: #fff;
}
/* blog post */
.blog-post-img {
  position: relative;
}
.blog-post-img img {
  border-radius: 8px;
}
.blog-post-img .post-date {
  position: absolute;
  top: 10px;
  border-radius: 4px;
  right: 10px;
  background-color: rgba(41, 126, 232, 0.9);
  color: #fff;
  padding: 6px 12px;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-post-content .blog-item-meta li a {
  color: #8492a6;
  font-style: italic;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-post-content .blog-item-meta li a i {
  color: #a2d6ee;
}
.blog-post-content .blog-item-meta li a:hover {
  color: #a2d6ee;
}
.releted-tags a {
  display: inline-block;
  background-color: #333;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 6px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.releted-tags a:hover {
  background-color: #4569a6;
  color: #fff;
}
/* post comment form */
.post-comment-form input,
.post-comment-form textarea {
  padding: 12px 12px;
  font-size: 14px;
}
/* ===================================
	12. Newsletter area
=================================== */
.newsletter-center {
  background: url(../images/home/request_a_free_estimate.jpg) fixed no-repeat;
  position: relative;
  z-index: 0;
  padding: 70px 30px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}
.newsletter-center:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.newsletter-form input {
  border: 0px;
  padding: 18px 14px;
  font-size: 12px;
}
/* ===================================
	13. Footer
=================================== */
.footer {
  background-color: #4569a6;
}
.footer-logo {
  text-align: center;
}
.subfooter {
  background-color: #39578bb8;
}
.footer-logo img {
  background-color: #fff;
  padding: 25px;
}
/* footer contact info */
.footer-contact-info {
  text-align: center;
}
.footer-contact-info li {
  color: #fff;
}
.footer-contact-info li a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
  color: #a2d6ee;
}
.footer-contact-info li i {
  color: #a2d6ee;
  text-align: center;
  margin-right: 6px;
  font-size: 12px;
  border-radius: 100%;
}
/* footer link */
.footer-link {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-link li {
  padding-bottom: 5px;
}
.footer-link li a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
  color: #a2d6ee;
}
/* footer copyright */
.footer-copyright {
  text-align: center;
  padding: 20px 0px;
}
.website,
a.sysall {
  color: #c5c0c0 !important;
}

/* ===================================
	14. Inner page header
=================================== */
.inner-page-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4569a6+0,ee4155+100 */
  background: rgb(1, 42, 94); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(1, 42, 94, 1) 0%,
    rgba(238, 65, 85, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(1, 42, 94, 1) 0%,
    rgba(238, 65, 85, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(70 106 165) 0%,
    rgb(162 214 238) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4569a6', endColorstr='#a2d6ee', GradientType=1 ); /* IE6-9 */
  position: relative;
  z-index: 0;
  padding: 70px 0px;
}
.inner-page-header .breadcrumb {
  margin: auto;
  display: inline-block;
}
.inner-page-header .breadcrumb li {
  float: none;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 0px;
}
.inner-page-header .breadcrumb li:before {
  color: #fff;
  padding-right: 10px;
}
.inner-page-header .breadcrumb-item + .breadcrumb-item:before {
  padding: 0 10px 0 10px;
  content: "-";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  vertical-align: middle;
}
.inner-page-header .breadcrumb li a {
  color: #fff;
  font-weight: 600;
}
.inner-page-header h1 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
/* ===================================
	15. Faq
=================================== */
.faq-box {
  border-radius: 6px;
  overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
  color: #4569a6 !important;
  padding: 20px 20px !important;
  border-bottom: 0;
  font-size: 15px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: none;
  content: "\f078";
  font-weight: 700;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: none;
  content: "\f077";
  font-weight: 700;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
  padding: 0px;
  border-bottom: 0;
  background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000 !important;
  padding: 20px 20px !important;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
}
.faq-box .accordion-item {
  margin-bottom: 2px;
  background-color: transparent;
  border-radius: 6px !important;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.faq-box .accordion-item:last-child {
  margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
  line-height: 24px;
  padding: 25px 25px 25px 25px;
  color: #333;
  margin-top: 1px;
  border-left: 1px solid #a2d6ee;
  background-color: #fff;
}
.faq-box .accordion-item .accordion-header .accordion-button .number {
  background-color: #a2d6ee;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 100%;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}
.faq-img img {
  border-radius: 8px;
}
/* ===================================
	16. Portfolio
=================================== */
.portfolio-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}

.portfolio-item img {
  object-fit: cover;
  width: 100%;
}

.portfolio-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.portfolio-item .portfolio-img img {
  border-radius: 8px;
}
.portfolio-item h4 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}
.portfolio-item h4 a {
  font-size: 18px;
  color: #fff;
}
.portfolio-item .zoom-img {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #a2d6ee;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.portfolio-item:hover .zoom-img {
  opacity: 1;
}
/* single portfolio img */
.single-portfolio-img img {
  border-radius: 8px;
}
.project-details h2 {
  font-size: 28px;
}
.project-details ul {
  border-radius: 8px;
  overflow: hidden;
}
.project-details ul li:nth-of-type(even) {
  background-color: #f5f5f5;
}
.project-details ul li:nth-of-type(odd) {
  background-color: #e8e8e8;
}
.project-details ul li {
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
  color: #333;
}
.project-details ul li .title {
  display: inline-block;
  margin-right: 30px;
  padding-right: 20px;
  width: 230px;
  font-weight: 600;
  color: #000;
  position: relative;
}
.project-details ul li .title:after {
  background-color: #fff;
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  top: -10px;
  right: 0;
  position: absolute;
}
/* ===================================
	17. Comment box
=================================== */
.box-comment {
  margin-bottom: 40px;
}
.box-comment:last-child {
  margin-bottom: 0px;
}
.box-comment .box-comment {
  padding-left: 30px;
  margin-top: 40px;
  border-left: 2px solid #4569a6;
}
.box-comment .box-comment:last-child {
  margin-bottom: 0px;
}
.box-comment figure {
  margin: 0 20px 0 0;
}
.box-comment figure img {
  border-radius: 8px;
}
.box-comment h6 {
  font-size: 18px;
  color: #333;
}
.box-comment h6 span {
  font-size: 11px;
  color: #6c6d74;
  display: flex;
  font-weight: 400;
}
.box-comment h6 span .current-year {
  margin-left: 8px;
}
.box-comment .review-text {
  width: 100%;
  position: relative;
}
.box-comment .review-text a {
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  display: inline-block;
  font-size: 10px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-comment .review-text a:hover {
  background-color: #a2d6ee;
}
.box-comment p {
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
}
/* ===================================
	18. Contact us
=================================== */
.contcat-info-box {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  border-radius: 8px;
}
.contcat-info-box i {
  color: #4569a6;
  font-size: 30px;
  margin-bottom: 20px;
}
.contcat-info-box h6 {
  margin-bottom: 4px;
}
.contcat-info-box p {
  margin-bottom: 0px;
}
.contcat-info-box p a {
  color: #6c757d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contcat-info-box p a:hover {
  color: #a2d6ee;
}
/* contact form */
/*.contact-form input, .contact-form textarea {
	padding: 12px 12px;
	font-size: 14px;
	background-color: rgba(0,0,0,0.1);
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}*/
/* map */
.map-box iframe {
  width: 100%;
  border: 0px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}
/* ===================================
	19. Team
=================================== */
.team-box {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.team-box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box .team-text {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box .team-text h4 {
  color: #fff;
  margin-bottom: 6px;
}
.team-box .team-text span {
  color: #fff;
}
.team-box .team-social {
  position: absolute;
  right: 15px;
  z-index: 2;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box .team-social a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #a2d6ee;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
}
.team-box:hover .team-text,
.team-box:hover .team-social {
  opacity: 1;
}
.team-box:hover:after {
  width: 100%;
  height: 100%;
}
/* ===================================
	20. Gallery
=================================== */
.gallery-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-zoom {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #a2d6ee;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-box-img img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.gallery-box:hover:after,
.gallery-box:hover:before {
  width: 50%;
}
.gallery-box:hover .gallery-zoom {
  opacity: 1;
}
/* ===================================
	21. Privacy policy
=================================== */
.privacy-policy-single-content h3 {
  color: #a2d6ee;
  font-size: 22px;
}
.privacy-policy-single-content p {
  margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
  padding-bottom: 8px;
  color: #000;
  font-size: 14px;
}
.privacy-policy-single-content ul li:last-child {
  padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
  color: #297ee8;
  padding-right: 6px;
}
/* ===================================
	22. Login
=================================== */
.login-bg {
  background-image: url(../img/bg/login-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.login-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(1, 42, 95, 0.65);
  z-index: -1;
}
.login-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.login-box label {
  color: #333;
  font-size: 15px;
}

/*
*
* Preloader
*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s all ease;
  pointer-events: none;
  backface-visibility: hidden;
}

.preloader::before,
.preloader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.2s linear;
  transform: translateY(0);
  pointer-events: none;
}

.preloader::before {
  top: 0;
  bottom: 50%;
  background: #fff;
}

.preloader::after {
  top: 50%;
  bottom: 0;
  background: #f6f6f6;
}

.preloader.loaded::before,
.preloader.loaded::after {
  transition: 0.4s linear;
}

.preloader.loaded::before {
  transform: translateY(-100%);
}

.preloader.loaded::after {
  transform: translateY(100%);
}

.preloader.loaded .preloader-logo,
.preloader.loaded .preloader-body {
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}

.preloader-logo,
.preloader-body {
  transition: 0s 0.2s;
}

.preloader-logo {
  position: relative;
  z-index: 10;
  transform: translate3d(0, -50%, 0);
  padding: 40px;
}

.preloader-body {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}

#loadingProgressG {
  width: 100vw;
  height: 5px;
  overflow: hidden;
  background: #173e76;
  border-radius: 6px;
  margin: auto;
}

.loadingProgressG {
  background: #4569a6;
  margin-top: 0;
  margin-left: -100vw;
  animation-name: bounce_loadingProgressG;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100vw;
  height: 5px;
  transition: 0.5s;
}

@keyframes bounce_loadingProgressG {
  0% {
    margin-left: -100vw;
  }
  100% {
    margin-left: 100vw;
  }
}

/* ===================================
	23. Error page 404
=================================== */
.error-page-item {
  padding: 30px;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 8px;
}
.error-page-item h2 {
  margin-bottom: 12px;
}

.subfooter {
  padding-top: 20px;
  padding-bottom: 20px;
}

.subfooter a {
  color: #6c757d;
}

.subfooter a:hover {
  color: #a2d6ee;
}

.new-content {
  text-align: right;
}

.new-content .text-color {
  color: #ffffff;
}

.phone-show,
.hd-button,
.hd-telephone,
.phone-menu,
.new-footer {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-upper {
    display: none;
  }

  .phone-show,
  .hd-button {
    display: block;
  }

  .nav-services:after {
    content: none !important;
  }

  .phone-menu {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 10px;
    font-size: 20px;
    color: #ffffff;
  }
}

div#fixed-contact {
  display: none;
}

/*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: 9;
  }
  p.situacion {
    z-index: 99;
  }
  a.scroll-top {
    margin-bottom: 95px;
    z-index: 9;
  }
}

.hd-button {
  /*float: right;*/
  padding: 15px;
  /*top: -8px;
    right: 5px;*/
  position: relative;
  z-index: 99;
  cursor: pointer;
  /*position: absolute;*/
}

.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 {
  top: 100%;
  margin-top: 3px;
}

.hd-button span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.hd-telephone {
  display: none;
  position: absolute;
  background-color: #4569a6;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  float: right;
  right: 10px;
  z-index: 999;
  top: 66px;
  overflow: hidden;
  width: 355px;
}

.hd-telephone a {
  color: #fff;
  display: block;
  text-align: left;
  padding: 2px 0 2px 0;
  line-height: 15px;
  margin-left: 10px;
}

.nav-services:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.partner-item {
  text-align: center;
}
i.icon-banner-slider {
  font-size: 50px;
  color: #4569a6;
  text-align: center;
}
.partner-item h6 {
  color: #4569a6;
  text-transform: uppercase;
  padding-top: 25px;
}
.btn-seccion {
  text-align: center;
}
i.icon-reviews {
  background-color: #4569a6;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  font-size: 19px;
}
a.btn-new {
  background-color: #a2d6ee !important;
  color: #ffffff !important;
}
a.btn-new:hover {
  background-color: #4569a6 !important;
  color: #ffffff !important;
}
p.descripcion-services {
  height: 170px;
  padding: 10px;
}
.request-a-quote-form {
  height: 615px;
}
.form-schedule {
  height: auto !important;
}
p.descripcion-blog {
  height: 145px;
}
.testimonial-rate {
  color: #a2d6ee;
}
.testimonial-rate i {
  font-size: 17px;
  padding-top: 5px;
  margin-top: 3px;
}
.list-areas li a {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.content-areas-btn {
  margin-top: 30px;
  text-align: center;
}
ul.services-areas li a {
  background-color: transparent !important;
  color: #000;
  border: 1px solid #a2d6ee;
}
ul.services-areas li a:hover {
  background-color: #a2d6ee !important;
  color: #ffffff !important;
  border: 1px solid #a2d6ee;
}
img.logo_header {
  position: relative;
  margin-top: -5px;
}
.btn-areas,
button.btn-schedule {
  background-color: #a2d6ee !important;
  color: #ffffff !important;
}
.btn-areas:hover,
button.btn-schedule:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
img.logo-reviews {
  border-radius: 15px;
}
img.logo_header {
  display: block;
}
p.title-menu-header {
  display: none;
}
.seccion-logo-mobile {
  display: none;
}
.about-us-info h6 {
  color: #4569a6;
}
.single-process {
  height: 150px;
}
.blog-item-one a {
  margin-top: 0px;
}
img.img-ssl {
  width: 120px;
}
.ssl {
  margin-top: 15px;
  text-align: center;
  left: -45px;
  position: relative;
}
.request-a-quote-form {
  background-color: #4569a6;
  padding: 25px;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}
.request-a-quote-form:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #a2d6ee;
  z-index: -1;
}
.newsletter-center {
  position: relative;
  z-index: 0;
}
.newsletter-center:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #a2d6ee;
  z-index: 2;
}
.ssl-aside {
  left: 0px !important;
}
i.cell-one {
  font-size: 17px;
}
i.cell-two {
  font-size: 20px;
}
li.phoness a {
  padding-right: 10px;
}
.contcat-info-box {
  height: 185px;
}
h6.title-lice {
  color: #ffffff;
}
span.linea-lice {
  position: relative;
  background-color: #fff;
  height: 1px;
  width: 55%;
  display: inline-block;
}

@media (max-width: 767px) {
  img.logo_header {
    display: none;
  }
  p.title-menu-header {
    color: #ffffff;
    left: -18%;
    top: 8px;
    position: relative;
    display: block;
  }
  .seccion-logo-mobile {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div#sticky-wrapper {
    background-color: #4569a6;
  }
  .content-main {
    display: flex;
    flex-flow: row wrap-reverse;
  }
  .contents-btn-services a {
    margin-bottom: 15px;
  }
  ul.sidebar-services {
    margin-top: 15px;
  }
  ul.footer-link.list-inline li {
    display: inline-block;
    width: 45%;
  }
  .nav-services:after {
    display: none;
  }
  .subfooter {
    width: 100%;
  }
}

.content-galleries {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-galleries h4 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
}

.content-galleries:hover h4 {
  bottom: -50px;
}

.content-galleries span {
  position: absolute;
  background: rgb(0 0 0 /0.6);
  display: flex;
  color: #fff;
  font-size: 50px;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.content-galleries span p {
  font-size: 20px !important;
  color: #fff !important;
}

.content-galleries:hover span {
  top: 0;
}

a.content-galleries video {
  object-fit: cover;
  width: 100%;
}
.new-content .text-color {
  color: #000;
}

.subfooter {
  width: 100%;
}
.quick {
  z-index: 99;
}
img.img-face-galleries {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 767px) {
  /*Inicio de quickacces*/
  .d-lg-none {
    display: block;
  }
  .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;
  }
  .z-999 {
    z-index: 999;
  }
  .w-100 {
    width: 100%;
  }
  .bottom-0 {
    bottom: 0;
  }
  /*fin de quickacces*/
}

@media (max-width: 768px) {
  a.scroll-top {
    margin-bottom: 70px;
  }
}

@media (max-width: 992px) {
  .request-a-quote-form {
    height: 100%;
  }
}

.header-lover .navbar-collapse#navbars01 {
  width: 100%;
}

.header-lover .dropdown-item {
  text-wrap: initial;
}

@media (min-width: 992px) {
  .header-lover .dropdown-menu {
    width: 300px !important;
  }
}
