/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 12:00:18 */
im/* custom.css */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-variant-numeric: lining-nums proportional-nums;

  }
  
body {
    font-family: 'manrope', sans-serif;
    line-height:26px;
	font-size:16px;
 background: #fff;
	color:#3B4254;
  }
p{
	padding:0px; margin:0px;
}
/*  ssl tag*/
#siteseal{
	display:none;
}
.site-main{
	margin-top:180px;
}

/*  cookies consert*/
.cky-consent-container {
    z-index: 99999999999 !important;
}
.cky-consent-bar{
	background: rgb(9 18 9 / 70%) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.cky-notice .cky-title {
    font-size: 28px !important;
}

/*Video CSS*/
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio (height/width * 100) */
  margin: 20px 0;      /* Outer spacing */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;  /* Optional rounded corners */
  padding: 10px;        /* Inner padding inside iframe */
  box-sizing: border-box;
}
/*Video CSS*/

/* ========== List with custom SVG arrow icons ========== */
.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 !important;
  --accent: #1a73e8;  
  --text: #1f2937;
}

.wp-block-list > li {
  position: relative;
  margin: 0 0 10px 0;
  padding-left:22px; 
  color: var(--text);
}

.wp-block-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
/*transform: translateY(-50%); */
  width: 16px;
  height: 16px;
  background: url("/wp-content/uploads/2025/08/arrow-right-black.svg") no-repeat center center;
  background-size: 10px 10px;
	top: 8px;
}

/*error CSS*/
/* error messages */
.elementor-field-group .elementor-message-danger  {
    position: absolute; /* Keeps the message from affecting other elements */
    margin-top: 80px; /* Adjusts spacing slightly */
}
.elementor-message-danger  {
    font-size: 14px !important;
    color: red !important; /* Ensures visibility */
}
.elementor-field-type-radio .elementor-message-danger {
    position: absolute;
    margin-top: 60px;
}
.elementor-field-group {
    position: relative; /* Ensures absolute positioning works correctly */
}
.elementor-form .elementor-message-success{
	display:none !important;
}
.elementor-field-group-field_5d43a25 .elementor-message-danger{
	 margin-top: 112px;
}
.elementor-form .elementor-message-danger {
    text-align: right;
}
/*Error CSS*/

/*-------------subscription form start--------------*/
.subs_form form{
	display: flex;
  align-items: flex-start;
	border-radius:8px !important;
  overflow:hidden !important;
}
.subs_form .wpforms-field-container {
	flex: 1;
}
.subs_form .wpforms-field-email {
	padding: 0 !important;
}
.subs_form .wpforms-field-container input[type="email"],
.subs_form .wpforms-field-container input[type="email"]:focus,
.subs_form .wpforms-field-container input[type="email"]:focus:invalid{
	border:none;
	box-shadow: none;
  border-radius:0;
	font-family: 'manrope', sans-serif;
	
}
.subs_form #wpforms-216-field_1-error{
	color: #ff4f33 !important;
}
.subs_form .wpforms-field-container input[type="email"]::placeholder{
	color: #0D0C24 !important;
	font-family: 'manrope', sans-serif;
	font-weight: 400;
	opacity: 0.7;
}
.subs_form .wpforms-submit-container{
	margin-top: 0 !important;
}
.subs_form .wpforms-submit-container button,
.rer_demo_form .wpforms-submit-container button{
	border-radius:0 !important;
	background-color: var( --e-global-color-accent ) !important;
	padding: 5px 30px !important;
	height: 43px !important;
	font-weight: 700 !important;
}
.subs_form .wpforms-submit-container button[type="submit"]:focus::after,
.rer_demo_form .wpforms-submit-container button[type="submit"]:focus::after{
	border: none;
	box-shadow: none;
}
.subs_form .wpforms-submit-container button{
	border-radius: 0px 8px 8px 0 !important;
}
.subs_form #wpforms-216-field_1.wpforms-error{
	border-radius: 8px 0px 0px 8px;
}
/*---------new sub form-----------*/
.sub-form .e-form__buttons{
	background-color: var( --e-global-color-accent );
  border-radius: 0px 8px 8px 0;
}
.sub-form .elementor-field-type-email{
	background-color: #fff;
  border-radius: 8px 0px 0px 8px;
}
.sub-form #form-field-email,.sub-form #form-field-email:focus{
	border: none;
	box-shadow: none;
}
.text-light{
	color: #fff !important;
}
/*-------------subscription form end--------------*/
.cus-chart .chart-card{
	padding: 0;
}
.cus-chart .chart-box{
	box-shadow: none;
}
.logo-carousel .elementor-carousel-image{
	background-size: contain;
	filter: grayscale(100%);
	max-height: 65px;
	position: relative;
  top: 25%;
}
.logo-carousel .elementor-carousel-image:hover{
	filter: none;
}

