*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}


/*                                                      navbar ---------------------------------------------*/
 nav input{
    display: none;
} 
nav{
    display: flex;
    justify-content: space-between;
    padding: 0 2.5%;
    height: 90px;
    line-height: 75px;
    background: blue;
    position: relative;
    
}
nav a.navbar-brand h1{
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    
    
}
nav a{
    display: flex;
}
nav .navbar-brand img{
    height:40px ;
    width:40px;
    margin-top: 18px;
    margin-right: 5px;
}
nav .nav-list{
    display: flex;
  
   
    
}
nav .nav-item{
    cursor: pointer;
    height: 100%;
    padding: 0 30px;
    transition: .4s;
}
nav .nav-item .nav-link:hover{
    margin-top: 10px;
 
 }
nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
}
body{
    display: flex;
    flex-direction: column;
}

/*-----------navbar end-------------------------------------------------*/
#hr1{
    margin-top: 5%;
    background-color: black;
    height: 30px;
    border: none;
}

/*-------------------------------------------------Body---------------------------------------------------------*/




.container{
    margin-top:4%;
    text-align:center ;
    

}
.bdy{
    background: whitesmoke;
}
.container h2{
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}
.container .row{
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    margin-left: 15%;
    margin-right: 15%;
    /* background: wheat; */
    

}
.row .flex{
   width: 50%;
   text-align: left;
   /* margin-right: 5%;
   margin-left: 5%; */
   background: white;
   padding-left: 2%;
   padding-top: 2%;
   padding-bottom:2%;
   padding-right: 2%;

}
.row .flex:nth-child(1){
    background-color: aqua;
}
.flex h3{
    text-align: left;
    padding-bottom: 2%;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}
.row h3{
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.flex img{
    display: block;
    width: 75%;
    height:45vh;
    padding-top: 12.5%;
    padding-bottom: 12.5%;
   padding-right: 12.5%;
   padding-left: 12.5%;
   box-shadow: 0 0 6px 6px rgb(119, 107, 107);
}
.container .sp{
    padding-left: 5%;
    line-height: 1.3;
    
}
.container .sp li{
    font-family:'Courier New', Courier, monospace;
    list-style:square;
    text-decoration: none;
    font-size: 24px;
    color: black;
    
}
.row{
   background: rgb(244, 236, 224);
   margin-left: 15%;
   margin-right: 15%;
  
   
}
table{
    /* width:95%; */
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 2%;
    border: solid;
    border-color: blue;
    
}

 .bt2{
    padding-bottom: 2%;
    padding-left: 2.5%;
    margin-bottom: 2%;
    
    
}
.ta{
    font-size:16px;
   
}
.bt{
    
    text-decoration: none;
    color: rgb(255, 255, 255);
    /* display: inline-block; */
    padding: 7px 14px;
    font-size: 15px;
    text-transform: uppercase;
    background:blue;
    border-radius: 20px;
    border: none;
   
    
}

.bt:hover{
    transform: translateY(15px);
    cursor: pointer;
}
table th{

border: solid;
border-color: blue;
border-spacing: 0;
font-weight: bolder;
}
table td{
   
    border: solid;
    border-color: aqua;
    border-spacing: 0;
    font-weight: bold;

}
table tr{
    text-align: center;
   
}





/*------------------------------------------------------End-----------------------------------------------------*/

@media(max-width:1400px){
    

   
    
    #hr1{
        margin-top: 10%;
        background-color: black;
        height: 30px;
        border: none;
    }
    
}
@media(max-width:1280px){
    .container h2{
        font-size: 28px;
    }
    .flex h3{
        text-align: left;
        padding-bottom: 2%;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
       
    
    }
    .row h3{
        padding-top: 2%;
        padding-left: 2%;
        padding-bottom: 2%;
        text-align: left;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .flex img{
        display: block;
        width: 75%;
        height:45vh;
        padding-top: 12.5%;
        padding-bottom: 12.5%;
       padding-right: 12.5%;
       padding-left: 12.5%;
    }
    .container .sp li{
        font-family:'Courier New', Courier, monospace;
        list-style:square;
        text-decoration: none;
        font-size: 22px;
        color: black;
        
    }
    .ta{
        font-size:16px;
       
    }
    .bt{
       
        text-decoration: none;
        color: rgb(255, 255, 255);
        /* display: inline-block; */
        padding: 7px 14px;
        font-size: 15px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
       
        
    }
  
    #hr1{
        margin-top: 10%;
        background-color: black;
        height: 30px;
        border: none;
    }
   
}
@media(max-width:1220px)
{
    .ta{
        font-size: 14.65px;
    }
}
@media(max-width:1120px){
     
    
   
    nav{
        padding: 0 2.5%;
    }
    nav a.navbar-brand h1{
        color: white;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: bold;
        
        
    }
    nav a{
        display: flex;
    }
    nav .navbar-brand img{
        height:40px ;
        width:40px;
        margin-top: 18px;
        margin-right: 5px;
    }
    nav .nav-list .nav-link{
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        
    }
    .container h2{
        font-size: 26px;
    }
    .flex h3{
        text-align: left;
        padding-bottom: 2%;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
       
    
    }
    .row h3{
        padding-top: 2%;
        padding-left: 2%;
        padding-bottom: 2%;
        text-align: left;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .flex img{
        display: block;
        width: 75%;
        height:35vh;
        padding-top: 12.5%;
        padding-bottom: 12.5%;
       padding-right: 12.5%;
       padding-left: 12.5%;
    }
    .container .sp li{
        font-family:'Courier New', Courier, monospace;
        list-style:square;
        text-decoration: none;
        font-size: 20px;
        color: black;
        
    }
    .ta{
        font-size: 12.55px;
    }
    .bt{
       
        text-decoration: none;
        color: rgb(255, 255, 255);
        /* display: inline-block; */
        padding: 6px 12px;
        font-size: 13px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
       
        
    }
    #hr1{
        margin-top: 11%;
        background-color: black;
        height: 30px;
        border: none;
    }
    
    
    
}
@media(max-width:1050px){
    nav a.navbar-brand h1{
        color: white;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: bold;
        
        
    }
    nav .navbar-brand img{
        height:35px ;
        width:35px;
        margin-top: 20px;
        margin-right: 5px;
    }
    
}
@media(max-width:970px){
    nav a.navbar-brand h1{
        color: white;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: bold;
        
        
    }
    nav .navbar-brand img{
        height:30px ;
        width:30px;
        margin-top: 22px;
        margin-right: 5px;
    }
    .container h2{
        font-size: 24px;
    }
    .flex h3{
        text-align: left;
        padding-bottom: 2%;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
       
    
    }
    .row h3{
        padding-top: 2%;
        padding-left: 2%;
        padding-bottom: 2%;
        text-align: left;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .flex img{
        display: block;
        width: 75%;
        height:30vh;
        padding-top: 12.5%;
        padding-bottom: 12.5%;
       padding-right: 12.5%;
       padding-left: 12.5%;
    }
    .container .sp li{
        font-family:'Courier New', Courier, monospace;
        list-style:square;
        text-decoration: none;
        font-size: 18px;
        color: black;
        
    }
    .ta{
        font-size: 11px;
    }
    .bt{
       
        text-decoration: none;
        color: rgb(255, 255, 255);
        /* display: inline-block; */
        padding: 5px 10px;
        font-size: 11px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
       
        
    }
     
    #hr1{
        margin-top: 30%;
        background-color: black;
        height: 45px;
        border: none;
    }
    
}

