/*
Theme Name: Minnesota Design Studio
Theme URI: https://www.minnesotadesign.com/
Author: Minnesota Design Studio
Author URI: https://www.minnesotadesign.com/
Description: Custom standalone WordPress theme for Radiology International, designed and developed by Minnesota Design Studio.
Version: 1.5.7
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.2
Text Domain: minnesota-design-studio
*/

/* ==========================================================
   COMBINED THEME CSS: Structural Grid
   ========================================================== */

/* ==========================================================
   START: Minnesota Design Studio Structural Grid
   Only the container and column classes used by this theme.
   ========================================================== */

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-sm-12,
.col-md-6,
.col-md-9,
.col-md-12,
.col-lg-2,
.col-lg-3,
.col-lg-7,
.col-lg-12,
.col-xl-2,
.col-xl-3,
.col-xl-7,
.col-xl-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.align-items-center {
	align-items: center !important;
}

.position-relative {
	position: relative !important;
}

/* ==========================================================
   END: Minnesota Design Studio Structural Grid
   ========================================================== */

/* ==========================================================
   COMBINED THEME CSS: Site Design
   ========================================================== */


img{
	max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}

/**header start**/
.header-area {
	left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 100;
    position: absolute;
}
.nav-logo-right {
    text-align: center;
}
.nav-logo-right ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
    padding: 8px 25px;
    background-size: cover;
    border-radius: 30px;
    box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
	position: relative;
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 19px;
}

.nav-logo-right ul li img {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #2cbdb8;
    font-size: 20px;
	margin-top: 5px;
    margin-right: 10px;
}
.nav-logo-right ul li .info-text a img {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #2cbdb8;
    font-size: 20px;
	margin-top: 5px;
    margin-right: 0px;
}
.nav-logo-right ul li .info-text {
    overflow: hidden;
    text-align: left;
}
.nav-logo-right ul li .info-text a {
    font-size: 19px;
    color: #000;
    line-height: 15px;
    display: inline-block;
	font-family: "Inter", sans-serif;
}
.nav-logo-right ul li .info-text a {
    overflow: hidden;
    text-align: left;
}
.header-area .main-header-area .main-menu{
	position: initial;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
.text-box {
    width: 90%!important;
	top: 50%!important;
	left: 5%!important;
	right: 5%!important;
    text-align: center;
}
.text-box h2 {
    font-size: 80px!important;
    line-height: 80px!important;
	}
	.text-box p {
    font-size: 15px!important;
    line-height: 20px!important;
}
.service-box-inner a {
    padding: 5px 10px!important;
    font-size: 13px;
}
.carousel-indicators {
    display: none!important;
}
.top_box_inr {
    margin-top: 0px!important;
}
.top_box_sep:before{
	display:none!important;
	}
	.text-box span {
    font-size: 22px!important;
}
	.top_box_3x3 .top_box_text {
    width: 75%!important;
    padding: 0px 0px 0px 20px!important;
	display: inline-block !important;
}
.why_choose_box .why_choose_text {
    width: 75%!important;
    padding: 0px 0px 0px 20px!important;
}
.quick_address_text {
	margin:30px 0px 0px!important;
    padding: 0px !important;
}
.slider_btn1{
display: none!important;
}
.slider_btn2{
display: none!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-indicators {
    bottom: 130px!important;
}
  .header-area {
    padding-top: 0;
  }
	/*.header-area .header-top_area{
		display: none;
	}*/
	.short_contact_list{
	display:none;
	}
	.social_media_links{
	display:none;
	}
	.header-area .header-top_area .text-left{
		text-align: inherit!important;
	}
	.header-area .header-top_area .text-right{
		text-align: inherit!important;
	}
	.text-box{
		top: 65%;
	}
	.text-box p {
    font-size: 20px!important;
    line-height: 25px!important;
}
.top_box_outer {
    margin: inherit !important;
    padding: 20px 0px 0px 0px !important;
}
.top_box_outer::before{
	margin:inherit!important;
	top:0%!important;
}
	.about_outer{
		text-align: center;
	}
	.about_outer .ml-3{
		margin-left: 0rem!important;
	} 
	.about_outer .mr-3{
		margin-right: 0rem!important;
	} 
	.about_btn{
		margin-bottom: 20px;
	}
	.about_call_btn{
		margin-bottom: 20px;
	}
	.about_outer h2{
	margin-top:35px!important;
		text-align: center;
	}
	.about_outer h2::after{
		margin: 0 auto!important;
	}
	.service_box_outer{
		height: inherit!important;
	}
	.fb_faq_outer{
		text-align: center;
	}
	.fb_faq_outer h2::after{
		margin: 0 auto!important;
	}
	.quick_address_text {
	margin:30px 0px 0px!important;
    padding: 0px !important;
}
	.form_outer h2::after{
		margin: 0 auto!important;
	}
	.top_box_inr {
    margin-top: 50px!important;
}
	.top_box_sep:before{
	display:none!important;
	}
	.top_box_3x3 .top_box_text {
    width: 75%!important;
    padding: 0px 0px 0px 20px!important;
}
.why_choose_box .why_choose_text {
    width: 75%!important;
    padding: 0px 0px 0px 20px!important;
}
.carousel-indicators {
    display: none!important;
}
}

.header-area .main-header-area {
  padding: 0px;
  position:relative;
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
      .top_box_outer {
        margin: inherit !important;
        padding: 50px 0px 0px 0px !important;
    }
  .top_box_outer::before{
	margin:inherit!important;
	top:0%!important;
}
	.about_outer{
		text-align: center;
	}
	.about_outer .ml-3{
		margin-left: 0rem!important;
	} 
	.about_outer .mr-3{
		margin-right: 0rem!important;
	} 
	.about_btn{
		margin-bottom: 20px;
	}
	.about_call_btn{
		margin-bottom: 20px;
	}
	.service_box_outer{
		height: inherit!important;
	}
	.about_outer h2{
	margin-top:35px!important;
		text-align: center;
	}
	.about_outer h2::after{
		margin: 0 auto!important;
	}
	.fb_faq_outer{
		text-align: center;
	}
	.fb_faq_outer h2::after{
		margin: 0 auto!important;
	}
	.quick_address {
    margin-left: 0px!important;
}
	.form_outer h2::after{
		margin: 0 auto!important;
	}
	.bradcam_area {
    padding: 55px 0 55px 0!important;
}
	.d_none_css{
		display: none!important;
	}
	.top_icon_mobile{
		display: block!important;
	}
	img.slider_logo{
		width: 150px;
	}
	.top_box_outer .top_box_inr:before{
display:none!important;
}
.top_box_text p {
    margin-top: 20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
	.d_none_css{
		display: none!important;
	}
	.top_icon_mobile{
		display: block!important;
	}
	img.slider_logo{
		width: 250px;
	}
	.text_right {
    text-align: center!important;
}
.top_box_outer .top_box_inr:before{
display:none!important;
}

.top_box_text p {
    margin-top: 20px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
	.d_none_css{
		display: none!important;
	}
	.top_icon_mobile{
		display: block!important;
	}
	img.slider_logo{
		width: 250px;
	}
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

.header-area .main-header-area .Appointment .book_btn a {
  background: #c0252a;
  padding: 12px 26px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #000;
  color: #fff;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 20px 0px;
  margin-bottom: -30px;
  background: #00124d;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
	text-decoration: none;
	transition: all linear 300ms;
	text-transform:uppercase;
}
.logo{
	margin:0px;
	padding:10px 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
	margin: 0px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
	.d_none_css{
		display: none!important;
	}
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #02b5da;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li a.active {
  color: #02b5da;
}
.header-area .main-header-area .main-menu ul li a:hover {
  color: #02b5da;
}

.header-area .main-header-area .main-menu ul li .sub-menu {
  position: absolute;
    left: 0;
    right: 0;
    top: 160%;
    background: #fff;
    width: 300px;
    padding: 10px 0px;
    margin: 0 auto;
  z-index: 2;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .sub-menu li {
    display: block;
}
.header-area .main-header-area .main-menu ul li:hover > a{
    color: #02b5da;
}
.header-area .main-header-area .main-menu ul li .sub-menu li a {
    padding: 5px 0px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #1b1b1b;
	font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
	text-transform: capitalize;
}

.header-area .main-header-area .main-menu ul li .sub-menu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .sub-menu li:hover a {
  color: #02b5da;
}

.header-area .main-header-area .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 180%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background:#fff;
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 0px;
  }
    .service_box_text {
    width: 86%!important;
}
.top_box_outer .top_box_inr::after{
display:none!important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 0px;
  }
  .service_box_text {
    width: 90%!important;
}
.top_box_outer .top_box_inr::after{
display:none!important;
}

}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 0px 0px 0px 0px;
  }
}

.header-area .header-top_area {
  padding: 5px 0px 15px 0px;
  background: #fff;
  position:relative;
}
@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
  .text_right {
    text-align: center!important;
}
}

.header-area .header-top_area .social_media_links a {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
	transition: all linear 300ms;
	text-align: center;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #fff;
}
.header-area .header-top_area .short_contact_list {
  text-align: right;
}
.header_btn {
    background: #014286;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-family: "Inter", sans-serif!important;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding: 0 20px !important;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px 10px 10px 0;
    text-transform: uppercase;
}
.header_btn img{
	margin-right: 10px;
}
.header_btn:hover::before {
	display: none!important;
}
.header_btn:hover {
    background: #3489ca;
    color: #fff!important;
    cursor: pointer;
	text-decoration: none;
}
/**.logo img{
	box-shadow: 0px 25px #000;
}**/
@media (max-width: 767px) {
	/*.header-area .header-top_area{
		display: none;
	}*/
	.short_contact_list{
	display:none;
	}
	.social_media_links{
	display:none;
	}
  .header-area .header-top_area .short_contact_list {
    text-align: center!important;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
	font-size: 14px;
  color: #3a3a3a;
  font-family: "Inter", sans-serif;
	font-weight: 500;
	text-align: left;
    line-height: normal;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #484848;
  margin-right: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-decoration: none;
	transition: all linear 300ms;
}
.header-area .header-top_area  .short_contact_list ul li a:hover {
  color: #002a51;
}
.header-area .header-top_area .short_contact_list span.header_icon{
    font-weight: bold;
    min-width: 25px;
    float: left;
}
.header-area .header-top_area .short_contact_list span.text {
    width: 75%;
    float: left;
}
.header-area .header-top_area .short_contact_list span.text b{
    display:block;
}
@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.menu_outer{
	margin: 0px;
	padding: 0px 0px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px){
	.header-area .header-top_area .short_contact_list ul li a{
		margin-right: 5px;
	}
	.header-area .main-header-area .main-menu ul li a {
     font-size: 12px;
    margin: 0px 5px;
}

.header_btn {
    padding: 0 10px !important;
}
	.about_outer .ml-3{
		margin-left: 0rem!important;
	} 
	.about_outer .mr-3{
		margin-right: 0rem!important;
	}
	.free_estimate_btn {
		font-size: 18px!important;
	}
	.free_estimate_outer h2 {
		font-size: 40px!important;
	}

.carousel-indicators {
    bottom: 90px!important;
}
.top_box_outer .top_box_inr::after {
    width: 320px!important;
}
}

/* =========================================================
   START: Header Inline SVG Icons
   Replaces the header Font Awesome phone/social icons while
   preserving the existing circle, shadow and hover effects.
   ========================================================= */

.header-svg-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: none;
    pointer-events: none;
}

