﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

body {
    font-family: "Mukta", sans-serif !important;
    margin: 0;
    padding: 0;
}

.preheader {
    position: relative;
    z-index: 98;
    line-height: 35px;
    background-color: #50a260;
}

    .preheader a {
        color: #fff;
    }

.mpo-link {
    background-color: #f7f2c8;
    color: #000 !important;
    margin-right: -4px;
}

.homeside-link a {
    padding: 5px 5px 5px;
}

.homeside-link:hover {
    background-color: #000;
    text-decoration: none !important;
}

.homeside-link a:hover {
    color: #000;
    text-decoration: none !important;
    background: #FFD44C;
}
/* Login details */
.dropdown button {
    background: #FFD44C;
}

a.dropdown-item {
    color: #000;
}

.dropdown-menu.show {
    border: 0;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all ease-in-out 300ms;
}
/* Carousel */
.carousel-inner .carousel-item {
    height: 80vh !important;
}

.banner {
    height: 100%;
    background-position: center;
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: left;
    position: relative;
}

.main-menu-logo {
    /*position: fixed;
	top:0;
	z-index: 100;
	width: 100%;*/
    background: #fff;
    box-shadow: rgba(6, 6, 6, 0.9) 0px 25px 20px -20px;
    position: relative;
    z-index: 9;
}

    .main-menu-logo::after {
        content: "";
        width: 100%;
        height: 16px;
        position: absolute;
        bottom: -15px;
        left: 0;
        background-image: url('../NewImages/headerbottom.png');
        background-position: center center;
        background-size: auto;
        z-index: 9;
    }

.mpo-logo img {
    height: 60px;
    padding-top: 10px;
}
/* Carousel */
.carousel-caption {
    bottom: 40%;
    display: block !important;
}

.carousel.slide::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url('../NewImages/headerbottom.png');
    transform: rotate(360deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

.carousel-caption h1 {
    font-size: 100px;
    letter-spacing: 2px;
    color: #ffb221;
}

.carousel-caption h2 {
    font-size: 80px;
    letter-spacing: 2px;
    color: #24fbfd;
}

.carousel-caption h3 {
    font-size: 60px;
    letter-spacing: 2px;
    color: #c49dff;
}

@media (min-width: 0px) and (max-width: 568px) {
    .box {
        height: auto !important;
    }

    .box-title {
        line-height: 1.4 !important;
        height: auto !important;
    }

    .arrows section .box-title {
        font-size: 15px !important;
        padding: 10px 44px;
    }

    .link-button {
        padding: 5px 5px !important;
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .carousel-caption {
        bottom: 30%;
        display: block !important;
    }

        .carousel-caption h1 {
            font-size: 30px;
            letter-spacing: 2px;
        }

        .carousel-caption h2 {
            font-size: 20px;
            letter-spacing: 2px;
        }

        .carousel-caption h3 {
            font-size: 18px;
            letter-spacing: 2px;
        }
}

/* Carousel */
.carousel-inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.6);
    height: 100%;
}

.welcome-about {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 60px 100px;
    text-align: center;
}

    .welcome-about h1 {
        color: #fff;
        font-weight: 800;
        font-size: 100px;
    }

    .welcome-about p {
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 1.8;
    }

    .welcome-about h1 {
        color: #56bd56 !important;
        font-family: "Mukta", sans-serif;
        letter-spacing: 10px;
    }

        .welcome-about h1 span {
            color: #ddd !important;
            font-family: "Mukta", sans-serif;
            display: block;
            font-size: 50px;
            letter-spacing: 2px;
        }

.navbar.navbar-expand-lg.navbar-light {
    padding: 0 !important;
}

