
.banner__home {
    padding: 0;
    position: relative;
}
.controls-video {
    position: absolute;
    bottom: 35px;
    padding-left: 27px;
}
    .ui-autocomplete{
        z-index:9999 !important;
    }

        .video_btn {
            color: #fff;
            background-color: #126cab;
            padding: 9px 15px 5px 15px;
            border-radius: 5px;
            border: 1px solid #126cab;
            outline: 0;
        }
        .arrow_img img{
            width:60px;
        }
     .load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.first_row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.img_thumb1 img {
    max-width: 285px;
    width:100%;
    object-fit: cover;
}
.img_thumb1 {
    margin-right: 15px;
    margin-bottom: 15px;
    position:relative;
    cursor:pointer;
}
.img_thumb1 i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
img.edu-loader {
    max-width: 400px !important;
    width:100%;
    display: block;
    margin-bottom: 20px;
}
        img.enter-loader {
    width: 280px !important;
    display: block;
    margin-bottom: 10px;
}

        .videomute img {
            width: 60px;
            cursor:pointer;
        }

        .loader_initial h2 {
            position: absolute;
            left: 50%;
            font-weight: bold;
            font-style: italic;
            font-size: 4.6em;
            color: #6D6E71;
            white-space:nowrap;
            top: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            margin: 0 auto;
        }



        .spacer {
            width: 45px;
        }

        .custom_heading {
            font-weight: bold;
            text-transform: uppercase;
            -webkit-text-fill-color: #fff;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: black;
            /* width: 154px; */
            font-size: 6em;
            transition: 0.3s;
            text-align: center;
        }

        .animated_text .custom_heading {
            color: #009fe3;
            -webkit-text-fill-color: transparent;
            background: linear-gradient(to right, #0a8bc1 20%, #009fe3 40%, #009fe3 60%, #FFF 80%);
            background-size: 200% auto;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-stroke-color: blue;
            transition: 0.3s;
            animation: shine 2s linear infinite;
        }

        @keyframes shine {
            to {
                background-position: 200% center;
            }
        }

        .pathways_heading {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
        }

        span.text-danger.validation {
            text-align: initial;
            margin-top: -5px;
            margin-bottom: 8px;
            font-size: 13px;
            display: block;
        }

        .red-border {
            border-color: #dc3545 !important;
        }

.captcha-section {
    display: grid;
    grid-template-columns: 105px 45px auto;
    align-items: center;
}
    .captcha-section input {
        margin-bottom: 0px!important;
    }
           /* .captcha-section img.captch-image {
                height: 41px;
                width: 105px;
                margin-right: 13px;
            }*/

            .captcha-section img.refresh {
                width: 30px;
                cursor: pointer;
                object-fit: contain;
                margin: 0 5px;
            }

        .banner__home {
            position: relative;
            height: 100vh;
        }

.captch-image {
    width: 100px;
    object-fit: contain;
}
        .loading-text {
            font-size: 100px;
            z-index: 9999999;
            position: absolute;
            color: #000;
            text-align: center;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .tlt{
            text-transform:uppercase;
        }
        .logo_intial{
               position: absolute;
    left: calc(50% - 78px);
    transform: translate(-69%, 26%);
    margin: 0;
    width: auto !important;
    padding: 0;
    bottom: 100px;
}
        
/*.second_loading {
    background: #000;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}*/
        
        .loader_initial {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            overflow-y:hidden;
            right: 0;
            bottom: 0;
            overflow-x: hidden;
            height: 100%;
            z-index: 9999999999;
            background: linear-gradient(-45deg, #FCFCFC, #FCFCFC, #e4e4e4, #f7f7f7);
            animation: gradient 5s ease infinite;
            background-size: 400% 400%;
        }
        .pathways_heading.fixed_when_mobile {
    z-index: 9999999;
}

        @keyframes gradient {
            0% {
                background-position: 0% 50%;
            }

            50% {
                background-position: 100% 50%;
            }

            100% {
                background-position: 0% 50%;
            }
        }

    

        span.arrow_img img {
            display: block;
            text-align: center;
            margin: 0 auto;
        }
        .animatedImg{
            display:none;
        }
.banner__home {
    background-color: #f0f0f2;
    padding-top: 0;
    z-index: 999;
    width: 100%;
}
.img-text {
    width: 100%;
    height: 100vh;
    text-align: center;
}
.img-text img {
    width: auto;
    height: 100vh;
    object-fit: cover;
    margin: 0px auto;
    text-align: center;
}
.content_img {
    position: absolute;
    top: 50%;
    left: 51px;
}
span.stu {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1;
    display: block;
    font-style: italic;
}
span.edu {
    font-size: 7rem;
    color: #1f9dd9;
    line-height: 0.6;
    
    display: block;
    text-transform: uppercase;
}
span.present {
 font-size: 1.1rem;
    width: 151px;
    display: inline;
    
    float: left;
    text-align: right;
    margin-top: 15px;
    font-weight: 400;
    color: #00000091;
    margin-right: 3px;
}
img.logo-adms {
    position: absolute;
    left: 47px;
    top: 35px;
}
span.flex-la {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: -10px;
}
.slider_btm .item img {
    width: 85px !important;
}
.slider_btm .item {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height:85px;
}
span.two {
    font-size: 10rem;
    color: #1f9dd9;
    line-height: 0.5;
    
    display: block;
    float: right;
}
/*global css start*/

section {
    padding:60px 0px;
}
html{
     scroll-behavior: smooth;
}
body p {
    margin: 0;
    padding: 0;
}
.image_center {
    position: absolute;
    max-width: 400px;
    width: 100%;
    left: 50%;
    cursor:pointer;
    top: 50%;
    transform: translate(-50%, -50%);
}
.image_center img{
  width:100%;
}
.animatedImg{
    display:none;
}
.image_center:hover .animatedImg{
      display:block;
}
.image_center:hover .staticImg{
      display:none;
}
.video_banner {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-image: url(../../../www.pathways.in/assets/img/explore-bg.html);
    background-attachment: fixed;
    background-size: cover;
    background-repeat-y: repeat;
}
/*form css start*/
.banner__form__content {
    width: 300px;
    position: absolute;
    bottom: 90px;
    right: 55px;
    z-index: 1;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
    margin: 10px 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 26%);
}

.form__heading {
    margin-top: 20px;
    text-align: left;
    font-size: 18px;
    
    line-height: 1;
}

.form__banner {
}

.form__admission input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 6px 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 17%);
    font-size: 14px;
    outline: none;
    color: #333;
}

