/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-sans-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/nunito-sans-v15-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* vujahday-script-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Vujahday Script';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/vujahday-script-v8-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ----- WEBFONTS END ----- */

body {
  font-family: "Nunito Sans", sans-serif;
  margin: 0px;
  padding: 0px;
  background-color: #132624;
  color: #DDDDDD;
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vujahday Script", cursive;
}

ul {
  padding-left: 0px;
  list-style: none;
}

section ul {
  padding-left: 16px;
  list-style: disc;
}

a {
  text-decoration: none;
}

.btn-primary {
  background-color: #F2C165;
  border: 1px solid #F2C165;
  border-radius: 10px;
  color: #132624;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: transparent;
  border: 1px solid #F2C165;
  color: #F2C165;
}

.btn-primary-outline {
  border: 1px solid #F2C165;
  color: #F2C165;
  border-radius: 10px;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}

.btn-primary-outline:hover {
  background: #F2C165;
  color: #132624;
}

.sec_padding {
  padding: 96px 0;
}

.heading_title {
  position: relative;
}

.heading_title h1,
.heading_title h2 {
  padding-right: 45px;
  padding-left: 45px;
}

.heading_title.text-left {
  margin-bottom: 70px;
}

.heading_title.text-left h2 {
  padding-left: 0px;
}

.form_wrap h2,
.events_overview h2 {background-color: inherit;}

h2, h1 {
  background-color: #132624;
  font-size: 60px;
  line-height: 82px;
  display: inline-block;
  color: #F2C165;
}

.header_homepage h1 {background-color: transparent;}

h3 {
  font-size: 45px;
  line-height: 61px;
  color: #F2C165;
}

.heading_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F2C165;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

p {
  font-size: 16px;
  line-height: 32px;
}

/* Nvbar start */
.navbar-brand img {
  mix-blend-mode: lighten;
  width: 100px;
}

.nav-item.dropdown .dropdown-menu {
  transform: scaleY(0);
  transform-origin: top;
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  width: 100%;
  background: #0B1F1D;
  border-radius: 0px;
  transition: transform 0.3s ease;
  display: block;
  visibility: hidden;
  /* Keeps it hidden initially */
}

.nav-item.dropdown:hover .dropdown-menu {
  transform: scaleY(1);
  visibility: visible;
  /* Show on hover */
}

.nav-item.dropdown .dropdown-menu li .dropdown-item {
  color: #F2C165;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-menu li .dropdown-item:hover {
  color: #0B1F1D;
  background-color: #F2C165;
}


.nav-link {
  padding-right: 13px !important;
  padding-left: 13px !important;
  font-size: 18px;
  line-height: 30px;
  color: #F2C165 !important;
}

.navbar-toggler {
  border-color: #F2C165;
  height: 40px;
}

.navbar-toggler i {
  color: #F2C165;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 99;
  background: #132624;
}

.main_wrap {
  padding-top: 110px;
}

.bottom_nav {
  display: none;
}

/* navbar end */


/* homepge header */
.header_homepage img {
  height: calc(100vh - 110px);
  width: 100%;
  object-fit: cover;
}

.header_homepage {
  position: relative;
  margin-bottom: 96px;
}

.header_homepage::after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

.homepage_content {
  position: absolute;
  top: 0px;
  height: 100%;
  max-width: 65%;
  width: 100%;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 11;
}

.homepage_content h2 {
  background-color: transparent;
  line-height: 70px;
}

.homepage_content p {
  font-size: 18px;
  line-height: 32px;
}


/* text_image v1 */
.text_image_v1 .img_wrap {
  margin-bottom: 100px;
}

.img_wrap {
  display: flex;
  align-items: end;
  flex-direction: column;
  position: relative;
}

.img_wrap.left {
  align-items: start;
}

.col-lg-6:has(+ .col-lg-6) .img_wrap.left .image_one {
	margin-left: 0;
}

.col-lg-6:has(+ .col-lg-6) .img_wrap.left .image_two {
  	right: 104px;
	left: inherit;
}

.col-lg-6:has(+ .col-lg-6) .img_wrap.right .image_one {
	margin-right: 104px;
}