@media only screen and (max-width:999px) {
    .mpo-logo {
        display: none;
    }

    .welcome-about {
        padding: 40px 40px !important;
    }

        .welcome-about h1 span {
            color: #ddd !important;
            font-family: "Mukta", sans-serif;
            display: block;
            font-size: 22px;
            letter-spacing: 2px;
        }


        .welcome-about h1 {
            font-size: 20px;
        }

        .welcome-about p {
            font-size: 14px;
        }

    .linkgoto {
        position: relative;
        z-index: 99;
        background: transparent !important;
        margin: 0 !important;
    }

    .linkBox {
        height: auto !important;
    }

    .contactImage {
        text-align: center;
        margin-bottom: 30px;
    }

    .contact-details {
        text-align: center;
        margin-bottom: 30px;
    }

    .deptdetails {
        text-align: center;
    }

    .Conttable td {
        width: 100% !important;
        display: block;
        text-align: center !important;
    }
}


/* Link Box design css */
.linkgoto {
    position: relative;
    z-index: 99; /*background: #FFD44C;*/
    margin-top: -51px;
    margin-bottom: 20px;
}

.linkBox {
    text-align: center;
    transition: all 0.5s ease-out;
}

    .linkBox:hover {
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
        transform: translateY(-15px) scale(1.005) translateZ(0);
        border-radius: 10px 10px 0 0;
    }

    .linkBox a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 30px;
        color: #000;
        font-size: 20px;
        line-height: 1.2;
    }

        .linkBox a span {
            display: block;
            margin-bottom: 10px;
        }

        .linkBox a:hover {
            color: #000;
        }
/* Inner page design styles */
.wrapper {
    min-height: 100vh;
    height: 100%;
    position: relative;
}

    .wrapper:after {
        content: '';
        position: fixed;
        left: 0;
        width: 100%;
        background-image: url('../NewImages/bgwrapper.png');
        height: 100%;
        top: 0;
        z-index: -1;
    }

.heading {
    padding: 17px 0 5px;
    font-size: 18px;
    margin: 1px 0 10px;
    background-color: #ccc7a4;
    height: 200px;
}

.homeback a {
    color: #000;
}

    .homeback a:hover {
        text-decoration: none !important;
    }

.gobacktohome-btn {
    background-color: #fff;
    padding: 4px 20px;
    border-radius: 4px 4px 0 0;
}

    .gobacktohome-btn:hover {
        background-color: #b0ab84;
        color: #000;
        border-radius: 4px 4px 0 0;
    }

.pxl-pagetitle.layout-df .pxl-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
}

    .pxl-pagetitle.layout-df .pxl-breadcrumb .breadcrumb-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .pxl-pagetitle.layout-df .pxl-breadcrumb .br-item {
        flex: 0 0 auto;
        max-width: 100%;
        font-family: "Glittery Snowfall";
        font-size: 20px;
        line-height: 1.3;
        color: #fff;
        display: inline-flex;
        align-items: center;
    }

.hover-underline a::after, a.hover-underline::after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: all 350ms;
}

.page-title {
    background-image: url('../NewImages/innerpage-title.jpg');
    background-color: #fff;
    padding: 47px 0;
    margin-bottom: 10px;
    font-size: 15px !important;
    -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 0;
    text-align: center;
}

    .page-title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .8;
        background: #203424;
        z-index: -1;
    }

    .page-title h2 {
        font-size: 30px !important;
        font-weight: 300;
        color: #fff;
        margin: 0 !important;
        padding: 0 !important;
    }

.badge-primary {
}

tbody, td, tfoot, th, thead, tr {
    vertical-align: middle;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: transparent !important;
}

    .breadcrumb li a {
        color: #fff;
    }

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    color: #fff !important;
}
/* Accordion */

/* Button Link */
.link-button {
    padding: 5px 10px;
    background-color: #ddd;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
}

.regbtn {
    background-color: #d5dbff;
}

    .regbtn:hover {
        background-color: #aab5f4;
    }

.pendingbtn {
    background-color: #ffe8bc;
}

    .pendingbtn:hover {
        background-color: #edcb8a;
    }

.duplibtn {
    background-color: #b3f4c0;
}

    .duplibtn:hover {
        background-color: #93efa6;
    }

