 
.wrapper {
margin: 0 auto;
position: relative;
width: 100%;
z-index: 1;

}
#socialIcons {
display:block;
}
#socialIcons ul {
margin:40px 0 0 0px; 
padding:0px;
text-align: center;
}
#socialIcons ul li {
margin-right: 19px;
height: 56px;
line-height: 50px;
list-style-type: none;
display: inline-block;
background: #fff;
border-radius: 71px;
padding: 10px;
border: 1px solid #888;
}
#socialIcons ul li a{
width:34px;
height:34px; 
display: inline-block;
}
.twitterIcon, .facebookIcon, .linkedInIcon, .pintrestIcon{
background: url('images/social-icons.html') -74px 0px;
}
 .twitterIcon:hover, .facebookIcon:hover, .linkedInIcon:hover, .pintrestIcon:hover{
background-position-y: -33px;
}
.facebookIcon{
background-position: 10px 0px;
}
.linkedInIcon{
background-position: -245px 0px;
}
.pintrestIcon{
background-position: -331px 0px;
}
.tempBy{
display:block;
text-align:center;
padding:15px;
background:#fff;
color: #8A8A8A;
}
#Content h2 {
margin: 0px;
padding: 0px;
text-align: center;
font-size: 42px;
font-weight: 300;
color:#676767;
margin-bottom:40px;
}
#WindowSlide {
margin: 0 auto;
position: relative;
width: 634px;
height: 170px;
display: block;
overflow: hidden;
}
#Mail {
position: absolute;
width: 634px;
top: 0px;
left: 0px;
}
#Content h3 {
text-align: center;
font-size: 24px;
font-weight: normal;
display: block;
clear: both;
}

#subscribe p{
text-align:center;
}
#subscribe input {
background: rgba(255, 255, 255, 0.52);
color: #7a7a7a; 
vertical-align: middle;
width: 393px;
border: 1px solid #888;
padding: 10px;
font-size: 14px;
}
#subscribe input[type="button"]{
background: rgba(255, 255, 255, 1);
width: auto;
padding: 10px 25px;
cursor: pointer;
margin: 0 0 0 -6px;
font-weight: bold;
font-size: 14px;
color: #888;
}
#subscribe input[type="button"]:hover{
background:#1e7ccd;
color:#fff;
border:1px solid #1e7ccd;
}

.callback,
.simple {
  font-size: 20px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.countdown {
text-align: center; 
background:#F5F5F5;

padding: 20px 0;

} 
.styled div {
  display: inline-block;
  /*margin-left: 10px;*/ 
  font-size:5vw;
  font-weight: normal; 
  text-align: center;
  margin:0 25px;
  padding:0 10px;
  color:black;  
  text-shadow:none;
  vertical-align: middle;  
}

#overlay{
background: rgba(0, 0, 0, 0.56) url(images/overlays/01.html) top left repeat;

top: 0px;
width: 100%;
bottom: 0px;
opacity:0.8;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;

}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  padding-top: 3px;
  font-size: 19px;
  font-weight: normal; 
  text-align: center;
}

@media(max-width:768px){
	body {
	min-width: initial !important;
	}
	.wrapper{width:100%;}
	.styled div {
	  margin-bottom:10px; 
	}
}
@media(max-width:420px){
	.countdown{
		padding: 10px;
		text-align: left;
	}
	h1{
	float:initial;
	text-align: center;
	margin-left:0px;
	margin-bottom:0px;
	}
	.styled div {
	  margin-bottom:10px;
	  font-size: 20px;
	  font-weight: normal; 
	  text-align: center;
	  width:20px;
	  height:70px;
	}

	.styled div span{
		font-size:15px;
	}
	#Content h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 29px;
	font-weight: 300;
	}
	#subscribe input[type="button"]{
	margin-top:10px;
	}
	#subscribe input{
	width:80%;
	}
	.featuresPro img {
width: 100%;
}

}







/*

MENU 

*/
.drop-down{
	position: relative;
}
.hover:hover .menu{
	display: flex;
}
.menu {
	min-width: 250px;
	position: absolute;
	left: 158px;
	top:39px;

	display: none;
	justify-content: center;
	border-radius:3px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	align-items: center;
 padding-top:5px;
 padding-bottom:5px;
     background-color: #dbdbdb;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.menu ul li{
	text-align: left;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	width: 100%;
}
.menu ul li:hover{
	background: rgba(128, 128, 128, 0.234);
	width: 100%;
  color: black;
}
.menu ul li:active{
	background: #0d6efd;
}
.menu ul li:active a{
	color: black;
}
.menu ul li a{
	text-decoration: none;
	color: black;
	width: 100%;
	text-align: center;
}




