/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/


/* Parent stylesheet should be loaded from functions.php not using @import */


/*=================================================== 
 * Framework css or global css for all site
 ====================================================*/

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

html {
	font-size: 16px;
}

a:focus {
	outline: solid 0px !important;
}

#site-navigation-wrap {
	bottom: -20px;
}

.oceanwp-mobile-menu-icon.mobile-right {
	float: right;
	margin-right: 15px;
}

.hamburger-inner::after,
.hamburger-inner::before {
	width: 30px !important;
}

.oceanwp-mobile-menu-icon a:hover .hamburger {
	opacity: 1 !important;
}

.menu-item .menu-link {
	font-family: 'GraphikLight' !important;
}
.intl-tel-input.allow-dropdown {
    width: 100% !important;
}
/*=================================================== 
  * Custome grid for contanct form 7
  ====================================================*/
.hiddenField br{
	display:none !important;
}
.two_columns_50_50 {
	width: 100%;
	float: left;
}

.two_columns_66_33 {
	width: 100%
}

.two_columns_66_33>.column1 {
	width: 66.66%;
	float: left
}

.two_columns_66_33>.column1>.column_inner {
	padding: 0 20px 0 0
}

.two_columns_66_33>.column2 {
	width: 33.33%;
	float: left
}

.two_columns_66_33>.column2>.column_inner {
	padding: 0 0 0 20px
}

.two_columns_33_66 {
	width: 100%
}

.two_columns_33_66>.column1 {
	width: 33.33%;
	float: left
}

.two_columns_33_66>.column1>.column_inner {
	padding: 0 20px 0 0
}

.two_columns_33_66>.column2 {
	width: 66.66%;
	float: left
}

.two_columns_33_66>.column2>.column_inner {
	padding: 0 0 0 20px
}

.two_columns_75_25 {
	width: 100%
}

.two_columns_75_25>.column1 {
	width: 75%;
	float: left
}

.two_columns_75_25>.column1>.column_inner {
	padding: 0 20px 0 0
}

.two_columns_75_25>.column2 {
	width: 25%;
	float: left
}

.two_columns_75_25>.column2>.column_inner {
	padding: 0 0 0 20px
}

.two_columns_25_75 {
	width: 100%
}

.two_columns_25_75>.column1 {
	width: 25%;
	float: left
}

.two_columns_25_75>.column1>.column_inner {
	padding: 0 20px 0 0
}

.two_columns_25_75>.column2 {
	width: 75%;
	float: left
}

.two_columns_25_75>.column2>.column_inner {
	padding: 0 0 0 20px
}

.two_columns_50_50 {
	width: 100%
}

.two_columns_50_50>.column1,
.two_columns_50_50>.column2 {
	width: 50%;
	float: left
}

.two_columns_50_50>.column1>.column_inner {
	padding: 0 10px 0 0
}

.two_columns_50_50>.column2>.column_inner {
	padding: 0 0 0 10px
}

.three_columns {
	width: 100%
}

.three_columns>.column1,
.three_columns>.column2,
.three_columns>.column3 {
	width: 33.33%;
	float: left
}

.three_columns>.column1>.column_inner {
	padding: 0 15px 0 0
}

.three_columns>.column2>.column_inner {
	padding: 0 5px 0 10px
}

.three_columns>.column3>.column_inner {
	padding: 0 0 0 15px
}

.four_columns {
	width: 100%
}

.four_columns>.column1,
.four_columns>.column2,
.four_columns>.column3,
.four_columns>.column4 {
	width: 25%;
	float: left
}

.four_columns>.column1>.column_inner {
	padding: 0 15px 0 0
}

.four_columns>.column2>.column_inner {
	padding: 0 10px 0 5px
}

.four_columns>.column3>.column_inner {
	padding: 0 5px 0 10px
}

.four_columns>.column4>.column_inner {
	padding: 0 0 0 15px
}

.five_columns>.column1,
.five_columns>.column2,
.five_columns>.column3,
.five_columns>.column4,
.five_columns>.column5 {
	width: 20%;
	float: left
}

