body, h1, h2, h3, h4, h5, h6, p, span, div {
    font-family: 'Montserrat', sans-serif;
}
.banner {
    width: 100%;
    margin: auto;
    background: url('../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;
  }

  .card-header {
    background-color: #333!important;
  }

  .card-header h5 button {
    color: #fff!important;
    font-weight: bold;
  }

  .text {
    font-size: 16px;
  }


  #team {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .section-bg {
    background-color: #f3f5fa;
  }
  
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
  }
  
  .section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
  .team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
    height: 100%;
  }
  
  .team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
  }
  
  .team .member .pic img {
    transition: ease-in-out 0.3s;
  }
  
  .team .member:hover {
    transform: translateY(-10px);
  }
  
  .team .member .member-info {
    padding-left: 30px;
  }
  
  .team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #37517e;
  }
  
  .team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  
  .team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #cbd6e9;
    bottom: 0;
    left: 0;
  }
  
  .team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
  }
  
  .team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #eff2f8;
  }
  
  .team .member .social a i {
    color: #37517e;
    font-size: 16px;
    margin: 0 2px;
  }
  
  .team .member .social a:hover {
    background: #47b2e4;
  }
  
  .team .member .social a:hover i {
    color: #fff;
  }
  
  .team .member .social a + a {
    margin-left: 8px;
  }
  