.col-lg-6:has(+ .col-lg-6) .img_wrap.right .image_two {
	left: 0;
}

.img_wrap.left .image_one {
  margin-left: 104px;
}

.img_wrap.left .image_two {
  right: 0;
	left: inherit;
}

.img_wrap .image_one {
  width: 70%;
}
.img_wrap .image_one img {
    aspect-ratio: 1;
    object-fit: cover;
}

.img_wrap .image_two img {
    aspect-ratio: 1;
    object-fit: contain;
}

.img_wrap .image_one img,
.img_wrap .image_two img {
  border-radius: 15px;
	width: 100%;
	background-color: #111111;
}

.img_wrap .image_two {
  max-width: 45%;
  position: absolute;
  left: 104px;
  bottom: -117px;
}

.img_wrap_v3 {
  display: flex;
  justify-content: end;
}

.img_wrap_v3 img {
  max-width: 80%;
  display: flex;
  justify-content: end;

}

.img_wrap_v3 {
  position: relative;
}

.find_me_here {
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 32px;
  margin: auto;
  display: inline-flex;
  padding: 15px;
  border-radius: 25px;
  background: rgb(19, 38, 36);
  background: linear-gradient(90deg, rgba(19, 38, 36, 1) 0%, rgba(46, 71, 57, 1) 50%, rgba(19, 38, 36, 1) 100%);
  flex-direction: column;
  align-items: center;
}

.find_me_here h6 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #F2C165;
}

.find_me_here i {
  font-size: 25px;
  color: #F2C165;
}

.find_me_here li {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.position_title {
  margin-top: -25px;
}

.position_title p {
  font-size: 23px;
  line-height: 32px;
}

/* two col start */
.two_col_wrap {
  max-width: 74%;
  margin: auto;
  padding-top: 50px;
}

/* two col end */

/* quote Distributer start*/
.quote_distributor_content_wrap {
  padding: 30px 0px 76px;
  border-bottom: 3px solid #F2C165;
}

.quote_distributor_content_wrap p {
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  max-width: 74%;
  margin: auto;
}

/* quote Distributer end*/

/* logo slider start */
.logo_slider_logo {
  padding: 0px 15px;
}

.logo_slider_logo img {
  max-width: 257px;
}

.logo_slider_btn {
  margin-top: 50px;
}

/* logo slider end */
/* clickable  icon start*/
.clickable_icons ul li {
  margin: 0px 88px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clickable_icons ul li h6 {
  font-size: 44px;
  line-height: 60px;
  color: #F2C165;
}

.social_icon {
  border: 0 solid;
  width: 115px;
  height: 115px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2C165;
  box-shadow: inset 0 0 20px rgba(242, 193, 101, 0);
  outline: 1px solid;
  outline-color: rgba(242, 193, 101, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 25px;
}

.social_icon:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(242, 193, 101, 0.5), 0 0 20px rgba(242, 193, 101, 0.2);
  outline-color: rgba(242, 193, 101, 0);
  outline-offset: 15px;
  color: #F2C165;
}

.social_icon i {
  font-size: 60px;
}

/* clickable icon end */
/* voice of matches slider */
.voice_of_matches {
  overflow: hidden;
  padding-bottom: 246px;
}

.voice_of_matches .heading_title {
  margin-bottom: 70px;
}

.voice_matches_slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.voice_matches_slider.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  padding: 0px 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  z-index: 9999;
}

.slider_items {
  position: relative;
}

.slider_items::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}

.Slider_content {
  position: absolute;
  z-index: 99;
  left: 0px;
  max-width: 41%;
  right: 0px;
  margin: auto;
  bottom: -150px;
  display: inline-flex;
  flex-direction: column;
  padding: 53px;
  border-radius: 25px;
  background: rgb(19, 38, 36);
  background: linear-gradient(90deg, rgba(19, 38, 36, 1) 0%, rgba(46, 71, 57, 1) 50%, rgba(19, 38, 36, 1) 100%);
}

.Slider_content p {
  font-size: 20px;
  line-height: 35px;
  color: #F2C165;
}