.five_columns>.column1>.column_inner,
.five_columns>.column2>.column_inner,
.five_columns>.column3>.column_inner,
.five_columns>.column4>.column_inner {
	margin: 0 2.5% 0 0
}

.five_columns>.column5>.column_inner {
	margin: 0
}

body button#cf7mls-next-btn-cf7mls_step-1,
body .wpcf7-submit {
	background: #002144 !important;
	padding: 12px 15px !important;
    font-family: 'GraphikMedium';
    text-transform: capitalize;
    font-size: clamp(1.125rem, 1.1019rem + 0.1235vw, 1.25rem);	
}

input.wpcf7-form-control,
.wpcf7-form-control.wpcf7-select {
	border: 1px solid #000 !important;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 16px !important;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border: 1px solid #0A1E57 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

body form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	border-radius: 3px;
	padding: 13px 29px;
	font-weight: bold;
	font-size: 16px;
	margin: 16px 0px 26px;
	background: #002144 !important;
}

body .fieldset-cf7mls .cf7mls_next {
	float: left !important;
}

.wpcf7-form p {
	/*font-family: 'FuturaNowHeadlineLight' !important;*/
	font-family: "GraphikLight" !important;
	font-size: clamp(1.125rem, 1.1019rem + 0.1235vw, 1.25rem);
}

.wpcf7-checkbox input[type="checkbox"] {
	border-radius: 100%;
	width: 18px;
	min-width: 18px;
	height: 18px;
	border: 1px solid #0A1E57 !important;
}

.wpcf7-list-item.first {
	margin-left: 0px !important;
}

.wpcf7-checkbox input[type=checkbox]:checked:before {
	background: #0A1E57 !important;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid #0A1E57;
	content: "" !important;
}

@media (min-width: 200px) and (max-width: 767.98px) {

	.two_columns_50_50>.column1,
	.two_columns_50_50>.column2 {
		width: 100% !important;
		float: left;
	}

	.two_columns_50_50>.column2>.column_inner {
		padding: 0 0 0 0px !important;
	}

	.two_columns_50_50>.column1>.column_inner {
		padding: 0 0px 0 0 !important;
	}

	.wpcf7-checkbox input[type="checkbox"] {
		border-radius: 100%;
		width: 16px;
		min-width: 16px;
		height: 16px;
	}
}


/*=================================================== 
 * End of Custome grid for contanct form 7
 ====================================================*/


/*=================================================== 
 * Css for speaker page
 ====================================================*/
