
body {
  background-image: url("../img/background.png");
  background-size: cover;
  /* font-family: "Roboto", sans-serif; */
  background-attachment: fixed;
}
b, strong{
  font-weight: 500;
}
.dropdown-menu {
  margin: 0px;
}
.dropdown-item {
  color: #fff;
}
p{
  text-align: justify;
}
#testimonials_wrapper {
  width: 100%;
  background: rgba(231, 231, 231, 0.96);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding: 15px 0;
}
#testimonials_wrapper .slick-prev:before,
.slick-next:before {
  color: #000;
}
#testimonials_wrapper .auth-country {
  text-align: center;
  font-size: 0.85rem;
}
#testimonials_wrapper .auth {
  text-align: center;
  margin-bottom: 0;
}
#testimonials_wrapper .box {
  border: 0px;
  box-shadow: none;
}
.testimoni-box {
  background-color: #A35379;
  padding: 15px;
  color: #fff;
}
.box-hover {
  background: #fff;
  padding: 6px 25px;
  color: #A35379;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
.testimoni-box .box {
  margin-top: -15px;
  text-align: center;
  margin-bottom: 12px;
}
.testimoni-box {
  display: inline-block;
}

.testimoni-box p {
  text-align: center;
  font-size: 0.95rem;
}
.col-md-12.pt-20.pb-20.info {
  display: flex;
}
.info-box1-inner p,
.info-box2-inner p {
  text-align: justify;
  font-size: 0.95rem;

  color: #fff;
}
.info-box1 {
  padding: 4px;
}
.info-box1-inner {
  background-color: #43464b;
  padding: 18px 15px;
}
.info-box2-inner {
  background-color: #A35379;
  padding: 18px 15px;
}
.info-box2 {
  padding: 4px;
}

.green {
  color: #A35379;
}
.green-bg {
  background: #A35379;
}
.gray-bg {
  background: #373435;
}
.text-white {
  color: #fff;
}
.logo img {
  height: 100px;
  margin: 0 10px;
}
#google_translate_element {
  background: transparent;
}
#google_translate_element span {
  font-size: 10px;
}

.datevenue {
  color: #000;
  width: 100%;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 22px;
}
label.error{
  color:#FF0000;
        display: none;
}
input[type=checkbox], input[type=radio]{
  margin-right:8px;
}
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        font-size: 12px !important;
    }

    .select2-selection__rendered {
        font-size: 12px !important;
    }

    .select2-container--default .select2-selection--single {
        background-color: #fef3f8;
        border: #fef3f8;
    }

    .select2-container--default .select2-selection--multiple {
        background-color: #fef3f8;
        background-clip: padding-box;
        border: 1px solid #fef3f8;
        border-radius: .25rem;

    }

.datevenue div {
  display: block;
}
header {
  /* background-color: #A35379; */
}
.logo {
  /* background-color: #fff; */
  padding: 5px;
}

.headerrightbox {
  width: 175px;
  /* height: 90px; */
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  border-bottom: 1px solid #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000 !important;
}

/*navbar*/

.navbar {
  padding: 0.1rem 0rem;
  margin-bottom: 20px;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  border-bottom: 1px solid #A35379;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  border-bottom: 1px solid #A35379;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  /* text-transform: uppercase; */
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #A35379;
  color: #fff;
}

#slidersection {
  position: relative;
}
#slidersection .overlay {
  position: absolute;
  /*background-color: rgba(0, 0, 0, 0.7);*/
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

#home-left-slider {
  border-left: 2px solid #A35379;
}
#home-left-slider .text-items {
  line-height: 26px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  height: 200px;
  position: relative;
}
#home-left-slider .text-items div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 16px;
}

.event-count-box {
  background-color: rgba(38, 38, 38, 0.78);
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  padding-bottom: 8px;
}
.event-count-box p {
  margin-bottom: 0;
}
.event-count-box .count-title {
  font-size: 1.2rem;
  text-align: center;
  color: #A35379;
}
.event-count-box .event-count-in {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
  padding: 0 8px;
  border-right: 2px solid #A35379;
}

#day,
#hour,
#minute,
#second {
  font-size: 1.5rem;
  font-weight: 300;
}

.event-count-box .event-count-in.last-child {
  border-right: 2px solid transparent;
}

#exprofile {
  background-color: #A35379;
}
#exprofile .iconbox {
  position: relative;
}
#exprofile .ex-icons {
  position: relative;
  z-index: 1;
  width: 72px;
  padding: 20px 0;
}
#exprofile .ex-icons-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  line-height: 20px;
  text-transform: uppercase;

  position: absolute;
  height: 40px;
  top: 50%;
  left: 64px;
  margin-top: -20px;
  padding-left: 15px;
  padding-right: 8px;
  z-index: 0;
  background-size: 200% 100%;
  background-image: linear-gradient(to left, #373435 50%, #A35379 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
}
#exprofile .ex-icons-text:hover {
  background-position: -100% 0;
  color: #fff;
}

