body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #F6F6F6 !important;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
overflow-x: hidden;
 }

h1, h2, h3, h4, h5, h6, p
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  color: #902723; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.text-black {
  color: #000; }

.content1 {
  align-items: center;
  justify-content: center; 
  /* padding: 2rem 0 !important;  */
}

h2 {
  font-size: 3.5rem;
  font-weight: 700; }

  h2 {
    color: #902723;
  }

h3 {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5); }

label{
  color: black !important;
}
.form-control {
  border: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000; }

.btn, .form-control, .custom-select {
  height: 50px; }

.custom-select:active, .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000; }

.heading01 {
margin-top: 10%;
color: #343a40;
  letter-spacing: .05rem;
  /* text-transform: uppercase; */
  font-weight: 500; 
  text-align: center;
}
.heading02 {
  top: 40%;
  left: 30%;
  
  color: #902723;
  letter-spacing: .05rem;  
  font-weight: 400; 
  text-align: center;
  font-size: 28px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #d19e42;
}
.btn {
  color: #ffffff;
  font-weight: 500;
  border: none;
  border-radius: 4px !important;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1) !important; }
.btn:hover {
    color: #fff; }
.btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.box {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08);
  box-shadow: -30px 30px 0px 0 rgba(0, 0, 0, 0.08); }
  .box h3 {
    font-size: 14px;
    text-align: center; 
  font-weight: 600;}

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.submitting {
  text-align: center;
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }
  p {
    margin-top: 1px;
    margin-right: 1rem !important;
    color: #902723 !important;
    line-height: 1.2;
    font-size: 16px;
    text-align: justify;    
}
  .btn-primary {    
    background-color: #902723;
    border-color: #902723;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.thanks {
  margin-top: 1px;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  color: #053105 !important;
  line-height: 1.2;
  font-size: 16px;
}

.head1 {
  font-size: 45px !important;
  color: #902723 !important;
  margin: 10px;
  border-bottom: 1px solid gray;
}
.goto {
  text-align: center; 
  align-items: center;
}

.goto1 {
    justify-content: center;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #902723 !important;
    --bs-btn-border-color: #902723 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #d19e42 !important;
    --bs-btn-hover-border-color: #d19e42 !important;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;  
  }

.btn-primary {
  --bs-btn-color: #fff !important;
  --bs-btn-bg: #902723 !important;
  --bs-btn-border-color: #902723 !important;
  --bs-btn-hover-color: #fff !important;
  --bs-btn-hover-bg: #d19e42 !important;
  --bs-btn-hover-border-color: #d19e42 !important;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;  
}
.head2 {
  margin-top: 1px solid gray; 
  margin-bottom: 3px;
  text-align: center;
  margin: 2%; 
  font-size: 25px;
  color: #d19e42;
}
 
.leftside {
  position: relative;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: black;
  width: 40;
}
.goto {
  background-color: #902723;
  color: #fff;
  align-items: center !important;
  justify-content: center !important;
  border: #902723;
  line-height: 2;

}
.goto:hover {
  background-color: #d19e42;  
  color: #fff;
}
.heading02 {
  font-size: 28px;
  font-weight: bold;
}

.heading01 { 
  margin-top: 10%;
  font-size: 28px;
  font-weight: 600;
}

@media (max-width: 993px){
p {line-height: 1.2 !important;
    font-size: 15px !important;  }  
.hero-image{ 
  height: 72% !important;  
  padding: 5px; 
  margin: 1%;
  background-position: center;
  background-repeat: no-repeat;
  }

  .head2 {
    font-size: 23px;
}
.head1 { font-size: 20px !important; }
.heading01 
{ 
  margin-top: 5%;
  font-size: 25px;
  font-weight: 600;
}
.heading02 {
  font-size: 23px;
  font-weight: bold;
}
.third {
  margin-top: 8% !important;
}
.third {
  font-size: 23px !important;
  margin: 10px;
}
.hero-image#no-background {
  background-image: none;
}
.hero-text button {
  padding: 10px 4px;
  color: white;
  background-color: #902723;
  text-align: center;
  cursor: pointer;
  justify-content: center;
}
.hero-text {
  top: 48% !important;
  left: 50% !important;
}
}

.third {
  margin-top: 12% !important;
  font-size: 26px;
  text-align: center;
}
.forth {
  font-size: 28px;
  text-align: center;
}
.logo {
  margin: 2%; 
  justify-content: center;   
}

/*------------Video Slider-------------*/
.video-container {
  margin: 0 auto;
  max-width: 100%;
  width: 1040px;
  height: 590px;
  position: relative;
}
/* Video Slider */
.video-slider {
  display: none;
}
/* Individual Slide: Container */
.video-slide {
  position: relative;
  margin: 0 auto;
}
/* Individual Slide: Video */
.video-slide video {
  width: 100%;
  height: 590px;
}
/* Navigation */
.video-slider-btn {
  border: none;
  display: inline-block;
  color: #fff;
  font-size: 100px;
  padding: 10px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  z-index: 99999;
  opacity: .7;
  transition: all 350ms ease-in-out;
}
.video-slider-btn:hover {
  opacity: 1;
  transition: all 350ms ease-in-out;
}
.video-slider-btn.left-side {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%,-50%);
  -ms-transform: translate(-0%,-50%);
}
.video-slider-btn.right-side {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
}
/*------------Video Slider-------------*/
