@import "https://basrahaoe.iq/static/fonts/fonts/styles.css";

* {
    font-family: 'DroidArabicKufi';

}

a {
    color: inherit;
}

.row {
    position: relative;
}

.column {
    margin-bottom: 5px;
}

img:not(.img) {
    width: 100%;
    height: auto;
}

@keyframes imgbg {
    0% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}

a:hover {
    color: inherit;
}

.imgbg {
    width: 100%;
    height: 200px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.imgbg:hover {
    /*animation: imgbg 3s linear;
    background-position: 0% 100%;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HacenLinerXL';
}

.fluid {
    max-width: 100%;
}

body {
    background: url('https://basrahaoe.iq/static/images/site/background.png');

}
.logo_class{
    text-align: center;
    background: #c9c9c9;
    height: 100px;
    padding-top: 12px;
}
.header_menu {
padding-top: 25px;
}
.header_menu li{
    color:#3d6e91;
    height: 35px;
    background:#d8d8d8;
    border-radius: 8px;
    margin-right: 20px;
}
.dropdown.menu a{
    padding: 0.5rem 1rem;
}
.header_menu li:hover{
background:#3d6e91;
color:#fff;
}

.image_social{
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    margin-right: 10px;
}
.image_social:hover{
  transform: scale(1.2);
}
.index_image{
height:400px;
width:100%;
 background: url('https://basrahaoe.iq/static/images/site/Rectangle@3x.jpg');
 text-align:center;
}

.news{
    margin-bottom: 10px;
margin-top: 20px;
    margin-left: auto;
    background: #3d6e91;
    width: 100px;
    border-radius: 10px;
    height: 32px;
    color: #fff;
    font-size: 20px;
    margin-right: auto;
}
.news_title{
      padding-top: 10px;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      position: relative;
      height: 100px;
      width: 93%;
      background: rgba(0,0,0,0.7);
      color: #fff;
      margin-top: -136px;
      margin-right: auto;
      margin-left: auto;
      text-align: center;
      transform: scale(0);
}

.div_news {
height: 200px;
margin-bottom: 25px;
}
.div_news:hover .news_title{
transform: scale(1);
}
.call_us{
padding: 21px 10px;
margin-top:40px;
height:300px;
background:#3f80ba;
}
.footer{
padding-top: 16px;
background:#5397be;
color:#fff;
height:60px;
margin-top:100px;
}
@media screen and (max-width: 600px) {
.call_us{
height:auto!important;
}
.div_news{
height:250px;
}
}


















