@charset "UTF-8";

/*
Theme Name: Industro – Industrial and General Contracting HTML5 Template
Theme URI: https://www.templatemonster.com/authors/iddrak/
Author: Iddrak
Author URI: https://www.templatemonster.com/authors/iddrak/
Description: IT Solution and Business Consulting HTML Template
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

=> Web Fonts
=> Normalize
=> Accessibility
=> Globals
=> Container width
=> Contact form success message
=> Banner section
=> Spacing
=> Alignments
=> Clearings
=> Button
=> Section Title
=> Back Top
=> Preloader Css
=> Media
=> Captions
=> Unit test
=> Gutenberg Default Style
=> Header top
=> Header Nav
=> Hero section
=> About sectoin
=> Services Section
=> Project Section
=> Project Page Single
=> Testimonial section
=> Footer section
=> Blog section
=> Blog Single Page
=> Team Section
=> Contact page
=> Error page

--------------------------------------------------------------*/

/*-----------------
    Web Fonts
-----------------*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Mulish:wght@300;400&display=swap");

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Mulish', sans-serif;
*/

/*--------------------------------------------------------------
    Normalize
--------------------------------------------------------------*/

:root {
  --main-color-one: #030749;
  --main-color-two: #ff712a;
  --secondary-color: #006aec;
  --heading-color: #282b2d;
  --paragraph-color: #616161;
  --color-dark: #000000;
  --color-white: #ffffff;
  --heading-font: "Montserrat", sans-serif;
  --body-font: "Mulish", sans-serif;
  --box-shadow: 2.088px 14.854px 30px 0px rgba(0, 0, 0, 0.1);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

h1 {
  font-size: 48px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  line-height: 1.0833333333;
  font-weight: 700;
}

h4 {
  font-size: 20px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
}

p {
  color: #000;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
  line-height: 28px;
  letter-spacing: 1px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #3a3838;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
    Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
    Globals
--------------------------------------------------------------*/

/* --------------------------------------
    Container width
-------------------------------------- */

#default-home .container {
  max-width: 1300px;
}

@media (max-width: 767px) {
  #hero-section .container {
    max-width: 600px;
  }
  #service-section .container,
  #project-section .container,
  #about-section .container,
  #find-out-more-section .container,
  #testimonial-section .container,
  #team-section .container,
  #blog-section .container,
  #footer-section .container,
  #counter-section .container,
  #features-section .container,
  #customer-review .container,
  #contact-section .container {
    max-width: 500px;
  }
}

.card,
.card-body {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

/* --------------------------------------
    Contact form success message
-------------------------------------- */

#form-messages {
  color: green;
}

/* --------------------------------------
    Banner section
-------------------------------------- */

.bg-prefix {
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  width: 100%;
}

#banner-section {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

#banner-section .overlay {
  padding: 150px 0;
  background: rgba(0, 0, 0, 0.5);
}

.breadcrubms h2 {
  color: var(--color-white);
}

.breadcrubms ul li {
  color: var(--color-white);
  font-size: 20px;
  display: inline-block;
  padding: 5px 10px;
  transition: all linear 0.3s;
}

.breadcrubms ul li:hover {
  color: var(--main-color-two);
}

@media (max-width: 767px) {
  #banner-section .overlay {
    padding: 100px 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .breadcrubms ul li span {
    font-size: 32px;
  }
}

/* --------------------------------------
    Spacing
-------------------------------------- */

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

