/*start my library*/

body {
  font-size: 16px;
  font-family: 'islam';
  height: 100%;
  
  background: #fff; 
}

.table-responsive {
  direction: ltr;
}
.table-responsive > table {
  direction: rtl;
}

.main-table {
  -webkit-box-shadow: 0 3px 10px #CCC;
  -moz-box-shadow: 0 3px 10px #CCC;
  box-shadow: 0 3px 10px #CCC;
}

.main-table td {
  background-color: #FFF;
  vertical-align: middle !important;
}

.main-table tr:first-child td { /* You Can Use Thead */
  background-color: #333;
  color: #FFF;
}
.main-table img {
  width: 50px;
  height: 50px;
}

.main-table .btn {
  padding: 3px 10px;
  margin: 2px;
}

*, *:after, *:befor, html, body{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

@font-face  {
  font-family: 'islam';
  src: url('../font/Droid-Sans-Arabic.ttf');
}

input:focus{
  outline: none;
}
textarea:focus{
  outline: none;
}

input{
  border-radius:0;
}
button{
 border: 0;
 outline: 0;	
}

button:focus{
 border: 0;
 outline: 0;
}      


.uper{
  text-transform: uppercase;
}

.color{
  color:#ff00fe;
}
.color2{
  color:#0d4a9a;
}

.bg{
 background: #8c87b7;
}


.lead{
  line-height: 1.5em;
}

.overlay{
 background:rgba(0,0,0,.7); 
 width: 100%;
 height: 100%;
}

.hide{
  display: none;
}

a{
  text-decoration: none;
  display: block;
  color: #fff;
}
a:hover{
  text-decoration: none;
  color: unset;
}

a:focus{
  text-decoration: none;
  color: unset;
}

ul, ol{
  list-style: none;
}

.after{
  position: relative;
}

.after:after{
  content: "";
  position: absolute;
  display: block;
  top: 45px;
  left: 0;
  width: 75px;
  border-top: 5px solid #1abc9c;
}

hr{
  margin:10px 0;
}

.centerr{
  text-align: center;
}

.actv{
 background:#7cb62f; 
}

/*end my library*/
/*====================================================================*/
/* ============================start nav============================*/


nav{
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: all .5s ease-in-out;
  background: #fff;
  top: 0;
  box-shadow: 0px 1px 10px #111;


}
nav .logo img{
  width: 230px;
  height: 80px;
}

nav .navv{
  line-height: 4 !important
}

nav .navv input[type="search"] {
  width: 200px;
  height: 33px;
  box-shadow: 0 0 2px #333;
  padding: 2px;
  border-radius: 11px;
}
/*----------------------------------*/
@media (max-width: 1200px){
  nav .navv input[type="search"]{
    width: 155px
  }

  nav .navv ul li a{
    padding: 13px !important;
  }
}

nav .navv i.fa.fa-search.fa-lg{
  position: relative;
  right: -27px;
  z-index: 111;
  cursor: pointer;
  color: #ff00fe;
}
nav .navv input[type="search"]:focus {
  box-shadow: 0;
  border-radius: 11px;
  border:2.5px solid #0d4a9a

}

nav .navv ul li a{
  color: #222;
  
  padding: 8px;
  //padding-top: 22px;
  transition: all .5s ease-in-out;
}

nav .navv ul li a:hover{
  color: #ff00fe;
}
nav .navv ul li{
  display: inline-block;
}

nav .fa-bell{
  position: relative;
}
nav .fa-bell span{
  position: absolute;
  background: red;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 18px;
  z-index: 9;
  top: -10px;
  right: -10px;

}

nav .fa-envelope{
  position: relative;
}
nav .fa-envelope span{
  position: absolute;
  font-size: 12px;
  background: red;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 19px;
  width: 19px;
  line-height: 18px;
  z-index: 9;
  top: -10px;
  right: -10px;

}

nav .fa-heart{
  position: relative;
}
nav .fa-heart span{
  position: absolute;
  background: red;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 18px;
  width: 18px;
  line-height: 18px;
  z-index: 9;
  top: -10px;
  right: -10px;

}


nav .social{
  line-height: 4 !important
}

nav .social i{
  color: #222;
}
nav .social i:hover{
  color: #ff00fe;
}

nav .social ul li a{
  color: #222;
  line-height: 2.5;
}

nav .social .li1{
  display: inline-block;
  padding: 8px 10px;
  cursor: pointer;
  color: #fff;
  position:relative;
}
nav .social .set{
  position: absolute;
  //width: 150px;
  top: 75px;
  right: 0;
  padding: 1px;
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0 1px 2px #222;
  box-shadow: 0 1px 2px #222;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  display: none;
  min-width: 200px;
}

ul.set.zeroo.dropdown-menu {
  width: auto;
}
.dropdown-menu>li>a {
  padding: 3px 10px;
}


nav .social .set:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 6px solid #eee;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -6px;
  right: 15px;

}
nav .social .set  li{
  display: block;
  //padding: 0 5px;
  color: #111;
  border-bottom:1px solid #aaa;
  width: 100%;
  transition: all .4s ease-in-out;

}
nav .social .onee li:hover,
nav .social .twoo li:hover,
nav .social .threee li:hover{
  padding-right: 17px;

}
nav .social .zero:hover .zeroo{
  display: block;
}
nav .social .one:hover .onee{
  display: block;
}
nav .social .two:hover .twoo{
  display: block;
}
nav .social .three:hover .threee{
  display: block;
}
nav .social .onee,
nav .social .twoo,
nav .social .threee{
 -webkit-transition: all .8s ease-in-out;
 transition: all .8s ease-in-out;
 z-index: 9999999
}