.Slider_content .name p {
  font-size: 30px;
  line-height: 35px;
  font-family: "Vujahday Script", cursive;
  color: #F2C165;
  margin-bottom: 0px;
}

/* Voices Matches end */

/* refrences slider start */
.refrences_sec {
  overflow: hidden;
}

.refrences_slider .owl-item.active .refrences_slider_content {
  display: block;
}

.refrences_slider .owl-item.active.cloned .refrences_slider_box {
  display: block;
}

.refrences_slider .owl-item.active .refrences_slider_box {
  display: block;
}
.refrences_slider .owl-item {
    position: relative;
    transition: 0.3s all;
    transition-delay: 0.5s;
    border-radius: 25px;
    overflow: hidden;
}
.refrences_slider .center.active {
    transform: scale(1.2);
}

.refrences_slider .owl-item .refrences_slider_box {
    position: relative;
    transition: 0.3s all;
    transition-delay: 0.5s;
    border-radius: 25px;
    overflow: hidden;
}

.refrences_slider_content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  padding: 0px 10px;
  text-align: center;
}

.refrences_slider_content p {
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 0px;
  font-family: "Nunito Sans Black", sans-serif;
  color: #F2C165;
      display: inline;
}

.refrences_slider_content span {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #ececec;
}

.refrences_slider .transition-all {
  -webkit-transition: all 0.2s linear 0.02s;
  -o-transition: all 0.2s linear 0.02s;
  -moz-transition: all 0.2s linear 0.02s;
  transition: all 0.2s linear 0.02s;
}

.refrences_slider .assignfixedwidth {
  max-width: 1200px;
  margin: 0 auto;
}

.refrences_slider .carousel-custom-main {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-size: 28px;
}

.refrences_slider a.owl_element {
  text-decoration: none;
  color: #333;
/*  margin: 0 3px;*/
  display: block;
}
.refrences_slider .owl-item {
    padding: 0 10px;
}
.refrences_slider .owl_element img {
  transition: all .3s ease;
      aspect-ratio: 568/780;
    object-fit: cover;
    border-radius: 25px;
    display: flex;
}

.refrences_slider .center.active {
  position: relative;
  z-index: 999;
}

.refrences_slider .active>.owl_element img {
/*  margin: 0 5px;*/
}

.refrences_slider .center.active>.owl_element {
/*  transform: scale(1.2);*/
}

.refrences_slider .owl-stage {
  margin: 50px 0;
}

@media only screen and (min-width: 2500px) {
.refrences_slider .owl_element img {
    border-radius: 35px;
}
.refrences_slider .owl-stage {
  margin: 100px 0;
}
}

@media only screen and (max-width: 767px) {
.refrences_slider_content span, body .refrences_slider_content p {
    font-size: 16px;
    line-height: normal;
}
}

/* refrences slider end */


.event_box {position: relative;}

.event_box,
.news_box {
  position: relative;
  margin-bottom: 24px;
}

.event_box img,
.news_box img {
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
  height: auto;
    aspect-ratio: 496 / 681;
}

.event_box img {
    aspect-ratio: 1;
    height: auto;
}

.event_box::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	border-radius: 50px;

}

.event_content {z-index: 1;}

.event_content,
.news_content {
  position: absolute;
  left: 0px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  bottom: 42px;
}

.event_content p,
.news_content p {
  font-size: 18px;
  line-height: 31px;
  color: #F2C165;
  margin-bottom: 0px;
  font-family: "Nunito Sans Black", sans-serif;
  display: inline;
}

.event_content span,
.news_content span {
  font-size: 18px;
  line-height: 31px;
  color: #Fff;
  font-weight: bold;
}

/* gallery image */
.gallery_img {
  margin-bottom: 24px;
}

