body
{
    font-family: 'Open Sans' , sans-serif;
}
@font-face { font-family: Kalam-regular; src: url('../fonts/Kalam-Regular.ttf'); } 
@font-face { font-family: Kalam-bold; src: url('../fonts/Kalam-Bold.ttf'); } 
.navbar-default
{
    margin: 0px;
}
.fill-screen
{
    background-size: cover;
    background-position: center;
}
.about-us
{
    background-size: cover;
    background-position: center;
}
.fixed-bg-image
{
    background-attachment: fixed;
}
.subheading
{
    letter-spacing: 0.05em;
    color: #C6C6C6;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    border-bottom: 5px solid orange;
    padding-bottom: 20px;
}
.subheading-underline
{
    width: 120px;
    background-color: Orange;
    height: 10px;
    text-align: center;
}
.clients div
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.clients a
{
    margin: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.clients .img-responsive
{
    box-shadow: rgba(0,0,0,0.5) 10px 10px 60px;
}
.title-text-row
{
    position: relative;
    min-height: 300px;
}
.title-text
{
    color: #fff;
    font-size: 50px;
    position: absolute;
    background-color: #136ADE;
    padding: 5px;
    top: 20%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.5);
}
.footer-poweredBy
{
    float:right;
}
#carousel
{
    margin: 40px 0px;
}
#carousel img
{
    width: 100%;
    height: auto;
}
.down-button
{
    position:absolute;
    bottom:170px;
    width:100%;
    text-align:center;
    }
    .down-button i{color:White;}
    .navbar-inverse .navbar-nav>li>a {
    color: #bbb;
}
.navbar-inverse {
    background-color: #2D3E5B;
    border-color: #383262;
}
.logo-text{
    font-family:Kalam-bold;
    /*color: orange !important;*/
}
@media (max-width:1024px)
{
    .fixed-bg-image
    {
        background-attachment: scroll;
    }
}
@media (max-width:670px)
{
    .title-text
    {
        font-size: 30px;
    }
}
