
/* CONTACT SECTION */

#contact{
    background-color: #f4f5f9;
    padding-top: 90px !important;
}

#contact .input-group-addon{
    width: 50px;
    border-radius: 0;
    color: #fff;
    background-color: #1886c7;
    
}

#contact .form-control, #contact .btn{
    border-radius: 0;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1200px){
    #ourHistory {
         padding-top: 48px;
    }
    
    #ourHistory p{
        line-height: 20px;
    }
    #testimoials{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #features{
        padding-top: 48px;
    }
    
    .navlogo{
        height: 46px;
        width: 46px;
    }
}

@media screen and (max-width: 992px){
     .display-3{
        font-size: 48px;
         
    }
     #ourHistory {
         padding-top: 48px;
    }
    
    #ourHistory .btn{
        position: relative;
    }
    .historyLeft, .historyRight{
        text-align: center;
    }
    #testimoials{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .lead{
        margin-bottom: 6px;
    }
    #features{
        padding-top: 48px;
    }
    
 .navlogo{
        height: 46px;
        width: 46px;
    }
    
   
}

@media screen and (max-width: 768px){
    .display-3{
        font-size: 32px;
    }
    
     #ourHistory {
         padding-top: 48px;
    }
    
    .caseImage{
        margin-left: 0;
        text-align: center;
    }
    .caseArea{
        margin-right: 0;
    }
    
    #mySlider{
        margin-top: 30px;
        padding: 0px;
    }
        .lead{
        margin-bottom: 6px;
    }
     
     .navlogo{
        height: 46px;
        width: 46px;
    }
    
    .navbar-brand{
        color: #b9c7e5 !important;
        font-size: 14px; 
    }
    .nav-link{
        color: #b9c7e5 !important;
        font-size: 14px; 
    }
}

@media screen and (max-width: 576px){
     .display-3{
        font-size: 24px;
    }
    
     .text-muted{
        font-size: 16px;
    }
    
    #testimoials{
        padding-top: 48px;
        padding-bottom: 0px;
    } 
     
    .lead{
        margin-bottom: 6px;
        font-size: 12px;
    }
    
    #features{
        padding-top: 0px !important;
    }
    
    #ourHistory{
        padding-top: 0px !important;
        display: block;
    }
    
    .navlogo{
        height: 30px;
        width: 30px;
    }
    
    .navbar-brand{
        color: #b9c7e5 !important;
        font-size: 14px; 
    }
    .nav-link{
        color: #b9c7e5 !important;
        font-size: 14px; 
    }
    
    
}