.gallery_img img {
  border-radius: 25px;
  object-position: center;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.gallery_main_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.gallery_two .gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.gallery_two .image_3.gallery_img img {
  height: 100%;
  object-position: center;
}

.gallery_three .gallery_img img {
  max-height: 356px;
  object-fit: cover;
  object-position: center;
}

.gallery_four .gallery_main_image img {
  max-height: 735px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
.event_box img, .news_box img {
    border-radius: 25px;
}
.event_content p, .news_content p {
    font-size: 16px;
    line-height: normal;
}
.event_content span, .news_content span {
    font-size: 16px;
}
}



/* Form Start */
.form_wrap {
  background-color: #0B1F1D;
  padding: 60px;
  border-radius: 25px;
}

.form_wrap .form-control {
  border-color: #4C7773;
  color: #4C7773;
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  min-height: 40px;
  background-color: transparent;
}

.form_wrap .form-control:focus {
  border-color: #F2C165;
  color: #F2C165;
  box-shadow: unset;
}

.form_wrap .form-check-input {
  border: 1px solid #F2C165;
  background-color: transparent;
}

.form_wrap .form-check-input:focus {
  border-color: #F2C165;
  box-shadow: unset;
}

.form_wrap .form-check-input:checked {
  box-shadow: unset;
  background-color: #F2C165;
  border-color: #F2C165;
}

.form_wrap .form-check label {
  font-size: 13px;
  line-height: 18px;
}

.form_wrap .form-control::placeholder {
  color: #4C7773;
  font-size: 13px;
  line-height: 18px;
}

.form_wrap .form-control:focus::placeholder {
  color: #F2C165;

}

.content_wrap {
  padding-left: 100px;
}

.content_wrap .btn_spacing {
  margin-top: 40px;
}

/* Form End */
/* Footer Start */
footer {
  margin-top: 96px;
  border-top: 2px solid #F2C165;
  padding: 75px 0px 65px;
}

.footer_logo img {
  mix-blend-mode: lighten;
}

footer h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 19.1px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #F2C165;
}

footer ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #DDDDDD;
  transition: 0.3s linear;
}

footer ul li a:hover {
  color: #F2C165;
}

.img_wrap_v2 img {
    border-radius: 25px;
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 752px;
    width: 100%;
}
.text_image_v2 .content_wrap {
    padding-left: 106px !important;
}

@media (max-width: 1360px) {
.text_image_v2 .content_wrap {
    padding-left: 40px !important;
}
}

@media (max-width: 1199px) {
.text_image_v2 .content_wrap {
    padding-left: 20px !important;
}
}

@media (max-width: 991px) {
.text_image_v2 .content_wrap {
    padding-left: 0px !important;
}
}

.text_image_v2 .content_wrap.img-right {
    padding-right: 106px !important;
}

@media (max-width: 1360px) {
.text_image_v2 .content_wrap.img-right {
    padding-right: 40px !important;
}
}

@media (max-width: 1199px) {
.text_image_v2 .content_wrap.img-right {
    padding-right: 20px !important;
}
}

@media (max-width: 991px) {
.text_image_v2 .content_wrap.img-right {
    padding-right: 0px !important;
}
}

