* {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
.home-div {
  margin: 0;
  border: 0;
  overflow-x: hidden;
  background-color: rgb(0, 0, 0);
  color: white;
  padding: 0;
}
.project-div {
  margin: 0;
  border: 0;
  overflow-x: hidden;
  color: black;
  background-color: black !important;
}
header {
  background-color: black;
}
html {
  scroll-behavior: auto;
}
.navbar-heading {
  margin-right: 90px;
}
.social {
  margin-left: 25px;
  margin-top: 4px;
}
li#facebook {
  margin-left: 10px !important;
}
li#linkedin {
  margin-left: 0px !important;
}
li#youtube {
  margin-left: 0px !important;
  margin-top: 6px !important;
}
.main-div {
  padding: 0;
}
.services-heading {
  text-align: center;
  color: rgba(255, 255, 255, 0.735);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: x-large;
}
.about-heading-1 {
  text-align: center;
  color: rgba(255, 255, 255, 0.735);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 32px;
  margin-top: 6em;
  letter-spacing: 2px;
}
.about-heading-2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.735);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 32px;
  margin-top: 1em;
  letter-spacing: 2px;
}
.about-heading-3 {
  text-align: center;
  color: rgba(255, 255, 255, 0.735);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 28px;
  margin-top: 1em;
  letter-spacing: 2px;
  background-image: linear-gradient(to right, #006543, #757776);
}
.about-text {
  color: rgba(255, 255, 255, 0.735);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-align: center;
  font-size: larger;
  line-height: 1.1cm;
}
.team-info {
  font-size: 20px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  line-height: 1.5em;
  margin-left: 5cm;
}
a {
  text-decoration: none !important;
}
.footer-home {
  padding-top: 10em;
}
.footer {
  padding-top: 2em;
  background-color: black;
  color: white;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.project2 {
  height: 80% !important;
  align-items: center;
}
.flex-box-1 {
  background: black;
  width: 600px;
  margin-left: 15em;
}
.flex-box-2 {
  background: black;
  width: 240px;
  margin-left: 25em;
}
.contact-div {
  background-color: black;
  color: white;
}
@media (max-width: 767px) {
  .home-slider-control {
    height: 65%;
  }
  .slider {
    height: 45%;
  }
  ul.navbar-mobile {
    flex-flow: wrap !important;
    width: 128%;
    margin-left: 16px !important;
  }
  .nav-item {
    margin-left: 10px;
  }
  .social {
    margin-left: 100px !important;
  }
  .team-info {
    text-align: left;
    font-size: small;
  }
  .gmail {
    margin-left: 10px !important;
  }
  .project-image-anand {
    margin-top: 13em;
  }
  .project-image-rajasthan {
    margin-top: 11em;
    width: 100%;
  }
  .logo-text {
    font-size: large;
  }

  .contact_info {
    font-size: small;
  }
  .member-image {
    height: 85px;
    width: 85px;
  }
}
.logo-text {
  font-size: x-large;
}
.logo-font {
  color: aquamarine;
}
.home-head {
  text-align: center;
}
.container {
  display: grid;
  grid-template-rows: 200px 200px 200px 200px 200px 200px;
}
.member-image {
  float: left;
  border: 5px solid;
  border-color: rgb(143, 168, 158);
}
.core-team {
  margin-top: 2em;
}
.core-team-head {
  color: #97eace;
}
.core-team-info {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  line-height: 1.5em;
  font-weight: bolder;
  padding-left: 5cm;
  text-align: justify;
}
.contact_info {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: bolder;
}
@media screen and (max-width: 850px) {
  .member-image {
    height: 85px;
    width: 85px;
  }
  .team-info {
    text-align: left;
    font-size: small;
  }
  .core-team-info {
    padding-left: 3cm !important;
  }
  .core-profile-info {
    padding-right: 1em;
  }
}

@media screen and (max-width: 569px) {
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
  .logo-text {
    font-size: medium;
    padding-left: 0cm;
  }
  .member-image {
    height: 85px;
    width: 85px;
  }
  .team-info {
    text-align: left;
    font-size: small;
    margin-left: 4cm !important;
  }
}
