@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
*{
    margin: 0;
    padding: 0;
   text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body{
    background: white;
      font-family: Montserrat;
}
nav{
 
    background: black;
    width: 100%;
    height: 60px;
}
label.logo{
  display: none;
    color: white;
   font-size: 35px;
    line-height: 60px;
    font-weight: bold;
}
nav ul{
   float: left;
    margin-left: 100px;
}
nav ul li{
     display: inline-block;
    line-height: 60px;
    margin: 0 2px;
}
nav ul li a{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 15px;
    font-weight:bold;
     padding: 8px 5px;
}
nav ul li a:hover{
    color: cyan;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}
.checkbtn{
     float: right;
    color: white;
    font-size: 15px;
   
    line-height: 60px;
    margin-right: 10px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
 li.dn a:hover{
    color: orange;
    border-radius: 5px;
    box-shadow: 0 0 5px orange,
                0 0 5px orange;
}

nav span{
    padding: 0 5px;
    margin: 5px;
    margin-top: 50px;
    font-size: 15px;
    border-radius: 50px;  
}








nav .icon{
    float:right;
    padding-top: 15px;
    margin: auto;
    padding-right: 100px;
    text-align: center;
    justify-content: center;  
}
nav .icon ul i{
    padding: 5px;
}
nav .fa {
justify-content: center;
    width: 30px;
  height: 30px;
    border-radius: 50px;
  padding: 8px;
  font-size: 18px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #bb0000;
  color: white;
}



.snav{
    padding-top: 0px;
}
      .snav .footerr-nav{
          padding-top: 0px;
         background: #2b2d32;
     }

     .snav .footerr-nav uul{
         margin: auto;
         text-align: center;
         justify-content: center;
         padding: 30px;
         display: flex;
      
     }
     .footerr-nav li a{
         font-family: inherit;
        margin: auto;
         color: white;
         font-size: 14px;
         padding: 25px;
     }
   
     .snav2 .row{
        display: flex;
         padding-left: 0px;
         padding-right: 0px;
          background: #2b2d32;
         padding-bottom: 30px;
     }
     .snav2 .col-sm-6{
          padding-left: 300px;
         padding-right: 0px;
         width: 50%;
        color: white;
         width: 50%;
         justify-content: center;
         margin: auto;
         display: flex;
         text-align: left;
     }
     .snav2 .col-sm-7{
          padding-left: 100px;
         padding-right: 250px;
         width: 50%;
        color: white;
         width: 50%;
         justify-content: center;
         margin: auto;
         display: list-item;
         text-align: center;
     }
     .snav2 .listl{
         padding-left: 150px;
         display:flex;
     }
       .snav2 .listl li{
         padding: 10px
     }
     .snav2 ul{
         display: flex;
     }
     .snav2 .group-desc{
         font-weight: lighter;
         font-size: 12px;
     }
     .snav2 .copyright{
         font-family: monospace;
         font-size: 12px;
         padding: 12px;
         text-align: center;
         background: black;
         color: white;
     }
 .s1{
         display: flex;
         background: white;
         padding-left: 400px;
         padding-right: 400px;
         margin: auto;
     }
     .s1 h2{
         padding-top: 60px;
         padding-left: 350px
             
     }
     .s2{
         padding-left: 30px;
         padding-right: 300px;
         margin: auto;
         width:60%;
         background: #2ba24c;
         height: 50px;
         border-radius: 15px;
     }
    
     .s2 #list li{
      padding-top: 10px;
         display: inline-block;
     }
            #list li a{
          font-size: 14px;
          font-weight:bold;
         color:white;;
         padding:5px;
     }
      #list li a:hover{
    color: black;
    border-radius: 55px;
   
     }
     .hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 90%;
    margin: 4px;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
}





