.header-logo img{
    width: 100%;
}

.footer-logo img{
    width: 280px;
}
.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: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #0f8445;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}
.share_icon h4{
    font-size: 20px;
}
.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;
    flex-wrap: wrap;
}
.member-1 .instructor-item{
    flex: 0 0 23%;
}
.member-2{
    display: flex;
    justify-content: center;
    gap:15px;
    flex-wrap: wrap;
}
.member-2 .instructor-item{
    flex: 0 0 23%;
}
.member-3{
    display: flex;
    justify-content: center;
    gap:15px;
    flex-wrap: wrap;
}
.member-3 .instructor-item{
    flex: 0 0 23%;
}

.socialMedia{
    position: fixed;
    top:40%;
    right: -85px;
    z-index: 99999;
    margin-left: -80px;
}
.socialMedia .facebookBg{
   background-color: #4E71A8;
}
.socialMedia .linkedinBg{
    background-color: #0a66c2;
}
.socialMedia .instagramBg{
   background-color: #c32aa3;
}
.socialMedia .xTwitterBg{
    background-color: #1DA1F2;
}
.socialMedia .youtubeBg{
    background-color: #CD201F;
}
.socialMedia ul li a{
    color:#fff;
    padding:5px 8px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.socialMedia ul li{
   transition: all linear .5s;
   -webkit-transition: all linear .5s;
   -moz-transition: all linear .5s;
   -ms-transition: all linear .5s;
   -o-transition: all linear .5s;
}
.socialMedia ul li:hover{
    margin-left:-90px;
}
.laptopShow{
    display: block;
  }
  .mobileShow{
    display: none;
  }
.description p{
    text-align: justify;
}
.headerSticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 2px #4aab71;
}
.homePageBtn{
    justify-content: end;
}
.carousel-control-next-icon {
	background-image: url("../img/next.png");
    border: 1px solid green;
    background-color: #fff;
}

.carousel-control-prev-icon {
	background-image: url("../img/prev.png");
    border: 1px solid green;
    background-color: #fff;
}
.mr_45{
  margin-right: 45px;
}
.listBoxMain{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap:10px;
}
.listBox {
    border-radius: 5px;
    padding: 7px;
    background: #edf7f1;
}
.listBox p{
    font-size: 12px;
    line-height: 15px;
}
.testimonialInfo{
    text-align: left;
}
.testimonialInfo p{
    margin-bottom: 0px;
}
.testimonialDes{
    min-height: 140px;
}
.priceList p{
    font-size: 18px;
    text-align:center;
}
.priceList p span{
   font-size: 20px; 
   color:green; 
   font-weight: bold;
}
.course-img .messageImg{
    text-align: center;
}
.course-img .messageImg img{
    width: 60%;
    margin:auto;
}
.counterBox{
    text-align: center;
    color:#fff;
}
.counter_icon{
    font-size: 32px;
}
.counter_number {
    color: #1e1e1e;
    font-size: 36px;
    font-weight: bold;
}
.counter_text {
    font-size: 22px;
}
.message_txt p{
    text-align: justify;
}
.message_txt a{
    text-align: justify!important;
}
.programmeItem{
    min-height: 360px;
}
.messageItem{
    min-height: 430px;
}

.messageDetailsImg img{
    width: 50%;
}
.searchBtn{
    background-color: #0f8445;
    border: 1px solid #0f8445;
    color: var(--white);
    padding:0px 15px;
}
.course-content .show-filter .search-group .form-control {
    border-radius: 0px;
}
.instructor-item{
    min-height: 240px;
}
.form-select{
    width: 100%;
}
.photo {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.photo img {
	width: 120px;
	height: 140px;
	object-fit: cover;
	border: 1px solid #949191;
	border-radius: 5px;
}

@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;
    }
    .swiper-slide img {
        height: 30vh;
        object-fit: cover;
    }
    .laptopShow{
        display: none;
    }
    .mobileShow{
        display: block;
    }
    .member-1 .instructor-item {
        flex: 0 0 90%;
    }
    .member-2 .instructor-item {
        flex: 0 0 90%;
    }
    .member-3 .instructor-item {
        flex: 0 0 90%;
    }
    .socialMedia {
        right: -75px;
    }
    .homePageBtn{
        justify-content: center;
    }
    .mr_45{
        margin-right: 0px;
    }
    .listBoxMain{
        grid-template-columns: 1fr 1fr;
    }
    .latestHeader h2{
        font-size: 18px;
    }
    .messageDetailsImg img{
        width: 100%;
    }
    .responsiveBox{
       overflow-x: scroll;
    }
    .responsiveTable{
       width: 800px;
       min-width: 800px!important;
    }

}


