

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


* { 
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}

:root {
	font-size: 15px; 
  }

  
html,body {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}


/* navbar start */
.menu-head {
	position: relative;
	top: 0px;
	z-index: 9999;
	background-color: #ffffff;
	height: 70px;
	box-shadow: 0px 1px 5px #dfddf1;	
	
}

.dropdown-menu {
	background-color: #ffffff;
}
		
.dropdown-item {
	display: block;
	width: 100%;
	min-width: 300px;
	padding: 2px 15px;
	clear: both;
	font-weight: 600;
	font-size: 12px;
	color: #000000;
	text-align: inherit;
	white-space: nowrap;
	border: 0;
	background-color: #ffffff !important;
}


.navbar {
	padding: 0;
	position: initial;
}

#navbarSupportedContent {
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 0px;
}

.nav-item {
	text-transform: uppercase;
	padding:15px;
	border-left: 0px solid rgb(163, 163, 163);
	text-align: center;
}

.navbar-dark .navbar-nav .nav-link {
	color:rgb(0, 0, 0);
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 700;
}



.navbar-dark .nav-item > .nav-link.active, .nav-link:active {
	color: #050f0a;
}


.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color:rgb(0, 0, 0) !important;
	background-color: rgb(255, 255, 255);
}

.navbar-dark .navbar-toggler {
	color: #1cbf6c;
	border-color: rgb(163, 163, 163);;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
	padding-left: 15px;
}

/* navbar */  


#home {
    background-image: url(../images/top_bg.jpg);
    min-height: 350px;
	background-size: contain;
    background-repeat: no-repeat;
    background-color: #002b7f;
    z-index: -1;
	background-position: center;
}

.my-div1 {
	/* border: #1cbf6c 1px solid; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	justify-items: center;
}

.center-content {
	position: relative;
	width: 100%;
	max-width: 560px;
	height:fit-content;
}
.my-heading {
	font-size: 2.9rem;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.my-color {
	color:#ed7774;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: right;
	margin: -18px 0 0 0;
	padding: 0;
}
.my-color2 {
	color:#ed7774;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 111%;
	text-align: center;
}

.heading-section {
	font-size: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.all-speaker {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px 11px; 
}

.spkr-box {
	width: 250px;
	padding: 0 4px;
	overflow: hidden;
}

.spkr-img {
	width: 250px;
	height: 250px;
	position: relative;
	top: 0;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	/* display: flex; */
	margin-bottom: -6px;
	filter: grayscale(50%);
	}




.spkr-dtls {
	text-align: center;
	color:#000000;
	width: 250px;
	height: 99px;
	background-color: rgba(255, 255, 255, 0.5); 
}

  .spkr-name{
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color:#000000;
	margin-bottom: 5px;
	line-height: 1.2;
	text-transform: capitalize;
}

.spkr-designation{
	font-size: 13px;
	text-align: center;
	color:#000000;
	margin-bottom: 5px;
	line-height: 1.1;
}

  .spkr-company{
	padding-top:3px ;
	font-size: 14px;
	text-align: center;
	color:#000000;
	margin-top: 5px;
	line-height: 1.0;
}

  
  /*Carousel Gallery*/

  .fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

  .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


  .carousel-gallery {
	margin: 30px 0 0;
	padding: 0;
  }
  .carousel-gallery .swiper-slide a {
	display: block;  
	width: 100%;
	height: 250px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.9);
  }
  .carousel-gallery .swiper-slide a:hover .image .overlay {
	opacity: 1;
  }
  .carousel-gallery .swiper-slide a .image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
  }
  .carousel-gallery .swiper-slide a .image .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, 0.2);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .carousel-gallery .swiper-slide a .image .overlay em {
	color: #fff;
	font-size: 26px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
  }
  .carousel-gallery .swiper-pagination {
	position: relative;
	bottom: auto;
	text-align: center;
	margin-top: 25px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff!important;
    opacity: 1;
}
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
	opacity: 0.7;
  }
  .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d63031;
	transform: scale(1.1, 1.1);
  }
  
  /*# Carousel Gallery*/
