body {
    font-family: 'Roboto';font-size: 16px;
}

footer {    
    width: auto;
}


/*_________________ main-ft _________________*/
.main-ft{
    padding-top: 50px;
}
/*_________________ main-ft _________________*/

/*_________________ feature _________________*/
.feature{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #4b5d73;
    min-height: 500px;
    background-color: #f1f6fd;
}
/*_________________ feature _________________*/


/*_________________ download section _________________*/
.dl-section{
    padding-top: 100px;
    /* padding-bottom: -20px; */
    width: 100%;
    color: #4b5d73;
    min-height: 400px;
    background-color: #e5f2ff;
    background-image: url("/assets/images/dlclouds.png"); /* The image used */    
}
/*_________________ download section _________________*/

/*_________________ footer _________________*/
.footer{
    padding-top: 100px;
    padding-bottom: 30px;
    color: #4b5d73;
    min-height: 400px;
    background-color: #121921;
}

.widget-title {
    color: white;
}

.footer-logo{
    display: inline-block; width: 300px;
}

.footer-logo img{
    float: left;
}

.footer-logo h2{
    padding-top: 10px;
    padding-left: 80px;
}

.footer-logo-caption{
    padding-top: 20px;
}

.footer-loc-icon{
    color: red;
}

.footer-ph-icon{
    color: Dodgerblue;
}

.footer-email-icon{
    color: white;
}

.footer-send-message{
    width: 100%;
    border-radius: 20px;
    margin: 15px 4px;
}


.sub-footer {
    padding-top: 30px;
    text-align: center;    
    color: white;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 80px; /* Set the fixed height of the footer here */
    line-height: 20px; /* Vertically center the text there */
    background-color: #0069cc;        
}

.sub-footer span {    
    font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    display: block;
}

.sub-footer span a:link {        
    color: #b3d7ff;
}

.sub-footer-fb-icon{
    font-size: 24px; 
    color: #3b5998;
}

.sub-footer-tw-icon{
    font-size: 24px; 
    color: #1dcaff;
}

.sub-footer-ig-icon{
    font-size: 24px;
    color: white;
}

.contact-item {
    padding: 5px;
}

.widget-follow {
    padding-top: 30px;
}
/*_________________ footer _________________*/