:root {
    --main-color: #faa800;
    --text-color: #000;
    --text-color-light: #fff;
}
html {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 0.06em;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}
img {
    width: 100%;
}
p {
    font-size: 1.1em;
}
span {
    font-size: 1em;
}
header {
    height: 72px;
    background: #000;
}
button, a.button {
    background: var(--main-color);
    color: var(--text-color-light);
    letter-spacing: 0.220em;
    font-size: 1.3em;
    width: 100%;
    max-width: 525px;
    min-height: 64px;
    border: 1px solid var(--main-color);
    transition: .2s;
}
a.button {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: normal;
    padding: 15px 0;
    text-decoration: none;
}
a.button:hover {
    color: var(--main-color);
}
button:hover, a.button:hover {
    background: transparent;
}
.align-right {
    text-align: right;
}
.logo {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.logo img {
    width: 110px;
}
div.nav-menu > ul, div.nav-menu span{
    float: right;
}
div.nav-menu > ul{
    position: relative;
    list-style: none;
    margin: 10px 0 0 0;
    display: flex;
    padding: 0;
    text-align: center;
    transition: .2s;
}
div.nav-menu > ul li a{
    color: #efcb00;
    text-decoration: none;
    padding: 12px;
    font-weight: 700;
    display: block;
}
div.nav-menu > ul > li > ul{
    position: absolute;
    list-style: none;
    opacity: 0;
    transition: .2s;
    border-radius: 10px;
    background: rgba(83, 83, 83, 0.7);
    padding: 5px;
    border: 1px solid #363535;
}
div.nav-menu > ul > li:hover > ul{
    opacity: 1;
}
div.nav-menu > ul > li > ul > li > a{
    border-bottom: 1px solid #363535;
    border-radius: 5px;
    transition: .2s;
}
div.nav-menu > ul > li > ul > li > a:hover{
    background: rgba(255, 255, 255, .1);
}
div.nav-menu {
    position: relative;
    z-index: 111111;
    top: 0;
}
div.nav-menu > ul > li > ul > li:last-child > a{
    border-bottom: none;
}
div.nav-menu span{
    font-size: 2em;
    width: 60px;
    height: 60px;
    margin: 5px 5px 5px 0;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor: pointer;
    padding: 2px 5px;
    text-align: center;
    background: #000;
    position: absolute;
    right: 0;
}
#banner-area {
    text-align: center;
    background: url(../images/top-bg.jpg) no-repeat;
    background-size: 100% 75%;
    color: var(--text-color-light);
}
.title-info, .page-title, .page-form {
    margin: 50px;
}
.title-info {
    margin: 50px;
    letter-spacing: 0.10em;
}
.page-form {
    border: 1px solid var(--main-color);
    border-radius: 20px;
    max-width: 600px;
    margin: 100px auto;
    background: #333;
    padding: 40px 45px;
    box-shadow: 0px 5px 30px #000;
}
.page-form form p{
    margin: 20px 0;
    font-size: 1.6em;
}
.page-form form div{
    margin: 20px 0 ;
}
.page-form form div:last-child{
    margin-bottom: 0;
}
.page-form form input {
    background: transparent;
    border: 1px solid #7f7f7f;
    width: 100%;
    height: 32px;
    color: #fff;
    outline: none;
}
#pos-banner {
    margin-bottom: 70px;
}
#pos-banner img, #images .row div:first-child{
    margin-bottom: 30px;
}
#video {
    background: url(../images/bg-center.png) no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.video {
    max-width: 950px;
    max-height: 545px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.title::after {
    content: "";
    display: block;
    width: 60px;
    height: 30px;
    border-bottom: 5px solid var(--main-color);
}
#informations .title {
    margin: 60px 0;
}
#informations p {
    margin-bottom: 30px;
    line-height: 1.1em;
}
#informations .central-icos {
    margin: 30px 0;
    font-size: 0.8em;
    text-align: center;
}
#images {
    margin: 30px 0 -75px 0;
}
#text {
    padding: 100px 0 30px 0;
    background: #31302c;
    color: #fff;
    position: relative;
    z-index: -2;
    line-height: 1.3em;
}
#testimonials {
    margin: 70px 0 40px 0;
}
#testimonials .text-slider {
    margin: 30px 0;
}
#testimonials .text-slider .item{
    text-align: left;
}
.testimonial::before, .testimonial::after{
    color: var(--main-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}
.testimonial::before{
    content: "“";
}
.testimonial::after{
    content: "”";
}
#testimonials .my-slider-gallery .left, #testimonials .my-slider-gallery .right {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    background: none;
    top: -55px;
    left: 48%;
    color: #000;
    font-size: 7em;
}
#testimonials .my-slider-gallery .left {
    display: none;
}
#testimonials .my-slider-gallery .right {
    opacity: 1;
}
#testimonials .my-slider-gallery .dots div {
    border-radius: 0;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}