/* ============================end nav============================*/

/* ============================start nav mobile============================*/
section.navbarr{
  display: none;

}
/*------------------------media--------------------------*/
@media (max-width: 991px){

  nav{
    display: none;
  }

  section.navbarr{
    display: block;
    z-index: 9999
  }

  section.navbarr .navtop{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #fff;
    height: 67px;
    z-index: 9999;
    box-shadow: 0px 0px 10px #333;

  }

  section.navbarr .navtop .logo img{
    display: block;
    width: 160px;
    height: 60px;
    float: right;
    margin-right: 2%;
    line-height: 67px
  }

  section.navbarr .navtop .i{
    float: left;
    margin-left: 2%;
    display: block;
    color: #111;
    cursor: pointer;
    line-height: 70px;
    font-weight: normal;
  }

  .navbarr .toggle {
    position:fixed;
    color: #111;
    top: 17px;
    left: 12%;
    z-index: 999999;
    font-size: 1.2em;
    cursor: pointer;
  }

  section.navbarr .navright{
    position: fixed;
    top: 0;
    height: 100%;
    width: 40%;
    right:-40%;
    background: #ff00fe !important;
    color: #fff;
    z-index: 9999999;
    text-align: right;
    transition: all .4s ease-in-out;
  }
  .navright0 a{
    margin-right: 20px;
  }

  section.navbarr .navright ul li{
    margin: 12px 0;
  }

  section.navbarr .navright ul{
    padding: 0;
  }

  .navright0{
    right: 0 !important;
  }

}