@media only screen and (min-width: 678px) and (max-width: 991px) {
  /* Margin Top */
  .md-mt-5 {
    margin-top: 5px;
  }
  .md-mt-10 {
    margin-top: 10px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mt-20 {
    margin-top: 20px;
  }
  .md-mt-25 {
    margin-top: 25px;
  }
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mt-35 {
    margin-top: 35px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mt-45 {
    margin-top: 45px;
  }
  .md-mt-50 {
    margin-top: 50px;
  }
  .md-mt-55 {
    margin-top: 55px;
  }
  .md-mt-60 {
    margin-top: 60px;
  }
  .md-mt-65 {
    margin-top: 65px;
  }
  .md-mt-70 {
    margin-top: 70px;
  }
  .md-mt-75 {
    margin-top: 75px;
  }
  .md-mt-80 {
    margin-top: 80px;
  }
  .md-mt-85 {
    margin-top: 85px;
  }
  .md-mt-90 {
    margin-top: 90px;
  }
  .md-mt-95 {
    margin-top: 95px;
  }
  .md-mt-100 {
    margin-top: 100px;
  }
  /* Margin bottom */
  .md-mb-5 {
    margin-bottom: 5px;
  }
  .md-mb-10 {
    margin-bottom: 10px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mb-20 {
    margin-bottom: 20px;
  }
  .md-mb-25 {
    margin-bottom: 25px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mb-35 {
    margin-bottom: 35px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mb-45 {
    margin-bottom: 45px;
  }
  .md-mb-50 {
    margin-bottom: 50px;
  }
  .md-mb-55 {
    margin-bottom: 55px;
  }
  .md-mb-60 {
    margin-bottom: 60px;
  }
  .md-mb-65 {
    margin-bottom: 65px;
  }
  .md-mb-70 {
    margin-bottom: 70px;
  }
  .md-mb-75 {
    margin-bottom: 75px;
  }
  .md-mb-80 {
    margin-bottom: 80px;
  }
  .md-mb-85 {
    margin-bottom: 85px;
  }
  .md-mb-90 {
    margin-bottom: 90px;
  }
  .md-mb-95 {
    margin-bottom: 95px;
  }
  .xmdmb-100 {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  /* Margin Top */
  .xs-mt-0 {
    margin-top: 0;
  }
  .xs-mt-5 {
    margin-top: 5px;
  }
  .xs-mt-10 {
    margin-top: 10px;
  }
  .xs-mt-15 {
    margin-top: 15px;
  }
  .xs-mt-20 {
    margin-top: 20px;
  }
  .xs-mt-25 {
    margin-top: 25px;
  }
  .xs-mt-30 {
    margin-top: 30px;
  }
  .xs-mt-35 {
    margin-top: 35px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-mt-45 {
    margin-top: 45px;
  }
  .xs-mt-50 {
    margin-top: 50px;
  }
  .xs-mt-55 {
    margin-top: 55px;
  }
  .xs-mt-60 {
    margin-top: 60px;
  }
  .xs-mt-65 {
    margin-top: 65px;
  }
  .xs-mt-70 {
    margin-top: 70px;
  }
  .xs-mt-75 {
    margin-top: 75px;
  }
  .xs-mt-80 {
    margin-top: 80px;
  }
  .xs-mt-85 {
    margin-top: 85px;
  }
  .xs-mt-90 {
    margin-top: 90px;
  }
  .xs-mt-95 {
    margin-top: 95px;
  }
  .xs-mt-100 {
    margin-top: 100px;
  }
  /* Margin bottom */
  .xs-mb-0 {
    margin-bottom: 0;
  }
  .xs-mb-5 {
    margin-bottom: 5px;
  }
  .xs-mb-10 {
    margin-bottom: 10px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .xs-mb-20 {
    margin-bottom: 20px;
  }
  .xs-mb-25 {
    margin-bottom: 25px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mb-35 {
    margin-bottom: 35px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-mb-45 {
    margin-bottom: 45px;
  }
  .xs-mb-50 {
    margin-bottom: 50px;
  }
  .xs-mb-55 {
    margin-bottom: 55px;
  }
  .xs-mb-60 {
    margin-bottom: 60px;
  }
  .xs-mb-65 {
    margin-bottom: 65px;
  }
  .xs-mb-70 {
    margin-bottom: 70px;
  }
  .xs-mb-75 {
    margin-bottom: 75px;
  }
  .xs-mb-80 {
    margin-bottom: 80px;
  }
  .xs-mb-85 {
    margin-bottom: 85px;
  }
  .xs-mb-90 {
    margin-bottom: 90px;
  }
  .xs-mb-95 {
    margin-bottom: 95px;
  }
  .xs-mb-100 {
    margin-bottom: 100px;
  }
}

/* Font Size */

.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 16px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xxl {
  font-size: 30px;
}

.font-xxxl {
  font-size: 40px;
  line-height: 40px;
}

.line-h-sm {
  line-height: 13px;
}

.line-h-md {
  line-height: 16px;
}

.line-h-lg {
  line-height: 17px;
}

.line-h-xl {
  line-height: 21px;
}

.line-h-xxl {
  line-height: 30px;
}

.line-h-xxxl {
  line-height: 40px;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
    Alignments
--------------------------------------------------------------*/

.alignleft {
  float: left;
  clear: both;
}

.alignright {
  float: right;
  clear: both;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
    Clearings
--------------------------------------------------------------*/

.clear {
  clear: both;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
    Button
--------------------------------------------------------------*/

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: var(--color-white);
  border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn {
  position: relative;
  padding: 18px 30px;
  border-radius: 2px;
  color: var(--color-white);
  text-transform: uppercase;
}

.btn-primary,
.btn-secondary {
  color: var(--color-white);
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* btn primary */

.btn-primary {
  background: rgb(2, 27, 121);
  /*background: linear-gradient(0deg, rgba(2, 27, 121, 1) 0%, rgba(2, 27, 121, .7) 100%);*/
}

.btn-primary:hover:after {
  background: rgb(0, 3, 255);
  /*background: linear-gradient(0deg, rgba(2, 27, 121, 1) 0%, rgba(2, 27, 121, .7) 100%);*/
}

/* btn secondary */

.btn-secondary {
  /*background: rgb(255, 113, 55);*/
  /*background: linear-gradient(0deg, rgba(241, 39, 17, 1) 0%, rgba(255, 113, 55, .8)100%);*/
}

.btn-secondary:hover:after {
  /*background: rgb(241, 39, 17);*/
  /*background: linear-gradient(0deg, rgba(241, 39, 17, 1) 0%, rgba(255, 113, 55, .8)100%);*/
}

.btn-primary:after,
.btn-secondary:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}

.btn-primary:hover,
.btn-secondary:hover {
  color: var(--color-white);
  border: none;
  background: transparent;
}

.btn-primary:hover:after,
.btn-secondary:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-primary:active,
.btn-secondary:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .btn {
    padding: 15px 20px;
  }
}

/*-------------------------
    Section Title
-------------------------*/

.section-title {
  position: relative;
}

.section-title-one .subtitle {
  position: relative;
  color: #0085b3;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 10px;
}

.section-title-one .subtitle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  border-left: 3px solid #0085b3;
}

.section-title-two .subtitle {
  color: #0085b3;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title .title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--heading-font);
  margin: 0;
}

.section-title .title span {
  font-weight: 700 !important;
}

.section-title p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .section-title .title,
  h2 {
    font-size: 24px;
  }
  .section-title .subtitle {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
    Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

/*--------------------------------------------------------------
    Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
    Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    Unit test
------------------------------------------*/

.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: var(--color-white);
  border-color: var(--main-color-one);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type="submit"] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type="submit"]:hover {
  background-color: #121a2f;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

/*--------------------------------------------------------------
    Gutenberg	Default Style
--------------------------------------------------------------*/

.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px;
}

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

wp-block-video video {
  max-width: 636px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-quote.is-large {
  margin: 0 auto 16px;
}

.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em;
}

.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

/* --------------------------------
        Header Area
-------------------------------- */

/* Header Top 
------------------------- */

.header-top {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.header-top .header-top-left ul li a {
  text-transform: uppercase;
  /*border-right: 1px solid var(--paragraph-color);*/
  color: var(--paragraph-color);
  font-size: 12px;
  padding: 0 10px;
  transition: all linear 0.3s;
}

.header-top .header-top-left ul li:last-child a {
  border-right: none;
}

.header-top .header-top-left ul li a:hover {
  color: var(--main-color-two);
}

.header-top .header-top-left ul li {
  color: var(--paragraph-color);
}

.header-top .header-top-right ul li p {
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.header-top .header-top-right ul li a i {
  color: var(--paragraph-color);
}

.header-top
  .navbar-area.nav-style-default
  .nav-container
  .navbar-collapse
  .navbar-nav
  li
  a {
  color: var(--color-white);
  font-weight: 500;
}

@media (max-width: 767px) {
  .header-top ul {
    justify-content: center;
  }
  .header-top-left p {
    letter-spacing: 0;
  }
  .header-top-right ul {
    text-align: center;
  }
}

/* Header Close button
-----------------------------*/

.header-overlay-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 21px;
  left: 50%;
  margin-left: -23px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-overlay-close::before,
.header-overlay-close::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 20px;
  top: 12px;
  left: 22px;
  background-color: var(--color-white);
}

.header-overlay-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-overlay-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Header Toggle
-----------------------------*/

.header-toggle-menu {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
}

.header-toggle-menu i {
  font-size: 20px;
  color: var(--paragraph-color);
}

/* Header responsive: header components
---------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .header-top-left ul li {
    padding-right: 15px;
  }
  .header-nav li {
    padding-right: 15px !important;
  }
  .header-nav li.has-children > a::after {
    right: 5px !important;
  }
  .header-nav li.has-children_2 > a::after {
    right: 5px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .header-toggle-menu {
    display: block;
    z-index: 999;
    top: -8px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-toggle-menu {
    display: block;
    z-index: 999;
    right: 0;
    top: -8px;
  }
}

/* Header main navigation
---------------------------------------*/

.header-area {
  /*padding: 20px 0;*/
  padding: 0px 0;
}

.logo-wrapper {
  max-width: 250px;
}

.header-nav-wrap .header-nav-heading {
  text-align: center;
  font-family: "metropolis-semibold", sans-serif;
  font-size: 1.4rem;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-top: 6rem;
}

.header-nav-wrap .header-nav-heading,
.header-nav-wrap .close-mobile-menu {
  display: none;
}

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "metropolis-medium", sans-serif;
  font-size: 15px;
}

.header-nav li {
  display: inline-block;
  position: relative;
  /*padding: 0 15px;*/
  padding: 0 5px;
}

.header-nav li.has-children {
  padding-right: 25px;
}
.header-nav li.has-children_2 {
  padding-right: 25px;
}

.header-nav li a {
  display: block;
  line-height: 39px;
  font-weight: 600;
  font-size: 15px;
  font-family: var(--heading-font);
  transition: all linear 0.3s;
}

.header-nav li a.active {
  display: block;
  color: #3fa4cf;
}

.header-nav li.has-children > a::after {
  content: "+";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-nav li.has-children_2 > a::after {
  content: "+";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -25px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-nav li:hover > a,
.header-nav li:focus > a {
  color: #3fa4cf;
}

.header-nav li:hover li,
.header-nav li:focus li {
  background: transparent;
}

.header-nav li ul {
  position: absolute;
  top: 45px;
  left: 0;
  width: 265px;
  font-size: 14px;
  margin: 0;
  padding: 20px 30px;
  background: var(--color-white);
  border-radius: 0 0 3px 3px;
  z-index: 500;
  -webkit-transform: translate3d(0, 15px, 0);
  -ms-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.header-nav li ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  left: calc(100% + 1px);
  border-radius: 0 0 3px 3px;
  padding-top: 1.2rem;
}

.header-nav li ul li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: 33px;
  width: 100%;
}

.header-nav li ul li a {
  display: block;
  white-space: nowrap;
  padding: 10px 0;
  font-family: "metropolis-regular", sans-serif;
  line-height: 18px;
  color: var(--paragraph-color);
  font-weight: 500;
}

.header-nav li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Responsive: main navigation
 * ------------------------------- */

@media only screen and (min-width: 801px) {
  .header-nav li ul {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav-wrap {
    background-color: #151515;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    border: none;
    z-index: 999999;
    overflow-y: auto;
  }
  .header-nav-wrap .header-nav-heading,
  .header-nav-wrap .close-mobile-menu {
    display: block;
  }
  .header-nav {
    margin: 4.8rem 6rem 3rem 6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-family: "metropolis-semibold", sans-serif;
    font-size: 16px;
  }
  .header-nav li {
    display: block;
    padding: 0;
    text-align: left;
  }
  .header-nav li ul {
    display: none;
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    padding: 0 0 1.8rem 0;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .header-nav li ul li a {
    padding: 7.5px 1.5rem 7.5px 1.5rem;
  }
  .header-nav > li {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
  .header-nav > li a {
    line-height: 54px;
  }
  body.nav-wrap-is-visible {
    overflow: hidden;
  }
  .nav-wrap-is-visible .header-nav-wrap {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 400px) {
  .header-nav {
    margin: 30px;
  }
}

/* Header style two */

.header-area.style-02 .header-toggle-menu i {
  font-size: 20px;
  color: var(--color-white);
}

.header-area.style-02 .header-nav li a {
  color: var(--color-white);
}

.header-area.style-02 .header-nav li ul li a {
  color: var(--paragraph-color);
}

.header-area.style-02 .header-nav li a:hover,
.header-area.style-02 .header-nav li a.active {
  color: var(--main-color-two);
}

.header-area.style-02 {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  background: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .header-toggle-menu.style-02 {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-toggle-menu.style-02 {
    position: absolute;
    right: 0 !important;
    left: inherit;
    top: -10px;
  }
}

/* Header search */

.header-search form {
  position: relative;
}

.header-search input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
}

.header-search button {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
    Hero section
--------------------------------------------------------------*/

/* Slider animation */

.hero-slider.style-01 .owl-item.active .subtitle {
  animation: fadeInUp 1s 0.5s both;
}

.hero-slider.style-01 .owl-item.active .title {
  animation: fadeInUp 1.3s 1s both;
}

.hero-slider.style-01 .owl-item.active p {
  animation: fadeInUp 1.6s 1.5s both;
}

.hero-slider.style-01 .owl-item.active .author-sign {
  animation: fadeInUp 2s 2s both;
}

.hero-slider.style-01 .owl-item.active .hero-btn .btn-primary {
  animation: fadeInUp 2s 1.5s both;
}

.hero-slider.style-01 .owl-item.active .hero-btn .btn-secondary {
  animation: fadeInUp 1s 0.5s both;
}

/* Owl navigations */

.hero-slider.style-01:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}

.hero-slider.style-01 .owl-nav div {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 1%;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.hero-slider.style-01 .owl-nav div:hover {
  background: #0085b3;
  border-color: #0085b3;
}

.hero-slider.style-01 .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

/* Hero Slider Padding */

#hero-section-one .overlay,
#hero-section-two .overlay,
#hero-section-three .overlay {
  /*background: rgba(0, 0, 0, .3);*/
}

#hero-section-one .overlay {
  padding: 300px 0;
  /*padding: 200px 0;*/
}

#hero-section-two .overlay {
  padding: 225px 0 200px;
}

#hero-section-three .overlay {
  padding: 250px 0 200px;
}

/* Content */

.hero-slider.style-01 .hero-bg-01 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero-slider.style-01 .hero-content .title {
  position: relative;
  line-height: 1.1;
  font-size: 80px;
  text-transform: uppercase;
  margin: 0px 0 20px;
  padding-left: 15px;
  font-weight: 800;
  color: var(--color-white);
}

.hero-slider.style-01 .hero-content .title span {
  color: #3fa4cf;
  font-weight: 600;
}

.hero-slider.style-01 .hero-content .text {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-white);
}

.hero-slider.style-01 .btn-primary {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hero-section-one .overlay {
    padding: 150px 0;
  }
}

@media (max-width: 767px) {
  #hero-section-one .overlay {
    padding: 100px 0;
  }
  .hero-slider.style-01 .hero-content .title {
    font-size: 42px;
  }
  .hero-slider.style-01 .hero-content .text {
    font-size: 16px;
  }
  .hero-slider.style-01 .hero-content .subtitle {
    margin: auto;
  }
  .hero-slider.style-01 .hero-content .title {
    line-height: 48px !important;
    font-size: 36px;
  }
}

/* Hero style two */

.hero-slider.style-01 .hero-content .subtitle {
  margin: auto;
}

.hero-slider.style-01 .hero-content .title {
  position: relative;
  line-height: 82px;
}

/*---------------------------
    About section
---------------------------*/

/* about content */

.about-content {
  padding-right: 50px;
}

.about-title {
  border-bottom: 1px solid #0085b3;
  padding-bottom: 30px;
}

.about-title .info-title span {
  color: #3fa4cf;
}

.about-list-style li {
  padding: 7px 0;
  color: var(--paragraph-color);
}

.about-list-style li i {
  color: var(--main-color-one);
  padding-right: 10px;
}

.about-img {
  position: relative;
}

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

.about-img .about-exp {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 80%;
  box-shadow: var(--box-shadow);
  background: #3fa4cf;
  padding: 30px;
  border-radius: 5px;
}

.about-img .about-exp-number .number {
  font-size: 60px;
  color: var(--color-white);
  border-right: 1px solid #ddd;
  line-height: 42px;
  padding-right: 20px;
}

.about-img .about-exp-text .text {
  padding-left: 20px;
  color: var(--color-white);
  text-transform: uppercase;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .about-img .about-exp {
    width: 90%;
    bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img .about-exp {
    position: inherit;
    left: 0;
    bottom: 0;
    transform: inherit;
    width: 100%;
    box-shadow: var(--box-shadow);
    background: #3fa4cf;
    /*background: var(--main-color-one);*/
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
  }
  .about-img .about-exp-number .number {
    border-right: none;
    padding-right: 0;
  }
  .about-img .about-exp-text .text {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .about-title .info-title {
    font-size: 18px;
  }
  .about-img {
    text-align: center;
  }
  .about-img .about-exp {
    position: inherit;
  }
  .about-img .about-exp-number .number {
    border-right: none;
    padding-right: 0;
  }
  .about-img .about-exp-text .text {
    padding-left: 0;
  }
}

/*----------------------------
    Service section
-----------------------------*/

.service-card .img {
  position: relative;
}

.service-card i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #3fa4cf;
  color: var(--color-white);
  margin-right: 10px;
}

.service-card .title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.service-card .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.3s;
}

.service-card .img::after {
  content: "";
  position: absolute;
  top: -50px;
  left: -10px;
  height: 118%;
  border-left: 3px solid #0085b3;
  transition: all linear 0.3s;
}

.service-card .content p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 30px;
  color: var(--color-white);
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.3s;
}

.service-card .img:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.service-card .img:hover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  height: 100%;
}

.service-card .img:hover .content p {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-card .title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .service-card .title {
    font-size: 16px;
  }
}

/*----------------------------
    Find Out More section
-----------------------------*/

.find-out-more {
  position: relative;
}

.find-more-bg-img {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: -1;
  opacity: 0.05;
  width: 600px;
}

.find-out-more-list ul li a {
  padding: 8px 0;
  display: block;
  transition: all linear 0.3s;
}

.find-out-more-list i {
  color: #0085b3;
  margin-right: 10px;
}

.find-out-more-list ul li a:hover {
  color: var(--main-color-two);
}

/*----------------------------
    Service single section
-----------------------------*/

.service-single .content .text span {
  color: var(--main-color-two);
  font-weight: 700;
}

.support {
  background: var(--main-color-two);
  padding: 50px 30px;
}

.support .title,
.support .number {
  color: var(--color-white);
}

.support {
}

/*----------------------------
    Project section
-----------------------------*/

.project-card {
  position: relative;
}

.project-card img {
  border-radius: 3px;
}

.project-card .content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 100px;
  width: 90%;
  background: rgba(255, 255, 255, 0.99);
  padding: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.project-card .content:before,
.project-card .content:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  transition: all linear 0.3s;
}

.project-card .content:before {
  top: 0;
  left: 0;
  background: #3fa4cf;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
}

.project-card .content:after {
  top: 0;
  right: 0;
  background: #000;
  /*background: var(--main-color-one);*/
  clip-path: polygon(100% 0, 3% 0, 100% 100%);
}

.project-card:hover .content:before {
  left: -100%;
  transition-delay: 0.3s;
}

.project-card:hover .content:after {
  right: -100%;
  transition-delay: 0.3s;
}

.project-card .content .title {
  position: relative;
  text-transform: uppercase;
  font-size: 17px;
}

.project-card .content .project-btn {
  position: relative;
  /* bottom: 25px; */
  color: 000;
  border-bottom: 1px solid #0085b3;
  letter-spacing: 1px;
}

/*----------------------------
    Testimonial section
-----------------------------*/

.testimonial {
  position: relative;
}

.testimonial-left .content {
  padding-right: 20px;
}

.testimonial-left .content .number {
  font-size: 120px;
  line-height: 100px;
  color: #0085b3;
  font-weight: 700;
}

.testimonial-left .content .text {
  /*font-style: italic;*/
}

.testimonial-left img {
  border-radius: 50%;
}

.testimonial-img img {
  border-radius: 50%;
  background: #000;
  background: linear-gradient(
      95deg,
      var(--main-color-one) 15%,
      var(--main-color-one) 45%,
      var(--main-color-two) 75%,
      var(--main-color-two)
    )
    98%/200% 100%;
  padding: 10px;
}

.testimonial-content .text {
  font-size: 16px;
  line-height: 32px;
}

.testimonial .icon img {
  position: absolute;
  top: -10px;
  left: 20px;
  width: 60px;
  opacity: 0.2;
}

.testimonial .icon span {
  font-size: 24px;
}

/* Owl navigations */

.testimonial-active:hover .owl-nav div {
  visibility: visible;
  opacity: 1;
}

.testimonial-active .owl-nav div {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: var(--color-white);
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
  border-radius: 50%;
  transition: all 0.3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.testimonial-active .owl-nav div:hover {
  background: var(--main-color-two);
  border-color: var(--main-color-two);
}

.testimonial-active .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

/* Owl dots */

.testimonial-active .owl-dots {
  margin-top: 30px;
}

.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #0085b3;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 2px;
}

.testimonial-active .owl-dot.active {
  background: linear-gradient(to right, #0085b3, #3fa4cf);
  width: 40px;
  border-radius: 50px;
  border: 1px solid #0085b3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  .testimonial-left {
    text-align: center;
  }
  .testimonial-content .text {
    font-size: 22px;
    line-height: 36px;
  }
  .testimonial-content,
  .testimonial-active .owl-dots {
    text-align: center;
  }
}

/*----------------------------
    Counter section
-----------------------------*/

.client-section {
  background: #f8f9fa;
  /*padding: 50px 0;*/
  padding: 20px 0;
}

/*----------------------------
    Counter section
-----------------------------*/

.counter-content {
  position: relative;
  padding: 50px;
  border: 1px solid #ddd;
  transition: all linear 0.2s;
}

.counter-content:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  height: 100%;
  width: 100%;
  transition: all linear 0.2s;
}

.counter-content .counter-icon i {
  font-size: 36px;
  color: var(--main-color-one);
}

.counter-content h3 {
  padding: 20px 0 10px;
}

.counter-content:hover.counter-content:before {
  left: 0;
  top: 0;
  background: linear-gradient(#083848, #3fa4cf);
  /*background: linear-gradient(var(--main-color-one), var(--main-color-two));*/
  z-index: -1;
}

.counter-content:hover .counter-icon i,
.counter-content:hover h3,
.counter-content:hover p {
  color: var(--color-white);
}

.counter-content:hover {
  border: 1px dashed transparent;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #counter-section {
    margin-top: 70px;
  }
}

/*----------------------------
    Skill section
-----------------------------*/

.skill-parent {
  position: relative;
  background: url(assets/images/skill-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px;
}

.skill-parent:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.skill-img img {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: var(--box-shadow);
}

.skill-title .title,
.skill-title .subtitle,
.skill-title .text {
  color: var(--color-white);
}

@media (max-width: 767px) {
  .skill-area {
    margin-top: 70px;
    margin-bottom: 0px;
  }
  .skill-img img {
    position: inherit;
    left: -0;
    top: 0;
    transform: inherit;
    box-shadow: var(--box-shadow);
    margin-bottom: 50px;
  }
  .skill-parent {
    padding: 30px;
  }
}

@media only screen and (min-width: 678px) and (max-width: 991px) {
  .skill-area {
    margin-top: 70px;
  }
  .skill-img img {
    position: inherit;
    left: -0;
    top: 0;
    transform: inherit;
    box-shadow: var(--box-shadow);
    margin-bottom: 50px;
  }
}

/*----------------------------
    Team section
-----------------------------*/

.team-content {
  position: relative;
}

.team-content .content {
  background: #111;
  padding: 30px 20px;
  width: 100%;
  transition: all linear 0.3s;
}

.team-content h5 {
  font-weight: 600;
  color: var(--color-white);
  color: #3fa4cf;
}

.team-content h6 {
  font-weight: 500;
  color: var(--color-white);
}

/*----------------------------
    Blog section
-----------------------------*/

.meta-info {
  text-align: right;
}

.blog-post-item .categories a,
.blog-post-item .blog-btn a,
.blog-post-item .meta-info li a {
  padding: 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

.blog-post-item .categories a.cat-1st {
  padding-left: 0;
}

.blog-post-item .blog-btn a {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.blog-post-item .blog-btn a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: var(--main-color-one);
}

.blog-post-item .meta-info li {
  display: inline-block;
  padding: 0 10px;
}

.blog-post-item .meta-info li a i {
  margin-right: 5px;
}

.blog-pagination ul li {
  display: inline-block;
}

.blog-pagination ul li a {
  height: 30px;
  width: 20px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  display: block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid var(--main-color-one);
  transition: all linear 0.3s;
}

.blog-pagination ul li a:hover {
  border-top: 1px solid var(--main-color-two);
  border-bottom: 1px solid var(--main-color-two);
  color: var(--main-color-two);
}

/* Sidebar */

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  padding: 17px;
  border-radius: 0;
}

.search-form button {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 12px;
  border: none;
  width: 60px;
  text-align: center;
  background: var(--main-color-one);
  cursor: pointer;
}

.search-form button i {
  color: var(--color-white);
}

.widget-cmn {
  border: 1px solid #ddd;
}

.widget-cmn h4 {
  background: #3fa4cf;
  padding: 15px;
  color: var(--color-white);
  font-weight: 600;
}

.widget-cmn ul {
  /*padding: 0 20px;*/
}

.widget-cmn .count-text {
  float: right;
}

.widget-cmn .category-list li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.widget-cmn .category-list li:last-child {
  border-bottom: 1px solid transparent;
}

.widget .recent-post li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.widget-cmn .recent-post .title {
  font-size: 18px;
  font-weight: 500;
}

.widget-cmn .tags {
  padding: 15px;
}

.widget-cmn .tags li {
  display: inline-block;
}

.widget-cmn .tags li a {
  padding: 7px 15px;
  display: block;
  background: #f3f6fd;
  margin: 3px 0;
  border-radius: 25px;
  transition: all linear 0.3s;
}

.widget-cmn .tags li a:hover {
  background: #0085b3;
  color: var(--color-white);
}

/* Comment area */

.single-comment-wrap .thumb {
  padding-right: 30px;
}

.single-comment-wrap .thumb img {
  width: 200px;
  border-radius: 50%;
}

.single-comment-wrap .content h5 {
  font-weight: 500;
}

.single-comment-wrap .content h5 span {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.single-comment-wrap .content h5 span i {
  margin-right: 5px;
  color: var(--main-color-one);
}

.single-comment-wrap .content .reply {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  color: var(--main-color-one);
}

.single-comment-wrap .content .reply:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: var(--main-color-one);
}

/* Comment form */

.comment-form-wrap input {
  padding: 15px;
}

.comment-form-wrap input:focus,
.comment-form-wrap input:active,
.comment-form-wrap textarea:focus,
.comment-form-wrap textarea:active {
  border: 1px solid #ced4da;
  box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-item .categories a,
  .blog-post-item .blog-btn a,
  .blog-post-item .meta-info li a {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .meta-info {
    text-align: inherit;
  }
  .blog-post-item .meta-info li {
    padding: 0;
  }
}

/*----------------------------
    Contact section
-----------------------------*/

.contact-details {
  position: relative;
}

.contact-details .img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 0.3;
}

.contact-info-title.section-title .title,
.comment-form-wrap .section-title .title {
  font-size: 24px;
  margin-top: 5px;
}

.contact-info .subtitle {
  color: var(--main-color-one);
}

.contact-info ul li:first-child {
  padding-right: 20px;
}

.contact-info ul li i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #0085b3;
  text-align: center;
  border-radius: 50%;
  color: #0085b3;
}

.contact-info ul li span {
  display: block;
}

.google-map iframe {
  width: 100%;
  height: 500px;
  border: none;
}

/*----------------------------
    Footer section
-----------------------------*/

#footer-section {
  padding: 70px 0 0;
  background: #0085b3;
}

.footer-logo img {
  width: 220px !important;
}

.footer-widget .title {
  color: var(--color-white);
}

.footer-widget p {
  color: #90979e;
}

.footer-widget ul li a {
  color: #878787;
  padding: 5px 0;
  display: block;
}

.footer-widget .footer-widget-social ul li a {
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  color: #ffffff;
  background: #000;
  display: block;
  border-radius: 50%;
  transition: all linear 0.3s;
}

.footer-widget .footer-widget-social ul li a:hover {
  background: #0e769b;
  color: var(--color-white);
}

.copyright-area {
  margin-top: 110px;
  padding: 20px 0;
  border-top: 1px solid #222222;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer-widget .footer-widget-social ul li a {
    height: 40px;
    width: 40px;
    line-height: 30px;
  }
}

/*----------------------------
    Error page
-----------------------------*/

.error-page a {
  background: var(--main-color-one);
  padding: 20px;
  margin: 30px auto 0;
  letter-spacing: 1px;
  display: block;
  width: 200px;
}

/*---------------------------------------
    Back Top
---------------------------------------*/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 75px;
  width: 50px;
  height: 50px;
  /*background-color: var(--main-color-one);*/
  background-color: #3fa4cf;
  color: var(--color-white);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

/*-------------------------
    Preloader Css
---------------------------*/

.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-inner .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader-inner .center span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #262626;
  animation: animate 4s infinite forwards ease-in-out;
}

.preloader-inner .center span:nth-child(1) {
  background: #000;
  /*background: var(--main-color-one);*/
  left: -24px;
  top: -24px;
  animation-delay: 0.5s;
}

.preloader-inner .center span:nth-child(2) {
  background: #3fa4cf;
  /*background: var(--main-color-two);*/
  left: 0px;
  top: -24px;
  animation-delay: 1s;
}

.preloader-inner .center span:nth-child(3) {
  background: #000;
  /*background: var(--main-color-one);*/
  left: 0px;
  top: 0px;
  animation-delay: 2s;
}

.preloader-inner .center span:nth-child(4) {
  background: #3fa4cf;
  /*background: var(--main-color-two);*/
  left: -24px;
  top: 0px;
  animation-delay: 1.5s;
}

@keyframes animate {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(360deg);
  }
  40% {
    transform: rotateX(180deg);
  }
  60% {
    transform: rotateX(0deg);
  }
  80% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: var(--main-color-one);
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-white);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: var(--secondary-color);
  color: var(--color-white);
}

/*opcion reviews*/
.quote-corporate {
  position: relative;
  padding: 30px 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #3fa4cf;
  margin-bottom: 38px;
  background: #ffffff;
}
.quote-corporate {
  padding: 30px 20px;
}
img.img-google2 {
  background-color: #fff;
}
.quote-corporate .quote-header {
  /*display: flex;*/
  align-items: flex-end;
}
.quote-corporate .quote-body-mark > * {
  fill: #ebebeb;
}
h1.title-review-home {
  color: #fff !important;
  text-align: center;
}
.star-rating.new {
  /*text-align: right;*/
}
.quote-text {
  /*margin-top: -35px;*/
}
.quote-corporate .quote-header > * {
  margin-right: 15px;
  margin-top: -10px;
}
.star-rating.new > a {
  font-size: 30px;
}
.quote-header > h2 {
  font-family: "Caudex", serif !important;
  font-weight: bold;
}
.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}
.quote-corporate * + .quote-body {
  margin-top: 25px;
}
.quote-corporate .quote-body {
  text-align: right;
}
.quote-corporate .quote-body .quote-text {
  text-align: left;
}
svg:not(:root) {
  overflow: hidden;
}
.quote-corporate .quote-image {
  left: 60px;
}
.quote-corporate .quote-image {
  /*    position: absolute;*/
  display: inline-block;
  overflow: hidden;
  left: 30px;
  bottom: -40px;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}
