/*@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;
}

:root{
    --primary-color: #2e3392;
}

.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: 42px;
}

.font_medium {
    font-size: 35px;
}

.navbar.navbar-bg-light {
    background: var(--primary-color) !important;
}

.thumbnail {
    margin: 0;
}


.top-logo-center .navbar-brand>img,
.iso-link img {
    background: none;
    border: none;
}

.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: #e94038 !important;
    text-shadow: none;
}

.header-h2 {
    color: #e94038 ;
}

#footer .copyright::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    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;
}

.about-area h2{
    background: var(--primary-color);
}

.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: 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: var(--primary-color);
    padding: 5px 15px;
    color: #fff;
}

.ganjam2 {
    min-height: 310px;
    overflow: hidden;
}
.kvkbtn{
    margin: 0.75rem 0;
}
.kvkbtn a {
    padding: 5px 10px;
    border-radius: 0;
    background: #bf1b3c;
}

.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: #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: auto;
    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);
    width: 80% !important;
}

.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: 364px;
    overflow: hidden;
}

.kvkrow h2 {
    font-size: 18px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    font-weight: 500;
    background: var(--primary-color);
    padding: 5px 15px;
    color: #fff;
}

.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: 30px 0 !important;
}

.topbar2{
    min-height: 162px ;
}

.d-none{
    display: none !important;
}

.responsive h2 {
    background: none;
    padding: 0.75rem 0;
}

.responsive {
    height: 323px;
}

.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: #0000002e;
}

.section-title h2:before{
    background: #fff;
}

.breadcrumb > li > a , .breadcrumb>.active{
    color: #fff;
    font-size: 12px;
}

/* responsive */
@media screen and (max-width: 1400px){
    .ouat-management{
        min-height: 293px;
        padding: 5px;
    }
    ul#demo3 {
        height: 150px;
        overflow: hidden;
    }
    .module.bgcolor6{
        height: 162px;
        overflow: hidden;
    }    
    .manager {
        min-height: 235px !important;
        overflow: hidden;
    }
    .kvk-profile-img {
        height: 250px;
    }
    .scientist-desk h2{
        font-size: 19px;
    }
    .headdesk{
        width: 90% !important;
        height : 334px !important;
    }
    .kvktext{
        height: 344px;
        min-height: 344px;
        overflow: hidden;
    }
    .ouat-management img{
        width: 80% !important;
        margin-top: 5px;
    }

    .responsive {
        height: 241px;
    }

}
@media screen and (max-width: 490px) {
    .header-h1 {
        font-size: 16px;
        top: 24px;
    }

    .responsive-slider {
        padding: 0;
    }

    .responsive-slider .carousel-inner {
        height: 200px;
    }
    .ouat-management img {
        width: 60% !important;       
    }
    .about-area:before{
        height: 0;
        width: 0;
    }
    .about-area{
        margin-top: 0 !important;
    }
    .p-30 {
        padding: 15px 0 !important;
    }
}