html {
  height: 100%;
  width: 100%;
  font-family: Roboto;
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-size: 16px;
  min-height: 100%;
  min-width: 101%;
}
.footer {
  background-color: #344A53;
  color: white;
  z-index: 111;
  padding-top: 30px;
}

.footer a{
  text-decoration: none;
  color: white;
  margin-left: 5px;
}
.footer svg{
  margin-bottom: 5px;
}

.navbar {
  z-index: 111;
  margin-bottom: 0px;
  color: black !important;
  top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto;
}

.navbar a{
  color: #344A53 !important;
}

.nav-link{
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

@media only screen and (max-width: 990px) {
  .show{
      background: white;
  }
  .navbar-toggler-icon{
      color: black;
  }
}

.list-widget a {
  text-decoration: none;
  color: white;
}

.home-text-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 900px;
  position: relative;
  text-align: center;
  z-index: 11;
}

.home-message {
  display: table-cell;
  vertical-align: middle;
}

#home {
  min-height: 900px;
}

.home-left{
  background-color: white;
  height: 900px;
}



.home-message p {
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 115%;
  color: #344A53;
  padding: 0;
  margin: 0;
  margin-right: 20%;
}

.nav-item{
  margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {
  .home-left {
    min-width: 100%;
    height: 700px;
    text-align: center;
  }
  .home-message p {
      margin-right: 0%;
  }
  .home-message{
      margin-right: 3%;
      margin-left: 3%;
  }
  .nav-item{
      margin-bottom: 0;
  }
}

.home-message a {
  color: white;
  text-decoration: none !important;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: Roboto;
}

.home-message button {
  border: none;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
  background: #344A53;
 
}

#why-us button {
  border: none;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
}

.overlay{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: repeat center center rgba(0, 0, 0, 0.4);
  height: 822px;
}

.header-overlay{
  width:100%; 
  background-color: rgba(0,0,0,0);
  position: absolute;
}

#projects {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white;
  color: #344A53;
}

#projects h2{
  text-align: left;
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 108.9%;
}

#services {
  background-color: #344A53;
  color: white;
  padding-top: 70px;
  padding-bottom: 70px;
}

#services-page {
  color: #344A53;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 600px) {
  #services-page{
      text-align: center;
      
  }

  #services-page li{
      text-align: left;
  }

  #services-bottom-box{
      border-left: none !important;
      border-top: 0.5px solid #FFFFFF;
      
  }
  .service-box{
      margin-left: 0 !important;
      margin-right: 0 !important;
  }
  .srv-box{
      margin-left: 8%;
      margin-right: 8%;
  }

  #about{
      text-align: center !important;
  }
  #about h1{
      text-align: center !important;
  }
  .about-us-mob{
      min-width: 90%;
      border-left: none !important;
      border-top: 0.5px solid #1D1D1B;
      margin-left: 5%;
      margin-right: 5%;
  }

  #about-bottom{
      text-align: center !important;
  }
  #about-bottom h3{
      text-align: center !important;
  }

  #contact{
      margin-left: 5%;
      margin-right: 5%;
  }
}

#why-us svg{
  margin-bottom: 15px;
  margin-top: 15px;
}

#services button {
  border: none;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
}

.other-button {
  background: #344A53;
  
}  

.other-button a{
  color: white;
}

.green-button {
  background: #008AAC;
  color: white;
}  

.green-button a{
  color: white;
}

#about {
  background-color: #343a40;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

.service-box-new{
  text-align: center;
} 
.service-border-left{
  border-left: 0.5px solid #FFFFFF;
}

.js .slider-single > div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slider-nav img::before {
content: "";
display: block;
padding-top: 75%;
}

.slider-nav .slick-slide { cursor: pointer; }

.slider img {
position: relative;
  margin: 0 auto;
  height: 700px;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .slider img {
      height: auto;
      width: 100%;
  }
}

.slider-single {
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-nav {
  margin-bottom: 20px;
}

.slider-nav img {
  height: 100px;
  margin: 0 auto;
}

#testimonial {
  background-color: #008AAC;
  color: white;
  padding-bottom: 40px;
}

#testimonial h2{
  text-align: center;
  color: white;
  font-size: 3em;
  font-weight: bold;
}

