@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Gruppo&display=swap);
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    
}
body{
    background:#fff;
    }
/*Header*/
.headertop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 210;
}
.header{
    padding: 15px 5%;
    background: #ffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 3px);
}
.closehead{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #fff url(./img/cloes.png);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    z-index: 210;
    background-position: center;
    cursor: pointer;
    
}
#loginbtn{
    display: none;
}
nav ul{
display: flex;
align-items: center;
}
nav ul li{
    list-style-type: none;
}

.navbar a {
    font-family: 'Montserrat', sans-serif;
    padding: 0 10px;
    line-height: 50px;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 18px;
    color: #222;
    text-decoration: none;
    font-weight: 350;
    margin:0 10px;
    
}
.navbar a:hover, 
.navbar a.active{
    color: #ed5f5e;
}

.navbar-header .logo-container {
    padding: 0 15px;
    float: left;
    
}
.navbar-header .logo-container .logo-wrap {
    display: flex;
    width: 100%;
}
.btn_login {
    color: #222;
    border: 2px solid #eaeaea;
    padding: 9px 30px;
    font-weight: 400;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    transition: 0.3s;
    text-decoration: none;
}
.btn_login:hover{
    color: #fff;
    border: 1px solid #2eca7f;
    background:#2eca7f;
}
.logo{
    height: 25px;
    align-items: center;
    animation: slideRight 1s ease forwards;
}
.menu-icon {

    display: none;
    
}
.menu-icon i{
    color: #070707;
    font-size: 30px;
    
}


section{
    min-height: 100%;
    padding: 10rem 9% 2rem;
    background-color: #F2F1F7;
    
}
/*Home Section*/
.home{
    display: flex;
    justify-content: space-between;
    
}
.home-content h3{
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 50px 0;
    color:#ed5f5e;
    
}
.home-content h1{
    font-size: 70px;
    font-weight: 700;
    

}
.home-content h3:nth-of-type(2){
    margin-bottom: 150px;
    font-size: 50px;
    color: #555;
    margin-top: 20px;
    font-family: "Kalam", cursive;

}
.home-img{
    justify-content: right;
    animation: slideTop 1s ease forwards;
}
.home-img img{
    width: 44vw;
    animation: floatImage 4s ease-in-out infinite;
}
.btn{
    display: inline-block;
    padding: 10px 30px;
    background: #111;
    border-radius: 15px;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    
}
.btn:hover{
    box-shadow:0 0 1rem #222;
    background: #fff;
    color: #111;
}
/*New Batch*/
.newbatch{
    background-color: #fff;
    height: 50%;
    text-align: center;
}
.newbatch h3{
    color: #555;
    font-size: 60px;
    font-family: "Kaushan Script", cursive;
    margin-bottom: 40px;
    margin-top: -20px;
}
.newbatch h4{
    color: #999;
    font-size: 50px;
    font-family: "Gruppo", sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
}
.date{
    color: #ed5f5e;
    font-family: "Gruppo", sans-serif;
    font-weight: 600;
}
/*Couresr section*/
.courses{
    text-align: center;
    
}
.courses h2{
    text-align: center;
    margin-top: -20px;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    font-size: 70px;
    color: #222;
    margin-bottom:70px;
}

.allcourses{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: column;
    box-sizing: border-box;
}

.course-content2 {
    padding: 30px;
    margin: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #eaeaea;
    background: #fff;
    max-width: 100%;
    border-radius: 5px;
    max-width:800px ;
    box-sizing: border-box;
    
}


.course-content2 .courssetail{
display:flex;
margin: 10px;

}
.course-content2 .courssetail .courimg{
    max-width: 250px;
    max-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    
    
}
.course-content2 .courssetail .courimg img{
    max-width: 250px;
    max-height: 250px;
    position: relative;
    margin-left: -8rem;
    margin-right: 1rem;
    

    
}
.cp_content{
    position: relative;

}
.cp_content p{
    text-align: justify;
}


.cp_content h2{
    color: #555;
    font-size: 35px;
    font-family: "Kaushan Script", cursive;
    margin-bottom: 20px;
    text-align: left;
    
}
.cp_content p{
    text-align: left;
}
.cp_content ul li i{
    color:#ed5f5e;
    margin:8px;
    
    
}

