@font-face {
    font-family: 'Hel';
    src: url('../fonts/Helvetica2.ttf');
    src: url('../fonts/Helvetica2.ttf') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/Helvetica2.ttf') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Helvetica2.ttf') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/Helvetica2.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/Helvetica2.ttf') format('svg'); /* Legacy iOS */
}

body {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    font-family: 'Hel', 'Helvetica1', sans-serif;
    font-size: 15px;
}
.bg{
    background-color: #f7f8f9;
}

p{
    color: #424949;
}

h1{

    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
    text-transform: capitalize;
}

h2{

    font-size: 17px;
    font-weight: bold;
}

#banner h1{
    color:#cbdf2a;
    font-size: 40px;
    font-weight: bolder;
}

section{
    padding-top: 20px;
    padding-bottom: 20px;
}

li{
    padding: 5px;
}

.navbar{
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    background-color: #ffffff !important;
}

.nav-link{
    font-size: 15px;
    text-transform: uppercase;
}

a{
    color: #424949 !important;
}

.menu{
    font-weight: bold;
    font-size: 13px;
}
#lg{
    border: solid 1px #ccc;
    padding: 0 5px 0 5px;
}

.service{
    height: 450px !important;
}

#header{
    background-color: #f7f8f9 !important;
}
#banner{
    background-color: #f7f8f9 !important;
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 460px;
    margin-top: 80px;
}
#banner_content{
    padding-top: 20px;
    padding-bottom: 20px;
}

#building{
    background-color: #ffffff !important;
    background-image: url('../images/building.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 820px;
}

.pt{
  padding-top: 70px;
}

.header-img{
    padding: 0px;
}

.header-img img{
    border-radius: 10px 10px 0 0;
}

.img{
    border-radius: 10px;
}

.middle-widget{
    background-color: #f7fdff;
    padding: 20px;
}

.partners-widget{
    background-color: #f7fdff;
    padding: 20px;
}

.content{
    margin-top: 100px;
}

footer{
    background-color: #cbdf2a;
    padding: 20px;
    color: #ffffff;
}

footer ul{
    list-style: none;
}

footer a{
    color:#000000 !important;
}

footer p{
    color:#000000 !important;
}


@media only screen and (max-width: 500px){
    .img{
        border-radius: 10px;
        width: 100%;
    }
    #banner{
      background-image: url('../images/building.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
        height: 100%;
    }

    #building{
        background-size: 100%;
        background-position-y: 90%;
        height: 270px;
    }

}