#testimonial svg{
  text-align: center;
}

.box {
  background-color: #008AAC;
  margin: 30px;
  padding-top: 20px;
  text-align: center;
}

.box img{
  margin: 30px;
  margin-bottom: 50px;
}

.box p {
  margin-left: 20px;
  margin-right: 20px;
}

.checked {
  color: #fbcf1e;
}

.rating {
  align-self: center;
  margin-bottom: 30px;
}

.bg-img {

}

#services h1 {
  text-align: center;
}
#services h3 {
  margin-top: 30px;
}

#services img {
  margin: 20px;
  margin-top: 5px;
}

.service-box{
  margin: 30px;
  color: white;
  background: #344A53;
  text-align: center;
}
.service-box h2 {
  padding: 25px;
  padding-bottom: 15px;
}

.service-box p {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

#services-bottom {
  background: #344A53;
}

#services-bottom .row{
  padding-top: 60px;
  padding-bottom: 60px;
}

#services-bottom p{
  font-family: Roboto;
}

#about {
  padding-top: 200px;
  padding-bottom: 70px;
  background: #FEFEFE;
  color: #344A53;
}

#about h1{
  text-align: left;
  margin-bottom: 35px;
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 108.9%;
}

#about .box{
  color: #ffffff;
  background-color: #737f8c;
}

#about .box h3 {
  padding: 25px;
}

#about .box p {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

#about-bottom {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #344A53;
  color: white;
}

#about-bottom h2{
  margin-bottom: 30px;
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 108.9%;
}

#about-bottom h3{
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 35px;
  line-height: 108.9%;
}

#about-bottom p{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 113.5%;
}

#about h3{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 113.5%;
}

#about p{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 113.5%;
}

#about svg{
  margin-bottom: 20px;
}

#contact {
  margin-top: 200px;
  margin-bottom: 40px;
  min-height: 100%;
  height: 100%;
}

.contact-button{
  background: #344A53;
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
}

input, textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #32474E;
  box-sizing: border-box;
  border-radius: 6px;
}

label{
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 108.9%;
}

#Form_EnquireForm_action_submit {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  background: #008AAC;
  border: 1px solid #008AAC;
  box-sizing: border-box;
  border-radius: 6px;
  color: white;
}

.contact a {
  color: #343a40;
  text-decoration: none;
}

.test-overlay {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  display: none;
  margin: 0 auto;
  width: 290px;
}

#why-us{
  background-color: #008AAC;
  color: white;
}

.why-us-cont{
  border-left: 0.5px solid white;
}

@media only screen and (max-width: 600px) {
  #why-us{
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .why-us-mob{
      min-width: 90%;
      text-align: center;
      margin-left: 5%;
      margin-right: 5%;
  }
  .why-us-cont{
      border-left: none;
      border-top: 0.5px solid white;
  }
}

.about-us-cont{
  border-left: 0.5px solid #1D1D1B;
  padding: 30px;
}

.about-us-cont-no{
  padding: 30px;
}

#why-us h3{
  font-size: 22px;
}

#why-us p{
  font-size: 16px !important;
  line-height: 113.5%;
}

#services li{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 188.9%;
}

.checked{
  color: white !important;
}

.testimonial-head{
  font-size: 40px;
  line-height: 108.9%;
}

#contact h2{
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 108.9%;
}

.contact-mid-p{
  font-family: Arvo;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 108.9%;
}

.contact-small-p{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 113.5%;
}

.contact-details{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 98.5%;
  text-decoration: none;
  color: black;
}

.slick-prev:before {
  color: #344A53;
}

.slick-next:before {
  color: #344A53;
}

.mobile-show{
    display: none;
}

@media only screen and (max-width: 600px) {
    .mobile-hide{
        display: none;
    }

    .mobile-show{
        display: inline-block;
    }
  }
@media only screen and (max-width: 393px) {
    .navbar-brand{
        width: 38% !important;
    }

    .navbar-brand img{
        width: 100% ! important;
    }
    
  }
  @media only screen and (max-width: 380px) {
    .navbar-brand{
        width: 30% !important;
    }

    .navbar-brand img{
        width: 100% ! important;
    }
    
  }