.dropdown-menu {
    min-width: 8rem !important;
}
/* Contact Us */
.contact-section {
    padding: 40px 0;
    background-color: #fffcf5;
    position: relative;
    overflow: hidden;
    font-size: 13px;
}

    .contact-section h3 {
        font-size: 28px;
        position: relative;
        display: inline-block;
        z-index: 1;
        font-weight: 800;
        margin-bottom: 20px;
    }

        .contact-section h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -6px;
            width: 100%;
            height: 73%;
            background-color: #b5dfb9;
            border-radius: 50px;
            z-index: -1;
            opacity: .1;
        }

.contactImage img {
    width: 170px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.Conttable {
    width: 100%;
    border-collapse: collapse;
}

    .Conttable th {
        color: #000;
        font-size: 17px;
        margin: 0 0 0 0;
    }

    .Conttable td {
        padding: 1px;
        text-align: left;
        font-size: 13px;
    }

        .Conttable td:nth-child(1) {
            width: 57%;
        }

.deptdetails td:nth-child(1) {
    width: 20%;
}

.enquiryspan {
    display: block;
}

.deptdetails h3 {
    font-size: 26px;
    letter-spacing: -1px;
}

.deptdetails
/*.contactImage {position:relative;height:400px;}
.blobyellow {
    position:absolute;left:0;
    right:0;
    margin:0 auto;
    top:-50px;
    width:100%;height:100%;
    z-index:-1;animation: spin-clockwise 3s infinite linear;
}
.circle-content {width:300px;
                 height:300px;
                 background-color:#ddd;
                 border-radius:50%;
                 margin:0 auto;   
}*/
.contact-details {
    padding: 10px 20px;
}

.contact-details h4 {
    font-size: 20px;
}

.grievancelink {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 10px 0 0 0;
}

    .grievancelink:after {
        content: '';
        position: absolute;
        left: 0;
        width: 90%;
        height: 100%;
        z-index: -1;
        background-color: #c3e3be;
        opacity: 0.2;
        border-radius: 20px;
        top: 0px;
        right: 0;
        margin: 0 auto;
        transition: .3s ease;
    }

    .grievancelink:hover:after {
        opacity: .7;
        width: 100%;
    }
/* Login page Inner */
#DivLoginContainer {
}

.login-wrapper {
    min-height: 100vh;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .login-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../NewImages/2237129.svg');
        top: 0;
        z-index: -1;
        opacity: .1;
    }

.loginbox .container {
    margin: 0 !important;
}

.loginbox {
    margin: 0 auto;
    background-color: #fcfcfc;
    border: 1px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 800px;
    line-height: 27px;
    margin: 10px auto;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
}

    .loginbox label {
        display: block;
    }

    .loginbox input[type="text"], .loginbox input[type="password"], .loginbox select, .loginbox textarea {
        width: 100%;
        border: 1px solid #ccc7a4;
        padding: 5px 20px;
        border-radius: 5px;
        outline: none !important;
        transition: .5s ease;
    }

        .loginbox input[type="text"]:focus, .loginbox input[type="text"]:hover
        .loginbox input[type="password"]:focus, .loginbox input[type="password"]:hover,
        .loginbox select:focus, .loginbox select:hover,
        .loginbox textarea:focus, .loginbox textarea:hover {
            border: 1px solid #50a260;
            outline: none !important;
            box-shadow: rgb(38, 57, 77) 0px 10px 10px -10px;
        }

        .loginbox input[type="text"]:focus, .loginbox input[type="password"]:focus,
        .loginbox input[type="text"]:active, .loginbox input[type="password"]:active {
            box-shadow: rgb(38, 57, 77) 0px 10px 10px -10px;
        }

.DivLoginExp {
    padding: 30px;
}

.mandiLogin-image {
    height: 100%;
    overflow: hidden;
}

    .mandiLogin-image img {
        height: 100%;
        border-radius: 20px 0 0 20px;
        object-fit: none;
    }

