p {
    font-size: 16px;
}

.card-text {
    font-family: "Open Sans";
    font-size: 16px;
}

.ani3 {
    margin-top: -10px;
    text-align: left;
    margin-left: 50px;
    width: 100%;
}


/*for slick-slide */

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

/*for fotter svg*/
.filter-black {
    filter: invert(0%) sepia(5%) saturate(20%) hue-rotate(221deg) brightness(105%) contrast(97%);
}


@media only screen and (max-width: 860px) {

    .drop {
        opacity: 0;
        margin-top: 5px;
        padding: 10px;
        width: 50px;
        text-align: left;

    }

}

/*For caption slide1*/


.drop {
    opacity: 0;
    margin-top: 10px;
    padding: 10px;
    width: 350px;
    background-color: #34495E;
    text-align: left;
    font-family: 'Open Sans';
}

.drop:nth-child(1) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop:nth-child(2) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop:nth-child(3) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop:nth-child(4) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop:nth-child(5) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.drop:nth-child(6) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 5000ms;
    animation-delay: 5000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes menu1 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg) translateY(0px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg) translateY(30px);
    }
}

@keyframes menu1 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg) translateY(0px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg) translateY(30px);
    }
}



/*For custom font*/

@font-face {
    font-family: 'Microgme';
    src: url(fonts/Microgme.ttf);
    font-style: normal;
    font-weight: 30px;
}




/*add microme font*/
#h1top {
    margin-left: 30px;
    margin-bottom: 0;
    z-index: 9;
    font-family: 'Microgme';
    font-size: 45px;

}

#h1top2 {
    font-family: 'Open Sans';
    font-size: 45px;

}





/*for slide 2 caption*/

#no2 {

    position: absolute;
    top: 100px;
    margin-left: 100px;
    margin-top: 0%;
    width: 100%;


}



.slide2 {
    font-family: 'Open Sans';
    font-size: 50px;
}

.fade-in2 {


    animation: bottom_to_up 2s ease;


}


@keyframes bottom_to_up {
    from {
        opacity: 0;
        transition: 0.5s;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*for slide 3 caption*/

.no3 {

    margin-top: -70px;
    width: 100%;
    margin-left: -110px;
}

#s2 {
    margin-left: -50px;
}



/*for cardbox 1*/
.baseBlock1 {
    margin: 0px 0px 35px 0px;
    padding: 0 0 15px 0px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 390px;
    background: #fff;
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.baseBlock1:hover {

    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.16), 5px 5px 5px 5px rgba(0, 0, 0, 0.12);
}

.card h5 {
    font-size: 20px;
}

.card p {
    font-size: 20px;
    font-family: 'Open Sans';
    color: rgb(94, 94, 94);
}

.hexnew {
    image-resolution: 300dpi;
}





.chexa {
    color: rgb(51, 51, 51);
    font-family: 'Open Sans';
    text-align: left;
    font-size: 16px;
    word-break: keep-all;
}

.t1 {
    color: #000;
    font-family: 'Open Sans';
    font-size: 18px;
}

#corner {
    font-size: 36px;
}

#corner2 {
    font-size: 36px;
}

#corner3 {
    font-size: 36px;
}




/*#ani3 fixed slide 1,2,3 responsive*/

@media only screen and (max-width: 1100px) {

    .ani3 {
        margin-top: 690px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 10px;
        width: 250px;
        margin-left: -29px;



    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 20px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 20px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sans';
        font-size: 20px;
    }

}





@media (max-width:1800px) and (min-width:1730px) {

    .ani3 {
        margin-top: 35px;
        text-align: left;
        margin-left: -19px;
        font-size: 36px;
        width: 100%;
    }


    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;



    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        position: absolute;
        top: 100px;
        margin-left: 400px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sans';
        font-size: 27px;
    }

}


@media (max-width:1729px) and (min-width:1623px) {

    .ani3 {
        margin-top: 110px;
        text-align: left;
        margin-left: -19px;
        width: 100%;

    }

    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;
    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;
    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36x;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sans';
        font-size: 20px;
    }

}






@media (max-width:1622px) and (min-width:1545px) {

    .ani3 {
        margin-top: 180px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;



    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sansto';
        font-size: 20px;
    }

}






@media (max-width:1544px) and (min-width:1465px) {

    .ani3 {
        margin-top: 220px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;



    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sans';
        font-size: 20px;
    }

}






