@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap);
@import url(http://fonts.googleapis.com/css?family=Satisfy);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Comic Sans MS', sans-serif;
    ;
    scroll-behavior: smooth;

}

:root {

    --h2Color: #212529;
    --social-icons-btn-social: #E6B419;
    --text-h5: blue;
    --info-text-h1: red;
    --btn-social-hover: #6ebca8;
    --infoColor: #DFDFDF;
    --btn-social-font: #fff;
    --welcm-h1-color: #212529;
    --Count-Color: #9D2235;
    --NavColor: #fdd31d;
    --FooterColor: #363636;
    --NavText: #fff;
    --hedFont: #007bff;
    --NavScrollColor: #1CA6D4;
    --barColor: #fff;
    --hoverText: #6ebca8;
    --NavSmallBackgroundColor: #6ebca8;
    --h2Color: #212529;
    --Calender-border-color: #007bff;
    --calender-Header: #007bff;
    --Faculty-color: #6ebca8;
    --h2Color: #212529;

}

a {
    color: #fff;
    text-decoration: none;
}


li {
    list-style: none;
}

body{
    background-color: #FCFEFF;
}
section,
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    animation: fadeInLeft 2s ease-in-out forwards;
}

p {
    animation: fadeInRight 2s ease-in-out forwards;

}