h1, h2, h3, h4, h5, .lead {
    font-family: 'Droid Sans', sans-serif;
}

/* start header */

.header img {
    
    width: 100%;
    
}

/* end header */



/* start section services */

.num1 {
    padding-top: 50px;
    padding-bottom: 50px;
    
    
}
.num1 h1 {
    color: #3B98BF;  
    font-weight: bold;
    font-size: 40px;
}

hr {
    border: 1px solid #3B98BF;  
    width: 15%;
    margin-top: 10px;
    margin-bottom: 50px;
}

.num1 ul {
    list-style:square
}
.num1 ul li {
    color: #25AFDD;
    font-size: 23px;
    line-height: 35px;
    
    
}


/* end section services */


/* start section gallery */
.num2 hr {
    width: 35%;
    margin-bottom: 50px;
}
.num2 h1.under {
    color: #3B98BF;  
    font-weight: bold;
    font-size: 45px;
    
}

.hide-bullets {
    list-style:none;
    margin-top:50px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.thumbnail > img, .thumbnail a > img {
    width: 100%;
    max-height: 130px;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    height: 100%;
    max-height: 560px;
}
/* end section gallery */



/* start section contact-us */


.num3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.num3 .text {
    
    margin-top: 35%;
   
}



.num3 p {
    font-size: 20px;
    font-weight: bold;
}
.fa-phone:before,
.fa-envelope:before,
.fa-facebook:before {
    font-size: 25px;
    color: #3B98BF;  
}

.num3 a {
    color: #333333;
}


/* end section contact-us */

/* start section footer */

.footer {
    background-color: #CFD3D4;

}
.footer p {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    
}
.footer p span.one {
color:#3D4A91;

}
.footer p span.two {
color:#3B98BF;

}


/* end section footer */



/* start responsive */

@media(max-width:991px){
    
    .num3 .text {
       
        text-align: center;
        margin-top: 10%;
   
}

    
}
@media(max-width:767px){
    
    .num3 .card img {
        width: 100%;}
    .num3 a {
        font-size: 15px;
    }
    .num3 p {
        font-size: 15px;
    }
    .fa-phone:before, .fa-envelope:before, .fa-facebook:before {
        font-size:17px;
    }
    .footer p {
        font-size: 13px;
}
    
}
    



/* end responsive */