.modal-overlay {
	display: none;
	background: rgba(41, 33, 28, 0.75);
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-container {
    padding: 9.5rem 0;
    position: relative;
    width: auto;
}
.modal-content {
	padding: 100px 0px;
	width: 100%;
	background-color: rgb(255 255 255 / 100%);
	box-shadow: 0px 8px 7.12px 0.88px rgb(0 0 0 / 31%);
	position: relative;
	margin: auto;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	top: -10px;
	background: #000;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border: 2px solid #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 30%);
}
.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.single_image-wrapper {
	width: 100% !important;
}

.single_image-wrapper img {
	width: 100% !important;
}

.speakerContent {
	padding: 15px;
	text-align: left;
}

.speakerContent h4,
.speakerContent p {
	color: #001f3e !important;
}

.speakerContent h4 {
	font-size: 16px !important;
	font-family: 'GraphikBold' !important;
	margin-bottom: 0 !important;
}

.speakerContent p {
	font-size: 16px !important;
	font-family: 'GraphikLight' !important;
	font-weight: 300 !important;
	line-height: 20px !important;
	margin-bottom: 5px !important;
}

.single_image-wrapper.Speaker-details {
	cursor: pointer;
}

.speakerContent .bio_content {
	display: none;
}

.modal-speaker-content .profile_image_name {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px;
}

.modal-speaker-content .modal-content {
	padding: 50px 50px !important;
}

.modal-speaker-content .profile_image {
	width: 100% !important;
}

.modal-speaker-content .profile_image img {
	width: 100% !important;
}

.modal-speaker-content .speaker_designation {
	color: #001f3e;
	font-size: 16px;
	font-family: 'GraphikSemibold';
	font-weight: 600;
	line-height: normal;
}

.modal-speaker-content .speaker_name {
	color: #001f3e;
	font-size: 25px;
	font-family: 'GraphikBold';
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0px;
	text-transform: uppercase;
    letter-spacing: 1px;	
}

.modal-speaker-content .profile_bio p {
	font-size: 16px !important;
	line-height: 20px !important;
	color: #001f3e;
	font-family: 'GraphikLight';
	margin-bottom: 10px !important;
}

.modal-speaker-details-image {
	flex: 1;
}

.modal-speaker-details-content {
	flex: 2;
}

.downarrowImage {
	display: none !important;
}
.modal-speaker-details-bio {
    margin-top: 10px;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
}

.speakers_homepage .flex-item {
	flex-basis: calc((100% - 180px) / 7);
	box-sizing: border-box;
	margin: 0;
}

.flex-item {
	flex-basis: calc((100% - 150px) / 6);
	box-sizing: border-box;
	margin: 0;
}

.speakerContent {
	padding: 15px 15px 15px 0px;
	text-align: left;
}

.flex-item.speakerBlock .single_image-wrapper.speakerDetails img {
	width: 100% !important;
	object-fit: cover;
}

.speakerContent .speaker-name {
	font-family: 'GraphikBold' !important;
	margin-bottom: 0 !important;
}

.speaker_company {
	font-family: 'GraphikSemibold' !important;
}

.speakerContent p {
	font-family: 'GraphikRegular' !important;
	margin-bottom: 5px !important;
	line-height: clamp(1rem, 0.9653rem + 0.1852vw, 1.1875rem) !important;
}

.speakerContent .bio_content {
	display: none;
}

.speakerContent h4,
.speakerContent p {
	/*font-size: clamp(1rem, 0.9537rem + 0.2469vw, 1.25rem) !important;*/
	font-size: clamp(1rem, 0.9653rem + 0.1852vw, 1.1875rem) !important;
	color: #0a1e57 !important;
}

.speakers_homepage .speakerContent p {
	font-size: 16px !important;
	color: #0a1e57 !important;
}

.speakerContent .speaker-name {
	display: block;
}
/*.pn_thomas strong,
.pn_thomas b{
    font-weight:bold !important;
}*/
/*
div.speakers_homepage .speakerBlock{
 display:none;
}

div.speakers_homepage .speakerBlock.speakerBlock_11,
div.speakers_homepage .speakerBlock.speakerBlock_12,
div.speakers_homepage .speakerBlock.speakerBlock_13,
div.speakers_homepage .speakerBlock.speakerBlock_14,
div.speakers_homepage .speakerBlock.speakerBlock_15,
div.speakers_homepage .speakerBlock.speakerBlock_16,
div.speakers_homepage .speakerBlock.speakerBlock_17,
div.speakers_homepage .speakerBlock.speakerBlock_18,
div.speakers_homepage .speakerBlock.speakerBlock_19,
div.speakers_homepage .speakerBlock.speakerBlock_20,
div.speakers_homepage .speakerBlock.speakerBlock_21,
div.speakers_homepage .speakerBlock.speakerBlock_22,
div.speakers_homepage .speakerBlock.speakerBlock_23,
div.speakers_homepage .speakerBlock.speakerBlock_24,
div.speakers_homepage .speakerBlock.speakerBlock_25,
div.speakers_homepage .speakerBlock.speakerBlock_26,
div.speakers_homepage .speakerBlock.speakerBlock_27,
div.speakers_homepage .speakerBlock.speakerBlock_28,
div.speakers_homepage .speakerBlock.speakerBlock_29,
div.speakers_homepage .speakerBlock.speakerBlock_30 {
    display: block !important;
}
*/
.page-home div#PastSpeakers .flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    justify-content: flex-start;
}
@media (max-width: 1200px) {
	.modal-speaker-content .modal-content {
		padding: 50px 30px !important;
	}
	.modal-container .container {
		width: 1200px;
		max-width: 95%;
		margin: 0 auto;
	}	
}
@media (max-width: 575.98px) {

	.modal-speaker-content .profile_image_name {
		flex-direction: column;
		gap:20px;
	}	
	.modal-speaker-details-image {
		width: 100% !important;
	}		
	.downarrowImage {
		display: block !important;
	}	
	.downarrowImage {
		display: block !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}	
	.modal-speaker-content .modal-content {
        padding: 30px 25px !important;
    }	
	.modal-speaker-content .speaker_name {
		text-transform: capitalize;
		letter-spacing: 1px;
		font-size: clamp(1.25rem, 0.625rem + 3.125vw, 1.563rem);
	}	
	.modal-speaker-content .speaker_designation {
		color: #0e1827;
		font-size: clamp(1.125rem, 0.375rem + 3.75vw, 1.5rem);
		line-height: normal;
		font-family: 'GraphikLight';
		font-weight: 300;		
	}	
	.modal-container .container {
        width: 1200px;
        max-width: 90%;
        margin: 0 auto;
    }	
    .pn_thomas strong,
    .pn_thomas b{
        font-weight:bold !important;
    }
	.flex-item {
		flex-basis: calc(100%);
	}

	.speakers_homepage .flex-item {
		flex-basis: calc(100%);
	}
}