@media (max-width: 600px){
  section.navbarr .navright{
    width: 70%;
    right: -500px;
  }
}
/* ============================end nav mobile============================*/
/* ============================start nav mobile2222============================*/
div.navbar2{
  display: none;
}
@media (max-width: 991px){
  div.navbar2{
    display: block;
    height: 50px;
    width: 100%;
    right: 0;
    left: 0;
    overflow:visible;
    background:#ff00fe;
    position: absolute;
    top: 68px;
    padding: 10px 10px;
    z-index: 99;
  }
  div.navbar2 .inputs{
    float: right;
    width: 50%;
  }
  div.navbar2 .inputs input{
    border-radius: 5px;
    width: 85%;
    float: right;
  }
  div.navbar2 .inputs i{
    color: #fff;
    width: 15%;
    cursor: pointer;
    position: relative;
    right: -25px;
    top: 3px;
    color: #000;

  }

  div.navbar2 .icon{
    float: left;
    width: 50%;
  }

  div.navbar2 .icon li i{
    color: #fff;
    cursor: pointer;
  }

  div.navbar2 .icon ul{
    display: flex;
    justify-content: space-around;
  }

  div.navbar2 .fa-bell{
    position: relative;
  }
  div.navbar2 .fa-bell span{
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    z-index: 9;
    top: -10px;
    right: -10px;

  }

  div.navbar2 .fa-heart{
    position: relative;
  }
  div.navbar2 .fa-heart span{
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    z-index: 9;
    top: -10px;
    right: -10px;

  }

  div.navbar2 .fa-envelope{
    position: relative;
  }
  div.navbar2 .fa-envelope span{
    position: absolute;
    background: red;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    height: 18px;
    width: 18px;
    line-height: 18px;
    z-index: 9;
    top: -10px;
    right: -10px;

  }
  

  div.navbar2 .icon .anc{
    position: absolute;
    display: none;
    width: 100%;
    height: auto;
    background: #aaa;
    right: 0;
    top: 50px;

  }
  div.navbar2 .icon .anc a{
    display: block;
    padding: 5px 10px;
    color: #111;
    background: #fff;
    margin-bottom: 3px;
  }
  div.navbar2 .icon .anc a:hover{
    background: #eee;


  }


}

@media (max-width: 500px){
 div.navbar2 .icon li i{
  font-size: 15px;
}
}
/* ============================end nav mobile2222============================*/


/* ============================start slider============================*/
section.slider .container{
  box-shadow: 0px 0px 10px #555;
  position: relative;
}




.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
  bottom: 0
}

.swiper-slide{
 background: bottom;
 margin-left: 0;
}

.swiper-container .soq{
  padding: 3px;

}



.swiper-container .soq .img{
  position: relative;
  border: 1px solid #0d4a9a;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  cursor: pointer;
  margin: auto;
}

.swiper-container .soq .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
}

.actt{
  background: #eee;
  background: rgba(13, 74, 154, 0.4);
  background: rgba(13, 134, 67 , 0.5);
  border-radius: 11%;
}

section.slider .container .fixedd{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 90px;
  border-radius: 0;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  background: #fff;
}

section.slider .container .fixedd i{
 color:#0d4a9a;
}

section.slider .container .fixedd h4{
  color: #000;
  margin-top: 2px;
}


section.slider .container .opacityy{
  visibility: hidden;
}



@media (max-width: 1000px){

  section.slider .swiper-container .soq .img{
    border: 1px solid #0d4a9a;
    height: 40px;
    width: 40px;
    margin: auto;
  }

  section.slider .container .fixedd{
    padding: 5px 0;
    width: 60px
  }

  section.slider .container .fixedd i{
    font-size: 30px;
  }
  section.slider .container .fixedd h4{
    font-size: 14px
  }

  section.slider .swiper-container .soq h4{
    font-size: 12px;
  }

  section.slider .swiper-container{
    min-height: 76px
  }
  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction{
    bottom: -5px;
  }

}
/* ============================end slider============================*/

/* ============================start airing============================*/
.hed{
  text-align: center;
  margin-bottom: 20px;

}

.hed p{
  width: 40%;
  margin:10px auto;
}

.hed .line {
  background: #aaa;
  width: 150px;
  height: 3px;
  margin: auto;

}

.hed .line span{
  background: #ff00fe;
  display: block;
  width: 90px;
  height: 8px;
  margin: auto;
  position: relative;
  bottom: 3px;

}
.airing .about-header{
  display: inline-block;
  margin: 12px;

}

.airing .hed .hi i{
  font-size: 3.5em;
  position: relative;
  top: 13px;

}

/*---------------airing------------------*/
body.index{
  padding-top: 80px;
}

.airing{
  position: relative;
}

