
html, body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    overscroll-behavior: none;
}

.navbar-brand img {
    height: 30px;
    width: 100px;
}
.navbar {
    background-color: #00AFEF;
    opacity: 0.6;
}
nav .navbar-nav a {
    color: #fff!important;
    margin-left: 30px;
    font-weight: bold;
}
.navbar-toggler {
    border: none!important;
    outline: none!important;
    width: auto;
    height: auto;
}
nav .fa-bars {
    color: #fff!important;
    size: 30px;
    
}
/* Welcome */
#welcome {
    background-image: url(images/background.jpg);
    height: 80vh;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.welcome h1{
    font-size: 40px;
    font-weight: bold;
    padding-top: 20%;
    color: #fff;
}
.welcome .btn {
    margin-top: 10px;
    padding: 10px 30px;
    border-radius: 30px;    
}

/* Insurances */
.text-ins {
    color: #00AFEF;
    text-align: center;
    font-size: 36px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.2);
    margin: 20px 40px 20px 40px;
    width: 50%;
}
#insurance {
    width: 100%;
    height: 180px;
    background-color: #fff;
}
#insurance .ins1 {
    padding:50px 10px 40px 10px;
}
#insurance .ins2 {
    padding: auto;
}
.carousel .carousel-inner img {
    height: 180px;
    width: 300px;
}
@media only screen and (max-width: 1165px) {
    .text-ins, #insurance {
        display: none;
    }
}
/* Achievement */
#achievement {
    color: #00AFEF;
    padding-top: 40px 20px;
    border-top: 3px #00AFEF;
    border-bottom: 3px #00AFEF;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#achievement .countainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}
#achievement .counter {
    font-size: 45px;
    margin: 10px 0;
}
#achievement h3 {
    font-size: 40px;
    

}
/* Certified */
#certified {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/background3.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
#certified .col-md-6 {
    padding: 20px;
}
.feature-box {
    height: 120px;
    margin-bottom: 15px;
}
.feature-box .feature-left {
    height: 120px;
    width: 20%;
    float: left;
}
.feature-box .feature-left .fa {
    padding-top: 13px;
    font-size: 50px;
}
.feature-box .feature-right {
    height: 120px;
    width: 80%;
    float: left;
}
.feature-box .feature-right h4 {
    padding-top: 10px;
    padding-left: 15px;
    text-align: left;
}
.feature-box .feature-right p {
    padding-left: 15px;
    text-align: left;
}
/* Testimonials */
#testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
}
#testimonials .col-md-4 {
    padding: 10px 30px;
}
#testimonials img {
    height: 60px;
    width: 60px;
    border-radius: 60%;
    margin-left: -30px;
    margin-top: -40px;
    border: 5px solid #fff;
    margin-bottom: 30px;
}
.testimony {
    font-size: 16px;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
}
.testimony .fa-twitter {
    color: #013f7e;
}
#testimonials span {
    color: #013f7e;
    font-weight: 600;
    font-size: 18px;
}
#testimonials h1 {
    margin-bottom: 20px;
    color: #00AFEF;
}
#testimonials p {
    padding-bottom: 20px;
}
#testimonials .middle {
    margin-bottom: -30px;
    margin-top: -30px;
}
/* Footer */
#footer {
    margin-top: 50px;
    padding: 10px 100px 100px 100px;
    background-color: #00AFEF;
    color: #efefef;
}
.footer-logo {
    height: auto;
    width: 150px;
    margin-top: 40px;
    margin-bottom: 15px;
}
#footer .col-md-3 ul {
    margin-top: 60px;
    padding-left: 20px;
}
#footer ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
#footer .motto {
    font-size: 20px;
}
#footer h1 {
    font-size: 20px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
}
#footer p {
    font-size: 12px;
    text-align: left;
}
#footer .town {
    margin-left: 37px;
}
#footer .row .fa {
    padding-right: 20px;
    font-size: 15px;
}
#footer hr {
    margin-top: 10px;
}
#footer .copyright {
    margin-bottom: -80px;
    text-align: center;
    font-size: 15px;
}
/* Contact Us */
#map .row {
    margin: 30px;
}

#map h3, h1 {
    color: #00AFEF;
}
.location {
    text-align: center;
}
#map img {
    height: 60%;
    width: 100vw;
    padding: 0px;
    margin: 0px;
}
#map .visiting {
    margin: auto;
    width: 60%;
    text-align: center;
    font-family: Montserat;
    font-size: 20px;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);

} 
/* About Us */
#about h3 {
    border-left: 2px solid #00AFEF;
    padding-left: 10px;
    font-family: Montserat;
    text-decoration: none;
    font-size: 26px;
}
#about img {
    height: 60vh;
    width: 100%;
}
.about-us{
   display: table;
    margin: 0 auto;
    padding-top: 100px;
    color: #013f7e;
}
.aboutus {
    background: url("images/ward.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 60%;
    height: 60vh;
    width: 100vw;
    background-position: center;
    justify-items: center;
    margin-bottom: 20px;
    
}
#about .row {
    font-family: Montserat;
}
#about .row .col-md-7{
    font-size: 18px;
    padding-bottom: 60px;
    justify-content: center;
}
#about .fa-arrow-right {
    width: 20px;
    height: 20px;
    color: #00AFEF;
}

/*  services page*/

 
.card-shadow {
    max-width: 400px;
    position: relative;
  }

  .card {
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #ffffff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    opacity: 0.8;
  }
  
  .card.card-text .content {
    padding: 50px 65px;
    text-align: center;
  }
  .card .content {
    padding: 20px 20px 10px 20px;
  }
  
  .card-shadow:before {
    background-image: url("http://static.tumblr.com/i21wc39/coTmr	kw40/shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -12%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
   
  .content-card {
    margin-top: 30px;
  }
  .card .title {
    color: #00afef;
    font-size: 2em;
  }
   
  #services {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)),
      url(images/background.jpg);
    background-color: #00afef;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  } 
  
  .main-service {
    color: white;
    padding: 20px;
    justify-content: center;
    font-size: 7em;
  }