.container {
  max-width: 85% !important;
}

/* vertical line start */

.v1 {
  border-left: 4px solid black;
  height: 250px;
  margin-top: 55%;
  margin-left: 75%;
}

.v1-vertical p {
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  color: rgb(3, 166, 60);
  letter-spacing: 0px;
  font-size: 36px;
  font-family: Rasa;
  font-style: normal;
  font-weight: 500;
}

.intro-c1 h2 {
  font-family: Rasa;
  font-size: 6vmin;
}

.intro-c1 h2 span {
  color: rgb(3, 166, 60);
}

/* vertical line end */

/* Intro Section Start */

#home-intro {
  margin-top: 3rem;
}

#home-intro-1 {
  margin-top: 6rem;
}

.intro-c1-div {
  width: 65%;
  margin-top: 10%;
}

.intro-c1-div img {
  width: 45%;
  float: left;
  padding-right: 10%;
  padding-bottom: 15px;
}

@media (min-width: 950px) and (max-width: 1199px) {
  .intro-c1-div img {
    width: 25vmax;
    float: left;
    padding-right: 10%;
    padding-bottom: 15px;
  }
}

@media (min-width: 603px) and (max-width: 949px) {
  .intro-c1-div img {
    width: 30vmax;
    float: left;
    padding-right: 10%;
    padding-bottom: 15px;
  }
}

@media (min-width: 300px) and (max-width: 602px) {
  .intro-c1-div img {
    width: 25vmax;
    float: left;
    padding-right: 10%;
    padding-bottom: 15px;
  }
}

.about-intro-col-p {
  font-family: Rasa;
  color: rgb(0,0,0);
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.5vmin;
  word-spacing: 5px;
  text-align: justify;
}

.about-intro-button {
  margin-top: 5%;
}

/* Intro Section ends */

/* About Section start */

.about-welcome {
  margin-bottom: 6rem;
  width: 68%;
}

.about-welcome-h2 span {
  color: rgb(3, 166, 60);
}

.about-welcome-h2 {
  font-family: Rasa;
  font-size: 6vmin;
}

.about-welcome-p {
  font-family: Rasa;
  color: rgb(0,0,0);
  line-height: 1;
  font-weight: 500;
  font-size: 2.5vmin;
}

.v1-vertical {
  transform: rotate(270deg);
  margin-top: 95px;
  margin-left: 90%;
}

.about-welcome-col-img {
  width: 40vmax;
  float: right;
  padding-left: 6%;
  padding-bottom: 15px;
}

@media (min-width: 300px) and (max-width: 602px) {
  .about-welcome-col-img {
    width: 100%;
    float: left;
    padding-left: 0%;
    padding-bottom: 15px;
  }
}

@media (min-width: 603px) and (max-width: 949px) {
  .about-welcome-col-img {
    width: 100%;
    float: left;
    padding-left: 0% !important;
    padding-bottom: 15px;
  }
}

.about-welcome-col-div {
  margin-top: 2%;
}

.about-welcome-col-h3 {
  text-align: start;
  font-family: Rasa;
  font-size: 3vmin;
  margin-bottom: 1rem;
}

.about-welcome-col-h3-span {
  color: rgb(168, 39, 39);
}

.about-welcome-col-h3-span-post {
  color: rgb(3, 166, 60);
}

.about-welcome-col-p {
  font-family: Rasa;
  color: rgb(0,0,0);
  font-weight: 500;
  font-size: 2.5vmin;
  text-align: justify;
  line-height: 1.1;
}

/* About Section end */

/* why us start */

#why-us-banner {
  margin-top: 6rem;
}

#why-us-banner img {
  width: 100%;
}

.why-us-banner-container {
  position: absolute;
}

.why-us-overlay {
  margin-left: 15%;
  width: 50%;
}

@media (max-width: 767px) {
  .why-us-overlay {
    margin-left: 0%;
    width: 50%;
  }
}

.why-us-overlay h3 {
  color: rgb(255,255,255);
  font-size: 3vmax;
}

.why-us-overlay h4 {
  color: rgb(255,255,255);
  font-size: 1.5vmax;
}

.why-us-overlay div {
  margin-right: 5rem;
}

/* why us end */

/* Nav-Bar Start */

.menu-list {
  color: white;
  border: 1px solid white;
  width: 150px;
  height: 100px;
  padding: 10px;
  border-radius: 3px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  line-height: 100px;
  text-align: center;
  margin: auto;
  display: none;
}

@media (min-width: 768px) {
  .nav-bar-mob {
    display: none !important;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .nav-bar {
    display: none !important;
  }
}

.menu-grp-list {
  float: right;
}

#toggle {
  width: 28px;
  height: 30px;
  margin: 10px auto;
  float: right;
}

#toggle div {
  width: 100%;
  height: 5px;
  background: black;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
  color: black;
  width: 150px;
  text-align: center;
  margin: auto;
  display: none;
}

.menu-col {
  padding-bottom: 10px;
}

#menu a {
  text-decoration: none !important;
  color: #000000;
}

#menu a:hover {
  color: #03a63c;
}

.nav-bar a {
  color: #000000;
  text-decoration: none !important;
}

.nav-bar a:hover {
  color: #03a63c;
}

/* Nav-Bar End */

/* footer start */

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}

footer {
  margin-top: 3rem;
}

.footer-contact-info div {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.footer-links p {
  margin-bottom: 0.5rem !important;
}

.socialmedia-icons i {
  margin-right: 1rem;
}

.footer-links a {
  text-decoration: none;
  color: #000000;
}

.footer-links a:hover {
  text-decoration: none;
  color: #03a63c;
}

/* footer end */

