/* footer */


@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,00,700,800,900&display=swap');

* {
    /* margin: 0;
    padding: 0; */
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.fbody {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 100vh;
    background: #fff;
}

footer {
    position: relative;
    width: 100%;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .social_icon,
footer .fmenu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
}

footer .social_icon li,
footer .fmenu li {
    list-style: none;
}

footer .social_icon li a {
    font-size: 2em;
    color: rgb(81, 78, 80);
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social_icon li a:hover {
    transform: translateY(-10px);
}

footer .fmenu li a {
    font-size: 1.2em;
    color: rgb(80, 79, 79);
    margin: 10px;
    display: inline-block;
    text-decoration: none;
    opacity: 0.75;
}

footer .fmenu li a:hover {
    opacity: 1;
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* footer end */

.col-sm-3 {
    text-align: center;
}

.anker {
    text-decoration: none;
    color: rgb(107, 103, 103);
}

.heading {
    text-align: center;
    background-color: rgb(241, 238, 238);
    box-shadow: 0PX 0PX 5PX gray;
}

.tt {
    box-shadow: 0px 0px 5px lightgray;
    /* box-shadow: 0px 0px 10px; */
    /* border: 1px dashed; */
}

/* new start */
.new {
    font-weight: bolder;
    font-family: 'pacifico', cursive;
    text-shadow: 0px 0px 2px #000;
    animation: color 5s infinite;
}

@keyframes color {
    0% {
        color: orange
    }

    10% {
        color: purple
    }

    20% {
        color: red
    }

    30% {
        color: cadetblue
    }

    40% {
        color: yellow
    }

    50% {
        color: coral
    }

    60% {
        color: green
    }

    70% {
        color: cyan
    }

    80% {
        color: deeppink
    }

    90% {
        color: dodgerblue
    }

    100% {
        color: orange
    }


}

/* new end */


.sembox {
    height: 100%;
    width: 100%;
    background-color: #FBDA61;
    background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
    text-align: center;
    box-shadow: 0px 0px 10px;
}

.side {
    height: 60px;
    width: 60px;
    border-radius: 0px 0px 0px 50px;
    background-color: #FBDA61;
    float: right;
    box-shadow: 0px 0px 10px;
}

.butt {
    background-color: #fff;
    height: 30px;
    width: 130px;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px;
}

.butt:hover {
    background-color: lightyellow;
}

/* Demo styles  */

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

/* <!-- swiper head end --> */

.confimg {
    border-radius: 10px;
}