html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #ea882b;
}

::-webkit-scrollbar-thumb:hover {
  background: #45810a;
}

.btn-primary {
  background: #ea882b;
  border: none !important;
  outline: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

p {
  font-size: 20px;
}

iframe {
  width: 100%;
}

.navbar-nav li {
  margin-right: 50px;
}

.header-band-fixed {
  position: fixed;
  border-bottom: 2px solid #fff;
}

.header-band {
  position: fixed;
  z-index: 1063;
  top: 0;
  width: 100%;
}

.header-band .top-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
  background: #ea882b;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-band .top-header .top-links {
  width: 100%;
  text-align: right;
}

.header-band .top-header .top-links a {
  font-size: 13px !important;
  color: #fff;
  margin: 0 30px;
  padding: 3px 10px !important;
}

.header-band .top-header .top-links .quickenquiry {
  padding: 0 10px;
  border-radius: 5px;
}

.header-band .top-header .top-links .lang-change {
  background: #218838;
  padding: 0 10px;
  border-radius: 5px;
}

footer {
  border-top: 2px solid #ea882b;
  margin: 0 60px;
}

.logo-name {
  position: absolute;
  top: -5px;
  width: 400px;
  font-family: "Baloo Chettan", cursive;
}

nav {
  background: #ea882b;
}

nav h2 {
  color: #fff;
  font-size: 25px;
}

nav a {
  font-size: 16px !important;
  color: #fff !important;
  padding: 10px 5px !important;
  font-family: sans-serif;
}

nav a.active {
  border-bottom: 3px solid #fff;
}

nav li:hover > a {
  border-bottom: 3px solid #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.landing {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background: white;
  background: url("../img/bg.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.landing .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(234, 136, 43, 0.7)), color-stop(rgba(234, 136, 43, 0.7)), color-stop(rgba(234, 136, 43, 0.7)), color-stop(rgba(255, 193, 221, 0.4)), color-stop(rgba(252, 222, 248, 0.4)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(193, 222, 246, 0.4)), color-stop(rgba(118, 204, 224, 0.4)), color-stop(rgba(27, 184, 176, 0.4)), color-stop(rgba(69, 129, 10, 0.4)), to(rgba(69, 129, 10, 0.4)));
  background-image: linear-gradient(to right bottom, rgba(234, 136, 43, 0.7), rgba(234, 136, 43, 0.7), rgba(234, 136, 43, 0.7), rgba(255, 193, 221, 0.4), rgba(252, 222, 248, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(193, 222, 246, 0.4), rgba(118, 204, 224, 0.4), rgba(27, 184, 176, 0.4), rgba(69, 129, 10, 0.4), rgba(69, 129, 10, 0.4));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.intro-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ea882b;
  padding: 30px 0px;
}

.intro-text .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
}

.intro-text .t1 .hero-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.intro-text .t1 .hero-images img {
  width: 110px;
}

.intro-text .t1 .h2 {
  font-family: sans-serif;
  font-weight: 800;
  font-size: 40px;
}

.intro-text .t1 h2 {
  font-family: "Baloo Chettan", cursive;
}

.intro-text .t1 h5 {
  font-size: 14px;
}

.intro-text .t2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 10px;
}

.intro-text .t2 h5 {
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.intro-text .t2 h6 {
  margin-top: 10px;
  font-family: "Chilanka", cursive;
  font-size: 18px;
  color: #fff;
}

.intro-text .t3 {
  -webkit-box-shadow: 2px 2px 10px 2px #000;
          box-shadow: 2px 2px 10px 2px #000;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.intro-text .t4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.intro-text .t4 h4 {
  font-size: 25px;
  font-family: "Chilanka", cursive;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}

.services-scroll {
  background: rgba(234, 136, 43, 0.5);
  margin: 50px 30px;
  padding: 50px;
}

.services-scroll h2 {
  color: #fff;
  background: #ea882b;
  font-size: 20px;
  padding: 10px 0;
}

.services-scroll img {
  text-align: center;
  width: 100%;
}

.services-scroll p {
  text-align: center;
  font-size: 14px;
}

.services-scroll h3 {
  margin-top: 20px;
}

.services-scroll h3 a {
  color: #fff;
  font-size: 16px;
  background: #ea882b;
  padding: 10px 50px;
}

.mission {
  padding: 0px 100px;
}

.mission h2 {
  font-size: 25px;
  font-weight: 600;
}

.mission div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mission div:last-child > i,
.mission div:last-child > p {
  opacity: 0.5;
}

.mission i {
  color: #ea882b;
  font-size: 20px;
}

.mission p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.mission-btn {
  margin-bottom: 50px;
}

.mission-btn a {
  color: #fff;
  font-size: 16px;
  background: #ea882b;
  padding: 10px 50px;
}

.contact p {
  font-size: 16px;
}

.contact h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  padding: 20px 0;
  font-family: "Chilanka", cursive;
}

