* {
    font-family: 'Roboto', sans-serif;
}

        .site_header .ln {
            display:block;
            width: 35px;
            height: 2px;
            background: #111;
            position: relative;
            transition: .2s
        }
        .site_header .ln.line-1 {
            top: -8px
        }

        .site_header .ln.line-2 {
            top: 0
        }

        .site_header .ln.line-3 {
            top: 8px
        }
        .navbar-toggler-icon.toggled .ln.line-1 {
            top: 0;
            -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: -4px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: .2s
        }


        .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: 500px;
    padding:20px;
}

.site_header {
    background:#f5f5f5;
    padding:0;
}

.site_logo img {
    max-width: 180px;
    padding:15px 0 0 0;
}

.colored_bg {
        background: rgb(0,178,226);
background: linear-gradient(35deg, rgba(0,178,226,1) 50%, rgba(14,101,204,1) 100%);
}

.mauto {
    margin: auto;
}

.percentage_100 {
    width:100%;
}

.max_width_700 {
    max-width:700px;
}

.max_width_1000 {
    max-width:1000px;
}
.nav-link {
    color:#000000;
}

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

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

.titles {
    font-size:2.5rem;
    font-weight:700;
}


#services .h4 {
    font-size:20px;
}

#services svg {
    width:130px;
    margin-bottom: 10px;
    background: rgb(0,178,226);
    border-radius: 5px;
background: linear-gradient(35deg, rgba(0,178,226,0.25) 50%, rgba(14,101,204,0.25) 100%);
padding:25px;    
}


#site_brands img {
    max-width: 250px;
}

#site_brands svg {
    margin-right: 15px;
}

.card-img-top {
    max-width: 220px;
}

.card-body {
    padding-top:0;
}


.map iframe{
    height:500px;
    width:100%;
}


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

.footer_h4 {
    font-weight:700;
    font-size:22px;
}

footer div.colored_overlay {
    background: rgb(0,178,226);
background: linear-gradient(35deg, rgba(0,178,226,0.85) 50%, rgba(14,101,204,0.85) 100%);
}


footer img {
    max-width: 150px;
}
footer p {
    padding-top:10px;
    display: flex;
    align-items: center;
    font-size:18px;
}


footer .like_a,
footer a,
footer svg {
    color:#fff;
    transition: 0.2s;
    font-size:18px;
    text-decoration: none;
}

footer svg {margin-right:3px}

footer a:hover {
    transition: 0.2s;
    text-decoration: underline;
    color:#fff;
}

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


.bg_gradient_opacity {
    background: rgb(0,178,226);
background: linear-gradient(35deg, rgba(0,178,226,0.85) 50%, rgba(14,101,204,0.85) 100%);
}

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




@media (max-width:992px) {
 .espa_badges {
    text-align: center;
     display:flex;
     align-items:center;
     
}
.espa_badges img {
    width:100%;
 }


    #company img {
    max-width:200px;
        padding-bottom:40px;
}


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

    footer .container {
        max-width:100%
    }
    
   
}

