body{
    font-family: 'Roboto', sans-serif;
}
.header-social{
    background-color: #f2f2f2;
}
.header-social ul{
    list-style-type: none;
    margin: 5px 0px;
}
.header-social li{
    display: inline-block;
}
.header-social li a{
    font-weight: 500;
    color: #333 !important;
    padding-left: 15px;
}
.header-social li a .glyphicon{
    font-size: 12px;
    margin-right: 5px;
}
.navbar{
    padding: 15px 0px;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}
.navbar-brand{
    padding: 0px;
    margin-right: 30px;
}
.contact-btn{
    background-color: #fed640;
    border-radius: 4px;
}
.navbar-nav li a{
    color: #333 !important;
    font-weight: 500;
}
.navbar-nav .active a,.navbar-nav a:hover{
    background-color: transparent !important;
    border-bottom:3px solid #fed640;
}
.navbar-nav{
    margin: 5px 0px 0px 0px;
}
.navbar-collapse{
    padding: 0px !important;
}
.navbar-nav a{
    padding: 10px 15px !important;
}
.banner:before{
    height: 650px;
    background-color: #272727;
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.banner{
    text-align: center;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.banner img{
    max-width: 100%;
}

.banner p{
    color: #999;
    margin-top: 30px;
    font-size: 18px;
}
.banner-area{
    background-image: url("../images/topbg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.banner h1{
    text-align: center;
    color: #fff;
    margin-top: 0px;
    font-weight: 100;
    font-size: 56px;
    margin-bottom: 30px;
}
.about-us *{
    text-align: center;
}
.about-us h3{
    color:#E50A59;
    font-size: 14px;
    text-transform: uppercase;

}
.about-us p{
    color: #272727;
    font-size: 18px;
}
.about-us h2{
    color: #272727;
    margin: 25px 0px;
    font-size: 42px;
}
.abt-icon{
    height: 250px;
    background-image: url("../images/bottombg.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.services-section {
    text-align: center;
    background-color: #fafafa;
    padding: 100px 0px;
}
.services-section h3{
    color:#E50A59;
    font-size: 14px;
    text-transform: uppercase;
}
.services-section h2{
    color: #272727;
    margin: 25px 0px;
    font-size: 42px;
}
.service-box{
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    height: 140px;
    padding-top: 25px;
}
.service-box i{
    height: 60px;
    width: 60px;
    background-color: #f9edf1;
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    color:#e8266c;
    padding-top: 15px;
}
.service-box h4{
    text-transform: uppercase;
    font-size: 18px;
}
.our-products{
    text-align: center;
}
.section-header h3{
    color:#E50A59;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.section-header h2{
    text-align: center;
    color: #272727;
    margin: 25px 0px;
    font-size: 42px;
}
section{
    padding: 100px 0px;
}
.our-products .row{
    display: flex;
}
.section-content{
    position: relative;
    top:50%;
    transform: translateY(-60%);
}
.section-content h3{
    font-size: 36px;
    text-align: left;
    font-weight: 700;
}
.section-content p{
    font-size: 16px;
    text-align: left;
    margin: 25px 0px;
}
.subscribeForm{
    max-width: 400px;

}
.subscribeForm .form-control{
height: 40px;
}
.btn-subscribe{
    height: 40px;
    background-color: #fed640;
    color: #444;
    padding-left:15px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}
.thumbnail{
    margin: 0px;
    border: 0px;
    padding: 0px;
    background-color: transparent;
}
.spacer{
    height: 100px;
}
section .row{
    display: flex;
}
.infrastructure{
   background-color: #fafafa;

}
.gallery-box img{
    width: 100%;

}
.gallery-box{
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
}
.contact-form .form-control{
    height: 50px;
    margin-bottom: 30px;
    border-radius: 0px;
    border: 1px solid #676767;
}
.contact-form textarea.form-control{
    height: 200px;
}
.btn-contact{
    height: 50px;
    width: 160px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #fed640;
    color: #444;
    border: 0px;
}
footer{
    background-color: #272727;
    padding: 90px 0px;
}
.footer-social i{
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}
.footer-social{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
.footer-social li{
    float: left;
    display: inline-block;
}
.footer-about p{
    font-size: 16px;
    color: #bebebe;
    margin: 30px 0px;
}
.useful-links{
    display: table;
    margin: 0px auto;
}
.useful-links h3{
    color:#fff;
}
.useful-links ul{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.useful-links a{
    color: #bebebe;
    padding: 9px 0px;
    display: block;
    text-transform: capitalize;
}
.useful-links a:hover{
    color: #fff;
    text-decoration: none;
}
.contact-details li{
    position: relative;
    list-style-type: none;
    padding: 7px 0px;

}
.contact-details h3{
    color: #fff;
}
.contact-details i{
    position: absolute;
    left: -40px;
    top:13px;
    color: #bebebe;
    font-size: 23px;
}
.contact-details a{
    color: #bebebe;
}
.contact-details a:hover{
    color: #fff;
    text-decoration: none;
}
.copyright{
    background-color: #676767;
    padding: 7px 0px;

}
.copyright p{
    margin: 0px;
    text-align: center;
    color: #bebebe;
}
.icon-img{
    height: 60px;
    width: 60px;
    vertical-align: middle;
    background: #f9edf1;
    padding-top: 16px;
    border-radius: 50%;
    margin: 0px auto;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
    .about-us h2 {
        font-size: 27px;
    }
    .useful-links {
        display: block;
        margin: 26px auto;
        clear: both;
        float: left;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .banner img{
        max-width: 100%;
    }
    .banner h1{
        font-size: 23px;
    }
    .about-us h2{
        font-size: 34px;
    }
    .banner:before {
        height: 494px;
    }
    .banner-area,.abt-icon{
        background-size: 100px;
    }
    .abt-icon{
        height: 160px;
    }
    .services-section h2 {
        margin: 16px 0px;
        font-size: 21px;
    }
    .section-header h2 {
        font-size: 26px;
    }
    section .row,.our-products .row{
        display: block;
    }
    .section-content {
        top: 0;
        transform: translateY(0);
    }
    .section-content h3 {
        font-size: 22px;
    }
    .useful-links {
        display: block;
        margin: 26px auto;
        clear: both;
        float: left;
        width: 100%;
    }
    .navbar-toggle{
        border: 1px solid #939191;
    }
    .navbar-toggle .icon-bar{
        background-color: #939191;
    }
    .navbar-brand{
        padding-left: 15px;
    }
    .navbar {
        padding: 5px 0px;
        margin: 0;
    }
    .navbar-brand>img {
        display: block;
        max-width: 90px;
        margin-top: 8px;
    }
    .subscribeForm{
        margin-bottom: 20px;
    }
}