body{
    font-family: "Sora", sans-serif;
}







.footer{
    background: #252525;
}
.copy-right p{
    font-size: 14px;
}
.text-gry{
    color: #777;
}




.fb-border{
    border-top: 1px solid #ffffff1a;
}
.logo p{
    font-size: 14px;
    color: #ccc;
}
.f-widget h6{
    color: #777;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.f-widget a{
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.gry-bg{
    background: #f6f6f6;
}
.client-logo img{
    filter: grayscale(100%);
    opacity: .55;
}
.client-logo img:hover{
    filter: grayscale(0%);
    opacity: 1;
}
.heading h2{
    color: #0a76a8;
}
.blog-box{
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,8%),0 13px 45px rgba(0,0,0,8%);
}
.blog-box p{
    height: 103px;
    padding: 20px;
    font-size: 14px;
    color: #0a76a8;
}
.br-10{
    border-radius: 10px;
}
.sigea{
    background: #f6f6f6;
}
.ser-box a{
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
    line-height: 34px;
    color: #fff;
    padding: 250px 20px 20px;
    display: block;
    border-radius: 6px;
    height: 372px;
    display: flex;
    justify-content: center;
    align-items: end;
    background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
}
.s-one{
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/sigea_1.jpg);
}
.ser-box{
    overflow: hidden;
}
.s-two{
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/sigea_2.jpg);
}
.s-three{
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/sigea_3.jpg);
}
.s-four{
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/sigea_4.jpg);
}
#navbarSupportedContent a{
    color: #999;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: color .1s ease;
    transition: color .1s linear;
}
#navbarSupportedContent a.active{
    color: #0b6fa2;
}
.banne-content {
    background: rgba(255, 255, 255, 0.8);
    width: auto !important;
    padding: 20px 40px;
    color: #000;
}
.banne-content h2{
    font-size: 28.8px !important;
    font-weight: 300;
    line-height: 44px !important;
}
.banne-content p{
    font-size: 17px;
}
.banne-content a{
    text-decoration: none;
    padding: 13px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.1em;
    font-size: 12px;
    background: #0b6fa2;
    color: #fff;
    border-radius: 4px;
}
.carousel-caption.d-none.d-md-block {
    width: 706px;
    text-align: justify;
    position: absolute;
    top: 26%;
    left: 0;
}











@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
    background: #fff;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 99999;
    padding: 10px;
    width: 100%;
    text-align: center;
    }
    div#navbarSupportedContent ul{
        padding: 0px;
    }


}
@media only screen and (max-width: 769px) {
    .client-logo.d-flex.justify-content-between.align-items-center {
        flex-wrap: wrap;
    }
}       
@media only screen and (max-width: 600px){

}
@media only screen and (max-width: 344px){

}