.drop-down{
  position: relative;
}
.hover:hover .menu2{
  display: flex;
}
.menu2 {
  height:155px;
  width: 250px;
  position: absolute;
  left: 233px;
  top: 70px;
  background-color: rgb(255, 255, 255);
  display: none;
  justify-content: center;
  border-radius:3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  align-items: center;
 padding-top:5px;
 padding-bottom:5px;
}
.menu2 ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.menu2 ul li{
  text-align: left;
  padding-left:15px;
  padding-top:5px;
  padding-bottom:5px;
  width: 100%;
}
.menu2 ul li:hover{
  background: rgba(128, 128, 128, 0.234);
  width: 100%;
  color: black;
}
.menu2 ul li:active{
  background: #0d6efd;
}
.menu2 ul li:active a{
  color: black;
}
.menu2 ul li a{
  text-decoration: none;
  color: black;
  width: 100%;
  text-align: center;
}






.p1
{
   text-indent: 50px;
  text-align: justify; 
  font-size:18px;
}

.p2
{
  
  text-align: justify;
   
  font-size:22px;
  padding-top:55px;
}




@media (max-width:995px){
	.menu {
		position: static;
		width: 100%;
	}
}

.centered {
  position: absolute;
  top: 75%;
  left: 34%;
    border-radius: 15px 15px 15px 15px;
  font-size:1.8vw;
  transform: translate(-50%, -50%);
  background:rgba(255, 255, 255, 0.7);
  
  font-weight:bold;
  padding:20px;
}

.centered2 {
  position: absolute;
  top: 50%;
  left:50%;
    border-radius: 5px 5px 5px 5px;
  font-size:1.8vw;
  transform: translate(-50%, -50%);
  background:rgba(255, 255, 255, 0.7);
  
  font-weight:bold;
  padding:20px;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&amp;display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
  text-decoration: none;
}
footer{
  width: 100%;
  bottom: 0;
  left: 0;
  background:#F5F5F5;
  margin-top:100px;
}
footer .content{
  max-width: 1350px;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .content p,a{
  color: black;
}
footer .content .box{
  width: 25%;
  transition: all 0.4s ease;
}
footer .content .topic{
  font-size: 22px;
  font-weight: 600;
  color:#8D133F;


}

footer .content .lower .topic{
  margin: 0px 0 5px 0;
}
footer .content .lower i{
  padding-right: 16px;
}
footer .content .middle{
  padding-left: 50px;
}
footer .content .middle a{
  line-height: 32px;
}
footer .content .right input[type="text"]{
  height: 45px;
  width: 100%;
  outline: none;
  color: #d9d9d9;
  background: #000;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 17px;
  border: 2px solid #222222;
}
footer .content .right input[type="submit"]{
  height: 42px;
  width: 100%;
  font-size: 18px;
  color: #d9d9d9;
  background: #eb2f06;
  outline: none;
  border-radius: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 12px;
  border: 2px solid #eb2f06;
  transition: all 0.3s ease-in-out;
}
.content .right input[type="submit"]:hover{
  background: none;
  color:  #eb2f06;
}
footer .content .media-icons a{
  font-size: 16px;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-radius: 5px;
  border: 2px solid #222222;
  margin: 30px 5px 0 0;
  transition: all 0.3s ease;
}
.content .media-icons a:hover{
  border-color: #8D133F;
}
footer .bottom{
  width: 100%;
  text-align: center;
  color:black;
  padding: 0 40px 5px 65px;
}
footer .bottom a{
  color: #8D133F;
}
footer a{
  transition: all 0.3s ease;
}
footer a:hover{
  color:#8D133F;
}
@media (max-width:1100px) {
  footer .content .middle{
    padding-left: 50px;
  }
}
@media (max-width:950px){
  footer .content .box{
    width: 50%;
  }
  .content .right{
    margin-top: 40px;
  }
}
@media (max-width:560px){
  footer{
    position: relative;
  }
  footer .content .box{
    width: 100%;
    margin-top: 30px;
  }
  footer .content .middle{
    padding-left: 0;
  }
}


.speaker {
   margin-top:10px;
 
    
}

.speaker .speaker-member {
   
    text-align: center;
    
}

.speaker .speaker-member .speaker-member-content {
    padding: 25px 0;
    
}

.speaker .speaker-member-photo img {
    transition: all 0.6s ease 0s;
}

.speaker .speaker-member-photo {
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.speaker .speaker-member .speaker-member-content h3 {
    font-size: 20px;
    margin: 0 0 5px;
    
}



.program
{
  margin-top:150px;
}

.accordion-item{
  border:0px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}
.accordion-header{
  display: flex;
  justify-content: center;
}
.accordion-body{
  width: 45%;
  text-align: center;
}

.accordion-collapse{
  display: flex;
  justify-content: center;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-top:90px;
  padding-top:9px;
  padding-bottom:9px;
}
.bg-light {
	--bs-bg-opacity: 0.9;
}
.nav-item {
	margin-right: 30px;
}
.button {
	background-color: #51d0ad;
    padding: 15px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
}
.blink {
      animation: blinker 1.9s linear infinite;
      color: #00a3df;
      font-size: 20px;
      font-weight: bold; 
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }
 