@charset "utf-8";
/* CSS Document */
 
* {
	margin: 0;
	padding: 0;
	font-family: "Source Serif 4", serif;
	font-style: normal;
    /* font-size: 14px; */
	box-sizing: border-box;
}

:root {
	font-size: 16px;
	color-scheme: light dark;
	--animate-duration: 800ms;
	--animate-delay: 2s;
}


/* .modal-body {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #C6255F rgb(198, 37, 95, 0.2) 
} */


 .modal-body::-webkit-scrollbar {
  width: 5px;
}

.modal-body::-webkit-scrollbar-track {
  background: rgb(198, 37, 95, 0.05);
  border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
  background: #C6255F;
  border-radius: 10px;
} 


.modal-body::-webkit-scrollbar-thumb:hover {
  background: #C6255F;
} 

body {
	color: light-dark(#000, #fff);
	background-color: light-dark(#fff, #fff);
}

html {
	scroll-behavior: smooth;
	/* scroll-padding-top: 300px; */;
}

.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 2s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.profile-frame {
	position: relative;
	width: 300px;
	height: 300px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
  /* border-radius: 50%; */
	overflow: hidden;
}

.profile-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url('./img/Profile-BG.png') center/cover no-repeat;
	z-index: 1;
	overflow: hidden;
}

.profile-frame::after {
	content: "";
	position: absolute;
	inset: 40px;
	background: url('./img/Profile-Vector.png') center/cover no-repeat;
	z-index: 2;
	margin: 50px;
  /* filter: drop-shadow(5px 0px 0px rgba(245, 40, 40, 1)); */
	overflow: hidden;
}

.profile-frame img {
	position: relative;
	z-index: 3;
	width: 240px;
	height: 240px;
	object-fit: contain;
	overflow: hidden;
  /* border-radius: 50%; */;
}

h3 {
	color: #b92b27;
	font-size: 18px;
	font-weight: 900;
}

.speaker-heading {
	font-size: 3rem;
	line-height: 100%;
	font-weight: 700;
	background: linear-gradient(to right, #1C3CAD, #61285C, #891D2E);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
 /* for Firefox */
	color: transparent;
	width: fit-content;
	align-content: center;
	text-align: center;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}

#home-bg-1 {
	display: flex;
	justify-content: center;
	align-items: baseline;
	perspective: 750px;
	overflow: hidden;
	background-size: cover;
	/* width: 100vw; */
	background-repeat: no-repeat;
	background-position: top center;
	background-image: 
	url(./img/MainBG.png),
	linear-gradient(220deg,rgba(143, 34, 37, 1) 1%, rgba(31, 14, 45, 1) 70%, rgba(21, 35, 112, 1) 100%);
}

.banner-head {
	background: url(./img/MainBG.png) top center no-repeat,
	linear-gradient(90deg,rgba(11, 29, 61, 1) 1%, rgba(11, 29, 61, 1) 100%);
	/* width: 100vw; */
	min-height: 900px;
}
/* 
.conent-area {
	background: url(./img/gifts.png) bottom right no-repeat;
} */

.btn-lg, .btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .2rem;
	text-decoration: none;
}

.HT-x-afaqs {
	padding-top: 50px;
	width: 240px;
}

.cl-red {
	color: #C6255F;
	/* font-style: italic; */
	font-size: 2.2rem;
	font-weight: 600;
	padding: 50px 0 0px;
}

