/* import google font  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* import google font  */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

::selection{
    background-color: #13075E;
    color: white;
}

.banner-content {
    max-width: 797px;
    margin: auto;
}

.footer_location{
    font-size:11px;
}
.footer_location span{
    color: #000;
}

.footer_location i{
    color: #3064CE;
    margin: 0 10px;
}

.real-people-review{
    font-size: 11px;
    color: gold;
   
}
.testimonials-card{
    border-radius: 11px;
}

.path-section .text-col i {
background-color: white;
border-radius: 50%;
color:#a3cd3b ;
font-size: 24px;
margin-right: 15px;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;

}


.header-user {
    background-color: #a3cd3b;
    padding: 7px 8px;
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 16px;
}






.why-should-section{
    background-color: #EDF5FF;
    padding-top: 50px ;
}
.why-should-text h2{
font-size: 40px;
font-family: "Poppins", sans-serif;
}
.why-shoul-service-content{
    text-align: center;
 
}
.why-shoul-service-content i{
    font-size: 36px;
    color:rgb(48, 48, 48);
}
.why-shoul-service-content h3{
    font-size: 21px;
    font-weight: 700;
    padding: 15px 0px 5px 0px;
    color: #1A1A1A;
    font-family: "Poppins", sans-serif;
}

.why-should-count{
    background-color: #a3cd3b;
    border-radius: 80px;
    padding: 10px 0px;
}
.why-should-count-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}


.why-should-count-content img {
    width: 100%;
    height: 100%;
}


.why-should-count-content .img {
    background: #fff;
    padding: 16px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 0 10px;
}


.why-should-count-number{
    font-size: 39px;
    font-weight: 700;
    color: white;
    font-family: "Poppins", sans-serif;
}


/* Video-Tutorial-section style start here  */


.Video-Tutorial-content{
text-align: center;
/* margin-top: 150px; */
}

.Video-Tutorial-content span{
    color: #a3cd3b;
    font-size: 20px;
}
.Video-Tutorial-content h3{
    font-size: 38px;
    font-weight: 700;
    color: white;
    padding: 10px 0px;
    text-transform: capitalize;
}

.Video-Tutorial-content button {
    background-color: #3064CE;
    color: white;
    padding: 10px 14px;
    font-size: 15px;
    border: none;
    border-radius: 40px;
    margin-top: 10px;
    transition: 1s;
    font-size: 15px;
    position: relative;
    width: 170px;
    text-align: start;
}
.Video-Tutorial-content button:hover{
    transform: scaleX(1.1);
}

.Video-Tutorial-content i {
    background-color: #3064CE;
    padding: 12px;
    box-shadow: 2px 2px 2px #154681;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0;
}

.video-play i {
    color: #fff;
    background: #9acd3b;
    border-radius: 50%;
    font-size: 44px;
    cursor: pointer;
}