/*Title Divider*/
.title-divider {
  display: flex;
  align-items: center;
  justify-content: start;
  gap:10px; /* space between line and text */
}

.title-divider::before,
.title-divider::after {
 content: "";
  display: inline-block;
  width:40px; /* fixed line width */
  height: 1px;
  background-color: #1BB2C8; /* line color */
}
.title-divider h3{
	margin-bottom:0px;
}

.title-right-divider{
	display: flex;
  align-items: center;
  justify-content: start;

	gap:10px !important;
}
.title-right-divider::after{
	content: "";
  display: inline-block;
  width:40px !important; /* fixed line width */
  height: 1px;
  background-color: #1BB2C8; /* line color */
}
.title-right-divider h3{
	margin-bottom:0px;
}

/*Popup*/

/*Start Big Blue Page*/
.big_blue_img img {
    width: 393px;
    height: 430px;
}
/*Start Big Blue Page*/


/*Who We Are Page*/
.our-goals h3{font-size:24px; color:#0D0C24; font-weight:700; padding:0px; margin:0px;}
/*End Who We Are Page*/

/*Start Career Page portfolio*/
.elementor-icon-list-item .elementor-icon-list-icon {
    padding-right: 2px;
    width: 14px;
}
/*Start Career Page portfolio*/


/*Start Request Demo*/
.demo-matters ol {
  list-style-type: decimal;
  margin-bottom:0px;
}

.demo-matters .answer-list {
  list-style-type: disc;
  margin-left:8px;
  padding-left: 10px;
  margin-bottom:5px;	
}

.demo-matters .answer {
  margin-bottom:0px;
}
ul.answer-list {
    margin: 0px;
}
.demo-matters .answer-list li {
    padding-left: 0;
    text-indent: -0.3em;
}

/*End Request Demo*/

#elementor-popup-modal-1046 .dialog-message {
    width: 450px !important;
    height: 200px !important;
}
#elementor-popup-modal-1046 .dialog-widget-content {
    border-radius: 26px;
    background-color: #fcfcfc;
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #3B4254 !important;
	outline:unset;
}
.elementor-popup-modal .dialog-message {
    width: 350px;
    height: 200px;
}


/*Title Divider End----*/