.title-home {
	background: linear-gradient(to right, #C08329, #DFB77C, #EEDCC3, #DFB77C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	width: fit-content;
	color: transparent;
	font-family: "Poppins", sans-serif;
	font-size: 5rem;
	font-weight: 600;
	position: relative;
	font-style: italic;
	line-height: 111%;
	padding: 50px 10px 10px;
	filter: drop-shadow(2px 0px 2px rgba(0, 0, 0, 0.5));
}

.golden-text {
	font-size: 3rem;
	line-height: 100%;
	font-weight: 600;
	padding: 20px 10px 0;
	background: linear-gradient(to right, #C08329, #DFB77C, #EEDCC3, #DFB77C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	width: fit-content;
	align-content: center;
	text-align: center;
}

.smll-title {
	font-size: 1.8rem;
	line-height: 125%;
	font-weight: 500;
	font-style: normal;
}

/* .smll-title > span {
	font-size: 1.8rem;
	line-height: 125%;
	font-weight: 500;
	font-style: normal;
} */

.main-name {
	color: #fff;
	font-size: 24px;
	line-height: 125%;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	margin: 0px;
	padding: 5px 5px;
}

.main-title {
	color: #fff;
	font-size: 16px;
	line-height: 125%;
	font-weight: 600;
	margin: 0;
	padding: 2px 5px;
}

.main-company {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 125%;
	font-weight: 400;
	margin: 0;
	padding: 2px 5px;
}

.spkr-name {
	font-size: 22px;
	color: #C6255F;
	line-height: 120%;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}

.spkr-designation {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #C6255F;
	line-height: 120%;
	font-weight: 600;
	text-align: center;
	padding: 3px;
	margin: 0px;
}

.spkr-company {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #670941;
	line-height: 120%;
	font-weight: 400;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.bg-wht {
	padding: 0 10px;
}

.spkr-bg-top {
	background-image: url(./img/single.png), url(./img/single.png);
	background-position: left center, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: 100px, 100px;
}

.spkr-bg-bottom {
	background-image: url(./img/Group-left.png), url(./img/Group-right.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 200px, 175px;
	/* z-index: 15, 15; */;
}

.spkr-box {
	overflow: hidden;
	width: 300px;
	margin: 10px;
}


/* .smll-title {
	font-size: 3.2rem;
} */

.my-text {
	font-family: "Poppins", sans-serif !important;
	font-size: 16px;
	font-weight: 400 !important;
	padding: 20px 10px 0;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
	word-spacing: 1px;
}


.div-center {
	align-content: start;
	position: absolute;
	width: 100%;
	height: 100%;
}

.circle {
	position: absolute;
	top: -38px;
	right: 0%;
	width: 350px;
	height: auto;
	z-index: 9999;
	text-align: center;
	/* border: 1px red solid; */;
}

.circle img {
	width: 220px;
}


.bg-white {
	border-radius: 16px;
}

.prelative .carousel-item .img-planner {
	width: 100%;
	position: relative;
	z-index: 11;
	display: flex;
	justify-content: center;
	text-align: center;
	/* border: 2px green solid; */;
}

.img-planner img {
	padding-top: 40px;
	width: 100%;
	max-width: 320px;
	/* border: 2px red solid; */;
}

.planner-border {
	position: relative;
 /* Required for pseudo-element positioning */
	border-radius: 10px;
	min-height: 567px;
	width: 100%;
	max-width: 600px;
	box-sizing: border-box;
 /* Ensure padding/border don't affect size */
}

.planner-border::before {
  content: '';
  position: absolute;
  top: -4px; /* Offset for 4px border thickness */
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 14px; /* Slightly larger to encompass the 4px border */
  background: linear-gradient(to right, #FBC926, #FFFBCC, #F8EFBA, #E7D18D, #CCA246, #C3922E, #EED688, #FFFBCC);
  z-index: -1; /* Place behind the main element */
}

.min-h {
	border-radius: 10px !important;
	min-height: 520px;
	width: 100%;
	max-width: 600px;
	box-shadow: 
    0 0 0 2px #FBC926, /* First color */
    0 0 0 4px #FFFBCC; /* Second color (approximation) */
	/* border: 4px solid;
  	border-image: linear-gradient(to right, #FBC926, #FFFBCC, #F8EFBA, #E7D18D, #CCA246, #C3922E, #EED688, #FFFBCC) 1; */
}


.bg-pink {
border-radius: 15px !important;
background: #080F21;
background: linear-gradient(90deg, rgba(8, 15, 33, 1) 1%, rgba(8, 15, 33, 0.4) 100%);
}


.SectionDivider {
	width: 100%;
	border: 3px solid;
  	border-image: linear-gradient(to right, #FBC926, #CCA246, #C3922E, #FFFBCC, #F8EFBA, #E7D18D, #EED688, #FFFBCC) 1;
}

.main-scroll {
	height:400px;
	overflow: auto;
}

.np-icon .carousel-control-next,
.np-icon .carousel-control-prev {
	/* filter: invert(100%); */
	z-index: 3;
}

.carousel-item.top0 .modal-body img {
	top: 20;
}

.carousel-item.top0 .modal-header {
	position: absolute;
	z-index: 4;
	right: -5px;
	top: -25px;
}

.carousel-inner {
	padding: 0;
}

.carousel-caption h4 {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	 margin: 5px;
}

.top30 {
	position: relative;
	margin-top: -30px;
	width: 275px;
}

.bg-blue {
	background-color: #fff;
	margin: -20px -8px 10px;
	min-height: 80px;

}


.spkr-name-profile {
	font-size: 18px;
	color: #fff;
	line-height: 120%;
	font-weight: 700;
	text-align: left !important;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
}

.spkr-designation-profile {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 120%;
	font-weight: 600;
	text-align: left !important;
	padding: 3px 0;
	margin: 0px;
}

.spkr-company-profile {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 120%;
	font-weight: 400;
	text-align: left !important;
	padding: 0px;
	margin: 0px;
}

.bg-blue-profile {
	font-family: "Poppins", sans-serif;
	position: relative;
	z-index: 99;
	margin:0 0 0 0px;
	padding: 8px 3px 5px 3px;
	border-radius: 0 40px 40px 0;
	width: 100%;
	max-width: 280px;
	min-height: 80px;
	background-color: #0B1D3D;
}

/* .my-center {
	display: flex;
	justify-content: center !important;
} */

.carousel-indicators [data-bs-target] {
	height: 8px;
	width: 8px;
	border-radius: 100%;
}

.last-1 {
	z-index: -1;
	top: 20%;
}

.last-2 {
	z-index: -1;
	bottom: 20%;
}

.last-3 {
	z-index: 1;
	bottom: 0;
}

.header-btn-entry {
	font-family: "Poppins", sans-serif; 
	font-size: 16px;
	font-weight: 600; 
	background-color: #e33776;
	background: linear-gradient(to right, #C08329, #DFB77C, #EEDCC3, #DFB77C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	width: fit-content;
    align-content: center;
    text-align: center;

}


.btn-entry {
	font-family: "Poppins", sans-serif; 
	font-size: 14px;
	font-weight: 600; 
	background-color: #C6255F;
	color: #fff;
	padding: 8px 15px;
}

.btn-entry:hover {
	background-color: #e33776;
	color: #fff;
}

.btn-download {
	background-color: #7c1071;
	font-size: 22px;
	font-weight: 600;
	border: 2px #fff solid;
	border-radius: 30px;
	color: #fff;
	padding: 8px 25px;
}

.btn-download:hover {
	background-color: #941988;
	color: #fff;
}

.my-scroll {
	height: 414px;
	margin: 0 30px 0 0;
	overflow-y: scroll;
}

.blue-text-Q-1 {
	font-family: "Poppins", sans-serif;
	color: #C6255F !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	padding:10px 10px 10px;
	text-align: left;
}

 .blue-text-Q-1::before { 
	font-family: "Poppins", sans-serif;
	content: " Q1. "; 
	color: #C6255F !important;
	font-weight: 700;
  }


  .blue-text-Q-2 {
	font-family: "Poppins", sans-serif;
	color: #C6255F !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	padding:10px 10px 10px;
	text-align: left;
}

 .blue-text-Q-2::before { 
	font-family: "Poppins", sans-serif;
	content: " Q2. "; 
	color: #C6255F !important;
	font-weight: 700;
  }


  .blue-text-Q-3 {
	font-family: "Poppins", sans-serif;
	color: #C6255F !important;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	padding:10px 10px 10px;
	text-align: left;
}

 .blue-text-Q-3::before { 
	font-family: "Poppins", sans-serif;
	content: " Q3. "; 
	color: #C6255F !important;
	font-weight: 700;
  }


.blue-text {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 130%;
	padding: 0 10px 0;
}

.blue-text::before { 
	font-family: "Poppins", sans-serif;
	content: " A. ";
	color: #000 !important;
	font-weight: 700;
  }


  .blue-text-span {
	font-family: "Poppins", sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 130%;
	padding: 0 10px;
}


/* .blue-text-Q-header {
	color: #C6255F !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 130%;
	padding:10px 20px 10px;
	text-align: left;
}

.blue-text-Q-header::before { 
	content: " Q. ";
	color: #C6255F !important;
	font-weight: 900;
  } */

.blue-text-header {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	/* min-height: 300px; */
	padding:15px 20px 30px;
	line-height: 140%;
	/* overflow:visible; */
}

.blue-text-header::before { 
	content: " A. ";
	color: #000 !important;
	font-weight: 800;
  }

.font5 {
	font-size: 3rem;
	font-weight: normal;
}


.light-blue {
	font-family: "Poppins", sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 6px 30px;
	background-color: #850634;
}

.light-blue:hover {
	background-color: #b30947;
}

.modal-content {
	border-radius: 15px;
}

.modal-header {
	border-bottom: none;
}

.sm-calendar {
	position: absolute;
	bottom: 50px;
	right: 15px;
	z-index: 3;
}

.sm-calendar2 {
	position: absolute;
	bottom: 90px;
	right: 15px;
	z-index: 3;
}

.pl-0 {
	padding-left: 0 !important;
}

.content {
	display: none;
	/* margin-bottom: 25px; */
}

.noContent {
	color: #000 !important;
	background-color: transparent !important;
	pointer-events: none;
}


/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

	.CueCards-InnerBG {
		background-image: url(./img/CueCards-InnerBG-2.png);
		/* background-image: url(./img/CueCards-InnerBG.png); */
		background-position: center center ;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 15;
	}

.CueCards-InnerBG img {
	width: 100%;
	max-width: 260px;
	height: auto;
		/* box-shadow: 2px -2px 2px 2px #FFFBCC, 0 0 0 4px #FBC926; */
}
	
/*** Button ***/
.btn {
	font-weight: 500;
	text-transform: uppercase;
	transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
	color: #FFFFFF;
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
	padding: 25px 0;
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: #50c0ff;
}

.modal-body ol {
	padding-left: 1.2rem;
	padding-right: 1.3rem;
}

.modal-body ol li {
	font-size: 85%;
}

.modal-dialog-centered { 
	position: absolute;
	top: 22%;
	transform: translateY(-50%);
	max-width:800px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: calc(560px);
	margin: 0 auto;
 }


.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.8) !important;   /* solid color */
  opacity: 1 !important;                  /* remove transparency */
}

.modal-dialog {
	position: relative;
	max-width:800px !important;
	max-height: 520px !important;
	padding: 40px;
	background-image: url(./img/CueCards-BG.png);
	background-position: center right ;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 15;
}

/* .my-popup-BG {
	position: relative;
	max-width:880px !important;
	max-height: 600px !important;
	margin: 40px;
	background-image:  url(./img/CueCards-BG.png);
	background-position: center right ;
	background-repeat:  no-repeat;
	background-size:  cover;
	z-index: 1;
} */


.modal-dialog::after {
	content:'';
	position: absolute;
	left: 55px;
	top: 55px;
	width: 74px;
	height: 28px;
	z-index: 12;
	background: url('./img/HT-MediaGroupLogo.png') no-repeat;
	background-size: contain;
	background-color: #fff;
	pointer-events: none;
}

/* .modal-dialog::before {
	content:'';
	position: absolute;
	right: 40px;
	left: 41px;
	bottom: 35px;
	border-radius: 0 0 20px 20px ;
	z-index: 12;
	background-color: #FFF;
	width: 100%;
	max-width: 716px;
	height: 30px;
	pointer-events: none;
} */


.navbar-light .navbar-brand,
.navbar-light a.btn {
	height: 75px;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
}

.navbar-light.sticky-top {
	top: -100px;
	transition: .5s;
}


.bg-footer {
	perspective: 750px;
	overflow: hidden;
	background: 
	url(./img/FOG-Section-BG.png) top left no-repeat,
	linear-gradient(160deg,rgba(143, 34, 37, 1) 1%, rgba(31, 14, 45, 1) 70%, rgba(21, 35, 112, 1) 100%);
	background-size: cover;
	min-height: 500px;
	}
	

/*** Header ***/
.carousel-caption {
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgb(111,14,118);
	background: linear-gradient(90deg, rgba(111,14,118,1) 0%, rgba(70,12,55,1) 100%); */
	z-index: 12;
	border-radius: 0 0 16px 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border-top: 2px #fff solid; */
}

.carousel-control-prev,
.carousel-control-next {
	width: 	5%;
	z-index: 50;
	pointer-events: auto;
}



.carousel-control-prev-icon {
    background: url(./img/left.png) !important;
    height: 32px !important;
    width: 32px !important;
    position: relative !important;
    z-index: 9999;
	cursor: pointer;
}

.carousel-control-next-icon {
    background: url(./img/right.png) !important;
	background-color: transparent;
    height: 32px !important;
    width: 32px !important;
    position: relative !important;
    z-index: 999;
	cursor: pointer;
} 


.btn-close {
	margin-top: -40px !important;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border-radius: 50%;
    opacity: .6;
	background-color: rgb(0, 0, 0, 0.2);
}

.btn-close:hover {
	background-color: rgb(0, 0, 0, 0.4);
}


.spker {
	max-width: 100px;
}

.navbar-light .navbar-toggler {
	border-color: rgb(255 255 255);
	background: rgb(255 255 255);
}

.Social-Logo {
	display: flex; 
	justify-content: right;
	margin-top: 25px;
}

.Social-Logo img {
	width: 100%;
	width: 201px;
	height: 98px;

}

/* .bg-footer2 {
	background: url(./img/Social-Logo.png) right center no-repeat;
	background-size: 300px auto;
}

.bg-footer3 {
	background: url(./img/gifts.png) bottom center no-repeat;
	min-height: 404px;
} */

.small-screen {
	display: none;
}

/* #carouselExampleCaptions p {
	font-size: 1rem;
} */

.modal-footer.bg-blue2 .col-lg-8 {
	font-size: 82%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.carousel-inner {
	padding: 10px 0px;
}

#header-carousel .carousel-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.page-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-header-inner {
	background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
	color: var(--light);
}


/*** Facts ***/
.fact {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(./img/carousel-bg-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
	background: var(--light);
	transition: .5s;
}

.service .nav .nav-link.active {
	background: var(--primary);
}

.service .nav .nav-link.active h4 {
	color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(./img/carousel-bg-2.jpg) center center no-repeat;
	background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
	top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
	border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
	font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	padding: 10px;
	border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	transform: scale(0);
	transition: .5s;
}

.team-item:hover .team-overlay {
	transform: scale(1);
}

.team-item .team-overlay .btn {
	color: var(--primary);
	background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
	color: #FFFFFF;
	background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
	transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
	background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
	color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
	margin-top: 24px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #CCCCCC;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	background: var(--primary);
	border-color: var(--primary);
}

.btn.yl-c:hover {
	color: #ffe5a3;
}

.btn.yl-c:focus {
	box-shadow: 0 0 0 0.25rem #ffe5a3;
}

.fix-btn {
	background: #ffe5a3;
	padding: 8px 20px;
	position: fixed;
	right: 0;
	bottom: 24%;
	border-radius: 30px 0 0 30px;
	color: #C6255F;
	font-size: 1.2rem;
	font-weight: 600;
	z-index: 3;
}

.fix-btn:hover {
	color: #C6255F;
}
/*** Footer ***/

.p-down {
	padding-bottom: 55px;
}

.dip-top {
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 300px;
}

.footer h2 {
	padding-top: 50px;
	font-family: "Poppins", sans-serif;
	font-size: 3rem;
	font-weight: 600;
	font-style: italic;
	background: linear-gradient(to right, #C08329, #DFB77C, #EEDCC3, #DFB77C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	width: fit-content;
}


.margin-footer {
	padding-left: 5%;
	padding-right: 5%;
}

.footer-text {
	font-size: 24px;
	font-weight: 600;
	color: #FFF;
}

.footer-text span {
	color: #FEC311;
}

.highlight-section {
      max-width: 600px;
      text-align: left;
    }

    .highlight-item {
	font-family: "Poppins", sans-serif;
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      font-size: 1.2rem;
      font-weight: 500;
    }

    .highlight-item .checkmark {
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 10px;
      position: relative;
    }
	
    .highlight-item .checkmark::before {
      /* content: '✔'; */
	  content: url(./img/check.svg);
      color: #fff;
      font-size: 16px;
      position: absolute;
    }

    .highlight-item span {
	font-family: "Poppins", sans-serif;
		font-size: 16px;
		font-weight: 500;
      	color: #FFF;
    }

	.SecureYourSpot img {
		width: 100%;
		max-width: 300px;
	}


.footer .btn.btn-social {
	margin-right: 5px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light);
	border: 1px solid #FFFFFF;
	border-radius: 35px;
	transition: .3s;
}

.footer .btn.btn-social:hover {
	color: var(--primary);
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	transition: .3s;
}

.footer .btn.btn-link::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

.footer .btn.btn-link:hover {
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .copyright {
	padding: 25px 0;
	font-size: 15px;
	border-top: 1px solid rgba(256, 256, 256, .1);
}


/* .popup-sponser {
	background-image: url(./img/gifts.png), url(./img/ht_afaqs.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 200px, 200px ;
	z-index: 1111;
}  */

.popup-border {
	box-shadow: 0 0 0 2px #FFFBCC, 0 0 0 3px #FBC926;
} 

.modal-body, .modal-header, .modal-footer {
	position: relative;
	z-index: 2;
	background-color: #fff;
}

.footer .copyright a {
	color: var(--light);
}

ol.d {
	list-style-type: upper-alpha;
}

.footer .footer-menu a {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}



  /* @media (max-width: 767px) { */
   /* @media(max-width:575.98px) {  */
	
@media (min-width: 340px) and (max-width: 767.98px) {

.circle {
	position: absolute;
	top: -37px;
	right: 3%;
	width: 350px;
	height: auto;
	z-index: 9999;
	text-align: right;
	/* border: 1px red solid; */;
}

	.Social-Logo img {
	width: 100%;
	width: 144px;
	height: 70px;

}


.bg-blue-profile {
	width: 100%;
	border-radius: 0 0 30px 30px;
	background-color: #0B1D3D;
}


.spkr-name-profile {
	text-align: center !important;
}

.spkr-designation-profile {
	text-align: center !important;
}

.spkr-company-profile {
	text-align: center !important;
}

	.light-blue {
	font-size: 18px;
	font-weight: 600;
	padding: 8px 30px;
	background-color: #850634;
}

	.cl-red {
		font-size: 150%;
	}

	.speaker-heading {
	font-size: 222%;
	}

	.golden-text {
	font-size: 220%;
	padding: 10px 5px;
	}

	
	.my-scroll {
		height: 600px;
		margin: 0 15px 0 0;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.main-scroll {
		height:400px;
		overflow: auto;
	}

	.modal-dialog-centered { 
	position: absolute;
	top: 5%;
	transform: translateY(-50%);
	max-width:800px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: calc(600px);
	margin: 0 auto;
 }


	.modal-dialog {
		position: relative;
		width: 100%;
		max-width:500px !important;
		max-height: 750px !important;
		padding: 30px;
		background-image: url(./img/CueCards-BG.png);
		background-position: center right ;
		background-repeat:  no-repeat;
		background-size:  cover;
		z-index: 15;	
	}


	.modal-dialog::after {
	top: 40px;
	left: 40px;
	}
	

/* .modal-dialog::before {
	content:'';
	position: absolute;
	right: 10px;
	left:15px;
	bottom: 5px;
	border-radius: 0 0 50% 50% ;
	z-index: 12;
	background-color: #FFF;
	width: 90%;
	height: 50px;
} */


	.img-planner img {
	padding-top: 80px;
}



	.min-h{
		min-height: 555px;
	}

	.carousel-caption h4 {
		color: #fff;
		font-weight: 00;
		font-size:20px;
		 margin: 5px;
	}

			
.margin-footer {
	padding-top: 40%;
	padding-left: 7%;
	padding-right: 5%;
}

	.bg-footer {
		perspective: 750px;
		overflow: hidden;
		background: 
		url(./img/Mobile-FOG-Section-BG.png) top center no-repeat,
		linear-gradient(90deg,rgba(143, 34, 37, 1) 1%, rgba(31, 14, 45, 1) 50%, rgba(21, 35, 112, 1) 100%);
		background-size: contain;
		height: auto;
	}


	.title-home {
		font-size: 320%;
		padding: 20px 0 10px;
	}
	
	.blue-text-Q {
		color: #C6255F !important;
		font-size: 20px;
		font-weight: 600;
		line-height: 125%;
		padding:20px 10px 10px;
		text-align: left;
	}
	
	.blue-text {
		color: #000;
		font-size: 15px;
		font-weight: 400;
		text-align: left;
		line-height: 130%;
		/* padding: 10px 0 30px; */
	}


	.blue-text-Q-header {
		color: #C6255F !important;
		font-size: 20px;
		font-weight: 600;
		line-height: 125%;
		padding:20px 20px 10px;
		text-align: left;
	}
	.blue-text-header {
		color: #000;
		font-size: 16px;
		font-weight: 400;
		text-align: left;
		padding:15px 20px 30px;
		line-height: 125%;
		/* overflow:scroll; */
	}
	

	/* .img-planner img{
		width: 100%;
		max-width:400px;
		padding: 20px 0px 0px;
		display: flex;
		justify-content: center;
	} */

	/* .prelative .carousel-item .img-planner img {
		width: 100%;
		max-width:340px;
		position: absolute;
		align-content: center;
		z-index: 11;
		left: 15%;
		bottom: 0px; 
		margin: auto;
		text-align: center;
	} */

.carousel-control-prev,
.carousel-control-next {
	width: 	10%;
	z-index: 50;
	pointer-events: auto;
}


	.carousel-control-prev-icon {
    background: url(./img/left.png) !important;
    height: 32px !important;
    width: 32px !important;
    position: relative !important;
    z-index: 9999;
	cursor: pointer;
	margin-left: -5px;
}

.carousel-control-next-icon {
    background: url(./img/right.png) !important;
	background-color: transparent;
    height: 32px !important;
    width: 32px !important;
    position: relative !important;
    z-index: 9999;
	cursor: pointer;
	margin-right: -5px;
} 


	.banner-head {
		background: url(./img/Mobile-FOG-Section-BG.png) top center no-repeat,
		linear-gradient(90deg,rgba(11, 29, 61, 1) 1%, rgba(11, 29, 61, 1) 100%);
		width: 100vw;
		/* min-height: 1300px; */
		background-size: cover;
		/* z-index: -1; */
	}

	.banner-bg-bottom {
		background-image:  url(./img/Group-left.png), url(./img/Group-right.png);
		background-position: left bottom, right bottom ;
		background-repeat:  no-repeat, no-repeat;
		background-size:  200px, 175px ;
	}
	  


	.p-bottom {
		padding-bottom: 10px;
	}

	/* .bg-footer2 {
		background: none;
	} */

	.footer h2 {
		font-size: 220% !important;
	}

	.footer-text {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
}

.highlight-item span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}

	/* .bg-footer3 {
		background: none;
	} */

	.small-screen {
		display: block;
	}

	/* #carouselExampleCaptions p {
		font-size: 85%;
	} */

	.sm-calendar2 {
		height: 70px;
	}

	.dip-top {
		display: none;
	}

	
}







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

	
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	.title-home {
		font-size: 600%;
	}

	.margin-footer {
	padding-left: 30%;
	padding-right: 10%;
}

} */




@media (min-width: 768px) and (max-width: 991.98px) {


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

		.img-planner img {
	padding-top: 40px;
}
	#header-carousel .carousel-item {
		position: relative;
		min-height: 450px;
	}

	.title-home {
		font-size: 600%;
	}

	.margin-footer {
	padding-left: 32%;
	padding-right: 10%;
}

/* } */
	
/* @media (max-width: 991.98px) { */
	.navbar-light .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0;
	}

	.navbar-light .navbar-nav {
		border-top: 1px solid #EEEEEE;
	}
/* } */

/* @media (min-width: 992px) { */

	.bg-footer {
	perspective: 750px;
	overflow: hidden;
	background: url(./img/FOG-Section-BG.png) top center no-repeat,
	linear-gradient(160deg,rgba(143, 34, 37, 1) 1%, rgba(31, 14, 45, 1) 70%, rgba(21, 35, 112, 1) 100%);
	background-size: cover;
	height:750px ;
	}

	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.navbar-expand-lg .navbar-collapse {
		display: contents !important;
		flex-basis: auto;
	}

	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}
}







@media (min-width: 992px) and (max-width: 1439px) {


	.margin-footer {
	padding-left: 35%;
	padding-right: 10%;
}

	.bg-footer {
	perspective: 750px;
	overflow: hidden;
	background: url(./img/FOG-Section-BG.png) top center no-repeat,
	linear-gradient(160deg,rgba(143, 34, 37, 1) 1%, rgba(31, 14, 45, 1) 70%, rgba(21, 35, 112, 1) 100%);
	background-size: cover;
	height: 400;
	}

	.min-h {
		min-height: 500px;
	}

	.main-scroll {
		margin-top: 10px;
		height: 388px;
		overflow: auto;
	}

	.blue-text-header {
		color: #000;
		font-size: 16px;
		font-weight: 400;
		text-align: left;
		padding:15px 20px 30px;
		line-height: 140%;
		/* overflow:visible; */
	}
	

	/* .content h4 {
		font-size: 120%;
	} */

	/* .content p {
		font-size: 99%;
	} */


	.footer h2 {
		font-size: 250% !important;
	}

	.title-home {
		font-size: 400%;
	}

	/* .smll-title {
		font-size: 230%;
	} */


	.font5 {
		font-size: 225%;
	}
}




@media(min-width:1440px) and (max-width:1599px) {

	.margin-footer {
	padding-left: 36%;
	padding-right: 10%;
}

}


@media(min-width:1600px) and (max-width:1800px) {

	.margin-footer {
	padding-left: 34%;
	padding-right: 10%;
}



}



@media(min-width:1801px) and (max-width:5678px) {


	.margin-footer {
	padding-left: 33%;
	padding-right: 10%;
}

}