.quote-image {
  float: right;
}
img.img-google2 {
  border-radius: 100px;
}
.name-estrellas {
  display: inline-block;
}
.quote-corporate {
  height: 360px;
}
a.buttonInverted {
  text-decoration: none;
}
.star-rating.new {
  margin-top: -12px;
}
.contenedor1 {
  margin: 2rem auto;
  height: 200px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor1::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor1::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor1::-webkit-scrollbar-button:increment,
.contenedor1::-webkit-scrollbar-button {
  display: none;
}

.contenedor1::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor1::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor1::-webkit-scrollbar-track {
  border-radius: 10px;
}
/*fin opcion reviews*/

/*estilos 3 puntitos*/
@media (max-width: 768px) {
  .hd-button {
    float: right;
    padding: 15px;
    top: 6px;
    right: 12px;
    position: relative;
    z-index: 99;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: #000;
    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: absolute;
    background-color: #3fa4cf;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    z-index: 999;
    top: 210px;
    overflow: hidden;
    width: 285px;
  }
  .hd-telephone a {
    color: #fff;
    display: block;
    text-align: left;
    padding: 2px 0 2px 0;
    line-height: 15px;
    margin-left: 10px;
  }
}

/*estilos nuevo footer*/

/*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: 99;
  }
  p.situacion {
    z-index: 99;
  }
}

/*estilos agregados*/

img.logo-header {
  /*max-width: 250px !important;*/
  margin-left: -200px;
  max-width: inherit !important;
}
img.logo-footer {
  width: 350px !important;
  max-width: 350px !important;
}
ul.list-services > li {
  display: inline-block;
  width: 48%;
}
img.logo-ssl {
  border-radius: 100%;
  width: 120px;
}
.content-ssl {
  margin-top: 20px;
}
a.btn-new {
  background-color: #0085b3 !important;
}
a.btn-new:hover {
  background-color: #000 !important;
}
a.btn-new-two {
  background-color: #000;
}
a.btn-new-two:hover {
  background-color: #0085b3;
}
i.icon-reviews-page {
  background-color: #3fa4cf;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
}
h4.modal-title {
  position: absolute;
}
.new-content {
  text-align: right;
}
p.text-color {
  font-size: 16px;
  color: #9f9b9b;
}
button.btn-new {
  background-color: #3fa4cf;
}
button.btn-new:hover {
  background-color: #000;
}
ul.link-follow-header > li {
  display: inline-block;
}
ul.link-follow-header > li > a {
  /*background-color: #3fa4cf;*/
  border-radius: 100%;
  position: relative;
  padding: 10px !important;
  margin-right: 10px;
}
ul.link-follow-header > li > a > i {
  color: #ffffff;
  text-align: center;
  width: 18px;
  height: 18px;
  font-size: 15px;
}
.header-top-right ul li p,
.header-top-right ul li p a {
  color: #fff;
}
li.email-header > p {
  text-transform: inherit !important;
}
ul.category-list > li {
  padding: 20px !important;
}
ul.category-list > li.active1 {
  background-color: #0085b3;
  padding: 20px !important;
}
ul.category-list > li.active1 > a > span {
  color: #fff;
}
.list-aside-contant ul {
  padding: 0 20px !important;
}
ul.link-follow-header > li > a:hover {
  /*background-color: #000;*/
}
ul.link-follow-header > li > a:hover > i {
  color: #3fa4cf;
}
.footer-widget p {
  color: #ffffff;
}
ul.list-services.mt-20 > li > a {
  color: #ffffff;
}
ul.mt-20.quick-links > li > a {
  color: #ffffff;
}
p.lic-pie {
  margin-top: 10px;
}
ul.list-services.mt-20 > li > a:hover,
ul.mt-20.quick-links > li > a:hover {
  color: #3fa4cf;
}
i.icon-reviews-page.reviews-ser {
  border-radius: 100%;
}
h3.title.title-ser > a {
  text-transform: uppercase;
}
ul.d-flex > li > span {
  color: #3a3838;
}
img.logo-reviews {
  border-radius: 10px;
}
.header-logo-responsivo {
  display: none;
}
.hd-telephone {
  display: none;
}
#fixed-contact {
  display: none;
}
.logo-wrapper {
  padding-top: 15px;
}
ul.rutas-header > li > a > i {
  padding-left: 5px;
}
ul.rutas-header > li > a {
  color: #3fa4cf;
}

