/* sticky header css */
.elementor-element.elementor-hidden-desktop.elementor-hidden-tablet.e-flex.e-con-boxed.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-parent.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside.e-lazyloaded {
    background: #fff !important;
}
.main-heading-color{
	color:#ff6600;
}
.rudra-carousel-container {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  padding: 10px;
}

.rudra-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.rudra-slide {
  flex: 0 0 calc(33.333% - 13.33px);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ff6600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}
.rudra-slide p {
  font-family: chivo;
  font-size: 16px;
  line-height: 26px;
  color: #7A7A7A;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.rudra-slide.expanded p {
  -webkit-line-clamp: unset;
  display: block;
}

.read-more-btn {
    font-size: 16px;
    color: #790C08;
    font-weight: 400;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    padding: 0;
    border: none;
    background: none;
}
.rudra-dots {
  text-align: center;
  margin-top: 15px;
}

.rudra-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.rudra-dot.active {
  background-color: #ff6600;
}

.rudra-slide h3 {
    margin-bottom: 10px;
    font-family: "Jost", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    color:#ff6600;
}

span.select2-selection.select2-selection--single {
    background: #fff !important;
    border: 1px solid #ff8b00 !important;
}
span.forminator-icon-chevron-down {
    color: #f78400;
}
span.select2-selection__placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #1b1a1a;
}
span.forminator-select-dropdown.forminator-custom-form-2536.forminator-dropdown--default.forminator-select-dropdown--above {
    background: #fff;
    border: 1px solid #f78400;
}
.forminator-select-dropdown-container--open .forminator-custom-form-2536.forminator-dropdown--default {
    border-color: #ff6600 !important;
    background-color: #ffffff !important;
}
.select2-results__options li {
    color: #000 !important;
	font-weight: 300 !important;
}

.select2-results__options li:hover{
	background: #F78400 !important;
	color: #fff !important; 
}
.select2-results__options li:active{
	background: #F78400 !important;
	color: #fff !important;
}
button.forminator-button.forminator-button-submit {
    background: #ff9900;
    padding: 13px 22px;
    border: none;
    border-radius: 7px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
  .rudra-slide {
    flex: 0 0 100%;
  }
	button.forminator-button.forminator-button-submit {
    padding: 15px 22px;
    border-radius: 6px;
    width: 100%;
}
}
/* home and about page header border css */
.page-id-1 .elementor-element.elementor-element-3eee17e.elementor-hidden-mobile.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    border-bottom: 1px solid;
}
.page-id-902 .elementor-element.elementor-element-3eee17e.elementor-hidden-mobile.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    border-bottom: 1px solid;
}
.page-id-1771 .elementor-element.elementor-element-3eee17e.elementor-hidden-mobile.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child {
    border-bottom: 1px solid;
}
/* header language box css */
select.gt_selector.notranslate {
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 8px 0 8px 23px;
    transition: all .3s;
    width: 90%;
    font-size: 16px;
}
body.elementor-panel-loading #elementor-panel-state-loading {
    display: none;
}

h4.searchwp-live-search-result--title a {
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}
p.searchwp-live-search-result--desc {
    margin-top: -23px;
}