.btn.sub-btn {
    background-color: #50a160;
    color: #fff;
    width: 100%;
    display: block;
}

.btn.sub-btn:hover {
        background-color: #347d42;
        color: #000;
 }

/* reset Password */
.resetpass {
    position: relative !important;
    width: 90% !important;
}

    .resetpass .capctha {
        width: 50%;
        margin: 0 auto;
    }

    .resetpass .btn.sub-btn {
        background-color: #50a160;
        color: #fff;
        width: 200px;
        display: block;
        margin: 0 auto;
    }

.otp-container, .email-otp-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.otp-input, .email-otp-input {
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    padding: 0 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.resetpass-instruction {
    padding: 30px;
}

    .resetpass-instruction ul {
        margin: 0;
        padding: 0 0 0 0;
    }

    .resetpass-instruction h3 {
        font-size: 20px;
    }

    .resetpass-instruction ul li, .resetpass-instruction ul li ul li {
        display: inline list-item;
    }

.resetpass .mandiLogin-side {
    height: 100%;
    position: relative;
    z-index: 0;
}

    .resetpass .mandiLogin-side:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .1;
        z-index: -1;
        background: hsla(59, 86%, 68%, 1);
        background: linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(59, 86%, 68%, 1) 0%, hsla(134, 36%, 53%, 1) 100%);
    }

.otpverify {
    padding: 10px 0;
}

.scroll-y {
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox */
}

    /* Chrome, Edge, Safari */
    .scroll-y::-webkit-scrollbar {
        width: 6px; /* Slim width */
    }

    .scroll-y::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scroll-y::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 2px solid #f1f1f1;
    }

        .scroll-y::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

/* Inner page table format */
.table-sm-auto {
    width: 50% !important;
    margin: 0 auto;
}

.table {
    background-color: #fff;
    margin-bottom: 10px;
}

    .table td, .table th {
        padding: .25rem .35rem !important;
        vertical-align: middle !important;
        border: 1px solid #ddd !important;
    }

    .table tr th {
    }

    .table td input[type="text"],
    .table td input[type="password"],
    .table td input[type="date"],
    .table td select,
    .table td textarea {
        width: 100%;
        border-radius: 5px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        outline: none;
        box-shadow: 0 0 0 #ddd;
        background-color: transparent;
    }

.table2 td {
    width: 50%;
}

.lgn-sub {
    background-color: #50a260;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 6px 20px;
}

    .lgn-sub:hover {
        background-color: #ccc7a4;
        color: #000;
    }

.table td label {
    margin: 0;
}

.table td input[type="radio"] {
    margin-right: 4px;
    vertical-align: middle;
}

.gridtable th {
    background-color: #f9f9f9;
}

.gridtable-sno table td:nth-child(1) {
    width: 5%;
}

.table #lblmsg {
    font-weight: 500 !important;
}

.table td .btn {
    background-color: #50a260;
    color: #fff;
}

    .table td .btn:hover {
        background-color: #3e8c4e;
        box-shadow: 0 0 0 #ddd;
        outline: 0;
    }

.footer {
    background-image: linear-gradient(180deg, #1C6932 0%, #0D401C 100%);
    /*background-color: #50a260;*/
    color: #fff;
    vertical-align: middle;
    padding: 30px 0 0px;
}

.powered {
    margin-top: 10px;
    padding: 20px 0;
    background-color: #0b3e1b;
    text-align: center;
}

span#lblServer {
    position: fixed;
    bottom: 0;
    right: 10px;
    background-color: #f98325;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    z-index: 99;
    box-shadow: 0px -2px 16px #7d7d7d;

}

}
/* Hammal Registration page */
.note {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    color: red;
    line-height: 30px;
    background-color: #fffdf0;
    border: 1px solid #ddd;
}
/* Error page design */
/* Sign out page */
.page-container {
    padding: 40px 0;
    text-align: center;
}

    .page-container h3 {
        font-size: 50px;
        text-align: center;
        margin-bottom: 10px;
    }

    .page-container p {
        font-size: 30px;
    }

.imageIcon {
    height: 220px;
}

.page-container h5 {
    font-size: 30px;
    text-align: center;
}

.erroricon {
    height: 320px;
}

@keyframes spin-clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

    ;
}

@keyframes spin-counterclockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }

    ;
}
/* About us */
.aboutus-mandiboard {
    padding: 20px 0 0 0;
}

    .aboutus-mandiboard p {
        font-size: 17px;
    }

.aboutus-mandiboard-img {
    overflow: hidden;
    border-radius: 40px;
}

    .aboutus-mandiboard-img img {
        height: 321px;
        object-fit: cover;
        transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        width: 100%;
    }

        .aboutus-mandiboard-img img:hover {
            transform: scale(1.1);
        }

.section {
    padding: 40px 0;
}
/* what we do */
.whatwedo-section {
    padding: 40px 0;
    background-color: #fffcf5;
    position: relative;
    overflow: hidden;
    font-size: 13px;
}

    .whatwedo-section h3 {
        font-size: 28px;
        position: relative;
        display: inline-block;
        z-index: 1;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .whatwedo-section h1 {
        font-size: 30px;
    }

    .whatwedo-section p {
        font-size: 17px;
    }

.card-features {
    background-image: linear-gradient(180deg, #1C6932 0%, #0D401C 100%);
    border: 0 !important;
    transition: all 0.5s ease-out;
}

    .card-features:hover {
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
        transform: translateY(-5px) scale(1.005) translateZ(0)
    }

    .card-features a {
        text-decoration: none !important;
        width: 100%;
        height: 100%;
        display: block;
        min-height: 200px;
        padding: 20px;
    }

.arrowright img {
    width: 40px;
}

.arrowright {
    position: absolute;
    right: 31px;
    bottom: 10px;
    opacity: .0;
    transition: .5s all;
}

.card-features a:hover .arrowright {
    opacity: 1;
    right: 21px;
}

.card-features strong {
    font-size: 17px;
    display: block;
    margin-bottom: 16px;
    color: #F8C32C;
}

.card-features span {
    font-size: 16px;
    color: #fff;
    display: block;
}

.footerlinks h4 {
    margin: 5px 0;
    font-size: 19px;
}

.footerlinks span {
    margin: 5px 0;
    display: block;
    font-size: 14px;
}

.footerlinks .heading-title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0px 28px 0px;
}

.footerlinks ul li a:hover {
    text-decoration: none !important;
}

.footerlinks ul li a span {
    font-size: 16px;
    color: #fff !important;
}

.social-item {
    width: 49px;
    height: 49px;
    display: inline-block;
    font-size: 16px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F8C32C;
    border-radius: 50% 50% 50% 50%;
    color: #52320A;
    background-color: #F8C32C;
}

    .social-item img {
        height: 15px;
        transition: .5s ease all;
    }

.social-item {
    padding: 2px 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
}

    .social-item:hover {
        background-color: #fff;
        border: 1px solid #fff;
    }

        .social-item:hover img {
            transform: scale(1.2);
        }
/* Services */
.card-services {
    padding: 0px !important;
    ;
    text-align: center;
    height: 100%;
    transition: .5s all;
}

    .card-services:hover {
        margin-top: -10px;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }

.col-xl-4.col-lg-4.col-md-4.col-sm-12 {
    margin-bottom: 20px;
}

.card-services a {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
}

    .card-services a:hover {
        text-decoration: none !important;
        color: #29994c;
    }

    .card-services a strong {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        background-color: #409157;
        
        padding: 8px 10px;
        color: #fff;
        border-radius: 10px;
    }

    .card-services a span {
        display: block;
        font-size: 14px;
        color: #000;
    }

        .card-services a span img {
            height: 20px !important;
            margin: 0 !important;
            vertical-align: middle;
            display: inline-block;
        }

.card-services img {
    height: 50px;
    margin: 0 auto 20px;
    display: block;
}

.servicesmandi .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px;
}

.bannerimage {
    height: 70vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.bannerbg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../NewImages/bannerimage.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: zoomInOut 10s ease-in-out infinite alternate;
}

.kissanimage {
    position: absolute;
    right: -100px;
    bottom: -100px;
    height: 500px;
    z-index: 2;
    animation: slideInKissan 1.2s ease-out forwards;
}

@keyframes slideInKissan {
    from {
        right: -200px;
        bottom: -200px;
        opacity: 0;
    }

    to {
        right: -100px;
        bottom: -100px;
        opacity: 1;
    }
}
/* Keyframes for zooming */
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

/* Tab service option */
.tabs {
}

    .tabs input[type=radio] {
        display: none;
    }

    .tabs label {
        transition: background 0.4s ease-in-out, height 0.2s linear;
        display: inline-block;
        cursor: pointer;
        color: #000;
        border: 1px solid #ddd !important;
        width: 20%;
        /*height: 3em;*/
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        background: #fff;
        text-align: center;
        line-height: 3em;
        padding: 10px 0 0 0;
    }

        .tabs label:last-of-type {
            border-bottom: none;
        }

        .tabs label:hover {
            background: #FAF2C1;
            color: #000;
        }

@media screen and (max-width: 1600px) {
    .tabs label {
        width: 24%;
    }
}

@media screen and (max-width: 900px) {
    .tabs label {
        width: 24%;
    }

    .container, .container-sm {
        max-width: 95% !important;
    }
}

@media screen and (max-width: 600px) {
    .tabs label {
        width: 100%;
        display: block;
        border-bottom: 2px solid #C7C6C4;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .tabs {
        margin: 0;
    }
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
    background: #FAF2C159;
    color: #0D0D0D;
    border: 1px solid #50a2604d !important;
}

.tab-content {
    position: absolute;
    top: -9999px;
    padding: 10px;
}

.tab-content-wrapper {
    background: #FCFCFC;
    border-top: #50A260 5px solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs img {
    height: 50px;
    display: block;
    margin: 0 auto;
}

.card-option {
    text-align: center;
}

    .card-option a {
        padding: 20px;
        color: #000;
    }

    .card-option img {
        width: 30px;
        margin: 0;
        display: inline-block;
        height: 21px;
    }

@media screen and (max-width: 600px) {
    .tab-content-wrapper, .tab1-content-wrapper {
        border: none;
        border-radius: 0;
    }

    .tabs img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
    position: relative;
    top: 0px;
}

.servicelist-option-card {
    background-color: #0d401c !important;
    color: #fff;
    border: 0 !important;
    border-radius: .25rem;
}

.card-image {
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: .25rem .25rem 0 0;
}

.card-shorthead {
    margin-top: -34px;
    background-color: #ffd165;
    padding: 10px;
    color: #000;
    text-align: center;
    border-radius: 10px;
}

.linktogo {
    margin-top: 28px;
}

    .linktogo a {
        width: 25% !important;
    }

        .linktogo a:hover {
            background-color: #50a260;
        }

.servicelist-option-card a img {
    width: 20px;
}

.servicelist-option-card a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    width: 25%;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #3b6345;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(59, 99, 69);
    background-color: transparent;
    overflow: hidden;
}

    .servicelist-option-card a + .servicelist-option-card a {
        border-left: 0;
    }

.tooltip-inner {
    text-align: center;
}

.servicelist-option-card p {
    font-size: 15px;
    text-align: center;
    margin: 10px 0;
}
/* Change tooltip background to white */
.tooltip-inner {
    background-color: #fff !important; /* White background */
    color: #000000 !important; /* Optional: black text for contrast */
    border: 1px solid #ccc; /* Optional: subtle border */
    text-align: center; /* Centered text */
    /* Optional: soft shadow */
}

