html {
    scroll-behavior: smooth;
}

body {
    background-image: url(../img/bg1.png);
    background-size: 30%;
}

:root {
    --basic: #002652;
    --dark: #002652;
    --gold: #e9b357;
    --footer_text: #c6b89e;
}

.text_white {
    color: #fff;
}

.text_colored {
    color: var(--basic);
}

.text_gold {
    color: var(--gold);
}

.bg_gold {
    background: var(--gold);
}

.bg_dark {
    background: var(--dark);
}

.bg_basic {
    background: var(--basic);
}

.bg_light {
    background: #ededed;
}

.bg_light_blue {
    background: #1170f7;
}

.p-l-10 {
    padding-left: 10px
}

.p-r-10 {
    padding-right: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-r-20 {
    padding-right: 20px
}

.p-t-20 {
    padding-top: 20px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-t-40 {
    padding-top: 40px
}

.p-b-40 {
    padding-bottom: 40px
}

.p-t-80 {
    padding-top: 80px
}

.p-b-80 {
    padding-bottom: 80px
}

.font18 {
    font-size: 18px
}

.font22 {
    font-size: 22px
}

.font26 {
    font-size: 26px
}

.font32 {
    font-size: 32px
}

.font38 {
    font-size: 38px
}

.font46 {
    font-size: 46px
}

.font52 {
    font-size: 52px
}


.btn {
    padding: 10px 22px;
}

.btn-primary {
    background: var(--gold);
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 2px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background: #01062f;
    outline: none;
    border: none;
    box-shadow: none;
}

.btn-white,
.btn-white:hover {
    background: #fff;
    color: var(--basic);
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 2px;
}

.navbar {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-brand h1 {
    margin: 0;
}

.navbar-brand span {
    color: var(--dark);
    font-size: 12px;
}


.nav-item {
    margin-left: 15px;
}

* {
    font-family: 'Manrope', sans-serif;
}

.dropdown-menu li a {
    padding: 10px 15px;
}

.site_header {
    background: var(--dark);
    position: sticky;
    top: 0;
    z-index: 999;
}

.text_colored {
    color: var(--basic);
}

.site_header .ln {
    display: block;
    width: 35px;
    height: 2px;
    background: #f5f5f5;
    position: relative;
    transition: .2s
}

.site_header .ln.line-1 {
    top: 4px;
}

.site_header .ln.line-2 {
    top: 12px;
}

.site_header .ln.line-3 {
    top: 20px;
}

.navbar-toggler-icon.toggled .ln.line-1 {
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .2s
}

.navbar-toggler-icon.toggled .ln.line-2 {
    background: none;
    transition: .2s
}

.navbar-toggler-icon.toggled .ln.line-3 {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .2s
}


.navbar-toggler:focus {
    box-shadow: none;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.relative {
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 999999;
}

a {
    transition: 0.2s;
}



.espa_badges {
    text-align: center;
}

.espa_badges img {
    text-align: center;
}

.espa_img {
    max-width: 400px;
    padding: 20px;
}

.site_header {
    padding: 0;
}

.site_logo img {
    max-width: 180px;
    padding: 15px 0 0 0;
}

.colored_bg {
    background: rgb(132, 82, 53);
    background: linear-gradient(35deg, rgba(132, 82, 53, 1) 50%, rgba(164, 34, 18, 1) 100%);
}

.mauto {
    margin: auto;
}

.percentage_100 {
    width: 100%;
}

.max400 {
    max-width: 400px;
}

.max700 {
    max-width: 700px;
}

.max100 {
    max-width: 100%;
}

.max_width_1000 {
    max-width: 1000px;
}

.frame_image_gold_line,
.frame_image {
    position: relative;
    z-index: 2;
    padding-right: 45px;
}

.frame_image:after {
    content: '';
    display: block;
    width: 90%;
    height: 90%;
    background-color: var(--gold);
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: -1
}

.nav-link {
    color: #fff;
    font-size: 16px;
}

.nav-link:focus,
.nav-link:hover,
.nav-link:hover {
    color: var(--gold);
}

.dropdown-item.active,
.dropdown-item:active {
    background: var(--gold);
}

.row.img-gallery {
    margin: 0;
    padding: 0;
}

.flex_all {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../img/hero4.jpg)
}

.hero .container {
    padding-top: 120px;
    padding-bottom: 200px;
    width: 100%;
    max-width: 100%;
    background: rgb(0 38 82 / 65%);
}

.hero .dark_bg {
    padding: 20px 20px 10px 20px;
    max-width: 380px;
    margin-bottom: 35px;
    background: #f5f5f5;
    color: var(--basic);
    border-radius: 0 45px 0 0;
}

.hero a {
    border: none;
    padding: 10px 45px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    min-width: 185px;
    max-width: 185px;
}

.hero h3 {
    font-size: 20px;
}

.hero2 {
    background: var(--dark);
    padding-top: 70px;
    padding-bottom: 170px;
}

.hero2 h2 {
    font-size: 3rem;
    line-height: 62px;
    padding: 5px 0 10px;
}

.hero2 img {
    box-shadow: 2px 6px 7px rgb(0 0 0 / 38%);
}

.hero a:hover {
    color: #fff;
    background: var(--gold);
}

.row.img-gallery a {
    margin: 0;
    padding: 0;
}

.titles {
    font-size: 2.5rem;
    font-weight: 700;
}

#services {
    max-width: 1200px;
    margin: auto;
}


#services img {
    max-width: 100%;
    max-height: 360px;
    object-fit: cover;
}


#services h4 {
    padding-top: 10px;
}


