@import url('https://unpkg.com/aos@2.3.1/dist/aos.css'); /* Animation css */
.navbar.navbar-bg-light .navbar-nav > li > a{
    font-size: 15px;
}
.topbar {
    margin: 0;
    background: linear-gradient(45deg, #009e06, #228426);
}
.skwe{
    position: relative;
}
.skwe::before{
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: skew(33deg , 10deg);
    content: '';
    background: #fff;
}
.green-head{
    text-transform: uppercase;
    color: #228426 !important;
    color: #fff !important;
    font-family: calibri !important;
    letter-spacing: -1px !important;
    font-weight: bold !important;
    /* text-shadow: 0px 2px 0px #ffffff; */
    font-size: 25px !important;
}
.navbar.navbar-bg-light {
    background: #91d6f7;
}
.top-logo-center .navbar-brand > img , .iso-link img{
    background: none;
    border: none;
}
.navbar-nav li a:hover {
    background: #3c9e05  !important;
    color: #000000  !important;
}
.navbar.navbar-bg-light .navbar-nav > li > a:hover{
    background: #b1d6e8  !important;
}
.dropdown-menu{
    border-color: #3c9e05;
}
header .nav .open > a.highlighted{
    background: #3c9e05  !important;
    color: #fff !important;
}
.header-h1 {
    color: #001372 !important;
    text-shadow: 3px 2px 5px #fff;
}
.header-h2 {
    left: 10%;
    color: #001372;
    text-shadow: 0px 2px 3px #fff;
}
.common-h2{
    font-size: 18px;
    margin-bottom: 0px;
    z-index: 9;
    position: relative;
    font-weight: 100;
    background: #5fc1fe;
    padding: 5px 15px;
    color:#fff;
}

.navbar-fixed-top {
    transition: all 1s ease 0s;
    border-width: 0;
}

.h3-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.topbar2{
    background: url(../img/header-new.jpg);
    background-size: 100% 100%;
}

.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;
}
.p-0{
    padding: 0;
} 
.py-12{
    padding: 0 0.75rem !important;
}
.w-100{
    width: 100% !important;
}
.float-right{
    float: right !important;
}

.page-section{
    padding: 0px 0;
}
.page-header {
    padding: 20px 0 !important;
}
#footer .copyright {
    background: url(../img/footer-bg.jpg)0px 0px;
    position: relative;
    padding: 0;
}
#page{
    margin-top: -26px;
}
.thumbnail {
    margin: 0;
}

#footer .copyright::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #00000082;
}
.foot-mid {
    margin-top: 50px;
}

@media only screen and (max-width: 667px) and (min-width: 320px){
    .header-h1 {       
        top: 2.5rem;
        left: 3rem;
    }
    .header-h2 {
        left: 0%;
    }
}