/*
@File: Tinzer Template Styles

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

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

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

** - Default CSS
** - Preloader Area CSS
** - Top Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - Top Services Area CSS
** - About Area CSS
** - Services Area CSS
** - App Area CSS
** - Solutions Area CSS
** - Doctor Area CSS
** - Appointment Area CSS
** - Consult Area CSS
** - Blog Area CSS
** - Goal Area CSS
** - Shop Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Product Details Area CSS
** - Projects Area CSS
** - Testimonials Area CSS
** - Partner Area CSS
** - Emergency Area CSS
** - Treatment Area CSS
** - Choose Area CSS
** - Clients Area CSS
** - Step One Area CSS
** - Step Two Area CSS
** - Step Three Area CSS
** - Step Four Area CSS
** - Page Title Area CSS
** - Faq Area CSS
** - Service Details CSS
** - Pagination Area CSS
** - Projects Details Area CSS
** - Sign In CSS
** - Sign Up CSS
** - 404 Error Area CSS
** - Privacy Area CSS
** - Contact Area CSS
** - Solution Details Area CSS
** - Single Blog Area CSS
** - Sidebar Widget Area CSS
** - Footer Area CSS
** - Copyright Section CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
  font-family: 'Nephilm';
  src: url('/fonts/Nephilm.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
:root {
    --color-primary: #bf8e5a; /*dourado escuro*/
    --color-secondary: #033a35; /*verde claor*/
    --color-terciary: #062322; /*verde escuro*/
    --color-quaternary: #e6b372; /*dourado claro*/
}

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

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-terciary);
}

a:hover, a:focus {
  color: var(--color-primary);
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #4f4f5b;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

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

i {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--color-terciary);
  text-transform: none;
  font-family: "Lato", sans-serif; /* É nephilm , mas estou testando a lato */
  font-weight: bold;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: var(--color-primary);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    opacity: 1;
    font-weight: 500;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
}

.default-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--color-terciary);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.default-btn-two {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: var(--color-terciary);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  opacity: 1;
  margin-left: 14px;
  font-weight: 400;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.default-btn-two span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--color-primary);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn-two:hover {
  color: #ffffff !important;
}

.default-btn-two:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn-two i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.section-title {
  text-align: center;
  /* max-width: 650px; */
  margin: 0 auto 10px;
}

.section-title span {
  color: var(--color-secondary);
  font-size: 18px;
}

.section-title h2 {
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 11px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: .14s;
  transition: .14s;
}

@keyframes smoothZoom {
    0% {
        transform: scale(1) translateY(-42%);
        opacity: 1;
    }

    50% {
        transform: scale(1.08) translateY(-42%);
        opacity: 0.85;
    }

    100% {
        transform: scale(1) translateY(-42%);
        opacity: 1;
    }
}


.preloader .spinner {
    content: url(../img/logo/LOGOb.png);
    margin: 0 auto;
    -webkit-animation: smoothZoom 3s infinite ease-in-out;
    animation: smoothZoom 3s infinite ease-in-out;
    position: absolute;
    left: 0;
    width: 340px;
    right: 0;
    top: 48%;
    -webkit-transform: translateY(-42%);
    transform: translateY(-42%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-secondary);
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .spinner {
  opacity: 0;
  visibility: hidden;
}

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

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

/*================================================
Top Area CSS
=================================================*/
.top-header {
  background:transparent;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  z-index: 999;
}

.top-header .container-fluid {
  max-width: 1310px;
  margin: auto;
}

.top-header .top-list {
  padding-left: 0;
  margin-bottom: 0;
}

    .top-header .top-list li {
        list-style-type: none;
        display: inline-block;
        color: #fff;
        font-size: 13px;
        margin-right: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

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

        .top-header .top-list li a {
            color: #fff;
        }

        .top-header .top-list li i {
            display: inline-block;
            line-height: 25px;
            background-color: #00000000;
            text-align: center;
            color: #fff;
            font-size: 14px;
            margin-right: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .top-header .top-list li:hover i {
            /* background-color: var(--color-primary); */
            color: var(--color-primary);
        }
        .top-header .top-list li a:hover {
            color: var(--color-primary);
        }


.top-header .top-social {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.top-header .top-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 14px;
}

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

    .top-header .top-social li a i {
        display: inline-block;
        height: 24px;
        width: 24px;
        line-height: 24px;
        color: #faf3e8;
        background: #bf8e5a;
        text-align: center;
        border-radius: 14px;
        font-size: 13px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .top-header .top-social li a i:hover {
            background-color: #033a35;
            color: #faf3e8;
        }
/* 
.top-header .top-social li .facebook i {
  color: #5b63f8;
}

.top-header .top-social li .facebook i:hover {
  color: #ffffff;
}

.top-header .top-social li .twitter i {
  color: #03a9f4;
}

.top-header .top-social li .twitter i:hover {
  color: #ffffff;
}

.top-header .top-social li .pinterest i {
  color: #d33131;
}

.top-header .top-social li .pinterest i:hover {
  color: #ffffff;
}

.top-header .top-social li .instagram i {
  color: #075d84;
}

.top-header .top-social li .instagram i:hover {
  color: #ffffff;
} */

    .top-header .top-social li .log-in {
        display: inline-block;
        color: #faf3e8;
        font-weight: 500;
        font-size: 15px;
    }

    .top-header .top-social li .sign-in {
        display: inline-block;
        padding: 5px 13px;
        /* background-color: #ffffff; */
        color: #ffffff;
        border-radius: 34px;
        font-weight: 500;
        font-size: 14px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        background: linear-gradient(90deg, rgba(173, 130, 83, 1) 0%, rgba(230, 179, 114, 1) 71%);
    }

        .top-header .top-social li .sign-in:hover {
            background: linear-gradient(90deg, rgba(230, 179, 114, 1) 0%, rgba(173, 130, 83, 1) 71%);
            color: #ffffff;
        }

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding-top: 0;
}

.main-navbar .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

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

.main-navbar .navbar .navbar-nav {
  margin: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.main-navbar .navbar .navbar-nav .nav-item span {
  display: block;
  font-size: 12px;
  color: #918ac5;
}
.navbar-area.is-sticky
.main-navbar .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #2c2c2c;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 600;
    margin-left: 14px;
    margin-right: 14px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: rgb(255 255 255);
  position: relative;
  /* border-bottom: 2px solid #72c3ff; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
/*.nav-item.color-hover {
    position: relative;
}

    .nav-item.color-hover > a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #72c3ff;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .nav-item.color-hover:hover > a::after {
        transform: scaleX(1);
    }

.color-hover-menu {
    position: relative;*/ /* Garante que a linha fique relativa ao <a> */
/*}

    .color-hover-menu::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #72c3ff;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .color-hover-menu:hover::after {
        transform: scaleX(1);
    }*/

/* Desativa o efeito no mobile */
/*@media (max-width: 991px) {
    .nav-item.color-hover > a::after,
    .color-hover-menu::after {
        transform: none;*/ /* Desativa a animação e o efeito */
        /*width: 0;
    }
}*/


/* Evita que o efeito ocorra dentro do dropdown */
.nav-item .dropdown-menu .nav-link::after {
  content: none;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 75px;
    left: 0;
    width: 216px;
    z-index: 107;
    border-radius: 9px;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid var(--color-secondary);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 16px;
    padding-top: 8px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 8px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: math-auto;
  padding: 2px 8px;
  margin: 0;
  position: relative;
  color: var(--color-terciary);
  font-size: 15px;
  font-weight: 400;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--color-primary);
  letter-spacing: 1px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  position: absolute;
  right: 16px;
  top: 12px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -255px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: var(--color-terciary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--color-terciary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--color-terciary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--color-terciary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--color-terciary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--color-terciary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--color-primary);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

/* .main-navbar .navbar .others-options {
  margin-left: 50px;
} */

.main-navbar .navbar .others-options .default-btn {
  border-radius: 10px;
  background-color: var(--color-terciary);
}

.main-navbar .navbar .others-options .default-btn span {
  background-color: var(--color-primary);
}

.main-navbar .navbar .others-options .default-btn-two {
  border-radius: 10px;
  background-color: var(--color-primary);
  margin-left: 0;
}

.main-navbar .navbar .others-options .default-btn-two span {
  background-color: var(--color-terciary);
}

.header-area{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent; /* Deixa o menu transparente */
}

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

.navbar-two {
  position: relative;
}

.navbar-two .main-navbar .navbar .others-options {
  line-height: 1;
}

.navbar-two .main-navbar .navbar .others-options .default-btn-two {
  padding: 16px 30px;
}

@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--color-primary);
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 200px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--color-terciary);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #0f123b;
  }
  .main-responsive-nav .mean-container .others-options {
    display: none;
  }
  .main-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  background-image: url(../../img/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
}

.main-banner .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.main-banner.bg-two {
  position: relative;
  z-index: 1;
  background-image: url(../../img/banner-bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-attachment: fixed;
}

.main-banner.bg-three {
  position: relative;
  z-index: 1;
  background-image: url(../../img/banner-bg3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 165px;
}

.main-banner.bg-three .main-banner-content {
  margin-top: 0;
}

.main-banner.bg-four {
  background-image: unset;
}

.main-banner.bg-four .container-fluid {
  max-width: 100%;
  padding-right: 0;
}

.main-banner.bg-four .main-banner-content {
  margin-top: -60px;
  max-width: 630px;
  margin-left: auto;
}

.main-banner.bg-four .main-banner-content h1 {
  font-size: 42px;
}

.main-banner.bg-four .banner-form {
  background-color: #f5f7fe;
}

.main-banner.bg-four .banner-form .banner-form-btn {
  padding: 10px 16px;
}

.main-banner .main-banner-content {
  max-width: 650px;
}

.main-banner-content {
    margin-top: 80px; 
}
@media only screen and (max-width: 991px) { 
    .main-banner-content {
        margin-top: 110px;
    }
}
.main-banner-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.main-banner-content p {
  color: #4e4e4e;
  margin-bottom: 0;
}

/*.banner-btn {
  margin-top: 30px;
}
*/
.banner-form {
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  margin-top: 20px;
}

.banner-form form {
  position: relative;
}

.banner-form form .form-group {
  margin-bottom: 0;
  position: relative;
}

.banner-form form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 40px;
}

.banner-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.banner-form form .form-group::-webkit-input-placeholder {
  color: #95969c;
}

.banner-form form .form-group:-ms-input-placeholder {
  color: #95969c;
}

.banner-form form .form-group::-ms-input-placeholder {
  color: #95969c;
}

.banner-form form .form-group::placeholder {
  color: #95969c;
}

.banner-form form .form-group .nice-select {
  float: unset;
  line-height: 40px;
  color: #4e4e4e;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  height: 100%;
}

.banner-form form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-form form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-form form .form-group .nice-select .list .option:hover {
  background-color: #164894 !important;
  color: #ffffff;
}

.banner-form form .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.banner-form form .form-group .nice-select:after {
  right: 0;
  width: 8px;
  height: 8px;
}

.banner-form form .banner-form-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #07092b;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner-form form .banner-form-btn i {
  color: #ffffff;
  position: relative;
  margin-left: 6px;
}

.banner-form form .banner-form-btn:hover {
  background-color: var(--color-primary);
}

.banner-image {
  position: absolute;
  top: 55px;
  right: 125px;
  text-align: right;
}

.banner-image img {
  max-width: 470px;
}

.default-shape .shape-1 {
  position: absolute;
  left: 2%;
  top: 18%;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.default-shape .shape-2 {
  position: absolute;
  left: 5%;
  bottom: 25%;
  z-index: -1;
}

.default-shape .shape-2 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.default-shape .shape-3 {
  position: absolute;
  left: 45%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-4 {
  position: absolute;
  right: 10%;
  top: 10%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-5 {
  position: absolute;
  left: 45%;
  top: 12%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-6 {
  position: absolute;
  left: 25%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: moveBounce 10s linear infinite;
          animation: moveBounce 10s linear infinite;
}

.default-shape .shape-7 {
  position: absolute;
  right: 10%;
  bottom: 60%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-8 {
  position: absolute;
  right: 10%;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: animationFramesOne 30s infinite linear;
          animation: animationFramesOne 30s infinite linear;
}

.default-shape .shape-10 {
  position: absolute;
  right: 36.3%;
  bottom: 18%;
  z-index: -1;
}

.video-image {
  position: relative;
}

.video-image .video-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  background-color: var(--color-primary);
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 85px;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-image .video-btn i {
  font-size: 20px;
  position: relative;
  top: -2px;
  left: 16px;
}

.video-image .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-image .video-btn:hover, .video-image .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: var(--color-primary);
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
            transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
            transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
            transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
            transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.image-sliders.owl-theme .owl-nav {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.image-sliders.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  background-color: var(--color-primary);
  border-radius: 50px;
}

.image-sliders.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.image-sliders.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #6c9dfb;
}

.image-sliders.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.main-banner-item {
  position: relative;
  z-index: 1;
  height: 560px;
  overflow: hidden; /* Evita que o blur extrapole */
}

/* Definição genérica do ::after para garantir o blur */
.main-banner-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(1px);
  z-index: 0; /* Camada mais baixa */
}
    .main-banner-item.item-one {
        position: relative;
        overflow: hidden;
    }

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    filter: blur(1.5px);
    transform: scale(1.1); /* Para compensar o recorte nas bordas causado pelo blur */
}

/* Específico para cada banner */
.main-banner-item.item-one::after {
  background-image: url(../img/banner-rj.png);
}

.main-banner-item.item-two::after {
  background-image: url(../img/banner1.jpeg);
}

.main-banner-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 2;
}

.main-banner-item .main-banner-content {
    position: relative;
    z-index: 2; /* Garante que o conteúdo fique acima */
}



/*.main-banner-item .main-banner-content {
  max-width: 715px;
}*/

    .main-banner-item .main-banner-content h1 {
        font-size: 34px;
        margin-bottom: 16px;
        text-shadow: 0px 4px 4px #000000d4;
        /* text-align: center; */
        color: #fff;
    }
    .main-banner-item .main-banner-content p {
        text-shadow: 0px 3px 2px #000000d4;
        font-size: 19px;
        line-height: 1.4;
        color: #fff;
    }
.home-slides {
  margin-top: 0;
  padding-top: 0px; /* Ajuste conforme a altura do menu */
}
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 47px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #00000045;
  color: #f1f1f1;
  box-shadow: 0px 1px 10px #5d5d5d87;
  border-radius: 10%;
  opacity: 1;
  visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #d57a3273;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.main-banner-single {
  background-color: #f3f3f3;
}

.main-banner-single .main-banner-content {
  max-width: unset;
}

.main-banner-single .main-banner-content h1 {
  font-size: 50px;
  margin-bottom: 16px;
}

.main-banner-single .main-banner-image {
  margin-top: 50px;
  text-align: center;
}

/*================================================
Top Services Area CSS
=================================================*/
.top-services-area .container-fluid {
  max-width: 1280px;
  margin: auto;
}

.top-services-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px 20px;
  text-align: center;
  border: 2px solid #bbcafc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2px;
  margin-bottom: 30px;
}

