/*@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&amp;display=swap');

.navbar.navbar-bg-light .navbar-nav>li>a {
    font-size: 15px;
}

:root {
    --primary-color: #2447ad;
    /* --primary-color: #92332e; */
}

.topbar {
    background: #F1F2F2 !important;
}
.menu-icon ul li a::before {
    right: -10px;
}
.ltn__main-menu li ul li, .ltn__main-menu .sub-menu li {
    padding: 5px 12px 5px 30px;
    font-size: 15px;
}
.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;
}

.topbar2 {
    position: relative;
}

.font_large {
    font-size: 22px;
}

.font_medium {
    font-size: 22px;
}
.site_logo{
    width: 80px;
}

.navbar.navbar-bg-light {
    background: var(--primary-color) !important;
}

.thumbnail {
    margin: 0;
}

.navbar.navbar-bg-light .navbar-nav>li>a {
    border-right: 1px solid rgb(255 255 255);
}

.top-logo-center .navbar-brand>img,
.iso-link img {
    width: 85px;
    background: #fff;
    padding: 2px;
    border-radius: 10px;
    border: 2px solid #fff;
    z-index: 99;
}

.navbar-nav li a:hover {
    background: #313494 !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,
.header-h2 {
    color: #000000 !important;
    text-shadow: none;
    z-index: 99;
}


#footer .copyright::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #00000082;
    top: 0;
}

.navbar-fixed-top {
    transition: all 1s ease 0s;
    border-width: 0;
}

.h3-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* background: var(--primary-color) !important; */
    gap: 10px;
}
.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;
}
.breadcrumb{
    position: relative;
    z-index: 999;
}

.page-section {
    padding: 30px 0 !important;
    color:#000;
    font-size: 15px;
}
.page-section p{
    color:#000;
}

.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: 100%;
}

.responsive-slider .carousel-inner>.item>img {
    height: 100%;
}

.mobile-advisory h2 {
    font-size: 18px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    font-weight: 500;
    background: #FB6818;
    padding: 7px 15px;
    color: #000;
    border-radius: 10px 10px 0px 0px;
}

.ganjam2 {
    min-height: 310px;
    overflow: hidden;
}

.kvkbtn {
    margin: 0.75rem 0;
}

.kvkbtn a {
    padding: 5px 10px;
    border-radius: 0;
    background: #fb6818;
    border-radius: 15px;
}

.kvkbtn a:hover {
    background: var(--primary-color);
    color: #fff;
}

#news {
    float: none;
}

.mobile-advisory .widget3 {
    margin-top: 3px;
}

.listed-arrow li {
    margin: 0.75rem 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: #f2f4f7;
}

.inner-page :is(ul li , ol li) {
    padding-left: 22px;
    background: url("../images/handarrow.png") no-repeat left center;
    background-size: 18px 18px;
    margin-bottom: 8px;
}
.inner-page :is(ul , ol){
    list-style-type: none;
}

.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: auto;
    overflow: hidden;
}

.ouat-management {
    margin: 10px 0 0 0;
border: 1px solid #d9d8d8;
    padding: 20px;
    margin-bottom: 10px;
    height: 280px;
    border-radius: 10px;
}



.ouat-management h3 {
    margin: 0.895rem 0 !important;
}

/* Extra Css */
.headdesk {
    padding: 4px;
    padding-bottom: 4px;
    padding-bottom: 0px;
    /* width: 473px !important; */
    height: 364px !important;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
    background: #fff;
    padding-bottom: 4px;
    /* margin-top: -8px; */
    overflow: hidden;
    position: relative;
    /* left: 30px; */
}

.scientist-desk {
    border: 2px solid var(--primary-color);
    position: relative;
    border-radius: 10px;
}

.scientist-desk h2 {
    margin: 0;
    font-size: 24px;
    position: relative;
    padding: 5px;
    top: -21px;
    background: #ffffff;
    display: inline-block;
    left: 30px;
    border-radius: 10px;
}

.kvk-profile {
    background: #fff;
}

