html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}
body {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  padding-top: 75px;

  @media @max767 {
    padding-top: 85px;
  }
}

@max767: ~"(max-width: 767px)";
@min768: ~"(min-width: 767px)";
@max991: ~"(max-width: 991px)";
@max1200: ~"(max-width: 1200px)";

#colors() {
  primary: #066C91;
  secondary: #6b4c41;
  l-blue: #0b141b;
  white: #ffffff;
  black: #000000;
  grey: #e9e9e9;
  grey1: #f7f7f7;
  rgba: rgba(2, 2, 2, 0.8);
}

.primary {
  color: #colors[primary];
}
.secondary {
  color: #colors[secondary];
}
.black {
  color: #colors[black];
}
.grey {
  color: #colors[grey];
}
.secondary-bg {
  background-color: #colors[secondary];
}
.primary-bg {
  background-color: #colors[primary];
}
.bg-black {
  background-color: #colors[black];
}
.bg-white {
  background-color: #colors[white];
}
.bg-grey {
  background-color: #colors[grey];
}
a {
  cursor: pointer;
}
.font-s12 {
  font-size: 11px;
}
// h3,
// h2 {
//   font-weight: bold;
// }
.subheading {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 40px;
  font-family: "Gotham Bold";
}

section {
  p,
  ul,
  ol {
    font-size: 16px;
    line-height: 28px;
  }
}
/****************************** navbar ****************************************/
nav .navbar-nav .nav-link,
nav .navbar-brand {
  color: #colors[primary];
  img {
    width: 130px;
  }
}
nav {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 75px;
  background-color: #colors[white];
  @media @max767 {
    height: auto;
    // background: #fff !important;
  }
  button.btn.popup-btn {
    background: #colors[primary];
    color: #colors[white];
  }
  .container-fluid {
    @media @max767 {
      display: flex;
      justify-content: center !important;
    }
  }
}
.nav-item {
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
}
.navbar-nav .active > .nav-link,
.navbar-nav a.nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
  color: #colors[secondary] !important;
}
.navbar-nav {
  > li {
    > a:hover,
    > a:active,
    > a:focus {
      //border-bottom: 2px solid #colors[secondary];
      color: #colors[secondary] !important;
    }
  }
} //end .navbar-nav

.callback {
  input.form-control {
    border-color: #colors[primary];
  }
  input#submit {
    font-size: 14px;
    background: #colors[primary];
    color: #colors[white];
    font-weight: bold;
    border-color: #colors[primary];
    @media @max767 {
      font-size: 14px;
    }
  }
}
/****************************** home ****************************************/

#about-us {
  .about {
    @media @max767 {
      text-align: justify !important;
    }
  }
}

#Facility {
  background: #colors[primary];
  .card {
    text-align: center;
    display: block;
    min-height: 225px;
    @media @max767 {
      min-height: auto;
      margin-top: 10px;
    }
    img {
      width: 65px;
      margin: 10px 0;
    }
  }
}
#gallery {
  .col-sm-4 {
    margin: 15px auto;
  }
}

#Activities {
  background: #colors[grey];
  .card.card-default {
    min-height: 255px;
  }
  ul.amenilies-list {
    padding-top: 15px;
    padding-right: 15px;
  }
  h5.card-title {
    margin-bottom: 0;
    font-weight: bold;
    color: #colors[primary] !important;
  }
  span {
    font-weight: bold;
    font-size: 16px;
  }
  .col-sm-12,
  .col-sm-4 {
    margin-top: 15px;
  }
}

#contact-us {
  #contact-form {
    background: url(../images/gallery/Gallery-pic2.jpg) rgba(0, 0, 0, 0.5);
    background-size: cover;
    // background-attachment: fixed;
    background-position: 50% 17%;
    height: 250px;

    .contact {
      background-size: cover;
      background: rgba(0, 0, 0, 0.7);
      background-repeat: repeat;
      background-position: top center;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5% 10% !important;
      @media @max767 {
        padding: 3% 7% !important;
      }
    }
    p {
      color: #colors[white] !important;
    }
    h3 {
      color: #colors[white] !important;
    }
    .subheading:before {
      content: "";
      background-color: #colors[white];
    }
    .subheading:after {
      content: "";
      background-color: #colors[white];
    }
    .input-container {
      display: -ms-flexbox; /* IE10 */
      display: flex;
      width: 100%;
      margin-bottom: 15px;
    }

    .icon {
      padding: 5px;
      background: #colors[primary];
      color: #colors[white];
      min-width: 50px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
    }

    .input-field {
      width: 100%;
      padding: 10px;
      outline: none;
    }

    .input-field:focus {
      border: 2px solid #colors[primary];
    }

    /* Set a style for the submit button */
    .btn {
      background-color: #colors[primary];
      color: #colors[white];
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      // width: 100%;
      opacity: 0.9;
      text-align: center;
      margin: auto;
      display: flex;
    }

    .btn:hover {
      opacity: 1;
    }
  }
}