.owl-item.animated.owl-animated-out.slideInRight {
  left: 0px !important;
}
.skill-parent {
  padding-top: 40px;
  padding-bottom: 40px;
}
li.link-menu-mobile {
  display: none;
}
p.text-areas-aside {
  margin-top: 10px;
  margin-left: 10px;
}
img.img-google.yelp-one {
  width: 160px;
}
img.img-google.yelp-home {
  opacity: 1;
  position: relative;
  top: 0px !important;
}
div#header-info {
  background-color: #0099d0;
}
div#header-info {
  position: relative;
  width: 100%;
  display: block;
  z-index: 9999;
  margin-top: 0px;
}
header.header-area {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 999;
  background-color: #ffff;
  margin-top: 0px;
  transition: top 0.5s ease-in-out;
}
header.header-area.darkHeader {
  /* margin-top: -50px; */
  top: 0;
}
.hero-content {
  top: 50%;
  position: relative;
}
p.description_anima {
  color: #ffffff !important;
}
a.btn-anima {
  background-color: #0085b3 !important;
}
a.btn-anima:hover {
  background-color: #000 !important;
}
section.service-section-two {
  background-color: #eef3f7 !important;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.testimonial-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
p.experiencie_text {
  font-weight: 700;
  font-size: 22px;
}
div#banner-section {
  margin-top: 45px;
}
.breadcrubms {
  top: 75%;
  position: relative;
}
section#hero-section-one {
  position: relative;
  margin-top: 75px;
}
span.text_year {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}
.testimonial-single {
  /*background: #0099d0;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: -5px 5px 0 #000;*/
}
.testimonial-single {
  box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 10%);
}
.testimonial-quote p {
  color: #ffffff;
}
.testimonial-quote {
  height: 240px !important;
}
.testimonial-quote p i {
  font-size: 60px;
  margin-right: 10px;
  color: #000;
}
.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}
.testimonial-author-img {
  margin-right: 20px;
}
.testimonial-author-info h4 {
  color: #ffffff;
  font-size: 20px;
}
img.img-google {
  border-radius: 100%;
}
.contenedor_two {
  height: 235px !important;
}

