
.for_home_banner_background{
    background: none;
}



.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.banner_img_wrap{
    position: relative;
}

.banner_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.banner_txt h2{
    font-family: Oswald;
    font-size: 81px;
    font-weight: 500;
    line-height: 103px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.banner_img_wrap:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.banner_content:not(.banner_content .banner_content) {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.banner_content p{
    font-family: 'GothamHTF regular';
    font-size: 22px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.our_mission_heading h3, .members_heading h3, .timeline_heading h3{
    font-family: Oswald;
font-size: 50px;
font-weight: 400;
line-height: 103px;
text-align: center;
text-transform: uppercase;
}


.our_mission_grid {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    padding-top: 20px;
}

.mission_img_item {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.mission_content {
    background: #179FCB;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    word-wrap: break-word;
}

.mission_content h4{
    font-family: 'GothamHTF';
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    color: #fff;
    /* opacity: 50%; */
    text-transform: uppercase;
}

.timeline_sec{
    padding: 50px 0 0 0;
}

.timeline_heading{
    text-align: center;
    padding-bottom: 20px;
}

.timeline_heading p{
    font-size: 26px;
    font-family: 'GothamHTF regular';
    line-height: 103px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.timeline_heading p:before{
    content: "";
    clear: both;
    height: 1px;
    width: 100%;
    background-color: #000;
    display: block;
}

.members_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 80px;
    padding-top: 20px;
}

.members_name{
    text-align: center;
    padding: 30px 0 0 0;
}

.members_name h4{
    font-family: 'GothamHTF';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.members_name h4:after{
    content: "";
    clear: both;
    height: 4px;
    width: 60%;
    margin: 7px auto;
    background: #4F7A9E;
    display: block;
}

.members_name p{
    padding-bottom: 7px;
    font-family: 'GothamHTF regular';
font-size: 18px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0.02em;
color: #000000;
margin: 0;
}

.members_name a{
    font-family: 'GothamHTF regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.02em;  
color: #000000;

}

.members_name a:before{
   content: "";
   clear: both;
   height: 24px;
   width: 24px;
   display: inline-block;
   background: url(https://www.educatorsclub.in/wp-content/themes/hello-elementor/images/about_call.svg);
   background-repeat: no-repeat;
   background-size: cover;
   vertical-align: middle;
   margin: 0 10px 0 0;
}

.members_sec{
    padding-bottom: 100px;
}

.hero-section-wrapper{
    padding: 50px 0;
}

@media screen and (max-width: 768px){

    .container{
        padding: 0 25px;
        max-width: 100%;
    }
/* 
    .banner_img_wrap img{
        height: 50vh;
        object-fit: cover;
    } */

    .banner_txt h2{
       font-size:var(--mobile-h3-size);
        line-height: normal;
    }

    .our_mission_grid{
    grid-template-columns: auto;
    }

    .mission_img_item:first-of-type .mission_img, .mission_img_item:last-of-type .mission_content{
        order: 1;
      }

      .mission_content{
        padding: 0 10px;
      }

      .banner_content:not(.banner_content .banner_content){
        max-width: 100%;
        padding: 30px 25px;
      }
     

      
.timeline_sec{
    padding: 30px 0 0 0;
}

      .timeline_heading p:before{
        margin: 15px 0;
      }

      .banner_content p, .timeline_heading p{
        font-size: 18px;
        line-height: 27px;
      }

      .mission_content h4{
       font-size: 20px;
       line-height: 25px;
      }

      .timeline_heading{
      padding: 0 25px 20px 25px;
    }

    section.hero-section-wrapper{
        padding: 30px 0;
    }

      .our_mission_heading h3, .members_heading h3, .timeline_heading h3{
        line-height: normal;
        font-size: var(--mobile-h3-size);
      }

      .members_grid{
        display: block;
      }

      .members_grid .slick-prev:before{
        content: "";
        background-image: url(https://www.educatorsclub.in/wp-content/themes/hello-elementor/images/left-arrow.png);
        background-size: cover;
        height: 20px;
        width: 11px;
        display: inline-block;
      }
      .members_grid .slick-next:before{
        content: "";
        background-image: url(https://www.educatorsclub.in/wp-content/themes/hello-elementor/images/right-arrow.png);
        background-size: cover;
        height: 20px;
        width: 11px;
        display: inline-block;
      }
}