/* Phone icon */
.header-area .header-top_area .short_contact_list span.header_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 7px;
    float: left;
    color: #565656;
    background: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 100%;
    box-sizing: border-box;
    transition: all linear 300ms;
}

.header-area .header-top_area .short_contact_list .header-svg-icon {
    width: 18px;
    height: 18px;
}

.header-area .header-top_area .short_contact_list ul li a:hover .header_icon {
    color: #ffffff;
    background: #0674b5;
    border-color: #0674b5;
}

/* Social icons */
.header-area .header-top_area .social_media_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: all linear 300ms;
}

.header-area .header-top_area .social_media_links .header-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #118eba;
    border-radius: 30px;
    box-shadow: 0px 3px 5px #00000042;
    transition: all linear 300ms;
}

.header-area .header-top_area .social_media_links .header-svg-icon {
    width: 15px;
    height: 15px;
}

.header-area .header-top_area .social_media_links .header-svg-icon--linkedin {
    width: 16px;
    height: 16px;
}

.header-area .header-top_area .social_media_links a:hover .header-social-icon,
.header-area .header-top_area .social_media_links a:focus-visible .header-social-icon {
    color: #ffffff;
    background: #002a51;
}

/* Instagram uses outlined SVG geometry */
.header-svg-icon--instagram {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-svg-icon--instagram .header-svg-icon__dot {
    fill: currentColor;
    stroke: none;
}

/* Keyboard focus */
.header-area .header-top_area .social_media_links a:focus-visible,
.header-area .header-top_area .short_contact_list a:focus-visible {
    outline: 2px solid #0198c4;
    outline-offset: 3px;
}

/* =========================================================
   END: Header Inline SVG Icons
   ========================================================= */

/**header end**/


/**top 3x3 box start**/
.top_box_outer{
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	position:relative;
	z-index: 10;
}
/*.top_box_inr{
	background: #58764f;
    box-shadow: 0px 0px 20px #00000042;
    border-radius: 0px 30px 30px 0px;
    padding: 35px 25px 25px;
    margin-top: -95px;
    position: relative;
    z-index: 1;
}*/
.top_box_outer .top_box_inr {
	position: relative;
    padding: 15px;
    margin-top: -95px;
    z-index: 1;
    background: #11c3e8;
	box-shadow: 0px 0px 20px #00000042;
}
.top_box_3x3 {
	margin: 0px;
    padding: 15px 10px;
    position: relative;
    margin-bottom: 10px;
}
.top_box_3x3_sep:before {
	position: absolute;
    right: 25px;
    width: 2px;
    height: 100%;
    margin: 0px;
    content: '';
    top: 0px;
    border-left: dashed 2px #2ab939;
}
.top_box_3x3 .top_box_img {
	margin: 10px 20px 10px 0px;
	float: left;
}
.top_box_3x3 .top_box_img img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
}
.top_box_outer a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
/*.top_box_3x3 .top_box_img img {
    max-width: 80px;
	max-height:80px;
    height: auto;
}*/

.top_box_text {
    padding: 0px;
    transition: .5s;
    display: inline-block;
}
.top_box_text h4 {
	color: #002a51;
    font-size: 13px;
	line-height:22px;
    margin: 0px 0 10px 0;
    transition: .5s;
    font-family: "Playfair Display", serif;
    font-weight: 600;
	text-transform:uppercase;
}
.top_box_3x3 .top_box_text h3 {
	color: #000058;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0 12px 0;
    padding-bottom: 15px;
    transition: .5s;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    position: relative;
}
.top_box_3x3 .top_box_text h3::before {
    position: absolute;
    left: 0px;
    width: 70px;
    height: 3px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #000058;
}
.top_box_3x3 .top_box_text p {
	color: #000058;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.top_box_text p span{
	padding:0px 0px 20px;
	color: #fff;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 0px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	position:relative;
	display: inline-block;
}
.top_box_text p span:before {
	position: absolute;
    left:0px;
    width: 145px;
    height: 4px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #734a2b;
}
.top_box_3x3 .top_box_text a {
	font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
	text-decoration:underline;
}
/**top 3x3 box end**/

/**about start**/
.about_outer{
    margin: 0px;
    padding: 50px 0px 50px;
    position: relative;
    z-index: 11;
}
.about_outer h2 {
	font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 50px;
    color: #000058;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
	text-align:center;
}
.about_outer h2 span {
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	line-height:22px;
    color: #0198c4;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
	display: block;
}

.about_outer p {
    font-size: 19px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #2c2825;
    padding: 0px;
    margin: 0px 0px 25px 0px;
	text-align:center;
}
.about_btn1 {
    background: #033d8a;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 35px;
    outline: none;
	margin-bottom: 15px;
    padding: 8px 15px;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: block;
    border-radius: 5px;
}
.about_btn1:hover {
    background: #0277bb;
    color: #fff;
    cursor: pointer;
	text-decoration: none;
}
.about_btn2 {
    background: #00124d;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 35px;
    outline: none;
	margin-bottom: 15px;
    padding: 8px 15px;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: block;
    border-radius: 5px;
}
.about_btn2:hover {
    background: #0277bb;
    color: #fff;
    cursor: pointer;
	text-decoration: none;
}
.about_btn3 {
    background: #0277bb;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 35px;
    outline: none;
	margin-bottom: 15px;
    padding: 8px 15px;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: block;
    border-radius: 5px;
}
.about_btn3:hover {
    background: #033d8a;
    color: #fff;
    cursor: pointer;
	text-decoration: none;
}
.about_img_css{
	margin:0px;
	position: relative;
	text-align: center;
}
.about_img_css span{
	display:block;
}
.about_img_css img {
	position: relative;
	border-radius:30px;
}
/**about end**/

/**upcomming start**/
.upcomming_outer{
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 11;
}
.upcomming_outer h2 {
	font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 50px;
    color: #000058;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
	text-align:center;
}
.upcomming_outer h2 span {
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	line-height:22px;
    color: #0198c4;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
	display: block;
}
.upcomming_box{
	margin-bottom: 20px;
	display:flex;
}
.upcomming_box .upcomming_box_img {
	width:50%;
	margin:0px;
}
.upcomming_box .upcomming_box_img img {
    width: 100%;
}
.upcomming_box .upcomming_box_content {
	width:50%;
	margin:0px;
	padding:15px;
	background:#06d5ff;
	display: inline-block;
	align-content: center;
}
.upcomming_box .upcomming_box_content h3 {
    font-size:22px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 25px;
    color: #000058;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
    text-align: center;
}
.upcomming_box .upcomming_box_content span {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    line-height: 30px;
    color: #000058;
    padding: 0px;
    margin: 0px 0px 10px 0px;
	text-align:center;
}
.upcomming_box .upcomming_box_content p {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 30px;
    color: #000058;
    padding: 0px;
    margin: 0px 0px 25px 0px;
	text-align:center;
}
.ue_more_btn {
    padding: 8px 15px;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    display: block;
}
.ue_more_btn:hover {
    cursor: pointer;
	text-decoration: none;
}
/**upcomming end**/

/**past conferences area start**/
.past_conferences{
	margin: 0px;
    padding: 40px 0px 50px 0px;
	position:relative;
}
.past_conferences h2 {
	font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 50px;
    color: #000058;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
	text-align:center;
}
.past_conferences h2 span {
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	line-height:22px;
    color: #0198c4;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
	display: block;
}
.past_conferences p {
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 25px 0px;
	text-align:center;
}
.past_conferences_box{
	margin:0px 0px 20px 0px;
	padding:0px;
	border-radius:30px;
	overflow: hidden;
	color:#fff;
	font-family: "Playfair Display", serif;
	text-align:center;
	position:relative;
	-webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.past_conferences_box_inr{
	margin-top: 0;
    padding: 0px;
    overflow: hidden;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.past_conferences_box:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0px 5px 10px #00000038;
}
.past_conferences_box img{
	margin:0px;
	padding:0px;
	position:relative;
	width: 100%;
}
.past_conferences_box h3{
    margin: 5px 0px 0px 0px;
    padding: 5px 0px;
    font-size: 22px;
    color: #fff;
    font-family: "Playfair Display", serif;
	font-weight:800;
    text-decoration: none;
    display: block;
}
.past_conferences_title{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	background:#000058c4;
}
.past_conferences_title p{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 16px;
    color: #06d5ff;
    font-family: "Inter", sans-serif;
	font-weight:500;
    text-decoration: none;
    display: block;
}
.past_conferences a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
/**past conferences area start**/

/**radiology international area start**/
.radiology_international {
    margin: 0;
    padding: 60px 0 150px;
    position: relative;
    background-color: #fff;
    background-image: url(assets/images/radiology-international-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ri_overlay::before {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background: #00124d;
    opacity: .9;
}
.radiology_international h2 {
	font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
	text-align:center;
}
.radiology_international h2 span {
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	line-height:22px;
    color: #0198c4;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
	display: block;
}
.radiology_international p {
    font-size: 19px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    text-align: center;
}
/**radiology international area end**/

/**contact form css start**/
.form_outer{
	margin: 0px;
    padding:0px 0px 60px;
	position:relative;
}
.custom_zindex{
	z-index: 10;
}
.form_outer h2 {
	font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 50px;
    color: #000058;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
	text-align:center;
}
.form_outer h2 span {
    font-size: 25px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	line-height:22px;
    color: #0198c4;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 10px 0px;
	display: block;
}

.form_custom_css{
    background: #fff;
    box-shadow: 0px 5px 6px #00000042;
    border-radius: 30px;
    padding: 35px 40px 30px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
}
#contact-form{
	margin-top: 20px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 12px);
}
.request_a_quote_form{
	padding: 0px 0px 0px 0px;
}
.request_a_quote_form .form-control {
	display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    border:solid 1px #e6e6e6;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #2c2825;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea_min_h{
	min-height: 100px;
}
.submit_btn_css {
    background: #0277bb;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 35px;
    outline: none;
    padding: 8px 15px;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 700;
    width: 170px;
    font-family: "Inter", sans-serif;
    display: inline-block;
    border-radius: 5px;
	border: solid 1px #0277bb;
	text-transform:uppercase;
}
.submit_btn_css:hover {
    background: #000058;
    color: #fff;
    cursor: pointer;
	text-decoration: none;
	border: solid 1px #000058;
}
.quick_address {
    padding: 0px;
	margin-top: 20px;
    position: relative;
}
.quick_address_text{
	margin: 0px;
    padding:0px 20px 0px;
	z-index: 1;
    position: relative;
}
.quick_address_text h3 {
	font-size:40px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 40px;
    color: #233545;
    padding: 20px 0px 40px 0px;
    margin: 0px;
    position: relative;
	text-transform:uppercase;
}
.quick_address_text h3 span {
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
	line-height:35px;
    color: #58764f;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 15px 0px;
	display: block;
	text-transform:capitalize;
}
.quick_address_text h3::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 4px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #0198c4;
    border-radius: 999px;
}
.form_outer p {
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 30px;
    color: #000058;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    text-align: center;
}
.form_outer span {
  	font-size: 22px;
 	font-family: Arial;
  	font-weight: 400;
  	color: #fff;
	padding: 0px;
	margin:0px;
	display: block;
}
.quick_address h5,
.quick_address_text > div {
    padding-left: 38px;
    line-height: 22px;
    color: #0277bb;
	font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0px 0px 30px 40px;
	font-size: 18px;
	position: relative;
}
.quick_address h5 em,
.quick_address_text > div em {
    padding-left: 0px;
    line-height: 22px;
    color: #fff;
	font-family: "Inter", sans-serif;
    margin: 0px!important;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}
