.footer .footer-links {
    padding-top: 20px;
  }
  #welcome h2{
    color: #eee;
    /* margin-bottom: 50px; */
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }

  .approach-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
  }
  
  .approach-images img {
    max-width: 100%;
    height: auto;
  }

  #welcome h1 {
    /*margin: 30px 0 10px 0;*/
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
  }
  /*about us*/
  .border-bottom {
    border-bottom: 1px solid #bfbab3;
}
.member {
    text-align: center;
    margin-bottom: 20px;
}
.member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 70px;
}
.member .pic img {
    max-width: 100%;
}
.member h4 {
    font-weight: 700;
    margin-bottom: 2px;
}
.member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: black;
}
.member .social {
    margin-top: 15px;
}
.nav_box {
    position: absolute;
     /* bottom: 40px;  */
    bottom: 80px;
    width: 81%;
    height: 40px;
    z-index: 9999;
}

.cid-qv5AKiwkDE {
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-image: url(../../../assets/images/mbr-1-1626x1080.jpg);*/
    background: #333333;
}

@media (max-width: 767px)
.cid-qv5AKiwkDE .content > div:not(:last-child) {
    margin-bottom: 2rem;
}
/*@media (max-width: 767px)*/
.cid-qv5AKiwkDE .content {
    text-align: center;
}
.cid-qv5AKiwkDE h4,.mbr-text {
  color: #fff;
}

.cid-qv5AKiwkDE h4 {
  font-family: 'Rubik', sans-serif;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}

.numbering span{
    background-color: #5a5d5c;
    color: #fff;
    border: 5px double;
    border-radius: 50%;
    padding: 20px;
}

.member {
    text-align: center;
    margin-bottom: 20px;
}
.member .pic img {
    max-width: 100%;
}
.member h4 {
    font-weight: 700;
    margin-bottom: 2px;
}
.member .social i {
    font-size: 18px;
    margin: 0 2px;
}
.member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: black;
}
.member .social {
    margin-top: 15px;
}

#map {
    background-color: #212529;
    background-image: url(../images/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  #contact1 .section-heading {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;}
    #contact1 .section-subheading {
    margin-bottom: 75px;}
    #contact1 .form-group {
    margin-bottom: 25px;
}
#contact1 .form-group input.form-control {
    height: auto;
}
#contact1 .form-group input, #contact1 .form-group textarea {
    padding: 20px;
}
.btn-xl {
    font-size: 18px;
    padding: 20px 40px;
}
#contact1 .form-group textarea.form-control {
    height: 248px;
}
@media (min-width: 1200px) {
    .pull-left-lg {
        float: left;
        width: auto;
    }
}
@media (max-width: 1200px) {
    .pull-left-lg {
        float: none !important;
    }
}
.help-block {
  color: red;
}
::placeholder {
  color: gray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: gray;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: gray;
}

.menu li a:hover {
        border-bottom: 2px solid;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
}

.dropdown li a:hover {
    background: transparent!important;
}

#footer1-3f .pb-3 {
    text-decoration: underline;
}
#footer1-3f .text-white {
    color: #ffffff;
}
#footer1-3f .text-white a:hover {
    color: #ffffff;
    opacity: 0.8;
}


@media (min-width: 768px) {
    ul.menu {
        margin-left: 88px !important;
    }
    .nav_box.navbar-fixed-top .navbar-collapse {
    float: right;
    width: 85%!important;
    padding: 20px 0px;
}
}

@media (min-width: 1024px) {
    ul.menu {
        margin-left: 105px !important;
    }
}

@media (min-width: 1440px) {
    ul.menu {
        margin-left: 0px!important;
    }
}