.form__admission select {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px 2px 6px;
    border-radius: 5px;
    border: none;
    box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 17%);
    font-size: 14px;
    outline: none;
    color: #333;
}

.Form_Submit_button {
    background-color: #8a2465;
    color: #fff;
    font-size: 16px !important;
    border-radius: 5px !important;
    border: none !important;
    outline: 0;
    padding: 10px 30px 4px 30px;
    margin-top: 15px;
   transition:0.5s;

}
.Form_Submit_button:hover {
    background-color:#0f6baa;
    }


::-webkit-input-placeholder { 
    color:#333!important;
}

:-ms-input-placeholder {
    color: #333 !important;
}

::placeholder {
    color: #333 !important;
}

textarea#query {
    resize: none;
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    padding: 10px 10px;
    border-radius: 7.5px;
    border: none;
    box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 17%);
    font-size: 14px;
    outline: none;
}

::placeholder {
    color: #009FE3;
}
.footer {
    background: #f8f8f9;
    padding: 60px 0;
}

/*@media screen and (max-width:1920px){
    .for__special__device{
        margin-top:8px;
    }
}
@media screen and (max-width:1150px){
    .for__special__device{
        margin-top:-10px;
    }
}*/
@media screen and (max-width:1121px){
.content_img {
    position: relative;
    top: unset;
    left: unset;
    background: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
section.video_banner {
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: 248px;
}
}

@media screen and (max-width:1091px) {
    section.video_banner {
    margin-top: 834px;
}
    .banner__form__content {
        position: relative;
        max-width: 1170px;
        width: 100%;
        bottom: auto;
        margin: 0 auto;
        box-shadow: none;
        background: transparent;
        right: auto;
    }

    .form__heading {
        margin-top: 40px;
        
        line-height: 1;
        text-align: center;
        margin-bottom: 20px;
        font-size: 34px;
        position: relative;
        letter-spacing: 5.5px;
        color: #009FE3;
        font-weight: 600;
        text-shadow: 0 0 #009FE3;
        text-transform: uppercase;
    }
    .form__admission input {
        outline: none;
        border: 1px solid #ccc;
        box-shadow: none;
    }

    .form__admission select {
        outline: none;
        border: 1px solid #ccc;
        box-shadow: none;
    }
}

@media screen and (max-width:414px) {
    .form__heading {
        margin-top: 26px;
        margin-bottom: 20px;
        font-size: 24px;
    }

 

    input#submit {
        padding: 2px;
    }
}