@media(max-width:898px){
    nav .nav-item .nav-link:hover{
        margin-top: 0px;
     
     }
   .container{
    margin-top: 10%;
   }
    nav .nav-item:hover{
        
     background: rgb(191, 0, 255);
     }
     
     nav .nav-item .nav-link:hover{
        border:none;
        
     
     }
   nav .nav-list{
    display: grid;
    position: absolute;
    background: blue;
    width: 100%;
    top:75px;
    left:0;
    z-index: 1;
    display: none;
    transition: 0.6s;
    
   }
   nav .nav-list .nav-item{
    padding-left: 2.5%;
   
    
   }
   nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  nav input{
    display: none;
}
   
input:checked ~ .nav-list{
    display: flex;
   

}
  nav .navbar-toggler{
    display: grid !important;
    display: none;
    height: min-content;
    margin: 19px -8px 0 0;
    cursor: pointer;
    
   }
nav .navbar-toggler .bar{
    width:35px;
    height: 5px;
    margin-bottom: 10px;
    background: white;
    border-radius: 10%;
    transition: 0;
   
}



input:checked ~ .navbar-toggler .bar{
    
    height: 5px;
    margin-bottom: -30px;
    width:35px;
    margin-top: 15px;
    
          
          
       
}
input:checked ~ .navbar-toggler .bar:nth-child(1){
  transform: rotate(45deg);
  
   

}
input:checked ~ .navbar-toggler .bar:nth-child(2){
   display: none;
    
    
   

}
input:checked ~ .navbar-toggler .bar:nth-child(3){
    transform: rotate(-45deg);
   

}
.flex h3{
    text-align: left;
    padding-bottom: 2%;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}
.row h3{
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.flex img{
    display: block;
    width: 74.5%;
    height:30vh;
    padding-top: 12.5%;
    padding-bottom: 12.5%;
   padding-right: 12.5%;
   padding-left: 12.5%;
}
.container .sp li{
    font-family:'Courier New', Courier, monospace;
    list-style:square;
    text-decoration: none;
    font-size: 16px;
    color: black;
    
}
.ta{
    font-size:9.5px;
   
}
.bt{
   
    text-decoration: none;
    color: rgb(255, 255, 255);
    /* display: inline-block; */
    padding: 5px 10px;
    font-size: 9px;
    text-transform: uppercase;
    background:blue;
    border-radius: 20px;
    border: none;
   
    
}
 
#hr1{
    margin-top: 30%;
    background-color: black;
    height: 45px;
    border: none;
}

#hr1{
    margin-top: 10%;
    background-color: black;
    height: 45px;
    border: none;
}


}
@media(max-width:800px)
{
    .container h2{
        font-size: 22px;
    }
    .row{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 80%;
    }
    .row{
        background: rgb(244, 236, 224);
        margin-left: 10%;
        margin-right: 10%;
       
        
     }
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: row;
        margin-left: 10%;
        margin-right: 10%;
        /* background: wheat; */
        
    
    }
    .row .flex{
        width: 100%;
        padding: 3% 3%;
    }
    .flex h3{
        text-align: left;
        padding-bottom: 2%;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
       
    
    }
    .row h3{
        padding-top: 2%;
        padding-left: 2%;
        padding-bottom: 2%;
        text-align: left;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .flex img{
        display: block;
        width: 75%;
        height:45vh;
        padding-top: 12.5%;
        padding-bottom: 12.5%;
       padding-right: 12.5%;
       padding-left: 12.5%;
    }
    .container .sp li{
        font-family:'Courier New', Courier, monospace;
        list-style:square;
        text-decoration: none;
        font-size: 16px;
        color: black;
        
    }
    .ta{
        font-size:9px;
        
       
    }
    .bt{
       
        text-decoration: none;
        color: rgb(255, 255, 255);
        /* display: inline-block; */
        padding: 5px 10px;
        font-size: 11px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
       
        
    }
     
    #hr1{
        margin-top: 30%;
        background-color: black;
        height: 45px;
        border: none;
    }
    
    
   
    

    
     
}
/* @media(max-width:700px)
{
    
    .bt{
       
        padding: 6px 13px;
        font-size: 10px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
       
        
    }
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: column;
        margin-left: 5%;
        margin-right: 8%;
        
    }
    .row .flex{
        width: 100%;
        text-align: left;
       
        background: white;
        padding-left: 2%;
        padding-top: 4%;
        padding-bottom:4%;
        padding-right: 2%;
     
     }
     .container h2{
        padding-bottom: 5%;
     }
    
       
} */