/*Product Cards design*/
    .product-card-container {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .product-card {
        width: 190px;
        height:210px;
    padding: 10px;
    border-radius: 8px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    /*transition: all 0.5s ease;*/
    padding-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*transition: all 0.5s ease;*/
    padding-left: 30px;
    }

    .product-card::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 0;
      transition: background 0.3s ease;
    }

    .product-card h3 {
      position: relative;
      z-index: 1;
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      color: #0D0C24;
    }

    .product-card .content {
      display: none;
      width: 100%;
      text-align: left;
      margin-top: 10px;
      position: relative;
      z-index: 1;
    }

    .product-card p {
      margin: 0 0 10px;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #3B4254;
      width: 300px;
    }

    .learn-more-link {
  color: #f24e1e !important;
    font-weight: bold !important;
    text-decoration: none;
    font-size: 16px !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.learn-more-link:hover .arrwo {
/*   transform: translate(2px, -2px);
  transition: transform 0.2s ease; */
}

.arrow {
  font-size: 16px;
  line-height: 1;
}
    /* Active class for JS hover effect */
    .product-card.active {
       min-width: 570px;
      text-align: left;
      align-items: flex-start;
    }

    .product-card.active .content {
      display: block;
    }

    .product-card.active h3 {
      text-align: left;
      width: 100%;
    }

    /* Background images */
    .product-card.card1 {
      background-image: url('/wp-content/uploads/2025/04/exposure-calculator.png');
    }

    .product-card.card1.active {
      background-image: url('/wp-content/uploads/2025/04/exposure_calculator_img.png');
    }

  .product-card.card2 {
      background-image: url('/wp-content/uploads/2025/04/navel.png');
    }

    .product-card.card2.active {
      background-image: url('/wp-content/uploads/2025/04/navel_card_img.png');
    }

    .product-card.card3 {
      background-image: url('/wp-content/uploads/2025/04/ask-bobbi.png');
    }

    .product-card.card3.active {
      background-image: url('/wp-content/uploads/2025/04/bobi_bg_img.png');
    }

    .product-card.card4 {
      background-image: url('/wp-content/uploads/2025/05/big-blue-thumb.png');
	}
    
     .product-card.card4.active {
      background-image: url('/wp-content/uploads/2025/04/big_blue_card_img.png');
    }

/*Leader Board*/
.leader-board .elementor-element-3f93987{
	background:#fff;
}
.leader-board .elementor-element-2211383 h2 {
    font-weight: 400;
}
/*Video Resposnive*/
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 38.25%; /* 16:9 ratio (default YouTube) */
    overflow: hidden;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*Video Resposnive*/

/* Responsive */
@media (min-width:1280px){
	.custom__video{
		width:50% !important;
		margin: 0px auto;
        margin-bottom: 20px;
	}
}
@media (max-width: 1024px) {
      .product-card {
        width: 100%;
        max-width:570px;
      }

      .product-card.active {
        width: 100%;
        height:210px;
      }

      .product-card p {
        width:60%;
      }

      .product-card-container {
        flex-direction: column;
        align-items: center;
      }

    }
/*End Cards Design*/
summary.e-n-accordion-item-title{
	align-items: baseline !important;
}

/*Footer section*/
.copy-rights a:hover {
    color: #FF4F33 !important;
    text-decoration: none;
}
/*Footer section*/


/*----------------1170px width css-------------*/
.limit-width{
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
@media(min-width: 1025px) and (max-width: 1180px){ 
	.limit-width{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*----------------request demo form start---------------*/
.rer_demo_form{
	margin: 0 !important;
}
.rer_demo_form input{
	height: 52px !important;
}
.rer_demo_form textarea{
	min-height: 150px !important;
}
.rer_demo_form input, .rer_demo_form textarea{
	border-radius: 8px !important;
	border: 1px solid #E5E5E5 !important;
	background: #F5F5F5 !important;
	padding: 13px 19px !important;
}
.rer_demo_form input::placeholder,
.rer_demo_form textarea::placeholder{
	color: #7B8294;
}
.rer_demo_form .wpforms-submit-container button{
	border-radius: 8px !important;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	height: 52px !important;
	margin-top: 30px;
}
.rer_demo_form .wpforms-recaptcha-container{
	display: flex;
  justify-content: center;
}
/**/
.req-form input{
	height: 52px !important;
}
.req-form textarea{
	min-height: 150px !important;
}
.req-form .elementor-field-type-recaptcha{
	display: flex;
	justify-content: center;
}
/*----------------request demo form end---------------*/
.cus-accordion .e-n-accordion-item{
	border-radius: 8px;
	border: 1px solid #DDD;
	background: #FFF;
}
.cus-accordion .e-n-accordion-item-title-icon{
	width: 8px;
}
.menu-item.current-menu-item a.hfe-menu-item.elementor-button{
	color: #fff !important;
}
.menu-item.current-menu-item a.hfe-menu-item.elementor-button:hover{
	color: #FF4F33 !important;
}

.sub-menu{
    width: max-content !important;
}

/*-------------member------------*/
.member-item{
	cursor: pointer;
}
.elementor-editor-active .member-modal{
	display: none !important;
}

/* @media(min-width: 768px) and (max-width: 990px){
	.subs_form form{
		flex-direction: column;
		border-radius: 0 !important;
	}
	.subs_form .wpforms-field-container,.subs_form .wpforms-submit-container button{
			width: 100%;
			border-radius:8px !important;
  			overflow:hidden !important;
	}
	.subs_form .wpforms-field-container input[type="email"]{
		text-align: center;
	}
	.subs_form .wpforms-submit-container{
		width: 100%;
	}
	.subs_form .wpforms-submit-container button{
		margin-top: 10px;
	}
} */
/*------elementor popup close icon-------*/
.elem-popup a.dialog-close-button{
	border-radius:50px;
  padding:4px;
}
.elem-popup a.dialog-close-button svg{
	fill: #fff !important;
}
/*-----------modal start--------*/
.custom_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
}
.modal_content{
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    max-width: 850px;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    -webkit-box-shadow: 0px 0px 41px -31px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 41px -31px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 41px -31px rgba(0,0,0,0.75);
}
.modal_head{
    position: relative;
}
.modal_body{
	display: flex;
  		align-items: center;
		height: 100%;
    padding: 30px 30px 30px;
}
.close_modal{
	position: absolute;
  right: 4px;
  top: 4px;
  background-color: #FF4F33;
  border-radius:50px;
  color: #fff !important;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 23px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding-left: 3px;
}
.close_modal:hover,a.elementor-button{
	text-decoration: none;
}
.modal-row{
    display: flex;
}
.modal-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
  margin-right: 30px;
}
.member-name{
    font-family: 'manrope', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0D0C24;
    margin-top: 15px;
}
.member-desig{
	 margin-top: 5px;
	font-weight: 700;
}
.member-img{
    width: 250px;
    height: 250px;
    border: 4px solid #fff;
}
.modal-right{
    flex: 1;
  display: flex;
  flex-direction: column;
	max-height: 380px;
  overflow-y: auto;
}
.modal-right{
	scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #8e8e8e #ffffff;
}
.modal-right::-webkit-scrollbar {
    width: 3px;
  }

.modal-right::-webkit-scrollbar-track {
    background: #ffffff;
  }

.modal-right::-webkit-scrollbar-thumb {
    background-color: #8e8e8e;
    border-radius: 4px;
    border: 2px solid #ffffff;
 }

.modal-right p:not(:last-child){
    margin-bottom: 15px;
}
.elementor-editor-wrapper .custom_modal{
	display: none;
}

/*----------big blue page----------*/
.btm.footer-tm{
	font-size: 30px;
}
/*----------award cards------------*/
.award-card-n .flip-card > .elementor-flip-box{
	height: auto;
  min-height: 196px;
}
.flip-card .elementor-flip-box__front,.flip-card .elementor-flip-box__back{
	border-radius: 8px;
}
.flip-card .elementor-flip-box__layer{
	transition: all .1s ease-in-out;
}
.award-card-n1{
	position: relative;
}
.award-card-n1::after {
   position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0;
  background-color: #FF4F33 !important;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  border-radius:8px;
  border:1px solid #7D0404 !important;
  opacity: 0;
  transition:opacity 0.3s ease;
  z-index: 1;
  display: flex;
  align-items: center;
}
.aw-card1::after{
	content: "Real world trials attorneys helped shaped our solutions using proven strategies and industry knowledge.";
}
.aw-card2::after {
    content: "Insurance expertise gained from leading carriers and navigating claims to identify and avoid Nuclear Verdict®.";
}
.aw-card3::after{
	content: "You don't have to be first, but don't be last either.";
}

.award-card-n1:hover::after {
    opacity: 1;
}
/*----------menu---------------*/
.hfe-nav-menu .sub-arrow {
	font-size: 17px;
}
/*-----------chart------------*/
.cus-chart svg.apexcharts-svg {
	overflow: visible;
}
/*----------news & insights--------*/
.news_filter button{
  flex-basis: auto !important;
  border-bottom: 1px solid #e5e5e5 !important;
  width: 240px !important;
  padding: 10px 30px !important;
}
.news_filter button[aria-pressed="true"]{
	border-bottom: 3px solid #0D0C24 !important;
    border-radius: 0;
}
.news_filter button:focus{
	color: #0D0C24 !important;
}
.news_grid_item a{
	text-decoration: none;
}
.news_grid_item .elementor-widget-image img{
	object-fit: cover;
}
.jet-listing-dynamic-image img {
    height: 215px;
}

/*--------------event start---------------*/
.text-center{
	text-align: center;
}
.event_tab .nav-item,.event_tab .card .card-title{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.event_tab .nav-item.active,.event_tab .card.active .card-title{
	border-bottom: 3px solid #0D0C24;
}
.event_tab .nav-item.active a,.event_tab .card.active .card-title{
	font-weight: 700 !important;
	color: #0D0C24;
}
.event-item-wrapper{
	display: flex;
	padding-top: 25px;
  	padding-bottom: 25px;
	width: 100%;
}
.event-item-wrapper-right{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.event-item-wrapper-left{
	margin-right: 25px;
	width: 35%;
}
.event-thumbnail{
	height: 100%;
}
.event-thumbnail img{
	width: 100%;
	min-height: 200px;
	/*height: 100%;*/
	border-radius:8px;
    object-fit: cover;
}
.event-date{
	color: #3B4254;
	font-size: 16px;
	margin-bottom: 10px;
}
.event-title{
	color: #0D0C24 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
}
.event-desc ul{
	padding-left: 20px;
}
.event-place{
	font-weight: 700;
	color: #0D0C24;
	font-size: 18px;
}
.event-read-more{
	font-weight: 700;
	  text-transform: uppercase;
	  color: #FF4F33 !important;
	  font-size: 16px;
}
.event-read-more img{
	margin-left: 5px;
	margin-top: -3px;
	width: 13px;
}
.event-read-more:hover{
	text-decoration: none !important;
}
.event-bottom{
	display: flex;
  justify-content: space-between;
  border-top:1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  margin-top: 12px;
}
/*.event-item {
    display: none;
}*/
.event-item.hidden {
    display: none;
}
/*.event-item[data-index="1"],
.event-item[data-index="2"] {
    display: block;
}*/
.load-more-btn{
	color: #fff !important;
	background-color: #FF4F33 !important;
	border: 1px solid #FF4F33 !important;
	border-radius: 8px;
	padding: 10px 60px;
	font-size: 18px;
	font-weight: 700;
	transition: 0.3s all ease;
	margin-top: 40px;
}
.load-more-btn:hover{
	color: #FF4F33 !important;
	background-color: #ffffff !important;
}

/*-------------event single page----------*/
.single-event{
	width: 100%;
	/*max-width: var(--content-width);*/
	padding-top: 60px;
	padding-bottom: 60px;
}
.single-event-wrap{
	text-align: center;
}
.event-content{
	text-align: left;
}
/*--------------event end---------------*/

/*--------------faq start---------------*/
.faq_acc .e-n-accordion-item-title-header h3{
	color:#0D0C24;
}
.faq_acc .e-n-accordion-item{
	padding: 18px 23px 14px;
	border-radius:10px;
	box-shadow: 0 0 13px 0 rgb(0 0 0 / 8%);
    background: #fff;
}
/*--------------faq end---------------*/
.career-loop-item {
	height: 100%;
}

/*Single post list css*/
.post-list {
 color: #222;
 padding-left:15px;
 margin-top:20px;
}

.post-list li {
  margin-bottom: 22px;
  padding-left: 6px;
  position: relative;
}

.post-list strong {
/*   display: block; */
  margin-bottom: 0px;
}

.quote {
  color: #ff4f33;
  font-style: italic;
  margin-top: 6px;
  border-left: 3px solid #ff4f33;
  padding-left: 12px;
}

.bullet-sublist {
  margin-top: 8px;
  margin-left: 20px;
  list-style-type: disc;
}

.bullet-sublist li {
  font-size: 0.96em;
  margin-bottom:5px;
}

.bullet-sublist strong {
  font-weight: bold;
  display: inline;
}
.elementor-widget-theme-post-content a{
text-decoration:underline !important
}

/******End Single post list css******/

@media(min-width: 1025px){
	.abs-block{
		position: absolute !important;
		left: 50%;
		padding-left: 40px;
	}
} 
@media(min-width: 768px){
	.modal-right{
		margin-right: 7px;
	}
}
@media(max-width: 900px){
	.modal_content{
			width: 90%;
		}
}
@media(min-width: 1025px) and (max-width: 1134px){
	.sub-form .elementor-field-type-email{
		width: 70%;
	}
	.sub-form .e-form__buttons{
		width: 30%;
	}
} 
@media(min-width: 768px) and (max-width: 800px){
	.car-single-title{
		flex-direction: column !important;
	}
	.car-single-title .elementor-element{
		text-align: center;
  		width: 100%;
	}
}
@media(max-width: 1024px){
	.event-thumbnail img{
		min-height: inherit;
		object-fit: contain;
	}
}
/* Make video taller on mobile */
@media (max-width: 768px) {
  .wp-block-embed__wrapper {
    padding-bottom: 75% !important; /* Taller 4:3 ratio on small devices */
  }
}

@media(max-width: 767px){
	  .event_tab .ube-tabs .tabs {
    		display: block !important;
  		}
	.event_tab .card-header.ube-tabs-card-header{
		display: none;
	}
	.sub-form .elementor-field-type-email,.sub-form .e-form__buttons{
		border-radius: 8px;
		overflow: hidden;
	}
	.sub-form .elementor-field-type-email{
		height: 45px;
	}
	.sub-form .e-form__buttons{
		margin-top: 10px;
	}
	.modal_content{
			height: 90%;
		}
    .modal-row{
        flex-direction: column;
    }
    .modal-left{
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }
	.member-img {
	  width: 150px;
	  height: 150px;
	}
	.modal-right{
		max-height: 200px;
	  overflow-y: auto;
	}
	.product-card.active{
		min-width: inherit;
	    height: auto;
	}
	.product-card.card4{
		background-position: 100% 50%;
	}
	.event_tab{
		width: 100%;
	}
	.event-item-wrapper{
		flex-direction: column;
	}
	.event-item-wrapper-left{
		width: 100%;
  		margin-right: 0;
	}
	.event-content{
		margin-top: 15px;
	}
	.event-thumbnail img{
		min-height: 150px;
	}
	.event_tab .card .card-title{
		padding-bottom: 10px;
	}
}

@media(max-width: 515px){
	.event_tab .ube-tabs .nav .nav-link{
			padding: 10px !important;
		}
	.event-place{
		font-size: 15px;
	}
	.event-read-more{
		font-size: 13px;
	}
	.event-read-more img{
		width: 10px;
	}
}
@media(max-width: 500px){
.car-single-title .elementor-element{
		text-align: center;
  		width: 100%;
	}
}
@media(max-width: 383px){
	.event_tab .ube-tabs .nav-tabs a span{
		font-size: 14px;
	}
}
@media(max-width: 360px){
    .elementor-kit-7 h3 {
        font-size: 14px;
    }
	.title-divider::before, .title-divider::after {
    width: 20px;
 }
}
/*-----------modal end--------*/


/******* -------------- Marquee-----------*/
 .marquee-bar {
      background-color: #FFF9EF;
      display: flex;
      align-items: center;
      overflow: hidden;
      white-space: nowrap;
      height: 50px;
      border-bottom: 1px solid #FFE4C2;
      border-top: 1px solid #FFE4C2;

    }

    .marquee-title {
      flex-shrink: 0;
      font-weight: 700;
      /*margin-right: 20px;*/
      color: #1c1c1c;
      display: flex;
      align-items: center;
      background: #FFF9EF;
      z-index: 999;
      height: 50px;
      padding-left: 15px;
      padding-right: 15px;
      font-family:'manrope';
	  border-top: 1px solid #FFE4C2;
      border-bottom: 1px solid #FFE4C2;
    }

    .double-arrow{
        margin-left:10px;
    }

    .marquee-track {
      display: inline-block;
      animation: scroll-left 500s linear infinite;
    }

    .marquee-bar:hover .marquee-track {
      animation-play-state: paused;
    }

    .marquee-track a {
      display: inline-block;
      margin-right:20px;
      text-decoration: none;
      color: #1c1c1c;
      transition: all .3s ease;
      font-family: 'manrope';
    }

    .marquee-track a:hover {
        color: #e8452c;
    }

    .separator {
      margin-right:20px;
      color: #000;
     vertical-align: middle;
      position: relative;
      top:-3px;
      font-weight:200;
      font-size: 13px;
      font-family: 'Manrope', sans-serif;
    }

 
/******* -------------- End Marquee-----------*/

.elementor-location-header[data-elementor-id="6894"] {
	position: relative;
	z-index: 99;
}
