body {
    background-color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

* {
    box-sizing: border-box;
}



h1 {
    margin: 50px 0;
    text-align: center;
    color: maroon;
    padding-top: 30px;
    font-size: 30px;
}

/* @keyframes  fadeInLeft  {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }

    100% {
      transform: translateY(0%);
      opacity: 1;
    }
  } */

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUp-animation {
    animation: 5s fadeInLeft;
}

#vkrcard123 {
    animation: 3s fadeInLeft;
}



#myBtn1 {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: darkgrey;
    color: rgb(99, 3, 3);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

img {
    display: block;
    float: right;

}


#logo {
    float: left;
    padding-right: 5px;
}



#myBtn1:hover {
    background-color: chocolate;
}

#first-section {
    width: 100%;
    height: 700px;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 20px;

}

#second-section {
    width: 100%;
    height: 700px;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 20px;

}


#third-section {
    width: 100%;
    height: 700px;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 20px;
}

#fourth-section {
    width: 100%;
    height: 700px;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 20px;
}

#fifth-section {
    width: 100%;
    height: 700px;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 10px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 43px;
    background-color: dodgerblue;
    color: white;
    text-align: center;

}

.row-centered {
    text-align: justify;
    margin: 0 auto;
}

.col-centered {
    display: block;
    float: none;
}

.pos {
    position: relative;
    top: 50px;

}

marquee {
    box-shadow: none;
    border: none;
    background-color: white;
    padding-top: 10px;
    color: maroon;

}

#plan {
    box-shadow: none;
    border: none;
    color: maroon;
    

}

#contact-form {
    border: 2px solid dodgerblue;
    color: darkcyan;
    width: auto;
    height: 410px;
    font-size: large;


}

#vkr {
    align-content: center;
}

#services {
    color: white;
    background-color: darkcyan;
    width: 100%;
    height: 330px;

}



.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

#blink {
    font-size: 20px;
    font-weight: bold;
    color: maroon;
    transition: 0.5s;
}

#lblblink {
    font-size: 30px;
    font-weight: bold;
    color: maroon;
    transition: 0.5s;

}

#lblCS {
    font-size: 20px;
    font-weight: bold;
    color: darkcyan;
    transition: 0.5s;

}

#output {
    color: darkgreen;
}