/*@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 {
    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;}
.navbar.navbar-bg-light {
    /* background-color: #2e3392; */
    /* background-color: #ab3834; */
    background: #9b5e2b;
}
.thumbnail{
    margin: 0;
}

.top-logo-center .navbar-brand > img , .iso-link img{
    background: none;
    border: none;
}
.navbar-nav li a:hover {
    background: #e1b54c   !important;
    color: #ffffff  !important;
}
.navbar.navbar-bg-light .navbar-nav > li > a:hover{
    background: #e1b54c  !important;
    cursor: pointer;
}

header .nav .open > a.highlighted{
    background: #e1b54c   !important;
    color: #fff !important;
}
.header-h1{
    color: #9b5e2b !important;
    text-shadow: none;
}
.header-h2{
    left: 10%;
    color: #000;
}

.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.jpg) no-repeat;
    background-size: cover; */
    background: #fff ;
}

.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;}

.topbar2{
    min-height: 100%;
}
.navbar-nav > li > a.has-submenu {
    background: none repeat scroll 0 0 #9b5e2b;
    color: #ffffff !important;
}
@media only screen and (max-width: 667px) and (min-width: 320px){
    .height-1 {
     min-height: 100%; 
    }
}