.top-services-content .icon {
  margin-bottom: 25px;
}

.top-services-content .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #eaf7fd;
  color: #6c9dfb;
  font-size: 40px;
  border-radius: 50px;
  border: 1px dashed #a1c3fc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-services-content h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.top-services-content:hover {
  border: 2px solid #ffffff;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.top-services-content:hover .icon i {
  background-color: var(--color-primary);
  border: 1px dashed #164894;
  color: #ffffff;
}

.top-services-content.two {
  border: 2px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-services-content.two:hover {
  border: 2px solid #bbcafc;
}

/*================================================
About Area CSS
=================================================*/
.about-area .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.about-content span {
  font-size: 18px;
  color: var(--color-primary);
}

.about-content h3 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-content .about-features {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

.about-content .about-features li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.about-content .about-features li span {
  display: block;
  background-color: #f0f3fd;
  border-radius: 5px;
  padding: 20px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-terciary);
  font-weight: 500;
  font-size: 18px;
}

.about-content .about-features li span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-content .about-features li span:hover {
  color: var(--color-terciary);
}

.about-content .about-features li span:hover::before {
  height: 100%;
}

.about-content .about-features li span i {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 5px;
  font-weight: bold;
}

.about-content .about-features.two li span {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.about-content .about-features.two li span:hover {
  color: var(--color-terciary);
  background-color: var(--color-primary);
}

.about-content .about-features.two li span i {
  color: var(--color-primary);
  font-weight: 500;
}

.about-wrap {
  background-image: url(../../img/about-4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-wrap .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.about-wrap .video-btn i {
  font-size: 30px;
  position: relative;
  top: 0;
  left: 4px;
}

.about-wrap .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.about-wrap .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.about-wrap .video-btn:hover, .about-wrap .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: var(--color-primary);
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  background-image: url(../../img/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-area .section-title span {
  color: #ffffff;
}

.services-area .section-title h2 {
  color: #ffffff;
}

.services-area .section-title p {
  color: #ffffff;
}

.services-area.two {
  position: relative;
  z-index: 1;
  background-image: url(../../img/services-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-area.two .section-title span {
  color: var(--color-secondary);
}

.services-area.two .section-title h2 {
  color: var(--color-terciary);
}

.services-area.two .section-title p {
  color: #4f4f5b;
}

.services-section .container-fluid {
  max-width: 1550px;
}

.services-section.bg-f4f6fe {
  background-color: #f4f6fe;
}

.services-section.bg-ffffff {
  background-color: #ffffff;
}

.services-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.services-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.services-item.bg-1 {
  background-image: url(../../img/services/image1.jpg);
}

.services-item .icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 90px;
  background-color: #e1e7fb;
  border: 1px solid #164894;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}

.services-item .icon i {
  color: #6c9dfb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #eaf7fd;
  color: var(--color-primary);
  border-radius: 30px;
}

.services-item h3 {
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
}

.services-item p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.services-item .read-btn {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}

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

.services-item:hover::before {
  opacity: 0.6;
  background-color: #000000;
}

.services-item:hover h3 {
  color: #ffffff;
}

.services-item:hover p {
  color: #ffffff;
}

.services-item:hover .icon {
  border: 1px solid #e1e7fb;
}

.services-item:hover .icon i {
  background-color: #ffffff;
}

.services-item-two {
  text-align: center;
  background-color: #ffffff;
  padding: 20px 10px;
  position: relative;
  border: solid 1px #79797942;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 20px;
}

.services-item-two .icon {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 66px;
  background-color: #f4f6ff;
  border: 1px solid #164894;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 13px;
}

.services-item-two .icon i {
  color: #6c9dfb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #eaf7fd;
  color: var(--color-primary);
  border-radius: 30px;
}

.services-item-two h3 {
  font-size: 17px;
  -webkit-transition: 0.5s;
  text-transform: math-auto;
  line-height: 24px;
  letter-spacing: -1px;
  transition: 0.5s;
  margin-bottom: 7px;
}

.services-item-two p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.services-item-two .read-btn {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}

.services-item-two::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 4px;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.services-item-two:hover::before {
  height: 100%;
}

.services-item-two:hover h3,.services-item-two:hover h3 ,.services-item-two:hover a {
  color: #ffffff;
} 

.services-item-two:hover .icon {
  border: 1px solid #e1e7fb;
}

.services-item-two:hover .icon i {
  background-color: #ffffff;
}

.services-item-two:hover .read-btn {
  color: #ffffff;
}

.services-item-three {
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.services-item-three .icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 90px;
  background-color: #e1e7fb;
  border: 1px solid #164894;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}

.services-item-three .icon i {
  color: #6c9dfb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #eaf7fd;
  color: var(--color-primary);
  border-radius: 30px;
}

.services-item-three h3 {
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
}

.services-item-three p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.services-item-three .read-btn {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}

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

.single-services {
  /* text-align: center; */
  padding: 12px 20px;
  position: relative;
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid var(--color-secondary);
  margin-top: 9px;
  margin-bottom: 9px;
}

    .single-services .icon {
        text-align: center;
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 60px;
        background-color: #ffad4d82;
        /* border: 1px solid #164894; */
        border-radius: 4px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .single-services .icon i {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        display: inline-block;
        font-size: 27px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: #fff8f4;
        color: #ef7b27;
        border-radius: 3px;
    }

.single-services h3 {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 5px;
}

.single-services p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.single-services .read-btn {
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* margin-top: 12px; */
}

.single-services::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 4px;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.single-services:hover::before {
  height: 100%;
}

.single-services:hover h3 {
  color: #ffffff;
}

.single-services:hover p {
  color: #ffffff;
}

.single-services:hover .icon {
  border: 1px solid #e1e7fb;
}

.single-services:hover .icon i {
  background-color: #ffffff;
}

.single-services:hover .read-btn {
  color: #ffffff;
}

.services-image {
  background-image: url(../../img/services/woman.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

/*================================================
App Area CSS
=================================================*/
.app-area {
  line-height: 1;
}

.app-content {
  max-width: 610px;
}

.app-content span {
  font-size: 18px;
  color: var(--color-primary);
}

.app-content h3 {
  font-size: 34px;
  max-width: 350px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-content p {
  margin-bottom: 0;
  line-height: 25px;
}

.app-content .app-text {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 65px;
  margin-top: 25px;
}

.app-content .app-text .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.app-content .app-text .icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #cfdafc;
  color: #2a2b7c;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  font-size: 22px;
}

.app-content .app-text h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.app-content .app-text p {
  margin-bottom: 0;
}

.app-content .app-text:hover .icon i {
  background-color: var(--color-primary);
  color: #ffffff;
}

.app-content.two h3 {
  max-width: 100%;
}

/*================================================
Solutions Area CSS
=================================================*/
.solutions-area {
  background-image: url(../../img/solutions-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.solutions-content span {
  font-size: 18px;
  color: var(--color-primary);
}

.solutions-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.solutions-content p {
  font-size: 15px;
}

.solutions-content .solutions-features {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
}

.solutions-content .solutions-features li {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.solutions-content .solutions-features li span {
  display: block;
  background-color: #f2f6fe;
  border-radius: 5px;
  padding: 20px 20px 20px 60px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-terciary);
  width: 90%;
  font-weight: 500;
  font-size: 18px;
}

.solutions-content .solutions-features li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.solutions-content .solutions-features li span::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: #2a2b7c;
  left: 30px;
  top: 22px;
  border-radius: 2px;
}

.solutions-content .solutions-features li span:hover {
  color: var(--color-terciary);
}

.solutions-content .solutions-features li span:hover::before {
  height: 100%;
}

.solutions-content .solutions-features li:hover span {
  color: #ffffff;
}

/*================================================
Doctor Area CSS
=================================================*/
.doctor-area {
  line-height: 1;
}

.doctor-area .container-fluid {
  max-width: 1300px;
  margin: auto;
}

.doctor-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
}

.doctor-item .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 8px solid #ffffff;
  border-radius: 10px;
  border-bottom: none;
}

.doctor-item .content {
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 0;
}

.doctor-item .content h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.doctor-item .content span {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-primary);
}

.doctor-item .content .social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.doctor-item .content .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.doctor-item .content .social li:last-child {
  margin-right: 0;
}

.doctor-item .content .social i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: var(--color-primary);
  color: #ffffff;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.doctor-item .content .social i:hover {
  background-color: #6c9dfb;
}

.doctor-item:hover .content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  max-width: 255px;
  margin: -50px auto 0;
  position: relative;
  z-index: 1;
}

.doctor-item:hover .content .social {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.doctor-item:hover .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 8px solid #d3ecfe;
  border-bottom: none;
}

.team-item {
  margin-bottom: 30px;
}

.team-item .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.team-item .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.team-item .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: var(--color-terciary);
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.team-item .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.team-item .image .social li a:hover {
  color: #ffffff;
  background-color: var(--color-primary);
}

.team-item .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-item .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-item .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.team-item .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.team-item .content {
  margin-top: 25px;
}

.team-item .content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.team-item .content span {
  font-size: 16px;
  color: #4f4f5b;
  color: var(--color-primary);
}

.team-item .content.bg-ffffff {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  margin-top: 0;
  padding: 35px 20px;
  text-align: center;
}

.team-item:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/*================================================
Appointment Area CSS
=================================================*/
.appointment-area {
    position: relative;
    z-index: 1;
    background: #033a35;
    /* background-position: center center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed;*/
}

.appointment-area .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.appointment-area .single-fun-fact {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-fun-fact {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 60px 30px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-fun-fact h3 {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact h3 .sign-icon {
  font-size: 36px;
  position: relative;
  top: 2px;
  left: -5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-primary);
}

.single-fun-fact p {
  color: var(--color-terciary);
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-fun-fact:hover {
  background-color: var(--color-primary);
}

.single-fun-fact:hover h3 {
  color: #ffffff;
}

.single-fun-fact:hover h3 .sign-icon {
  color: #ffffff;
}

.single-fun-fact:hover p {
  color: #ffffff;
}

.appointment-form {
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 2px;
  position: relative;
}

.appointment-form::before {
  left: 0;
  right: 0;
  height: 20px;
  content: '';
  position: absolute;
  background: #d5d8db;
  bottom: -6px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  border-radius: 0 0 2px 2px;
  margin-left: 15px;
  margin-right: 15px;
  z-index: -1;
}

.appointment-form .content {
  text-align: center;
  margin-bottom: 50px;
}

.appointment-form .content span {
  color: var(--color-primary);
}

.appointment-form .content h3 {
  font-size: 28px;
  margin-top: 10px;
  margin-bottom: 0;
}

.appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.appointment-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px dashed #f2f6fe;
  color: #5d5d5d;
  border-radius: 50px;
  background-color: #f2f6fe;
  font-size: 14px;
  font-weight: 400;
}

.appointment-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-form .form-group i {
  position: absolute;
  top: 17px;
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #04b8e5;
}

.appointment-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px dashed #f2f6fe;
  color: #5d5d5d;
  border-radius: 50px;
  background-color: #f2f6fe;
}

.appointment-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.appointment-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: var(--color-terciary);
  padding-left: 20px;
  padding-right: 20px;
}

.appointment-form .nice-select .list .option:hover {
  background-color: #164894 !important;
  color: #ffffff;
}

.appointment-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.appointment-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}

.appointment-form .appointment-btn {
  text-align: center;
}

.table-condensed {
  border-collapse: collapse;
  width: 260px;
  text-align: center;
}

.table-condensed .prev {
  background-color: var(--color-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: var(--color-terciary);
  color: #ffffff;
}

.table-condensed .next {
  background-color: var(--color-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #ffffff;
}

.table-condensed .next:hover {
  background-color: var(--color-terciary);
  color: #ffffff;
}

.table-condensed .day {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/*================================================
Consult Area CSS
=================================================*/
    .consult-area .container-fluid {
  max-width: 1920px;
  margin: auto;
}

.consult-content {
  max-width: 500px;
}

.consult-content span {
  color: var(--color-primary);
}

.consult-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
}

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

.consult-content .list {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  padding-left: 40px;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.consult-content .list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-terciary);
  list-style-type: none;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.consult-content .list li:last-child {
  margin-bottom: 0;
}

.consult-content .list li:hover i {
  background-color: var(--color-primary);
  color: #ffffff;
}

.consult-content .list i {
  position: absolute;
  left: 0;
  display: inline-block;
  background-color: #ffffff;
  color: #1184de;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: -4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.blog-item {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
/*  margin-bottom: 30px;*/
}

.blog-item image::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.blog-item .image {
  position: relative;
}
    .blog-item .image a img {
        height: 250px;
        display: block;
        width: 100%;
    }

    .blog-item .image .date {
        display: inline-block;
        padding: 10px 10px;
        color: var(--color-primary);
        background-color: #062322;
        position: absolute;
        right: 0;
        font-weight: 700;
        bottom: 0;
        z-index: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px 0px 0px 0px;
    }

    .blog-item .content {
        /* position: relative; */
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        color: #ffffff;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        min-height: 292px;
        z-index: 5;
        background: #062322;
        border-radius: 0px 0px 7px 7px;
    }

        .blog-item .content h3 { 
            line-height: 1; 
        }
.blog-item .content h3 a{
  font-size: 16px; 
  font-weight: 500;
  margin-bottom: 5px; 
  color: #ffffff;
}
        .blog-item .content p.resume a {
            font-size: 14px;
            color: #b1b1b1;
        }
        .blog-item .content h6 a {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 5px;
            color: #cccccc;
        }

.blog-item .content h3 a:hover {
  color: #ffffff;
}

.blog-item .content .blog-btn {
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item:hover::before {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0), black);
}

.blog-item:hover .content {
  bottom: 10px;
}

    .blog-item:hover .content .blog-btn {
        color: var(--color-primary);
    }

.blog-item:hover .image .date {
  color: #ffffff;
  background-color: var(--color-primary);
}

.single-blog {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-blog .image {
  position: relative;
}

.single-blog .image .date {
  display: inline-block;
  padding: 10px 20px;
  color: var(--color-terciary);
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog .content {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.single-blog .content h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 15px;
}

.single-blog .content h3 a:hover {
  color: var(--color-primary);
}

.single-blog .content p {
  margin-bottom: 18px;
}

.single-blog .content .blog-btn {
  display: inline-block;
  color: #4eb4f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog:hover .image .date {
  color: #ffffff;
  background-color: var(--color-primary);
}

/*================================================
Goal Area CSS
=================================================*/
.goal-area .container-fluid {
  padding-left: 0;
}

.goal-content-item {
    background-color: #fcf7ef;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-left: -155px;
    box-shadow: -8px 0px 17px 0px #57575717;
    border: solid 1px #e7e7e7;
}

/* .goal-content-item .item-content {
  max-width: 500px;
} */

.goal-content-item .item-content span {
  color: var(--color-secondary);
}

.goal-content-item .item-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
}

.goal-content-item .item-content p {
  margin-bottom: 0;
}

.goal-content-item .item-content .list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.goal-content-item .item-content .list li {
  position: relative;
  list-style-type: none;
  color: #4f4f5b;
  font-weight: 500;
  margin-top: 15px;
  padding-left: 20px;
}

.goal-content-item .item-content .list li:last-child {
  margin-bottom: 0;
}

    .goal-content-item .item-content .list li::after {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background-color: var(--color-secondary);
        left: 0;
        top: 7px;
        border-radius: 50px;
    }

.goal-content-item .item-content .goal-btn {
  margin-top: 30px;
}

/*================================================
Shop Area CSS
=================================================*/
.shop-area .container-fluid {
  max-width: 1310px;
  margin: auto;
}

.single-shop {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-shop .product-image {
  overflow: hidden;
  position: relative;
}

.single-shop .product-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.single-shop .product-image .percentage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #01011a;
  background-color: #bacbfc;
  padding: 20px 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-shop .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 700;
}

.single-shop .product-image .add-to-cart-btn li {
  display: inline-block;
  list-style-type: none;
}

.single-shop .product-image .add-to-cart-btn li i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #4eb4f9;
  color: #ffffff;
  font-size: 15px;
  border-radius: 2px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-shop .product-image .add-to-cart-btn li i:hover {
  background-color: var(--color-primary);
}

.single-shop .product-content {
  position: relative;
  padding-top: 20px;
}

.single-shop .product-content h3 {
  margin-bottom: 10px;
  color: var(--color-terciary);
  font-size: 24px;
  font-weight: 500;
}

.single-shop .product-content h3 a {
  display: inline-block;
  color: var(--color-terciary);
  text-decoration: none;
}

.single-shop .product-content span {
  color: #b3b4b4;
  text-transform: uppercase;
}

.single-shop .product-content .bar {
  height: 1px;
  width: 100%;
  background: #c8cacd;
  margin: 20px auto 20px 0;
  position: relative;
}

.single-shop .product-content .rating {
  padding-left: 0;
  margin-bottom: 0;
}

.single-shop .product-content .rating li {
  color: #ffb708;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

.single-shop .product-content .rating .rating1 {
  color: #cdcdcf;
}

.single-shop .product-content b {
  font-size: 18px;
  color: #ea423c;
  font-weight: 500;
}

.single-shop .product-content .cart-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.single-shop .product-content .cart-icon i {
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ededee;
  color: #b5b5b6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.single-shop .product-content .cart-icon i:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.single-shop:hover .product-image .add-to-cart-btn {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.single-shop:hover .product-image .percentage {
  color: #ffffff;
  background-color: var(--color-primary);
}

.woocommerce-topbar {
  margin-bottom: 40px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #666666;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 17px 35px 13px 20px;
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.11);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: #164894 !important;
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 700;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

.single-product {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-product .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.single-product .product-image a img {
  -webkit-transition: .6s;
  transition: .6s;
}

.single-product .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 18px 20px 13px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.single-product .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-product .product-image .add-to-cart-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary);
}

.single-product .product-content {
  padding: 30px 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product .product-content h3 {
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 700;
}

.single-product .product-content h3 a {
  display: inline-block;
  color: var(--color-terciary);
  text-decoration: none;
}

.single-product .product-content .price {
  color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
}

.single-product .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.single-product .product-content .rating {
  margin-top: 12px;
  color: #ffb708;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

.single-product .product-content .rating i {
  margin-right: -1px;
}

.single-product .product-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.single-product:hover .product-content::before {
  height: 100%;
}

.single-product:hover .product-content h3 a {
  color: #ffffff;
}

.single-product:hover .product-content .price {
  color: #ffffff;
}

.single-product:hover .product-content .price .old {
  color: #ffffff;
}

.single-product:hover .product-content .rating {
  color: #ffffff;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0 0 15px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-weight: 700;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: .6s;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: #666666;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.cart-table table tbody tr td.product-name a:hover {
  color: var(--color-primary);
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: var(--color-primary);
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: .6s;
  transition: .6s;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: var(--color-primary);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: var(--color-primary);
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 17px;
  font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: var(--color-primary);
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: var(--color-primary);
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: var(--color-primary);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: var(--color-primary);
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 530px;
}

.cart-buttons .shopping-coupon-code .form-control {
  height: 53px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #164894;
}

.cart-buttons .shopping-coupon-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  background: #164894;
  color: #ffffff;
  border: none;
  padding: 0 25px;
  line-height: 54px;
  font-weight: 600;
  outline: 0;
  -webkit-transition: .6s;
  transition: .6s;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-buttons .shopping-coupon-code button:hover {
  background-color: #3a60cd;
  color: #ffffff;
}

.cart-buttons .default-btn {
  padding: 14px 30px;
  background-color: var(--color-primary);
  color: #ffffff;
  border: 1px solid #164894;
  text-decoration: none;
  display: inline-block;
}

.cart-buttons .default-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary);
  -webkit-transition: .6s;
  transition: .6s;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 620px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}

.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: var(--color-terciary);
  overflow: hidden;
  font-weight: 600;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li b {
  font-weight: 500;
}

.cart-totals ul li span {
  float: right;
  color: #666666;
  font-weight: normal;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #0f123b;
  position: relative;
}

.user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.user-actions i {
  color: var(--color-terciary);
  margin-right: 2px;
}

.user-actions span {
  display: inline-block;
  font-weight: 400;
  color: var(--color-terciary);
  font-size: 16px;
}

.user-actions span a {
  display: inline-block;
  color: var(--color-terciary);
  text-decoration: none;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: var(--color-primary);
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}

.billing-details .title::before {
  content: '';
  position: absolute;
  background: #164894;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 400;
}

.billing-details .form-group label .required {
  color: var(--color-terciary);
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 53px;
  color: #666666;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #164894 !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-group .form-control {
  height: 50px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billing-details .form-group .form-control:focus {
  border-color: var(--color-primary);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.billing-details .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.billing-details .form-check {
  margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
  color: var(--color-terciary);
}

.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 24px;
  font-weight: 700;
}

.order-details .title::before {
  content: '';
  position: absolute;
  background: #164894;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #666666;
  border-color: #eaedff;
  font-size: 15.5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #666666;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: var(--color-primary);
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #666666;
  font-weight: 500;
}

.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 600;
}

.order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: var(--color-terciary);
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #164894;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .payment-box .default-btn.order-btn {
  display: block;
  margin-top: 25px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

/*================================================
Product Details Area CSS
=================================================*/
.product-details-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.product-details-desc .price {
  margin-bottom: 10px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
}

.product-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
}

.product-details-desc .product-review {
  margin-bottom: 15px;
}

.product-details-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-details-desc .product-review .rating i {
  color: #ffba0a;
}

.product-details-desc .product-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
}

.product-details-desc .product-review .rating-count:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
  text-decoration: none;
}

.product-details-desc .product-add-to-cart {
  margin-top: 20px;
}

.product-details-desc .product-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.product-details-desc .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 50px;
  height: 100%;
  line-height: 55px;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .product-add-to-cart .input-counter span.minus-btn {
  left: 0;
}

.product-details-desc .product-add-to-cart .input-counter span.plus-btn {
  right: 0;
}

.product-details-desc .product-add-to-cart .input-counter span:hover {
  color: var(--color-primary);
}

.product-details-desc .product-add-to-cart .input-counter input {
  height: 50px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .input-counter input::placeholder {
  color: #000000;
}

.product-details-desc .product-add-to-cart .default-btn {
  position: relative;
  border: none;
  padding: 12px 30px;
  background-color: var(--color-primary);
  color: #ffffff;
  border: 1px solid #164894;
}

.product-details-desc .product-add-to-cart .default-btn i {
  margin-right: 2px;
}

.product-details-desc .product-add-to-cart .default-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary);
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}

.product-details-desc .buy-checkbox-btn input {
  display: none;
}

.product-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.product-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  -webkit-transform: scale(1);
          transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  display: block;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
}

.product-details-desc .buy-checkbox-btn .cbx span:last-child {
  position: relative;
  top: 2px;
  padding-left: 4px;
  color: #666666;
}

.product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: var(--color-primary);
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #164894;
  border-color: var(--color-primary);
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  -webkit-transform: scale(3.5);
          transform: scale(3.5);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.product-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 15px;
}

.product-details-desc .buy-checkbox-btn .btn-light {
  background-color: #f2f2f2;
  border: none;
  padding: 13px 25px 10px 25px;
  -webkit-transition: .6s;
  transition: .6s;
  font-weight: 600;
  display: block;
  width: 100%;
}

.product-details-desc .buy-checkbox-btn .btn-light:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.product-details-desc .custom-payment-options {
  margin-top: 20px;
}

.product-details-desc .custom-payment-options span {
  display: block;
  color: #666666;
  margin-bottom: 8px;
}

.product-details-desc .custom-payment-options .payment-methods a {
  display: inline-block;
}

.product-details-desc .custom-payment-options .payment-methods a img {
  width: 40px;
}

.products-details-tab {
  margin-top: 25px;
}

.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: var(--color-terciary);
  border: 1px solid #cbcbcb;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 15px;
}

.products-details-tab .tabs li a:hover, .products-details-tab .tabs li a:focus {
  color: #ffffff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

    .products-details-tab .tab_content {
        /*border: 1px solid #cbcbcb;*/
        padding: 30px 40px;
    }

.products-details-tab .tab_content .tabs_item {
  display: none;
}

.products-details-tab .tab_content .tabs_item:first-child {
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #666666;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
  display: inline-block;
  width: 30%;
  color: var(--color-terciary);
  font-weight: 700;
}

    .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
        margin-bottom: 4px;
        font-size: 17px;
        font-weight: 400; 
    }

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
  position: relative;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 14px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 14px 25px;
  background-color: var(--color-primary);
  border: 1px solid #164894;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .default-btn:hover {
  background-color: #ffffff;
  color: var(--color-primary);
  text-decoration: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px solid #cbcbcb;
  padding-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
  color: #ffba0a;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
  font-size: 14px;
  color: #ebebeb;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #666666;
  top: 40px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
  color: var(--color-primary);
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
  margin-top: 30px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form h3 {
  margin-bottom: 20px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form {
  max-width: 100%;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
  margin-bottom: 15px;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
  height: 55px;
  -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: none;
}

.products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea.form-control {
  padding-top: 15px;
  height: auto;
}

.related-products {
  margin-top: 70px;
  text-align: center;
}

.related-products .products-title {
  margin-bottom: 30px;
  text-align: center;
}

.related-products .products-title span {
  font-size: 14px;
  color: var(--color-primary);
}

.related-products .products-title h2 {
  font-size: 30px;
  color: var(--color-terciary);
  margin: 10px 0 0 0;
}

.related-products .single-product-box {
  margin-bottom: 0;
  margin-top: 30px;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-area {
  position: relative;
  z-index: 1;
  background-image: url(../../img/projects-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.projects-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.9;
}

.projects-area .section-title span {
  color: var(--color-secondary);
}

.projects-area .section-title h2 {
  color: #ffffff;
}

.projects-area .section-title p {
  color: #ffffff;
}

.projects-area .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.projects-area.two {
  background-image: unset;
}

.projects-area.two::before {
  display: none;
}

.projects-area.two .section-title span {
  color: var(--color-secondary);
}

.projects-area.two .section-title h2 {
  color: var(--color-terciary);
}

.projects-area.two .section-title p {
  color: #4f4f5b;
}

.projects-area.two .container-fluid {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

.projects-area.two .projects-item .content {
  max-width: 100%;
}

.projects-area.two .projects-item .image img {
  border-radius: 0;
}

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

.projects-area.bg-color {
  background-image: unset;
  background-color: #ffffff;
}

.projects-area.bg-color::before {
  display: none;
}

.projects-area.bg-color .section-title span {
  color: var(--color-secondary);
}

.projects-area.bg-color .section-title h2 {
  color: var(--color-terciary);
}

.projects-area.bg-color .section-title p {
  color: #4f4f5b;
}

.projects-area.bg-color .projects-item .content {
  background-color: #f3f3f3;
}

.projects-item {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.projects-item .image img {
  border-radius: 10px;
}

.projects-item .content {
  background-color: #ffffff;
  padding: 20px;
  max-width: 370px;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .content p {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .content p a {
  color: #060f1e;
}

.projects-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item:hover .content {
  max-width: 100%;
}

.projects-item:hover .content p a {
  color: #ffffff;
}

.projects-item:hover .content::before {
  width: 100%;
}

.projects-item-two {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.projects-item-two .content {
  background-color: #ffffff;
  padding: 22px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.projects-item-two .content h3 {
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item-two .content h3 a {
  color: #060f1e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item-two .content p {
  text-transform: lowercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.projects-item-two .content::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item-two .content .see-btn {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-terciary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item-two:hover .content h3 a {
  color: #ffffff;
}

.projects-item-two:hover .content p {
  color: #ffffff;
}

.projects-item-two:hover .content::before {
  height: 100%;
}

.projects-item-two:hover .content .see-btn {
  color: #ffffff;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area .container-fluid {
  padding-left: 0;
}

.testimonials-slider .testimonials-item {
  max-width: 560px;
  margin: auto;
  text-align: center;
}

.testimonials-slider .testimonials-item .content span {
  color: var(--color-primary);
}

.testimonials-slider .testimonials-item .content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 30px;
}

.testimonials-slider .testimonials-item .content p {
  font-size: 20px;
  margin-bottom: 0;
}

.testimonials-slider .testimonials-item .content .icon {
  margin-bottom: 16px;
}

.testimonials-slider .testimonials-item .content .icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #e1f1fc;
  color: var(--color-primary);
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
}

.testimonials-slider .testimonials-item .content .info {
  margin-top: 20px;
}

.testimonials-slider .testimonials-item .content .info img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.testimonials-slider .testimonials-item .content .info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

.testimonials-slider .testimonials-item .content .info p {
  font-size: 14px;
  margin-bottom: 0;
}

.testimonials-slider .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0px;
}

.testimonials-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #6c9dfb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.testimonials-slider .owl-dots .owl-dot:hover span, .testimonials-slider .owl-dots .owl-dot.active span {
  background-color: var(--color-primary);
}

.testimonials-slider .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: #f3f9fd;
  line-height: 1;
}

.partner-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.partner-list .partner-item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.partner-list .partner-item a {
  display: block;
  text-align: center;
  position: relative;
}

.partner-list .partner-item:nth-child(6) {
  margin-left: 20%;
}

.single-partner-item {
  text-align: center;
}

.single-partner-item a {
  display: block;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
}

/*================================================
Emergency Area CSS
=================================================*/
.emergency-area {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.emergency-area .container-fluid {
  max-width: 1300px;
}

.emergency-area.bg-top {
  margin-top: 0;
}

.emergency-item {
    text-align: center;
    margin-bottom:20px;
}
    .emergency-item img:hover {
        transform: scale(1.2);
        transition: 0.3s;
    }
    .emergency-item .image {
        overflow: hidden;
        width: 100%;
        display: block;
        border-radius: 15px 15px 0px 0px;
        border: solid 1px var(--color-primary);
        transition: 0.3s;
        height: 130px;
        width: 100%;
        object-fit: contain;
        border-bottom: none;
        /* padding: 10px;*/
    } 

    .emergency-item .content {
        margin: auto;
        background: #faf3e8;
        padding: 10px 10px;
        position: relative;
        transition: 0.4s;
        border: 1px solid var(--color-terciary);
        border-radius: 0px 0px 15px 15px;
    }

        .emergency-item .content h3 {
            font-size: 15px;
            font-weight: 400;
            color: var(--color-terciary);
            margin-top: 10px;
            margin-bottom: 0px;
        }

        .emergency-item .content p a {
            color: var(--color-terciary);
            font-weight: 200;
            font-size: 14px;
        }

.emergency-form {
  background-color: #ffffff;
  padding: 60px 40px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  position: relative;
}

.emergency-form .content {
  margin-bottom: 25px;
}

.emergency-form .content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.emergency-form .content i {
  color: var(--color-primary);
  font-size: 35px;
  margin-right: 5px;
}

.emergency-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.emergency-form .form-group .form-control {
  padding: 14px 14px 18px 45px;
  border: 1px solid #d6f1fe;
  color: #5d5d5d;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  height: 55px;
}

.emergency-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.emergency-form .form-group i {
  position: absolute;
  top: 16px;
  left: 20px;
  line-height: 1;
  font-size: 18px;
  color: var(--color-terciary);
  z-index: 1;
  font-weight: bold;
}

.emergency-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 30px;
  padding-left: 42px;
  border: 1px solid #d6f1fe;
  color: #5d5d5d;
  border-radius: 0;
  background-color: #ffffff;
}

.emergency-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.emergency-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: var(--color-terciary);
  padding-left: 20px;
  padding-right: 20px;
}

.emergency-form .nice-select .list .option:hover {
  background-color: #164894 !important;
  color: #ffffff;
}

.emergency-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.emergency-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}

.emergency-form .appointment-btn {
  text-align: center;
}

.emergency-form.two {
  padding: 75px 40px;
}

/*================================================
Treatment Area CSS
=================================================*/
        .treatment-area .container-fluid {
  max-width: 1300px;
  margin: auto;
}

.treatment-content span {
  font-size: 18px;
  color: var(--color-primary);
}

.treatment-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

.treatment-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.treatment-content .treatment-features {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
}

.treatment-content .treatment-features li {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.treatment-content .treatment-features li span {
  display: block;
  background-color: #f2f6fe;
  border-radius: 5px;
  padding: 20px 20px 20px 60px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-terciary);
  font-weight: 500;
  font-size: 18px;
}

.treatment-content .treatment-features li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.treatment-content .treatment-features li span::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-color: #2a2b7c;
  left: 30px;
  top: 22px;
  border-radius: 2px;
}

.treatment-content .treatment-features li span:hover {
  color: var(--color-terciary);
}

.treatment-content .treatment-features li span:hover::before {
  width: 100%;
}

.treatment-content .treatment-features li:hover span {
  color: #ffffff;
}

/*================================================
Choose Area CSS
=================================================*/
.choose-area {
  background-color: #eff2fc;
  overflow: hidden;
}

.choose-area .container-fluid {
  max-width: 1300px;
  margin: auto;
}

.choose-content span {
  font-size: 18px;
  color: var(--color-primary);
}

.choose-content h3 {
  font-size: 34px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.choose-overview-content {
  background-color: #ffffff;
  padding: 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.choose-overview-content h4 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
}

.choose-overview-content p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-overview-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  border-radius: 0;
  background-color: var(--color-primary);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.choose-overview-content:hover::before {
  height: 100%;
}

.choose-overview-content:hover h4 {
  color: #ffffff;
}

.choose-overview-content:hover p {
  color: #ffffff;
}

/*================================================
Clients Area CSS
=================================================*/
.clients-area {
    position: relative; /* necessário para o posicionamento do ::before */
    background-color: #faf3e8;
    overflow: hidden; /* opcional, caso o ::before ultrapasse os limites */
}

    .clients-area .section-title span, .clients-area .section-title h2, .clients-area .section-title p{
        position: relative;
        z-index: 4;
    }
    .clients-area::before {
        content: ""; /* necessário para que o pseudo-elemento apareça */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../img/fundorj-claro2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 58% 48%;
        opacity: 0.45;
        z-index: 0; /* ou -1 se quiser ficar atrás de tudo */
    }

.clients-area.bg-ffffff {
  background-color: #ffffff;
}

.clients-area.bg-ffffff .clients-item {
  -webkit-transform: 0.5s;
          transform: 0.5s;
  background-color: #f3f3f3;
}

.clients-area.bg-ffffff .clients-item:hover {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

.clients-slider .clients-item {
  text-align: center;
  background-color: #ffffff;
  padding: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.clients-slider .clients-item .content p {
  margin-top: 18px;
  margin-bottom: 0;
}

.clients-slider .clients-item .content .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
}

.clients-slider .clients-item .content .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #ffffff;
  color: var(--color-primary);
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  border-radius: 50px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.clients-slider .clients-item .content .info {
  margin-top: 20px;
}

.clients-slider .clients-item .content .info img {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.clients-slider .clients-item .content .info h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 3px;
}

.clients-slider .clients-item .content .info p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.clients-slider .clients-item:hover .icon i {
  background-color: var(--color-primary);
  color: #ffffff;
}

.clients-slider .owl-dots {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.clients-slider .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ef7b278c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.clients-slider .owl-dots .owl-dot:hover span, .clients-slider .owl-dots .owl-dot.active span {
  background-color: var(--color-secondary);
}

.clients-slider .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.clients-slider .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

/*================================================
Step One Area CSS
=================================================*/
.step-one-image img {
  border-radius: 50%;
}

.step-one-content span {
  color: var(--color-primary);
}

.step-one-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 15px;
}

.step-one-content b {
  font-size: 20px;
  color: #4f4f5b;
  font-weight: 500;
}

.step-one-content .step-btn {
  margin-top: 25px;
}

/*================================================
Step Two Area CSS
=================================================*/
.step-two {
  background-color: var(--color-terciary);
}

.step-two.bg-color {
  background-color: #ffffff;
  border-top: 1px solid #f3f3f3;
}

.step-two.bg-color .step-two-content h3 {
  color: var(--color-terciary);
}

.step-two.bg-color .step-two-content p {
  color: var(--color-terciary);
}

.step-two.bg-color .step-two-content b {
  color: var(--color-terciary);
}

.step-two.bg-color .step-two-image img {
  border-radius: 50%;
}

.step-two-content span {
  color: var(--color-primary);
}

.step-two-content h3 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 15px;
}

.step-two-content p {
  color: #ffffff;
}

.step-two-content b {
  font-size: 20px;
  color: #4f4f5b;
  font-weight: 500;
  color: #ffffff;
}

.step-two-content .step-btn {
  margin-top: 25px;
}

/*================================================
Step Three Area CSS
=================================================*/
.step-three-content span {
  color: var(--color-primary);
}

.step-three-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 15px;
}

.step-three-content b {
  font-size: 20px;
  color: #4f4f5b;
  font-weight: 500;
}

.step-three-content .step-btn {
  margin-top: 25px;
}

.step-three.bg-color {
  border-top: 1px solid #f3f3f3;
}

.step-three.bg-color .step-three-image img {
  border-radius: 50%;
}

/*================================================
Step Four Area CSS
=================================================*/
.step-four {
  position: relative;
  z-index: 1;
}

.step-four.bg-color {
  border-top: 1px solid #f3f3f3;
}

.step-four.bg-color .step-four-image img {
  border-radius: 50%;
}

.step-four-content span {
  color: var(--color-primary);
}

.step-four-content h3 {
  font-size: 38px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 15px;
}

.step-four-content b {
  font-size: 20px;
  color: #4f4f5b;
  font-weight: 500;
}

.step-four-content .step-btn {
  margin-top: 25px;
}

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

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
  background-attachment: fixed;
}
.page-title-area2 {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 360px;
    background-attachment: fixed;
}
.page-title-area.item-bg-1 {
  background-image: url(../../img/page-title/bg-1.jpg);
}

.page-title-area.item-bg-2 {
  background-image: url(../../img/page-title/bg-2.jpg);
}

.page-title-area.item-bg-3 {
  background-image: url(../../img/page-title/bg-3.jpg);
}

.page-title-area.item-bg-4 {
  background-image: url(../../img/page-title/bg-4.jpg);
}

.page-title-area.item-bg-5 {
  background-image: url(../../img/page-title/bg-5.jpg);
}

.page-title-area.item-bg-6 {
  background-image: url(../../img/page-title/bg-6.jpg);
}

    .page-title-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #033a35 0%, #21392dde 50%, #062322 100%);
        opacity: .77;
    }

    .page-title-area::after {
        filter: blur(1.2px);
    }
.page-title-area2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #033a35 0%, #21392dde 50%, #062322 100%);
    opacity: .77;
}

.page-title-area2::after {
    filter: blur(1.2px);
}


.page-title-content-noticias h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-family: "Lato", sans-serif; /* É nephilm , mas estou testando a lato */
    font-size: 27px;
}

.page-title-content-noticias {
    text-align: center;
}

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

        .page-title-content-noticias ul li {
            color: #ffffff;
            display: inline-block;
            position: relative;
            font-weight: 400;
            font-size: 17px;
            margin-left: 10px;
            margin-right: 10px;
        }

            .page-title-content-noticias ul li a {
                display: inline-block;
                color: #ffffff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .page-title-content-noticias ul li a:hover {
                    color: var(--color-primary);
                }

            .page-title-content-noticias ul li::before {
                content: '';
                position: absolute;
                right: -15px;
                top: 11px;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: var(--color-primary);
            }

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


.page-title-content h2 {
    margin-bottom: 4px;
    color: #ffffff;
    font-family: "Lato", sans-serif; /* É nephilm , mas estou testando a lato */
    font-size: 35px;
}

.page-title-content {
    text-align: center;
    text-shadow: 1px 4px 4px #00000085;
    margin-top: 6rem;
}
.page-title-area2
.page-title-content {
    text-align: center;
    text-shadow: 1px 4px 4px #00000085;
    margin-top: 7rem;
}
    .page-title-area2
    .page-title-content h2 {
        margin-bottom: 10px;
        color: #ffffff;
        /* font-family: "Lato", sans-serif; /* É nephilm , mas estou testando a lato */ */
        font-size: 27px;
        font-family: "Lato", sans-serif;
    }
    .page-title-area2
    .page-title-content h4 {
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 400;
    }
.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 12px;
    margin-bottom: 0;
}

        .page-title-content ul li {
            color: #ffffff;
            display: inline-block;
            position: relative;
            font-weight: 400;
            font-size: 17px;
            margin-left: 5px;
            margin-right: 5px;
        }

            .page-title-content ul li a {
                display: inline-block;
                color: #ffffff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .page-title-content ul li a:hover {
                    color: var(--color-primary);
                }

            .page-title-content ul li::before {
                content: '';
                position: absolute;
                right: -9px;
                top: 12px;
                width: 4px;
                height: 4px;
                border-radius: 100%;
                background-color: var(--color-primary);
            }

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