@media (min-width: 430px) and (max-width: 575.98px) {
	.flex-item {
		flex-basis: calc(50% - 30px);
	}

	.speakers_homepage .flex-item {
		flex-basis: calc(50% - 30px);
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.flex-item {
		flex-basis: calc(50% - 30px);
	}

	.speakers_homepage .flex-item {
		flex-basis: calc(50% - 30px);
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.flex-item {
		flex-basis: calc((100% - 60px) / 3);
	}

	.speakers_homepage .flex-item {
		flex-basis: calc((100% - 60px) / 3);
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.flex-item {
		flex-basis: calc((100% - 90px) / 4);
	}

	.speakers_homepage .flex-item {
		flex-basis: calc((100% - 90px) / 4);
	}
}

@media (min-width: 1200px) and (max-width: 1366px) {
	.flex-item {
		flex-basis: calc((100% - 120px) / 5);
	}

	.speakers_homepage .flex-item {
		flex-basis: calc((100% - 120px) / 5);
	}
}

/*=================================================== 
 * End Css for speaker page
 ====================================================*/
/*=================================================== 
  * Slick Slider css or global css for all site
  ====================================================*/
.slick-dots li button:before {
	font-size: 0px !important;
	opacity: 1;
	background: transparent;
	border: 2px solid;
	border-radius: 100%;
}

.slick-dots li.slick-active button:before {
	font-size: 0px !important;
	opacity: 1;
	background: #000 !important;
	border: 2px solid;
	border-radius: 100%;
}

.slick-dots li button:before {
	width: 12px !important;
	height: 12px !important;
}
/*
.slick-track {
	display: flex !important
}*/

.AwardTestimonialSlider .slick-dots {
	bottom: -15px !important
}

.AwardTestimonialSlider .slick-dots li button:before {
	border: 2px solid #fff !important;
}

.AwardTestimonialSlider .slick-dots li.slick-active button:before {
	background: #fff !important;
}

.TestimonialWrapper {
	display: block;
}

.slick-next:before,
.slick-prev:before {
	display: none !important;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	font-size: 0;
	width: 15px !important;
	height: 27px !important;
}

.slick-arrow {
	display: none !important;
}

@media (max-width: 767px) {
	/*body .slick-slider .slick-arrow.slick-next {
		display: block !important;
		right: -15px !important;
		background: url("/wp-content/uploads/2024/05/ArrowRightTm.webp") 100% no-repeat;
	}

	body .slick-slider .slick-arrow.slick-prev {
		display: block !important;
		left: -15px !important;
		background: url("/wp-content/uploads/2024/05/ArrowLeftTm.webp") 100% no-repeat;
	}*/

	.slick-dots {
		display: none !important;
	}
}

/*=================================================== 
  * End of Slick Slider css or global css for all site
  ====================================================*/

/*=================================================== 
  * Pages Css
  ====================================================*/
.welcome_p p {
	margin-bottom: 5px;
}

.welcome_p p b u,
.welcome_p p strong u {
	text-decoration: none;
}

.exclusive_p p b,
.exclusive_p p strong,
.boxImage h2 b,
.boxImage h2 strong {
	font-family: 'GraphikMedium' !important;
}

.hm_agenda ul li:last-child .elementor-icon-list-text {
	text-transform: capitalize !important;
}

.counterWrapper,
.counterBoxIner {
	overflow: hidden;
}

@media (min-width: 1921px) {
	.AwardSection {
		background-position: center 30% !important;
		background-size: auto !important;
	}
}

@media (min-width: 1500px) and (max-width: 1680px) {
	.AwardSection {
		background-position: right calc(50% + 20px) !important;
	}

}
@media (min-width: 1441px) and (max-width: 1499px) {
	.AwardSection {
		background-position: right calc(70% + 20px) !important;
	}
	
}
@media (min-width: 1368px) and (max-width: 1440px) {
	.AwardSection {
		background-position: right calc(85% + 20px) !important;
	}

}
@media (min-width: 1024px) and (max-width: 1200px) {
    .HonoringMan{
        top: -26% !important;
    }
}
@media (min-width: 768px) and (max-width: 860px) {
    .HonoringMan{
        top: -20% !important;
    }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .AwardSection {
      background:none !important;
  } 
    .HonoringMan{
        display:block !important;
    }  
}
@media (max-width: 1050px) {
	html {
		font-size: 15px;
	}

	body .boxImage {
		width: 23% !important;
	}
}

@media (max-width: 992px) {
	body .boxImage {
		width: 31% !important;
	}
}

@media (max-width: 767px) {
	.MobileImage .elementor-element .swiper .elementor-swiper-button {
		top: auto !important;
		bottom: -70px;
	}

	.MobileImage .elementor-swiper-button.elementor-swiper-button-prev {
		left: 35% !important;
	}

	.MobileImage .elementor-swiper-button.elementor-swiper-button-next {
		right: 35% !important;
	}

	.elementor-icon-list-item .mb-font {
		font-family: 'GraphikLight' !important;
	}
}

@media (max-width: 500px) {
	body .boxImage {
		width: 100% !important;
	}

	 .welcome_p p b {
		font-family: 'GraphikMedium' !important;
	}

	.welcome_p p b u {
		text-decoration: none;
		display: none;
	}

	.honoring_sn_p p {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 360px) {

	body #site-logo #site-logo-inner a img,
	body #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
		max-width: 240px !important;
	}
	.welcome_p p b {
		font-family: 'GraphikMedium' !important;
	}
} 







/*******************************************************************************************
 * Custom Css For 2025 website pages
 *******************************************************************************************/
.speakers_homepage_new_2025 .speakerContent {
    text-align: center !important;
}
body .speakers_homepage_new_2025 .speakerContent span.speaker-name {
    font-family: "BigCaslonMedium", Sans-serif !important;
    text-transform: capitalize!important;
    letter-spacing: normal;
	font-size:26px !important;
	margin-bottom: 8px !important;
}
body .speakers_homepage_new_2025 .speakerContent  span.speaker-designation {
    font-family: 'GraphikRegular' !important;
}
.exclusive_p25 p b, 
.exclusive_p25 p strong{
	font-family: 'GraphikSemibold' !important;
    font-weight: 600 !important;
}
.award_page_new .exclusive_p p b, 
.award_page_new .exclusive_p p strong{
	font-family: 'GraphikSemibold' !important;
    font-weight: 600 !important;
}
@media (max-width: 767px) {
	.speakers_homepage_new_2025 .speakerContent {
		text-align: left !important;
	}
	body .speakers_homepage_new_2025 .speakerContent span.speaker-name {
		font-size: clamp(2rem, 0.958rem + 5.556vw, 2.625rem) !important;
	}
}
@media (max-width: 360px) {

} 