.header{
    background-image: url('/images/site/header.png');
    height: 160px;
}

.header_reg{
    background-color: #1777a0;
    height: 180px;
}

body{
    background-color: #555;
    font-family: 'Cairo';
}

.cnt{
    background-image: url('/images/site/pattern.png');
}

.logo{
    width: 200px;
    height: 200px;
    margin-top: 20px;
}

.logo_reg{
    width: 172px;
    height: 153px;
    margin-top: 20px;
}

.slider .play{
    width: 75px;
    height: 75px;
    position: absolute;
    top: 100px;
    left: 48%;
}



.play2{
        position: absolute;
    top: -22px;
    width: 150px;
}
.play3{
    position: absolute;
    top: 5px;
    width: 232px;
    margin-right: 90px;
}
.play4{
    position: absolute;
    top: 10px;
    width: 125px;
    margin-right: 60px;
}
.play5{
    position: absolute;
    top: 25%;
    width: 315px;
    margin-right: 390px;
}

.play6{
    position: absolute;
    top: -10px;
    width: 150px;
    left: 105px;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(0.9); opacity: 0.7; }
    50% { -webkit-transform: scale(1); opacity: 1; }
    100% { -webkit-transform: scale(0.9); opacity: 0.7; }
}

@keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.7; }
    50% { transform: scale(1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.7; }
}

.play:hover,.play2:hover,.play3:hover,.play4:hover{
-webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out; 
    -moz-animation: pulse 3s infinite ease-in-out; 
    animation: pulse 3s infinite ease-in-out;
}

#myBtn {
  display: none;
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none;
  outline: none; 
  color: white;
  cursor: pointer; 
  padding: 15px;
  border-radius: 10px; 
  font-size: 18px;
}
#myBtn > img{
    width: 40px;
}

#myBtn:hover {
  background-color: #555;
}


.title_line{

}
.title_line:after{
    position: absolute;
    top: 50%;
    height: 5px;
    margin-top: -2.5px;
    width: 100%;
    background: rgba(0,0,0,.05);
    right: 0;
    left: auto;
    background-color: #444;
    opacity: .15;
    content: '';
    color: red;
}

.menuIcon{
    width: 30px;
    margin-bottom: 10px;
}

.sub_btn{
    width: 100%;
    height: 50px;
    background-color: #19B4C3;
    margin-top: 10px;
    color: #fff;
}

.menuIconItem{
    font-size: 12px;
    font-weight: bold; 
    display: flex; 
    flex-direction: column; 
    text-align: center; 
    align-items: center;
    text-decoration: none;
    color: #000;
}
.menuIconItem:hover{
    text-decoration: none;
    color: #000;
}

.title{
    font-size: 16px;
    color: #fff;
}
.menu{
list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 105%;
    margin-right: -20px;
}

.menu > li{
    display: inline;
}

.slider{
    margin-top: 50px;
    padding: 10px;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.most{
    margin-top: 20px;
    border-right: solid 20px #C11D2E;
    width: 100%;
    height: 230px;
    background-color: #A6A8AB;
}

.more{
    justify-content: flex-end;
    left: 40px;
    position: absolute;
}
.more > img{
    width: 70px;
    height: 20px;
}

.menuIconItem:hover span{
    padding-bottom: 10px;
    border-bottom: solid 5px #19B4C3;
    color: #eee;
}

.more2{
    justify-content: flex-end;
    left: 40px;
}
.more2 > img{
    width: 70px;
    height: 20px;
}

.desc{
    padding: 1px 5px 1px 5px;
    font-size: 10px;
    color: #000;
    background-color: #D1D2D4;
     justify-content: flex-end;
    left: 40px;
    position: absolute;
}

.car22 h3 a,.car22 h3 a:hover,.car22 h4 a,.car22 h4 a:hover{
    color: #fff;
    text-decoration: none;
}

.sociali{
    width: 30px;
    height: 30px;
}

.car22-item h3{

    margin-top: 60px;
}
.car22{
    height: 350px;
    border: solid 5px #A7A9AC;
    border-radius: 30px;
    padding-top: 30px;
    margin: auto;
    width: 95%;
}
.car22-inner > .car22-item > .row > .col-sm-6{
    text-align: center;
    justify-content: center;
}

.car22 .cimg{
    height: 300px;
    border-radius: 30px;
    width: 85% !important;
}

.headertitle
{
    color: #444;
    font-weight: 700;
    line-height: 32px;
    font-size: 15px;
    margin-bottom: 23px;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.mststy{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.headertitle  span
{
    display: inline-block;
    padding: 4px 0 4px 17px;
    line-height: 32px;
    position: relative;
    z-index: 1;
    color: #A7A9AC;
        background-color: #414042;
}

.headertitle:after
{
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -2.5px;
    width: 100%;
    background: rgba(0,0,0,.05);
    right: 0;
    left: auto;
    background-color: #A7A9AC;
    content: '';
    color: red;
}


.bar1, .bar2, .bar3 {
    width: 30px;
    height: 5px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
  }

  .sm-show{
      display: none;
  }

  .lg-show{
      display: inherit;
  }

  .imgblk{
    width: 100%;
    height: 137px;
  }

@media  screen and (max-width: 990px)
{
    .header {
        height: 85px;
        background-position: right 108px;
    }
    .logo {
        width: 120px;
        height: 120px;
        margin-top: -10px;
    }
    .logo_reg {
        width: 100px;
        height: 100px;
        margin-top: -10px;
    }

    .play2,.play1,.play3,.play4,.play5,.play6{
        display: none;
    }
    .navbar-collapse{
        background-color: #fff;
        width: 105%;
        margin-right: -13px;
    }
    .sm-show{
        display: inherit;
    }
    .lg-show{
        display: none;
    }
    .imgblk{
        width: 100%;
        height: inherit;
      }

    .sm-padd{
        margin-top: 30px;
    }

    .sm-small > .sm-padd:nth-of-type(1)
    {
        margin-top: 0px;
    }
    

}