/*================================================
Faq Area CSS
=================================================*/
/*.faq-accordion-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 40px;
}*/

.faq-accordion-content.bg-color {
  background-color: transparent;
  padding: 0;
}

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

    .faq-accordion-content .accordion .accordion-item {
        display: block;
        margin-bottom: 13px;
        background: transparent;
    }

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

    .faq-accordion-content .accordion .accordion-title {
        padding: 8px 50px 8px 16px;
        color: var(--color-terciary);
        position: relative;
        border: 1px solid var(--color-terciary);
        margin-bottom: -1px;
        display: block;
        font-size: 15px;
        font-weight: 500;
        border-radius: 20px;
        background: transparent;
        /* border-top: none;*/
    }

        .faq-accordion-content .accordion .accordion-title i {
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            text-align: center;
            height: 100%;
            background: transparent;
            color: var(--color-terciary);
            border-radius: 50px;
        }

.faq-accordion-content .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 13px;
}

        .faq-accordion-content .accordion .accordion-title.active {
            border-bottom: none;
            border-radius: 20px 20px 0px 0px;
        }

.faq-accordion-content .accordion .accordion-title.active i::before {
  content: "\f068";
}

    .faq-accordion-content .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 21px 15px 15px 15px;
        border: 1px solid #062322;
        font-size: 15px;
        margin-top: -16px;
        z-index: 1;
        border-top: none;
        border-radius: 0 0 20px 20px;
    }