/****************************** Footer ****************************************/
.footer-bg {
  color: #colors[black];
  form {
    .form-control:not([size]):not([multiple]) {
      height: calc(2.25rem + 15px);
    }
  }
  button#submit {
    background: #colors[primary];
    color: #colors[white];
    border: none;
    height: calc(2.25rem + 15px);
    padding: 0px 30px;
    cursor: pointer;
    font-weight: bold;
  }
  p,
  a {
    color: #colors[black] !important;
  }
  .info i {
    font-size: 35px;
    color: #colors[white];
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }
  .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #colors[white];
  }
  .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #colors[white];
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  // background-color: #colors[primary];

  .col-6 {
    padding: 0px !important;
    border-left: 1px solid #fff;
  }
  .fixed_contact2 {
    text-align: center;
    color: #colors[white];
    text-decoration: none;
    font-size: 16px;
    background-color: #colors[primary];
    padding: 8px 0px !important;
    font-size: 16px;
    font-weight: bold;
  }
  .fixed_contact1 {
    text-align: center;
    color: #colors[white];
    text-decoration: none;
    font-size: 16px;
    background-color: #066C91;
    padding: 8px 0px !important;
    font-size: 16px;
    font-weight: bold;
    i {
      font-weight: bold;
    }
  }
}
.footer {
  background-color: #colors[primary];
  p {
    margin-bottom: 0px;
    color: #colors[white] !important;
  }
}

#footer {
  background-color: #colors[grey];
  p {
    margin-bottom: 0;
  }
  .justo {
    justify-content: center;
    img {
      width: 10%;
      @media @max767 {
        width: 30%;
      }
    }
    p {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 1px;
    }
  }
  img.sarthi {
    width: 30%;
    padding: 15px 0;
    @media @max767 {
      width: 75%;
      height: auto;
    }
  }
}
.reach {
  position: fixed;
  right: -65px;
  top: 50vh;
  border: none;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 20px;
  background: #066C91;
  color: #ffffff;
  border: 2px solid #fff;
  cursor: pointer;
  outline: none !important;
  z-index: 999999;
  transform: rotate(-90deg);
  /*@media @max767 {
    display: none;
  }*/
}
.fixed_contact_scroll1 {
  width: 250px;
  right: -550px;
  overflow: hidden;
  position: fixed;
  background: #colors[primary];
  top: 22%;
  z-index: 9999999;
  padding: 20px;
  border-right: 0px;
  border: 1px solid #colors[white];
  // border-right: none;
  border-radius: 10px;
  @media @max767 {
    top: 20%;
  }
  h5 {
    color: #colors[white];
    margin-bottom: 10px;
  }
  .submit-form {
    color: #colors[primary];
    background-color: #colors[white];
    border: none;
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 25px;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
  }
}
.fixed_contact_scroll {
  width: 250px;
  right: -550px;
  overflow: hidden;
  position: fixed;
  background: #colors[primary];
  top: 25%;
  z-index: 9999999;
  padding: 20px;
  border-right: 0px;
  border: 1px solid #colors[white];
  // border-right: none;
  border-radius: 10px;
  @media @max767 {
    top: 20%;
  }
  h3 {
    color: #colors[white];
    margin-bottom: 20px;
  }
  .submit-form {
    color: #colors[primary];
    background-color: #colors[white];
    border: none;
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 25px;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
  }
}
#close1 {
  position: absolute;
  top: 1%;
  right: 5%;

  .fa {
    color: #colors[white] !important;
    font-size: 22px;
  }
}

/****************************** Mobile ****************************************/
@media @max767 {
  .pt15 {
    padding-top: 15px;
  }
  .mb41 {
    margin-bottom: 41px;
  }
  .item {
    pointer-events: none;
  }
}
.mycolor
{
    color:#066C91;
}