/* Optional: Change the tooltip arrow color */
.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-color: white !important;
}

.g2glinks-columns {
    text-align: left;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 100%;
}

    .g2glinks-columns ul {
        margin: 0;
        padding: 0 0 0 0px;
    }

        .g2glinks-columns ul li {
            font-size: 16px;
            list-style-type: none;
        }

            .g2glinks-columns ul li span img {
                height: 20px;
            }

    .g2glinks-columns h3 {
        font-size: 30px;
        font-weight: 800;
    }

        .g2glinks-columns h3 img {
            height: 30px;
        }

    .g2glinks-columns ul li a {
        color: #000 !important;
        display: flex;padding-left:15px;
        gap: 5px;position:relative;
    }
        .g2glinks-columns ul li a:before {
            content: '⦿';
            position: absolute;
            left: 0;
            top: 4px;
            left: 0;
            height: 4px;
            width: 4px;
            font-size: 10px;
        }
        .application-counts-card {
            text-align: center;
            transition: all 0.5s ease-out;
            border-radius: 10px !important;
            margin-bottom: 20px;
        }

    .application-counts-card:hover {
        background-color: #fcf3c3;
        color: #000;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
        transform: translateY(-5px) scale(1.005) translateZ(0);
    }

        .application-counts-card:hover a {
            color: #000;
        }

    .application-counts-card a {
        padding: 10px;
        display: block;
        width: 100%;
        height: 100%;
        color: #000;
        text-decoration: none !important;
    }

    .application-counts-card h5 {
        font-size: 15px;
    }

    .application-counts-card strong {
        font-size: 40px;
    }

.counts-volume {
    display: flex;
    flex: 0 0 50%;
}

.svgcounts img {
    height: 80px;
}

.count-no, .svgcounts {
    width: 50%;
    padding: 10px;
}

.count-no {
    text-align: right;
}

.svgcounts {
    text-align: left;
}

/*******side navigation ******/

/* sidenavi wrapper */
#sideNavi, .side-navi-item, .side-navi-data, .side-navi-tab {
    margin: 0;
    padding: 0;
}

#sideNavi {
    position: fixed;
    right: 50px;
    top: 25%;
    z-index: 9999999;
}

/* default hidden */
.side-navi-item-default {
    height: 50px;
    display: none;
}

/* nav items */
.side-navi-item {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 272px;
    height: 50px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    color: #000;
    border: 2px solid #50a260;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    background-color: #FFD44C;
    transition: all 0.4s ease;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 6px;
}

    .side-navi-item.item1 {
        top: 355px;
    }

    .side-navi-item.item2 {
        top: 355px;
    }

    /* active & hover styles */
    .side-navi-item.active,
    .side-navi-item:hover {
        background-color: #0D401C;
        border-color: #FFD44C;
        transform: rotate(-90deg) scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.45) 0px 12px 18px -8px;
        color: #F8C32C;
    }

    .side-navi-item > div {
        padding-top: 15px;
        text-align: center;
    }

        .side-navi-item > div a {
            text-decoration: none;
            color: black;
            font-size: 15px;
            font-weight: 600;
            transition: color 0.3s ease;
        }

    .side-navi-item:hover > div a {
        color: #F8C32C;
    }

/* data panel */
.side-navi-data {
    position: absolute;
    top: 0;
    left: 52px;
    width: 380px;
    background-color: #fffcf5;
}

/* tabs */
.side-navi-tab {
    display: none;
}

    .side-navi-tab.active {
        display: inline-block;
    }

    .side-navi-tab > div {
        padding: 20px;
        border: 2px solid #F8C32C;
        background-color: #fff;
        border-radius: 8px;
        font-size: 14px;
        color: #333;
    }

.printheader h3 {

    text-align:center;
}
.printheader h2 {
    text-align:center;
}
.dept-mandi-logo {
    float:left;
}
.mpo-logo {
    float:right;
}
/****end*****/
