/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
    margin: 0 auto;
  }
  .main_heading {
    line-height: 40px;
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville";
    color: #1b1b1b;
  }
  .main_para {
    font-size: 18px;
    font-weight: 400;
    font-family: "Libre Baskerville";
    color:  #FF6600;;
  }
  
  /* --------- slider--------- */
  
  
  
  .slider-button-box {
    text-align: left;
  }
  h1.slider-heading {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: left;
  
  }
  p.slider-paragraph {
    font-family: 'Inter';
    font-size: 16px;
    text-align: left;
  
  }
  
  
   .main-navigation .sub-menu li::before{
    display: none;
  }
  .right-slider {
    margin-top: 30%;
  }
  
  .owl-nav i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: unset;
    color: rgba(27, 28, 30, 0.37);
  
  }

  
  /* --------------- Service ------------- */
  
  
  
  .dotted-line {
    position: relative;
    height: 10px;
    width: 100%;
    border-bottom: 2px dashed #666173;
    top: -25px;
  }
  .dotted-line::before,
  .dotted-line::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    top: 4px;
  }
  .dotted-line::before {
    left: -5px;
  }
  .dotted-line::after {
    right: -5px;
  }
  
  /* --------------- About ------------- */ 
  
  
  
  /* ------------ Testimonial ---------- */
  
  
  
  /* ------------ Author ---------- */
  
  
  
  select.wpcf7-form-control.wpcf7-select{
    border-radius: 10px;
    border-radius: 10px;
    background: #F7F7F7;
    border: unset;
    padding: 24px 41px;
  }
  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100%;
    border-radius: 10px;
    border-radius: 10px;
    background: #F7F7F7;
    border: unset;
    padding: 24px 16px;
    flex-direction: row-reverse;
  
  }
  
  
  /* ----------- Newsletter --------------- */
  
  
  
  /* Copyright */
  /* Style the modal */
  .modal {
    display: none; /* Hide the modal by default */
    position: absolute !important; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4); /* Black background with transparency */
  }
  
  /* Style the modal content */
  
  /* Style the close button */
  .close {
    color: #3A423F;
    float: right;
    font-size: 28px !important;
    font-weight: bold;
    text-align: end;
    margin-right: 5px;
    text-shadow: none !important;
  }
  
  .close:hover,
  .close:focus {
    color: #3A423F !important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
  }
  
  
  