/*banner css end*/
.cstm_pos {
    position: relative;
}

.video__play {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

    .video__play video {
        width: 600px;
    }

@keyframes color-mix {
    0% {
        color: red;
    }

    100% {
        color: blue;
    }
}

.video__play:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 26px;
    background: #ccccccbf;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 36px;
    z-index: -1;
    filter: blur(36px) !important;
    -webkit-filter: blur(8px);
    animation: color-mix 1s linear infinite alternate;
    box-shadow: 0 0 62px 0 #ffffffeb;
}
h2.heading__video__by {
    text-shadow: 3px 3px black;
    text-align: center;
    margin-bottom: 60px;
}
span.text_high {
    font-weight: bold;
    font-size: 21px;
}
.welcome_msg {
    display: inline-block;
    font-size: 4rem;
    text-transform: uppercase;
    color: #fff;
    
    line-height: 0.8;
    letter-spacing: 1px;
    margin-right: 15px;
}
.video_banner .para{
    color:#fff;
}
section.pathways_slider {
    background: #f0f2f2;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(images/boy-horse.html);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
.video_banner_content {
    padding: 10px;
    margin-left: -45px;
}

section.video_banner {
    padding-bottom: 85px;
    padding-top: 55px;
}
.pws{
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
}
.psn{
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
}
section.pathways_school {
    padding: 6px 0 !important;
    padding-bottom: 60px !important;
}
/*slider css start here*/



    .slider_layout .item {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }
    p.slider_layout_text.para {
    display: BLOCK;
    width: 100%;
    text-align: center;
    height: 100px;
    margin: 0 auto;
}
section.pathways_slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000040;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider_layout_text span {
    display: block;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    text-shadow: 0px 0px black;
    line-height: 1.4;
}

.schools_about {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}

    .schools_about img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

    .schools_about .school:hover img {
        transform: scale(1.2);
        transition: 0.3s;
    }

    .schools_about .school {
        height: 550px;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        transition: 0.5s;
    }

.card__school {
    width: 33.35%;
    transition: 0.4s;
}

    .card__school.animated_card {
        width: 90%;
        transition: 0.4s;
    }

.text_school {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:9999;
    transition: 0.3s;
    transform: translate(-50%, -50%);
}

    .text_school span {
        color: #fff;
    }

    .text_school span {
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
        text-transform: uppercase;
    }

.address_school {
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    color: #4d4d4f;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.3s;
    margin-top: 5px;
    padding: 0px 2px;
    line-height: 1;
    letter-spacing: 2px;
}

.text_school:after {
    position: absolute;
    content: '';
    transition: 0.3s;
    left: -8px;
    top: 5px;
    background: #fff;
    width: 2px;
    height: calc(100% - 5px);
}

.school_text {
    opacity: 0;
    position: absolute;
    transition: 0.4s;
    top: 50%;
    left: 0;
    padding: 20px;
    z-index:9999;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.animated_card .school_text {
    opacity: 1;
    transition: 0.5s;
    white-space: break-spaces;
}

.animated_card .text_school {
    top: 40%;
}
.extra_text{
    display:block;
    margin-top:5px;
}
.animated_card .know_more {
    opacity: 1;
    transition: 0.3s;
    z-index:99999;
}

.know_more {
    opacity: 0;
    position: absolute;
    top: 71%;
    transition: 0.3s;
    left: 18px;
    max-width: 150px;
    width: 100%;
    background-color: #009FE3;
    color: #fff;
    font-size: 18px !important;
    border-radius: 25px !important;
    letter-spacing: 1px;
    text-align: center;
}

.animated_card .address_school {
    transition: 0.3s;
    padding: 2px 3px;
}

.animated_card .pws .address_school {
    background: #fff;
    color: #4d4d4f;
}

.animated_card .psg .address_school {
    background: #fff;
    color: #4d4d4f;
}

.animated_card .psn .address_school {
    background: #fff;
    color: #4d4d4f;
}

.stat-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    padding: 50px;
    width: 100%;
}

    .stat-wrap div {
        border: 5px solid #02026f;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        height: 200px;
        border-radius: 50%;
        display: flex;
        width: 200px;
        justify-content: center;
        position: relative;
        flex-direction: column;
        align-items: center;
    }

.stat-number {
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: #009fe3;
}

section.counter_school {
    padding-top: 0 !important;
    background-image:url('images/img2bck.html');
}

.align {
    width: 100%;
}

article.nmbrs {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-wrap: nowrap;
}
    article.nmbrs .stat-number {
        color: #fff;
    }

.text_main {
    color: #fff;
}

.start-wrap-div .spinner {
    background: #0000001f;
}
.start-wrap-div span {
    color: #fff;
    z-index: 999;
}
.stat-wrap div .spinner {
    position: absolute;
    top: -8px;
    left: -7px;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    border: 10px solid;
    border-color: #fff #fff #fff transparent;
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    animation:  infinite-spinning  3s infinite;
      animation-timing-function:ease-in-out;
      -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 33px #fff;
}
.stat-wrap div .spinner1 {
    border-color: #fff #fff transparent transparent !important;
}
.stat-wrap div .spinner2 {
    border-color: #fff transparent transparent transparent !important;
}

@keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

section.counter_school {
    padding-top: 0 !important;
    background-image: url(images/img2bck.html);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin: 0 auto;
        padding-bottom: 35px;
    background-size: auto;
    text-align: center;
    background-color: #126cab;
}
.inquire_now {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 1px 8px 3px 8px;
    color: #fff;
    transition:0.3s;
    transform: translate(-50%, -50%);
    background: #009fe3;
    font-weight: 500;
}
.inquire_now:hover {
    background: #009fe3bd;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}
.highlighted{
     box-shadow: 0 0 5px #9ecaed;
   transition:0.3s;
   animation: glow 1s infinite;
}
@keyframes glow {
0%   { box-shadow: 0 0 5px #9ecaed;}
  25%  { box-shadow: 0 0 10px #9ecaed;}
  50%  { box-shadow: 0 0 15px #9ecaed;}
  75%  { box-shadow: 0 0 17px #9ecaed;}
  100% { box-shadow: 0 0 20px #9ecaed;}
}
.school:after {
    content: '';
    pois: ab;
    position: absolute;
    left: 0;
    top: 0;
    background: #8a246580;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.school.pws:after {
    background: #8a2465c7;
}
.school.psg:after {
    background: #daa02ad9;
}
.school.psn:after {
    background: #009487c2;
}
.ftrIn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    flex-wrap: wrap;
    padding-right: 0;
    margin-top: 20px;
}
.ftrIn a {
    margin-right: 6%;
    margin-bottom: 10px;
}
.ftrIn img {
    width: auto;
    max-width: 85px;
}
img.ftrLogo6 {
    max-width: 76px;
}
img.ftrLogo2 {
    max-width: 144px;
}
img.ftrLogo4 {
    max-width: 150px;
}
img.ftrLogo6 {
    max-width: 76px;
}
img.ftrLogo7 {
    max-width: 82px;
}

element.style {
}
.ContEnqBtn {
    margin-bottom: 20px !important;
    background-color: #fff;
    color: #126cab !important;
    font-size: 20px !important;
    border-radius: 25px !important;
    letter-spacing: 1px;
    text-transform:uppercase;
    display: inline-block;
    padding: 8px 25px 7px 25px;
    box-shadow: 1px 2px 0px #cdcbcc;
    transition: 0.5s all ease;
}
/*media queries start*/
@media screen and (max-width:1121px){
    .col-lg-7.col-md-12.cstm_pos{
    order:2;
}
    .pws, .psn, .psg {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    border-top-right-radius: 42px;
}
    .school_text {
    font-size: 20px;
}
    .video_banner_content {
    margin-left: 0;
}
    span.flex-la {
    justify-content: center;
}
.video__play {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
    left: auto;
    top: auto;
    transform: inherit;
}
    .video__play video {
    width: 100%;
}
    .welcome_msg {
    display: inline;
    font-size: 1.6em;
}
    .education_2{
        padding-left:10px;
    }
  
    .pathways_heading{
         transition:0.3s;
    }
    .pathways_heading .custom_heading {
    font-size: 5em;
}
    .schools_about {
    flex-wrap: wrap;
}
    .card__school {
    width: 100%;
    margin-bottom: 20px;
}
    .card__school.animated_card {
    width: 100%;
    transition: 0.4s;
}
    .school_text{
        opacity:1;
    }
    .know_more{
        opacity:1;
    }
    .text_school{
        top:44%;
    }
    section.pathways_school {
    padding-top: 0;
}
    .fixed_when_mobile{
        position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0;
    transition:0.5s;
    }
    .pathways_school .pathways_heading {
    justify-content: center;
}
    .fixed_when_mobile .custom_heading {
    font-size: 3em;
}
    
}
@media screen and (max-width:991px) {
    textarea#query {
    box-shadow: none;
    border: 1px solid #d7d7d8;
}
    .slider_layout_text span {
    font-size: 17px;
}
 
    .pathways_heading .custom_heading {
    font-size: 4em;
}
    .text_school {
    position: absolute;
    top: 50%;
    left: 30px;
    transition: 0.3s;
    transform: none;
}
    .stat-wrap div {
    height: 140px;
    width: 140px;
}
    .stat-wrap div .spinner{
           height: 145px;
    width: 145px;
    }



}
@media screen and (max-width:767px) {

    .slider_layout_text span {
    font-size: 18px;
}
    section.video_banner {
    padding-bottom: 40px;
    padding-top: 50px;
}
    .video_banner_content .para {
    text-align: center;
}
    h2.heading__video__by {
    margin-bottom: 21px;
}
    section.counter_school {
    padding-bottom: 10px;
    padding-top: 25px !important;
}
    
    img.logo-adms {
    position: absolute;
    left: 47px;
    top: 35px;
    width: 140px;
}
    .school_text {
    font-size: 16px;
}
    .controls-video {
        position: relative;
        bottom: 80px;
        padding-left: 20px;
    }
    .welcome_msg {
    display: inline;
    font-size: 1.2em;
}
    .pathways_heading .custom_heading {
    font-size: 2.5em;
}

    .animated_card .text_school {
    top: 20%;
}
    .school_text {
    top: 33%;
}
    .schools_about .school {
    height: 400px;
}
    .know_more {
    top: 75%;
}

    .stat-wrap div {
    margin-bottom: 25px;
    margin-right:20px;
}
    .stat-wrap {
    justify-content: center;
    flex-wrap: wrap;
       padding: 15px;
}
    .know_more {
    top: auto;
    bottom: 15%;
}
 
}
@media screen and (max-width:580px){
    span.present {
    font-size: 1rem;
}
            img.logo-adms {
    position: absolute;
    left: 47px;
    top: 35px;
    width: 100px;
}
.img-text img {
    width: 100%;
    height: 87vh;
    object-fit: cover;
    margin: 0px auto;
    text-align: center;
    margin-top: 69px;
}
.welcome_msg {
    display: block;
    font-size: 3.2rem;
}
    section.pathways_school {
    padding: 30px 0 !important;
    padding-bottom: 25px !important;
}
    .school_text {
    font-size: 14px;
}
    


}
@media screen and (max-width:480px) {
    section.pathways_slider {
    background-attachment: unset;
    background-position: center;
}
    section.pathways_slider {
    background-position: center center !important;
}
    div#banner__home {
    padding-top: 10px;
}
    .slider_btm .item{
        width:80px;
    }
    
 .loader_initial h2 {
    font-size: 2.6em;
    line-height: 0.8;
}
 .logo_intial {
    width: 130px !important;
    left: calc(50% - 59px);
    transform: translate(-50%, -50%);
}

    .pathways_heading .spacer {
        width: 18px;
    }
.pathways_heading .custom_heading {
    font-size: 1.8rem;
}
    section.video_banner {
    margin-top: 800px;
}
    span.edu {
    font-size: 5rem;
}
    span.stu {
    font-size: 1.9rem;
}
    span.two {
    font-size: 7rem;
}


 
}
@media screen and (max-width:414px) {
    section.counter_school {
    background-image: none;
}
    .content_img {
    padding-top: 45px;
    padding-bottom: 25px;
}
    .img-text img {
    margin-top: 98px;
}
    
    .slider_layout_text span {
        font-size: 14px;
    }

    .pathways_heading .custom_heading {
    font-size: 1.5em;
}
    .animated_card .text_school {
    top: 13%;
}
    .school_text {
    top: 27%;
}
    .know_more {
    top: auto;
    bottom: 7%;
}
 


}
@media screen and (max-width:380px) {
 .welcome_msg {
    display: block;
    font-size: 1em;
    width: 100%;
}
    .school_text {
    font-size: 14px;
}

 

}