.faq-accordion-content .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 70px;
}

.faq-contact-form {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.faq-contact-form form .form-group {
  margin-bottom: 15px;
}

.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 60px;
  font-size: 15px;
}

.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}

.faq-contact-form form .btn {
  margin-top: 8px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
}

.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.faq-contact-form form .help-block ul li {
  color: red;
  font-weight: 300;
  text-align: left;
}

.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 300;
}

.faq-contact-form .send-btn {
  margin-top: 10px;
}

.faq-contact-form .send-btn .optional-btn {
  margin-left: 0;
}

.faq-image {
  background-image: url(../../img/faq.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.faq-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.faq-image .video-btn i {
  font-size: 30px;
  position: relative;
  top: 0;
  left: 4px;
}

.faq-image .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.faq-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.faq-image .video-btn:hover, .faq-image .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: var(--color-primary);
}

.faq-area .container-fluid {
  max-width: 1300px;
}

/*================================================
Service Details CSS
=================================================*/
        .service-details-image {
  margin-bottom: 30px;
}

.service-details-content p {
    margin-bottom: 5px;
}

.service-details-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content ul, .service-details-content ol {
  padding-left: 17px;
}

.service-details-content ul li, .service-details-content ol li {
  line-height: 1.7;
  margin-bottom: 5px;
}

.service-details-content ul li:last-child, .service-details-content ol li:last-child {
  margin-bottom: 0;
}

.service-details-content .service-details-info {
    padding: 7px;
    border-bottom: 2px solid var(--color-secondary);
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

    .service-details-content .service-details-info .single-info-box {
        display: inline-flex;
        padding-left: 15px;
        padding-right: 15px;
    }

        .service-details-content .service-details-info .single-info-box h4 {
            margin-bottom: 0px;
            font-size: 16px;
            font-weight: 500;
            margin-right: 5px;
        }

.service-details-content .service-details-info .single-info-box span {
  display: block;
  color: #4f4f5b;
  font-size: 15px;
}
        .service-details-content .service-details-info .single-info-box i {
            margin-right: 5px;
            color: var(--color-terciary);
        }


.service-details-content .service-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-content .service-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 5px;
}

    .service-details-content .service-details-info .single-info-box .social li a i {
        margin-right:0px;
    }

    .service-details-content .service-details-info .single-info-box .social li a {
        background-color: transparent;
        color: var(--color-primary);
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        border-radius: 53px;
        line-height: 8px;
        border: solid 1px var(--color-primary);
    }

.service-details-content .service-details-info .single-info-box .social li a:hover {
  background: var(--color-primary);
  color:#fff !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

        .service-details-content .service-details-info .single-info-box:last-child {
            text-align: center;
            align-items: center;
        }

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

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: var(--color-terciary);
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: var(--color-secondary);
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Projects Details Area CSS
=================================================*/
.projects-details-header {
  margin-bottom: 30px;
}

.projects-details-header h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.projects-details-desc h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.projects-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.projects-details-desc .features-list li {
  position: relative;
  color: #4f4f5b;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.8;
}

.projects-details-desc .features-list li i {
  color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 8px;
}

.projects-details-desc .features-list li:last-child {
  margin-bottom: 0;
}

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

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

.widget-projects-area .widget_projects_info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-projects-area .widget_projects_info ul li {
  color: #4f4f5b;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget-projects-area .widget_projects_info ul li:first-child {
  padding-top: 0;
}

.widget-projects-area .widget_projects_info ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget-projects-area .widget_projects_info ul li span {
  display: inline-block;
  color: var(--color-terciary);
  font-weight: 600;
}

.widget-projects-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  margin-top: 30px;
  background-image: url(../../img/projects-details/emergency-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-projects-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: .77;
}

.widget-projects-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}

.widget-projects-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}