/* Footer end */
.find_me_here ul li {
    list-style: none;
}
@media (max-width: 1480px) {
  .content_wrap {
    padding-left: 50px;
  }

  .nav-link {
    padding: 12px 10px !important;
    font-size: 16px;
    line-height: 30px;
    color: #F2C165 !important;
  }

  .homepage_content {
    max-width: 26%;
  }

  .clickable_icons ul li {
    margin: 0px 58px;
  }

  .refrences_slider_content p {
    font-size: 18px;
    line-height: 31px;
  }

  .Slider_content {
    max-width: 60%;
  }

  .btn-primary,
  .btn-primary-outline {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 40px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .heading_title h2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .clickable_icons ul li h6 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 1199px) {
  .homepage_content {
    max-width: 40%;
  }

  .clickable_icons ul li {
    margin: 0px 45px;
  }

  .navbar-collapse {
    margin-top: 10px;
    border-top: 1px solid #F2C165;
    padding-bottom: 12px;
  }

  .navbar-collapse button {
    margin-top: 12px;
  }

  .bottom_nav {
    display: block;
    background: #fff;
    left: 0px;
    right: 0px;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    height: 65px;
  }

  .header .navbar-toggler {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    right: 15px;
  }

  .navbar-brand {
    margin: auto;
  }

  .navbar .btn {
    position: fixed;
    bottom: 10px;
    z-index: 999;
    left: 15px;
    display: block !important;
  }

  .d_md-none {
    display: none;
  }

  .two_col_wrap,
  .quote_distributor_content_wrap p {
    max-width: 85%;
  }

  .Slider_content {
    max-width: 70%;
  }

  .find_me_here {
    padding: 20px;
  }

  .find_me_here i {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .quote_distributor_content_wrap p {
    max-width: 95%;
  }

  .two_col_wrap {
    max-width: 95%;
    padding-top: 15px;
  }

  .form_wrap {
    margin-bottom: 30px;
  }

  .content_wrap {
    padding-left: 0px;
  }

  .form_wrap {
    padding: 30px;
  }

  .sec_padding {
    padding: 66px 0;
  }

  h2 {
    font-size: 42px;
    line-height: 62px;
  }

  .homepage_content h2 {
    line-height: 48px;
  }

  h3 {
    font-size: 34px;
    line-height: 50px;
  }

  .heading_title h2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .quote_distributor_content_wrap p {
    font-size: 22px;
    line-height: 34px;
  }

  .Slider_content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .quote_distributor_content_wrap {
    padding: 15px 0px 40px;
  }

  .img_wrap_v2 img,
  .img_wrap_v3 img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
  }

  .img_wrap .image_one {
    max-width: 77%;
  }

  .img_wrap .image_one img {
    width: 100%;
    object-fit: cover;
  }

  .img_wrap .image_two {
    left: 0px;
    bottom: -71px;
  }

  footer {
    margin-top: 66px;
    padding: 45px 0px 65px;
  }

  .homepage_content {
    max-width: 50%;
  }

  .clickable_icons ul {
    flex-wrap: wrap;
  }

  .social_icon i {
    font-size: 31px;
  }

  .clickable_icons ul li h6 {
    font-size: 30px;
    line-height: 40px;
  }

  .social_icon {
    width: 75px;
    margin-bottom: 15px;
    height: 75px;
  }

  .clickable_icons ul li {
    width: calc(100% / 2);
    margin: 0px 0 15px;
  }

  .footer_logo {
    margin-bottom: 30px;
  }

  .footer_col {
    justify-content: center;
    text-align: center;
  }

  .fourth_col ul {
    justify-content: center;
  }

  .Slider_content {
    max-width: 70%;
    bottom: -66px;
    padding: 15px 20px;
  }

  .voice_matches_slider.owl-carousel .owl-nav {
    padding: 0 30px;
  }

  .refrences_slider .owl-item.active .item img {
    transform: unset;
  }

  .refrences_slider .owl-item .refrences_slider_box {
    margin-left: 15px;
    margin-right: 15px;
  }

  .refrences_slider .item {
    transform: unset;
    margin: 0px 0;
  }

  .event_box img,
  .news_box img {
    height: auto;
  }

  .gallery_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .img_wrap_v3 img {
    max-width: 100%;
  }

  .find_me_here {
    left: 10px;
    right: 10px;
    bottom: 40px;
    height: auto;
    top: unset;
  }

  .event_content,
  .news_content {
    bottom: 15px;
  }
}

@media (max-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 95%;
  }
}