.services-area {
  position: relative;
  display: block;
  background-color: #eef3f7;
}

.services-item {
  background: #fff;
  border-radius: 10px;
  margin: 15px 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 30%);
  transition: all 0.5s ease-in-out;
}

.services-item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.services-img {
  position: relative;
}

.services-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 105%;
  bottom: -10px;
  left: -5px;
  background: #0099d0;
  -webkit-clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.services-img::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 105%;
  bottom: -20px;
  left: -5px;
  background: #fff;
  -webkit-clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(20% 73%, 100% 0, 100% 100%, 0 100%, 0 50%);
}

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

.services-icon {
  position: absolute;
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 160px;
  right: 10px;
}

.services-icon::before {
  content: "";
  position: absolute;
  border: 2px dashed #1b303d;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  -webkit-animation: sticker-rotate 20s linear infinite;
  animation: sticker-rotate 20s linear infinite;
}

.services-icon img {
  width: 50px;
}

.services-content {
  padding: 25px 20px 10px 20px;
}

.services-title a {
  font-size: 24px;
  color: #1b303d;
  transition: all 0.5s ease-in-out;
}

.services-title a:hover {
  color: #0049d0;
}

.services-text {
  margin: 10px 0;
}

.services-arrow .theme-btn {
  margin-top: 10px;
  box-shadow: -5px 5px 0 #efcc44;
}
.icon_services {
  font-size: 25px;
  color: #000;
}
span.text_years {
  font-weight: 700;
}
header.header-area img.logo-header-two {
  display: none;
}
header.header-area.darkHeader img.logo-header {
  display: none;
}
header.header-area.darkHeader img.logo-header-two {
  display: block;
}
header.header-area.darkHeader {
  background-color: #0085b3;
}
header.header-area.darkHeader nav.header-nav-wrap ul.header-nav li a {
  color: #ffffff;
}
header.header-area.darkHeader nav.header-nav-wrap ul.header-nav li a.active {
  color: #000;
}
header.header-area.darkHeader .header-search a.btn.get-header.btn-new {
  background-color: #000 !important;
}
img.logo-header-two {
  position: relative;
  top: -5px;
}
.about-list-style ul li i {
  color: #0085b3;
}
h6.subtitle {
  color: #0085b3;
}
section.testimonial-section {
  background-color: #eef3f7 !important;
}
header.header-area.darkHeader nav.header-nav-wrap ul.sub-menu li a {
  color: #616161;
}
header.header-area.darkHeader nav.header-nav-wrap ul.sub-menu li a:hover {
  color: #0085b3;
}
.copyright-area {
  background-color: #076b8d;
}
.copyright-area-inner p,
.footer-final a {
  color: #cbcbcb;
}
.blockqoute {
  background: #eef3f7;
  border-left: 3px solid #0085b3;
  padding: 30px;
  font-size: 17px;
  font-family: inherit;
  margin: 20px 0;
}
.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}
.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #000;
  font-family: inherit;
  left: 0;
  top: 10px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
}
.hero-content {
  position: relative;
  top: 0%;
}
.hero-sub-title {
  color: #0099d0;
  font-size: 20px;
  padding-left: 60px;
  font-weight: 600;
  position: relative;
}
.hero-sub-title::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #0099d0;
  left: 0;
  top: 9px;
}
.hero-title {
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  margin: 20px 0;
}