.video-play {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/*.video-play i {*/
/*    text-align: center;*/
/*    font-size: 24px;*/
/*    justify-content: center;*/
/*    background-color: white;*/
/*    color: #a3cd3b;*/
/*    padding: 20px;*/
/*    margin: 30px 0px 100px 200px;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0px 0px 0px 3px  #929292;*/
/*}*/


.vide_popup_section {
    background: #00000070;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111111;

}


.video_contain i {
    position: absolute;
    top: -36px;
    right: 50%;
    left: 50%;
    color: #fff;
    font-size: 27px;
    cursor: pointer;
}

.video_contain {
    position: relative;
}






.Video_Tutorial_section{
    background-image: url(../img/MentorshipHub-Image-Home-Page.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    
    
}

.backgroun-overly {
    background-color: rgb(45 73 100 / 87%);
}



button.btn-close {
    background: #1f89e5;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}





@media only screen and (min-width: 300px) {

    header{
        background-color: transparent;
        padding: 5px 15px;
    }

     .logo img{
        width: 40%;
        padding-left: 20px;
     }
     
    .links li{
        list-style: none;
        padding: 8px 0;
        background: #efefef;
        border: 1px solid #0000002b;
        margin: 10px 0;
        border-radius: 10px;
    }
    
    .links li:hover{
        background: #1f89e5;
    }
    
    .links li:hover a{
        color: #fff;
    }
    
    .links li a{
        text-decoration: none;
        color: white;
        font-size: 16px;
        text-transform: capitalize;
        padding: 0px 20px;
        display: block;
        text-align: start !important;
    }
    .links li a:active{
        color: #1E88E5;
    } 
    .navbar ul li a{
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    
    .navbar ul{
        padding: 0;
    }
    
    .header-credit-btn{
        background-color: #1F89E5;
        padding: 5px 12px;
        border: none;
        border-radius: 30px;
        color: white;
        font-size: 15px ;
       
    }

    .header-register-btn{
        background-color: #a3cd3b;
        padding: 5px 12px;
        border: none;
        border-radius: 30px;
        color: white;
        font-size: 15px ;
        
    }

    .toggle-btn{
        color: white;
        font-size: 18px;
        
    }
    
/* header design end here  ************/



/* banner section start here  */
.banner-img{
    width: 100%;
    height: 100%;
    background-image: url("../img/MentorshipHub-Image-Home-Page.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 350px 0px;
    position: relative;
    overflow: hidden;
}
.banner-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(132, 133, 135, .8);
}


.banner-content{
    text-align: center;
    justify-content:center;
    align-items: center;
    justify-items: center; 
    color: white;
    padding-top: 50px;
}
.banner-content h1{
    font-size: 38px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

/* banner section end here  */

.path-section .text-col .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}


.path-section .text-col .text{
        display: flex;
        align-items: center;
        justify-content: center;
}

/* categories-section End here  */

/* university-section start here  */
.university-section{
    background-color:#EDF5FF;
    padding: 30px 0px;
}
.university-section-content span{
    background-color: white;
    padding: 5px 20px;
    color: #a3cd3b;
    border-radius: 7px;
    border: none;
    font-size: 18px;
   
}
.university-section-content h2{
    font-size: 40px;
    font-weight: 700;
    color: #3064CE;
    font-family: "Poppins", sans-serif;
    margin: 20px  0px;
}
.university-mentee-btn {
    background-color: #3064CE;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    transition: 1s;
}
.university-mentee-btn:hover{
   transform: scaleX(1.1);
}
.university-mentee-btn i{
    background-color: #3064CE;
    padding: 10px;
    box-shadow: 2px 2px 2px #154681;
    border-radius: 50%;
}
.university-section-img img{
    width: 100%;
    height: 100%;
}
/* university-section End here  */

/* meet-mentor-section start here  */
.meet-mentor-section{
    background-color: #EDF5FF;
    padding: 30px 0px;
}
.meet-mentor-text span{
    background-color: white;
    padding: 4px 10px;
    border-radius: 10px;
    border: none;
    color: #a3cd3b;
}
.meet-mentor-text h3{
  font-size: 45px;
  font-weight: 700;
  color: #1E88E5;
  margin: 10px 0px;
}
.card-item{
    background-color: #a3cd3b;
    padding-bottom: 15px;
    margin: 10px 0px;
}
.card-item .user-info{
    text-align: center;
}
.card-item .user-info i{
    background-color:black;
    padding: 12px;
    border-radius: 50%;
    color: #a3cd3b;
    margin-top: -10px; 
}
.card-item .user-info h4{
    color: white;
    padding-top: 10px ;
    font-size: 18px;
    text-transform: uppercase;
}


/* meet-mentor-section End here  */

.Online-connection{
    background-color:#EDF5FF;
    padding: 50px 0px;
}
.Online-connection-content span{
    background-color: white;
    padding: 5px 15px;
    color: #a3cd3b;
    border-radius: 10px;
}

.Online-connection-content h3{
    font-size: 32px;
    font-weight: 700;
    color: #1E88E5;
    padding-top: 15px;
}
.Online-connection-text i {
    background-color: white;
    color: #a3cd3b;
    border-radius: 50%;
    padding:20px; 
    font-size: 24px;
}
.Online-connection-text p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

/* Online-connection style end here */

.breaking-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.breaking-button span{
    background-color: white;
    padding: 4px 10px;
    color: #a3cd3b;
    border-radius: 10px;
}
.breaking-content h3{
    font-size: 32px;
    color: #1E88E5;
    font-weight: 700;
}
/* breaking-section End here  */ 


/* Video-Tutorial-section style End  here  */
.real-people{
    background-color: #EDF5FF;
    padding: 50px 0px;

}
.real-people-text h3{
    font-size: 40px;
    font-weight: 500;
}
.real-people-count{
    font-size: 26px;
    font-weight: 500;
    
}


/* real-people style end here  */

.testimonials-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.testimonials-card{
    background-color: white;
    padding: 30px 10px;
    margin: 15px 0px;
}
.testimonials-card-content img{
    width: 30%;
    border-radius: 50%;
}
.testimonials-card-info{
    padding: 0px 20px;
    margin-top: 15px;
}
.testimonials-card i{
    margin-top: 18px;
    padding-left: 15px;
    font-size: 32px;
}
.testimonials-card-text p{
    font-size: 17px;
    font-weight: 400;
    padding-top: 15px;
}

/* testimonials-section end here */

.footer-top{
    background-color: #1A1A1A;
    padding: 20px;
    border-bottom: 1px solid rgb(53, 53, 53);
}

.footer-top-content{
    text-align: right;
    justify-content: end;
    padding-top: 10px;
}
.footer-top-content h5{
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 20px;
}
.footer-top-content i{
    color: white;
    padding: 0px 10px;
    
}
.footer-top-content i:hover{
    color: #1F89E5;
}
/* footer to end here */
 .footer-bottom{
    background-color: #1A1A1A;
    padding: 20px 0px;
 }
.register h5 {
    font-size: 18px;
    color: white;
    padding: 10px 0px;
}
.register p{
    font-size: 16px;
    color: white;
    padding: 15px 0px;
}
.register-mail{
    display: flex;
    border-bottom: 1px solid rgb(53, 53, 53);
    padding: 10px 0px;
    
}
.register-mail input{
    background-color: transparent;
    border: none;
    color: white;
    width: 50%;
}
.register-mail input:focus{
    outline: none;
}
.register-mail button{
    background-color: rgb(49, 49, 49);
    padding: 4px 15px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 15px;
}

.footer-title{
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 10px 0px;
}
.footer-widget ul li{
    padding: 4px 0px;
}
.footer-widget ul li a {
    color: #26292c;
    text-decoration: none;
    color: rgb(182, 182, 182);
    transition: 2s;
    font-size: 15px;
    
}
.footer-widget ul li:hover{
    transform: scaleX(1.1);
}

/* footer section style end here  */


.why-should-count-content{
    justify-content: start;
}



}


@media only screen and (min-width: 600px) {
    
    
    
    
.path-section .text-col .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.path-section .text-col .text{
        display: flex;
        align-items: center;
        justify-content: center;
}
    
    
    
    
    header{
        background-color: transparent;
        padding: 5px 15px;
    }
     .logo img{
        width: 40%;
        padding-left: 20px;
     }
     
     
    .links li{
        list-style: none;
        padding: 8px 0;
        background: #efefef;
        border: 1px solid #0000002b;
        margin: 10px 0;
        border-radius: 10px;
    }
    
    
    .navbar ul{
       padding: 0;
    }
    

    
    
    .links li a{
        text-decoration: none;
        color: white;
        font-size: 16px;
        text-transform: capitalize;
        padding: 0px 20px;
    }
    .links li a:active{
        color: #1E88E5;
    } 
    
    
    .header-credit-btn{
        background-color: #1F89E5;
        padding: 5px 12px;
        border: none;
        border-radius: 30px;
        color: white;
        font-size: 15px ;
    }
    .header-register-btn{
        background-color: #a3cd3b;
        padding: 5px 12px;
        border: none;
        border-radius: 30px;
        color: white;
        font-size: 15px ;
    }

    .toggle-btn{
        color: white;
        font-size: 18px;
        display: none;
    }

    
/* header design end here  ************/
/* banner section start here  */
.banner-img{
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/MentorshipHub-Image-Home-Page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    
}
.banner-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(132, 133, 135, .8);
}

.banner-content{
    text-align: center;
    justify-content:center;
    align-items: center;
    justify-items: center; 
    color: white;
}
.banner-content h1{
    font-size: 60px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}




/* university-section start here  */
.university-section{
    background-color:#EDF5FF;
    padding: 30px 0px;
}
.university-section-content span{
    background-color: white;
    padding: 5px 20px;
    color: #a3cd3b;
    border-radius: 7px;
    border: none;
    font-size: 18px;
   
}
.university-section-content h2{
    font-size: 40px;
    font-weight: 700;
    color: #3064CE;
    font-family: "Poppins", sans-serif;
    margin: 20px  0px;
}
.university-mentee-btn {
    background-color: #3064CE;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    transition: 1s;
}
.university-mentee-btn:hover{
   transform: scaleX(1.1);
}
.university-mentee-btn i{
    background-color: #3064CE;
    padding: 10px;
    box-shadow: 2px 2px 2px #154681;
    border-radius: 50%;
}
.university-section-img img{
    width: 100%;
    height: 100%;
}
/* university-section End here  */

/* meet-mentor-section start here  */
.meet-mentor-section{
    background-color: #EDF5FF;
    padding: 30px 0px;
}
.meet-mentor-text span{
    background-color: white;
    padding: 4px 10px;
    border-radius: 10px;
    border: none;
    color: #a3cd3b;
}
.meet-mentor-text h3{
  font-size: 45px;
  font-weight: 700;
  color: #1E88E5;
  margin: 10px 0px;
}
.card-item{
    background-color: #a3cd3b;
    padding-bottom: 15px;
}
.card-item .user-info{
    text-align: center;
}
.card-item .user-info i{
    background-color:black;
    padding: 12px;
    border-radius: 50%;
    color: #a3cd3b;
    margin-top: -10px; 
}
.card-item .user-info h4{
    color: white;
    padding-top: 10px ;
    font-size: 18px;
    text-transform: uppercase;
}



/* meet-mentor-section End here  */

.Online-connection{
    background-color:#EDF5FF;
    padding: 50px 0px;
}
.Online-connection-content span{
    background-color: white;
    padding: 5px 15px;
    color: #a3cd3b;
    border-radius: 10px;
}

.Online-connection-content h3{
    font-size: 48px;
    font-weight: 700;
    color: #1E88E5;
    padding-top: 15px;
}
.Online-connection-text i {
    background-color: white;
    color: #a3cd3b;
    border-radius: 50%;
    padding:20px; 
    font-size: 24px;
}
.Online-connection-text p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

/* Online-connection style end here */
.breaking-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.breaking-button span{
    background-color: white;
    padding: 4px 10px;
    color: #a3cd3b;
    border-radius: 10px;
}
.breaking-content h3{
    font-size: 48px;
    color: #1E88E5;
    font-weight: 700;
}
/* breaking-section End here  */ 



.real-people{
    background-color: #EDF5FF;
    padding: 50px 0px;

}
.real-people-text h3{
    font-size: 40px;
    font-weight: 500;
}
.real-people-count{
    font-size: 26px;
    font-weight: 500;
    
}


/* real-people style end here  */

.testimonials-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.testimonials-card{
    background-color: white;
    padding: 30px 10px;
}
.testimonials-card-content img{
    width: 30%;
    border-radius: 50%;
}
.testimonials-card-info{
    padding: 0px 20px;
    margin-top: 15px;
}
.testimonials-card i{
    margin-top: 18px;
    padding-left: 15px;
    font-size: 32px;
}
.testimonials-card-text p{
    font-size: 17px;
    font-weight: 400;
    padding-top: 15px;
}

/* testimonials-section end here */
.footer-top{
    background-color: #1A1A1A;
    padding: 20px;
    border-bottom: 1px solid rgb(53, 53, 53);
}

.footer-top-content{
    text-align: right;
    justify-content: end;
    padding-top: 10px;
}
.footer-top-content h5{
    color: white;
    font-size: 19px;
    font-weight: 500;
    padding: 0px 20px;
}
.footer-top-content i{
    color: white;
    margin: 0px 8px;
}
.footer-top-content i:hover{
    color: #1F89E5;
}
/* footer to end here */
 .footer-bottom{
    background-color: #1A1A1A;
    padding: 20px 0px;
 }
.register h5 {
    font-size: 18px;
    color: white;
    padding: 10px 0px;
}
.register p{
    font-size: 16px;
    color: white;
    padding: 15px 0px;
}
.register-mail{
    display: flex;
    border-bottom: 1px solid rgb(53, 53, 53);
    padding: 10px 0px;
    
}
.register-mail input{
    background-color: transparent;
    border: none;
    color: white;
    width: 50%;
}
.register-mail input:focus{
    outline: none;
}
.register-mail button{
    background-color: rgb(49, 49, 49);
    padding: 4px 15px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 15px;
}

.footer-title{
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 10px 0px;
}
.footer-widget ul li{
    padding: 4px 0px;
}
.footer-widget ul li a {
    color: #26292c;
    text-decoration: none;
    color: rgb(182, 182, 182);
    transition: 2s;
    font-size: 15px;
    
}
.footer-widget ul li:hover{
    transform: scaleX(1.1);
}

/* footer section style end here  */



}


@media only screen and (min-width: 768px) {
    
.path-section .text-col .img_wrap {
    display: flex;
    align-items: center;
    justify-content: start;
}


.path-section .text-col .text{
        display: flex;
        align-items: center;
        justify-content: start;
}
    
    
    header{
        background-color: transparent;
        padding: 5px 15px;
    }
    
     .logo img{
        width: 40%;
        padding-left: 20px;
     }
     
 
    
         
     
    .links li{
        list-style: none;
        padding: 8px 0;
        background: #efefef;
        border: 1px solid #0000002b;
        margin: 10px 0;
        border-radius: 10px;
    }
    
    
    .links li a{
        text-decoration: none;
        color: white;
        font-size: 16px;
        text-transform: capitalize;
        padding: 0px 20px;
    }
    .links li a:active{
        color: #1E88E5;
    } 
   
    .header-credit-btn{
        background-color: #1F89E5;
        padding: 5px 12px;
        border: none;
        border-radius: 30px;
        color: white;
        font-size: 15px ;
    }
    .header-register-btn{
        background-color: #a3cd3b;
        padding: 5px 12px;
        border: none;
        border-radius: 30px;
        color: white;
        font-size: 15px ;
    }

    .toggle-btn{
        color: white;
        font-size: 18px;
        display: none;
    }



/* header design end here  ************/
/* banner section start here  */
.banner-img{
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/MentorshipHub-Image-Home-Page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    
}
.banner-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(132, 133, 135, .8);
}

.banner-content{
    text-align: center;
    justify-content:center;
    align-items: center;
    justify-items: center; 
    color: white;
}
.banner-content h1{
    font-size: 60px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}


/* university-section start here  */
.university-section{
    background-color:#EDF5FF;
    padding: 30px 0px;
}
.university-section-content span{
    background-color: white;
    padding: 5px 20px;
    color: #a3cd3b;
    border-radius: 7px;
    border: none;
    font-size: 18px;
   
}
.university-section-content h2{
    font-size: 40px;
    font-weight: 700;
    color: #3064CE;
    font-family: "Poppins", sans-serif;
    margin: 20px  0px;
}
.university-mentee-btn {
    background-color: #3064CE;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    transition: 1s;
}
.university-mentee-btn:hover{
   transform: scaleX(1.1);
}
.university-mentee-btn i{
    background-color: #3064CE;
    padding: 10px;
    box-shadow: 2px 2px 2px #154681;
    border-radius: 50%;
}
.university-section-img img{
    width: 100%;
    height: 100%;
}
/* university-section End here  */


/* meet-mentor-section start here  */
.meet-mentor-section{
    background-color: #EDF5FF;
    padding: 30px 0px;
}
.meet-mentor-text span{
    background-color: white;
    padding: 4px 10px;
    border-radius: 10px;
    border: none;
    color: #a3cd3b;
}
.meet-mentor-text h3{
  font-size: 45px;
  font-weight: 700;
  color: #1E88E5;
  margin: 10px 0px;
}
.card-item{
    background-color: #a3cd3b;
    padding-bottom: 15px;
}
.card-item .user-info{
    text-align: center;
}
.card-item .user-info i{
    background-color:black;
    padding: 12px;
    border-radius: 50%;
    color: #a3cd3b;
    margin-top: -10px; 
}
.card-item .user-info h4{
    color: white;
    padding-top: 10px ;
    font-size: 18px;
    text-transform: uppercase;
}



.Online-connection{
    background-color:#EDF5FF;
    padding: 50px 0px;
}
.Online-connection-content span{
    background-color: white;
    padding: 5px 15px;
    color: #a3cd3b;
    border-radius: 10px;
}

.Online-connection-content h3{
    font-size: 48px;
    font-weight: 700;
    color: #1E88E5;
    padding-top: 15px;
}
.Online-connection-text i {
    background-color: white;
    color: #a3cd3b;
    border-radius: 50%;
    padding:20px; 
    font-size: 24px;
}
.Online-connection-text p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

/* Online-connection style end here */
.breaking-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.breaking-button span{
    background-color: white;
    padding: 4px 10px;
    color: #a3cd3b;
    border-radius: 10px;
}
.breaking-content h3{
    font-size: 32px;
    color: #1E88E5;
    font-weight: 700;
}
/* breaking-section End here  */ 


/* Video-Tutorial-section style End  here  */
.real-people{
    background-color: #EDF5FF;
    padding: 50px 0px;

}
.real-people-text h3{
    font-size: 40px;
    font-weight: 500;
}
.real-people-count{
    font-size: 26px;
    font-weight: 500;
    
}


/* real-people style end here  */

.testimonials-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.testimonials-card{
    background-color: white;
    padding: 30px 10px;
    margin: 15px 0px;
}
.testimonials-card-content img{
    width: 30%;
    border-radius: 50%;
}
.testimonials-card-info{
    padding: 0px 20px;
    margin-top: 15px;
}
.testimonials-card i{
    margin-top: 18px;
    padding-left: 15px;
    font-size: 32px;
}
.testimonials-card-text p{
    font-size: 17px;
    font-weight: 400;
    padding-top: 15px;
}

/* testimonials-section end here */

.footer-top{
    background-color: #1A1A1A;
    padding: 20px;
    border-bottom: 1px solid rgb(53, 53, 53);
}



.footer-top-content{
    text-align: right;
    justify-content: end;
    padding-top: 10px;
}
.footer-top-content h5{
    color: white;
    font-size: 19px;
    font-weight: 500;
    padding: 0px 20px;
}
.footer-top-content i{
    color: white;
    margin: 0px 8px;
}
.footer-top-content i:hover{
    color: #1F89E5;
}
/* footer to end here */
 .footer-bottom{
    background-color: #1A1A1A;
    padding: 20px 0px;
 }
.register h5 {
    font-size: 18px;
    color: white;
    padding: 10px 0px;
}
.register p{
    font-size: 16px;
    color: white;
    padding: 15px 0px;
}
.register-mail{
    display: flex;
    border-bottom: 1px solid rgb(53, 53, 53);
    padding: 10px 0px;
    
}
.register-mail input{
    background-color: transparent;
    border: none;
    color: white;
    width: 50%;
}
.register-mail input:focus{
    outline: none;
}
.register-mail button{
    background-color: rgb(49, 49, 49);
    padding: 4px 15px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 15px;
}

.footer-title{
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 10px 0px;
}
.footer-widget ul li{
    padding: 4px 0px;
}
.footer-widget ul li a {
    color: #26292c;
    text-decoration: none;
    color: rgb(182, 182, 182);
    transition: 2s;
    font-size: 15px;
    
}
.footer-widget ul li:hover{
    transform: scaleX(1.1);
}

/* footer section style end here  */

}



@media only screen and (min-width: 992px) {

.path-section .text-col .img_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.path-section .text-col .text{
        display: flex;
        align-items: center;
        justify-content: start;
}


header{
    background-color: transparent;
    padding: 5px 15px;
}


 .logo img{
    width: 40%;
    padding-left: 20px;
 }
 
 
.links li{
    list-style: none;
    padding: 15px 0;
    background: none;
    border: none;
    margin: 10px 0;
}


.links li a{
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px 20px;
}

.links li:hover{
    background: none;
}



.links li a:active{
    color: #1E88E5;
} 
.navbar ul {
    display: flex;
    padding-left: 2rem;
}
.header-credit-btn{
    background-color: #1F89E5;
    padding: 5px 12px;
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 15px ;
}
.header-register-btn{
    background-color: #a3cd3b;
    padding: 5px 12px;
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 15px ;
}

.toggle-btn{
    color: white;
    font-size: 18px;
    display: none;
}


/* header design end here  ************/
/* banner section start here  */
.banner-img{
    width: 100%;
    min-height: 100vh;
    background-image: url(../img/MentorshipHub-Image-Home-Page.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    
}
.banner-overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(90, 90, 90, 0.8);
}

.banner-content{
    text-align: center;
    justify-content:center;
    align-items: center;
    justify-items: center; 
    color: white;
    padding: 100px 0px;
}
.banner-content h1{
    font-size: 60px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}




/* university-section start here  */
.university-section{
    background-color:#EDF5FF;
    padding: 30px 0px;
}
.university-section-content span{
    background-color: white;
    padding: 5px 20px;
    color: #a3cd3b;

    color: #a3cd3b;
    border-radius: 7px;
    border: none;
    font-size: 18px;
   
}
.university-section-content h2{
    font-size: 40px;
    font-weight: 700;
    color: #3064CE;
    font-family: "Poppins", sans-serif;
    margin: 20px  0px;
}
.university-mentee-btn {
    background-color: #3064CE;
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    transition: 1s;
}
.university-mentee-btn:hover{
   transform: scaleX(1.1);
}
.university-mentee-btn i{
    background-color: #3064CE;
    padding: 10px;
    box-shadow: 2px 2px 2px #154681;
    border-radius: 50%;
}
.university-section-img img{
    width: 100%;
    height: 100%;
}
/* university-section End here  */

/* meet-mentor-section start here  */
.meet-mentor-section{
    background-color: #EDF5FF;
    padding: 30px 0px;
}
.meet-mentor-text span{
    background-color: white;
    padding: 4px 10px;
    border-radius: 10px;
    border: none;
    color: #a3cd3b;
}
.meet-mentor-text h3{
  font-size: 45px;
  font-weight: 700;
  color: #1E88E5;
  margin: 10px 0px;
}
.card-item{
    background-color: #a3cd3b;
    padding-bottom: 15px;
}
.card-item .user-info{
    text-align: center;
}
.card-item .user-info i{
    background-color:black;
    padding: 12px;
    border-radius: 50%;
    color: #a3cd3b;
    margin-top: -10px; 
}
.card-item .user-info h4{
    color: white;
    padding-top: 10px ;
    font-size: 18px;
    text-transform: uppercase;
}


/* meet-mentor-section End here  */

.Online-connection{
    background-color:#EDF5FF;
    padding: 50px 0px;
}
.Online-connection-content span{
    background-color: white;
    padding: 5px 15px;
    color: #a3cd3b;
    border-radius: 10px;
}

.Online-connection-content h3{
    font-size: 48px;
    font-weight: 700;
    color: #1E88E5;
    padding-top: 15px;
}
.Online-connection-text i {
    background-color: white;
    color: #a3cd3b;
    border-radius: 50%;
    padding:20px; 
    font-size: 24px;
}
.Online-connection-text p{
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

/* Online-connection style end here */
.breaking-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
}
.breaking-button span{
    background-color: white;
    padding: 4px 10px;
    color: #a3cd3b;
    border-radius: 10px;
}
.breaking-content h3{
    font-size: 48px;
    color: #1E88E5;
    font-weight: 700;
}
/* breaking-section End here  */ 

.real-people{
    background-color: #EDF5FF;
    padding: 50px 0px;

}
.real-people-text h3{
    font-size: 40px;
    font-weight: 500;
}
.real-people-count{
    font-size: 26px;
    font-weight: 500;
    
}


/* real-people style end here  */

.testimonials-section{
    background-color: #EDF5FF;
    padding: 50px 0px;
    overflow: hidden;
}
.testimonials-card{
    background-color: white;
    padding: 30px 10px;
}
.testimonials-card-content img{
    width: 30%;
    border-radius: 50%;
}
.testimonials-card-info{
    padding: 0px 20px;
    margin-top: 15px;
}
.testimonials-card i{
    margin-top: 18px;
    padding-left: 15px;
    font-size: 32px;
}
.testimonials-card-text p{
    font-size: 17px;
    font-weight: 400;
    padding-top: 15px;
}

/* testimonials-section end here */


.footer-top{
    background-color: #1A1A1A;
    padding: 20px;
    border-bottom: 1px solid rgb(53, 53, 53);
}


.footer-top-content{
    text-align: right;
    justify-content: end;
    padding-top: 10px;
}
.footer-top-content h5{
    color: white;
    font-size: 19px;
    font-weight: 500;
    padding: 0px 20px;
}
.footer-top-content i{
    color: white;
    margin: 0px 8px;
}
.footer-top-content i:hover{
    color: #1F89E5;
}
/* footer to end here */
 .footer-bottom{
    background-color: #1A1A1A;
    padding: 20px 0px;
 }
.register h5 {
    font-size: 18px;
    color: white;
    padding: 10px 0px;
}
.register p{
    font-size: 16px;
    color: white;
    padding: 15px 0px;
}
.register-mail{
    display: flex;
    border-bottom: 1px solid rgb(53, 53, 53);
    padding: 10px 0px;
    
}
.register-mail input{
    background-color: transparent;
    border: none;
    color: white;
    width: 50%;
}
.register-mail input:focus{
    outline: none;
}
.register-mail button{
    background-color: rgb(49, 49, 49);
    padding: 4px 15px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 15px;
}

.footer-title{
    font-size: 19px;
    font-weight: 500;
    color: white;
    padding: 10px 0px;
}
.footer-widget ul li{
    padding: 4px 0px;
}
.footer-widget ul li a {
    color: #26292c;
    text-decoration: none;
    color: rgb(182, 182, 182);
    transition: 2s;
    font-size: 15px;
    
}
.footer-widget ul li:hover{
    transform: scaleX(1.1);
}

/* footer section style end here  */



}



.university-mentee-btn {
    background-color: #3064CE;
    color: white;
    padding: 14px 2px 14px 21px;
    font-size: 15px;
    border: none;
    border-radius: 50px;
    margin-top: 6px;
    transition: 1s;
}

.footer-logo img {
    width: 291px;
}













