.header-logo img{
    width: 160px;
}
.footer-logo img{
    width: 180px;
}
.login-header img{
    width: 160px;
}
.fixed {
    z-index: 9999!important;
    position: fixed;
    background: #fff;
}
.header-two.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1050;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}
.hrsoftbd{
    text-align: right;
}
.hrsoftbd a{
    color:#fff;
}
.profileImgBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    padding:15px 0px;
}
.flexWidth{
    flex: 0 0 25%;
}
.passportImg img{
    width: 160px;
    height: 160px;
    border:1px solid var(--gray-100);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.facebookPage iframe{
    height: 120px;
}

.programImgFlex{
    display: flex;
    gap:20px;
}
.programImg img{
    width: 80x;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 2px gray;
}
.regGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
}
.instructor-content p.memberInfo {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.totalBill{
    display: flex;
    justify-content: space-between;
}
.memberText{
    font-size:14px; 
    font-weight: normal; 
    color:#758d7e;
}
.description p{
    text-align: justify;
}
.share_icon{
    gap:10px;
    justify-content: center;
}
.share_icon a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0f8445;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
}
.share_icon a i:hover {
    background: #012e16;
    color: #fff;
}
.title a:hover{
    color:#000!important;
}
.photo img{
    object-fit: cover;
    margin-bottom: 15px;
}
.otpFlex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap:18px;
    flex-wrap: wrap;
}
.otpImg img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 5px #cfcccc;
}
.otpInfo p{
    margin-bottom:5px;
}
.counter-icon img{
    width: 45px;
}
.counterFlex{
    display: flex;
    gap:35px;
}
.instructor-item.instructor-item-three .instructor-content .title {
    text-align: left;
}
.instructor-detail-content .instructor-details-item1 .instructor-details p {
    font-size: 14px;
    margin-bottom: 5px;
}

.downloadButton {
    padding: 5px 10px;
    background: #0f8445;
    border-radius: 5px;
    color: #fff;
    margin-top:10px;
}
.downloadButton:hover{
    color:#fff;
}

.community-to-learn p{
    text-align: justify;
}
.instructor-details p{
    text-align: justify;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 80vh;
      object-fit: cover;
    }
.swiper-button-next, .swiper-button-prev {
    color: #297d4b;
}
.contactBox{
    height: 120px;
}

.simplefilter{
    display: flex;
    justify-content: center;
    gap:10px;
}
.fltr-controls {
    padding: 5px 30px;
    border: 1px solid green;
    background:#fff;
    border-radius: 5px;
    color: green;
    display: inline-block;
    transition:all linear .5s;
    -webkit-transition:all linear .5s;
    -moz-transition:all linear .5s;
    -ms-transition:all linear .5s;
    -o-transition:all linear .5s;
}
.fltr-controls:hover {
    border: 1px solid green;
    background:green;
    color: #fff;
}
.fltr-controls.active {
    border: 1px solid green;
    background:green;
    color:#fff;
}
.filtr-item img{
    height: 220px;
    margin-bottom: 15px;
}

.photoGalleryButton {
    border: 2px solid #3e8f5c;
    background-color: #3e8f5c;
    padding: 0px;
    margin: 0px;
    border-radius: 5px;
}
.photoGalleryButton h6{
    padding:3px 2px;
    color:#fff;
}

.modal-dialog {
    max-width: 700px!important;
    margin-right: auto;
    margin-left: auto;
}

.member-1{
    display: flex;
    justify-content: center;
    gap:15px;
}
.member-1 .instructor-item{
    flex: 0 0 23%;
}
.member-2{
    display: flex;
    justify-content: center;
    gap:15px;
}
.member-2 .instructor-item{
    flex: 0 0 23%;
}
.member-3{
    display: flex;
    justify-content: center;
    gap:15px;
}
.member-3 .instructor-item{
    flex: 0 0 23%;
}

@media (max-width:575px) {
    .flexWidth{
        flex: 0 0 100%;
    }
    .passportImg {
        text-align: center;
    }
    .hrsoftbd {
        text-align: center;
    }
    .counter-item{
        min-width: 320px;
    }

    .counterFlex {
        display: block;
        /* gap: 20px; */
        flex-wrap: wrap;
        justify-content: center;
        max-width: 210px;
    }
    .banner-section .banner-content .counter-item {
        justify-content: start;
        margin-bottom: 15px;
    }
    .flexReverse{
        flex-direction: column-reverse;
    }
    .login-content .login-wrap-bg .login-wrapper .loginbox {
        padding: 20px 20px;
    }
    .regGrid {
        grid-template-columns: 1fr;
    }
    .d-inline-flex {
        display: inline !important;
    }
    .remember-me{
        align-items: start!important;
    }

}


