body{
    background: #080808;
}
.container {
    max-width: 1302px;
}
.head_div{
    background-color: #6E4F14;
    height: 17px;
}
.header_div{
    margin-top: 30px;
}
.navbar{
    top:-9px;
}

.nav-item {
    margin-right: 24px;
}
.about_as ,.services,.concat_us{
    height: 948px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
padding-top: 200px;
}
.about_as_title{
    width: fit-content;
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: solid #be861e;
    height: 47px;
}
.about_as_content{
    width: 40%;
    color: #bdb5b5;
}
.services{
    height: 750px;
}
.services  .about_as_title{
    float: left;
}

.service_image{
    max-width: 200px;
}
.service_image_circle{
    text-align: center;
    max-width: 230px;
    border-radius: 50%;
    border:solid #100c05 2px;
    width: 120px;
    height: 120px;
    padding-top: 26px;
    background: #060400;
}
.se{
    text-align: center;
    float: left;
}
.se:hover .service_image_circle{
    background-color: #341e18;
}
.service_title{
    font-size: 20px;
    color: #7f7c7c;
}
.service_title:hover{
    color: #7f797a;
}
.concat_us{
    height: 600px;
}
.mob{
    padding-left: 5px;
    border-left: 2px solid;
    color: #626262;
}
.num{
    color: #626262;
}
.concat_us_content{
    margin-top: 95px;
    width: 72%;
}
.concat_us_row{
    margin-bottom: 9px;
}
.top{
    margin-top: 166px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 5%;
    background: #1d1313;
    border: solid;
}
.footer_menu{
    padding-top: 7px;
    height: 53px;
    background-color: #6e4f14;
    margin-top: 43px;
}
.footer_menu ul li{
    width: fit-content;
}
.footer_menu ul li a{
    color: #989898;
    font-size: 20px;
}
.footer_menu ul li a:hover{
    text-decoration: auto;
    color: #D9D9D9;
    font-weight: bold;
}
.footer_alwafa{
    color: #989898;
}
.scroll{
    border: none;
    color: black;
}
.modal-header .close {
    margin-left: 0px;
}