.quick_address h5 span,
.quick_address_text > div span {
	font-size: 22px;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #000058;
}
.quick_address h5 a,
.quick_address_text > div a {
	font-size: 16px;
	font-weight: 400;
    color: #13191f;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.quick_address h5.address_custom::before,
.quick_address_text > div.address_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background: #0277bb url(assets/images/address_icon.webp) 14px 9px no-repeat;
    display: block;
    border-radius: 10px;
}
.quick_address h5.phone_custom::before,
.quick_address_text > div.phone_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#0277bb url(assets/images/phone_icon.webp) 10px 10px no-repeat;
    display: block;
    border-radius: 10px;
}
.quick_address h5.email_custom::before,
.quick_address_text > div.email_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#0277bb url(assets/images/email_icon.webp) 11px 16px no-repeat;
    display: block;
    border-radius: 10px;
}
.quick_address .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.quick_address .text {
    width: 80%;
    /*float: left;*/
}

.quick_address1{
	margin-top: 0px;
	margin-left: 50px;
}
.quick_address1 h5 {
    padding-left: 38px;
    line-height: 22px;
    color: #7dc2c0;
	font-family: "Inter", sans-serif;
    margin: 0px 0px 30px;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.quick_address1 h5 em{
    padding-left: 0px;
    line-height: 22px;
    color: #7dc2c0;
	font-family: "Inter", sans-serif;
    margin: 0px!important;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}
.quick_address1 h5 span{
	font-size: 22px;
	font-weight: 600;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
	font-family: "Playfair Display", serif;
    color: #7dc2c0;
}
.quick_address1 h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #7dc2c0;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.quick_address1 h5.address_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(assets/images/address_icon.webp) 15px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 h5.phone_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(assets/images/phone_icon.webp) 10px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 h5.email_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(assets/images/email_icon.webp) 11px 16px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.quick_address1 .text {
    width: 80%;
    /*float: left;*/
}
/**contact form css end**/


/**footer start**/
.footer-section {
	background:#00124d;
	padding-top: 40px;
	padding-bottom: 0;
	position: relative;
}
.footer-section .footer-widget {
	margin-bottom: 40px;
}

.footer-section .footer-widget h3,
.footer-section .footer-widget .footer-heading {
	font-size: 20px;
	font-family: "Playfair Display", serif;
	font-weight: 700;
	color: #fff;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.footer-section .footer-widget h3::before,
.footer-section .footer-widget .footer-heading::before {
	position: absolute;
	left: 0px;
	width: 75px;
	height: 3px;
	margin: 0 auto;
	content: '';
	bottom: 0px;
	background: #fff;
}
.footer-section .footer-widget p strong{
	color: #fff;
	line-height: 22px;
	margin-top: 25px;
	margin-bottom: 22px;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	display:block;
	text-transform:uppercase;
}
.footer-section .footer-widget p {
	color: #fff;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 22px;
	font-size: 14px;
	font-family: "Inter", sans-serif;
}
.footer-section .footer-widget ul {
	margin-bottom: 20px;
}
.footer-section .footer-widget ul li {
	list-style: none;
}

.footer-section .footer-widget ul li a{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 10px 22px;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	display: block;
	position:relative;
}
.footer-section .footer-widget ul li a:before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	content: '';
	top: 6px;
	left: 0px;
	border-radius: 100%;
}
.get_in_touch ul li a:before{
	display:none;
}
.footer-section .footer-widget ul li a:hover:before {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #0bb5d8;
	content: '';
	top: 6px;
	left: 0px;
}
.footer-section .footer-widget ul li a:hover{
	padding: 0px 0px 10px 25px;
	color: #0bb5d8;
}
.footer-section .footer-widget ul.style-2 {
	position: relative;
	padding-bottom: 0px;
}
.footer-section .footer-widget ul.style-2 li {
	position: relative;
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}
.footer-section .footer-widget ul.style-2 li a{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding-left: 0;
	text-decoration: none;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: no-repeat;
	text-transform: inherit;
}
.footer-section .footer-widget ul.style-2 li a strong{
	font-size: 14px;
}
.footer-section .footer-widget ul.style-2 li a:hover{
	color: #0bb5d8;
}
.footer-section .footer-widget ul.style-2 .hl {
	font-weight: bold;
	min-width: 25px;
	float: left;
}
.footer-section .footer-widget ul.style-2 .text {
	width: 80%;
	float: left;
}
.footer_logo_box {
	margin:0px;
	padding:0px;
	position: relative;
}
.footer_logo_box .footer_logo_img {
	display:block;
}

.footer_logo_box .footer_logo_text {
	width: 65%;
	padding: 10px 0px 0px 20px;
	transition: .5s;
	display: inline-block;
}

.footer_logo_box .footer_logo_text p {
	color: #b29a52;
	font-size: 15px;
	margin-bottom: 0px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
}
.footer-bottom-outer{

}
.footer-bottom {
	padding: 20px 0px;
	background: #020240;
}

.copyright {
	color: #0e1017;
	font-size: 14px;
	margin-bottom: 0px;
}

.copyright p {
	color: #fff !important;
	font-size: 15px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	-webkit-transition: all 0.1s !important;
	transition: all 0.1s !important;
	font-family: "Inter", sans-serif !important;
	font-weight: 400 !important;
}
.footer_social_links a {
	font-size: 18px;
	color: #fff;
	margin-right: 5px;
	transition: all linear 300ms;
	text-align: center;
}
.request_btn {
	background: #0bb5d8;
	box-shadow: none;
	color: #000058;
	cursor: pointer;
	font-size: 15px;
	line-height: 28px;
	outline: none;
	padding: 8px 15px;
	text-align: center;
	transition: all linear 300ms;
	text-decoration: none;
	font-weight: 700;
	font-family: "Playfair Display", serif;
	display: block;
	border-radius: 5px;
	border: solid 1px #0bb5d8;
	text-transform:uppercase;
}
.request_btn:hover {
	background: #0c408a;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: solid 1px #0c408a;
}
.footer_social_links a:hover {
	color: #fff;
}
/**footer end**/


/* =========================================================
   START: Footer Inline SVG Icons + Logo Loading
   Replaces footer Font Awesome icons while preserving the
   existing circle, shadow and hover effects.
   ========================================================= */

.footer-logo-link {
    display: inline-block;
    max-width: 100%;
    margin: 0px 0px 18px 0px;
    line-height: 0;
}

.footer-logo {
    display: block;
    width: 270px;
    max-width: 100%;
    height: auto;
    margin: 0px;
}

.footer-svg-icon,
.footer-contact-icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: none;
    pointer-events: none;
}

/* Footer social icons */
.footer_social_links {
    line-height: 1;
}

.footer_social_links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: all linear 300ms;
}

.footer_social_links .footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background: #0c408a;
    border-radius: 30px;
    box-shadow: 0px 3px 5px #00000042;
    transition: all linear 300ms;
}

.footer_social_links .footer-svg-icon {
    width: 15px;
    height: 15px;
}

.footer_social_links .footer-svg-icon--linkedin {
    width: 16px;
    height: 16px;
}

.footer_social_links a:hover .footer-social-icon,
.footer_social_links a:focus-visible .footer-social-icon {
    color: #ffffff;
    background: #0bb5d8;
    transform: translateY(-1px);
}

.footer-svg-icon--instagram {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-svg-icon--instagram .footer-svg-icon__dot {
    fill: currentColor;
    stroke: none;
}

/* Footer contact icons */
.footer-section .footer-widget ul.style-2 .hl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 25px;
    float: left;
    color: #ffffff;
    padding-top: 2px;
}

.footer-section .footer-widget ul.style-2 .footer-contact-icon {
    width: 17px;
    height: 17px;
}

.footer-section .footer-widget ul.style-2 li:hover .footer-contact-icon {
    color: #0bb5d8;
}

.footer-section .footer-widget ul.style-2 .text {
    width: calc(100% - 25px);
    float: left;
}

/* Keyboard focus */
.footer_social_links a:focus-visible,
.footer-section .footer-widget ul.style-2 a:focus-visible,
.footer-logo-link:focus-visible {
    outline: 2px solid #0bb5d8;
    outline-offset: 3px;
}

/* =========================================================
   END: Footer Inline SVG Icons + Logo Loading
   ========================================================= */

/**footer end**/