.widget-projects-area .widget_contact .text a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
  font-family: "Lato", sans-serif; /* É nephilm , mas estou testando a lato */
}

/*================================================
Sign In CSS
=================================================*/
.sign-in-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.sign-in-form .sign-in-title {
  text-align: center;
  margin-bottom: 30px;
}

.sign-in-form .sign-in-title h3 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
}

.sign-in-form .sign-in-title p {
  margin-bottom: 30px;
}

.sign-in-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: var(--color-terciary);
  padding-left: 20px;
  background: transparent;
}

.sign-in-form form .form-control:focus {
  border-color: var(--color-primary);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sign-in-form form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.sign-in-form form .form-control:-ms-input-placeholder {
  color: #666666;
}

.sign-in-form form .form-control::-ms-input-placeholder {
  color: #666666;
}

.sign-in-form form .form-control::placeholder {
  color: #666666;
}

.sign-in-form form .form-check {
  margin-top: 18px;
}

.sign-in-form form .form-check .form-check-label {
  color: #666666;
  position: relative;
  top: -2px;
  z-index: 1;
}

.sign-in-form form .form-check-input {
  margin-top: 3px;
}

.sign-in-form form .send-btn {
  margin-top: 20px;
}

.sign-in-form form .send-btn .default-btn {
  color: #ffffff;
}

.sign-in-form form span {
  display: block;
  color: #777777;
}

.sign-in-form form span a {
  color: var(--color-primary);
}

.sign-in-form .forgot-password {
  margin-bottom: 0;
  margin-top: -25px;
}

.sign-in-form .forgot-password a {
  color: #777777;
}

.sign-in-form .forgot-password a:hover {
  color: var(--color-primary);
}

/*================================================
Sign Up CSS
=================================================*/
.signup-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.signup-form h3 {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}

.signup-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: var(--color-terciary);
  padding-left: 20px;
  background: transparent;
}

.signup-form form .form-control:focus {
  border-color: var(--color-primary);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

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

.signup-form form .form-control::placeholder {
  color: #666666;
}

.signup-form form .form-check {
  margin-top: 18px;
}

.signup-form form .form-check .form-check-label {
  color: #666666;
  position: relative;
  top: 0;
}

.signup-form form .form-check-input {
  margin-top: 4px;
}

.signup-form form .send-btn {
  margin-top: 20px;
}

.signup-form form .send-btn .default-btn {
  color: #ffffff;
}

.signup-form form span {
  display: block;
  color: #666666;
}

.signup-form form span a {
  color: var(--color-primary);
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 50px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

.error-content .default-btn {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .default-btn:hover {
  background-color: #6c9dfb;
}

/*================================================
Privacy Area CSS
=================================================*/
.privacy-image {
  margin-bottom: 30px;
  position: relative;
}

.privacy-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.privacy-image .video-btn i {
  font-size: 30px;
  position: relative;
  top: 0;
  left: 4px;
}

.privacy-image .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.privacy-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.privacy-image .video-btn:hover, .privacy-image .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: var(--color-primary);
}

.single-privacy h3 {
  font-size: 30px;
  margin: 0 0 12px 0;
  font-weight: 500;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-area .section-title {
  margin-top: 60px;
}

.contact-form {
  text-align: center;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  background-color: #f3f3f3;
  border: none;
  height: 60px;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.contact-form form .form-control:focus {
  background-color: transparent;
  border-color: var(--color-primary);
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.contact-info-box {
    /* text-align: center; */
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08); */
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); */
    background: #ffffff;
    padding: 13px 20px 17px;
    margin: 20px 0px 20px 0px;
    border: 1px solid #8f8f8f42;
}

    .contact-info-box .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: var(--color-primary);
        border-radius: 50%;
        font-size: 20px;
        color: #fdfaf7;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        display: block;
        text-align: center;
        margin-right: 10px;
        border: solid 1px;
    }
.title-contact{
  display: flex ;
      flex-direction: row;
      align-content: center;
      align-items: center;
      margin-bottom: 13px;
}
.contact-info-box h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}

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

.contact-info-box p a {
  display: inline-block;
  color: #4f4f5b;
}

.contact-info-box p a:hover {
  color: var(--color-primary);
}

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

.contact-info-box:hover .icon {
  background-color: var(--color-primary);
  color: #ffffff;
  border: solid 1px var(--color-primary);
}

/*================================================
Solution Details Area CSS
=================================================*/
.solution-details-image {
  margin-bottom: 30px;
}

.solution-details-content .details-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.solution-details-content .details-list li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  color: #001430;
  margin-bottom: 15px;
}

.solution-details-content .details-list li:last-child {
  margin-bottom: 0;
}

.solution-details-content .details-list i {
  font-weight: bold;
  color: #001430;
  margin-right: 5px;
}

.solution-details-overview {
  margin-top: 45px;
}

.solution-details-overview h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.solution-details-overview .text {
  margin-top: 30px;
}

.solution-details-overview .solution-details-video {
  margin-top: 30px;
  position: relative;
}

.solution-details-overview .solution-details-video .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.solution-details-overview .solution-details-video .video-btn i {
  font-size: 30px;
  position: relative;
  top: 0;
  left: 4px;
}

.solution-details-overview .solution-details-video .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.solution-details-overview .solution-details-video .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #164894;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.solution-details-overview .solution-details-video .video-btn:hover, .solution-details-overview .solution-details-video .video-btn .video-content .video-btn:focus {
  background-color: #ffffff;
  color: var(--color-primary);
}

.solution-details-sidebar .title h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
}

.solution-details-sidebar .title h3::before {
  content: '';
  position: absolute;
  background: var(--color-secondary);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.solution-details-sidebar .content .list {
  padding-left: 0;
  margin-bottom: 30px;
}

    .solution-details-sidebar .content .list li {
        list-style-type: none;
        font-weight: 400;
        margin-bottom: 9px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.solution-details-sidebar .content .list li:last-child {
  margin-bottom: 0;
}

        .solution-details-sidebar .content .list li a {
            display: inline-block;
            color: var(--color-terciary);
            background-color: #faf3e8;
            padding: 7px 27px;
            margin-bottom: 10px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            width: 100%;
            border-radius: 50px;
        }

.solution-details-sidebar .content .list li a:last-child {
  margin-bottom: 0;
}

.solution-details-sidebar .content .list li a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

    .solution-details-sidebar .content .list i {
        float: left;
        position: relative;
        top: 4px;
        margin-right: 11px;
        font-weight: 600;
    }

.solution-details-sidebar .details-form {
  margin-bottom: 30px;
}

.solution-details-sidebar .details-form form {
  position: relative;
}

.solution-details-sidebar .details-form form .form-control {
  background-color: #f2f5fc;
  border: none;
  height: 60px;
  font-size: 16px;
}

.solution-details-sidebar .details-form form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.solution-details-sidebar .details-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.solution-details-sidebar .details-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.solution-details-sidebar .details-form form .help-block ul li {
  color: red;
}

.solution-details-sidebar .details-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.solution-details-sidebar .details-form form #msgSubmit.text-danger, .solution-details-sidebar .details-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 500;
}

.solution-details-sidebar .details-form form .default-btn {
  display: inline-block;
  width: 100%;
  border-radius: 0;
}

.solution-details-sidebar .details-form form i {
  position: absolute;
  right: 26px;
  top: 18px;
  font-size: 18px;
  color: var(--color-primary);
}

.solution-details-sidebar .details-image {
  position: relative;
}

.solution-details-sidebar .details-image .click-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  text-align: center;
}

.solution-details-sidebar .details-image .click-btn a {
  display: inline-block;
  padding: 14px 25px;
  background-color: #ffffff;
  color: var(--color-terciary);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.solution-details-sidebar .details-image .click-btn a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/*================================================
Single Blog Area CSS
=================================================*/
.single-blog-details .blog-details-image {
  margin-bottom: 25px;
}

.single-blog-details .content .list {
  padding-left: 0;
  margin-bottom: 0;
}

.single-blog-details .content .list li {
  list-style-type: none;
  display: inline-block;
  color: #777676;
  margin-right: 10px;
}

.single-blog-details .content .list li:last-child {
  margin-right: 0;
}

.single-blog-details .content .list li a {
  color: #777676;
}

.single-blog-details .content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 14px;
}

.single-blog-details .content p {
  margin-bottom: 0;
}

.single-blog-details .single-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-blog-details .details-features {
  padding-left: 0;
  margin-bottom: 0;
}

