body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* .container {width: 1100px;} */
.header img {
  width: 230px;
}
.navbar-brand {
  padding-top: 0.1125rem;
  padding-bottom: 0.1125rem;
}
.header .navbar-nav {
  /* for float right */
  width: 100%;
  justify-content: flex-end;
}

.header .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-size: 16px;
}

.header .navbar-light .navbar-nav .active>.nav-link {
  color: #fff !important;
  background-color: #d6a341;
  border-radius: 4px;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.header .navbar {
  padding: 0.1rem 0.5rem;
  background: transparent!important;
}

.header .dropdown-menu {
  background-color: #15457dd9;
  background-clip: padding-box;
  border-top: 5px solid rgb(245 161 32);
  border-radius: 0px;
  font-size: 14px;
  top: 55px;
  padding: 0px !important;
}

.header .dropdown-item {
  padding: 0.35rem 1rem;
  color: #fff;
}

.header .dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background-color: #378705;
}

.banner .carousel-inner img {
  width: 100%;
  height: 550px;
}
.banner {margin-top: 80px;}
.banner .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, .7);
  z-index: 1;
  text-align: left;
  padding-left: 100px;
  padding-top: 200px;
}
.i_class {text-align: center;font-size: 24px; margin-top: 40px;margin-bottom: 40px;width: 100%;    display: table;}
.h3_class {
  text-align: center;
  display: table;
  width: 100%;
  font-weight: 600;
}
.p_class {
  text-align: left;
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.p_2 {
  text-align: left;
  display: block;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.banner p {
  max-width: 520px;
  letter-spacing: 0.8px;
  font-size: 16px;
}

.banner h3 {
  font-size: 30px;
  max-width: 560px;
  margin-bottom: 20px;
}

.banner .btn {
  background-color: #378705;
  border: 1px solid #378705;
  color: #fff;
  padding: 7px 15px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 30px;
  width: 30px;
}

.services {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #fff9f7;
  padding-bottom: 50px;
}

.box_service {
  display: table;
  margin: 30px 0px 0px 0px !important;
  width: 100%;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  background-color: #fefaf8;
  padding-bottom: 10px;
  height: 260px;
}

.boximg {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px !important;
  width: 115px;
  height: 115px;
  border-radius: 100px;
  border: 10px solid #ffffff;
}

.boximg img {
  width: 80%;
    vertical-align: middle;
    text-align: center;
    margin-top: 7px;
}

.box_service h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
  line-height: 28px;
}

.box_content {
  padding: 15px 15px;
}

.box_content .btn {
  border: 1px solid #378705;
  background-color: white;
  color: #333;
  font-size: 14px;
}

.box_content .btn:active {
  background-color: transparent !important;
  outline: none !important;
}

.box_content .btn:hover {
  background-color: #378705;
  color: #fff;
  border: 1px solid #378705;
}

.boximg:hover {
  box-shadow: 0px 0px 3px #378705;
}

.services h2 {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
  color: #d6a341;
}

.about h2 {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  color: #d6a341;
}

.about h5 {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.about p {
  text-align: left;
}
.navbar-nav li a:last-child {color: #fff;}
.about {
  display: table;
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  background-color: #a2a1a04d;
  padding-bottom: 40px;
}

.about img {
  width: 100%;
  margin-top: 90px;
}

.services h5 {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}



.carousel-caption img {
  margin-top: 10px;
  border-left: 3px solid #378705;
  border-top: 3px solid #378705;
  padding-left: 5px;
  padding-top: 5px;
}

.carousel-caption p {
  margin-top: 10px;
}



@media (min-width: 320px) and (max-width: 575px) {
  .testimonial .carousel-caption {
    position: relative;
  }

  .navbar-collapse {

    margin-bottom: 10px;
  }

  
}

@media (min-width: 576px) and (max-width: 767px) {
  

}

@media (min-width: 767px) and (max-width: 991px) {
  

  .box_content {
    padding: 15px 15px;
    height: 320px;
  }

 
  .valuebox {
    height: 170px !important;
  }
  .footer img {
    width: 210px;
    margin-bottom: 20px;
  }
.about_content .float-left { width: 100% !important;
  flex: 0 0 100%;
  max-width: 100%;}
  .about_content .float-left { width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;}
  .footer .col-md-4 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-md-2 {
    flex: 0 0 20.667%;
    max-width: 20.667%;
  }

  .footer .col-md-3 {
    flex: 0 0 38%;
    max-width: 38%;
  }
}

@media only screen and (max-width: 600px) {
  .heading_con {
    margin-top: 10px !important;
    font-size: 19px;
  }
  .i_class {
    font-size: 18px;
  }
  .h3_class {
    font-size: 18px;
  }
  .valuebox {
    margin-bottom: 20px;
  }

  .section-header {
    font-size: 20px;
  }

  .about_content .col-md-8 {
    padding: 0px;
  }

  .about_content .col-md-4 {
    margin-top: 10px;
  }

  .valuebox h4 {
    font-size: 18px;
  }

  .banner_text {
    font-size: 18px !important;
  }

  .banner_hero a {
    font-size: 14px !important;
  }

  .banner_hero_content {
    font-size: 14px;
  }

  .box_service h3 {
    font-size: 15px;
  }

  .container {
    max-width: 96% !important;
  }

  .box_service {
    height: 285px;
  }

  .header img {
    width: 170px;
  }

  .banner h3 {
    font-size: 20px !important;
  }

  .testimonial .card {
    padding-top: 15px;
  }

  .card .carousel-inner {
    margin-bottom: 0px !important;
  }

  .banner p {
    max-width: 290px !important;
    letter-spacing: 0.8px;
    font-size: 14px !important;
  }

 

  .about h2 {
    font-size: 21px;
  }

  .services h2 {
    font-size: 21px;
  }

  .banner .btn {

    padding: 5px 9px !important;
    font-size: 14px !important;
  }

  .banner .carousel-caption {

    padding-left: 50px !important;
    padding-top: 80px !important;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .banner .carousel-inner img {
    height: 300px;
  }

  .carousel-control-next {
    right: 10px;
  }

  .footer h4 {
    margin-top: 10px;
  }

  .footer {
    margin-top: 10px;
  }

  .footer .btn.btn-primary {
    float: right;
  }
}

.footer {
  background-color: #342e30;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer img {
  width: 250px;
  margin-bottom: 20px;
}

.footer p {
  color: #fff;
  font-size: 15px;
  text-align: left;
}

.footer input {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #fff;
  padding: 6px;
  font-size: 14px;
  color: #fff;
  background: transparent;
}

.footer textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}

.footer h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  text-decoration: none;
  list-style: none;
  color: #fff;
  line-height: 30px;
}

.footer ul li a {
  color: #fff;
  text-align: left;
}

.footer .btn {
  background-color: #378705;
  font-size: 14px;
  border: 1px solid #fff;
}

.footer .btn:hover {
  background-color: #378705;
}



/* testimonial page */
.banner_hero a {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

/* .banner_hero h3 {color: #fff;font-size: 26px;padding-top: 50px;text-align: center;} */
.banner_hero span {
  color: #fff;
  margin: 0px 5px;
  font-size: 16px;
}

.banner_hero img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.banner_hero {
  position: relative;
}

.banner_hero_content {
  top: 0;
  left: 0;
  color: #fff;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, .7);
  z-index: 1;
  text-align: center;
  /* padding-left: 140px; */
  padding-top: 80px;
  position: absolute;
}

.banner_hero {
  margin: 0 auto;
  font-size: large;
  margin-top: 75px;
}

.heading_con {
  color: #378705;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.about_content {
  display: table;
  width: 100%;
  padding: 30px 0px;
}

.valuebox {
  text-align: center;
  padding: 15px 15px;
  background: #fff;
  box-shadow: 0px 5px 15px rgb(30 30 30 / 14%);
  height: 130px;
}

.valuebox h4 {
  color: #378705;
}

.banner_text {
  color: #378705;
  font-size: 23px;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 9999;
  box-shadow: 0px 5px 15px rgb(30 30 30 / 14%);
  width: 100%;
  min-height: 80px;
  padding: 8px 0px;
}

.pointmain {
  color: #333;
  font-size: 18px;
}



/* contact page css */
#contact {
  width: 100%;
}

.section-header {
  margin: 0 auto;
  color: #378705;
  margin-top: 30px;
  display: inline-block;
  text-align: left;
  font-size: 25px;
  width: 100%;
}

.contact-wrapper {
  display: block;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 100%;
  font-weight: 400;
}

.form-control,
textarea {
  max-width: 100%;
  background-color: transparent;
  color: #000;
  letter-spacing: 1px;
}

button#submit {
  float: right;
  display: table;
  margin-top: 20px;
  background: #378705;
  border: #378705;
}

span.send-text {
  margin-left: 5px;
}

.contact-list {
  margin: 0px;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 100%;

}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
}