/**inner css start**/
.bradcam_area {
	background-size: cover;
    background-position: center center;
    padding: 160px 0 100px 0;
    background-repeat: no-repeat;
    position: relative;
	    text-shadow: 0px 8px 10px #000 ! Important;
}
.breadcam_bg {
    background-image: url(assets/images/page.webp);
}
.breadcam_overlay::before {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background: #000;
    opacity: .5;
}
.bradcam_area h1 {
    font-size: 50px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
	line-height:50px;
    color: #fff;
    padding: 0px 0px 35px 0px;
    margin: 0px;
    position: relative;
    text-align: center;
}
.bradcam_area p {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:uppercase;
	text-align:center;
}
.service_page_css{
	padding: 60px 0px;
}
.service_sidebar_css{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background: #002a51;
    border-radius:30px;
}
.service_sidebar_css h3 {
  	font-size: 22px;
	font-family: "Inter", sans-serif;
    font-weight: 900;
  	color: #fff;
	padding: 0px 20px 10px 20px;
    margin: 30px 0px 20px 0px;
	position: relative;
}
.sidebar_quick_address{
	margin-top: 0px;
	margin-left: 40px;
}
.sidebar_quick_address h5 {
    padding-left: 28px;
    line-height: 20px;
    color: #fff;
	font-family: "Inter", sans-serif;
    margin: 0px 0px 20px;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.sidebar_quick_address h5 span{
	font-size: 14px;
	font-weight: 600;
    color: #fff;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
}
.sidebar_quick_address h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #333333;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.sidebar_quick_address h5.address_custom::before {
	width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    content: '';
    background: #088e71 url(assets/images/address_icon.webp) 12px 10px no-repeat;
    background-size: 16px;
    display: block;
    border-radius: 100%;
}
.sidebar_quick_address h5.phone_custom::before {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    content: '';
    background:#088e71 url(assets/images/phone_icon.webp) 10px 10px no-repeat;
	background-size: 20px;
    display: block;
    border-radius: 100%;
}
.sidebar_quick_address h5.email_custom::before {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    content: '';
    background:#088e71 url(assets/images/email_icon.webp) 10px 15px no-repeat;
	background-size: 20px;
    display: block;
    border-radius: 100%;

}
.quick_address .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.sidebar_quick_address .text {
    width: 80%;
    /*float: left;*/
}
.sep{
	margin: 15px 20px 15px 20px;
	padding: 0px;
	height: 1px;
	background: #03478e;
}
.service_sidebar_css h3::after {
	position: absolute;
    left: 20px;
    right: 0px;
    width: 70px;
    height: 1px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background: #cecece;
}
.service_sidebar_css ul{
	margin: 0px;
	padding: 0px;
}
.service_sidebar_css ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.service_sidebar_css ul li a{
	margin: 0px;
	padding: 10px 0px 10px 40px;
	font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	background: url(assets/images/service_arrow.webp) 20px 17px no-repeat;
	transition: all linear 300ms;
	text-transform:uppercase;
}
.service_sidebar_css ul li a:hover{
	margin: 0px;
	padding: 10px 0px 10px 35px;
	color: #fff;
	background:#088e71 url(assets/images/service_arrow.webp) 20px 17px no-repeat;
}
.service_sidebar_social{
	margin: 15px 20px 15px 20px;
	padding: 0px;
}
.service_sidebar_social a {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
	transition: all linear 300ms;
	text-align: center;
}

.service_sidebar_social a:hover {
  color: #fff;
}
.service_sidebar_social a i{
    width: 40px;
    height: 40px;
    background: #088e71;
    border-radius: 30px;
    line-height: 40px;
    font-size: 20px;
}
.conferences_page_css{
	margin:0px;
	padding:30px 0px 0px 0px;
}

/* ==========================================================
   START: Premium Footer
   Stable link dimensions prevent long conference titles from
   reflowing when their hover treatment is activated.
   ========================================================== */

.footer-section--premium {
	position: relative;
	padding: 72px 0 48px;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 15%, rgba(11, 181, 216, 0.17), transparent 24%),
		radial-gradient(circle at 88% 90%, rgba(3, 61, 138, 0.42), transparent 31%),
		linear-gradient(135deg, #00124d 0%, #020240 100%);
	border-top: 4px solid #0bb5d8;
	isolation: isolate;
}

.footer-section--premium::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.footer-premium-grid {
	display: grid;
	grid-template-columns: minmax(245px, 1.3fr) minmax(145px, 0.72fr) minmax(185px, 0.9fr) minmax(205px, 1fr) minmax(205px, 1fr);
	grid-auto-rows: max-content;
	gap: clamp(25px, 3vw, 44px);
	align-items: start;
	align-content: start;
}

.footer-section--premium .footer-widget {
	min-width: 0;
	margin: 0;
}

.footer-section--premium .footer-widget p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, 0.78);
	font: 450 14px/1.7 "Inter", sans-serif;
}

.footer-section--premium .footer-logo-link {
	margin-bottom: 20px;
	transition: opacity 180ms ease, transform 180ms ease;
}

.footer-section--premium .footer-logo-link:hover,
.footer-section--premium .footer-logo-link:focus-visible {
	opacity: 0.92;
	transform: translateY(-2px);
}

.footer-section--premium .footer-widget .footer-heading {
	position: relative;
	margin: 5px 0 23px;
	padding: 0 0 14px;
	color: #ffffff;
	font: 740 21px/1.25 "Playfair Display", serif;
	letter-spacing: -0.01em;
}

.footer-section--premium .footer-widget .footer-heading::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58px;
	height: 3px;
	background: linear-gradient(90deg, #0bb5d8, #2ce3fa);
	border-radius: 999px;
	content: "";
}

.footer-premium-action {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	padding: 11px 17px;
	color: #00124d;
	background: linear-gradient(100deg, #19c6e7, #68e9f7);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	box-shadow: 0 9px 24px rgba(0, 0, 34, 0.24);
	font: 800 12px/1 "Inter", sans-serif;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.footer-premium-action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 180ms ease;
}

.footer-premium-action:hover,
.footer-premium-action:focus-visible {
	color: #ffffff;
	background: #033d8a;
	box-shadow: 0 12px 28px rgba(0, 0, 34, 0.32);
	transform: translateY(-2px);
}

.footer-premium-action:hover svg,
.footer-premium-action:focus-visible svg {
	transform: translateX(3px);
}

.footer-premium-socials {
	display: flex;
	gap: 8px;
	margin-top: 22px !important;
}

.footer-section--premium .footer-premium-socials a {
	margin: 0;
}

.footer-section--premium .footer-premium-socials .footer-social-icon {
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.095);
	border: 1px solid rgba(255, 255, 255, 0.19);
	box-shadow: 0 8px 20px rgba(0, 0, 35, 0.22);
}

.footer-section--premium .footer-premium-socials a:hover .footer-social-icon,
.footer-section--premium .footer-premium-socials a:focus-visible .footer-social-icon {
	background: #0bb5d8;
	border-color: #0bb5d8;
	box-shadow: 0 10px 24px rgba(11, 181, 216, 0.25);
	transform: translateY(-3px);
}

.footer-section--premium .footer-link-list,
.footer-section--premium .footer-post-list,
.footer-section--premium .footer-contact-list {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-section--premium .footer-link-list li,
.footer-section--premium .footer-post-list li,
.footer-section--premium .footer-contact-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-section--premium .footer-widget .footer-link-list a {
	position: relative;
	display: block;
	width: 100%;
	padding: 7px 0 7px 21px;
	color: rgba(255, 255, 255, 0.84);
	font: 620 13px/1.45 "Inter", sans-serif;
	text-decoration: none;
	transform: translateX(0);
	transition: color 180ms ease, transform 180ms ease;
}

.footer-section--premium .footer-widget .footer-link-list a::before {
	position: absolute;
	top: 12px;
	left: 2px;
	display: block;
	width: 7px;
	height: 7px;
	background: transparent;
	border-top: 2px solid #0bb5d8;
	border-right: 2px solid #0bb5d8;
	border-radius: 0;
	content: "";
	transform: rotate(45deg);
	transition: border-color 180ms ease;
}

.footer-section--premium .footer-widget .footer-link-list a:hover,
.footer-section--premium .footer-widget .footer-link-list a:focus-visible {
	padding: 7px 0 7px 21px;
	color: #38dbf2;
	transform: translateX(4px);
}

.footer-section--premium .footer-widget .footer-link-list a:hover::before,
.footer-section--premium .footer-widget .footer-link-list a:focus-visible::before {
	background: transparent;
	border-color: #ffffff;
}

.footer-section--premium .footer-post-list {
	gap: 10px;
}

.footer-section--premium .footer-widget .footer-post-list a {
	position: relative;
	display: block;
	padding: 11px 12px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.095);
	border-radius: 10px;
	font: 650 13px/1.36 "Inter", sans-serif;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-section--premium .footer-widget .footer-post-list a::before {
	display: none;
}

.footer-section--premium .footer-widget .footer-post-list a:hover,
.footer-section--premium .footer-widget .footer-post-list a:focus-visible {
	padding: 11px 12px;
	color: #ffffff;
	background: rgba(11, 181, 216, 0.15);
	border-color: rgba(46, 216, 243, 0.45);
	transform: translateY(-2px);
}

.footer-post-list span {
	display: block;
}

.footer-post-list time {
	display: block;
	margin-top: 5px;
	color: #38dbf2;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.footer-section--premium .footer-empty-posts {
	padding: 14px;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.095);
	border-radius: 10px;
}

.footer-section--premium .footer-contact-list {
	gap: 14px;
}

.footer-section--premium .footer-contact-list li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.footer-contact-list__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #ffffff;
	background: rgba(11, 181, 216, 0.16);
	border: 1px solid rgba(46, 216, 243, 0.28);
	border-radius: 10px;
	transition: background-color 180ms ease, transform 180ms ease;
}

.footer-contact-list__icon .footer-contact-icon {
	width: 17px;
	height: 17px;
}

.footer-section--premium .footer-widget .footer-contact-list a {
	display: block;
	min-width: 0;
	padding: 5px 0;
	color: rgba(255, 255, 255, 0.84);
	font: 580 13px/1.45 "Inter", sans-serif;
	overflow-wrap: anywhere;
	text-decoration: none;
	transition: color 180ms ease;
}

.footer-section--premium .footer-widget .footer-contact-list a::before {
	display: none;
}

.footer-section--premium .footer-widget .footer-contact-list a:hover,
.footer-section--premium .footer-widget .footer-contact-list a:focus-visible {
	padding: 5px 0;
	color: #38dbf2;
}

.footer-section--premium .footer-contact-list li:hover .footer-contact-list__icon {
	background: #0bb5d8;
	transform: translateY(-2px);
}

