.viewport {
    zoom: 1;
    height: auto;
}

body {
    color: var(--text-color);
    font-family: "Outfit", sans-serif;
    font-size: var(--text);
    font-weight: 300;
    line-height: 1.625em;
    position: relative;
    background-color: var(--background3);
    overflow-x: hidden;
    height: auto;
    width: 100%;
}

.rate_title_flag {
    line-height: 35px;
    font-weight: bold;
    font-size: 2em;
}
.rete_prefix {
    margin-left: 20px;
}

select {
    display: block;
}

a {
    text-decoration: none;
}
a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.gray-bg {
    height: 50px;
    background-image: linear-gradient(
        to top,
        rgba(000000, 0, 0, 0),
        rgba(000000, 0, 0, 1)
    );
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    color: var(--text-color);
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

p {
    font-family: "Outfit", sans-serif;
    color: var(--text-color);
    margin: 0;
}

a {
    font-family: "Outfit", sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: var(--text-color);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: var(--title);
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: var(--title);
}

h6 {
    font-size: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5em;
}

td,
th {
    border-radius: 0px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.overlay-bg {
    background: rgba(0, 0, 0, 0.7);
}
/* header */

/*.header-top{
  font-size: var(--text);
  background-color: #F8F8FF;
  }
*/
.header-top a {
    color: #fff;
}

.header-top ul li {
    display: inline-block;
    margin-right: 30px;
}

.header-top .header-top-left i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-top .header-top-left a:hover i {
    color: #fab700;
}

.header-top .header-top-right {
    text-align: right;
    color: var(--text-color);
}

.header-top .header-top-right a {
    margin-right: 10px;
}

.header-top .lnr {
    display: none;
}

@media (max-width: 588px) {
    .header-top .lnr {
        display: block;
        font-weight: bold;
    }
    .header-top .text {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}

.main-menu {
    padding-top: 20px;
}

#header {
    background-image: linear-gradient(
        to top,
        rgba(000000, 0, 0, 0.6),
        rgba(000000, 0, 0, 1)
    );
    position: fixed;
    left: 0;

    top: 0;
    right: 0;
    z-index: 997;
    width: 100%;
    height: 40px;
    transition: top 0.2s ease-in-out;
}

#header.header-scrolled {
    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
}

@media (max-width: 673px) {
    #logo {
        margin-left: 20px;
    }
}

#header .logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: var(--text-color);
    padding-left: 10px;
    border-left: 4px solid #fab700;
}

#header .logo {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header .logo h1 {
        font-size: 28px;
    }
    #header .logo img {
        max-height: 40px;
    }
}

.foters h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.foters a,
.foters ul li a {
    color: #fff;
    margin-bottom: 25px;
    font-size: var(--text);
}

.foters {
    background: black;
    background-color: black;
}

.copy-right-text i,
.copy-right-text a {
    color: #fab700;
}

/* NAV  */

.nav-menu,
.nav-menu * {
    margin-right: 1%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: right;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
    text-align: left;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}
.container {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/* Nav Meu Container */
#nav-menu-container {
    margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: white;
    font-weight: 400;
    font-size: var(--text);
    text-transform: uppercase;
    outline: none;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: var(--text-color);
    transition: 0.3s;
    display: block;
    font-size: var(--text);
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #fab700;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 60px;
    border: 0;
    background: none;
    font-size: var(--title);
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    #mobile-nav-toggle {
        top: 22px;
    }
}

#mobile-nav-toggle i {
    color: #222;
    font-weight: 900;
}

@media (max-width: 800px) {
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
        display: none;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: var(--text);
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #fab700;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #fab700;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

.section-title {
    padding-bottom: 30px;
}

.section-title h2 {
    margin-bottom: 20px;
}

.section-title p {
    font-size: var(--title);
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .section-title p br {
        display: none;
    }
}

.borders {
    border: 2px solid red;
}

.banner-area {
    background-size: cover;
}

.fullscreen {
    height: 100% !important;
    height: 100vh;
}

@media (max-width: 767.98px) {
    .banner-area .fullscreen {
        height: 700px !important;
    }
}
.banner-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner-content h1 span {
    font-weight: 700;
}

.banner-content p {
    color: #fff;
}

@media (max-width: 991.98px) {
    .banner-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .banner-content h1 br {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .banner-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 414px) {
    .banner-content h1 {
        font-size: 40px;
    }
}

.banner-content h6 {
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 2;
    color: #fff;
}

@media (max-width: 960px) {
    .banner-content br {
        display: none;
    }
}

.footer-social a {
    padding-right: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
    color: #fab700;
}

.footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
    .footer-social {
        text-align: left;
    }
}

.whole-wrap {
    background-color: #fff;
}

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

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

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

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

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

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

.vertical_align {
    margin-top: 10px;
    margin-bottom: 10px;
}
.foters a {
    color: #fff;
    margin-bottom: 25px;
    font-size: 10;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    /* ...and now for the proper property */
    transition: 0.5s;
}
.foters a:hover {
    color: #66b6f2;
    margin-bottom: 25px;
    font-size: var(--text);
}

.nav-area {
    border-bottom: 1px solid #eee;
}

.nav-area a {
    color: var(--text-color);
}

.nav-area .nav-left .thumb {
    padding-right: 20px;
}

.nav-area .nav-right {
    text-align: right;
}

.nav-area .nav-right .thumb {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .nav-area .post-details h4 {
        font-size: var(--text);
    }
}

@media (max-width: 466px) {
    .nav-area .nav-right {
        margin-top: 50px;
    }
}

.aqua_part_txt {
    position: absolute;
    top: 20%;
    left: 10%;
    text-align: left;
    width: 55%;
}
.padding-left-20 {
    padding-left: 20px;
}
.font-white {
    color: white;
}

/*************************************************/
.srch_content {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    margin-top: 3%;
}
.srch_content input {
    color: var(--text-color);
}
.srch_content input[type="text"] {
    width: 40%;
    margin-left: 30%;
    -moz-appearance: none;
    border: 1px solid #28a6de;
    border-radius: 0;
    color: var(--text-color);
    font-family: "Outfit", sans-serif;
    font-size: 16pt;
    letter-spacing: 1px;
    padding: 10px;
    background-color: #f4f2f3;
}
/* slide show*/
.clear {
    clear: both;
}
.searchinputbox input {
    font-size: 16px;
    color: #6e6e6e;
    padding: 10px;
    border: none;
    width: 340px;
}
.searchinputbox input.loading {
    background: url(../loading_animate.gif) no-repeat right 50%;
}

#searchresultdatas {
    margin-top: 5px;
    position: absolute;
    z-index: 9999999999999999;
}
.srch_results {
    position: relative;
    width: 42%;
    margin-left: 30%;
}
.line {
    background-color: #f4f2f3;
    height: 40px;
}
.line a {
    text-decoration: none;
    color: var(--text-color);
}
.line a:hover {
    color: #28a6de;
}
