:root {
  --basic: #AB0000;
  --dark: #1d2830;
  --gold: #e3a132;
  --footer_text: #c6bcaa;
}

.text_gold {
    color:var(--gold);
}

.bg_gold {
    background:var(--gold);
}

.bg_dark {
    background:var(--dark);
}

.bg_light {
    background:#ededed;
}


.btn-primary {
    background:var(--basic);
    outline:none;
    border:none;
    box-shadow:none;
    border-radius:2px;
}

.btn-check:focus+.btn-primary, .btn-primary:focus,
.btn-primary:hover {
    background:#5f080d;
    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-brand h1 {
    margin: 0;
}

.navbar-brand span {
    color:var(--dark);
    font-size: 12px;
}


.nav-item {
    margin-left:15px;
}

* {
    font-family:"Open Sans", Arial, sans-serif;
}

.dropdown-menu li a {
    padding:10px 15px;
}

.site_header {
    background:#f5f5f5;
    position:sticky;
    top:0;
    z-index:999;
}

.text_colored {
    color:var(--basic);
}

        .site_header .ln {
            display:block;
            width: 35px;
            height: 2px;
            background: #111;
            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 {
    background:#f5f5f5;
    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%;
}

.max_width_700 {
    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:var(--dark);
    font-size:16px;
    font-weight:700;
}

.nav-link:focus, .nav-link:hover,
.nav-link:hover {
    color:var(--basic);
}

.dropdown-item.active, .dropdown-item:active {
    background:var(--basic);
}

.row.img-gallery {
    margin:0;
    padding:0;
}

.flex_all {
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero {
    background:url(../img/roof1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;    
}

.hero .container {
    padding-top:200px;
    padding-bottom: 200px;
}

.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 {
    background:var(--basic);
    border:none;
    padding:12px 45px;
    color:#fff;
    text-decoration:none;
    border-radius:3px;
}

.hero h3 {
    font-size: 20px;
}

.hero2 {
    background:var(--dark);
    padding-top:70px;
    padding-bottom:170px;
}

.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 {
line-height: 1.3;
    position: relative;
    width: 100px;
    height: 100px;
    background: #f8fbff;
    border-radius:100%;
    text-align:center;    
    margin:auto;
}


#services .icon span {
    font-size:45px;
    color:var(--basic);
}

.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 25px;
}

.list-services {
    align-items: center;
    padding-bottom: 25px;
}

.list-services .icon {
        width: 30px;
    height: 30px;
    border: 1px solid #fff;
    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%;
}


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:#000;
padding-top:100px;
padding-bottom: 100px;
}


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: underline;
    color:#fff;
}

footer hr {
    margin: 0 0 10px;
    width: 90px;
    border: 1px solid #fff;
}


.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/roof3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.subheader {
    position: relative;
    top: -70px;    
}

.subheader a {
    text-decoration:none;
    color:#fff;
}

.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;
}


@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;
}


#services .feature {
    padding-bottom:60px;
}

    footer .container {
        max-width:100%
    }
    
    footer .col-md-3 {
        width:50%;
        padding-bottom:80px;
    }    

   
}


@media (max-width:768px) {
footer .col-md-3 {
    width:100%;
    padding-bottom:40px;
}

    footer div.colored_overlay {
        padding:70px 10px 30px 10px
    }
    
}