.airing .air{
  width: 100%;
  background: #fff;
  margin: 17px 0;
  box-shadow: 0px 0px 10px #333;

}

.airing .air .img{
  position: relative;
  width: 100%;
  height: 250px;
  //border-top: 6px solid #ff00fe;
  border-bottom: 1px solid #ff00fe;
}

.airing .air .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.airing .air .name{
  text-align: center;
  display: block;
}

.airing .air .name h4{
  margin-bottom: 2px;
}
.airing .air .name p{
 font-size: 15px;
 color: #737373;
}

.airing .air hr{
  width: 90%;
  border: 1px solid #ddd;
  margin: 0 auto;
}

.airing .air .info{
  display: flex;
  justify-content: space-around;
  color: #aaa;
  height: 50px;
  position: relative;
}
.airing .air .info .s1,
.airing .air .info .s2,
.airing .air .info .s3{
  text-align: center;
  z-index: 9;

}
.airing .air .info .s1 p{
  margin: 0;
  color: #737373;
}
.airing .air .info .s1 p:first-child{
  color: #ff00fe;
  font-weight: bold;
}

.airing .air .info .s1 i{
  color: #ff00fe;
}
.airing .air .info .s3 i{
  color: #ff00fe;
}
.airing .air .info .s2 i,
.airing .air .info .s3 i{
  line-height: 50px;

}
.airing .air .info .s2 i{
  color: #fac917;
}

.airing .air .info .s2 i.last-star{
  color: #ccc
}
.airing .air .info .s2 i.fa-share-alt{
  color: #ff00fe;
}
.hover{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 0%;
  height: auto;
  //background: rgba(13, 134, 67 , 0.5);
  //transition: all .7s ease-in-out;
 
}
.air:hover{
   //border: 5px solid;
   //color: green;
   transition: all .7s ease-in-out;
   background: rgba(13, 134, 67 , 0.5);
}

.airing .air:hover .hover{
  width: 100%;
}


.airing .air .img2{
  position: absolute;
  border: 1px solid #ff00fe;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  right: 8%;
  top: 60%;
}

.airing .air .img2 img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
}
/*--------------------------------------------*/

@media (max-width: 768px){

  .airing .hed{
    margin-bottom: 10px
  }

  .airing .air{
    margin: 6px 0
  }

  .airing .air .img2{
    border: 1px solid #ff00fe;
    height: 37px;
    width: 37px;
    right: 10%;
    top: 60%;
    
  }

  .airing .air .img{
    width: 100%;
    height: 150px;
    //border-top: 3px solid #ff00fe;
    border-bottom: 1px solid #ff00fe;
  }

  .airing .hed .about-header{
    font-size: 20px
  }
  .airing .hed .hi i{
   font-size: 2.5em;
 }

 .airing .air .name h4 {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 11.5px;
}

.airing .air .name p {
  font-size: 10.5px;
  margin: 0;
}

.airing .air .info .s1 i,
.airing .air .info .s3 i {
  font-size: 21px;
}
.airing .air .info .s2 i{
  font-size: 12px;
}
.airing .air .info{
  height: 30px;
}
.airing .air .info .s1 i,
.airing .air .info .s2 i,
.airing .air .info .s3 i {
  line-height: 30px;
}

}



/* ============================end airing============================*/
/* ============================start air index============================*/

body.air-index{
  padding-top: 125px;
}

@media (max-width: 768px){
  body.air-index .airing .air .info .s2 i{
    font-size: 21px;
  }
  body.air-index .airing .air .info {
    height: 35px;
  }

  body.air-index .airing .air .info .s1 p {
    margin: 0;
    color: #737373;
    font-size: 12px;
  }


}

@media (max-width: 768px){
 body.air-index{padding-top: 75px}
 body.index{padding-top: 60px}
}

/* ============================end air index============================*/