#services .feature {
    padding-bottom: 30px;
}


#services .row .col-md-12 {
    justify-content: center;
    padding-top: 45px;
}


#services .h4 {
    font-size: 20px;
}

#services p {
    font-size: 16px;
    line-height: 26px;
}

#services a.small_btn {
    padding: 7px 10px;
}


#services svg {
    width: 130px;
    margin-bottom: 10px;
    background: rgb(132, 82, 53);
    border-radius: 5px;
    background: linear-gradient(35deg, rgba(164, 34, 18, 0.25) 50%, rgba(164, 34, 18, 0.25) 100%);
    padding: 25px;
}

#services .icon {
    min-width: 250px;
    height: 250px;
    background: #f8fbff;
    text-align: center;
    margin: auto;
}


#services .icon span {
    font-size: 6rem;
    color: var(--basic);
}

.media-body {
    padding-left: 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.other_services img {
    max-width: 100%;
    max-height: 240px;
    object-fit: cover;
}

.other_services h4 {
    margin-top: 10px;
}

#site_brands img {
    max-width: 250px;
}

#site_brands svg {
    margin-right: 15px;
}


.about-wrap {
    padding: 60px 60px;
}

.list-services {
    align-items: center;
    padding-bottom: 25px;
}

.list-services .icon {
    width: 30px;
    height: 30px;
    border: 1px solid var(--gold);
    transform: rotate(45deg);
    position: relative;
}


.list-services .icon span {
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    line-height: 30px;
    text-align: center;
}

.list-services p {
    padding-left: 25px;
    margin: 0;
}


.map iframe {
    height: 500px;
    width: 100%;
}

.company_img {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#service1 .company_img {
    background-image: url(../img/services/1.jpg);
}

#service2 .company_img {
    background-image: url(../img/services/2.jpg);
}

#service3 .company_img {
    background-image: url(../img/services/3.jpg);
}

#service4 .company_img {
    background-image: url(../img/services/4.jpg);
}


footer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.footer_h4 {
    font-weight: 700;
    font-size: 22px;
}

footer div.colored_overlay {
    background: var(--basic);
    padding-top: 100px;
    padding-bottom: 40px;
}


footer img {
    max-width: 220px;
}

footer p {
    padding-top: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 0;
}


