@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/eot/IRANSansWeb_Black.eot');
	src: url('fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/IRANSansWeb_Bold.eot');
	src: url('fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/eot/IRANSansWeb_Medium.eot');
	src: url('fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/IRANSansWeb_Light.eot');
	src: url('fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/IRANSansWeb.eot');
	src: url('fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
  margin: 0;
  background-image: url("../img/home.jpg?v=1.4");
  background-position: top;
  background-color: #c6e4ef;
  background-repeat: no-repeat;
  background-size: 1400px;
  background-position-y: 0px;
}
header {
  background-color: #2f76bc;
}
main {
  width: 1200px;
  height: 650px;
  margin: 0 auto;
  position: relative;
}
footer {
  background: #2f76bc;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  z-index: 10;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 12px;
}
footer a:hover {
  text-decoration: underline;
}
/* Navbar container */
header .navbar {
  overflow: hidden;
  background-color: #2f76bc;
  font-family: Arial;
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}

/* Links inside the navbar */
header .navbar a {
  float: left;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 26px 16px;
  text-decoration: none;
}

/* The dropdown container */
header .dropdown {
  float: left;
  overflow: hidden;
  position: relative;
}

/* Dropdown button */
header .dropdown .dropbtn {
  font-size: 12px;
  border: none;
  outline: none;
  color: white;
  padding: 26px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
header .navbar a:hover,
header .dropdown:hover .dropbtn {
  background-color: red;
}

/* Dropdown content (hidden by default) */
header .dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
header .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
header .dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
header .dropdown:hover .dropdown-content {
  display: block;
}
.search {
  padding: 10px 15px;
  float: right;
  border-radius: 10px;
  border: 0;
  font-size: 12px;
}
.theater {
  position: absolute;
  width: 256px;
  height: 153px;
  left: 146px;
  top: 212px;
  transition: opacity .4s;
  opacity: 0;
}
.theater:hover,.videom:hover,.delegatebag:hover,.gamification:hover,.lounge:hover,.exhibithall:hover,.helpdesk:hover,.registration:hover {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.5) 39%, rgba(255,255,255,.25) 79%, rgba(255,255,255,0) 100%);
  opacity: 1;
}
.delegatebag {
  position: absolute;
  width: 256px;
  height: 152px;
  right: 148px;
  top: 213px;
  transition: opacity .4s;
  opacity: 0;
}
.lounge {
  position: absolute;
  width: 158px;
  height: 95px;
  left: 210px;
  top: 364px;
  transition: opacity .4s;
  opacity: 0;
}
.videom {
  position: absolute;
  width: 267px;
  height: 135px;
  left: 466px;
  top: 196px;
  transition: opacity .4s;
  opacity: 0;
}
.gamification {
  position: absolute;
  width: 159px;
  height: 96px;
  right: 212px;
  top: 364px;
  transition: opacity .4s;
  opacity: 0;
}
.exhibithall {
  position: absolute;
  width: 232px;
  height: 114px;
  left: 483px;
  top: 347px;
  transition: opacity .4s;
  opacity: 0;
}
.helpdesk {
  position: absolute;
  width: 319px;
  height: 124px;
  left: -27px;
  bottom: 44px;
  transition: opacity .4s;
  opacity: 0;
}
.registration {
  position: absolute;
  width: 319px;
  height: 115px;
  right: -18px;
  bottom: 42px;
  transition: opacity .4s;
  opacity: 0;
}
.page {
  background: #fff;
  margin: 20px 150px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #000000;
  min-height: 100px;
}
.table {
  font-size: 13px;
}
.mk12 {
  height: 400px;
  display: block;
  overflow-y: scroll;
}
.mk12 > .nav-link.active,
.mk12 > .show > .nav-link {
  background-color: #ffffff !important;
  border: solid 1px #ddd !important;
  border: 0 !important;
  background-color: #ddd !important;
}
.mk12 > .nav-link {
  width: 300px !important;
  color: #000 !important;
  border-bottom: solid 1px #aaa;
  border-radius: 0 !important;
}
.mk12 > .nav-link p {
  font-size: 12px;
}
.mk12 > .nav-link h2 {
  font-size: 12px;
  font-weight: bold;
}
.mk12-tav {
  width: 525px;
  height: 400px;
  overflow-y: scroll;
}
.mk12-tav img {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.mk12-tav h2 {
  display: inline;
  font-size: 12px;
  width: 75%;
  float: right;
  margin: 17px 0 0;
}
.mk12-tav span {
  float: right;
  width: 75%;
  text-align: left;
  font-size: 11px;
  margin-top: 2px;
}
.mk12-tav p {
  display: block;
  width: 100%;
  float: left;
  font-size: 13px;
}
.mk12-tav button,
.mk12 button {
  font-size: 12px;
  margin-top: 5px;
  background-color: #2f76bc;
  color: #fff;
}
.nav-tabs .nav-item a {
  color: #2f76bc;
}
.nav-tabs .nav-item a.active {
  color: #ffffff;
  background-color: #2f76bc;
}
.banner12 {
  position: absolute;
  width: 540px;
  bottom: 0;
  right: 0;
}
.mk13 {
  position: relative;
}
.main-video {
  position: absolute;
  left: 449px;
  top: 185px;
}
.speakers-1 {
  background-image: url("../img/speakers-1.jpg");
  background-position: top;
  background-color: #c6e4ef;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position-y: 0px;
}
.speakers-2 {
  background-image: url("../img/speakers-2.jpg");
  background-position: top;
  background-color: #c6e4ef;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position-y: 0px;
}
.speakers-3 {
  background-image: url("../img/speakers-3.jpg");
  background-position: top;
  background-color: #c6e4ef;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position-y: 0px;
}
.speakers-4 {
  background-image: url("../img/speakers-4.jpg");
  background-position: top;
  background-color: #c6e4ef;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position-y: 0px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  height: 85%;
  width: auto;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  height: 85%;
  width: auto;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.poster-1 {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 137px;
  height: 177px;
  right: 74px;
  top: 0px;
}
.poster-2 {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 118px;
  height: 207px;
  right: 285px;
  top: 0px;
}
.poster-3 {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 117px;
  height: 207px;
  left: 283px;
  top: 0;
}
.poster-4 {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 137px;
  height: 177px;
  left: 70px;
  top: 0px;
}
.mkinformation > div {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  float: left;
  background: #eeee;
  width: 190px;
  border: solid 1px #ddd;
  /* height: 120px; */
  margin-right: 20px;
}
.mkinformation > div img {
  height: 60px;
  margin-right: 25px;
}
.mkinformation > div a {
  font-size: 13px;
}
.mkvm {
  padding: 0;
  color: #0d6efd;
  font-size: 12px;
}
.astellas {
  position: absolute;
  width: 210px;
  height: 117px;
  left: 505px;
  top: 278px;
}
.boston {
  position: absolute;
  width: 210px;
  height: 117px;
  left: 227px;
  top: 278px;
}
.roxanwebinar {
  position: absolute;
  width: 210px;
  height: 117px;
  right: -23px;
  top: 276px;
}
.coloplast{
  position: absolute;
  width: 210px;
  height: 117px;
  left: -46px;
  top: 276px;
}
.tekaje {
  position: absolute;
  width: 210px;
  height: 117px;
  right: -66px;
  top: 428px;
}
.arman {
    position: absolute;
    width: 210px;
    height: 117px;
    right: 229px;
    top: 271px;
}
.pharmis {
    position: absolute;
    width: 210px;
    height: 117px;
    right: 199px;
    top: 428px;
}
.sback {
  position: absolute;
  width: 44px;
  height: 43px;
  left: 109px;
  top: 401px;
}
.sprev {
  position: absolute;
  width: 44px;
  height: 43px;
  right: 102px;
  top: 401px;
}
.banner2{
  background: rgba(0,0,0,.5);
  height: 230px;
  position: fixed;
  bottom: -200px;
  width: 100%;
  transition: bottom 2s;
  padding: 15px 0;
}
.banner2:hover{
  bottom: 0px;
}
.banner2 > span{
  position: absolute;
  right: 90%;
  margin-top: -55px;
  padding: 10px 25px;
  color: #fff;
  background: red;
  border-radius: 5px;
}
.owl-carousel{
  width: 1200px;
  margin: 0 auto;
}

.owl-carousel img{
  border-radius: 15px;
}