body{
    background-color:#1869ab0f ;
  }
/*--------------------------------------------------------------
# COUNTDOWN Section
--------------------------------------------------------------*/
#timer{
    margin: 15px;
  }
#days {
  font-size: 60px;
  color: #FA0368;
  font-weight: bold;
}
#hours {
  font-size: 60px;
  color: #FA0368;
  font-weight: bold;
}

#minutes {
  font-size: 60px;
  color: #FA0368;
  font-weight: bold;
}

#seconds {
  font-size: 60px;
  color: #FA0368;
  font-weight: bold;
}

 .countdown {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 40px;
  color: white;
}

.countdown span {
  display: block;
  font-size: 20px;
  
}

/*--------------------------------------------------------------
# TOPICS Section
--------------------------------------------------------------*/
#conference{
  border-top: 3px solid white;
  background: url('https://www.aimtekme.com/oman/img/topics-bg.jpg');
  background-size: cover;
  background-position: top left;
  position: relative;
}
#conference:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
/*--------------------------------------------------------------
# PAST SPEAKERS Section
--------------------------------------------------------------*/

#pastspeakers:before {
    content: "";
    background: rgba(13, 20, 41, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#pastspeakers .blog-item .blog-content {
    min-height: 280px!important;
}
#pastspeakers .blog-item h3{
text-align:center;
font-size: 18px;
}
#pastspeakers .blog-item p{
text-align:center;
font-size: 14px;
margin-top:-20px!important;
margin-right: 0px!important;
margin-left:0px!important ;
}

#pastsponsors .blog-item .image-wrap img{
background: white!important;
}
#pastsponsors .blog-item .image-wrap img{
width: 200px!important;
height: 100px!important;
/*border: 2px solid black;*/
}

/*--------------------------------------------------------------
#SPEAKERS Section
--------------------------------------------------------------*/
.rs-team {
    color: #ffffff;
/*    background: url(../../images/bg/speaker-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.rs-team:before {
    content: "";
    background: rgba(13, 20, 41, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.rs-team.style2.team-home6-style .team-inner-wrap .team-content {
  max-width: 95%!important;
  padding: 0!important;
  background:#1868ab!important;
  min-height:100px!important;
}

.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .team-title {
    font-weight: 600!important;
    color: white!important;
    text-transform: none!important;
}

/*--------------------------------------------------------------
#SPONSORS Section
--------------------------------------------------------------*/

.rs-our-sponsor {
    color: #ffffff;
    background: url(../../images/sponsor-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
    text-align: center;

}

.rs-our-sponsor:before {
    content: "";
    background: rgba(13, 20, 41, 0.80);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.rs-our-sponsor.style1 .logo-item .grid-figure {
    position: relative;
    border-color: #ffffff;
    background-color: #ffffff;
    text-align: center;
}


/*--------------------------------------------------------------
#location Section
--------------------------------------------------------------*/
.eventlocation {
    color: #ffffff;
    background: url(../../images/bg/location-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.eventlocation:before {
    content: "";
    background: rgba(13, 20, 41, 0.65);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
/*--------------------------------------------------------------
# MOBILE VIEW Section
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  #timer{
    margin: 25px;
  }
#days {
  font-size: 28px;
  font-weight: bold;
  }
#hours {
  font-size: 28px;
  font-weight: bold;
  
}
#minutes {
  font-size: 28px;
  font-weight: bold;
 
}
#seconds {
  font-size: 28px;
  font-weight: bold;
  
}

 .countdown {
  
  font-size: 15px;
  color: white;
/*  padding: 0px!important;*/
  margin-bottom: 5px;
}

.countdown span {

  font-size: 10px;
  
}

.rs-banner video{
  width: 100%;
height: auto;
} 
.rs-banner.main-home .content-wrap {
    padding: 80px 0 100px;
}

.content-wrap{
    position: relative!important;
    background: #00000099;
}
.watermark{
    display: none!important;
}

}