.footer-bottom-outer--premium .footer-bottom {
	padding: 18px 0;
	background: #01012f;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom__inner {
	display: flex;
	gap: 22px;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom-outer--premium .copyright p {
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 13px !important;
}

.mds-premium-credit {
	position: relative;
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 9px 13px;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(46, 216, 243, 0.2);
	border-radius: 999px;
	font: 550 11px/1 "Inter", sans-serif;
	letter-spacing: 0.025em;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.mds-premium-credit::before {
	position: absolute;
	top: -100%;
	left: -45%;
	width: 30%;
	height: 300%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	content: "";
	transform: rotate(20deg);
	transition: left 450ms ease;
}

.mds-premium-credit strong {
	color: #38dbf2;
	font-weight: 750;
}

.mds-premium-credit svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: #38dbf2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.mds-premium-credit:hover,
.mds-premium-credit:focus-visible {
	color: #ffffff;
	background: rgba(11, 181, 216, 0.13);
	border-color: rgba(46, 216, 243, 0.54);
	transform: translateY(-2px);
}

.mds-premium-credit:hover::before,
.mds-premium-credit:focus-visible::before {
	left: 120%;
}

@media (max-width: 1199.98px) {
	.footer-premium-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.footer-widget--brand {
		grid-column: span 1;
	}
}

@media (max-width: 767.98px) {
	.footer-section--premium {
		padding: 54px 0 38px;
	}

	.footer-premium-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: max-content;
		gap: 28px;
		align-content: start;
	}

	.footer-section--premium .footer-widget--brand {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		align-self: start;
		height: auto !important;
		min-height: 0 !important;
		padding-bottom: 0;
	}

	.footer-section--premium .footer-premium-socials {
		margin-top: 0 !important;
		padding-top: 22px;
	}

	.footer-bottom__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.footer-section--premium a,
	.footer-section--premium a::before,
	.footer-section--premium svg,
	.footer-bottom-outer--premium a,
	.footer-bottom-outer--premium a::before {
		transition: none;
	}
}

/* ==========================================================
   END: Premium Footer
   ========================================================== */

/* ==========================================================
   COMBINED THEME CSS: Content and WPBakery
   ========================================================== */

/* =========================================================
   START: LOCAL THEME FONTS
   ========================================================= */

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("assets/fonts/inter-latin-variable.woff2") format("woff2");
}

@font-face {
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url("assets/fonts/playfair-display-latin-variable.woff2") format("woff2");
}

/* =========================================================
   END: LOCAL THEME FONTS
   ========================================================= */

/* =========================================================
   START: GLOBAL BODY TYPOGRAPHY
   ========================================================= */

html,
body,
button,
input,
select,
textarea {
    font-family: "Inter", sans-serif;
}