@media (max-width:1459px) and (min-width:1357px) {

    .ani3 {
        margin-top: 300px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;


    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sansto';
        font-size: 20px;
    }

}





@media (max-width:1356px) and (min-width:1240px) {

    .ani3 {
        margin-top: 370px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;


    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sansto';
        font-size: 20px;
    }

}





@media (max-width:1239px) and (min-width:1189px) {

    .ani3 {
        margin-top: 450px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 16px;
        width: 390px;
        margin-left: -29px;



    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sansto';
        font-size: 20px;
    }

}





@media (max-width:1188px) and (min-width:1101px) {

    .ani3 {
        margin-top: 750px;
        text-align: left;
        margin-left: -19px;


        width: 100%;





    }








    .drop {

        font-size: 10px;
        width: 250px;
        margin-left: -29px;



    }


    #h1top {
        margin-left: 0px;
        margin-bottom: 0;
        z-index: 9;
        font-family: Microgme;
        font-size: 36px;




    }

    #h1top2 {
        font-family: 'Open Sans';
        font-size: 36px;

    }

    #no2 {


        top: 50px;
        margin-left: 0px;
        margin-top: 0%;
        width: 100%;


    }

    .no3 {

        margin-top: 0px;
        width: 100%;
        margin-left: 0px;
    }

    .slide2 {
        font-family: 'Open Sans';
        font-size: 20px;
    }

}













@media only screen and (max-width: 1159px) {

    .card-body p {
        font-size: 15px;
    }
}





/*Responsive done*/


/*----------modified stylesheet for slider drop down css-------------------*/
.carousel-caption {
    margin-bottom: 0px;
    margin-right: 0px;
}

.carousel .carousel-item {
    height: 450px;
}

.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 500px;
    height: 200px;
    filter: brightness(50%);

}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 11rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption h2 {
    font-size: 32px;
}

.carousel-caption h3 {
    position: absolute;
    right: 15%;
    bottom: 11rem;
    left: -10px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    font-size: 32px;
}

.carousel-caption ul {
    position: absolute;
    top: -180px;
    left: -25px;

}

.customTitle {
    font-family: Microgme;
}

/* animated drop down */
.animatedrop {
    opacity: 0;
    margin-top: 10px;
    padding: 10px;
    width: 400px;
    background-color: #34495e;
}

.animatedrop:nth-child(1) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animatedrop:nth-child(2) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animatedrop:nth-child(3) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animatedrop:nth-child(4) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 3000ms;
    animation-delay: 3000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animatedrop:nth-child(5) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 4000ms;
    animation-delay: 4000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.animatedrop:nth-child(6) {
    -webkit-animation-name: menu1;
    animation-name: menu1;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-delay: 5000ms;
    animation-delay: 5000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes menu1 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg) translateY(0px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg) translateY(30px);
    }
}

@keyframes menu1 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg) translateY(0px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg) translateY(30px);
    }
}

/*responsive css for the first slider*/
@media (max-width:800px) {


    .d-none {
        display: block !important;
    }

    .carousel-caption {
        position: absolute;
        font-size: 14px;
        right: 10%;
        bottom: 10rem;
        left: 10%;
        padding-top: 1.5rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .carousel-caption h2 {
        font-size: 20px;
    }

    .carousel-caption h3 {
        position: absolute;
        right: 15%;
        bottom: 11rem;
        left: -10px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: left;
        font-size: 20px;
    }

    .animatedrop {
        opacity: 0;
        margin-top: 10px;
        padding: 10px;
        width: 280px;
        background-color: #34495e;
    }

}


/**/



.login-box form a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: black;
    font-size: 16px;
    font-family: 'Open Sans';
    text-decoration: none;
    /*text-transform: uppercase;*/
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

.login-box a:hover {
    background: #002D62;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4,
        0 0 25px #03e9f4,
        0 0 50px #03e9f4,
        0 0 100px #03e9f4;
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #002D62);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #002D62);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #002D62);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #002D62);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}

#admin_control_ui {
    padding: 50px;
    /* background-color: #e0e0e0; */

}

.admin_features {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    padding-top: 50px;
}

.admin_features .card-body p {
    font-size: 16px;
}

.admin_features .card-img {
    filter: brightness(40%);
}

.admin_features .card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
    height: 160px;
    filter: brightness(60%);
}

.feature_buttons {
    padding: 20px;
}

/* for cards */
.imgcover{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