#testimonials .my-slider-gallery .dots div.active, #testimonials .my-slider-gallery .dots {
    background: #fff;
}
#testimonials .my-slider-gallery::after {
    content: "";
    margin-top: 12px;
    display: block;
    background: var(--main-color);
    height: 1px;
    width: 100%;
}
#testimonials a.button {
    margin: 10px 0;
}
.request-contact {
    margin-top: 60px !important;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.5em;
}
#form, footer, #form h2, footer h3 {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    background: #1e1d1c;
    letter-spacing: normal;
    text-transform: none;
    padding: 30px 20px;
    text-align: center;
}
#form h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2em;
    padding: 0;
    color: #fff;
    margin: 20px 0 40px 0;
}
#form p, footer p, footer a {
    color: #b6b6b6;
    text-decoration: none;
}
footer a:hover {
    color: #b6b6b6;
    text-decoration: underline;
}
#form input, #form textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background-color: #eee;
    width: calc(100% - 20px);
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    margin: 0 10px;
    display: block;
    outline: none;
}
#form textarea {
    min-height: 150px;
    display: block;
}
#form .half {
    width: 50%;
    float: left;
}
#form button {
    max-width: 100px;
    border-radius: 5px;
    letter-spacing: normal;
    margin: 0 10px;
}
footer {
    padding: 0 0 0 0;
}
footer h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    padding: 0;
    color: #fff;
}
footer .contacts {
    padding: 80px 0;
}
.copyright {
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    background: #171717;
    text-align: left;
    padding: 15px;
}
.footer-title::after {
    content: "";
    height: 23px;
    width: 50px;
    display: block;
    margin-left: calc(50% - calc(50px / 2));
    border-bottom: 3px solid #fdb467;
}
.effect-upper-left, .effect-upper-right, .effect-down-left, .effect-down-right {
    position: relative;
}
.effect-upper-left::after, .effect-upper-right::after, .effect-down-left::after, .effect-down-right::after {
    content: "";
    width: 190px;
    height: 190px;
    background: var(--main-color);
    position: absolute;
    display: block;
    z-index: -1;
}
.effect-upper-left::after {
    left: 0;
    top: -11px;
}
.effect-upper-right::after {
    right: 0;
    top: -11px;
}
.effect-down-left::after {
    left: 0;
    bottom: -11px;
}
.effect-down-right::after {
    right: 0;
    bottom: -11px;
}
.whatsapp-ico {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 11111111;
}
.whatsapp-ico img{
    width: 70px;
}
@media only screen and (max-width: 768px) {
    div.nav-menu {
        font-size: .8em;
    }
    div.nav-menu span{
        font-size: 2.6em;
    }
    div.nav-menu > ul{
        margin-top: 65px;
        width: 280px;
    }
    div.nav-menu ul{
        display: block;
        background: rgba(83, 83, 83, 0.9);
        top: -600px;
        z-index: -1;
    }
    div.nav-menu ul li a{
        border-bottom: 1px solid #363535;
        margin: 0 5px;
    }
    #banner-area {
        background-size: auto 75%;
    }
    div.nav-menu > ul > li > ul{
        position: inherit;
        opacity: 1;
        border: none;
        background: none;
    }
    div.nav-menu > ul > li > ul > li:last-child > a{
        border-bottom: 1px solid #363535;
    }
    div.nav-menu > ul > li > ul > li > a{
        border-radius: 0;
        border-right: 1px solid #363535;
    }
}