.co_list i{
    color:#ed5f5e;
    margin:15px;
}
.cp_content ul li{
    list-style: none;
    text-align: left;
}
.btnexp{
    display: inline-block;
    padding: 10px 30px;
    background: #111;
    border-radius: 15px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 15px;
    
}
.btnexp:hover{
    box-shadow:0 0 1rem #222;
    background: #fff;
    color: #111;
    
}
.cp_content p {
    margin-bottom: 20px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}



.co_list {
    margin-top: 10px;
    display: inline-block;
    justify-content: space-between;
    display: flex;
    
}
.co_list  i{
    font-size: 25px;
    padding: 5px;
    margin: 10px;
    color:#ed5f5e;
    
}
.co_list  span{

    text-align: left;
    
}
.Testomonial{
    background-color: #fff;
    text-align: center;
    place-items: center;
    display: grid;
    height: 100%;
}
.Testomonial h2{
    text-align: center;
    font-family: "Gruppo", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    font-size: 70px;
    color: #222;
    margin-bottom:70px;
    margin-top: -20px;
}
.wrapper{
    max-width: 100%;
    display: inline-flex;
    padding: 0 20px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wrapper .box{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 5px;
    padding: 25px 25px 8px 25px;
    width: calc(45% - 10px);
    margin: 20px;
    
}
.wrapper .box p{
    margin: 0 40px;
    text-align: justify;
}
.wrapper .box i.quote{
    color:#ed5f5e;
    font-size: 30px;
}
.wrapper .box .testcontent{
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between ;
    
}

.wrapper .box .stinfo .name{
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    
}
.wrapper .box .stinfo .job{
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #ed5f5e;
    margin-bottom: 5px;
    
}
.wrapper .box .stinfo .college{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    
}

.wrapper .box  .stimg{
    height: 150px;
    width: 150px;
    padding: 5px;

}
.wrapper .box  .stimg i{
position: relative;
font-size: 40px;
bottom: 40px;
right: 50px;
color: #0077B5;
}
.wrapper .box  .stimg i:hover{
    
    color:  #0077B5;
    font-size: 50px;
}
.wrapper .box .stimg img{
    height:100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: solid #F2F1F7;
    position: relative;
}
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 220;
    display: none;
}
.contentBox{
    position: relative;
    width: 600px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.contentBox1{
    display: flex;
}
.contentBox1 .imgbox{
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBox1 .imgbox img{
    position: relative;
    max-width: 250px;
}
.contentBox1 .imgbox::before{
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    /*background: #eaeaea;*/
    border-radius: 50%;
}
.contentBox1 .popcontent{
    position: relative;
    width: 300px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentBox1 .popcontent h3{
    color: #555;
    line-height: 1em;
    font-weight: 300;
    font-size: 2em;
    font-family: "Wittgenstein";
}

.contentBox1 .popcontent h2{
    color: #ed5f5e;
    font-size: 4em;
    font-family:  Tahoma;
    font-weight: 700;
}
.contentBox1 .popcontent h2 span{
    color: #555;
    line-height: 1em;
    font-weight: 300;
    font-size: 0.75em;
    text-transform: uppercase;
    font-family: "Wittgenstein", serif;
}
.close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #eaeaea url(./img/cloes.png);
    background-repeat: no-repeat;
    background-size: 30px;
    z-index: 210;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
}
.contentBox2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
    padding-bottom: 20px;
}
.contentBox2 li{
    display: inline-block;
    margin: 10px;
    
}
.contentBox2 ul{
    border-top:  .8px solid #ed5f5e;
}
.smart-bar-container{
    width: 100%;
    background-color: #5624d0;
    height: fit-content;
    color: #fff;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding: 15px;
    text-align: center;
}
.smart-bar-container b{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.smart-bar-container a{
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.mainpagebutton{
            
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    }
   .mainpagebutton a{
    margin: 10px;
   }
@keyframes floatImage{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(30px);
    }
    100%{
        transform: translateY(0);
    }

}
@keyframes slideRight{
    0%{
        transform: translateX(-100px);
        opacity: 0;
    }
    50%{
        transform: translateX(40px);
        opacity: 50%;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideTop{
    0%{
        transform: translateY(100px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width:1600px) {
    .allcourses{
        flex-direction: column;
    }
    .wrapper .box .testcontent {
        margin-top: 10px;
        justify-content: center;
    }
}
@media (max-width:1020px) {
    .courimg img{
        width: 150px;
        height: 150px;
        
    }
    .courimg {
        width: 150px;
        height: 150px;
        
    }
    .course-content2{
        max-width:600px ;
    }
    .wrapper .box{
        width: 100%;
    }
}
@media (max-width:780px) {
    
    nav ul{
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: #fff;
        gap:0;
        overflow: hidden;
    }
    nav ul a{
        padding: 10px;
    }
    .menu-icon{
        display: block;
    }
    .btn_login{
        display: none;
    }
    
    .icons a{
        padding: 9px;
        margin: 9px;

    }
    .icons a i{
        font-size: 30px;
    }
    .home {
        flex-direction: column;
        justify-content: center;
    }
    .home-content h1{
        font-size: 50px;
        
    }
    .home-content h3{
        font-size: 30px;
        margin: 0 0 10px 0;
    }
    .home-content h3:nth-of-type(2){
    
        font-size: 30px;
        
    
    }
    
    .home-img img{
        width:95vw;
        
    }
    section{
        padding: 5rem 3% 0.5rem;
    }
    .home-content h3:nth-of-type(2){
        margin-bottom: 20px;
        font-size: 20px;
        margin-top: 5px;
    }
    .home-content h1{
        font-size: 35px;
        font-weight: 700;
    }
    .btn{
        font-size: 15px;
    }
    .header{
        margin-top: 1px;
    }
    .home-content h3{
        font-size: 25px;
        font-weight: 400;
        margin: 70px 0 10px 0;
        
    }
    .newbatch{
        color: rgb(114, 129, 224);
        justify-content: center;
    }
    .newbatch h3{
        
        font-size: 30px;
        
        margin-bottom: 30px;
    }
    .newbatch h4{
        
        font-size: 30px;
    
        margin-bottom: 40px;
        
    }
    .allcourses{
        flex-direction: column;
    }
    .courses h2{
        
        font-size: 50px;
        
    }
    .course-content2 .courssetail{
        flex-direction: column;
        text-align: center;
        
        width: 100%;
        align-items: center;
        margin: 0;
        
    }
    .course-content2 .courssetail .courimg img{
      position: relative;
        
        margin-left: 20px;
        height: 300px;
        width: auto;
        
    }
    .course-content2 .courssetail .courimg {
        
        height: 300px;
        width: 100%;
        margin-top: -8rem;
        
       
        
    }
    .co_list{
        display: inline-block;
    }
    .co_list  i{
        font-size: 15px;
        padding: 5px;
        margin: 5px;
    }
    .co_list  span{
        font-size: 15px;
        
    }
    .courses h2{
    
        margin-bottom:50px;
    }
    .course-content2{
        max-width:400px ;
    }
    .cp_content h2{
        text-align: center;
    }
    .cp_content p{
        text-align: justify;
    }
    .Testomonial h2{
        font-size: 50px;
    }
    .wrapper .box{
        width: 100%;
    }
    .wrapper .box p{
        margin:0 ;
        text-align: justify;
    }
    .wrapper .box i.quote{
        padding-right: 5px;
        
        font-size: 30px;
    }
    .wrapper .box .testcontent {
        margin-top: 10px;
        justify-content: center;
    }
    .contentBox{
        width: 300px;
        text-align: center;
        padding-top: 15px;
    }
    .contentBox1{
        flex-direction: column;
        margin-top: -90px;
    }
    .contentBox1 .popcontent{
        margin-top: -130px;
    }
    .close{
        top: 15px;
        right: 15px;
        width: 20px;
        height: 20px;
        background: url(./img/cloes.png);
        background-repeat: no-repeat;
        background-size: 15px;
    }
    .smart-bar-container
    {
    padding-top: 40px;
    }
    .menu-icon .xmark{
        display: none;
    }
    #loginbtn{
        display: block;
    }
    
}

#menulist{
    transition:all 0.5s;

}

footer{
    background-color: #111;

}
.footer-main{
    width: 100%;
    padding: 10px 10px 5px;

}
.icons{
    display: flex;
    justify-content: center;
    
}
.icons a{
    text-decoration: none;
    padding: 5px;
    margin: 20px;
    background-color: #111;
    border-radius: 10px;
    
    

}
.icons a i{
    font-size: 40px;
    color: #fff;
    
}
.icons a:hover{
    background-color: #fff;

    transition: 0.3s;
}
.icons a, .fb:hover{
    color: #1877F2;
    transition: 0.3s;
}
.icons a, .yb:hover{
    color: #FF0000;
    transition: 0.3s;
}
.icons a, .ld:hover{
    color:  #0077B5;
    transition: 0.3s;
}
.icons a, .wp:hover{
    color:  #075E54;
    transition: 0.3s;
}
.footerNav{

    padding-bottom: 20px;
}
.footerNav ul{
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
   
}
.footerNav li{
    margin: 5px 0px;
}
.footerNav ul li a{
    color: #fff;
    margin: 20px;
    text-decoration: none;
    transition: 0.3s;
}
.footerNav ul li a:hover{
    color: #ed5f5e;
}
.copyright{
    background-color: #eaeaea;
    padding: 20px;
    text-align: center;
    color: #111;
}
.whatsapp_main{
    position: fixed;
    bottom: 20px;
    right: 10px;
    text-align: right;
    z-index: 10;
    
}
.scrolltop{
    position: fixed;
    bottom: 20px;
    left: 10px;
    text-align: right;
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: #ed5f5e;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    animation: appear .5s linear;
    display: none;
}

.scrolltop:active{
    background: #db3232;
}
@keyframes appear {
    from{
        opacity: 0;
        scale: 0.5;
    }
    to{
        opacity: 1;
        scale: 1;
    }
    
}

.course-content2 .offertag55{
    width: 8rem;
    height: 8rem;
    
    position: relative;
    left: -2.8rem;
    top: -2.6rem;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 7;
    
}
.course-content2 .offertag55::before{
    position: absolute;
    content: "55% off";
    width: 145%;
    height: 2rem;
    background-color: #db3232;
    float: left;
    text-align: center;
    line-height: 2rem;
    transform: rotate(-45deg) translateY(-1rem);
    z-index: 7;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
}      
.course-content2 .offertag55::after{
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: red;
    box-shadow: 7.2rem -7.2rem red;
    z-index: 7;
    left: 0;
    bottom: 0;
    
}

.course-content2 .offertag65{
    width: 8rem;
    height: 8rem;
    
    position: relative;
    left: -2.8rem;
    top: -2.6rem;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 7;
    
}
.course-content2 .offertag65::before{
    position: absolute;
    content: "65% off";
    width: 145%;
    height: 2rem;
    background-color: #db3232;
    float: left;
    text-align: center;
    line-height: 2rem;
    transform: rotate(-45deg) translateY(-1rem);
    z-index: 7;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
}      
.course-content2 .offertag65::after{
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: red;
    box-shadow: 7.2rem -7.2rem red;
    z-index: 7;
    left: 0;
    bottom: 0;
    
}

.course-content2 .offertag67{
    width: 8rem;
    height: 8rem;
    
    position: relative;
    left: -2.8rem;
    top: -2.6rem;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 7;
    
}
.course-content2 .offertag67::before{
    position: absolute;
    content: "67% off";
    width: 145%;
    height: 2rem;
    background-color: #db3232;
    float: left;
    text-align: center;
    line-height: 2rem;
    transform: rotate(-45deg) translateY(-1rem);
    z-index: 7;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
}      
.course-content2 .offertag67::after{
    position: absolute;
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: red;
    box-shadow: 7.2rem -7.2rem red;
    z-index: 7;
    left: 0;
    bottom: 0;
    
}



.fix_hed{
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
  }
  .sn_header {
    background:#fff;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
    padding: 15px 20px;
    width:100%;
    z-index:9;
  }
  .flexcenter{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  button {
    background:transparent;
    border:none;
    width:30px;
    height:30px;
    cursor:pointer; 
    outline:0;
  }
  
  .side_left_toggle span {
    width:100%;
    height:3px;
    background:#555;
    display:block;
    position:relative;
    cursor: pointer;
  }
  
  .side_left_toggle span:before,
  .side_left_toggle span:after {
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background:#555;
    transition: all 0.3s ease-out;
  }
  
  .side_left_toggle span:before {
    top:-8px;
  }
  
  .side_left_toggle span:after {
    top:8px;
  }
  
  .side_left_toggle span.left_side_toggle {
    background:transparent;
  }
  
  .side_left_toggle span.left_side_toggle:before {
    top:0;
    transform:rotate(-45deg);
    
    
  }
  
  .side_left_toggle span.left_side_toggle:after {
    top:0;
    transform:rotate(45deg);
    
  }
  
  .sidebar {
    background:#fff;
    width:285px;
    position:fixed;
    top:0;
    left:-285px;
    height:100%;
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
    padding-top:90px;
    transition:all 0.3s ease-out;
    z-index: 8;
  }
  .sidebarshow {
    left:0;
  }
  
  .sidebar .menu .item{
   position: relative;
   cursor: pointer;
  }
  
  .sidebar .menu .item a{
   color: #2c2c2c;
   font-size: 16px;
   text-decoration: none;
   display: block;
   padding: 5px 25px;
   line-height: 25px;
  }
  
  .sidebar .menu .item a:hover{
   background: #dddddd;
   transition: 0.3s ease;
  }
  
  .sidebar .menu .item i{
   margin-right: 15px;
  }
  
  .sidebar .menu .item a .dropdown{
   position: absolute;
   right: 0;
   margin:5px 20px;
   transition: 0.3s ease;
  }
  
  .sidebar .menu .item .sub-menu{
   background: rgba(255, 255, 255, 0.1);
   display: none;
  }
  
  .sidebar .menu .item .sub-menu a{
   padding-left: 30px;
  }
  .rotate{
   transform: rotate(90deg);
  }
  
  .menu_link{
    height: 30px;
    width: 100%;
    background-color: #2c2c2c;
    position: fixed;
    color: #e1e1e1;
    padding: 0px 50px;
    }
  .felxcol{
    flex-direction: column;
  }
  .he100vh{
    height: 100vh;
  }
  .menu_link a{
    text-decoration: none;
    color: #e1e1e1;
    
  }
  .dropdown a{
    color:#e1e1e1;
  }
  .dropdown-menu{
    border-radius: 0;
  }
  .dropdown-menu a{
    color: #2c2c2c;
  }
  .navbar_link{
      
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .navbar_link a{
      float: left;
      display: block;
      color: #333;
      text-align: center;
      padding: 10px 30px;
      text-decoration: none;
      font-size: 16px;
  }
  .dropdown_link{
      float: left;
      overflow: hidden;
  }
  .dropdown_link .dropbtn_link{
      font-size: 16px;
      border: none;
      outline: none;
      color: #333;
      padding: 10px 30px;
      background-color: inherit;
      margin: 0;
      width: fit-content;
      height: auto;
  }
  .navbar_link a:hover, .dropdown_link:hover .dropbtn_link{
      background-color: #999;
      
  }
  .dropdown-content{
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
  }
  .dropdown-content a{
      float: none;
      color: black;
      padding: 10px 30px;
      text-decoration: none;
      display: block;
      text-align: left;
  }
  .dropdown-content a:hover{
      background-color: #ddd;
  }
  .dropdown_link:hover .dropdown-content{
      display: block;
      animation: fadein 0.5s ease-in-out;
  }
  @media only screen and (max-width: 768px){
    .snlogo {
    width: 100%;
    text-align: center;
}
  }
  .sphed{
    display: flex;
    justify-content: space-between;
  }
  .nav_link_pad{
    padding-right: 3%;
  }