/* ============================start contact============================*/
section.contact{
  padding: 5px 0 ;
  background: url(../img/login.png) repeat;
  height: 502px;
}
section.contact .hed{
  color: #fff;
}
section.contact .fa-headphones{
  text-align: center;
  margin: auto;
  display: block;
  font-size: 75px;
  color: #fff;
}
section.contact .info{
  color: #fff;
}
section.contact .info span{
  display: block;
  margin: 15px 0;
}
section.contact .info span i{
  border-radius: 50%;
  height: 35px;
  width: 35px;
  border: 1px solid #8c87b7;
  line-height: 35px;
  text-align: center;
  transition: all .4s ease-in-out;
}

section.contact .info span:hover i{
  background: rgba(13, 74, 154, 0.7);
  border:1px solid transparent;
  color: #fff
}
section.contact .form input{
  display: block;
  width: 100%;
  height: 50px;
  background: #ffffff;
  margin: 20px 0;
  border: 2px solid #8c87b7;
  padding: 5px

}
section.contact .form textarea{
  display: block;
  width: 100%;
  height: 100px;
  background: #ffffff;
  margin: 20px 0;
  border: 2px solid #8c87b7;
  padding: 5px;

}

section.contact .form input[type='submit']{
  display: block;
  width: 35%;
  padding:7px;
  background: #ffffff;
  margin: 20px 0;
  border: 1.5px solid #8c87b7;
  margin: auto;
  color: #444;
  font-weight: bold;
  transition: all .4s ease-in-out;

}

section.contact .form input[type='submit']:hover{
  background: rgba(13, 74, 154, 0.7);
  color: #fff;
  border: 1.5px solid transparent;
}

@media (max-width: 991px){

 section.contact{
  height: auto;
}

section.contact .hed h1{
  font-size: 25px;
}

section.contact h2{
  font-size: 20px;
}

section.contact p{
  font-size: 17px;
}



}

/* ============================end contact============================*/
/* ============================start footer============================*/
footer{
 background: url(../img/login.png) repeat;
 color: #fff;
 width: 100%;
 height: auto;
 padding: 10px;
 
}
footer p{
  display: block;
  margin: auto;
  text-align: center;
}
footer hr{
  color: #fff;
  background: #fff;
}
footer ul{
  display: block;
  margin: 40px auto;
  text-align: center;
  padding: 0
}


footer ul li{
 display: inline-block;
 margin-right: 20px;
 transition: all .5s ease-in-out;
}

footer ul li:hover{
 box-shadow: 0px 0px 13px 5px #fff; 
 background: #111
}

@media(max-width: 1000px){
 footer .fa-2x{
  font-size: 1.5em;
}
footer ul{
  text-align: center;
  padding: 0
}


}
/* ============================end footer============================*/

/* ============================start chat============================*/

section.chat .over{
  background: url(../img/wt.png) repeat fixed;
  width: 100%;
  display: block;
  position: relative;

}
section.chat .hed{
  margin-bottom: -10px;
}
section.chat .over .lay{
  background:rgba(236,229,221,.90); 
  width: 100%;
  height: 100%;
  padding: 60px;
  position: absolute;
  overflow: auto;
  padding-bottom:100px;
  overflow-x: hidden;
 
}
section.chat .over .nava{
  position: fixed;
  height: 60px;
  background: #ff00fe;
  color: #fff;
  padding: 3px 5px;
  top:0;
  right: 14px;
  left: 14px;
  z-index: 2;
}


section.chat .over .nava .person{
  float: right;
  margin-left: 15px;
}

section.chat .over .nava .person p:last-child{
  font-size: 12px;
  color: #eee;
}

section.chat .over .nava .right{
  float: left;
  margin-right: 20px;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
}

section.chat .over .nava .left .img{
  position: relative;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  float: right;
  margin-left: 20px;
}
section.chat .over .nava .left .img img{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 border-radius: 50%;
}
section.chat .row .right{
  width: 100%;
}
section.chat .row .right .mesg{
  float: right;
  background: #fff;
  margin-right: 0;
  margin-top: 3px;
  margin-left: auto;
  margin-bottom: 3px;
  width: 40%;
  padding: 7px;
  position: relative;
}