footer .like_a,
footer a,
footer svg,
footer span,
footer p {
    color: #fff;
    transition: 0.2s;
    font-size: 16px;
    text-decoration: none;
    color: var(--footer_text);
}

footer svg {
    margin-right: 3px
}

footer a:hover {
    transition: 0.2s;
    text-decoration: none;
    color: #fff;
}

footer hr {
    margin: 0 0 10px;
    width: 90px;
    border: 1px solid #fff;
}

.copyright {
    padding-top: 80px;
    display: flex;
    flex-flow: column;
    text-align: center;
    font-size: 14px;
    margin: auto;
    opacity: 0.9;

}

.copyright p,
.copyright a {
    text-align: center;
    font-size: 14px;
    margin: auto;
    padding-top: 2px;
}

.copyright a {
    margin-left: 5px;
}


.bg_gradient_opacity {
    background: rgb(132, 82, 53);
    background: linear-gradient(35deg, rgba(132, 82, 53, 0.85) 50%, rgba(164, 34, 18, 0.85) 100%);
}

#company {
    margin-top: 80px;
}

#company .company_img {
    background: url(../img/bio2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.subheader {
    position: relative;
    top: -70px;
}


.subheader .row.no-gutters {
    background: rgb(17, 112, 247);
    background: linear-gradient(64deg, rgba(17, 112, 247, 1) 50%, rgba(69, 10, 187, 1) 100%);
    box-shadow: 0 0 8px 3px #00000080;
}

.subheader a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.dark_bg {
    background: var(--basic);
    color: #fff;
}

.cta .container {
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.cta .container * {
    margin: 0;
    min-width: 150px;
}


.monuments {
     background-image: url(../img/monuments.svg);
    height:200px
}


@media (max-width:992px) {

    .dropdown-menu {
        background: transparent;
        border: none;
    }

    .flex_all {
        flex-flow: column;
    }

    .flex_all .col-lg-6.mx-auto.text-white {
        order: 3;
        padding-top: 50px;
    }

    .espa_badges {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .espa_badges img {
        width: 100%;
    }


    #company img {
        max-width: 200px;
        padding-bottom: 40px;
    }

    #company .company_img {
        display: none;
    }

    #company {
        background: url(../img/bio22.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .media.services.d-flex {
        flex-flow: column;
        text-align: center;
    }

    .media-body {
        padding-left: 0;
    }


    .cta .container {
        flex-flow: column;
        text-align: center;
    }

    .cta .container p {
        padding-bottom: 20px;
    }

    #services .icon {
        min-width: 150px;
        height: 150px;
    }


    #services .icon span {
        font-size: 5.2rem;
        color: var(--basic);
    }



    footer .container {
        max-width: 100%
    }

    footer .col-md-3 {
        width: 50%;
        padding-bottom: 80px;
    }


}


@media (max-width:768px) {

    body {
        background-size: 70%;
    }

    footer .col-md-4 {
        width: 100%;
        padding-bottom: 40px;
    }

    footer div.colored_overlay {
        padding: 70px 10px 30px 10px
    }

    .about-wrap {
        padding: 40px 15px 60px 15px;
    }

    .d-flex.no-gutters {
        flex-flow: column;
    }

    .company_img {
        height: 250px;
    }


    #service2 .company_img,
    #service4 .company_img {
        order: -1
    }


    .col-md-4.delay1,
    .col-md-4.delay2 {
        padding-top: 40px;
    }

}

@media (max-width:600px) {
    .hero {
        background-position: 100% 50%;
    }

    .subheader {
        padding: 15px 15px 0 15px;
    }

    .monuments {
        height:100%;
    }
}


/*Reveals*/
.reveal {
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s all ease;
}

.reveal.r-active {
    transform: translateY(0);
    opacity: 1;
}

.reveal.delay1 {
    transition-delay: 0.2s
}

.reveal.delay2 {
    transition-delay: 0.4s
}

.reveal.delay3 {
    transition-delay: 0.6s
}

.reveal.delay4 {
    transition-delay: 0.8s
}