@media(max-width: 1308px){
    .checkbtn{
        float: right;
        display: block;
    }
    .s1{
        display: none;
    }
    .icon{
        display: none;
    }
    img{
        display: block;
    }
  
    .s2,.t{
        display: none;
    }
    label.logo{
        display: block;
        text-align: left;
        padding: 0 10px;
        
    }
    
    ul{
        padding-top: 40px;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 60px;
        right: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
     display: block;
    }
    nav ul li a{
        font-size: 20px; 
         font-weight: bold;
    }
   a:hover{
    color: cyan;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}
     li.dn a:hover{
    color: orange;
    border-radius: 5px;
    box-shadow: 0 0 5px orange,
                0 0 5px orange;
}
    #check{
        float: right;
    }
    #check:checked ~ ul{
        right: 0;
        float: right;
    } 
   
    
       .snav .footerr-nav{
         background: #2b2d32;
     }

     .snav .footerr-nav uul{
         margin: auto;
         
         text-align: center;
         justify-content: center;
         padding: 10px;
         display: flex;
        
     }
  
     .footerr-nav li a{
         padding: 0px;
         font-family: inherit;
        margin: auto;
         color: white;
         font-size: 9px;
         padding: 6px;
     }
   
    .snav2 .row{
        display: flex;
         padding-left: 100px;
         padding-right: 100px;
          background: #2b2d32;
         padding-bottom: 20px;
     }
     .snav2 .col-sm-6{
          padding-left: 10px;
         padding-right: 0px;
         width: 50%;
        color: white;
         width: 50%;
         justify-content: center;
         margin: auto;
         display: flex;
         text-align: left;
     }
    .snav2 .col-sm-7{
          padding-left: 120px;
         padding-right: 10px;
         width: 50%;
        color: white;
         justify-content: center;
         margin: auto;
         display: list-item;
         text-align: center;
     }
     .snav2 .listl{
         padding-left: 30px;
         display:flex;
     }
      .snav2 .listl img{
           width: 100%;
           margin: auto;
       
     }
       
       .snav2 .listl li{
         padding: 0px;
        font-size: 10px;
     }
     .snav2 ul{
         display: flex;
     }
    .snav2 .group-desc{
         padding-top: 10px;
         font-weight: lighter;
         font-size: 8px;
     }
     .snav2 .copyright{
         font-family: monospace;
         font-size: 8px;
         margin: auto;
         padding: 12px;
         text-align: center;
         background: black;
         color: white;
         
     }

}
     .s1{
         display: flex;
         background: white;
         padding-left: 200px;
         padding-right: 200px;
         margin: auto;
     }
     .s1 h2{
         padding-top: 60px;
         padding-left: 350px
             
     }
     .s2{
         padding-left: 30px;
         padding-right: 300px;
         margin: auto;
         width:60%;
         background: #2ba24c;
         height: 50px;
         border-radius: 15px;
     }
    
     .s2 #list li{
      padding-top: 10px;
         display: inline-block;
     }
            #list li a{
          font-size: 14px;
          font-weight:bold;
         color:white;;
         padding:5px;
     }
      #list li a:hover{
    color: black;
    border-radius: 55px;
   
     }
     .hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 90%;
    margin: 4px;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: black;
  transform-origin: bottom center;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom center;
}





@media(max-width: 952px){
    label.logo{
        font-size: 30px;
        padding-left: 50px;
    }
    nav ul li a{
        font-size: 16px;
    }
}

@media(max-width: 758px){
    .checkbtn{
        float: right;
        display: block;
    }
    
  
    .s2,.t{
        display: none;
    }
    label.logo{
        font-size: 20px;
        display: block;
        text-align: left;
        padding: 0 10px;
        
    }
    
    ul{
        padding-top: 40px;
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #2c3e50;
        top: 60px;
        right: -100%;
        text-align: center;
        transition: all .5s;
    }
    nav ul li{
     display: block;
    }
    nav ul li a{
        font-size: 20px; 
         font-weight: bold;
    }
   a:hover{
    color: cyan;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}
     li.dn a:hover{
    color: orange;
    border-radius: 5px;
    box-shadow: 0 0 5px orange,
                0 0 5px orange;
}
    #check{
        float: right;
    }
    #check:checked ~ ul{
        right: 0;
        float: right;
    } 
   
    
       .snav .footerr-nav{
         background: #2b2d32;
     }

     .snav .footerr-nav uul{
         margin: auto;
         
         text-align: center;
         justify-content: center;
         padding: 10px;
         display: flex;
        
     }
  
     .footerr-nav li a{
         padding: 0px;
         font-family: inherit;
        margin: auto;
         color: white;
         font-size: 9px;
         padding: 6px;
     }
   
    .snav2 .row{
        display: flex;
         padding-left: 0px;
         padding-right: 0px;
          background: #2b2d32;
         padding-bottom: 20px;
     }
     .snav2 .col-sm-6{
          padding-left: 10px;
         padding-right: 0px;
         width: 50%;
        color: white;
         width: 50%;
         justify-content: center;
         margin: auto;
         display: flex;
         text-align: left;
     }
    .snav2 .col-sm-7{
          padding-left: 20px;
         padding-right: 10px;
         width: 50%;
        color: white;
         justify-content: center;
         margin: auto;
         display: list-item;
         text-align: center;
     }
     .snav2 .listl{
         padding-left: 0px;
         display:flex;
     }
      .snav2 .listl img{
           width: 100%;
           margin: auto;
       
     }
       
       .snav2 .listl li{
         padding: 0px;
        font-size: 10px;
     }
     .snav2 ul{
         display: flex;
     }
    .snav2 .group-desc{
         padding-top: 10px;
         font-weight: lighter;
         font-size: 8px;
     }
     .snav2 .copyright{
         font-family: monospace;
         font-size: 8px;
         margin: auto;
         padding: 12px;
         text-align: center;
         background: black;
         color: white;
         
     }
     .s1{
         display: none;
         background: white;
         padding-left: 200px;
         padding-right: 200px;
         margin: auto;
     }
     .s1 h2{
         padding-top: 60px;
         padding-left: 350px
             
     }
     .s2{
         display: none;
         padding-left: 30px;
         padding-right: 300px;
         margin: auto;
         width:60%;
         background: #2ba24c;
         height: 50px;
         border-radius: 15px;
     }
    
    
    
}

















