/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding: 0;
  margin: 0;
   
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}
.logo{
  width: 100px;
}
.gallery_images{
  border-radius: 30px !important;
}

@media only screen and (max-width: 600px) {
  .hero_section {

    background: linear-gradient(to bottom, #5f0630ee 80%, #230b40d7 93%) !important
    

  }
}
@media only screen and (max-width: 600px) {
  #light {

    display: none;
  position: absolute;
  top: 50%;
  left: 77% !important;
  max-width: 400px !important;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
    

  }
}
video  {
  width: 100% !important;
  height: auto !important;

}
    #fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}


#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}
#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 38px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.3;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  
  /* Since positioning the image, we need to help out the caption */
  
  
  /* Declare heights because of positioning of img element */
 
  .carousel-caption{
    margin-bottom: 3rem;
  }
  
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  ul li{
    list-style-type: none;
  }
  .hero_section{
    
    background: linear-gradient(right, rgb(70, 2, 34), rgba(35, 11, 64, 0.651));

        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-size: auto, auto;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;

  }
  .hero_section{
    
    background: linear-gradient(to right, rgb(70, 2, 34),rgba(35, 11, 64, 0.651) );
        background-position-x: 0%, 0%;
        background-position-y: 0%, 0%;
        background-size: auto, auto;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;

  }
  .lead{
    font-size: 20px !important;
    font-weight: 400 !important;
  }
  .secondary_text{
    font-family: 'Dancing Script', cursive;
    color: #d5126e !important;
  }
  .btn-primary{
    background-color: #230b40 !important;
}
  a{
    text-decoration: none !important;
  }
  .shadow-lg{
    border-radius:30px !important;
  }
  .shadow-lg:hover{
    border: 1px solid white !important;
    border: none !important;
    background: linear-gradient(to right, rgba(35, 11, 64, 0.185), rgba(213, 18, 109, 0.137));
    color: rgb(0, 0, 0) !important;
  }
  .fs-5{
    font-weight: 600 !important;
  }
  .review_icon{
    position: absolute;
    top: -2px;
  }
  .shadow_lg_box{
    width: 356px !important;
    height: 280px !important;
  }
  .testimonial {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d5a80;
    color: #3d5a80;
  }
  .testimonial-slide {
    padding: 40px 20px;
  }
  .testimonial_box-top {
    background-color: #e0fbfc;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
  }
  .testimonial_box-icon {
    padding: 10px 0;
  }
  .testimonial_box-icon i {
    font-size: 25px;
    color: #14213d;
  }
  .testimonial_box-text {
    padding: 10px 0;
  }
  .testimonial_box-text p {
    color: #293241;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
  }
  .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
  }
  .testimonial_box-name {
    padding-top: 10px;
  }
  .testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
  }
  .testimonial_box-job p {
    color: #293241;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
  }
  .py-8{
    padding: 80px 0px !important;
  }
  .social_media_icons{
    position: absolute;
    top: 14%;
    right: 0;
    position: fixed;
  }
  .phn-numb{
    top: 6px;
  position: relative;
  left: -15px;
}
.key_strong{
    font-size:1rem !important;
}
 