body{
    font-family: 'Work Sans', sans-serif;
}

.navbar{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar-brand img{
    width: 110px;
}

.nav-link{
    color: #000000;
}

.nav-link:hover{
    color: #0039a4;
}

.carousel-item{
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../assets/home/1.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
}

#header-text h1{
    font-size: 1.8rem;
}

#header-text h2{
    font-size: 1.1rem;
}

#header-text a{
    background-color: #0039a4;
    color: #ffffff;
    font-size: 1.3rem;
}

#header-text a:hover{
    background-color: #2e64c8;
}

#about h2:after{
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    bottom: 12px; 
    left: 74px;
    background: #0039a4;
}

.img-holder{
    background-color: #d60e2a;
}

#about img{
    border-radius: 100px 0 100px 0;
    -webkit-border-radius: 100px 0 100px 0;
    -moz-border-radius: 100px 0 100px 0;
    -ms-border-radius: 100px 0 100px 0;
    -o-border-radius: 100px 0 100px 0;
}

#services{
    background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../assets/services/bg.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
}

#services h2{
    color: #ffffff;
}

#services h2:after{
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    bottom: 11px; 
    left: 105px;
    background: #d60e2a;
}

.service-svg{
    margin: 0;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-svg img{
    width: 30px;
    margin-top: 15px;
}

.card h5{
    font-weight: 600;
    font-size: 1.2rem;
}

.card:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

/*new services*/
#services h5{
    font-weight: 600;
}

#services img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



#contact h2:after{
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    bottom: 12px; 
    left: 95px;
    background: #0039a4;
}

#contact p{
    font-size: .9rem;
}

#contact a{
    color: #0039a4;
}

footer{
    background-color: #2e64c8;
    color: #ffffff;
}

footer a, footer a:hover{
    color: #dddddd;
    font-weight: 600;
}

@media (min-width: 576px){
    .navbar-brand img{
        width: 100px;
    }

    #header-text h1{
        font-size: 2rem;
    }

    #header-text h2{
        font-size: 1.2rem;
    }

    #header-text a{
        font-size: 1.5rem;
    }

    #about h2:after{ 
        left: 85px;
    }

    #services h2:after{
        left: 115px;
    }

    #contact h2:after{
        left: 110px;
    }

    #contact p{
        font-size: 1rem;
    }
}

@media (min-width: 768px){
    #header-text h1{
        font-size: 2.8rem;
    }

    #header-text h2{
        font-size: 1.3rem;
    }

    #header-text a{
        font-size: 1.6rem;
    }

    #about h2:after{ 
        left: 90px;
    }

    #services h2:after{
        left: 125px;
    }

    .other-services{
        font-size: 1.2rem;
    }

    #contact h2:after{
        left: 115px;
    }
}

@media (min-width: 992px){
    #header-text h1{
        font-size: 3rem;
    }

    #header-text h2{
        font-size: 1.4rem;
    }

    #about h2:after{ 
        left: 95px;
        bottom: 14px; 
    }

    #services h2:after{
        left: 135px;
        bottom: 14px; 
    }

    .other-services{
        font-size: 1.3rem;
        padding-left: 7rem;
    }

    .other-services h5{
        font-size: 1.7rem;
    }

    .first-img img, .second-img img{
        width: 300px;
        margin: 0 auto;
    }

    #contact h2:after{
        left: 125px;
        bottom: 14px; 
    }
}

@media (min-width: 1200px){
    .carousel-item{
        background-image: linear-gradient(115deg, rgba(0,0,0,1) 13%, rgba(0,0,0,0) 87%), url('../assets/home/1.jpg');
    }

    #about h2:after{ 
        left: 100px;
        bottom: 15px; 
    }

    #services h2:after{
        left: 145px;
        bottom: 14px; 
    }

    #services .row{
        width: 93%;
    }

    .main-services h5{
        font-size: 1.5rem;
    }

    .main-services p{
        font-size: 1.1rem;
    }

    #contact h2:after{
        left: 135px;
        bottom: 15px; 
    }
}