.banner {
    background-image: url(img/banner.jpg);
    padding-top: 250px;background-repeat: no-repeat;
    padding-bottom: 250px;background-size: auto;
}
.navbar {padding: 0px;}
.navbar a {
    font-size: 22px;
    font-weight: 700;
}
.navbar img {  display: block;
  margin: auto;
  width: 130px;}
@media only screen and (max-width: 480px) {
    .navbar a {
        font-size: 15px;
        font-weight: 600;
        margin-right: 0px;
    }
}

.about {
    padding-top: 30px;
    padding-bottom: 50px;
}
.about img {width: 100%;margin-bottom: 15px;}
.about p {text-align: justify;}
.about h1 {
    margin-bottom: 20px;
}
.about ol {padding-left: 0px;}
.about h4 {margin-top: 10px;margin-bottom: 10px;}
.footer {
    background-color: #086994;
}

.footer p {
    text-align: center;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 10px;
}
.breadcrumb h1 {padding-top: 80px;color: #fff;margin-bottom: 25px;}
.breadcrumb {
    background-color: #086994;
    border-radius: 0.25rem;text-align: center; padding-bottom: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";text-align: center;
    padding: 0 0.5rem;
    color: #ffffff;
}

.breadcrumb-item a {
    color: #ffffff;text-align: center;
}

.breadcrumb-item.active {
    color: #ffffff;text-align: center;
}
.contact-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  @media (max-width: 991px)
  {
    .contact-one
    {
      padding-top: 80px;
      padding-bottom:80px ;
    }
  }
  
  @media (max-width: 767px)
  {
    .contact-one
    {
      padding-top: 60px;
      padding-bottom:55px ;
    }
  }
  
  @media (max-width: 480px) {
    .contact-one .block-title {
      margin-bottom: 40px;
    }
  }
  
  @media (max-width: 991px) {
    .contact-one__content {
      margin-bottom: 50px;
    }
  }
  
  .contact-one__content
  {
    padding-bottom: 10px;
  }
  
  .contact-one__content .block-title
  {
    margin-bottom: 25px;  
  }
  
  .contact-one__content > p {
    margin: 0;
    margin-bottom: 45px;
  }
  
  .contact-one__box + .contact-one__box {
    border-top: 1px solid #e6eaef;
    margin-top: 25px;
    padding-top: 25px;
  }
  
  .contact-one__box {
    display: flex;
    align-items: center;
    text-align: left;
  }
  
  @media (min-width: 1200px) {
    .contact-one__box {
      margin-right: 30px;
    }
  }
  
  .contact-one__box:hover i {
    background-color: #004aa1;
  }
  
  .contact-one__box i {
    width: 65px;
    height: 65px;
    background-color:#0abfb5;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease;
    border-radius: 50%;
  }
  
  .contact-one__box-content {
    margin-left: 20px;
  }
  
  .contact-one__box-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    line-height: 1;
    margin-bottom: 10px;
  }
  
  .contact-one__box-content a {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: var(--thm-color);
    transition: all 500ms ease;
  }
  
  .contact-one__box-content a:hover {
    color: var(--thm-primary);
  }
  
  @media (max-width: 425px)
  {
    .contact-one__box-content a
    {
      max-width: 180px;
    }
  }
  
  .contact-one__form
  {
    margin-top: 10px;
  }
  
  .contact-one__form-consent label
  {
    display:contents;
  }
  
  .contact-one__form .low-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .contact-one__form .low-gutters > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .contact-one__form-input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    color: #555c63;
    height: 67px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-size: 15px;
  }
  
  .contact-one__form-input:focus
  {
    box-shadow: none;
    background-color: var(--thm-form-input) ;
  }
  
  .contact-one__form-box
  {
    margin-top: 40px;
  }
  
  .contact-one__form textarea {
    height: 140px;
    padding-top: 20px;
  }
  
  .contact-one__form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
  }
  
  .contact-one__form label strong
  {
    font-size: 12px !important;
    color: #0c2139;
  }
  
  .contact-one__form-submit
  {
    margin-top: 10px;
  }
  
  .contact-two {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  
  @media (max-width: 991px)
  {
    .contact-two
    {
      padding: 80px 40px;
    }
  }
  
  @media (max-width: 425px)
  {
    .contact-two
    {
      padding: 60px 30px;
    }
  }
  
  .contact-two .about-one__form {
    margin-top: 0;
  }
  
  @media (max-width: 991px) {
    .contact-two .about-one__form {
      margin-top: 50px;
    }
  }
  
  @media (max-width: 425px) {
    .contact-two .about-one__form {
      margin-top: 30px;
    }
  }
  
  .contact-two .contact-one__form > p {
    margin: 0;
    margin-top: -10px;
    margin-bottom: 35px;
  }
  
  .contact-two .contact-one__form textarea {
    height: 185px;
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  @media (max-width: 425px) { 
  .about h1 {font-size: 24px;}
  }
  .thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none !important;
    background-color: #0abfb5;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
    font-family: var(--thm-font);
    padding: 15px 30px;
    transition: 500ms;
    background-color: #0abfb5;
    color: #fff;
  }
  .form-control:focus {
    color: #212529;
    background-color: #eff2f6 !important
    border-color: #0068ff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  }
  .contact-one__form-input:focus {
    color: #212529;
    background-color:#eff2f6 !important
    border-color: #0068ff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
  }