section.chat .row .right .mesg:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #fff;
  top: 0;
  right: -24px;

}

section.chat .row .left{
  width: 100%;
}

section.chat .row .left .mesg{
  float: left;
  background: #ff92fe;
  margin-right:auto;
  margin-top: 3px;
  margin-left: 0;
  margin-bottom: 3px;
  width: 40%;
  padding: 7px;
  position: relative;
}

section.chat .row .left .mesg:before{
 position: absolute;
 content: "";
 width: 0;
 height: 0;
 border-bottom: 12px solid transparent;
 border-right: 12px solid #ff92fe;
 border-left: 12px solid transparent;
 top: 0;
 left: -24px;
}



.sen{
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right:15px;
  left: 15px;
  background: #ff00fe;
  padding: 7px;
  
}
  .sen .textarea{
    position: relative;
     width: 97%;
     float: right;
  }

  .sen .textarea i{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: transparent;
  }

.sen .textarea textarea{
  width: 100%;
  padding: 7px;
  border-radius: 20px;
}

.sen i{
  color: #ff00fe;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 25px;
  z-index: 25;
}

.sen i.fa-paper-plane{
      float: left;
}

@media (max-width: 911px){
  .sen i.fa-paper-plane{
  color: #ff00fe;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin-top: 2px;
}


.sen .textarea i{
  font-size: 27px;
}
  
.sen .textarea textarea{
  padding: 4px;
}
  
}

@media (max-width: 616px){

.sen .textarea{
  width: 85%;

}

}

@media (max-width: 500px){
.sen .textarea{
  width: 88%;

}

.sen .textarea textarea{
  margin: 0
}
}
    

/*============================================*/
body.chatt{
  overflow: hidden;
}
section.chat .conver{
  position: fixed;
  background:#aaa;
  right: -400px;
  width: 400px;
  top:0;
  transition: all .5s ease-in-out;
  z-index: 5;
  height: 100%;
  background: #fff;

}

.converright{
  right: 0px !important;
}


section.chat .conver .srch{
  background: #cc25cb;
  padding: 10px 6px;
  position: relative;

}
section.chat .conver .srch i.fa-chevron-right{
  position: absolute;
  top: 0;
  left: 2px;
  color: #fff;
  line-height: 2;
  cursor: pointer;
}



