/* basic css-start */
* {
  font-family: BebasNeueRegular, arial, Georgia, serif;
  font-size: 15px;
  color: #7b7b7b;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

html,
body {
  background-color: #fff;
  scroll-behavior: smooth;
  font-family: BebasNeueRegular, arial, Georgia, serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: left;
  background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #167FC3;
}

p {
  color: #000;
  font-size: 16px;
}

li {
  color: #1FA84D;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  color: #167FC3;
}

.space {
  padding: 60px 0px;
}

.bg-color {
  background: #f4f4f4;
}

.na-sp {
  padding-top: 6%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.btn-round {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.6px;
}

.theme-button {
  text-transform: uppercase;
  border-top: 1px solid #167FC3;
  border-bottom: 1px solid #167FC3;
  padding: 10px 20px;
}

.theme-button:hover {
  text-decoration: none;
  color: #167FC3;
}

.heading {
  display: flex;
  color: #FAFAFA;
}

.heading:before,
.heading:after {
  content: "";
  margin: auto 1em;
  border-bottom: solid 1px #000;
  flex: 1;
}
.heading:before h2,
.heading:after h2 {
  position: relative;
  padding: 0.25em 1em;
  overflow: hidden;
  background: linear-gradient(#FAFAFA, #FAFAFA) no-repeat top center, linear-gradient(#FAFAFA, #FAFAFA) no-repeat bottom center;
  background-size: calc(100% - 1.7em) 1px;
}

.btn {
  margin: 10px 0px;
}
.btn .btn-primary {
  border: 2px solid #1FA84D;
  padding: 8px 25px;
  text-decoration: none;
  color: #167FC3;
  border-radius: 25px;
  font-size: 16px;
  box-shadow: 3px 3px 5px;
}

/* basic css-end */
nav {
  padding: 0px !important;
  border-bottom: 1px solid;
}
nav .navbar-brand {
  font-family: adobe-caslon-w01-smbd, adobe-caslon-w08-smbd, serif;
}
nav .navbar-brand b {
  color: #000;
  font-size: 18px;
}
nav .navbar-brand b span {
  color: #000;
  font-size: 18px;
}
nav .navbar-brand img {
  width: 80px;
}
nav #collapsibleNavbar .navbar-nav {
  float: right;
  padding-right: 2%;
}
nav #collapsibleNavbar .navbar-nav .nav-item .nav-link {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
}
nav #collapsibleNavbar .navbar-nav .nav-item .dropdown-toggle::after {
  vertical-align: 0.2em;
}
nav #collapsibleNavbar .navbar-nav .nav-item .dropdown-menu {
  right: 0;
  left: auto;
  border-radius: 0px;
  border-top: 3px solid;
}
nav #collapsibleNavbar .navbar-nav .nav-item .dropdown-menu li {
  line-height: 30px;
}

.navbar .navbar-nav .nav-link:hover {
  color: #000000;
}

@media only screen and (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand {
    padding: 0 0.7em;
  }
  .navbar .navbar-nav .nav-link {
    padding: 1em 0;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0 0.5em;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
  width: 0%;
  content: "";
  height: 4px;
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

.navbar .navbar-nav .nav-item::after {
  transition: all 0.5s;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.carousel {
  position: initial !important;
}
.carousel .carousel-inner {
  height: 90vh;
}
.carousel .carousel-inner img {
  width: 100%;
  height: 90vh;
}
.carousel .carousel-indicators {
  margin-bottom: 1.5rem;
}
.carousel .carousel-indicators button {
  height: 5px;
}
.carousel .carousel-caption {
  bottom: 5.25rem;
  background-color: rgba(0, 0, 0, 0.3882352941);
}
.carousel .carousel-caption h3,
.carousel .carousel-caption p {
  color: #fff;
}

.mis-vis {
  text-align: center;
}
.mis-vis h3 {
  line-height: 1.35em;
  color: #000;
  font-size: 40px;
}
.mis-vis p {
  line-height: 2em;
  font-size: 20px;
}

.about-home .img img {
  width: 100%;
}
.about-home h2 {
  line-height: 1.35em;
  color: #000;
  font-size: 50px;
  text-align: center;
  padding-top: 30px;
}
.about-home p {
  line-height: 2em;
  font-size: 20px;
  padding-top: 20px;
  text-align: center;
}

.contact-home h2 {
  line-height: 1.35em;
  color: #000;
  font-size: 50px;
  text-align: left;
  padding-top: 30px;
}
.contact-home p {
  padding-top: 5px;
  text-align: left;
}
.contact-home p a {
  color: #000;
  text-decoration: none;
  line-height: 2em;
  font-size: 20px;
}
.contact-home .form label {
  font-style: italic;
  font-weight: 600;
  color: #000;
}
.contact-home .form input,
.contact-home .form textarea {
  border-bottom: 2px solid #000 !important;
  border: 0px;
  border-radius: 0px;
}
.contact-home .form button {
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
  color: #000;
  border: none;
  background-color: #fff;
}
.contact-home .form button:hover {
  color: #1FA84D;
}

.about-page h2 {
  line-height: 1.35em;
  color: #000;
  font-size: 50px;
  text-align: center;
  padding-top: 30px;
}
.about-page p {
  line-height: 2em;
  font-size: 20px;
  padding-top: 20px;
}
.about-page img {
  width: 100%;
}

.services {
  background-color: #FAFAFA;
}
.services .heading {
  padding-bottom: 60px;
}
.services h5 {
  padding-top: 7%;
}
.services h5 a {
  font-size: 18px;
  text-decoration: none;
}
.services .img {
  text-align: right;
}
.services .img img {
  width: 50%;
  height: auto;
}

.project img {
  width: 100%;
  height: 100%;
}

footer {
  background-color: #167FC3;
  padding-top: 3%;
}
footer h4,
footer a {
  color: #000;
}
footer a:hover {
  color: #fff;
}
footer .copyright {
  color: #fff;
  padding: 10px 0px;
  border-top: 1.5px solid #000;
}
footer .copyright strong span {
  color: #000;
}
footer .copyright strong span a {
  text-decoration: none;
}
footer .footer-links a {
  text-decoration: none;
}
footer .footer-links a img {
  background-color: #fff;
  border-radius: 5px;
}

/* medium and up screens */
@media (min-width: 576px) {
  #collapsibleNavbar {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  nav #collapsibleNavbar .navbar-nav {
    float: left;
  }
  nav .navbar-brand b span {
    display: none;
  }
  nav .navbar-brand img {
    width: 60px;
  }
  .carousel .carousel-indicators,
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    display: none;
  }
  .carousel .carousel-inner {
    height: 200px;
  }
  .carousel .carousel-inner img {
    height: 200px;
  }
  .na-sp {
    padding-top: 17%;
  }
  .footer {
    padding-top: 6%;
  }
  .footer .img-fluid {
    width: 25%;
  }
  .footer .copyright {
    padding: 10px 20px;
  }
  .services h5 {
    padding-top: 3%;
  }
  .services .img {
    margin-bottom: 20px;
  }
  .services .img img {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */