﻿body {
}


/*<%-- Yadav Ji 8808208518 --% >*/

.nav-item a:hover,
.rightlogin a:hover {
    background-color: #1aaca2;
    color: #fff;
}

.navbar {
    padding: 0 !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown:hover > .dropdown-submenu {
    display: block;
}

.dropdown {
    border-radius: 0;
    border: 0;
}

.dropdown-menu {
    background: #fff;
    color: #000;
    border: 0;
    top: 80%;
    border-radius: 0px 0px 5px 5px;
}

.dropdown-item:hover {
    background: linear-gradient(57deg, #006064, #26a69a);
    color: #fff;
}

.dropdown-menu a {
    color: #000;
}

.navbar .nav-item .nav-link {
    color: #eee !important;
}

    .navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
        color: red !important;
    }

.dropdown-menu {
    margin: 0 !important;
    border: 1px solid rgba(0,0,0,.15) !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.bg-gradient {
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
}

.bg-gradient {
    background: linear-gradient(57deg, #006064, #26a69a);
}

.footerbg {
    background-color: #a1212d !important;
}

.bottom_links_container {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px 0;
}

.footer-tnc-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-tnc-links > li {
        display: inline;
    }

        .footer-tnc-links > li > a {
            color: #fff;
        }

        .footer-tnc-links > li + li::before {
            content: " | ";
        }

.top-nav {
    background-color: #fff;
    /*    background-image: url('../image/top-border.png');*/
    border-bottom: 0 none;
    border-image: url('../image/top-border.png') 30 30 30 30 round round;
    border-top: 5px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(129, 128, 128, 0.45), 0 1px 6px 0 rgba(194, 194, 194, 0.12) !important;
    padding: 0 0;
    position: relative;
    z-index: 999999 !important;
    font-size: 13px;
}

.top-nav li {
    border-right: 1px solid #ccc;
    cursor: pointer;
    display: inline-block !important;
    font-size: 12px;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.top-nav .time {
    color: #000;
    font-size: 12px;
    padding-right: 5px;
    text-decoration: none;
    line-height: 20px;
}

.top-nav ul {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.textresizer1 {
    padding: 0 5px 0 5px;
}

.title h1 {
    color: #2f2f2f;
    text-decoration: none;
    font-family: 'Oswald', Sans-serif;
    font-weight: normal;
    padding: 0px;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 35px;
    font-size: 1.3rem;
    text-align: left;
    font-weight: 600;
}

.title h2 {
    color: #747474;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;
    line-height: 13px;
    text-align: left;
    margin-left: 3px;
}

.min-height4 {
    min-height: 165px !important;
}

.title5:after {
    position: absolute;
    width: 12%;
    height: 4px;
    background-color: #f17a58;
    content: "";
    left: 44%;
    margin: 0px auto 0px auto;
    bottom: -8%;
    border-radius: 10px;
}

.title7:after {
    position: absolute;
    width: 12%;
    height: 4px;
    background-color: #f17a58;
    content: "";
    left: 4%;
    margin: 0px auto 0px auto;
    bottom: -18%;
    border-radius: 10px;
}

.departbg {
    position: relative;
    background: url(Image/slideimg/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.departbox {
    margin-bottom: 15px;
    height: 148px;
    padding: 10px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    margin-left: 2%;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.item img {
    border-radius: 10px;
}

.owl-carousel .item {
    margin: 0 10px 0 10px !important;
}

.lineheight {
    line-height: 1;
}

.calendar {
    width: 50px;
    height: 50px;
    background: #d8d8d8;
    margin-top: 7px;
    border-radius: 4px;
}

.month {
    height: 20px;
    background: #f00;
    color: #fff;
    width: 50px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
}

.day {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.para {
    font-size: 14px;
}

.title1:after {
    position: absolute;
    width: 12%;
    height: 4px;
    background-color: #f17a58;
    content: "";
    left: 46%;
    margin: 0px auto 0px auto;
    bottom: -15%;
    border-radius: 10px;
}



.academybody ul {
    height: 203px;
    margin-bottom: 10px;
}

.academyarrow {
    position: relative;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

    .academyarrow li {
        display: block;
    }

.academybody ul li {
    line-height: 1.0em;
    margin-bottom: 0px;
}

    .academybody ul li.stopped {
        margin: 0px !important;
    }

.academy {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #737373;
}

.academy {
    margin-top: 15px;
}

.academybody div {
    padding: 0px 0px 0px;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

.academybody ul li p {
    padding-right: 10px;
    font-size: 17px;
    line-height: 21px;
}

    .academybody ul li p a {
        color: rgb(51, 51, 51);
        text-decoration: none;
    }

.academy-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.academybody ul li h3 {
    font-size: 11px;
    color: #b350b3;
}

.gallerythumb {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    /*height: 176px;*/
    height: auto;
}

.thumb {
    margin: 0;
}

.lightbox {
    position: relative;
    display: inline-block;
}

    .lightbox:after {
        content: url("https://www.wonderplugin.com/download/playbutton.png");
        z-index: 999;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -32px;
        margin-top: -32px;
    }

.shiny {
    position: relative;
    overflow: hidden;
    /*    display:inline-block;*/
}

    .shiny:after {
        content: "";
        position: absolute;
        top: -20%;
        left: 120%;
        width: 50%;
        height: 200%;
        background: #FFF;
        opacity: 0.4;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        -ms-transform: skewX(-23deg);
        -webkit-transform: skewX(-23deg);
        transform: skewX(-23deg);
        will-change: transform;
    }


    .shiny:hover:after {
        left: -200%;
        opacity: 0.3;
        background-color: rgba(255, 255, 255, 0);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

.trainingbg {
    position: relative;
}

.trainingbg {
     /*            background: url(https://img.freepik.com/free-vector/agriculture-rural-landscape-scene_1308-48746.jpg?w=1380&t=st=1704281671~exp=1704282271~hmac=f611476a3d6dfa0862c84a2be1cb9742a23f0d3f0cfa73dff156d42ef3b6e278) 50% no-repeat;*/
    background: url('../image/logo/buildingprit.jpg') 50% no-repeat;
    background-size: cover;
    z-index: 999;
}

    .trainingbg:after {
        background-image: linear-gradient(#5a5656 70%, rgb(255 254 177));
        content: "";
        height: 100%;
        left: 0;
        opacity: .8;
        position: absolute;
        top: 0;
        width: 100%;
    }
<style >
.lightbox:after {
    content: "";
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

/* Preloader overlay */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#preloader img {
    width: 100px;
    height: auto;
}

/* Hide after page load */
body.loaded #preloader {
    display: none;
}

#yogiimg,
#manojias,
#rajkumardir {
    transform: scale(.8);
    transition: transform .3s;
}

#yogiimg:hover {
    transform: scale(.95);
}

#manojias:hover {
    transform: scale(.95);
}

#rajkumardir:hover {
    transform: scale(.95);
}

.carousel-inner img {
    /*height: 400px;
            max-height: 400px !important;*/
    opacity: 1;
    width: 100%;
}

.uselink a {
    text-decoration: none;
    color: black;
}

    .uselink a:hover {
        list-style: circle;
        font-weight: bold;
        color: red;
    }

.imgleft {
    margin-left: -35px;
    display: contents;
}

.card {
    border: none !important;
}

.icon1 {
    margin-right: 8px;
}

.cardserv ul {
    padding: 0 0 0 20px;
    margin: 0px;
}

    .cardserv ul li {
        font-size: 14px;
        color: #333;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 7px 0px;
        border-bottom: 1px solid #bcbcbc;
        position: relative;
    }

        .cardserv ul li:before {
            color: #ff0021;
            font-family: 'FontAwesome';
            font-weight: 700;
            content: "\f1c1";
            padding-right: 10px;
            position: absolute;
            left: -23px;
            font-size: 16px;
            top: 8px;
        }

.min-heightakash {
    min-height: 442px;
}

.cardserv1 ul {
    padding: 0 0 0 20px;
    margin: 0px;
}

    .cardserv1 ul li {
        font-size: 14px;
        color: #333;
        line-height: 22px;
        text-align: left;
        display: block;
        padding: 7px 0px;
        border-bottom: 1px solid #bcbcbc;
        position: relative;
    }

        .cardserv1 ul li:before {
            color: #ff001c;
            font-family: 'FontAwesome';
            font-weight: 700;
            content: "\f1c1";
            padding-right: 10px;
            position: absolute;
            left: -23px;
            font-size: 16px;
            top: 8px;
        }

.min-height2 {
    min-height: 468px !important;
}

.min-height3 {
    min-height: 320px !important;
}


.carousel {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}