@media(max-width:660px)
{
    
    .container{
        margin-top:12%;
        text-align:center ;
        
    
    }
    nav .nav-item:hover{
        
     background: rgb(191, 0, 255);
     }
     nav .nav-item .nav-link:hover{
        border:none;
        
     
     }
   nav .nav-list{
    display: grid;
    position: absolute;
    background: blue;
    width: 100%;
    top:75px;
    left:0;
    display: none;
    z-index: 1;
    transition: .6s;
   }
   nav .nav-list .nav-item{
    padding-left: 2.5%;
   }
   nav .navbar-toggler{
    display: grid !important;
   }
   nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  
nav input{
    display: none;
}
nav .nav-list .nav-link{
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    
}

input:checked ~ .nav-list{
   display: flex;
    
}

nav .navbar-toggler{
    
    display: none;
    height: min-content;
    margin: 20px -6px 0 0;
    cursor: pointer;
  
}
nav .navbar-toggler .bar{
width:35px;
height: 5px;
margin-bottom: 8px;
background: white;
border-radius: 10%;
transition: 0;
}
input:checked ~ .navbar-toggler .bar{
    
    height: 5px;
    margin-bottom: -30px;
    width:28px;
    margin-top: 12px;
          
          
       
}
.row{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
}
.row{
    background: rgb(244, 236, 224);
    margin-left: 10%;
    margin-right: 10%;
   
    
 }
.container .row{
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    margin-left: 10%;
    margin-right: 10%;
    /* background: wheat; */
    

}
.row .flex{
    width: 100%;
}
.flex h3{
    text-align: left;
    padding-bottom: 2%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}
.row h3{
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.flex img{
    display: block;
    width: 75%;
    height:35vh;
    padding-top: 12.5%;
    padding-bottom: 12.5%;
   padding-right: 12.5%;
   padding-left: 12.5%;
}
.container .sp li{
    font-family:'Courier New', Courier, monospace;
    list-style:square;
    text-decoration: none;
    font-size: 14px;
    color: black;
    
}
.ta{
    font-size:8px;
    
   
}
.bt{
   
    text-decoration: none;
    color: rgb(255, 255, 255);
    /* display: inline-block; */
    padding: 5px 10px;
    font-size: 9.5px;
    text-transform: uppercase;
    background:blue;
    border-radius: 20px;
    border: none;
   
    
}


.container h2{
    font-size: 18px;
}
}
@media(max-width:580px)
{
    .ta{
        font-size: 7.5px;
    }
}
@media(max-width:550px)
{
    .container{
    margin-top: 16%;
        
    
    }
    .row{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 80%;
    }
    .row{
        background: rgb(244, 236, 224);
        margin-left: 10%;
        margin-right: 10%;
       
        
     }
    .container .row{
        margin-top: 2%;
        display: flex;
        flex-direction: row;
        margin-left: 10%;
        margin-right: 10%;
        /* background: wheat; */
        
    
    }
    .row .flex{
        width: 100%;
       
    }
    .flex h3{
        text-align: left;
        padding-bottom: 2%;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
       
    
    }
    .row h3{
        padding-top: 2%;
        padding-left: 2%;
        padding-bottom: 2%;
        text-align: left;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    }
    .flex img{
        display: block;
        width: 75%;
        height:35vh;
        padding-top: 12.5%;
        padding-bottom: 12.5%;
       padding-right: 12.5%;
       padding-left: 12.5%;
    }
    .container .sp li{
        font-family:'Courier New', Courier, monospace;
        list-style:square;
        text-decoration: none;
        font-size: 14px;
        color: black;
        
    }
    .ta{
        font-size:6px;
        
       
    }
    .bt{
       
        text-decoration: none;
        color: rgb(255, 255, 255);
        /* display: inline-block; */
        padding: 5px 10px;
        font-size: 9.5px;
        text-transform: uppercase;
        background:blue;
        border-radius: 20px;
        border: none;
       
        
    }
    
    
}
@media(max-width:460px)
{
    .container h2{
        font-size: 16px;
    }
    .ta{
        font-size: 5.5px;
    }
}
@media(max-width:440px){
   
    
    .container{
        margin-top:20%;
        text-align:center ;
        
    
    }
    nav .nav-item:hover{
        
     background: rgb(191, 0, 255);
     }
     nav .nav-item .nav-link:hover{
        border:none;
        
     
     }
   nav .nav-list{
    display: grid;
    position: absolute;
    background: blue;
    width: 100%;
    top:75px;
    left:0;
    display: none;
    z-index: 1;
    transition: .6s;
   }
   nav .nav-list .nav-item{
    padding-left: 2.5%;
    padding-bottom: none;
   }
   
   nav .nav-list .nav-link{
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  nav .nav-list .nav-link{
    color: white;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    
  }
  nav input{
    display: none;
   }
   input:checked ~ .nav-list{
    display: flex;
   }
  nav .navbar-toggler{
    display: grid !important;
    display: none;
    height: min-content;
    margin: 23.5px -10px 0 0;
    cursor: pointer;
    }
  nav .navbar-toggler .bar{
    width:32px;
    height: 5px;
    margin-bottom: 7px;
    background: white;
    border-radius: 10%;
    margin-right: 10px;
    transition: 0;
   }



input:checked ~ .navbar-toggler .bar{
    
    height: 5px;
    margin-bottom: -18px;
    width:30px;
    margin-top: 10px;
          
       
}


.row{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 80%;
}
.row{
    background: rgb(244, 236, 224);
    margin-left: 10%;
    margin-right: 10%;
   
    
 }
.container .row{
    margin-top: 2%;
    display: flex;
    flex-direction: row;
    margin-left: 10%;
    margin-right: 10%;
    /* background: wheat; */
    

}
.row .flex{
    width: 100%;
}
.flex h3{
    text-align: left;
    padding-bottom: 2%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   

}
.row h3{
    padding-top: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.flex img{
    display: block;
    width: 75%;
    height:25vh;
    padding-top: 12.5%;
    padding-bottom: 12.5%;
   padding-right: 12.5%;
   padding-left: 12.5%;
}
.container .sp li{
    font-family:'Courier New', Courier, monospace;
    list-style:square;
    text-decoration: none;
    font-size: 13px;
    color: black;
    
}
.ta{
    font-size:4.2px;
    
   
}
.bt{
   
    text-decoration: none;
    color: rgb(255, 255, 255);
    /* display: inline-block; */
    padding: 4px 8px;
    font-size: 8px;
    text-transform: uppercase;
    background:blue;
    border-radius: 20px;
    border: none;
   
    
}


}