@media (max-width: 576px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 98%;
  }

  .form_wrap {
    padding: 15px;
  }

  .sec_padding {
    padding: 36px 0;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading_title h2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .quote_distributor_content_wrap p {
    font-size: 18px;
    line-height: 30px;
  }

  .quote_distributor_content_wrap {
    padding: 10px 0px 36px;
    border-bottom: 3px solid #F2C165;
  }

  .two_col_wrap {
    padding-top: 10px;
  }

  footer {
    margin-top: 36px;
    padding: 25px 0px 65px;
  }

  .btn-primary {
    font-size: 16px;
    min-height: 42px;
  }

  .homepage_content {
    max-width: 95%;
  }

  .Slider_content {
    max-width: 91%;
    bottom: -66px;
    position: unset;
    margin-top: 20px;
    margin: -20px auto 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .voice_matches_slider.owl-carousel .owl-nav {
    position: absolute;
    top: 17%;
  }

  .slider_items {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .voice_matches_slider.owl-carousel .owl-nav {
    padding: 0 15px;
  }
  .refrences_slider .center.active>.owl_element {
/*    transform: scale(0);*/
  }
  .refrences_slider .center.active {
    transform: scale(1);
}
.refrences_slider .owl-stage {
    margin: 40px 0 0;
}
.refrences_sec .heading_title.text-left {
    margin-bottom: 0;
}

}


/* team slider  */
.carousel-custom-main {
  padding: 0px 70px;
}

.carousel-custom-main .transition-all {
  -webkit-transition: all 0.2s linear 0.02s;
  -o-transition: all 0.2s linear 0.02s;
  -moz-transition: all 0.2s linear 0.02s;
  transition: all 0.2s linear 0.02s;
}

.carousel-custom-main .carousel-custom-main {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  font-size: 28px;
}

.carousel-custom-main a.owl_element {
  text-decoration: none;
  color: #333;
  margin: 0;
  display: block;
}

.carousel-custom-main .owl_element img {
  transition: all .3s ease;
  border-radius: 50%;
  width: 100%;
  border: 5px solid #132624;
/*  border-radius: 100%;*/
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
}

.carousel-custom-main .owl-item.active.center~.owl-item.active~.owl-item.active {
  position: relative;
  z-index: -1;
}
.carousel-custom-main .owl-stage-outer {
    padding: 0;
}

.carousel-custom-main .center.active {
  position: relative;
  z-index: 999;
}

.carousel-custom-main .active>.owl_element img {
/*  margin: 0 5px;*/
}

.carousel-custom-main .owl-stage {
  margin: 50px 0;
}

.carousel-custom-main .owl-prev {
  position: absolute;
  top: 38%;
  left: -59px;
}

.carousel-custom-main .owl-next {
  position: absolute;
  top: 38%;
  right: -59px;
}
.carousel-custom-main .owl-item:not(.active) {
    opacity: 0;
}


@media only screen and (max-width: 992px) {
  .center.active>.owl_element img {
    transform: scale(1);
  }
}

.team_description h6 {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

.team_description p {
  font-size: 16px;
  line-height: 22px;
  color: #F2C165;
  font-weight: 600;

}

.heading_title.text-end h2 {
  padding-right: 0px;
}

.team_description {
    padding: 0 30px;
    margin-top: 30px;
}

.carousel-custom-main .owl-nav {
  display: block !important;
}

.news .refrences_slider_box img {
  object-fit: cover;
  aspect-ratio: 1;
}

/* Header subpage start */
.subpage_header.header_homepage img {
  height: 490px;
  object-position: top;
}

.subpage_header.header_homepage .homepage_content {
  max-width: 80%;

}

@media only screen and (max-width: 992px) {
  .subpage_header.header_homepage img {
    height: 290px;

  }

  .subpage_header.header_homepage .homepage_content {
    max-width: 95%;
  }
}

/* Header subpage End */

/* Event detail start */
.event_calendar {
  background: rgb(13, 33, 31);
  background: linear-gradient(180deg, rgba(13, 33, 31, 1) 60%, rgba(33, 64, 56, 1) 100%);
  border-radius: 25px;
  padding: 43px 60px;
  max-width: 690px;
}

.date_time {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 57px;
}

.date_time p {
  font-size: 23px;
  line-height: normal;
  color: #F2C165;
  margin-bottom: 0px;
}

.date_time p span {
  color: rgba(242, 193, 101, 0.5);
  font-size: 18px;
  line-height: normal;
  display: block;
}

.end_time {
  text-align: right;
}

.date_time .date {
  color: rgba(242, 193, 101, 0.5);
  text-align: center;
}

.date .month {
  font-size: 25px;
  line-height: normal;
  text-transform: uppercase;
}

.date .dd {
  font-size: 50px;
  color: #F2C165;
  line-height: normal;
}

.counter {
  margin-bottom: 47px;
  justify-content: space-between;
}

.counter_input,
.countdown-section {
  display: flex;
}

.counter_input input,
.countdown-section span.digit {
  width: 82px;
  height: 110px;
  background-color: #214038;
  border: 0px;
  text-align: center;
  font-size: 80px;
  color: rgba(242, 193, 101, 0.72);
}

@media (max-width: 640px) {
	.countdown-section span.digit {
		font-size: 40px;
		padding: 0 4px;
	}
}	

.counter_input input:focus,
.countdown-section span.digit:focus {
  outline: none;
  border: 0px;
}

.counter p,
.counter div.label {
  color: rgba(242, 193, 101, 0.5);
}

.counter_input input[type=number]::-webkit-inner-spin-button,
.counter_input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.counter .countdown-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.counter .countdown-section.stunden {
	margin: 0 10px;
}

.location {
  display: flex;
  align-items: start;
  margin-bottom: 42px;
}

.location_text {
  margin-left: 16px;
}

.location_text h6 {
  font-size: 30px;
  line-height: 35px;
  font-family: "Nunito Sans", sans-serif;
  color: #F2C165;
}

.location_text p {
  margin-bottom: 0px;
  line-height: 35px;
}

.location_text a {
  line-height: 35px;
  color: #F2C165;
}

.event_detail_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 9;
}
.counter span.mx-2 {
  position: relative;
  top: -21px;
}

.counter .digit {
	margin: 0 5px;
	padding: 0 10px;
}

.event_detail_wrap .homepage_content {
  position: unset;
  max-width: 40%;
}

.location img {
  width: 46px;
  height: 100%;
}

.header_event_detail {
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1440px) {
.event_detail_wrap .homepage_content {
  margin-right: 20px;
}}
@media only screen and (max-width: 1199px) {
  .event_detail_wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .event_detail_wrap .homepage_content {
    max-width: 100%;
    align-items: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {

  .nav-item.dropdown:hover .dropdown-menu{
    visibility: hidden;
  }
  .nav-item.dropdown:hover .dropdown-menu.show{
    visibility: visible;
  }
.refrences_slider  .owl-nav{display: none;}
  .event_calendar {
    max-width: 100%;
    padding: 40px;
  }

  .counter_input input {
    max-width: 58px;
    font-size: 42px;
    height: 70px;
  }

  .date_time,
  .counter {
    margin-bottom: 34px;
  }

  .location {
    margin-bottom: 25px;
  }

  .date .month {
    font-size: 29px;
  }

  .date .dd {
    font-size: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .counter_input input {
    max-width: 38px;
    font-size: 24px;
    height: 40px;
  }

  .event_calendar {
    max-width: 100%;
    padding: 20px;
  }

  .date .month {
    font-size: 20px;
  }

  .date .dd {
    font-size: 40px;
  }

  .date_time p {
    font-size: 18px;
  }

  .location_text h6 {
    font-size: 20px;
    line-height: 29px;
  }

  .event_detail_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .carousel-custom-main .owl_element img {
    width:auto;
  }
  .carousel-custom-main a.owl_element {   
    margin: 0px;   
}
  .carousel-custom-main {
    padding: 0px 00px;
  }
  .carousel-custom-main .owl-nav{
    display: none !important;
  }
}

@media only screen and (max-width: 390px) {
  .counter_input input {
    max-width: 32px;
    font-size: 20px;
  }

  .counter p {
    font-size: 12px;
  }

  .location img {
    width: 25px;
    height: 32px;
  }

  .location_text h6 {
    font-size: 16px;
    line-height: 29px;
  }

  .date_time,
  .counter {
    margin-bottom: 14px;
  }

  .location {
    margin-bottom: 15px;
  }

  .location_text p {
    line-height: normal;
  }
}

/* Event detail End */

a {color: #F2C165;}


.fullwidthimagevideo video, 
.fullwidthimagevideo iframe, 
.fullwidthimagevideo img {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	border-radius: 25px;
}

.main_wrap > .header_homepage:last-child {
  margin-bottom: 0;
}

.main_wrap:has(.header_homepage:last-child) + footer {
  margin-top: 0;
}

.owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .owl-item img {
	object-fit: contain;
	max-height: 100px;
}