body, h1, h2, h3, h4, h5, h6, p, span, div {
    font-family: 'Montserrat', sans-serif;
}
.banner {
    width: 100%;
    margin: auto;
    background: url('/homepage/images/about-header-bg.jpg') no-repeat center center;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0,0,0,0.7);
    background-blend-mode: multiply;
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h1 {
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.wrap {
    max-width: 1140px;
    padding-top: 40px;
    margin: auto;
    
}
.wrap .col-lg-6 {
    padding: 5px;
    margin-top: 40px;
}
.wrap h3 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
}

.col-wrap {
    background-color: #e5e3e3;
    padding: 40px;
    border-bottom: 5px solid #189ee3;
}
.col-wrap img {
    display: block;
    margin: auto;
}
.col-wrap h2 {
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
}
.col-wrap h4 {
    font-size: 19px;
    font-weight: 400;
    color: #6a6a6a;
    text-align: center;
}
.col-wrap ul {
    list-style-type: none;
    padding: 0px;
}
.col-wrap li {
    display: inline-flex;
    align-items: flex-start;
    padding: 4px;
}

.check-icon i {
    color: #6ec1e4;
    padding-right: 8px;
}
.text {
    color: #6a6a6a;
    font-size: 13px;
}

.icon-wrap {
    font-size: 50px;
    text-align: center;
    color: #6ec1e4;
}

.contact-btn {
    text-align: center;
    padding: 20px 0px;
}
.btn-icon {
    color: #fff;
    padding-right: 10px;
}
.btn-text {
    color: #fff;
    font-size: 18px;
}
.contact-btn button {
    background-color: #0c98f2;
    border-radius: 50px;
    border: none;
    padding: 15px 40px;
}





@media only screen and (max-width: 1024px) {
    .wrap {
        max-width: 95%;
    }
}

/*navbar*/
nav {
    font-size: 12px!important;
}
.navbtn {
    background: #0ed6fb!important;
    color: #fff;
    padding: 0px 3px
}

@media screen and (min-width: 769px) {
    .my-team {
        min-height: 600px;
    }
    
    .my-team2 {
        min-height: 655px;
    }
    
    nav {
    display: none!important;
    }
    
    header {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding-top: 30px;
    }

    header p a {
    padding: 10px 5px;
    color: #fff;
    transition: .3s ease-in-out;
    text-decoration: none;
    }
    header p a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
    transition: .3s ease-in-out;
    }

    header .col-md-4 a {
    padding: 10px 25px;
    background: #0ed6fb;
    border: 1px solid #0ed6fb;
    text-decoration: none;
    }

    header .col-md-4 a:hover {
    border: 1px solid #0ed6fb;
    text-decoration: none;
    color: #fff;
    background: transparent!important;
    }
}



@media screen and (max-width: 768px) {
    header {
        display: none!important;
    }
    .banner h1 {
        font-size: 20px;
        padding-top: 48px;
    }
    .banner {
        min-height: 350px;
    }
    
}


.cta-wrap {
    padding: 70px 0px 50px 0px;
  }
  
  .main-cta {
    background: #13d4ff;
    color: #fff;
    font-weight: 700;
    padding: 20px 40px;
    font-size: 18px;
  }
  .cta-wrap a:hover {
    text-decoration: none !important;
    color: #fff;
  }
  .main-cta i {
    padding-left: 20px;
  }

  .accordion-button {
    background-color: #333!important;
    padding: 13px;
    color: #fff!important;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
  }

  .accordion-header button {
    color: #fff!important;
    font-weight: bold;
    background: transparent;
    border: none;
  }

  .accordion-body {
    padding: 20px;
    margin-bottom: 10px;
  }
  button:focus-visible {
    outline: none!important;
}

  .text {
    font-size: 16px;
  }