body {
    color: #2c2825;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Apply full paragraph defaults only to plain paragraphs.
 * Paragraphs with component classes keep their own styles.
 */
:where(p:not([class])) {
    margin-top: 0;
    margin-bottom: 30px;
    color: #2c2825;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

/* =========================================================
   END: GLOBAL BODY TYPOGRAPHY
   ========================================================= */

/* =========================================================
   START: GLOBAL PLAIN HEADING TYPOGRAPHY
   ========================================================= */

:where(
    h1:not([class]),
    h2:not([class]),
    h3:not([class]),
    h4:not([class]),
    h5:not([class]),
    h6:not([class])
) {
    margin-top: 0;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #000058;
    position: relative;
}



/* =========================================================
   END: GLOBAL PLAIN HEADING TYPOGRAPHY
   ========================================================= */


/* =========================================================
   START: GLOBAL LINK STYLES
   ========================================================= */

a {
    color: #0c92de;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}

a:hover,
a:focus-visible {
    color: #000058;
    text-decoration-color: currentColor;
}

p a,
li a,
.wpb_text_column a {
    font-weight: 600;
}

/* =========================================================
   END: GLOBAL LINK STYLES
   ========================================================= */


/* =========================================================
   START: GLOBAL FORM FIELD STYLES
   ========================================================= */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
    width: 100%;
    max-width: 100%;
    padding: 13px 15px;
    border: 1px solid #cbd5df;
    border-radius: 6px;
    background: #ffffff;
    color: #2c2825;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #0c92de;
    box-shadow: 0 0 0 3px rgba(12, 146, 222, 0.16);
}

/* =========================================================
   END: GLOBAL FORM FIELD STYLES
   ========================================================= */


/* =========================================================
   START: GLOBAL BUTTON STYLES
   ========================================================= */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 24px;
    border: 1px solid #000058;
    border-radius: 6px;
    background: #000058;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 88, 0.14);
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

button:hover,
button:focus-visible,
input[type="button"]:hover,
input[type="button"]:focus-visible,
input[type="reset"]:hover,
input[type="reset"]:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
.button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
    border-color: #0c92de;
    background: #0c92de;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(12, 146, 222, 0.22);
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.wp-block-button__link:active {
    transform: translateY(0);
}

/* =========================================================
   END: GLOBAL BUTTON STYLES
   ========================================================= */

/* =========================================================
   START: GLOBAL CONTENT ELEMENT DEFAULTS
   Extracted from Neve parent-theme CSS
   ========================================================= */


/* =========================================================
   LISTS
   ========================================================= */

ol,
ul {
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-top: 10px;
}

/*
 * Preserve unstyled navigation and component lists.
 */
nav ul,
nav ol,
.menu,
.sub-menu,
.footer_social_links,
.social_media_links ul,
.short_contact_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li,
.menu li,
.sub-menu li,
.footer_social_links li,
.social_media_links li,
.short_contact_list li {
    margin-top: 0;
}


/* =========================================================
   RESPONSIVE IMAGES AND EMBEDDED MEDIA
   ========================================================= */

audio,
embed,
img,
object,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    max-width: 100%;
    border: 0;
}


/* =========================================================
   TABLES
   ========================================================= */

table {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    word-break: initial;
}

th,
td {
    padding: 20px;
    text-align: left;
}

th {
    padding-bottom: 10px;
}

td {
    border-bottom: 2px solid #2c2825;
    font-size: 0.9em;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* =========================================================
   BLOCKQUOTES
   ========================================================= */

blockquote {
    margin: 40px 0;
    padding: 0 0 0 20px;
    border: solid #2c2825;
    border-width: 0 0 0 4px;
}

blockquote p {
    margin-bottom: 10px;
    font-size: 1.25em;
    font-style: italic;
}

blockquote cite {
    font-size: 0.9em;
    font-style: normal;
    font-weight: 600;
}

blockquote.has-text-align-center {
    padding: 0;
    border: 0;
}

blockquote.has-text-align-right {
    padding: 0 20px 0 0;
    border-width: 0 4px 0 0;
}

blockquote.is-style-plain {
    padding: 0;
    border: 0;
}


/* =========================================================
   FIGURES AND CAPTIONS
   ========================================================= */

figure {
    max-width: 100%;
}

figcaption {
    font-size: 0.9em;
    opacity: 0.75;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.screen-reader-text {
    position: absolute;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    overflow: visible;
    clip: auto;
    background: #ffffff;
    color: #2c2825;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}

.show-on-focus {
    position: absolute;
    top: 32px;
    width: 1px;
    height: 1px;
    padding: 10px 15px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    background: #ffffff;
}

.show-on-focus:focus {
    z-index: 999999;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #0c92de;
    outline-offset: 3px;
}


/* =========================================================
   HORIZONTAL RULE
   ========================================================= */

hr {
    display: inline-block;
    width: 100%;
    height: 0;
    margin: 10px 0 20px;
    border: 0;
    border-top: 2px solid currentColor;
    color: inherit;
}


/* =========================================================
   END: GLOBAL CONTENT ELEMENT DEFAULTS
   ========================================================= */

/* =========================================================
   START: STANDALONE THEME STRUCTURE
   ========================================================= */

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #ffffff;
}

.site-main,
.front-page-content,
.entry-content {
    width: 100%;
    max-width: 100%;
}

.front-page-content,
.entry-content {
    clear: both;
}

/*
 * WPBakery applies negative side margins to every .vc_row. When a homepage
 * row also uses Bootstrap's .container class, that later rule cancels the
 * container's automatic centering and leaves the section against the left
 * edge on wide screens.
 */
.front-page-content,
.front-page-content > .wpb-content-wrapper {
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.front-page-content > .wpb-content-wrapper {
    width: 100%;
    max-width: 100%;
}

.front-page-content .vc_row.container {
    margin-right: auto !important;
    margin-left: auto !important;
}

.front-page-content::after,
.entry-content::after {
    display: table;
    clear: both;
    content: "";
}

.top-margin {
    display: block;
    width: 100%;
    height: 170px;
    min-height: 1px;
    pointer-events: none;
}

.float-right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.logo a,
.custom-logo-link {
    display: inline-block;
    line-height: 0;
}

.logo img,
.custom-logo {
    display: block;
    width: 270px;
    max-width: 100%;
    height: auto;
}

.footer-section .footer-widget .footer-heading {
    font-size: 20px;
    line-height: 1.35;
}

.footer-section .footer-widget ul {
    padding-left: 0;
    list-style: none;
}

.registration-password-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
    padding: 24px 0;
}

.registration-password-message {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.registration-password-access {
    min-width: min(100%, 260px);
    text-align: right;
}

.registration-password-access summary {
    display: inline-block;
    color: #000058;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid currentColor;
}

.registration-password-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 16px;
}

.registration-password-fields label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.registration-password-fields input[type="password"] {
    min-width: 0;
    margin: 0;
}

.registration-password-fields input[type="submit"] {
    white-space: nowrap;
}

.mds-system-message {
    min-height: 280px;
    padding: 60px 0;
    text-align: center;
}

.mds-inline-button {
    display: inline-flex;
    width: auto;
}

@media (max-width: 991.98px) {
    .top-margin {
        height: 102px;
    }

}

@media (max-width: 767.98px) {

    .registration-password-wrap {
        flex-direction: column;
    }

    .registration-password-access {
        width: 100%;
        text-align: left;
    }

    .registration-password-fields {
        grid-template-columns: 1fr;
    }

    .logo img,
    .custom-logo {
        width: 235px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

/* =========================================================
   END: STANDALONE THEME STRUCTURE
   ========================================================= */

/* ==========================================================
   START: WPBakery Active Tab Line Fix
   ========================================================== */

/* The oval itself receives the blue border. */
.vc_tta-tab.vc_active,
.vc_tta-tab:hover {
	background: #003399 !important;
	color: #ffffff !important;
	border-color: #003399 !important;
}

/* The inner link must not receive the full-width line. */
.vc_tta-tab.vc_active a,
.vc_tta-tab:hover a {
	background: #003399 !important;
	color: #ffffff !important;
	border: 0 !important;
}

/* Disable WPBakery's 100vw connecting lines. */
.vc_tta.vc_general .vc_tta-tab.vc_active a::before,
.vc_tta.vc_general .vc_tta-tab.vc_active a::after {
	content: none !important;
	display: none !important;
	border: 0 !important;
}

/* ==========================================================
   END: WPBakery Active Tab Line Fix
   ========================================================== */

/* ==========================================================
   START: Keep WPBakery Tab Size Consistent
   ========================================================== */

.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab {
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab a,
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab.vc_active a,
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab:hover a {
	border: 1px solid transparent !important;
	box-sizing: border-box !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.4em !important;
}

/* ==========================================================
   END: Keep WPBakery Tab Size Consistent
   ========================================================== */

/* ==========================================================
   START: Conference Image Row Stability
   Keeps raw images, linked images, figures, and WPBakery image
   columns in three columns through tablet widths.
   ========================================================== */

.mds-conference-media-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: start;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mds-conference-media-grid:is(ul, ol) {
	padding: 0 !important;
	list-style: none !important;
}

.mds-conference-media-grid > :not(.mds-conference-media-grid__item) {
	grid-column: 1 / -1;
}

.mds-conference-media-grid > br {
	display: none !important;
}

.mds-conference-media-grid > .mds-conference-media-grid__item {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: block !important;
	grid-column: auto !important;
	width: 100% !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: auto !important;
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	float: none !important;
	align-self: start !important;
	transform: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.mds-conference-media-grid__item .wpb_single_image,
.mds-conference-media-grid__item .wpb_content_element,
.mds-conference-media-grid__item > a,
.mds-conference-media-grid__item picture,
.mds-conference-media-grid__item figure,
.mds-conference-media-grid__item .wpb_wrapper,
.mds-conference-media-grid__item .vc_column-inner,
.mds-conference-media-grid__item .vc_single_image-wrapper,
.mds-conference-media-grid__item .vc_figure {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: auto !important;
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

/* WPBakery image effects and lazy-load placeholders use pseudo-elements.
   Disable them inside these image-only rows so they cannot create an empty
   gray card or artificial shadow beneath an otherwise normal image. */
.mds-conference-media-grid__item::before,
.mds-conference-media-grid__item::after,
.mds-conference-media-grid__item *::before,
.mds-conference-media-grid__item *::after {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.mds-conference-media-grid__item img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	margin: 0 !important;
	aspect-ratio: 5 / 3;
	object-fit: cover;
	border-radius: 18px !important;
	box-shadow: none !important;
	vertical-align: middle !important;
}

/* The conference pages contain legacy page-level gallery CSS that fixes every
   .gallery-icon at 220px tall and paints the unused space gray. Override that
   page rule directly so each wrapper ends at the bottom of its image. */
.vc_tta-panel-body .gallery .gallery-icon,
.mds-conference-media-grid .gallery-icon {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
}

.vc_tta-panel-body .gallery .gallery-icon > a,
.mds-conference-media-grid .gallery-icon > a {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

@media (max-width: 767.98px) {
	.mds-conference-media-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}

/* ==========================================================
   END: Conference Image Row Stability
   ========================================================== */

/* ==========================================================
   START: WPBakery 9 Past Conference Card Spacing
   WPBakery 9 resets the content-element margin inside flex
   rows. Keep the existing card dimensions and restore only the
   vertical row gap on the homepage and Past Conferences page.
   ========================================================== */

.past_conferences .past_conferences_box,
.past_conferences_box {
	margin-bottom: 30px !important;
}

/* ==========================================================
   END: WPBakery 9 Past Conference Card Spacing
   ========================================================== */

/* ==========================================================
   COMBINED THEME CSS: Navigation
   ========================================================== */

/* ============================================================
   MDS VANILLA PRIMARY MENU
   Reuses the existing Radiology header/menu structure.
   Loaded for the Radiology production header/menu.
   ============================================================ */

body header .header-area .site-nav {
	position: relative;
}

body header .header-area .site-nav ul,
body header .header-area .site-nav li {
	list-style: none;
}

body header .header-area .nav-toggle,
body header .header-area .submenu-toggle {
	display: none;
}

body header .header-area {
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 100;
	position: absolute;
}

@media (min-width: 992px) {
	body header .header-area .header-top_area .row {
		align-items: center;
		flex-wrap: nowrap;
	}

	body header .header-area .header-top_area .short_contact_list {
		display: flex;
		justify-content: flex-end;
		text-align: right !important;
	}

	body header .header-area .header-top_area .short_contact_list ul {
		width: auto;
	}

	body header .header-area .header-top_area .short_contact_list ul li a {
		display: inline-flex;
		align-items: center;
		margin-right: 0;
	}

	body header .header-area .header-top_area .short_contact_list span.header_icon {
		flex: 0 0 35px;
		float: none;
	}

	body header .header-area .header-top_area .short_contact_list span.text {
		width: auto;
		float: none;
		text-align: left;
	}

	body header .header-area .header-top_area .social_media_links {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		float: none !important;
	}

	body header .header-area .header-top_area .social_media_links a:last-child {
		margin-right: 0;
	}

	body header .header-area .main-menu .site-nav > .primary-menu > li > a {
		transition: color 0.2s ease, background-color 0.2s ease;
	}

	body header .header-area .main-menu .site-nav > .primary-menu > li:hover > a,
	body header .header-area .main-menu .site-nav > .primary-menu > li:focus-within > a,
	body header .header-area .main-menu .site-nav > .primary-menu > li.current-menu-item > a,
	body header .header-area .main-menu .site-nav > .primary-menu > li.current-menu-parent > a,
	body header .header-area .main-menu .site-nav > .primary-menu > li.current-menu-ancestor > a,
	body header .header-area .main-menu .site-nav > .primary-menu > li.current_page_parent > a,
	body header .header-area .main-menu .site-nav > .primary-menu > li.current_page_ancestor > a {
		color: #56d9f2;
	}

	body header .header-area .main-menu .site-nav > .primary-menu {
		display: inline-block;
	}

	body header .header-area .main-menu .site-nav > .primary-menu > li {
		display: inline-block;
		position: relative;
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		margin-left: 9px;
		vertical-align: 3px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children:hover > a::after,
	body header .header-area .main-menu .site-nav li.menu-item-has-children:focus-within > a::after {
		transform: rotate(225deg);
		vertical-align: -1px;
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu {
		left: 50%;
		right: auto;
		width: min(430px, calc(100vw - 32px));
		min-width: 0;
		max-width: 430px;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		background: #ffffff;
		background-image: none;
		border: 1px solid rgba(4, 22, 79, 0.1);
		border-top: 3px solid #12c2e8;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 22px 50px rgba(2, 12, 45, 0.18);
		overflow: hidden;
		transform: translateX(-50%);
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(4, 22, 79, 0.06);
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li:last-child {
		border-bottom: 0;
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li > a {
		display: block;
		width: 100%;
		margin: 0;
		padding: 15px 18px;
		box-sizing: border-box;
		color: #17284a;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.4;
		text-align: left;
		text-decoration: none;
		background: transparent;
		border-radius: 8px;
	}

	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li > a:hover,
	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li > a:focus,
	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li.current-menu-item > a,
	body header .header-area .main-menu .site-nav li.menu-item-has-children > .sub-menu > li.current_page_item > a {
		color: #007fae;
		background: rgba(18, 194, 232, 0.09);
	}

	body header .header-area .main-header-area.sticky .header-top_area {
		padding: 0;
		transition: padding 0.4s ease-in-out;
	}

	body header .header-area .main-header-area.sticky .logo img,
	body header .header-area .main-header-area.sticky .custom-logo {
		width: 125px;
		height: auto;
		transition: width 0.4s ease-in-out;
	}

	body header .header-area .main-header-area.sticky .main-menu {
		margin-bottom: -22px;
		padding: 10px 0;
		transition: padding 0.4s ease-in-out, margin-bottom 0.4s ease-in-out;
	}
}

@media (min-width: 1600px) {
	body header .header-area .container {
		max-width: 1600px;
	}

	body header .header-area .main-menu .site-nav > .primary-menu > li > a {
		margin-right: 20px;
		margin-left: 20px;
		font-size: 18px;
	}
}

@media (max-width: 991.98px) {
	body.home main#main-content .about_outer:first-of-type {
		padding-bottom: 0;
	}

	body header .header-area .main-header-area.sticky {
		top: 0;
		transform: none;
		transition: box-shadow 0.25s ease, background-color 0.25s ease;
	}

	body header .header-area .main-header-area.sticky .header-top_area {
		padding: 0;
	}

	body header .header-area .main-header-area.sticky .logo {
		padding: 6px 0;
	}

	body header .header-area .main-header-area.sticky .logo img,
	body header .header-area .main-header-area.sticky .custom-logo {
		width: 145px;
		height: auto;
		transition: width 0.25s ease;
	}

	body header .header-area .site-nav,
	body header .header-area .site-nav * {
		box-sizing: border-box;
	}

	body header .header-area .main-menu {
		position: relative;
		min-height: 0;
		padding: 0;
		background: transparent;
		text-align: left;
	}

	body header .header-area .main-header-area .main-menu {
		min-height: 0;
		padding: 0;
		background: transparent;
	}

	body header .header-area .menu_outer,
	body header .header-area .mobile_menu {
		min-height: 0;
		margin: 0;
		padding: 0;
		background: transparent;
	}

	body header .header-area .mobile_menu {
		display: none !important;
	}

	body header .header-area .site-nav ul,
	body header .header-area .site-nav li {
		margin: 0;
		padding: 0;
	}

	body header .header-area .site-nav a {
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
	}

	body header .header-area .site-nav > .nav-toggle {
		position: absolute;
		top: -90px;
		right: max(18px, env(safe-area-inset-right));
		z-index: 10002;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 54px;
		height: 54px;
		margin: 0;
		padding: 0;
		color: #ffffff;
		background: linear-gradient(145deg, #0b73ad, #06457e);
		border: 1px solid rgba(255, 255, 255, 0.25);
		border-radius: 8px;
		box-shadow: 0 12px 28px rgba(3, 22, 65, 0.22);
		cursor: pointer;
	}

	body header .header-area .nav-toggle-icon,
	body header .header-area .nav-toggle-icon::before,
	body header .header-area .nav-toggle-icon::after {
		display: block;
		width: 27px;
		height: 3px;
		background: currentColor;
		border-radius: 999px;
		content: "";
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	body header .header-area .nav-toggle-icon {
		position: relative;
	}

	body header .header-area .nav-toggle-icon::before,
	body header .header-area .nav-toggle-icon::after {
		position: absolute;
		left: 0;
	}

	body header .header-area .nav-toggle-icon::before {
		top: -8.5px;
	}

	body header .header-area .nav-toggle-icon::after {
		top: 8.5px;
	}

	body header .header-area .nav-toggle[aria-expanded="true"] .nav-toggle-icon {
		background: transparent;
	}

	body header .header-area .nav-toggle[aria-expanded="true"] .nav-toggle-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	body header .header-area .nav-toggle[aria-expanded="true"] .nav-toggle-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	body header .main-header-area.sticky .site-nav > .nav-toggle {
		position: fixed;
		top: 10px;
		right: max(18px, env(safe-area-inset-right));
		width: 44px;
		height: 44px;
		transform: none;
		pointer-events: auto;
	}

	body header:not(.menu-is-open) .main-header-area.sticky .menu_outer,
	body header:not(.menu-is-open) .main-header-area.sticky .main-menu,
	body header:not(.menu-is-open) .main-header-area.sticky .site-nav {
		height: 0;
		min-height: 0;
		background: transparent;
		overflow: visible;
	}

	body header .header-area #primary-menu.primary-menu {
		display: none;
		position: fixed;
		top: var(--mds-menu-panel-top, 0);
		right: 16px;
		left: 16px;
		z-index: 10001;
		width: auto;
		max-width: 960px;
		max-height: var(--mds-menu-available-height, calc(100svh - var(--mds-menu-panel-top, 0px)));
		margin: 0 auto;
		padding: 10px 16px 12px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		background: linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
		border-top: 4px solid #0bb5d8;
		border-radius: 14px;
		box-shadow: 0 18px 44px rgba(2, 12, 45, 0.16), 0 6px 16px rgba(2, 12, 45, 0.08);
		text-align: left;
		-webkit-overflow-scrolling: touch;
	}

	body header .header-area .site-nav.is-open #primary-menu.primary-menu {
		display: block;
	}

	body header .header-area #primary-menu li {
		position: relative;
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(4, 22, 79, 0.07);
	}

	body header .header-area #primary-menu li:last-child {
		border-bottom: 0;
	}

	body header .header-area #primary-menu a {
		display: block;
		min-height: 54px;
		padding: 12px 52px 12px 18px;
		color: #071a52;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3;
		text-align: left !important;
		text-decoration: none;
		text-transform: none !important;
		background-image: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		transform: none !important;
		border-radius: 9px;
	}

	body header .header-area #primary-menu a:hover,
	body header .header-area #primary-menu a:focus,
	body header .header-area #primary-menu a:active,
	body header .header-area #primary-menu li.current-menu-item > a,
	body header .header-area #primary-menu li.current-menu-parent > a,
	body header .header-area #primary-menu li.current-menu-ancestor > a,
	body header .header-area #primary-menu li.current_page_item > a,
	body header .header-area #primary-menu li.current_page_parent > a,
	body header .header-area #primary-menu li.current_page_ancestor > a {
		color: #007fad;
		text-decoration: none !important;
		background: rgba(11, 181, 216, 0.08);
		background-image: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		transform: none !important;
	}

	body header .header-area #primary-menu > li > a::before,
	body header .header-area #primary-menu > li > a::after {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
		content: none !important;
	}

	body header .header-area #primary-menu .sub-menu {
		display: none;
		position: static;
		top: auto;
		width: auto;
		min-width: 0;
		margin: 8px 16px 14px;
		padding: 6px 10px;
		background: rgba(7, 26, 82, 0.035);
		border: 1px solid rgba(4, 22, 79, 0.08);
		border-top: 3px solid #0bb5d8;
		border-radius: 12px;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		text-align: left;
		transition: none;
	}

	body header .header-area #primary-menu .menu-item-open > .sub-menu {
		display: block;
		height: auto;
		max-height: none;
		overflow: visible;
		transform: none;
		clip-path: none;
		opacity: 1;
		visibility: visible;
	}

	body header .header-area #primary-menu .sub-menu li {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		float: none;
		border-bottom: 1px solid rgba(4, 22, 79, 0.065);
	}

	body header .header-area #primary-menu .sub-menu li:last-child {
		border-bottom: 0;
	}

	body header .header-area #primary-menu .sub-menu a {
		position: relative;
		min-height: 0;
		padding: 11px 12px 11px 30px;
		color: #263858;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.35;
		text-align: left !important;
		text-decoration: none;
		text-transform: none !important;
		background-image: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		transform: none !important;
	}

	body header .header-area #primary-menu .sub-menu a:hover,
	body header .header-area #primary-menu .sub-menu a:focus,
	body header .header-area #primary-menu .sub-menu a:active {
		color: #007fad;
		text-decoration: none !important;
		background: rgba(11, 181, 216, 0.08);
		background-image: none !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		transform: none !important;
	}

	body header .header-area #primary-menu .sub-menu a::before {
		position: absolute;
		top: 50%;
		left: 13px;
		width: 7px;
		height: 7px;
		background: #0bb5d8;
		border-radius: 50%;
		content: "";
		transform: translateY(-50%);
	}

	body header .header-area #primary-menu .submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 54px;
		margin: 0;
		padding: 0;
		color: transparent;
		font-size: 0;
		line-height: 0;
		background: transparent;
		border: 0;
		cursor: pointer;
	}

	body header .header-area #primary-menu .submenu-toggle::before {
		display: block;
		width: 10px;
		height: 10px;
		border-right: 3px solid #0bb5d8;
		border-bottom: 3px solid #0bb5d8;
		content: "";
		transform: rotate(45deg);
		transition: transform 0.2s ease;
	}

	body header .header-area #primary-menu .menu-item-open > .submenu-toggle::before {
		transform: rotate(225deg);
	}

	body header .header-area #primary-menu a:focus-visible,
	body header .header-area #primary-menu button:focus-visible,
	body header .header-area .nav-toggle:focus-visible {
		outline: 3px solid #0bb5d8;
		outline-offset: 3px;
	}
}

