body {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
html{
	font-size: calc(0.75vh + 0.75vw);
  }


.h1-tagline .t1, span{
	color:#fff;
	font-size:18px;}

.h1-tagline b{
	color:#fc7500;
}

.h1-tagline h1{
	font-size:24px;
	color:#fff;
	font-size: 26px;
    background: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0rem;
	line-height:1.5;
}
.imgfix {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}


.Header-Block .Video .preview{
	position: absolute;
    right: 0;
	 top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
	
}
.scroll-btn a{
	color:#fff;
	text-align:center;
}

.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 0.7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.partner-block h2 {
    color: #666666;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}
.mailing-block{
	background-color:#fafafa;
}
.mailing-block h2{
	color:#555555;
	font-size:20px;
	margin-bottom:1rem;
}
.mailing-block h2 span {
    color: #fff;
    font-size: 26px;
    background-color: #fc7500;
}

.contact-form input[type="submit"]{
	text-align:center;
	padding:10px 30px!important;
	font-size:12px!important;
}
.contact-form .hs-submit{
	margin:none!important;
}
.contact-form .hbspt-form label input[type="checkbox"]+span {
		font-size: 12px !important;
	}
.radiance-form .hbspt-form label {
	margin: auto auto 5px;
	line-height: 1;
	position: relative;
	color: #000000;
	width: 100%;
}
.radiance-form .hbspt-form label input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.radiance-form .hbspt-form label input[type="checkbox"]+span {
	color: #666666!important;
	position: relative;
	line-height: 20px;
	margin-left: 46px;
	font-weight:400;
}
.contact-form .hs-submit .actions{
	text-align:center!important;
}

/*==FORM SEARCH BAR==*/
 .autocomplete-items {
   position: absolute;
   border: 1px solid #d4d4d4;
   border-top: none;
   z-index: 99;
   top: 100%;
   left: 0;
   right: 0;
   max-height: 170px;
   overflow-y: scroll;
   background: #fff;
   }
   .autocomplete-items div {
   padding: 10px;
   cursor: pointer;
   background-color: #fff;
   border-bottom: 1px solid #d4d4d4;
   }
   /* == Search Box == */
   .searchbox input[type="text"] {
   width: 100%;
   height:50px;
   border: 1px solid #808182;
   background: transparent;
   font-size: 20px;
   font-weight: 400;
   padding: 20px;
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -ms-appearance: none;
   appearance: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -o-box-shadow: none;
   -ms-box-shadow: none;
   box-shadow: none;
   outline: none;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -o-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   }
   .search-icon{ 
   background: #3e5996;
   color: #fff;
   border: none;
   font-size: 30px;
   padding: 10px;
   cursor: pointer;
   } .search-input{
   height:60px;
   border-right:none;
   }
  
.btn-style-search{
	background-color: #666666;
}
.search-bar-text {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
	color:#fff;
	opacity:1;
	z-index:1;
	
}


.speaker-text-bar{
	color: #3e5596;
	font-weight: 100;
	font-size: 12px;
	text-align: center;

}
.form-control {
    font-size: 13px;
    color: black;
    text-align: center;
    height: auto;
}

.form-control::placeholder {
  font-size: 13px;
  color: #666666;
  font-weight: 300;
}
.btn-search-speaker{
    border-radius: 50px!important;
    border: 1px solid #666666;
}
..contact-form .hbspt-form label input[type="checkbox"]:checked+span:before{
	color:#fff;
	background-color:#666666!important;
	background-image:none!important;
}
	
.autocomplete {
  position: relative;
  display: inline-block;
}	
	.autocomplete-items {
  position: absolute;
    margin-left: -5.1px;
    margin-right: -5.1px;
  border-bottom: none;
  border-top: none;
  z-index: 9999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  color:black;
  font-size: 14px;
  /* width: 341px; */
  height: 150px;
  overflow-x: overlay;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff; 
	 border: 0.2px solid #d4d4d4;
  
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.font2{	
    font-size: 33px;
    color: #fc7500;
    font-weight: 600;
}



form.form-control-nav:focus {
    box-shadow: none;
  }

input.form-control-nav-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
  }
  
  input.form-control-nav {
    font-size: 14px;
    color: white;
    border: none;
    width: 272px;
    background-color: transparent;
    text-align: center;
    outline: none!important;
}
input.form-control-nav::placeholder {
    color: #fff;
    font-size: 14px!important;
    padding: 0px 14px;
    font-weight: 300;
    display: block;
    position: relative;
    background-color: transparent;
	transform:translatey(0%);
  text-align: center;
  outline: none!important;
}
.form-control-nav::placeholder {
    font-size: 16px;
    color: #fff;
    font-family: 'objektiv-mk1', sans-serif;
    font-weight: 300;
  }

.form-control:focus {
  box-shadow: none;
}

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0;
}





header li a.menu{
	float: left;
    display: block;
    color: #fff!important;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 9px;
    margin-right: 9px;
    border: 2px solid transparent;
}
 header li a.menu:hover {
	border-bottom:2px solid #fff;
	  color:#fff;
  }
  
 header li.active {
	border: 1px solid #fff;
	padding:5px;
  }

.header-img{
	border: 1.2px solid #fff;
    border-radius:20px;
    width: fit-content;
    height: fit-content;
    padding: 15px;
}

.moving {
    -webkit-animation: float 2.4s ease-in-out infinite;
    -moz-animation: float 2.4s ease-in-out infinite;
    animation: float 2.4s ease-in-out infinite;
}
.bounce {
    animation: bounce 2s;
    -webkit-animation: bounce 2s;
    -moz-animation: bounce 2s;
    -o-animation: bounce 2s;
}


.speaker-image {
    height: 55px;
    width: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.speaker-info .name {
    font-weight: 500;
    color: #666666;
}
.speaker-info .speaker-designation {
    font-size: 12px;
    line-height: 16px;
}

/*==NEW BUTTON==*/

.button.button-invert{
    background: transparent;
    color: #666666;
    border-color: #666666;
}
.black-button a:hover{
    background-color: #ffffff;
    color: #666666;
    border-color: #666666;
}

.black-button {
	outline:none;
	transform: translate(50%,0%);
	padding:9px 12px;
	font-size:11px;
	background-color: #666666;
    border-color: #666666;
    color: #fff;
}
/*==HEADER NAV SEARCH==*/



   /* == Search Box == */
   .searchbox input[type="text"] {
   width: 100%;
   height:50px;
   border: 1px solid #808182;
   background: transparent;
   font-size: 20px;
   font-weight: 400;
   padding: 20px;
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -ms-appearance: none;
   appearance: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -o-box-shadow: none;
   -ms-box-shadow: none;
   box-shadow: none;
   outline: none;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   -o-border-radius: 6px;
   -ms-border-radius: 6px;
   border-radius: 6px;
   }
   .search-icon{ 
   background: #3e5996;
   color: #fff;
   border: none;
   font-size: 30px;
   padding: 10px;
   cursor: pointer;
   } .search-input{
   height:60px;
   border-right:none;
   }
   

.video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
	

/*Pagination*/
.pagination{
    padding: 30px 0px;
    text-align: center;
}
.pagination a,.pagination span{
   display: inline-block;
   vertical-align: middle;
   margin-right: 15px;
}
.pagination a,.pagination span {
   display: block;
   color: #8c8b8b;
   text-decoration: none;
   font-weight: 500;
   font-size: 18px;
   border-bottom: 2px solid transparent;
   padding-bottom: 5px;
}
.pagination  a.prev,.pagination  a.next{
   font-size: 0px;
   background-repeat: no-repeat;
   background-size: 18px;
   background-position: center;
   background-image: url('<?php bloginfo('template_directory'); ?>/images/arrow.png');
   padding: 0px;
   border: 0px !important;
   width: 20px;
   height: 20px;
}
.pagination span.current{
     border-color: #fc7500;
   color: #fc7500; 
}
.pagination  a.prev{
   -webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
   -o-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.pagination  a:hover,.pagination  a.active{
   border-color: #fc7500;
   color: #fc7500;
}


.input-group ::placeholder { 
  font-size:15px;
}
	
	#u1{
		z-index: 9999;
	}
	/* media query */
	@media only screen and (min-device-width: 1199px){
		.contact-form .hs-submit{
			margin-left: 126px;
		}
		.addme-form .hs-submit{
			margin-left: 0px !important;
		}
		
	}
	@media only screen and (min-device-width : 768px) and (max-device-width : 990px){
		
		.radiance-form .hbspt-form label input[type="checkbox"]+span {
				margin-left: 46px;
			}
		.contact-form .hbspt-form label input[type="checkbox"]+span{
			font-size:10px!important;
		}
	}
	@media only screen 
  and (min-device-width: 411px) 
		and (max-device-width: 731px){
			
			.slider-image-test{
				float: none !important;
				margin-left: 11rem;
			}
			.resp-logo1{
				margin-left: 12.5rem;
			}
			.radiance-form .hs-form-field .input{
				width: 300px;
			}
			.radiance-form .hbspt-form label input[type="checkbox"]+span {
				margin-left: 46px;
			}
			.contact-form .hs-submit{
			margin-left: 103px;
		}
			.contact-form .hbspt-form label input[type="checkbox"]+span{
			font-size:10px!important;
		}
			.mailing-style{
				font-size:20px;
			}
	}
	@media only screen 
  and (min-device-width: 321px) 
		and (max-device-width: 410px){
			
			.slider-image-test{
				float: none !important;
				margin-left: 9.2rem;
			}
			.radiance-form .hs-form-field .input{
				width: 316px;
			}
			.radiance-form .hbspt-form label input[type="checkbox"]+span {
				margin-left: 46px;
			}
			.contact-form .hs-submit{
			margin-left: 104px;
		}
			.contact-form .hbspt-form label input[type="checkbox"]+span{
			font-size:11px!important;
		}
			.mailing-style{
				font-size:18px;
			}
	}
	@media (max-device-width: 320px){
		
		.slider-image-test{
				float: none !important;
				margin-left: 9.1rem;
			}
		.resp-logo1{
				margin-left: 11rem;
			}
		.radiance-form .hs-form-field .input{
			width: 268px;
		}
		.radiance-form .hbspt-form label input[type="checkbox"]+span {
				margin-left: 46px;
			}
		.contact-form .hs-submit{
			margin-left: 92px;
		}
		.contact-form .hbspt-form label input[type="checkbox"]+span{
			font-size:9px!important;
		}
		.mailing-style{
				font-size:16px;
			}
	}
	
	
	
/* Header Inner */
.company-test{
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style: italic;
	font-weight: 200;
	color: #3e5596!important;
	font-size: 15px;
	text-align: left;
}

.vl{
	border-left: 2.3px solid #3e5596;
    height: 100px;
    position: absolute;
    left: 25%;
}

.vl-2 {
    border-left: 1.7px solid #aaa;
    height: 86px;
    position: absolute;
    /* left: 92%; */
    top: 2.1rem;
}

.basic-button-learnmore-rad {
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    transition: .5s ease;
    z-index: 2;
    padding: 7px 7px;
    text-align: center;
    display: block;
    background-color: #fc7500;
    position: relative;
    top: 7px;
    left: 7px;
    width: auto;
    -ms-transform: skew(0deg, 1deg);
    -webkit-transform: skew(0deg, 1deg);
    transform: skew(0deg, 1deg);
}

.learnmore-btn-wrap-rad .basic-button-learnmore-rad:hover {
    top: 0px;
    left: 0px;
}
.basic-button-learnmore-rad:hover:after {
    top: -6px;
    left: -8px;
}
.basic-button-learnmore-rad.white-btn{
    color: #fc7500;
    max-width: 110px;
    height: 30px;
    font-size: 13px;
    padding-top: 6px;
}
.basic-button-learnmore-rad.white-btn:hover{
    color: #fc7500;
    padding-top: 0px;
}
.basic-button-learnmore-rad.white-btn:before{
    border: 1px solid #ffffff;
    background: transparent;
}
.basic-button-learnmore-rad.white-btn::after{
    background: #ffffff;
}

.learnmore-btn-wrap-rad{
    position: relative;
    display: inline-block;
    text-decoration: none;
    transition: .5s ease all;
    margin-bottom: 10px;
}

.learnmore-btn-wrap-rad::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    -ms-transform: skew(0deg, 1deg);
    -webkit-transform: skew(0deg, 1deg);
    transform: skew(0deg, 1deg);
    border: 1px solid #fc7500;
}


.vl-3{
	border-left: 0.7px solid #fff;
	height: 45px;
	opacity: 0.8;
    position: absolute;
	left: 50%;
	border-radius: 10px;
}

.hr-2 {
    border-bottom: 1.7px solid #aaa;
	border-top: none;
}
.mt-100{
	margin-top: 6rem;
}
.mt-60{
	margin-top: 3rem!important;
}

.gap-120{
	padding: 2rem  2rem;
}
.background-filter-style{
	height:fit-content;
	background-color:#fafafa;
}

.filter-btn-style{
	background-color:#3e5996;
	color:white;
	cursor:pointer;
	border:none;
}

.counter-col{
	font-size: 25px;
	color: #3e5596;
	font-weight: 540;
}
.counter-col-2{
	font-size: 11px;
	color: #fc7500;
	padding: 0rem;
}

.back-speaker-bg.visible {
	background-image:url("https://testresource.highradius.com/wp-content/themes/hrcres/images/radiance/search_bg_comp.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}


.back-speaker-bg-2.visible {
	background-image:url("https://testresource.highradius.com/wp-content/themes/hrcres/images/radiance/search_bg_comp.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}


.bg-overlay{
   position: relative;
}
.bg-overlay:before{
   content: "";
   /* background: red; */
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   /* background-color: rgba(9, 37, 102, 0.85); */
   height: 100%;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   /* transition: all 0.6s ease; */
}
.bg-overlay.org-overlay:before{
   background-color: rgba(252, 117, 0, 0.45);
}
.bg-overlay.org-overlay:hover::before{
   background-color: rgba(9, 37, 102, 0.45);
}
.bg-overlay.blue-overlay:before{
   background-color: rgba(9, 37, 102, 0.45);
}
.bg-overlay.blue-overlay1:before{
   background-color: rgba(9, 37, 102, 0.45);
}
.bg-overlay.blue-overlay:hover::before{
   background-color: rgba(252, 117, 0, 0.45);
}
.bg-overlay.blue1-overlay:before{
   background-color: rgba(0,0,0,0.7) !important;
}

.bg-overlay.black-overlay:before{
   background-color: rgba(0, 0, 0, 0.35);
}
.bg-overlay.black-overlay:hover::before{
   background-color: rgba(0, 0, 0, 0.35);
}




/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/


 .carousel-item {
	 margin-top: 8px;
		   background-size: cover;
	   background-position: center center;
	}
 
.font-radiance-filter-back{
	font-size: 14px;
    cursor: pointer;
    color: grey;
    font-weight: 300;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
	padding-top:1.3rem;
	padding-bottom:1.3rem;
}





.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
    color: #555555;
    font-weight: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top:2rem;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff!important;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 7px;
    top: 0px;
    width: 9px;
    height: 18px;
    border: solid #fc7500;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.font-radiance-filter-back:hover {
    background-color: #fc7500;
    color: #555555!important;
   /* padding: 1rem;*/
}

.font-radiance-filter-back-part2:hover {
    background-color: #fc7500;
    opacity: 0.8;
    color: #fff!important;
    padding: 1rem;
}
.flex-container {
  display: flex;
  flex-direction: column;
  
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.flex-container img{
	max-width: 100px;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 7px;
    top: 0px;
    width: 9px;
    height: 18px;
    border: solid #fc7500;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.font-radiance-filter-back:hover {
    background-color: #fc7500;
    color: #555555!important;
   /* padding: 1rem;*/
}

.font-radiance-filter-back-part2:hover {
    background-color: #fc7500;
    opacity: 0.8;
    color: #fff!important;
    padding: 1rem;
}
.flex-container {
  display: flex;
  flex-direction: column;
  
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
.flex-container img{
	max-width: 100px;
}
.title-grid-radiance{
	font-size: 16px;
	font-weight: 600;
	color: #555555 !important;
	padding: 10px 0px;
}
.key-notes-radiance {
    background-color: #fc7500;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    padding: 5px;
	margin:5px 3px 3px 0px;
}
.get-this-session{
	font-size: 10px;
	font-weight: 300;
	color: #3e5596;
}
.size-slider img {
    width: 100px;
    padding: 7px 7px;
}

.radiance-block{
	display: grid;
    /* grid-template-columns: 50% 50%; */
    padding: 1rem;
    text-align: left;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(35, 34, 34, 0.12);
    -moz-box-shadow: 0px 0px 10px rgba(35, 34, 34, 0.12);
    -ms-box-shadow: 0px 0px 10px rgba(35, 34, 34, 0.12);
    -o-box-shadow: 0px 0px 10px rgba(35, 34, 34, 0.12);
    box-shadow: 0px 0px 10px rgba(35, 34, 34, 0.12);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.tag-block{
	display: grid;
    grid-template-columns: 50% 50%;
    padding: 1rem;
}



  .styling-box{
	background-color: #fff;
	text-align:center;
	 color:#666666;
	box-shadow: 3px 3px 8px -1px #c4d1d2;
	  border-radius:20px;
	 }
	 
  


  

.form2{
	background-color: #f4f4f4;
    border-radius: 8px;
    font-size: 17px;
   /* width: 365px;*/
    opacity: 0.8;
    border: none;
    padding: 0.2rem;
    text-align: center;
	outline:none;
}

.form-sub-rad{
	padding:2rem 0rem;
}





.landingButton {
	display: none;
	position: fixed;
	top: 84px;
	right: 155px;
	z-index: 100;
	text-align: center;
}


.ScrollContentSection {
	display: none;
	background: rgb(250, 250, 250);
	padding: 10px;
	width: 390px;
	position: fixed;
	right: 47px;
	z-index: 10;
	border-radius: 15px;
	top: 116px;
}

.ScrollContentSection:hover {
	display: block !important;
}



.carousel-indicators{
	position:relative!important;
}


.speaker-name-radiance{
	font-size: 11px;
    font-family:'Montserrat', sans-serif;
    font-weight: 500;
    color: #fc7500;
    border-bottom: 1px solid #c1c1c1;
}


.keyholder-speak {
    color: #2f363cc4;
    font-size: 10px;
    padding-bottom: 1rem;
}

.navbar-toggler-icon .draw-menu {
    background: #fff;
    height: 3px;
    width: 22.5px;
    float: left;
    margin-bottom: 5px;
}



.speaker-blocks .speaker-block {
    margin-bottom: 24px;
    text-align: center;
    font-size: 12px;
    padding: 0px 29px;
    font-weight: 700;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}


.speaker-blocks .speaker-block .speaker-image {
    width: 87px;
    /*height: 30px;*/
	margin-right:auto;
	/*margin-left:auto;*/
   
}

.speaker-meta {
    color: #2f363cc4;
    font-size: 12px;
    font-weight: 600;
    /*margin: 5px 0px 0px;*/
	/*text-decoration:underline;*/
}
.designation {
    font-size: 16px;
    color: grey;
    font-weight: 400;
    font-style: italic;
}





.scrollbar {
    /* margin-left: 30px; */
    float: left;
    height: auto;
    /* width: 65px; */
    background: #F5F5F5;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

.force-overflow
{
	min-height: 450px;
}


.contact-form .hbspt-form li lable input span{
	color:#000!important;
}