section.chat .conver .srch input[type="search"] {
  display: inline-block;
  margin: auto;
  padding: 8px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.chat .conver .srch i.fa-search{
  position: relative;
  background: #aaa;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  margin-right: -4px;
  top: -4px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
}
section.chat .conver .persons{
  background: #fff;
  padding: 2px 0;
  margin: 2px 0;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
section.chat .conver .persons:hover{
  background: #eee;

}
section.chat .conver .persons .img{
  position: relative;
  
  border-radius: 50%;
  height: 55px;
  width: 55px;
  float: right;
  margin-right: 20px;
  margin-left: 10px;

}
section.chat .conver .persons .img img{
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
 border-radius: 50%;

}
section.chat .conver .persons .dat p{
  font-size: 13px;
  color: #aaa;
  margin: 0;
}


/*---------------------------------------------*/



@media (max-width: 1000px){

section.chat .conver{
  right: -275px;
  width: 275px;

}
section.chat .row .right .mesg p,
section.chat .row .left .mesg p{
  font-size: 13px
}

section.chat .row .right .mesg,
section.chat .row .left .mesg{
  width: 70%
}

section.chat .over .lay{
  padding: 10px;
  padding-bottom: 75px;
  padding-top: 50px;
  overflow-x: hidden;
}



section.chat .conver{
  right: -500px;
  width: 275px;

}

body.chatt div.navbar2{
  top: 68px;
  position: fixed;
}

section.chat .over .nava{
  height: 50px;
  top: 0;
}
section.chat .over .nava i.fa.fa-bars.fa-2x{
  font-size: 1.4em
}
section.chat .over .nava .person{
  float: right;
  padding-right: 5px;
  padding-top: 2px;
}

section.chat .over .nava .person p:last-child{
  font-size: 10px;
  color: #eee;
}
section.chat .over .nava .person p:first-child{
  font-size: 13px;
  color: #eee;
}

section.chat .over .nava .right{
  float: left;
  margin-left:5px;

}

section.chat .over .nava .left .img{
  height: 45px;
  width: 45px;
  float: right;
  margin-right: 5px;
  margin-left: 2px
}


section.chat .conver{
  z-index: 99;
  width: 65%
}



section.chat .conver .srch {
  background: #cc25cb;
}
section.chat .conver .srch input[type="search"]{
  padding: 4px;
  width: 70%
}

section.chat .conver .srch i.fa-search{

  height:34px;
  width: 34px;
  line-height: 34px;
  top: -3px;

}
section.chat .conver .srch i.fa-chevron-right {
  font-size: 25px;
  line-height: 2.22
}

section.chat .conver .persons{
  padding: 5px 0;
  margin: 1px 0;
}



section.chat .conver .persons .img {
  height: 45px;
  width: 45px;
  margin-right: 8px;
  margin-left: 8px;
}

section.chat .conver p{
  font-size: 9px;
}
section.chat .conver h4{
  font-size: 13px;
  margin: 5px;
}

section.chat .conver{
  top: 0;
}

}

@media (min-width: 774px) and (max-width: 1005px){
  section.chat .conver{
    right: -652px;

  }
  section.chat .conver{
    top: 0;
  }
}

/* ============================end chat============================*/

/* ============================start login============================*/
body.login{
  background: #0d4a9a;
}
section.login .hed{
  background: #fff;
  position: relative;
  height: 110px;
  width: 110px;
  margin: 10px auto;
  border-radius: 50%;
  padding: 7px;


}
section.login .hed img{
  position: absolute;
  width: 85%;
  height: 85%;
  display: block;
}
section.login .form{
 width: 40%;
 height: auto;
 margin: auto;
}

section.login .form .input{
  position: relative;
  margin: 26px 0;
  width: 100%;


}

section.login .form .input input{
  width: 100%;
  padding: 10px;
  height: 50px;
}

section.login .form .input input:valid + label{
  top: -22px;
  right: 0px;
  color: #fff;
  font-size: 13px
}

section.login .form .input input:focus + label{
  top: -22px;
  right: 0px;
  color: #fff;
  font-size: 13px
}

section.login .form .input label{
  display: block;
  color: #aaa;
  font-size: 15px;
  position: absolute;
  top: 13px;
  right: 12px;
  transition: all .4s ease-in-out;
}

section.login .form input[type=submit]{
  display: block;
  margin: auto;
  width: 30%;
  padding: 9px;
  background: #fff;
  color: #111;
  border: 2px solid #fff;
  border-radius: 15px;
  transition: all .4s ease-in-out;
}

section.login .form input[type=submit]:hover{
  background: #ff00fe;
  color: #fff;
  border: 1px solid transparent;
}


.top{
  top: -22px !important;
  right: 0px !important;
  color: #fff !important;
  font-size: 13px !important;
}
@media (max-width: 768px){
  section.login .form{
   width: 65%;
   
 }

 section.login .form .input label{
  font-size: 10px !important ;
}
section.login .form .input input {
  padding: 2px;
  height: 40px;
}
section.login .top {
  top: -22px !important;
  right: 14px !important;
  font-size: 10px !important;
}
section.login .form {
  width: 91%;
}

section.login .form input[type=submit]{
  padding: 5px
}


}

/* ============================end login============================*/

/* ============================start register============================*/
body.register{
  background:#0d4a9a 
}

section.register .hed{
  background: #fff;
  position: relative;
  height: 160px;
  width: 160px;
  margin: 15px auto;
  border-radius: 50%;

}
section.register .hed img{
  position: absolute;
  width: 90%;
  height: 90%;
  margin-right: 7px;
  display: block;

}
section.register .form .col-md-8 .a1{
  width: 100%;
  display: block;
  margin: 15px 0;
  overflow: hidden;
}

section.register .form .a1 span{
  width: 20%;
  font-size: 18px;
  color: #fff;
  float: right;

}

section.register .form .a1 input,
section.register .form .a1 select{
  width: 70%;
  float: right;
  padding: 5px;
  height: 52px;
  display: block;
  background: #fff;
  color: #000;
  font-size: 20px;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
}

section.register .btnn.check {
  color: #aaa;
  margin: -12px 30% 12px 0;
}

section.register .form .a1 input:focus,
section.register .form .a1 select:focus{

  background: #fff;
  border: 3px solid #ff00fe;
}

section.register .form .col-md-8 .btnn input[type="submit"]{
  display: block;
  margin-right:30%;
  padding: 10px;
  width: 24%;
  background: #fff;
  border: 2px solid #ff00fe
  height: 46px;
  transition: all .4s ease-in-out;
}

section.register .form .col-md-8 .btnn input[type="submit"]:hover{
  background:  #ff00fe;
  border: 2px solid transparent;
}

/*---------------------------------*/
@media (max-width: 991px){

  section.register .hed{
    height: 100px;
    width: 100px;
  }
  section.register .form .a1 span{
    width: 30%;
  }
  section.register .form .col-md-8 .a1{
    margin: 10px 0;
  }
  section.register .form .a1 input, section.register .form .a1 select{
    height: 36px;
    font-size: 13px;
    padding: 2px;
  }
  section.register .form .a1 span {
    font-size: 13px;
    margin-top: 10px;

  }
  section.register .btnn.check{
    font-size: 11px
  }
  section.register .form .col-md-8 .btnn input[type="submit"]{
    padding: 7px;
  }
}
/* ============================end register============================*/



/* ============================start fair============================*/
body.fair{
  padding-top: 106px;

}
section.fair .img{
 position: relative;
 overflow: hidden;
 width: 100%;
 height: 340px;
 margin-top: 10px;
 margin-bottom: 10px;
 box-shadow: 0px 0px 10px #333;


}
section.fair .img img{
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: .7;
 transition: all .5s ease-in-out;


}

section.fair .img:hover img{

  -webkit-transform: scale(1.2) rotate(8deg);
  transform: scale(1.2) rotate(8deg);
  opacity:1;

}

@media(max-width: 991px){

  section.fair .img{
    height: 190px;
  }
  section.fair h1.about-header{
    font-size: 26px;
  }
  section.fair .hed{
    margin-bottom: 6px;
  }
}
/* ============================end fair============================*/



/* ============================start from-fair============================*/
body.from-fair{
  padding-top: 140px;
}
.from-fair .swiper-container {
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}
.from-fair .swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 40%;    }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }

  @media(max-width: 991px){
    body.from-fair {
      padding-top: 15px;
    }
  }

  /* ============================endfrom-fair============================*/
  /*====================================================================*/
  /* ============================start============================*/
  /* ============================end============================*/
  @media (min-width: 450px) and (max-width: 768px){
   .airing .air .img{
    height: 245px
  }
  .airing .air .img2{
    top: 73%
  }
  .airing .air .name p{
    font-size: 13px;
  }
  .airing .air .name h4{
    font-size: 15px;
  }
  section.slider .swiper-container .soq h4{
    font-size: 14px;
  }
}

/*===============start welcome========================*/

.welcome{
  position: relative;
    background-size:100% auto;
    background-repeat: no-repeat;
    display: block;
    height: 650px;
    
}

img.qq {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

.upwelcome{
    position: absolute;
    top: 0;
    left:0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%; 
    padding-top: 300px;
}

.welcome h1 {
  font-size: 60px;
  
  
margin:0 auto;

padding: 7px;
 
}

.welcome button {
  
  width: 190px;
  height: 50px;
  margin-top: 255px;
  transition: all .5s ease-in-out;
}

.welcome button:hover{
  background: #ff00fe;
  color: #fff;
  border: 1px solid #000;
}
/*===================end welcome====================*/