ul.list_service_areas_home li {
  display: inline-block;
  width: 31%;
}

@media all and (max-width: 1199px) {
  .services-icon {
    top: 120px;
  }
}

@media all and (max-width: 991px) {
  .services-icon {
    top: 140px;
  }
}

@media (max-width: 767px) {
  div#header-info {
    display: none;
  }
  .logo-wrapper {
    display: none;
  }
  .header-logo-responsivo {
    text-align: center;
    display: block;
  }
  a.get-header {
    display: none;
  }
  .header-toggle-menu {
    display: block;
    z-index: 999;
    right: 0;
    top: 10px;
    left: -89% !important;
  }
  header.header-area {
    background-color: #3fa4cf;
    margin-top: 0px;
    top: 0 !important;
    height: 45px;
    position: relative !important;
  }
  .header-toggle-menu i {
    color: #ffffff;
  }
  .back-to-top {
    margin-bottom: 80px;
  }
  img.logo-reviews {
    margin-bottom: 20px;
  }
  .modal-dialog {
    width: auto !important;
  }
  img.logo-header_ {
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #hero-section-one .overlay {
    padding: 50px 0;
  }
  .copyright-area {
    margin-top: 45px;
  }
  .content-title-menu {
    left: -70% !important;
    right: 0px;
    position: absolute;
    margin-top: 7px;
    display: block;
  }
  p.title-mobile {
    color: #fff;
  }
  .hd-button {
    display: block !important;
  }
  .header-nav > li a {
    color: #ffffff;
  }
  li.link-menu-mobile {
    display: block;
  }
  ul.sub-menu > li > a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
  }
  ul.sub-menu > li > a.active {
    color: #3fa4cf !important;
  }
  section#hero-section-one {
    margin-top: 0px;
  }
  .hero-content {
    top: 0%;
    position: relative;
  }
  div#banner-section {
    margin-top: 0px;
  }
  .breadcrubms {
    top: 0%;
    position: relative;
  }
  .hero-title {
    font-size: 30px;
  }
  .find-our-more-title {
    margin-top: 30px;
  }
  ul.list_service_areas_home li {
    display: inline-block;
    width: 49%;
  }
}