#exprofile .iconbox:hover .ex-icons-text {
  background-position: -100% 0;
  color: #fff;
}

.title {
  /*text-transform: uppercase;
    font-size: 1.2rem;*/
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.title .line {
  width: 50px;
  height: 2px;
  display: block;
  margin: 5px auto;
}

footer .container {
  background: #bdad94;
}
/*
#top_banner{
    height: 700px;
}
#top_banner .item{
    height: 700px;
    background-size:cover;
}
*/
.box {
  /*background-color: #fff;*/
  box-shadow: 0 0 2px 4px #c0c0c0;
}
.testimonials img {
  display: inline-block;
}
.tname {
  font-size: 12px;
  padding: 5px 0;
}
.testimonials .t-text {
  background-image: url("../img/left-quote.svg");
  color: #565656;
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 60px;
}
.single-footer-widget h2 {
  font-size: 18px;
  color: #fff;
}
.single-footer-widget p{
  text-align: left !important;
}
.single-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-footer-widget ul li {
  border-bottom: 1px dotted #fbfbfb;
  padding: 3px 0;
}
.single-footer-widget ul li a {
  font-size: 14px;
  color: #fff;
}
.single-footer-widget address {
  font-size: 14px;
  color: #fff;
}

section.main {
  min-height: 500px;
}
.main .page-title {
  /* padding: 0 15px; */
  color: #A35379;
  font-size: 24px;
  text-align: left !important;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.partners-title {
  /* padding: 0 15px; */
  color: #A35379;
  font-size: 24px;
  text-align: center !important;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.logo-title {
  /* padding: 0 15px; */
  color: #fff;
  background-color: #A35379;
  font-size: 24px;
  text-align: center !important;
  margin-bottom: 20px;
  font-weight: 500;
}

.partners-title1 {
  /* padding: 0 15px; */
  color: #000000;
  font-size: 20px;
  text-align: center !important;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.partners-title2 {
  /* padding: 0 15px; */
  color: #000000;
  font-size: 20px;
  text-align: center !important;
  margin-bottom: 30px;
  font-weight: 500;
}

/*post show report*/
.report-box1 {
  text-align: center;
  border: 2px solid #e60c7d;
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.report-box1 a {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #f0699d;
}
.report-box2 {
  text-align: center;
  border: 2px solid #199a93;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 10px;
}
.report-box2 a {
  background-color: #16bbb2;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  
}
.report-box3 {
  text-align: center;
  border: 2px solid #7ac14d;
  padding: 15px 0;
  background-color: #fff;
  margin-bottom: 10px;
}
.report-box3 a {
  background-color: #83dc4a;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.report-box4 {
  text-align: center;
  border: 2px solid #7f5032;
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.report-box4 a {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background-color: #f88e43;
}
.report-box1 a:hover,
.report-box2 a:hover,
.report-box3 a:hover,
.report-box4 a:hover {
  color: #fff;
  background-color: #43464b;
  text-decoration: none;
}
.report-box1:hover {
  background-color: #e60c7d;
}
.report-box2:hover {
  background-color: #199a93;
}
.report-box3:hover {
  background-color: #7ac14d;
}
.report-box4:hover {
  background-color: #7f5032;
}
/*end*/

/*partenrs*/
.sponsor-item {
  width: 24%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.sponsor-item1 {
  width: 30%;
  display: inline-block;
  padding: 0 25px;
  margin-bottom: 15px;
  position: relative;
}
.sponsor-item img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sponsor-item1 img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sponsor-item .item {
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.sponsor-item1 .item {
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.sponsor-content {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 100%;
  margin: auto;
}
.sponsor-content1 {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 100%;
  margin: auto;
}
.sponsor-content p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 18px;
  padding: 0 10px;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
.sponsor-content1 p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 18px;
  padding: 0 10px;
  text-align: center;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
.sponsor-item:hover .sponsor-content {
  display: block;
}
.sponsor-item1:hover .sponsor-content1 {
  display: block;
}
.sponsor-item .item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.68);
  width: auto;
  margin: 0 15px;
  opacity: 0;
  padding: 0;
}
.sponsor-item1 .item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.68);
  width: auto;
  margin: 0 15px;
  opacity: 0;
  padding: 0;
}
.sponsor-item:hover .overlay {
  opacity: 1;
}
.sponsor-item1:hover .overlay {
  opacity: 1;
}
.sponsor-item:hover .item img {
  transform: scale(1.2);
}
.sponsor-item1:hover .item img {
  transform: scale(1.2);
}
/*end*/

/*testimonial page*/

.ex-testimoni {
  text-align: center;
  padding: 20px 0;
}
.ex-testimoni .row {
  padding: 15px;
}
.Q-left {
  width: 45px;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 1;
  background-color: #fff;
  line-height: 40px !important;
  color: #A35379;
}
.Q-right {
  position: absolute;
  right: 0;
  width: 45px;
  font-size: 30px;
  background-color: #fff;
  line-height: 40px !important;
  color: #A35379;
  bottom: -10px;
}
.ex-inner {
  padding: 10px 15px;
  border: 0px solid #A35379;
  border-radius: 0 25px;
}
#ex-Testimoni1 .ex-inner {
  min-height: 280px;
}
#ex-Testimoni2 .ex-inner {
  min-height: 210px;
}
#ex-Testimoni3 .ex-inner {
  min-height: 180px;
}
#buy-Testimoni1 .ex-inner {
  min-height: 230px;
}
#buy-Testimoni2 .ex-inner {
  min-height: 230px;
}
#buy-Testimoni3 .ex-inner {
  min-height: 200px;
}
.ex-inner p {
  text-align: justify;
  margin: 6px 0;
  position: relative;
  z-index: 1;
}
.ex-testimoni h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
}
.ex-testimoni h3::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #A35379;
  position: absolute;
  margin-top: 13px;
  margin-left: 10px;
}
.ex-testimoni h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #A35379;
  position: absolute;
  margin-top: 13px;
  left: 38%;
}
.ex-testimoni h5 {
  margin-bottom: 4px;
  text-align: right;
  font-size: 14px;
  z-index: 1;
  position: relative;
  right: 10px;
}
/*end*/
.form-inline .form-control, .form-control {
  display: block;
  width: 100% !important;
  font-size: 14px;
  color: #000;
  background-color: #fef3f8;
  background-clip: padding-box;
  border: 1px solid #fef3f8;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.app_title{
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-inline label {
  justify-content: left !important;
  font-size: 14px;
}
.form-group {
  margin-bottom: 10px !important;
}

/*gallery page*/
.promo-gallery {
  padding: 20px 0;
}
.promo-item {
  width: 23%;
  display: inline-block;
  border: 1px solid #000;
  margin: 10px 9px;
}
.promo-item img {
  width: 100%;
}
/*end*/

/*buyers countries*/
.country-box {
  margin: 15px 8px;
  width: 18%;
  display: inline-block;
  border: 1px solid #A35379;
  background-position: 100% 0;
  background-size: 200% 100%;
  background-image: linear-gradient(to left, #373435 50%, #A35379 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  transition: background-position 1s;
  box-shadow: 4px 6px #e4e4e4;
  border-left-width: 5px;
}
.country-box p {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 17px;
  padding: 15px 0;
  font-family: inherit;
  color: #fff;
}
.country-box:hover {
  background-color: #A35379;
  background-position: 0 0;
}
/*end*/

/*organiser*/
.organiserlist ul {
  list-style: none; /* Remove default bullets */
}

.organiserlist ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #A35379; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
/*end*/

#enquiry-icon-dropdown .dropdown-menu {
  background-color: #373435;
  top: -45px !important;
}
#enquiry-icon-dropdown .dropdown-menu .dropdown-item {
  color: #A35379;
}

@media (max-width: 575.98px) {
  .info-box1 {
    padding: 0 0 0 0;
  }
  .info-box2 {
    padding: 0 0 0 0;
  }
  .datevenue {
    font-size: 1rem;
    line-height: 20px;
    padding-left: 8px;
  }
  #home-left-slider {
    margin-bottom: 40px;
    border-left: 2px solid #A35379;
  }
  #home-left-slider .text-items .align-middle {
    font-size: 1rem !important;
    line-height: 22px !important;
  }
  #home-left-slider .text-items {
    line-height: 26px;
    color: #fff;
    font-size: 1rem !important;
    font-weight: 300;
    height: 100px;

    position: relative;
  }
  #home-left-slider .text-items div {
    position: absolute;
    top: 10%;
    transform: translateY(-10%);
    padding-left: 16px;
  }
}

#whatsapp_icon {
  display: none;
}

@media (max-width: 575.98px) {
  #whatsapp_icon {
    display: block;
    position: absolute;
    height: 20px;
    bottom: 24px;
    right: 0px;
    z-index: 999999;
  }
  .logo img {
    width: auto;
    height: auto;
  }
  .main .page-title{
    margin-top: 10px;
  }
}
