/* #topbar {
    border-bottom: 1px solid #e9e9e9;
} */
#topbar .contact-info a {
    font-size: 15px;
    letter-spacing: 1px;
}
#topbar .social-links i{
    font-size: 20px;
    color: #428bca;
}

.header, .header.sticky-top{
    /* box-shadow: 0px 25px 20px -29px rgb(0 0 0); */
    box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 17%);
}
.logo-color{
    color: #3f82c3 !important;
}

.logo:hover{
    text-decoration: none;
}

.sitename{
    /* text-transform: uppercase; */
}

.navmenu a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}


.navmenu a:focus {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navmenu a.active, .navmenu .active, .navmenu a:hover {
    color: #3f82c3 !important;
    text-decoration: none;
}


.ltr-spac-05{
    letter-spacing: 0.5px;
}

.hero {
    padding: 50px 0 50px 0;
    background: none;
}

.bg--light-grey{
    background-color: #3f82c3;
}

.section-title h2 {
    font-size: 20px;
    color: #3f82c3;
}

.values .card h3 {
    letter-spacing: 0.5px;
}
.values .card p {
    letter-spacing: 0.3px;
    font-weight: 500;
}

.services .service-item h3 {
    letter-spacing: 0.5px;
}

.contact .info-item i {
    color: #3f82c3;
}

.contact .info-item h3 {
    letter-spacing: 0.5px;
}

.contact .info-item a{
    text-decoration: none;
    color: #000000b3;
}
.contact .info-item p {
    font-size: 16px;
    color: #000000b3;
    font-weight: 500;
}

.footer
{
    box-shadow: inset 0px 16px 29px -28px rgba(0, 0, 0, .5);
}

.footer .sitename
{
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    color: #3f82c3 !important;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.footer .logo img {
    max-height: 36px;
    margin-right: 8px;
}

.footer .footer-contact p 
{
    font-weight: 500;
    color: #6a6a6a;
}


.footer .footer-contact p a
{
    font-weight: 700;
    color: #6a6a6a;
    font-size: 15px;
}

.footer h4 {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.footer .footer-links ul li {
    padding: 6px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li a{
    font-weight: 500;
    color: #858383;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.footer .footer-links ul li a:hover{
    color: #3f82c3;
    text-decoration: none;
}



.about .content p{
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #747474;
    font-weight: 500;
    line-height: 22px;
}
.about .content ul li {
    font-size: 16px;
    font-weight: 500;
    color: #787878;
    letter-spacing: 0.5px;
}

.scroll-top {
    background-color: #3f82c3;
}


.underline-word{
    text-decoration: underline;
}


/* Responsive */

@media (max-width: 1199px) {
    .mobile-nav-active .navmenu {
        background: rgb(255 255 255);
    }

    .navmenu a i, .navmenu a:focus i {
        font-size: 16px;
        background-color: #ffffff;
    }
    .navmenu .active i, .navmenu .active:focus i, .navmenu a i:hover, .navmenu a:focus i:hover {
        background-color: #ffffff;
        color: #000000;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #3f82c3;
    }
}


@media (max-width: 768px) {
    .hero .hero-img{
        text-align: center;
    }
    #service1 .img-col  { order: 1; }
    #service1 .content-col { order: 2;  }
    
    #service2 .img-col  { order: 3; }
    #service2 .content-col { order: 4;  }

    #service3 .img-col  { order: 5; }
    #service3 .content-col { order: 6;  }
    
    #service4 .img-col  { order: 7; }
    #service4 .content-col { order: 8;  }
    
    #service5 .img-col  { order: 9; }
    #service5 .content-col { order: 10;  }
    
    #service6 .img-col  { order: 11; }
    #service6 .content-col { order: 12;  }
}