@media (max-width: 575px) {
	body header .header-area .site-nav > .nav-toggle {
		top: -84px;
		right: max(18px, env(safe-area-inset-right));
		width: 50px;
		height: 50px;
	}

	body header .main-header-area.sticky .site-nav > .nav-toggle {
		top: 9px;
		right: max(18px, env(safe-area-inset-right));
		width: 42px;
		height: 42px;
	}

	body header .header-area .main-header-area.sticky .logo img,
	body header .header-area .main-header-area.sticky .custom-logo {
		width: 132px;
	}

	body header .header-area .nav-toggle-icon,
	body header .header-area .nav-toggle-icon::before,
	body header .header-area .nav-toggle-icon::after {
		width: 25px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body header .header-area .nav-toggle-icon,
	body header .header-area .nav-toggle-icon::before,
	body header .header-area .nav-toggle-icon::after,
	body header .header-area #primary-menu .submenu-toggle::before {
		transition: none;
	}
}

/* ============================================================
   WORDPRESS ADMIN BAR OFFSETS
   Keeps the header usable while staff members are signed in.
   ============================================================ */

body.admin-bar header .header-area {
	top: 32px;
}

body.admin-bar header .header-area .main-header-area.sticky {
	top: -38px;
}

@media (max-width: 991.98px) {
	body.admin-bar header .header-area .main-header-area.sticky {
		top: 32px;
	}

	body.admin-bar header .main-header-area.sticky .site-nav > .nav-toggle {
		top: 42px;
	}
}

@media (max-width: 782px) {
	body.admin-bar header .header-area {
		top: 46px;
	}

	body.admin-bar header .header-area .main-header-area.sticky {
		top: 0;
	}

	body.admin-bar header .main-header-area.sticky .site-nav > .nav-toggle {
		top: 9px;
	}
}

/* ==========================================================
   COMBINED THEME CSS: Conference Slider
   ========================================================== */

/* ==========================================================
   START: MDS Lightweight Conference Slider
   ========================================================== */

.mds-conference-slider,
.mds-conference-slider * {
	box-sizing: border-box;
}

.mds-conference-slider {
	position: relative;
	left: 50%;
	isolation: isolate;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 -50vw;
	overflow: hidden;
	color: #ffffff;
	background: #00124d;
}

.mds-conference-slider__viewport {
	position: relative;
	height: clamp(420px, 34vw, 700px);
	overflow: hidden;
}

.mds-conference-slider__slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.8s ease, visibility 0s linear 0.8s;
}

.mds-conference-slider__slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.mds-conference-slider__media,
.mds-conference-slider__media::after,
.mds-conference-slider__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mds-conference-slider__media {
	z-index: -2;
	margin: 0;
}

.mds-conference-slider__media::after {
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 8, 41, 0.12) 0%, rgba(0, 8, 41, 0.35) 58%, rgba(0, 8, 41, 0.58) 100%);
	content: "";
}

.mds-conference-slider__image {
	display: block;
	object-fit: cover;
	object-position: center;
	transform: scale(1.002);
}

.mds-conference-slider__content {
	position: relative;
	z-index: 2;
	width: min(100% - 40px, 1200px);
	margin: 0 auto;
	padding: 48px 20px;
	text-align: center;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.72);
}

.mds-conference-slider__title {
	margin: 0;
	color: #ffffff;
	font-family: "Playfair Display", serif;
	font-size: clamp(54px, 6vw, 112px);
	font-weight: 700;
	line-height: 0.98;
}

.mds-conference-slider__date {
	margin: 14px 0 0;
	color: #ffffff;
	font-size: clamp(18px, 1.6vw, 29px);
	font-weight: 800;
	line-height: 1.25;
}

.mds-conference-slider__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 28px;
	padding: 12px 28px;
	color: #ffffff !important;
	background: #033d8a;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 5px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

a.mds-conference-slider__action:hover,
a.mds-conference-slider__action:focus-visible {
	color: #00124d !important;
	background: #ffffff;
	transform: translateY(-1px);
}

.mds-conference-slider__action--status {
	cursor: default;
}

.mds-conference-slider__controls {
	position: absolute;
	right: 18px;
	bottom: 16px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	background: rgba(0, 18, 77, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	backdrop-filter: blur(6px);
}

.mds-conference-slider__dots {
	display: flex;
	align-items: center;
	gap: 2px;
}

.mds-conference-slider__dot,
.mds-conference-slider__toggle {
	min-height: 0;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	transform: none;
}

.mds-conference-slider__dot {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 50%;
}

.mds-conference-slider__dot::before {
	display: block;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 50%;
	content: "";
	transition: background-color 160ms ease, transform 160ms ease;
}

.mds-conference-slider__dot.is-active,
.mds-conference-slider__dot:hover,
.mds-conference-slider__dot:focus-visible {
	background: transparent;
}

.mds-conference-slider__dot.is-active::before {
	background: #ffffff;
}

.mds-conference-slider__dot:hover::before,
.mds-conference-slider__dot:focus-visible::before {
	transform: scale(1.25);
}

.mds-conference-slider__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 72px;
	height: 48px;
	padding: 0 12px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.mds-conference-slider__toggle:hover,
.mds-conference-slider__toggle:focus-visible {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.18);
	box-shadow: none;
	transform: none;
}

.mds-conference-slider__dot:focus-visible,
.mds-conference-slider__toggle:focus-visible,
.mds-conference-slider__action:focus-visible {
	outline: 3px solid #56d9f2;
	outline-offset: 3px;
}