@media (max-width: 1023px) {
  div#header-info {
    display: none;
  }
  .logo-wrapper {
    display: none;
  }
  .header-logo-responsivo {
    text-align: center;
    display: block;
  }
  a.get-header {
    display: none;
  }
  .header-toggle-menu {
    display: block;
    z-index: 999;
    right: 0;
    top: 10px;
    left: -89%;
  }
  header.header-area {
    background-color: #3fa4cf;
    margin-top: 0px;
    height: 45px;
    top: 150px;
  }
  .header-toggle-menu i {
    color: #ffffff;
  }
  img.logo-header_ {
    width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-toggle-menu {
    left: -30%;
  }
  .hd-button {
    display: none;
  }
  .header-nav > li a {
    color: #ffffff !important;
  }
  li.link-menu-mobile {
    display: inline-block;
  }
  ul.sub-menu > li > a {
    color: #3a3838 !important;
    text-transform: uppercase;
    font-size: 13px;
  }
  ul.sub-menu > li > a.active {
    color: #3fa4cf !important;
  }
  .content-title-menu {
    left: -24%;
    right: 0px;
    position: absolute;
    margin-top: 7px;
    /* display: block !important; */
  }
  p.title-mobile {
    color: #ffffff;
    /* display: block !important; */
  }
}

