#header {
    background-color: #125D98;
    color: #fff;
    height: 100vh;
    font-family: 'Oswald', sans-serif;
}
#header [class^="col"]{
    z-index: 9;
}
.head-title {
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 54px;
    color: #fff;
    font-family: 'Zen Tokyo Zoo', cursive;
}
.banner{
    height: 100%;
}
.banner .row{
    margin: 0;
    height: 100%;
}
.banner-image{
    position: relative;
    text-align: center;
}
.banner-img-background{
    height: 100vh;
    width: 100%;
    clip-path: polygon(0 0, 25% 0, 100% 100%, 0% 100%);
    background-color: #DBE6FD;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-img{
    z-index: 99;
    height: 60vh;
    width: 60vh;
    margin-top: 20vh;
    object-fit: cover;
    clip-path: circle(50% at 50% 50%);
}
.left-banner-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
}
.banner-title {
    z-index: 99999;
}
.banner-buttons{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.banner-btn{
    padding: 10px 30px;
    border: 2px solid #fff;
    background-color: #125D98;
    margin: 0 20px 0 0;
    z-index: 99999;
    color: #fff;
    text-decoration: none;
}
.banner-btn:hover{
    text-decoration: none;
    background-color: #fff;
    color: #125D98;
    transition: all 0.4s;
}



.content-section {
    padding: 80px 0;
}
.service-section{
  background-color: #EEEEEE;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #125D98;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.section-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1;
    color: #125D98;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}
.service-bx{
    text-align: center;
    padding: 50px 30px;
    border: 1px solid #125D98;
}
.service-bx:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: box-shadow 0.4s;
}
.service-logo{
    width: 50%;
    margin: 30px auto;
}
.service-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #125D98;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}



.site-title > h2{
  color: #125D98; /* paste color code here for site heading ........................... */
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 700;
  opacity: 1;
  text-align: center;
}
.section-heading{
  margin: 0 0 30px 0;
  text-align: center;
  color: #125D98; /* paste color code here for site heading ........................... */
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.gallery-img{
    width: 45%;
    height: 250px;
    object-fit: cover;
    margin: 10px;
    vertical-align: top;
}
.add-div2{
  height: 100%;
  width: calc(100% + 100px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.add-div2 > div{
  background-color: #125D98; /* paste color code here ........................... */
  padding: 50px 70px;
  margin-left: -100px;
      width: 100%;
}
.shop-time > ul{
  padding-left: 20px;
  margin-top: 20px;
  color: #fff;
  margin-bottom: 0;
}

.shop-time > ul > li > span{
  float: left;
  width: 45px;
}
.business-hr{
  color: #fff;
    font-family: 'Oswald', sans-serif;
  font-size: 28px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.shop-time li{
  margin-top: 5px;
}
.add-div{
  display: flex;
  flex-direction: column;
}
.add-div > div{
  padding: 100px 50px 100px 50px;
  margin: 50px;
  text-align: center;
  z-index: 1;;
}

.open-para{
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.map-section{
  background-color: #125D98;
}

.contact-btn, .contact-foot-btn{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  border: 2px solid #125D98;
  color: #125D98;
  background-color: transparent;
  font-family: 'Oswald', sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  background-color: #125D98;
  color: #fff;
  transition: all 0.4s;
}

footer{
  padding: 30px 0;
  border-top: 1px solid #125D98; /* paste color code here ----------------- */
}

.footer-heading{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.foot-text{
  color: #334443;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-text > li > span{
  min-width: 45px;
  float: left;
}
@media only screen and (max-width: 991px) {
    #header{
        height: 60vh;
    }
    .banner-buttons{
        margin: 20px 0px;
        flex-direction: row;
    }
    .banner-title h1 {
        font-size: 32px;
    }
    .banner-btn{
        padding: 10px 20px;
        margin: 0px 10px 0 0px;
    }
    .banner-img{
        height: 30vh;
        width: 30vh;
        margin-top: 15vh;
    }
    .banner-img-background{
        height: 100%;
    }
    .service-bx{
      padding: 50px 20px;
    }
    .gallery-flex{
      text-align: justify;
      text-align-last: justify;
    }
    .gallery-img{
      width: 46.5%;
    }
    .gallery-flex .section-title{
      text-align: center;
      text-align-last: center;
    }
    .add-div2{
      width: 60%;
      margin: 0 auto;
    }
    .add-div2 > div{
        margin: -60px 0 auto;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px)  {
  #header{
      min-height: 100vh;
  }
  .banner-btn{
      padding: 10px 10px;
      font-size: 14px;
      margin: 0 5px;
  }
  .left-banner-section {
      margin: 0 0 40px;
      height: auto;
      padding: 30px 10px 10px;
  }
  .banner-title h1 {
      font-size: 28px;
      text-align: center;
  }
  .banner-buttons {
      position: relative;
      width: 100%;
      right: 0;
      top: 0;
      flex-direction: row;        
      justify-content: center;
      margin: 20px 0px 0;
  }
  .banner-img{
      height: 300px;
      width: 300px;
      margin-top: 10vh;
  }
  .banner-img-background{
    display: none;
  }

  .site-title > h2 {
    font-size: 36px;
  }
  .add-div > div{
    padding: 70px 15px 100px 15px;
    margin: 0px auto 0 auto !important;
  }
  .head-title {
    text-align: center;
  }
  .gallery-img {
    margin: 0 0 20px 0;
    height: 380px;
    width: 100%;
  }
  .add-div2{
    width: 320px;
  }
  .add-div2 > div {
    padding: 50px 50px;
    margin: 0;
    width: 100%;
  }
  .open-para{
    text-align: center;
    margin: 20px 0 5px;
  }
  .service-bx{
    margin-bottom: 15px;
  }
  footer .row .col-md-4:first-child,footer .row .col-md-4:nth-child(2){
    width: 50%;
  }
  footer .row .col-md-4:last-child{
    margin-top: 30px;
    text-align: center;
  }
  .foot-text > li > span{
    float: none;
    margin-right: 10px;
  }
    footer .contact-foot-btn+br{
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .banner-img {
        height: 300px;
        width: 300px;
    }
    .banner-btn {
        padding: 15px 10px;
        font-size: 14px;
    }
    .contact-foot-btn {
        padding: 10px 5px;
    }
}