.list-item {
  line-height: 1.5;
  color: #333;
  width: 31.33%;
  float: left;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  margin-left: 2%;
  height: 110px;
}

.contact-text {
  color: #333;
  font-size: 14px;
  margin-left: 20px;
  display: table;
  margin-top: 10px;
}

.fa-2x {
  float: left;
  font-size: 26px;
  margin-top: 0px;
  margin-right: 20px;
  height: 40px;
  color: #378705;
}

.place {
  margin-left: 20px;
}

.list-item:first-child {
  margin-left: 0% !important;
}

.phone {
  margin-left: 15px;
}

.gmail {
  margin-left: 15px;
}

.list-item strong {
  font-size: 17px;
}

.contact-text a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #333;
  text-decoration: none;
}


/* Social Media Icons */


.copyright {
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255, 255, 255, .6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }



  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .list-item {height: 145px;}
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .banner_hero {
    margin-top: 60px;
  }

  .banner {
    margin-top: 45px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container,
  .form-wrapper {
    float: none;
    margin: 0 auto;
  }

  .form-control,
  textarea {

    margin: 0 auto;
  }


  .name,
  .email,
  textarea {
    width: 280px;
  }

  .list-item {
    width: 100%;
    margin-left: 0px !important;
    margin-top: 15px;
  }

  .direct-contact-container {
    margin-top: 10px;
    max-width: 100%;
  }

  .social-media-list {
    left: 0;
  }

  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }

  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}

@media screen and (max-width: 410px) {}

.about_content img {
  width: 100%;
}