@media (max-width: 767.98px) {
	.mds-conference-slider__viewport {
		height: 440px;
	}

	.mds-conference-slider__content {
		width: min(100% - 24px, 720px);
		padding: 40px 12px 72px;
	}

	.mds-conference-slider__title {
		font-size: clamp(44px, 14vw, 72px);
	}

	.mds-conference-slider__date {
		font-size: 18px;
	}

	.mds-conference-slider__action {
		margin-top: 24px;
		padding: 11px 20px;
		font-size: 13px;
	}

	.mds-conference-slider__controls {
		right: 50%;
		bottom: 14px;
		transform: translateX(50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mds-conference-slider__slide,
	.mds-conference-slider__action {
		transition: none !important;
	}
}

/* ==========================================================
   END: MDS Lightweight Conference Slider
   ========================================================== */

/* ==========================================================
   COMBINED THEME CSS: Ninja Forms
   ========================================================== */

/* =========================================================
   START: MDS - Lazy Ninja Form Loader
   ========================================================= */

.mds-lazy-ninja-form,
.mds-lazy-ninja-form * {
	box-sizing: border-box;
}

.mds-lazy-ninja-form {
	width: 100%;
	max-width: 100%;
}

.mds-lazy-ninja-form-title {
	margin: 0 0 18px;
}

.mds-lazy-ninja-form-text {
	margin: 0 0 24px;
}

.mds-lazy-ninja-form-frame {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.mds-lazy-ninja-form-placeholder {
	align-items: center;
	background: rgba(255, 255, 255, .45);
	border: 1px solid rgba(0, 37, 44, .08);
	border-radius: 14px;
	display: block;
	justify-content: center;
	padding: clamp(18px, 4vw, 26px);
	text-align: left;
	width: 100%;
}

.mds-lazy-ninja-form.is-loaded .mds-lazy-ninja-form-placeholder {
	display: none;
}

.mds-lazy-ninja-form-loading {
	color: #00252c;
	display: block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 14px;
}

.mds-lazy-ninja-form-iframe {
	border: 0;
	display: block;
	height: 1px;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

html.mds-ninja-form-embed-html,
body.mds-ninja-form-embed {
	background: transparent;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

html.mds-ninja-form-embed-html {
	margin-top: 0 !important;
}

body.mds-ninja-form-embed #wpadminbar {
	display: none !important;
}

body.mds-ninja-form-embed *,
body.mds-ninja-form-embed *::before,
body.mds-ninja-form-embed *::after {
	box-sizing: border-box;
}

body.mds-ninja-form-embed .mds-lazy-ninja-form-embed {
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

body.mds-ninja-form-embed .mds-lazy-ninja-form-embed-inner {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.mds-ninja-form-embed .nf-form-cont,
body.mds-ninja-form-embed .nf-form-wrap,
body.mds-ninja-form-embed .nf-form-layout,
body.mds-ninja-form-embed .nf-form-content {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

body.mds-ninja-form-embed .nf-row,
body.mds-ninja-form-embed .nf-row .nf-cells,
body.mds-ninja-form-embed .nf-cell,
body.mds-ninja-form-embed .nf-field-container,
body.mds-ninja-form-embed .field-wrap,
body.mds-ninja-form-embed .nf-field-element,
body.mds-ninja-form-embed .nf-field-element input,
body.mds-ninja-form-embed .nf-field-element select,
body.mds-ninja-form-embed .nf-field-element textarea {
	max-width: 100%;
}

body.mds-ninja-form-embed .nf-row .nf-cells {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

body.mds-ninja-form-embed .nf-cell {
	min-width: 0;
}

/* =========================================================
   START: MDS - Lazy Ninja Form Loading State
   ========================================================= */

.mds-lazy-ninja-form-skeleton {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.mds-lazy-ninja-form-skeleton span {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .54), rgba(255, 255, 255, 0)),
		linear-gradient(180deg, rgba(255, 255, 255, .74), rgba(255, 255, 255, .58));
	background-size: 220% 100%, 100% 100%;
	border: 1px solid rgba(0, 37, 44, .08);
	border-radius: 10px;
	display: block;
	height: 40px;
	overflow: hidden;
}

.mds-lazy-ninja-form-skeleton__full,
.mds-lazy-ninja-form-skeleton__message {
	grid-column: 1 / -1;
}

.mds-lazy-ninja-form-skeleton__message {
	height: clamp(62px, 14vw, 84px) !important;
}

.mds-lazy-ninja-form.is-loading .mds-lazy-ninja-form-skeleton span {
	animation: mdsLazyNinjaFormShimmer 1.45s ease-in-out infinite;
}

.mds-lazy-ninja-form.has-load-error .mds-lazy-ninja-form-placeholder {
	text-align: center;
}

.mds-lazy-ninja-form-button {
	cursor: pointer;
	margin-top: 12px;
}

@keyframes mdsLazyNinjaFormShimmer {
	0% {
		background-position: 120% 0, 0 0;
		opacity: .82;
	}

	50% {
		opacity: 1;
	}

	100% {
		background-position: -120% 0, 0 0;
		opacity: .82;
	}
}

@media (max-width: 499px) {
	.mds-lazy-ninja-form-skeleton {
		grid-template-columns: 1fr;
	}

	.mds-lazy-ninja-form-placeholder {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mds-lazy-ninja-form.is-loading .mds-lazy-ninja-form-skeleton span {
		animation: none !important;
	}
}

/* =========================================================
   END: MDS - Lazy Ninja Form Loading State
   ========================================================= */

/* =========================================================
   START: MDS - Embedded Ninja Form Control Styling
   ========================================================= */

body.mds-ninja-form-embed .nf-form-cont {
	font-family: inherit;
}

body.mds-ninja-form-embed .nf-form-fields-required {
	display: block !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	color: #59636f !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.4 !important;
}

body.mds-ninja-form-embed .nf-row {
	margin: 0 !important;
}

body.mds-ninja-form-embed .nf-field-container {
	margin-bottom: 7px !important;
	padding-bottom: 0 !important;
}

body.mds-ninja-form-embed .nf-field-label,
body.mds-ninja-form-embed .nf-field-label label {
	color: #00252c !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin-bottom: 4px !important;
}

body.mds-ninja-form-embed .nf-field-element input:not([type="button"]):not([type="submit"]):not([type="reset"]),
body.mds-ninja-form-embed .nf-field-element select,
body.mds-ninja-form-embed .nf-field-element textarea,
body.mds-ninja-form-embed .nf-field-element option,
body.mds-ninja-form-embed .nf-field-element input::placeholder,
body.mds-ninja-form-embed .nf-field-element textarea::placeholder {
	font-family: inherit !important;
}

body.mds-ninja-form-embed .nf-field-element input:not([type="button"]):not([type="submit"]):not([type="reset"]),
body.mds-ninja-form-embed .nf-field-element select,
body.mds-ninja-form-embed .nf-field-element textarea {
	background: #ffffff !important;
	border: 1px solid rgba(0, 37, 44, .18) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #102638 !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	margin: 0 !important;
	max-width: 100% !important;
	padding: 9px 12px !important;
	width: 100% !important;
}

body.mds-ninja-form-embed .nf-field-element input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
body.mds-ninja-form-embed .nf-field-element select:focus,
body.mds-ninja-form-embed .nf-field-element textarea:focus {
	border-color: rgba(12, 146, 222, .72) !important;
	box-shadow: 0 0 0 3px rgba(12, 146, 222, .12) !important;
	outline: 0 !important;
}

body.mds-ninja-form-embed .nf-field-element textarea {
	height: clamp(92px, 18vw, 118px) !important;
	min-height: clamp(92px, 18vw, 118px) !important;
	resize: vertical;
}

body.mds-ninja-form-embed .submit-container,
body.mds-ninja-form-embed .submit-wrap,
body.mds-ninja-form-embed .nf-after-form-content {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 499px) {
	body.mds-ninja-form-embed .nf-field-container {
		margin-bottom: 7px !important;
	}

	body.mds-ninja-form-embed .nf-field-element textarea {
		height: 96px !important;
		min-height: 96px !important;
	}
}

/* =========================================================
   END: MDS - Embedded Ninja Form Control Styling
   ========================================================= */

/* =========================================================
   START: MDS - Embedded Ninja Form Errors
   ========================================================= */

body.mds-ninja-form-embed .nf-error-msg,
body.mds-ninja-form-embed .nf-form-errors,
body.mds-ninja-form-embed .nf-error-field-errors {
	background: transparent !important;
	border: 0 !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

body.mds-ninja-form-embed .nf-error-msg[hidden],
body.mds-ninja-form-embed .nf-form-errors[hidden],
body.mds-ninja-form-embed .nf-error-field-errors[hidden] {
	display: none !important;
}

body.mds-ninja-form-embed .nf-form-errors.mds-has-error-message,
body.mds-ninja-form-embed .nf-field-container .nf-error-msg.mds-has-error-message {
	background: #fff5f5 !important;
	border: 1px solid rgba(164, 31, 36, .28) !important;
	border-radius: 9px !important;
	color: #8a1f24 !important;
	display: block;
	font-family: inherit !important;
	font-size: 13.5px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	margin: 7px 0 0 !important;
	padding: 8px 10px !important;
}

body.mds-ninja-form-embed .ninja-forms-req-symbol {
	color: #8a1f24 !important;
	font-weight: 800 !important;
}

body.mds-ninja-form-embed .nf-response-msg {
	font-family: inherit !important;
	font-size: 14px !important;
	line-height: 1.45 !important;
}

/* =========================================================
   END: MDS - Embedded Ninja Form Errors
   ========================================================= */

/* =========================================================
   START: MDS - Position Visible reCAPTCHA v3 Badge
   ========================================================= */

body.mds-ninja-form-embed .grecaptcha-badge {
    bottom: 50px !important;
    z-index: 1000 !important;
}

/* =========================================================
   END: MDS - Position Visible reCAPTCHA v3 Badge
   ========================================================= */

@media (max-width: 499px) {
	body.mds-ninja-form-embed .nf-row .nf-cells,
	body.mds-ninja-form-embed .nf-cell,
	body.mds-ninja-form-embed .nf-field-container {
		display: block;
		float: none !important;
		width: 100% !important;
	}
}

/* =========================================================
   END: MDS - Lazy Ninja Form Loader
   ========================================================= */

/* =========================================================
   START: MDS - Ninja Forms Required Fields Message
   ========================================================= */

.nf-form-cont .nf-form-fields-required {
	display: block;
	margin: 0 0 14px;
	padding: 0;
	color: #59636f !important;
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

/* =========================================================
   END: MDS - Ninja Forms Required Fields Message
   ========================================================= */

/* =========================================================
   START: MDS - Global WordPress Gallery Height Fix
   Overrides legacy page-level gallery heights and backgrounds.
   ========================================================= */

body .gallery .gallery-icon,
body .vc_tta-panel-body .gallery .gallery-icon {
	height: unset !important;
	background: #ffffff !important;
}

/* =========================================================
   END: MDS - Global WordPress Gallery Height Fix
   ========================================================= */