.contact .contact-text {
  padding: 30px;
  text-align: center;
}

.contact .contact-text h3 {
  background-color: #ea882b;
  color: #fff;
  padding: 5px 0;
}

.contact .contact-form {
  padding: 50px;
}

.about .about-text p {
  font-size: 16px;
}

.about .team-members h2 {
  margin-top: 20px;
}

.about .team-members .team-member {
  padding: 20px;
  width: 15%;
  text-align: center;
}

.about .team-members .team-member p {
  background: #ea882b;
  color: #fff;
  font-size: 14px;
}

.about .team-members img {
  width: 100%;
}

.about .mission-vission {
  padding: 50px 100px;
}

.about .mission-vission h2 {
  font-size: 25px;
  font-weight: 600;
}

.about .mission-vission div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .mission-vission i {
  color: #ea882b;
  font-size: 20px;
}

.about .mission-vission p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.section-intro {
  background: url("../img/bg.png") center center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(234, 136, 43, 0.7)), color-stop(rgba(234, 136, 43, 0.7)), color-stop(rgba(234, 136, 43, 0.7)), color-stop(rgba(255, 193, 221, 0.4)), color-stop(rgba(252, 222, 248, 0.4)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(193, 222, 246, 0.4)), color-stop(rgba(118, 204, 224, 0.4)), color-stop(rgba(27, 184, 176, 0.4)), color-stop(rgba(69, 129, 10, 0.4)), to(rgba(69, 129, 10, 0.4)));
  background-image: linear-gradient(to right bottom, rgba(234, 136, 43, 0.7), rgba(234, 136, 43, 0.7), rgba(234, 136, 43, 0.7), rgba(255, 193, 221, 0.4), rgba(252, 222, 248, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(193, 222, 246, 0.4), rgba(118, 204, 224, 0.4), rgba(27, 184, 176, 0.4), rgba(69, 129, 10, 0.4), rgba(69, 129, 10, 0.4));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-intro h1 {
  position: absolute;
  top: 60%;
  left: 3%;
  color: #212121;
  font-weight: 600;
}

.services {
  padding: 50px 100px;
}

.services > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.services i {
  color: #ea882b;
  font-size: 20px;
}

.services p {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.services span {
  font-size: 25px;
  color: #45810a;
  font-weight: 800;
}

.gallery .col-12 {
  margin: 20px auto;
}

.gallery .col-12 .col-md-3 {
  margin-top: 20px;
}

.gallery .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.gallery .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.gallery .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.gallery .gal-img:hover {
  cursor: pointer;
}

.gallery .gal-img:hover i {
  opacity: 1;
}

.gallery .gal-img:hover::after {
  opacity: 1;
}

.gallery img {
  width: 100%;
  padding: 5px;
  border: 1px solid #ea882b;
}

.gallery h2 {
  padding: 10px;
  font-size: 16px;
  margin: 15px;
  color: #fff;
  background: #ea882b;
}

@media (max-width: 500.98px) {
  body {
    width: 100% !important;
    overflow-x: hidden;
  }
  footer {
    border-top: 2px solid #ea882b;
    margin: 5px 0;
  }
  .logo-name {
    position: absolute;
    top: 15px;
    left: 5px;
    width: 250px;
    font-family: "Baloo Chettan", cursive;
    font-size: 25px;
  }
  .header-band {
    position: fixed;
    z-index: 1063;
    top: 0;
    width: 100%;
    background: #ea882b;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header-band header {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #fff;
  }
  .header-band .top-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 0;
    background: #ea882b;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .header-band .top-header .top-links {
    text-align: center;
  }
  .header-band .top-header .top-links a {
    margin: 0 20px;
  }
  nav ul {
    margin-top: 20px;
    border-top: 1px solid #fff;
  }
  nav li {
    margin-left: 50px !important;
  }
  nav a {
    font-family: "Tomorrow", sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 20px;
  }
  nav a.active {
    border-bottom: none;
  }
  nav li:hover > a {
    border-bottom: none;
  }
  .section-intro h1 {
    font-size: 25px;
  }
  .section-intro {
    background: url("../img/section-bg.png") top no-repeat;
    background-size: cover;
  }
  .landing {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: url("../img/mob-bg.png") center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .landing .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(234, 136, 43, 0.7)), color-stop(rgba(234, 136, 43, 0.7)), color-stop(rgba(234, 136, 43, 0.7)), color-stop(rgba(255, 193, 221, 0.4)), color-stop(rgba(252, 222, 248, 0.4)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(255, 255, 255, 0.4)), color-stop(rgba(193, 222, 246, 0.4)), color-stop(rgba(118, 204, 224, 0.4)), color-stop(rgba(27, 184, 176, 0.4)), color-stop(rgba(69, 129, 10, 0.4)), to(rgba(69, 129, 10, 0.4)));
    background-image: linear-gradient(to right bottom, rgba(234, 136, 43, 0.7), rgba(234, 136, 43, 0.7), rgba(234, 136, 43, 0.7), rgba(255, 193, 221, 0.4), rgba(252, 222, 248, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(193, 222, 246, 0.4), rgba(118, 204, 224, 0.4), rgba(27, 184, 176, 0.4), rgba(69, 129, 10, 0.4), rgba(69, 129, 10, 0.4));
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .intro-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ea882b;
    padding: 10px 0px;
  }
  .intro-text .t1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .intro-text .t1 .hero-images {
    padding: 10px 20px;
  }
  .intro-text .t1 .hero-images img {
    width: 80px;
  }
  .intro-text .t1 .h2 {
    font-family: sans-serif;
    font-weight: 800;
    font-size: 20px;
  }
  .intro-text .t1 h2 {
    font-family: "Baloo Chettan", cursive;
    font-size: 20px;
  }
  .intro-text .t1 h5 {
    font-size: 14px;
  }
  .intro-text .t2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 10px;
  }
  .intro-text .t2 h5 {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #fff;
  }
  .intro-text .t2 h6 {
    margin-top: 5px;
    font-family: "Chilanka", cursive;
    font-size: 18px;
    color: #fff;
  }
  .intro-text .t3 {
    -webkit-box-shadow: 2px 2px 10px 2px #000;
            box-shadow: 2px 2px 10px 2px #000;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .services-scroll {
    margin: 50px 0;
    padding: 10px;
  }
  .services-scroll h2 {
    font-size: 16px;
    padding: 10px 0;
  }
  .services-scroll img {
    text-align: center;
    width: 100%;
  }
  .services-scroll p {
    text-align: center;
    font-size: 16px;
  }
  .services-scroll h3 {
    margin-top: 20px;
  }
  .services-scroll h3 a {
    font-size: 16px;
    padding: 10px 20px;
  }
  .gallery h2 {
    font-size: 14px;
  }
  .services {
    padding: 30px 0;
    padding-left: 5px;
  }
  .services div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .mission {
    padding: 30px 0;
    padding-left: 5px;
  }
  .mission div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mission p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .about .team-members .team-member {
    width: 90%;
  }
  .about .team-members .team-member p {
    font-size: 20px;
  }
  .about .team-members .team-member span {
    font-size: 18px;
  }
  .about .mission-vission {
    padding: 30px 0;
    padding-left: 5px;
  }
  .about .mission-vission div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .mission-vission p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .contact h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .contact .contact-text {
    padding: 20px 10px;
  }
  .contact .contact-form {
    padding: 0px;
  }
  .contact .contact-form button {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=dnv.css.map */