@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

.ban-text{
    display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ban-text button {
            order: 1;
        background: none;
        border: navajowhite;
        color: #fff !important;
        font-size: 27px;
        position: relative;
    }
    .ban-text button span {
        position: absolute;
            top: -30px;
        left: 18px;
    }
    .ban-text p {
        display: block;
        width: 100%;
        color: #fff !important;
    }

body{
    font-family: 'Montserrat', sans-serif; 
}
html {
    scroll-padding-top:120px; /* height of sticky header */
  }
.fs36{
    font-size:36px;
}
.fs24{
    font-size:24px;
}
.green{
    color: #18cfab;
}
.green-bg{
    background-color: #18cfab;
}
p{
    font-family: 'Mulish', sans-serif;
    color:#757575;
    font-size:15px;
    font-weight: 500;
}
.header_bg{
    background: url("../images/header_bg.jpg") no-repeat;
    background-size: cover;
    font-weight: 400;
    min-height: 684px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
}
.navbar{
    background: rgba(73,71,63,0.6);
    padding:0;
    position: sticky;
    z-index: 999;
    height:120px;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar .container{
    position: relative;
}
.navbar-nav li a{
    font-size: 14px;
    color: #b8b8b8;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    position: relative;
    margin-right: 22px;
    padding-bottom: 10px;
}
.navbar-nav li:last-child a{
    margin-right:0;
}
.navbar-nav li a:hover{
    color: #18cfab;
}
.navbar-nav li .active{
    color: #18cfab;
}
.navbar-nav li .active::after{
    content: "";
    border-bottom: solid 4px #18cfab;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -38px;
    left: 0;
}
.navbar-nav .dropdown-menu li a{
    font-weight: 400;
    color: rgb(37, 37, 37);
}
.navbar-toggler {
    order: 3;
}
.navbar-toggler:focus {
    box-shadow:none!important;
}
.navbar-toggler-icon svg{
    color: #fff;
    width: 100%;
    height: 100%;
}
.login_btn{
    color: #18cfab;
    position: absolute;
    right: 15px;
    top: 0px;
}
.login_btn img{
    margin-right:5px;
}
.login_btn a{
    color: #18cfab;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}
.navbar-brand img{
    max-width: 100%;
}
.header_small_text{
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.header_big_text{
    text-align: center;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.container{
    max-width: 100%;
}
.hSection{
    padding:60px 0;   
}
.grey-bg{
    background:#f7f7f7;
}
/* About Us */
.head-bar{
    position: relative;
    color: #4e4e4e;
    font-weight: 600;
}
.head-bar:after{
    content: '';
    width:100%;
    height:5px;
    display: flex;
    margin:40px 0;
    background:url('../images/icons/heading-bar.svg') center center no-repeat;
}

/* Services Section */

.services-section h3{
    color:#717171;
    font-size:18px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
/* .services-section h3:before{
    content: '';
    width:34px;
    height: 34px;
    margin-right:15px;
}

.service-1 h3:before{
    background: url('../images/icons/1-service.svg') center center no-repeat;
}
.service-2 h3:before{
    background: url('../images/icons/2-service.svg') center center no-repeat;
}
.service-3 h3:before{
    background: url('../images/icons/3-service.svg') center center no-repeat;
}
.service-4 h3:before{
    background: url('../images/icons/4-service.svg') center center no-repeat;
}
.service-5 h3:before{
    background: url('../images/icons/5-service.svg') center center no-repeat;
}
.service-6 h3:before{
    background: url('../images/icons/6-service.svg') center center no-repeat;
} */
.serveIcon{
    width:34px;
    height:34px;
    margin-right:15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-section p{
    margin-top:10px;
    padding-left:49px;
}
.services-section .container{
    padding:0 28px;
}
.row.spRow{
    margin-left:-28px;
    margin-right:-28px;
}
.row.spRow [class*='col-']{
    padding-left:28px;
    padding-right:28px;
    margin-bottom:40px;
}

/* What People Say */
.wps-section{
    min-height:486px;
    display: flex;
    flex-direction: column;
    background: url('../images/BG.jpg') center center no-repeat;
    background-size:cover;
    background-attachment: fixed;
    color:#fff;
}
.wps-section .head-bar{
    color:#fff;
}
.wps-section p{
    color:#fff;
}
.quotes{
    width:100%;
    height:30px;
    background: url('../images/icons/quotes.svg') center center no-repeat;
    margin-top:60px;
    display: flex;
    margin-bottom:40px;
}

/* Out Team */
.ourTeam img{
    width:100%;
}
.teamTitle{
    display: flex;
    width:100%;
    min-height:60px;
    padding:0 20px;
    background:#2e4a5b;
    align-items: center;
}
.teamTitle p{
    color: #fff;
    margin:0;
}

/* Contact Us */

.contactUs .head-bar:after{
    width:232px;
    margin: 20px 0;
}
.form-control{
    border-radius:0;
    border-color:#c1d2cf;
    min-height:53px;
    font-size:14px;
    font-weight:400;
    color: #90aebd;
}
.form-control::-webkit-input-placeholder {
    color: #90aebd;
  }
.form-control:focus{
    color: #414141;
}
.btn2 {
    background-color: #18cfab;
    border: 3px solid #18cfab;
    color: white;
    text-transform: uppercase;
    height: auto;
    width:100%;
    text-shadow: 0px 2px rgba(8, 191, 155,1);
    box-shadow: 0px 6px rgba(8,191,155,1);
    cursor: pointer;
    font-size:14px;
    font-weight: 500;
}
.btn2:active {
    text-shadow: 0px 2px rgba(8, 191, 155,1);
    box-shadow: 0px 0 rgba(8,191,155,1);
    transform: translateY(6px);
}

/* Footer */
.time-clock {
    display: flex;
    position: relative;
}
.time-clock i {
    color: #18cfab;
    position: absolute;
    left: 0px;
    bottom: 20px;
}
.para {
    margin-left: 29px !important;
    font-size: 14px;
    color: #8b958f;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #1c2b33;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #18cfab;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  font-size: 14px;
      color: #969595;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.contact-fax i {
    color: #18cfab;
    padding-right: 15px;
}

.footer-widget ul li {
  width:100%;
  margin-bottom: 12px;
  color: #969595;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
}
.footer-widget ul li a:hover{
  color: #18cfab;
}
.footer-widget ul li a {
    color: #969595;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.footer-text p.sbText{
  color: #b4b4b4;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #22353f;
  border: 1px solid #22353f;
  color: #fff;
}
.subscribe-form input:focus {
  outline: 0 none;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #294453;
    padding: 13px 20px;
    border: 1px solid #294453;
    top: 0;
    color:#18cfab;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #15232b;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  color: rgb(187, 187, 187);
  font-size:12px;
}
.copyright-text p a{
  color: #18cfab;
}
/* Footer */

/* Media Queries */
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media (max-width:991px){
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        flex-wrap: unset;
    }
    .login_btn{
        position: static;
    }
    .navbar-toggler{
        margin-left: 7px;
    }

    .navbar-collapse{
        position: absolute;
        left: 0;
        top: 130%;
        width: 100%;
        background: #fff;
    }
    .navbar-nav li a{
        width: 100%;
        display: block;
        padding: 15px;
        color: #444;
    }
    .navbar-nav li a:hover{
        background:#eee;
    }
    .navbar-nav li a.active{
        background:#eee;
    }
    .navbar-nav li .active:after{
        bottom:0;
    }
}
@media (max-width:576px){
    
    .navbar{
        padding: 0;
        min-height: 90px;
    }
    .navbar-toggler{
        padding-right: 0;
    }
    .header_big_text{
        font-size:32px;
    }
    .header_small_text {
        font-size:22px ;
    }
}

.member-sec {
    margin-bottom: 7.5%;
    padding-top: 60px;
}
.member-sec .head-h2 {
    font-size: 36px;
    color: #000;
    text-align: center;
}
.member-slide:nth-child(odd) {
    /* border-right : 1px solid #808285;
    border-left: 1px solid #808285; */
}
.member-slider {
    margin-top: 30px;
}
.member-slider .slick-slide>div {
    width: 97%;
    margin: auto;
}
.member-slide {
    position: relative;
   
}
.member-slide img {
    max-width: 100%;
}