.kvktext {
    height: 361px;
    overflow: hidden;
}

.kvkrow h2 {
    font-size: 18px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    font-weight: 500;
    padding: 5px 15px;
    color: #212529;
    border-bottom: 1px solid #d5d5d5;
}
.kvkrow h2::before {
    content: '';
    width: 60px;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 3px solid #FB6818;
}

.kvktext h3 {
    text-align: left;
    font-size: 20px;
    color: #000;
    margin: 0.75rem 0;
}

.kvktext ul li {
    color: #000;
    padding-left: 22px;
    background: url("../images/handarrow.png") no-repeat left center;
    background-size: 18px 18px;
    margin-bottom: 8px;
}

.kvkrow>.widget3 {
    padding: 0 20px;
}

.p-30 {
    padding: 15px 0 !important;
}

.topbar2 {
    min-height: 95px;
    background: #fff;
}

/* .d-none {
    display: none !important;
} */

.responsive h2 {
    background: none;
    padding: 0.75rem 0;
}

.responsive {
    height: 273px;
}

.kvkrow {
    border: 1px solid #d9d8d8;
    border-radius: 10px;
}
.kvkmandate{
    border: 1px solid #d9d8d8;
    border-radius: 10px;
}
.kvk-vdo h2 {
    background: none;
    color: #000;
    margin: 0.75rem 0;
    text-align: center;
    font-size: 19px;
}

.inner-page table tr:first-child td {
    background: #1f567c;
    color: #fff;
}

.page-header {
    background: url(../images/inner-bg.jpg)no-repeat scroll;
    background-size: cover;
    position: relative;
    border: none;
}

.page-header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #00000073;
}


.section-title h2:before {
    background: #fff;
}

.breadcrumb>li>a,
.breadcrumb>.active {
    color: #fff;
    font-size: 12px;
}

.breadcrumb {
    
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
}

/* Toggle Button */

/*  */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

.input:checked+.slider {
    background-color: #fff;
}

.input:checked+.slider:before {
    background-color: #000;
}

/* .input:focus + .slider {
      box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7);
      outline: none;
    } */

.input:checked+.slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* End */
.display{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.font {
    margin: 0 0.75rem;
}

/* responsive */
@media screen and (max-width: 1400px) {
    .ouat-management {
        padding: 5px;
    }

    ul#demo3 {
        height: 230px;
        overflow: hidden;
    }

    .module.bgcolor6 {
        height: 250px;
        overflow: hidden;
    }

    .manager {
        min-height: 235px !important;
        overflow: hidden;
    }

    .kvk-profile-img {
        height: 250px;
    }

    .scientist-desk h2 {
        font-size: 19px;
    }

    .headdesk {
        width: 100% !important;
        height: 334px !important;
    }

    .kvktext {
        height: 344px;
        min-height: 344px;
        overflow: hidden;
    }

  .ouat-management img {
    width: 150px;
    margin-top: 5px;
    border-radius: 100%;
    height: 150px;
    border: 2px solid #FB6818;
    padding: 7px;
}

    .responsive {
        height: 241px;
    }

}

@media screen and (max-width: 490px) {
    .header-h1 {
        font-size: 14px;
       position: absolute;
        top: -60px;
        right: 0;
    }
    .text-xs-start {
        text-align: left !important;
    }

    .text-xs-end {
        text-align: right;
    }
    .ltn__header-5 .ltn__header-options {
    justify-content: end;
}
    .header-h1 span {
    letter-spacing: 0px;
}

    .responsive-slider {
        padding: 0;
    }

    .responsive-slider .carousel-inner {
        height: 150px;
    }
 .responsive-slider .carousel-inner img{
        height: 150px;
    }
    .ouat-management img {
        width: 40% !important;
    }

    .ouat-management{
        height: 280px;
    }

    .about-area:before {
        height: 0;
        width: 0;
    }

    .about-area {
        margin-top: 0 !important;
    }

    .p-30 {
        padding: 15px 0 !important;
    }
    .display{
        display: none;
    }
}