.logo{
    margin-top:2%;
    margin-bottom:1%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #6485F6;
    color: white;
    text-align: center;
    padding-top:1%;
 }

 .footer a{
     color:white;
     font-size: 17px;
     font-weight: 500;
 }

 .footer p{
    color:white;
    font-size: 17px;
    font-weight: 500;
}
ul li{
    list-style-type: circle;
    text-align: left;
}
ul li p i{
    margin-left: -10px;
    padding-right:5px;
}
/* /////////text effect//// */
.demo{ background-color: #151d34; }
.text-effect{
    background: linear-gradient(to right,#387cdf 50%, rgb(53, 44, 44) 40%);
    background-size: 200% auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    padding-top:15%;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
    animation: animate 1.5s alternate linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes animate{
    100%{
        background-position: 200% center;
        transform: scale(1.05,1.05);
    }
}
@media only screen and (max-width: 990px){
    .text-effect{ font-size: 70px; }
}
@media only screen and (max-width: 767px){
    .text-effect{ font-size: 46px; }
}
@media only screen and (max-width: 479px){
    .text-effect{ font-size: 40px; }
}
@media only screen and (max-width: 359px){
    .text-effect{ font-size: 30px; }
}

.box{
    background-color: white;
    border-radius: 15px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p{
    text-align: justify;
    font-size: 16px;
}



.box1{
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:5%;
    margin-bottom: 5%;
    padding-bottom: 2%;
    line-height: 1.5;
}