@media (min-width: 1024px) {
  img.logo-header {
    width: 230px;
    margin-left: -14px;
  }
  #hero-section-one .overlay {
    padding: 200px 0;
  }
}

@media (min-width: 1200px) {
  img.logo-header {
    margin-left: -30px;
    width: 375px;
    /*margin-left: -200px;
        width: 500px;*/
  }
  #hero-section-one .overlay {
    padding: 300px 0;
  }
  p.title-mobile {
    display: none;
  }
}

ul.mt-20 li p a {
  color: #fff;
}

div#preloader {
  z-index: 9999;
  position: relative;
}

.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}
.content_anima_btns {
    display: flex;
}
img.logo_google {
    width: 180px !important;
    border-radius: 100%;
    left: 25px;
    position: relative;
}
img.logo_google_page {
    width: 200px;
    border-radius: 100%;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25) !important;
    margin-top: 10px;
}
img.logo_google_page {
    width: 150px ! IMPORTANT;
    left: 20px;
    position: relative;
}
a.footer-logo {
    right: 30px;
    position: relative;
}

@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*/
}

@media (max-width: 768px) {
  .hero-title {
    height: 200px;
  }
  p.services-text {
    height: 120px;
  }
}

@media (max-width: 991px) {
  p.services-text {
    height: 120px;
  }
  ul.sub-menu > li > a {
    color: #ffffff !important;
  }
  a.footer-logo {
    right: 0px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .header-nav-wrap {
    display: block !important;
  }
}

.project-card .img img {
  width: 100%;
}

@media (min-width: 768px) {
  .project-card .content .title {
    height: 43px;
  }

  .a-custom > a{
    width: calc(100% - 50px);
  }

  .services-title {
    height: 52px;
  }
  .services-text {
    height: 120px;
  }
}

@media (min-width: 992px) {
  .services-title {
    height: initial;
  }
  .services-text {
    height: 85px;
  }

  .a-custom > a{
    width: initial;
  }

  .services-title {
    height: 52px;
  }

  .header-nav li.has-children_2 > a::after{
    right: -10px;
    top: -7px;
  }

  .services-text {
    height: 112px;
  }
}