.single-blog-details .details-features li {
  list-style-type: none;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.single-blog-details .details-features li:last-child {
  margin-bottom: 0;
}

.single-blog-details .details-features li i {
  font-weight: bold;
  margin-right: 5px;
}

.single-blog-details .text {
  margin-bottom: 30px;
}

.single-blog-details .quote {
  background-color: #f4f4f4;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-details .quote p {
  font-size: 18px;
  color: #0c0c39;
  font-weight: 500;
  font-style: italic;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-details .quote p i {
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #0c0c39;
}

.single-blog-details .quote:hover {
  background-color: var(--color-primary);
}

.single-blog-details .quote:hover p {
  color: #ffffff;
}

.single-blog-details .quote:hover p i {
  color: #ffffff;
}

.single-blog-details .post-tags {
  margin-top: 30px;
}

.single-blog-details .post-tags .tags {
  padding-left: 0;
  margin-bottom: 0;
}

.single-blog-details .post-tags .tags li {
  list-style-type: none;
  display: inline-block;
}

.single-blog-details .post-tags .tags li span {
  margin-right: 10px;
  color: var(--color-terciary);
}

.single-blog-details .post-tags .tags li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f7f4f4;
  color: var(--color-terciary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-details .post-tags .tags li a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

.single-blog-details .related-posts {
  margin-top: 30px;
}

.single-blog-details .related-posts h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}

.single-blog-details .related-posts p {
  margin-bottom: 20px;
}

.single-blog-details .related-posts .posts-item {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-blog-details .related-posts .posts-item .image {
  position: relative;
}

.single-blog-details .related-posts .posts-item .image .date {
  display: inline-block;
  padding: 10px 20px;
  color: var(--color-terciary);
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.single-blog-details .related-posts .posts-item .image span {
  display: block;
}

.single-blog-details .related-posts .posts-item .content h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}

.single-blog-details .related-posts .posts-item .content h3 a {
  color: var(--color-terciary);
}

.single-blog-details .related-posts .posts-item .content h3 a:hover {
  color: #ffffff;
}

.single-blog-details .related-posts .posts-item .content p {
  margin-bottom: 12px;
  font-size: 15px;
}

.single-blog-details .related-posts .posts-item .content .posts-btn {
  display: inline-block;
  color: #4eb4f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-details .related-posts .posts-item:hover .content h3 a {
  color: var(--color-primary);
}

.single-blog-details .related-posts .posts-item:hover .content .posts-btn {
  color: #6c9dfb;
}

.single-blog-details .related-posts .posts-item:hover .image .date {
  color: #ffffff;
  background-color: var(--color-primary);
}

.single-blog-details .comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 24px;
  font-weight: 500;
}

.single-blog-details .comments-area ol, .single-blog-details .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-blog-details .comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-blog-details .comments-area .comment-list .children {
  margin-left: 40px;
}

.single-blog-details .comments-area .comment-body {
  border: 1px solid #eeeeee;
  color: var(--color-terciary);
  font-size: 14px;
  margin-bottom: 20px;
  position: relative;
  background-color: #f4f4f4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 150px;
  padding-right: 30px;
}

.single-blog-details .comments-area .comment-body .reply {
  position: absolute;
  top: 30px;
  right: 30px;
}

.single-blog-details .comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--color-terciary);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}

.single-blog-details .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #6c9dfb;
  border-color: #6c9dfb;
}

.single-blog-details .comments-area .comment-body:hover {
  background-color: transparent;
  border: 1px solid #eeeeee;
}

.single-blog-details .comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 1;
}

.single-blog-details .comments-area .comment-author .avatar {
  height: 100px;
  left: -115px;
  position: absolute;
  width: 100px;
  border-radius: 50px;
}

.single-blog-details .comments-area .comment-author .fn {
  font-size: 20px;
  font-weight: 500;
}

.single-blog-details .comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #4f4f5b;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
}

.single-blog-details .comments-area .comment-metadata a {
  color: #4f4f5b;
}

.single-blog-details .comments-area .comment-metadata a:hover {
  color: var(--color-primary);
}

.single-blog-details .comments-area .comment-respond {
  margin-top: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 30px;
}

.single-blog-details .comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 24px;
  font-weight: 500;
}

.single-blog-details .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.single-blog-details .comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.single-blog-details .comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.single-blog-details .comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.single-blog-details .comments-area .comment-respond label {
  display: block;
  font-weight: 400;
  color: var(--color-terciary);
  margin-bottom: 5px;
}

.single-blog-details .comments-area .comment-respond input[type="date"], .single-blog-details .comments-area .comment-respond input[type="time"], .single-blog-details .comments-area .comment-respond input[type="datetime-local"], .single-blog-details .comments-area .comment-respond input[type="week"], .single-blog-details .comments-area .comment-respond input[type="month"], .single-blog-details .comments-area .comment-respond input[type="text"], .single-blog-details .comments-area .comment-respond input[type="email"], .single-blog-details .comments-area .comment-respond input[type="url"], .single-blog-details .comments-area .comment-respond input[type="password"], .single-blog-details .comments-area .comment-respond input[type="search"], .single-blog-details .comments-area .comment-respond input[type="tel"], .single-blog-details .comments-area .comment-respond input[type="number"], .single-blog-details .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-details .comments-area .comment-respond input[type="date"]:focus, .single-blog-details .comments-area .comment-respond input[type="time"]:focus, .single-blog-details .comments-area .comment-respond input[type="datetime-local"]:focus, .single-blog-details .comments-area .comment-respond input[type="week"]:focus, .single-blog-details .comments-area .comment-respond input[type="month"]:focus, .single-blog-details .comments-area .comment-respond input[type="text"]:focus, .single-blog-details .comments-area .comment-respond input[type="email"]:focus, .single-blog-details .comments-area .comment-respond input[type="url"]:focus, .single-blog-details .comments-area .comment-respond input[type="password"]:focus, .single-blog-details .comments-area .comment-respond input[type="search"]:focus, .single-blog-details .comments-area .comment-respond input[type="tel"]:focus, .single-blog-details .comments-area .comment-respond input[type="number"]:focus, .single-blog-details .comments-area .comment-respond textarea:focus {
  border-color: #6c9dfb;
}

.single-blog-details .comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.single-blog-details .comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.single-blog-details .comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.single-blog-details .comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.single-blog-details .comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}

.single-blog-details .comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #4f4f5b;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.single-blog-details .comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.single-blog-details .comments-area .comment-respond .form-submit input {
  background: #6c9dfb;
  border: none;
  color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}

.single-blog-details .comments-area .comment-respond .form-submit input:hover, .single-blog-details .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: var(--color-terciary);
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}

    .widget-area .widget .widget-title:before {
        content: ""; /* <- ESSENCIAL */
        position: absolute;
        background: var(--color-secondary);
        bottom: -1px;
        left: 0;
        width: 100px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(to right, var(--color-primary), var(--color-quaternary), var(--color-primary));
    }

 

.widget-area .widget_search form {
    position: relative;
    /* -webkit-box-shadow: 0px 0px 8px 0px rgb(3 58 53 / 13%); */
    /* box-shadow: 0px 0px 8px 0px rgb(3 58 53 / 13%); */
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid var(--color-primary);
    border-radius: 33px;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

    .widget-area .widget_search form .search-field {
        background-color: #ffffff;
        height: 20px;
        padding: 5px 4px;
        border: 1px solid #f9ba6e00;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .widget-area .widget_search form .search-field:focus {
            border: #ecf3ff00;
            background-color: transparent;
            border: none;
        }

    .widget-area .widget_search form button {
        position: absolute;
        right: 0px;
        outline: 0;
        bottom: 0px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        z-index: 1;
        border: none;
        color: #ffffff;
        background-color: var(--color-primary);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
        border-radius: 0px 50px 50px 0px;
    }

.widget-area .widget_search form button:hover {
  background-color: var(--color-terciary);
  color: #ffffff;
}

.widget-area .widget_search form button i {
  font-size: 17px;
}

.widget-area .widget_content .list {
  padding-left: 0;
  margin-bottom: 30px;
}

.widget-area .widget_content .list li {
  list-style-type: none;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_content .list li:last-child {
  margin-bottom: 0;
}

    .widget-area .widget_content .list li a {
        display: inline-block;
        color: var(--color-terciary);
        background-color: #ffffff;
        padding: 9px 25px 9px 15px;
        margin-bottom: 10px;
        -webkit-transition: 0.5s;
        border: 1px solid #e7e7e7;
        width: 100%;
        border-radius: 50px;
    }

.widget-area .widget_content .list li a:last-child {
  margin-bottom: 0;
}

        .widget-area .widget_content .list li a:hover {
            background-color: #faf3e8;
            color: #e6b372;
            border-radius: 50px;
        }

.widget-area .widget_content .list i {
  float: right;
  position: relative;
  top: 4px;
}

.widget-area .widget_tinzer_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_tinzer_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

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

    .widget-area .widget_tinzer_posts_thumb .item .thumb {
        float: left;
        height: 80px;
        overflow: hidden;
        position: relative;
        width: 80px;
        margin-right: 15px;
        border-radius: 15px;
    }

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../img/blog/image1.jpg);
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../img/blog/image2.jpg);
}

.widget-area .widget_tinzer_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../img/blog/image3.jpg);
}

.widget-area .widget_tinzer_posts_thumb .item .info {
  overflow: hidden;
/*  margin-top: 15px;*/
}

    .widget-area .widget_tinzer_posts_thumb .item .info time {
        display: block;
        color: #9999a1;
        text-transform: capitalize;
        font-size: 10px;
    }
    .widget-area .widget_tinzer_posts_thumb .item .info span { 
        font-size: 13px;
    }


    .widget-area .widget_tinzer_posts_thumb .item .info .title {
        margin-bottom: 2px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 400;
        margin-top: 2px; 
    }

.widget-area .widget_tinzer_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget-image {
  position: relative;
}

.widget-area .widget-image .click-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  text-align: center;
}

.widget-area .widget-image .click-btn a {
  display: inline-block;
  padding: 14px 25px;
  background-color: #ffffff;
  color: var(--color-terciary);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget-image .click-btn a:hover {
  background-color: var(--color-primary);
  color: #ffffff;
}

/*================================================
Fun Fact Area CSS
=================================================*/
.fun-fact-area .container-fluid {
  max-width: 1290px;
  margin: auto;
}

.single-counter {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  border: 1px solid #dfdfdf;
  padding: 30px 40px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter h3 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter h3 .sign-icon {
  display: inline-block;
  font-size: 36px;
  margin-left: -2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--color-terciary);
}

.single-counter p {
  line-height: initial;
  margin: 0 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #164894;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-counter:hover {
  border: 1px solid #164894;
}

.single-counter:hover::before {
  height: 100%;
}

.single-counter:hover h3 {
  color: #ffffff;
}

.single-counter:hover h3 .sign-icon {
  color: #ffffff;
}

.single-counter:hover p {
  color: #ffffff;
}

/*================================================
Overview Area CSS
=================================================*/
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: var(--color-terciary);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area .container-fluid {
  max-width: 1290px;
  margin: auto;
}

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

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

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

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

.single-footer-widget .footer-social {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .footer-social li {
  display: inline-block;
  margin-right: 10px;
  list-style-type: none;
}

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

    .single-footer-widget .footer-social i {
        display: inline-block;
        height: 33px;
        width: 33px;
        line-height: 35px;
        background-color: var(--color-primary);
        color: #ffffff;
        text-align: center;
        border-radius: 30px;
        font-size: 16px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .single-footer-widget .footer-social i:hover {
            background-color: var(--color-secondary);
        }

.single-footer-widget .instagram {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .instagram li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.single-footer-widget .instagram li img {
  max-width: 80px;
}

.single-footer-widget .footer-quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .footer-quick-links li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.single-footer-widget .footer-quick-links li a {
  color: #ffffff;
}

.single-footer-widget .footer-quick-links li a:hover {
  color: var(--color-primary);
  letter-spacing: 0px;
}

.single-footer-widget .footer-quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-info-contact {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

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

.single-footer-widget .footer-info-contact i {
  position: absolute;
  left: 0;
  font-size: 16px;
  color: var(--color-primary);
}

    .single-footer-widget .footer-info-contact h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

.single-footer-widget .footer-info-contact a {
  color: #ffffff;
}

.single-footer-widget .footer-info-contact a:hover {
  color: var(--color-primary);
}

.single-footer-widget .footer-info-contact span {
  font-size: 15px;
  color: #ffffff;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  top: -50%;
  left: 0;
  background-color: #ffffff;
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -24%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
  margin-left: 20%;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
    background-color: var(--color-secondary);
    text-align: center;
    padding-top: 18px;
    padding-bottom: 10px;
}

.copyright-area p {
  color: #efefef;
}

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

.copyright-area p a:hover {
  color: var(--color-primary);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 25px;
    color: #ffffff;
    background: linear-gradient(269deg, #b5824c 0%, #e6b372 50%, #b5824c 100%);
    z-index: 4;
    width: 44px;
    text-align: center;
    height: 44px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
}

    .go-top.active {
        top: 98%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
        color: var(--color-secondary);
    }

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #fff;
        opacity: 1; /* Garanta que o ícone esteja visível desde o início */
    }

        .go-top i:last-child {
            opacity: 1; 
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: var(--color-secondary);
        border: 2px solid var(--color-secondary);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
        color: var(--color-secondary);
    }

    .go-top:hover, .go-top:focus {
        color: #ffffff;
    }

        .go-top:hover::before, .go-top:focus::before {
            opacity: 1;
            visibility: visible;
            color: #ffffff;
        }

        .go-top:hover i:first-child, .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            color: #ffffff;
            visibility: hidden;
        }

        .go-top:hover i:last-child, .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%;
            color: #ffffff;
        }

.pt-0 { padding-top: 0px; }
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }

.p-0 { padding: 0px; }
.pb-0 { padding-bottom: 0px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }


.start-partners {
  background: #184798;
  padding: 30px;
  }
  
  .start-partners p {
  color: #fff;
  font-size: 23px;
  line-height: initial;
  }

.start-partners2 {
    position: relative; /* necessário para posicionamento absoluto funcionar no ::before */
    background: linear-gradient(269deg, #b5824c 0%, #e6b372 50%, #b5824c 100%);
    padding: 25px 20px 19px 20px;
    overflow: hidden; /* evita que a imagem ultrapasse */
}

    /*.start-partners2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/img/padraorg.svg');*/ /* ajuste o caminho conforme necessário */
        /*background-repeat: repeat;
        background-size: 100%;
        transform: rotate(-45deg);
        opacity: 0.2;
        z-index: 0;*/ /* fica abaixo do conteúdo */
    /*}*/

.start-partners2 p {
    color: #fff;
    font-size: 20px;
    line-height: initial;
}

.btn-outline-white {
    padding: 10px 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-weight: 500;
    border-radius: 50px;
}
  .btn-outline-white:hover {
    background: #fff;
    color: var(--color-primary);
    border: 1px solid #fff; 
  }

  .tp-map-content iframe {
    width: 100%;
    height: 535px;
}
.bg-f4f6fe{
  background: #f4f6fe;
}
.linksuteiscard {
    padding: 15px 20px;
    position: relative;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 9px;
    margin-bottom: 9px;
    border: 1px solid #bf8e5a73;
}
.linksuteiscard-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.linksuteiscard-head h3{
    font-size:1.2rem;
}
    .linksuteiscard-head .icon {
        font-size: 24px;
        padding: 5px;
        margin-right: 13px;
        margin-bottom: 4px;
        color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
        border-radius: 50px;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 31px;
    }

ul.linksuteis {
    list-style-type: circle;
    /* padding-left: 0; */
    margin: 0;
}

    ul.linksuteis li a {
        text-decoration: none; /* Remove o sublinhado do link */
        color: #2f2f2f;
        transition: color 0.3s;
    }

ul.linksuteis li a:hover {
  color: var(--color-secondary); /* Cor branca no hover */
}
.consulta-home{
 /* display: flex ;*/
      align-items: center;
      justify-content: flex-start;
}


.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 9px;
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

    .main-navbar .navbar .navbar-nav .nav-item.megamenu .container {
        display: block;
        flex-wrap: unset;
        align-items: unset;
        justify-content: unset;
    }

    .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
        width: 100%;
        top: auto;
        left: 0;
        margin-top: 0;
        padding: 16px 0;
        border: solid 1px #b3b3b3a1;
        position: absolute;
        transform: unset !important;
        margin-top: 9px;
        border-bottom: 2px solid var(--color-secondary);
    }

        .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
            text-transform: math-auto;
            padding: 1px 8px;
            margin: 0;
            position: relative;
            color: var(--color-terciary);
            font-size: 14px;
            font-weight: 400;
        }

            .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
                color: var(--color-primary);
                letter-spacing: 1px;
            }

        .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
            margin-top: 0;
        }

        .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
            position: relative;
            border-top: 1px solid #eeeeee;
            padding-top: 30px;
            margin-top: 30px;
        }

            .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
                width: 70px;
                height: 70px;
                position: relative;
                background: #f4f4f4;
                text-align: center;
                font-size: 40px;
                transition: var(--transition);
                color: var(--blackColor);
                margin-bottom: 15px;
                border-width: 1.5px;
                border-style: dashed;
                border-color: #eeeeee;
                border-radius: 50%;
            }

                .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                }

            .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
                margin-bottom: 0;
                font-size: 20px;
                font-weight: 800;
            }

            .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
                display: block;
                margin-top: 5px;
                color: var(--mainColor);
                font-weight: 600;
                font-size: 15px;
            }

            .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
                position: absolute;
                display: block;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 2;
            }

            .main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
                background-color: var(--mainColor);
                border-color: var(--whiteColor);
                color: var(--whiteColor);
            }

