body{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}

#back2Top {
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #1e4ac4;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 20px;
}

#back2Top:hover {
  background-color: #fff;
  color:  #1e4ac4;
}
.top_contacts{
  background: green;
  color: #ccc;
  padding: 5px;
  font-size: 0.75em;
  font-weight:500;
}
.navbar-custom{
  background: #fff !important;
}
.navbar-custom a{
  color: rgb(26, 59, 0) !important;
  font-size: 20px;
  font-weight:400;

}
.navbar-custom li a{
   font-weight:bolder;
   border: 1px solid green;
   border-radius: 10px;
   background: green;
   color: white !important;
   margin-right: 10px;
}
.navbar-custom a:hover{
  text-decoration: underline;
}
.navbar-brand img{
  width: 18vw;
}
.icon-bar{
  width: 15px;
  height: 2px;
  color: #fff;
}
.imgBox{
  width: 100vw !important;
  height: 65vh;
}
.bd-placeholder-img{
  width: 100vw !important;
}
#myCarousel{
  height:65vh !important;
}
.carousel-caption {
  background: rgb(195, 217, 56);
  padding-left: 15px;
  padding-top: 5%;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  width:250px;
  height: 250px;
  margin-left: 55vw;
  color: #000;
}
.carousel-caption a{
    color: #000;
    text-decoration: none;
}
.carousel-caption h5{
    font-weight: bolder;
}
.carousel-indicators li{
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  background-color: rgb(0, 0, 0) !important;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  color:rgb(0, 0, 0) !important;
  text-align: center;
}
.home_hero{
  min-height: 10vh;
  background: rgb(33, 90, 7);
  color: #fff;
  padding-top: 10px;
}
.home_about{
  min-height: 50vh;
  background: rgb(248, 247, 247);
  padding-top: 5%;
  padding-bottom: 2%;
  font-size: 1.25rem
}

.page_details {
  padding-top: 2%;
  padding-bottom: 3%;
  background: rgb(233, 233, 233);
}
.ftco-footer {
  font-size: 16px;
  background: #1b212c;
  padding: 2em 0;
}

.ftco-footer .ftco-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2,
.ftco-footer .ftco-footer-widget h4 {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
}

.ftco-footer .ftco-footer-widget .email {
  font-size: 16px;
  letter-spacing: 5px;
}

.ftco-footer .ftco-footer-widget .email a {
  color: #fff;
}

.ftco-footer .ftco-footer-widget h2 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.ftco-footer p {
  color: rgba(255, 255, 255, 0.5);
}

.ftco-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.ftco-footer a:hover {
  color: #fff;
}

.ftco-footer .ftco-heading {
  font-size: 24px;
}

