/*@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');  Animation css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;1,400;1,500&display=swap');

.navbar.navbar-bg-light .navbar-nav>li>a {
    font-size: 15px;
}

.topbar {
    background: linear-gradient(45deg, #009e06, #228426);
}

.green-head {
    text-transform: uppercase;
    color: #228426 !important;

    font-family: calibri !important;
    letter-spacing: -1px !important;
    font-weight: bold !important;
    /* text-shadow: 0px 2px 0px #ffffff; */
    font-size: 25px !important;
}

.liner-gradient-text {
    background: #121FCF;
    /*background: linear-gradient(181deg, #9b5e2b 0%, #007800 100%); */
    background: linear-gradient(180deg, #892708 60%, #036603 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-h2 span {
    margin: 0;
}

.font_large {
    font-size: 39px;
}

.font_medium {
    font-size: 35px;
}

.navbar.navbar-bg-light {
    background: #0d7411 !important;
}

.thumbnail {
    margin: 0;
}


.top-logo-center .navbar-brand > img,.iso-link img {
    width: 92px;
    margin-top: 1.3rem;
    /* margin-left: 25rem; */
    position: absolute;
    background: #fff;
    padding: 2px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.navbar-nav li a:hover {
    background: #dba800 !important;
    color: #ffffff !important;
}

.navbar.navbar-bg-light .navbar-nav>li>a:hover {
    background: #fff !important;
    cursor: pointer;
    color: #000 !important;
}

header .nav .open>a.highlighted {
    background: #fff !important;
    color: #000 !important;
}

.header-h1 {
    color: #0a506f !important;
    text-shadow: none;
}

.header-h2 {
    color: #0a506f;
}

#footer .copyright::before {
    position: absolute;
    width: 100%;
    height: 40%;
    content: '';
    background: linear-gradient(180deg, black, transparent);
    top: 0;
}

.navbar-fixed-top {
    transition: all 1s ease 0s;
    border-width: 0;
}

.h3-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
}


.name11 h4 {
    color: #7c7c7c;
    font-size: 16px;
    text-align: center;
}

.cont p {
    text-align: justify;
    width: auto;
    overflow-y: scroll;
    height: 500px;
}

.widget3 li a,
.widget3 li a:visited {
    color: #000;
}

.top-weather-con {
    font-family: 'Courgette', cursive;
    font-weight: 300;
}

.top-weather-con h1 span,
.top-weather-con h2 {
    font-weight: 500;
}

.tophead_text h1 span,
.top-weather-con h2 {
    background: linear-gradient(90deg, #ffffff, #ffffff, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #f3f3f399;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 23s linear infinite;
}

@keyframes shine {
    0% {
        background-position-x: -500%;
    }

    100% {
        background-position-x: 500%;
    }
}

/* Slider Css */

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb053 .i .b {
    fill: #fff;
    fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
    fill-opacity: .7;
}

.jssorb053 .iav .b {
    fill-opacity: 1;
}

.jssorb053 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora093 .c {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}

.jssora093:hover {
    opacity: .8;
}

.jssora093.jssora093dn {
    opacity: .6;
}

.jssora093.jssora093ds {
    opacity: .3;
    pointer-events: none;
}

/* Bootsrapt */

.kvk-koraput-slider .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

.m-0 {
    margin: 0;
}

.py-12 {
    padding: 0 0.75rem !important;
}

.w-100 {
    width: 100% !important;
}

.float-right {
    float: right !important;
}

.breadcrumb-box {
    padding: 15px 0;
}

.page-section {
    padding: 30px 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.section-title {
    margin-bottom: 0;
}

.container-fluid {
    width: 94%;
}

#twitter {
    background: #000000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-color: #000;
}

.responsive-slider .carousel-inner>.item {
    height: 600px;
}

.responsive-slider .carousel-inner>.item>img {
    height: 100%;
}

.mobile-advisory h2 , .common-h2{
    font-size: 18px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    font-weight: 500;
    background:#0d7411 !important;
    padding: 5px 15px;
    color: #fff;
    height: 50px;
    line-height: 42px;
}

.ganjam2 {
    min-height: 310px;
    overflow: hidden;
}

.ganjam2-btn a {
    padding: 5px 10px;
    border-radius: 0;
}

.ganjam2-btn a:hover {
    background: #197609;
    color: #fff;
}

#news {
    float: none;
}

.mobile-advisory .widget3 {
    margin-top: 3px;
}

.listed-arrow li {
    margin: 0.05rem 0;
}

.inner-page table tr {
    font-family: 'Poppins', sans-serif;
}

.inner-page table tr th {
    background: #29567d;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.inner-page table tr:nth-child(even) {
    background-color: #dddddd;
}

.inner-page ul li {
    padding-left: 22px;
    background: url("../images/handarrow.png") no-repeat left center;
    background-size: 18px 18px;
    margin-bottom: 8px;
}

.kvkmandate .widget3 li {
    background: url("../images/handarrow.png") no-repeat;
    background-size: 18px 18px;
    padding: 0;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: inherit;
}

.kvkmandate .widget3 li::before {
    content: none;
}

.kvk-profile-img {
    height: 300px;
}

.h-100 {
    height: 100% !important;
}

.about-area h3 {
    font-weight: 400;
}

.manager {
    height: 350px;
    overflow: hidden;
}

.ouat-management {
    margin: 10px 0 0 0;
    border: 1px solid #c3c3c3;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 373px;
}

.ouat-management img {
    filter: drop-shadow(0px 0px 3px #000000a8);
}

.ouat-management h3 {
    margin: 0.895rem 0 !important;
}

.ganjam2-vdo {
    min-height: 200px;
}

.ganjam2-vdo img {
    height: 220px;
}


/* responsive */
@media screen and (max-width: 1400px) {
    .ouat-management {
        min-height: 313px;
        padding: 5px;
    }

    ul#demo3 {
        height: 350px;
        overflow: hidden;
    }
    .height__35{
        height: 350px;
    }

    .module.bgcolor6 {
        height: 270px;
        overflow: hidden;
    }

    .ganjam2 {
        min-height: 430px;
    }

    .manager {
        height: 325px;
    }

    .kvk-profile-img {
        height: 250px;
    }
    .responsive-slider .carousel-inner>.item {
        height: 400px;
    }
    .ganjam2-vdo img {
        height: 160px;
    }

}
@media screen and (min-width: 1420px) {
     ul#demo3 {
        height: 546px;
        overflow: hidden;
    }
    .height__35{
        height: 546px;
    }
    
}

@media screen and (max-width: 490px) {
    .header-h1 {
        font-size: 16px;
        top: 24px;
    }
    .responsive-slider .carousel-inner>.item {
    height: 200px;
}

    .responsive-slider {
        padding: 0;
    }

    .responsive-slider .carousel-inner {
        height: 200px;
    }

    .ouat-management img {
        width: 75% !important;
    }

    .ouat-management {
        padding: 13px;
    }
    .ouat-footer-image {
        width: 80% !important;
        margin: 5px 0;
        margin-inline: auto;
    }
}