.main-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
    overflow: hidden;
}

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        border-top: 1px solid #eeeeee;
        padding-left: 0;
        padding-right: 0;
    }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }

        .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
            flex-basis: unset;
            flex-grow: unset;
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
            padding-top: 20px;
        }

            .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
                margin-bottom: 15px;
            }

            .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
                border-top: none;
            }

        .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
            display: flex;
            flex-wrap: wrap;
        }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }

.elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
}

.elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
    display: none !important;
}

.elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
    width: 80%;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        opacity: 1;
        padding: 0;
        border: none;
        margin-top: 18px;
        color: var(--blackColor);
        font-size: 14.5px;
    }

        .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
            color: var(--mainColor);
        }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
        border-top: 1px solid #eeeeee;
    }

.elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 0;
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
        width: 50px;
        height: 50px;
        position: relative;
        background: #f4f4f4;
        text-align: center;
        font-size: 28px;
        transition: var(--transition);
        color: var(--blackColor);
        margin-bottom: 15px;
        border-width: 1.5px;
        border-style: dashed;
        border-color: #eeeeee;
        border-radius: 50%;
    }

        .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
        }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
    }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
        display: block;
        margin-top: 5px;
        color: var(--mainColor);
        font-weight: 600;
        font-size: 13px;
    }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .elearniv-responsive-nav .main-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
        background-color: var(--mainColor);
        border-color: var(--whiteColor);
        color: var(--whiteColor);
    }
 

    /* Apenas os botões dentro de .tab-governanca */
.tab-governanca .nav-pills .nav-link {
    border: solid 1px #ccccccb5;
    margin-bottom: 10px;
    color: #222222;
    background: #fff;
    padding: 14px 20px;
    box-shadow: 0px 3px 7px #7d7e8c26;
    border-radius: 3px;
}
        .tab-governanca .nav-pills .nav-link:hover {
            color: #fff;
            background-color: var(--color-secondary);
            border: solid 1px var(--color-secondary);
            border-radius: 3px;
            margin-bottom: 10px;
        }
    /* Apenas os botões dentro de .tab-governanca */
    .tab-governanca .nav-pills .nav-link.active,
    .tab-governanca .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--color-secondary);
        border: solid 1px var(--color-secondary);
        border-radius: 3px;
        margin-bottom: 10px;
    }