.ftco-footer .ftco-heading-2 {
  font-size: 18px;
  font-weight: bold;
  color: #1b212c;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
  color: #fff;
}
.page_header{
  background: url(../images/image1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  height: 45vh;
}
.page_header_overlay{
  background: radial-gradient(rgba(0, 0, 0, 0.9), rgba(0,0,0,0.4));
  padding-top: 3%;
  height: 45vh;
}
.page_header h4{
  color: #fff;
}
.page_header h1{
  font-size: 6em;
  color: #fff;
}
.home_brief{
  min-height: 50vh;
}

.service_row {
  display: flex;
  flex-wrap: wrap;
}

.service_column {
  flex: 25%;

}
@media screen and (max-width: 992px) {
  .service_column {
    flex: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .service_row {
    flex-direction: column;
  }
}
.service_overlay{
  padding-top: 20%;
  padding-bottom: 2%;
  background: rgba(0, 0, 0, 0.007);
  height: 50vh;
}

.service_heading{
  color: #fff;
}
.clinical{
  background: url(../images/image9.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.domestic{
  background: url(../images/image8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.industrial{
  background: url(../images/image6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.products{
  background: url(../images/bg13.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.home_data_content{
   padding-top: 3%;
  padding-bottom: 3%; 
}
.contacts_map {
  padding-top: 3%;
  padding-bottom: 3%;
  min-height: 100vh;
}

.service_column:hover{
  animation: scale 5s;
}

@keyframes scale{
  0%{
    transform: scale(1);
  }
  100%{
    transform: scale(1.1);
  }
  
}
.home_feeds{
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left:5%;
  align-items: center;
}
.home_underline{
  padding-left: 40%;;
}
.underline{
  width: 15em;
  height:.25em;
  background-color: rgb(17, 73, 0);
  margin-bottom: 3%;
}
.home_feeds ul{
  padding-left: 3%;
  align-items: center;
}
.home_feeds ul li{
  display: inline-block;
  margin-bottom: 5px;
  
  align-items: center;
}
.home_feeds img{
  width: 22vw;
}
@media (max-width: 768px) {
  .navbar-custom li a{
    font-weight:bolder;
    border: 1px solid green;
    border-radius: 10px;
    background: green;
    color: white !important;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 15px !important;
 }
 .navbar-brand img{
  width: 32vw;
}
  .imgBox{
    width: 100vw !important;
    height: 40vh;
  }
  .bd-placeholder-img{
    width: 100vw !important;
  }
  #myCarousel{
    height:100% !important;
  }
  .carousel-caption {
    background: rgb(195, 217, 56);
    padding-left: 15px;
    padding-top: 5%;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    width:170px;
    height: 170px;
    margin-left: 47vw;
    color: #000;
    font-size: 0.7rem !important;
  }
  .carousel-caption a{
      color: #000;
      text-decoration: none;
  }
  .carousel-caption h5{
      font-weight: bolder;
      font-size: 0.7rem !important;
  }
  .carousel-indicators li{
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background-color: rgb(0, 0, 0) !important;
  }
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    color:rgb(0, 0, 0) !important;
    text-align: center;
  }
  .home_hero{
    min-height: 10vh;
    background: rgb(33, 90, 7);
    color: #fff;
    padding-top: 10px;
  }
  .home_about{
    min-height: 50vh;
    background: rgb(248, 247, 247);
    padding-top: 5%;
    padding-bottom: 2%;
    padding-right:15%;
    padding-left:0% !important;
    font-size: 1em;
  }
 
  .home_about .container{
    padding-left:0% !important;
  }
  .home_feeds img{
    display: inline;
  }
  .page_header h4{
    color: #fff;
  }
  .page_header h1{
    font-size: 3.75em;

    padding-top: 20%;
    color: #fff;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(4, 109, 4, 0.9);
    border-color: rgba(4, 109, 4, 0.9);
}
.navbar-toggler {
  padding: 5px;
  font-size: .75rem;
  line-height: 1;
  background-color: rgb(255, 255, 255);
  border: 1px solid #000;
  border-radius: .25rem;
  content: 'Menu';
}
.icon-bar {
  background:#000 !important;
  height: 1px !important;
}
.about_img{
  display: none;
}
}

@media (max-width: 400px) {
  .navbar-custom li a{
    font-weight:bolder;
    border: 1px solid green;
    border-radius: 10px;
    background: green;
    color: white !important;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 15px !important;
 }
 .navbar-brand img{
  width: 32vw;
}
  .imgBox{
    width: 100vw !important;
    height: 40vh !important;
  }
  .bd-placeholder-img{
    height: 40vw !important;
  }
  #myCarousel{
    height:100% !important;
  }
  .carousel-caption {
    background: rgb(195, 217, 56);
    padding-left: 15px;
    padding-top: 5%;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    width:170px;
    height: 170px;
    margin-left: 47vw;
    color: #000;
    font-size: 0.7rem !important;
    display: none;
  }
  .carousel-caption a{
      color: #000;
      text-decoration: none;
  }
  .carousel-caption h5{
      font-weight: bolder;
      font-size: 0.7rem !important;
  }
  .carousel-indicators li{
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    background-color: rgb(0, 0, 0) !important;
  }
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    color:rgb(0, 0, 0) !important;
    text-align: center;
  }
  .home_hero{
    min-height: 10vh;
    background: rgb(33, 90, 7);
    color: #fff;
    padding-top: 10px;
  }
  .home_about{
    min-height: 50vh;
    background: rgb(248, 247, 247);
    padding-top: 5%;
    padding-bottom: 2%;
    padding-right:15%;
    padding-left:0% !important;
    font-size: 1em;
  }
 
  .home_about .container{
    padding-left:0% !important;
  }
  .home_feeds img{
    display: inline;
  }
  .page_header h4{
    color: #fff;
  }
  .page_header h1{
    font-size: 3.75em;

    padding-top: 20%;
    color: #fff;
  }
  .navbar-dark .navbar-toggler {
    color: rgba(4, 109, 4, 0.9);
    border-color: rgba(4, 109, 4, 0.9);
}
.navbar-toggler {
  padding: 5px;
  font-size: .75rem;
  line-height: 1;
  background-color: rgb(255, 255, 255);
  border: 1px solid #000;
  border-radius: .25rem;
  content: 'Menu';
}
.icon-bar {
  color:#000 !important;

}
.about_img{
  display: none;
}
}