.tab-gorvenanca-body {
    border: solid 1px #ccccccb5;
    padding: 25px 10px;
    border-radius: 3px;
}
.codigoE {
    margin-bottom: 10px;
    color: #fff;
    background: var(--color-primary);
    padding: 14px 20px;
    box-shadow: 0px 3px 7px #7d7e8c59;
    border-radius: 3px;
    border: solid 1px var(--color-primary);
    position: relative;
    background-image: url(/img/logo/favicon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 140px auto;
}

    .codigoE p, .codigoE h3 {
        color: #fff;
    }

.destaqueHome {
    margin-bottom: 0px;
    color: #fff;
    background: #062322;
    padding: 30px 25px;
    box-shadow: 0px 3px 7px #7d7e8c59;
    border: solid 1px #062322;
    position: relative;
    background-image: url(/img/logo/faviconv.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 199px auto;
    border-radius: 10px;
    height: 460px;
}

    .destaqueHome p, .destaqueHome h3, .destaqueHome span {
        color: #fff;
        text-shadow: 2px 2px 2px #3a3a3acf;
    }
.codigoA {
    margin-bottom: 10px;
    color: var(--color-secondary);
    background: transparent;
    padding: 14px 20px;
    border: solid 1px var(--color-secondary);
    box-shadow: 0px 3px 7px #7d7e8c59;
    border-radius: 3px;
    position: relative;
    background-image: url(/img/logo/favicon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 199px auto;
}

    .codigoA h3 {
        color: var(--color-secondary);
        font-size: 25px;
    }
    .codigoA p {
        color: var(--color-secondary);
    }
.btn-outline-secondary {
    padding: 10px 25px;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    border-radius: 50px;
    font-weight: 500;
}
    .btn-outline-secondary:hover {
        background: var(--color-secondary);
        color: #fff;
        border: 1px solid var(--color-secondary);

    }
/*----------------------------------------*/
/*  8.9 Service css
/*----------------------------------------*/
.tp-service-btn a {
    padding: 18px 51px;
}

@media (max-width: 767px) {
    .tp-service-button {
        margin-top: 30px;
        justify-content: left !important;
        margin-bottom: 15px;
    }
}

.tp-service-item {
    margin-bottom: 30px;
}

    .tp-service-item:hover .tp-service-round::before {
        visibility: visible;
        opacity: 1;
        top: -3px;
        left: -3px;
    }

.tp-service-img {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

    .tp-service-img img {
        width: 100%;
    }

.tp-service-icon {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1;
}

    .tp-service-icon span {
        width: 100px;
        height: 100px;
        line-height: 112px;
        display: inline-block;
        background: var(--tp-common-white);
        text-align: center;
        border-radius: 50px;
        color: var(--tp-theme-primary);
        font-size: 50px;
    }

.tp-service-content .tp-service-arrow {
    color: var(--tp-text-body);
    font-size: 22px;
    transition: 0.4s;
}

    .tp-service-content .tp-service-arrow:hover {
        color: var(--tp-theme-primary);
    }

.tp-service-titile {
    font-size: 26px;
    margin-bottom: 26px;
}

    .tp-service-titile:hover {
        color: var(--tp-theme-primary);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-titile {
        font-size: 22px;
    }
}

.tp-service-solution {
    background: var(--tp-common-white);
    padding: 12px 0;
    margin: 30px 40px 0;
}

@media (max-width: 767px) {
    .tp-service-solution {
        display: none;
    }
}

.tp-service-solution-text {
    font-size: 18px;
    margin-right: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service-solution-text {
        font-size: 14px;
    }
}

.tp-service-solution-2 {
    background: none;
}

.tp-service-solution-btn {
    color: var(--tp-common-white);
    padding: 5px 22px;
    font-weight: 700;
    background: var(--tp-heading-primary);
    transition: 0.4s;
}

.tp-service-solution-btn-2 {
    background: var(--tp-heading-1);
}

.tp-service-solution-btn:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

.tp-service-round {
    width: 160px;
    height: 160px;
    border: 2px solid var(--tp-common-white);
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    right: 12px;
    overflow: hidden;
    transition: 0.6s;
}

    .tp-service-round::before {
        content: "";
        position: absolute;
        width: 162px;
        height: 162px;
        background: var(--tp-theme-primary);
        border-radius: 50%;
        top: 100%;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.7s;
    }

.tp-service-2-area {
    background-image: linear-gradient(0deg, #e9ebfd 0%, #fff 100%);
    margin-top: -151px;
    padding: 235px 0 120px;
}

.tp-service-2-swiper-container {
    padding-bottom: 131px;
}

.tp-service-2-slider-active .swiper-slide-active .tp-service-2-icon {
    background: var(--tp-heading-primary);
}

.tp-service-2-slider-active .swiper-slide-active .tp-service-2-btn {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

.tp-service-2-slider-active .swiper-slide-active .tp-service-2-paragraph {
    visibility: visible;
    opacity: 1;
}

.tp-service-2-slider-active .swiper-slide-active .tp-service-2-inner-item {
    opacity: 0;
    visibility: hidden;
}

.tp-service-2-slider-active .swiper-slide-active .tp-service-2-btn i {
    display: inline-block;
}

.tp-service-2-item-wrapper:hover .tp-service-2-btn {
    background: var(--color-secondary);
    color: #fff;
}

.tp-service-2-box {
    width: 100%;
    margin-bottom: 20px;
}

.tp-service-2-thum img {
    width: 100%;
    height: 54px;
}

.tp-service-2-icon {
    background: #faf3e8;
    padding: 20px 10px;
    margin: 0px 6px;
    position: relative;
    transition: 0.4s;
    border: 1px solid #bf8e5aa6;
    border-radius: 3px;
}
.tp-service-2-icon::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--tp-text-skill);
  top: 6px;
  left: 6px;
}
.tp-service-2-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  left: 6px;
  top: 6px;
  background: var(--tp-text-skill);
}
.tp-service-2-inner-item {
    transition: 0.3s;
}

    .tp-service-2-inner-item span {
        color: var(--color-secondary);
        /* font-size: 50px; */
        /* margin-bottom: 12px; */
        display: inline-block;
        transition: 0.4s;
    }

.tp-service-2-icon-title {
    font-size: 1.2rem;
    font-weight: 500;
}

    .tp-service-2-icon-title:hover {
        color: var(--color-secondary);
    }

.tp-service-2-paragraph {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

    .tp-service-2-paragraph p {
        color: var(--tp-common-white);
        width: 80%;
        margin: auto;
    }

.tp-service-2-btn {
    background: var(--color-primary);
    padding: 4px 20px;
    display: block;
    margin: 0 6px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--tp-ff-heading);
    transition: 0.4s;
    border-radius: 50px;
}
    .tp-service-2-btn:hover {
        background: var(--color-secondary);
        padding: 4px 20px;
        display: block;
        margin: 0 6px;
        font-size: 15px;
        color: #ffffff;
        font-weight: 500;
        font-family: var(--tp-ff-heading);
        transition: 0.4s;
        border-radius: 50px;
    }

    .tp-service-2-btn i {
        margin-left: 8px;
        position: relative;
        top: 2px;
        color: #fff;
        display: none;
    }

.tp-service-2-bg-shape1 {
    position: absolute;
    top: 180px;
    left: 120px;
    animation: rotate-thum 9s infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service-2-bg-shape1 {
        left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service-2-bg-shape1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .tp-service-2-bg-shape1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-2-bg-shape1 {
        display: none;
    }
}

.tp-service-2-bg-shape2 {
    position: absolute;
    left: 0;
    bottom: -50px;
    animation: bounce-thum-3 4s forwards infinite alternate;
}

.tp-service-2-bg-shape3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service-2-bg-shape3 {
        display: none;
    }
}

/*================================================
Clients Area CSS
=================================================*/

.avaliacoes-slider .clients-item {
    text-align: center;
    background-color: #ffffff;
    padding: 15px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
    border: 1px solid #bf8e5a73;
    border-radius: 10px;
}

    .avaliacoes-slider .clients-item .content p {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .avaliacoes-slider .clients-item .content .icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
    }

        .avaliacoes-slider .clients-item .content .icon i {
            display: inline-block;
            height: 70px;
            width: 70px;
            line-height: 70px;
            background-color: #ffffff;
            color: var(--color-primary);
            -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
            text-align: center;
            border-radius: 50px;
            font-size: 25px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .avaliacoes-slider .clients-item .content .info {
        margin-top: 20px;
    }

        .avaliacoes-slider .clients-item .content .info img {
            display: inline-block;
            width: 70px;
            height: 70px;
            border-radius: 10px;
        }

        .avaliacoes-slider .clients-item .content .info h4 {
            font-size: 17px;
            font-weight: 400;
            margin-top: 10px;
            margin-bottom: 3px;
        }

        .avaliacoes-slider .clients-item .content .info p {
            font-size: 14px;
            margin-top: 0;
            margin-bottom: 0;
        }

    .avaliacoes-slider .clients-item:hover .icon i {
        background-color: var(--color-primary);
        color: #ffffff;
    }

.avaliacoes-slider .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

    .avaliacoes-slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: #ef7b278c;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 50%;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .avaliacoes-slider .owl-dots .owl-dot:hover span, .avaliacoes-slider .owl-dots .owl-dot.active span {
        background-color: var(--color-secondary);
    }

    .avaliacoes-slider .owl-dots .owl-dot.active span {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.avaliacoes-slider .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.autocomplete {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 980;
}
    /* Garante que a regra só se aplique dentro dessa row específica */
    .autocomplete .nav.select.form-control {
        display: none !important;
    }

    .autocomplete .nice-select {
        display: none !important;
    }

    .autocomplete select {
        display: none !important;
    }

    .autocomplete input[type="text"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 0px !important;
        border: 2px solid #fff;
        line-height: 20px;
        font-size: 16px;
    }

    .autocomplete ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        z-index: 999;
        background-color: white;
        width: 100%;
        border: 1px solid #e0e0e0;
        border-top: none;
        max-height: 200px;
        overflow-y: auto;
    }

    .autocomplete li {
        padding: 5px;
        cursor: pointer;
        color: #000;
    }

        .autocomplete li:hover {
            background-color: #f0f0f0;
        }

.navbar-area.is-sticky .navbar-brand img {
    content: url('../img/logo/LOGO.png');
}

.DetalheServico {
    margin-bottom: 10px;
    color: #062322;
    background: transparent;
    padding: 14px 20px;
    border: 1px solid #062322;
    box-shadow: 0px 5px 11px #7d7e8c33;
    border-radius: 5px;
    position: relative;
    background-image: url(/img/logo/faviconv.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 199px auto;
}

    .DetalheServico h3 {
        color: var(--color-secondary);
        font-size: 23px;
    }

    .DetalheServico p {
        color: #222222;
    }

.DetalheServico2 {
    margin-bottom: 10px;
    color: #302f2f;
    background: transparent;
    padding: 14px 14px;
    border: solid 1px #7d7e8c3b;
    box-shadow: 0px 5px 11px #7d7e8c33;
    border-radius: 3px;
    position: relative;
}

    .DetalheServico2 h3 {
        color: #222222;
        font-size: 18px;
        position: relative; /* Adiciona posição relativa para referência do ::before */
        padding-bottom: 10px; /* Dá um espaço para a linha */
    }

        .DetalheServico2 h3::before {
            content: '';
            position: absolute;
            background: linear-gradient(to right, var(--color-primary), var(--color-quaternary), var(--color-primary));
            bottom: 0;
            left: 0;
            width: 80px;
            height: 2px;
        }


.DetalheServico2 p {
    color: #222222;
}

.proce-div {
    padding: 10px !important;
    border: 1px solid #c5c5c5;
    border-radius: 3px; 
    margin-bottom: 10px;
}
.proce-div p{ 
    text-transform: initial; 
}

.main-navbar .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li b { 
    padding: 2px 8px; 

}
.borda-servico {
    border-right: solid 1px #adadad3d;
}

    .borda-servico:last-child {
        border-right: none;
    }
.card-destaque-servico {
    margin-bottom: 10px;
    color: var(--color-secondary);
    background: #d5d5d500;
    padding: 14px 20px;
    /* border: solid 1px var(--color-secondary); */
    /* box-shadow: 0px 3px 7px #7d7e8c59; */
    border-radius: 3px;
    position: relative;
    background-image: url(/img/LogoIconBG.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
    .card-destaque-servico h3 {
        color: #fff;
        font-size: 23px;
    }

    .card-destaque-servico p {
        color: var(--color-secondary);
    }
.card-destaque-servico2 {
    margin-bottom: 10px;
    color: var(--color-secondary);
    background: transparent;
    padding: 14px 20px;
    border: solid 1px var(--color-secondary);
    box-shadow: 0px 3px 7px #7d7e8c59;
    border-radius: 3px;
    position: relative;
    background-image: url(/img/logo/favicon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
}
    .card-destaque-servico2 h3 {
        color: var(--color-secondary);
        font-size: 21px;
    }
.card-destaque-servico3 {
    margin-bottom: 10px;
    color: #fff;
    background: var(--color-primary);
    padding: 14px 20px;
    box-shadow: 0px 3px 7px #7d7e8c59;
    border-radius: 3px;
    border: solid 1px var(--color-primary);
    position: relative;
    background-image: url(/img/logo/favicon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
}
    .card-destaque-servico3 h3, .card-destaque-servico2 h3 {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .card-destaque-servico3 p, .card-destaque-servico3 h3 {
        color: #fff;
    }

.btn-secondary {
    padding: 10px 25px;
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}

    .btn-secondary:hover {
        background: #fff;
        color: var(--color-secondary);
        border: 1px solid var(--color-secondary);
    }


.banner1-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #fff;
    z-index: 1;
    text-transform: capitalize;
    background-color: #010c0b87;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px; 
}
 

.banner1-btn:hover {
    color: #ffffff !important;
    background-color: var(--color-terciary);
  
} 
    .banner1-btn i {
        font-size: 20px;
        position: relative;
        top: 4px;
    }

.btn-white {
    padding: 10px 25px;
    font-weight: 600;
    background: #fff;
    color: var(--color-secondary);
    border: 1px solid #fff;
    font-size: 15px;
    border-radius: 50px;
    text-transform: capitalize;
}

    .btn-white:hover {
        border: 1px solid #afafaf9e;
        z-index: 1;
        text-transform: capitalize;
        background-color: #0000007a;
        color: #ffffff; 
    }

/* Estilo base: alinhado à esquerda por padrão */
.titulo-decorado {
    text-align: left; /* pode ser omitido se for o padrão */
}

    .titulo-decorado::after {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        margin: 8px 0; /* NÃO centraliza por padrão */
        border-radius: 999px;
        background: linear-gradient(to right, var(--color-primary), var(--color-quaternary), var(--color-primary));
    }

    /* Quando tiver a classe .center, centraliza tudo */
    .titulo-decorado.center {
        text-align: center;
    }

        .titulo-decorado.center::after {
            margin: 8px auto; /* centraliza o traço apenas nesse caso */
        }
.link-hover {
    position: relative;
}

    .link-hover > a::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(to right, var(--color-primary), var(--color-quaternary), var(--color-primary));
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .link-hover:hover > a::after {
        transform: scaleX(1);
    }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #033a35;
    color: #fff;
    border: none;
    padding: 9px !important;
    font: inherit;
}

.nav-item .nav-link.sign-in {
    display: inline-block;
    padding: 2px 13px !important;
    color: #ffffff;
    border-radius: 34px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: 0.5s;
    border: solid 1px #fff;
    transition: 0.5s;
    background: transparent;
}
    .nav-item .nav-link.sign-in:hover {
        background: var(--color-primary);
        border: solid 1px var(--color-primary);
        color: #ffffff !important;
    }

.mvv {
    margin-bottom: 10px;
    color: #fff;
    background: var(--color-primary);
    padding: 14px 20px;
    box-shadow: 0px 3px 7px #7d7e8c59;
    border-radius: 3px;
    border: solid 1px var(--color-primary);
    position: relative;
    background-image: url(/img/logo/favicon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 140px auto;
}

    .mvv p, mvv h4 {
        color: #fff;
    }

ul.social a {
    padding: 5px;
    background: #033a35;
    color: #fff;
    border-radius: 62px;
    width: 27px;
    height: 27px;
    font-size: 13px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

ul.social {
    display: flex;
    list-style: none;
    gap: 8px; /* Espaço entre os ícones */
    padding: 0;
    margin: 0;
}

    ul.social a:hover {
        background: #025047;
        transform: scale(1.1);
        transition: 0.2s ease-in-out;
    }
/*.padrao-rj-banner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    max-width: 440px;*/ /* ajuste conforme necessário */
/*}

    .padrao-rj-banner img {
        width: 100%;
        height: auto;
    }*/

.start-partners2 {
    position: relative; /* necessário para posicionamento absoluto funcionar no ::before */
    background: linear-gradient(269deg, #b5824c 0%, #e6b372 50%, #b5824c 100%);
    padding: 25px 20px 19px 20px;
    overflow: hidden; /* evita que a imagem ultrapasse */
}
.navbar-area.is-sticky .sign-in {
    /* color: #121212 !important; */
    border: solid 1px var(--color-primary);
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd00;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--color-primary);
    letter-spacing: 1px;
    background: transparent;
}
.beneficio-mensalista {
    display: flex;
    flex-direction: column;
    background: #faf3e8;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--color-primary);
    align-items: center;
}

.area-form {
    z-index: 1;
    position: relative;
    background-color: #fff !important;
    border-radius: 20px;
    padding: 30px 20px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    padding: 8px 20px 8px 20px;
    color: var(--color-terciary);
    border: 1px solid var(--color-terciary);
    font-size: 15px;
    font-weight: 500;
    border-radius: 20px;
    /* margin-bottom: 10px;*/
    text-align: left;
}
.accordion-header {
    margin-bottom: 0px;
}
.accordion-item {
    margin-bottom: 10px;
} 


.accordion-button:not(.collapsed) {
    color: var(--color-primary);
    background-color: #e7f1ff00;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border: 1px solid;
    border-radius: 25px;
}
.accordion-item:first-of-type .accordion-button {
    border: 1px solid ;
    border-radius: 25px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--color-primary);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(52 83 129 / 0%);
    border: 1px solid;
    border-radius: 25px;
}
.accordion-body {
    padding: 2rem 1.25rem 1rem 1rem;
}
.accordion-collapse {
    border: solid var(--color-primary);
    border-width: 0 1px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -16px;
    border-bottom: 1px solid var(--color-primary);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-radius: 0px 0px 20px 20px;
}
.accordion-button.collapsed {
     border-bottom-width: 1px !important; 
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M8 1a.5.5 0 0 1 .5.5V7.5H14a.5.5 0 0 1 0 1H8.5V14a.5.5 0 0 1-1 0V8.5H2a.5.5 0 0 1 0-1h5.5V1.5A.5.5 0 0 1 8 1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}
.pesquisa {
    position: relative;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 980;
}

    .pesquisa input[type="text"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 0px !important;
        border: 2px solid #fff;
        line-height: 20px;
        font-size: 16px;
    }


.btn-whats-servico {
    padding: 7px 10px;
    color: #fff;
    font-weight: 500;
    background: #25d366;
    border-radius: 3px;
    margin-top: 10px;
}

    .btn-whats-servico:hover {
        color: #fff;
        background: #12883e;
    }

    .btn-whats-servico a:hover {
        color: #fff;
    }


input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: fieldtext !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #fff0d4;
    color: var(--color-primary);
    border: 1px solid #fff0d4;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-right: 5px;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
        color: #fff;
    }
 @keyframes slideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}

#welcome-overlay.slide-up {
  animation: slideUp 1s ease forwards;
}


.main-banner-item2 .main-banner-content2 h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 16px;
    text-shadow: 0px 4px 4px #000000;
}
.main-banner-item2 .main-banner-content2 p {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
    text-shadow: 1px 3px 3px #000000;
}

/* Definição genérica do ::after para garantir o blur */
.main-banner-item2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000014;
    z-index: 2;
}

/*.main-banner-item2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(348deg, #033a35bd 0%, #21392d70 50%, #062322d1 100%);
    z-index: 1;*/ /* Camada acima do blur */
/*}*/

  .main-banner-item2 .main-banner-content2  {
    position: relative;
    z-index: 3 !important; /* Garante que o conteúdo fique acima */
}
/*.main-banner-item2 * {*/
    /* z-index: 2; */
/*}*/
.banner-video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: blur(1px);
    transform: scale(1.1); /* Para compensar o recorte nas bordas causado pelo blur */
}

.main-banner-item2 .main-banner-item2 h1 {
    font-size: 34px;
    margin-bottom: 16px;
    text-shadow: 1px 5px 6px #1e1e1ec9;
}

.main-banner-item2 .main-banner-item2 p {
    text-shadow: 1px 5px 6px #1e1e1ec9;
    font-size: 20px;
    line-height: 1.4;
}
.btn-light {
    border: 1px solid #afafaf9e;
    z-index: 1;
    text-transform: capitalize;
    background-color: #010c0bb3;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
}
    .btn-light:hover {
        color: #fff;
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
    }

@media (max-width: 991px) {
    .nav-item.color-hover > a::after,
    .color-hover-menu::after {
        font-size: 36px;
    }
}
.banner-card {
    padding: 16px 10px 16px 16px;
    background: #00000000;
    border-radius: 10px;
}


.banner2-btn { 
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ffffff;
    z-index: 1;
    text-transform: capitalize;
    background-color: #ffffffb8;
    color: #062322;
    -webkit-transition: 0. transition: 0.5s;
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
}


    .banner2-btn:hover {
        color: #ffffff !important;
        background-color: var(--color-terciary);
        /*# sourceMappingURL=style.css.map */