﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
body{
	font-family: 'Poppins', sans-serif;
}
a{
	color:#333;
}
a:active, a:link{
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.nomargin-bottom{
	margin-bottom: 0!important;
}
.clearfix:after{
	content: "";
	clear:both;
	display: table;
}
.container{
	width: 1366px;
}
header{
	background: rgba(239,239,239,0.85);
	padding:15px 0;
	font-size: 15px;
}
.text-white{
	color:#fff;
}
.text-default{
	color:#333!important;
}
.text-black{
	color:#222;
}
.text-gray{
	color:#efefef;
}
.subhead{
	font-size:21px;
	font-weight: 600;
	letter-spacing: 2px;
}
.logo img{
	max-width: 80%;
}
.top-row .box{
	display: inline-block;
	width:22px;
	height: 22px;
}
.black-box{
	background: #000;
}
.brown-box{
	background: #ba7a56;
}
.pink-box{
	background: #a349a3;
}
.form-group{
	margin-bottom: 0;
}
.has-search{
	position: relative;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.has-search .form-control {
    padding-right: 1.5rem;
    background: transparent;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    color: #000;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    font-weight: bold;
}
.bottom-row .has-search input{
	border:1px solid #888;
}
.extra-nav a{
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
}
.extra-nav strong{
	font-weight: 600;
}
.social-wrap .list-inline-item:not(:last-child){
	margin-right: 0.8rem;
}
.menubar .navbar-nav .nav-item .nav-link{
	padding:11px 0.9rem;
	transition: all 0.8s ease;
	text-transform: uppercase;
}
.menubar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0.9rem;
}
.menubar .navbar-nav .nav-item .nav-link:hover{
	background:#000;
}
.accessibility{
	margin-bottom: 10px;
}
.accessibility a:not(:last-child){
	margin-right: 0.5rem;
}
.menubar{
	background: rgba(66,72,78,0.9);
	width: 100%;
}
.menubar a{
	color:#efefef;
	font-size:16px;
}
.menubar ul{
	margin:0;
}
.navbar{
	margin-bottom: 0;
	padding:0;
}
.banner-wrap{
	margin-top:138px;
	width:100%;
	position: relative;
	background-position: bottom;
}
.inner-banner-wrap{
	background: url(../images/admin-wildlife-banner.jpg) no-repeat;
	background-size: cover;
	height: 540px;
	width:100%;
	position: relative;
	margin-top:138px;
}
.inner-banner-wrap.field-unit-banner{
	background: url(../images/field-unit-banner.jpg) no-repeat;
	background-size: cover;
}
.inner-banner-wrap.forest-type-banner{
	background: url(../images/forest-type-banner.jpg) no-repeat;
	background-size: cover;
}
.banner-nav-wrap{
	background: rgba(0,0,0,0.7);
	padding:10px;
	position: absolute;
	bottom:20px;
	margin-left:50px;
    width:25%;

}
.banner-nav-wrap .nav-link{
	padding: .3rem 1rem;
}
.banner-nav-wrap .navbar-nav{
	margin-left:0;
}
.banner-nav-wrap .primary-nav li:first-child a, .banner-nav-wrap .secondary-nav li:first-child a{
	font-size: 20px;
}
.banner-nav-wrap .secondary-nav{
	margin-top:30px;
}
.banner-nav-wrap a{
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;
}
.banner-nav-wrap a i{
	margin-right:15px;
}
.banner-nav-wrap .navbar-nav .nav-item{
	margin-bottom:5px;
}
.secondary-nav{
	margin-left: 35px;
}
#stage, #stage1 {
    margin: 1em auto;
    width: 382px;
    height: 292px;
  }
  #stage a, #stage1 a{
    position: absolute;
	background: #fff;
  }

  #stage a:nth-of-type(1), #stage1 a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }
  #stage1 a:nth-of-type(1){
  	animation-name: fader;
    animation-delay: 5s;
    animation-duration: 1s;
  }
  #stage a:nth-of-type(2), #stage1 a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3), #stage1 a:nth-of-type(n+3) {
    display: none;
  }
  .news-text{
  	display: none;
  }
  .home-feature-wrap .forest-wrap.karnataka-forest-wrap .karnataka-forest-text, .home-feature-wrap .scheme .karnataka-forest-text{
  	bottom: -82px;
	left: 56px;
	background: transparent;
  }
  .home-feature-wrap .karnataka-forest-text p, .scheme .karnataka-forest-text p{
  	background: #fff;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }

.about-wrap, #home-map-wrap, .head-wrap, .protected-area-wrap{
	background: url(../images/parallax-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 100%;
	background-attachment: fixed;
	padding:40px 0;
}
.subtitle{
	color:#efefef;
	font-size: 21px;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 4.3px;
}
.subtitle:before{
	content: "";
	display: block;
	height: 8px;
	width:60px;
	background:#288e28;
	position: absolute;
	bottom:0;
}
.about{
	background:rgba(77,77,77,0.9);
}
.about-section, .home-gallery-section{
	padding:15px 55px;
}
.about-section p{
	color:#fefefe;
	font-size:15px;
	line-height: 32px;
}
.minister-wrap h5{
	font-weight: bold;
	font-size: 20px;
}
.minister-wrap h6{
	font-size:14px;
	margin-top: 8px;
	margin-bottom: 0;
}
.minister-wrap ul li{
	display: flex;
	align-items: center;
}
.minister-wrap .list-unstyled{
	margin-top:10px;
}
.minister-wrap ul li img, .media-body{
	margin-left: 30px;
}
.home-gallery-wrap{
	background: url(../images/gallery.jpg) no-repeat;
	background-size: cover;
	height: 275px;
	position: relative;
}
.home-gallery-wrap .subtitle, .latest-news-wrap .subtitle, .feature-wrap .subtitle, .head-content .subtitle{
	color:#333;
}
.latest-news-wrap img{
	max-width: 280px;
}
.latest-news-wrap .about-section{
	position: relative;
}
.latest-news-wrap .latest-news-text{
	position: absolute;
	right: 10px;
	border:1px solid #4d4d4d;
	padding:10px;
	top:40%;
	max-width: 83%;
}
.latest-news-wrap .latest-news-text p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	max-width: 50%;
	position: relative;
	left: 48%;
}
.gray-btn{
	background:rgba(34,34,34,0.75);
	border-radius: 0;
	color:#efefef;
	font-size:15px;
	border:none;
	padding:10px 35px;
	letter-spacing: 2px;
}
.btn-transparent{
	border-radius: 0;
	padding:10px 30px;
	border:1px solid #222;
	color:#333;
	background:transparent;
}
.about-section .gray-btn{
	position: absolute;
	bottom: -25px;
	right: 10px;
}
.home-gallery-wrap .gray-btn{
	position: absolute;
	bottom:-40px;
	right: 0;
}
.feature-wrap{
	margin:40px auto;
}
.forest-wrap img{
	width:400px;
}
.karnataka-forest{
	position: relative;
}
.karnataka-forest .forest-wrap{
	width:80%;
	margin:0 auto;
}
.forest-wrap.karnataka-forest-wrap h2{
	padding-left:50px;
}
.tiger-img{
	max-width: 390px;
}
.karnataka-forest-text{
	position: absolute;
	border: 1px solid rgba(34,34,34,0.5);
	min-height: 340px;
	bottom: -105px;
	left: 142px;
	width:380px;
	padding:10px;
	z-index: 20;
}
.kannada-letter{
	font-size:18px;
	font-weight: bold;
}
.karnataka-forest-text.news-ticker{
	background: url(../images/karnataka-logo-icon.png) no-repeat;
}
.forest-wrap.karnataka-forest-wrap .karnataka-forest-text{
	bottom: -105px;
	left: 170px;
}
.karnataka-forest-text p{
	position: absolute;
	bottom: -10px;
	width:90%;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
}
.forest-wrap.scheme h2{
	margin-left: 50px;
}
.karnataka-forest-text p small{
	display: block;
	font-weight: normal;
	margin-top: 10px;
}
.karnataka-forest-text .gray-btn{
	position: absolute;
	left: -1px;
	bottom: -40px;
}
.map-img{
	display: block;
	width:80%;
	margin:0 auto;
}
#home-map-wrap{
	margin-top: 180px;
}
.partners-wrap{
	padding:40px 0;
}
.partners-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin:0 auto;
}
.partners-logo a{
	display: block;
	margin:0 10px;
}
.partners-logo img{
	max-width: 65%;
}
.breadcrumb-wrap{
	margin:10px auto;
}
.breadcrumb-wrap .breadcrumb{
	background: none;
	margin:0;
}
.breadcrumb-wrap li a, .breadcrumb-wrap li{
	text-transform: uppercase;
	font-size:17px;
	font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: ">";
}
.breadcrumb-wrap li.active{
	position: relative;
}
.breadcrumb-wrap li.active:after{
	content: "";
	display: block;
	height: 6px;
	width: 50px;
	background: #288e28;
	position: absolute;
	bottom: -10px;
	left:26px;
}

footer{
	background:#222;
	padding-top:55px;
}
footer .first-row a{
	color:#efefef;
}
footer .first-row .navbar .nav-item{
	margin: 0 0.6rem;
}
footer .second-row{
	width: 80%;
	margin:30px auto 20px;
}
footer .second-row ul li{
	list-style: none;
	margin-bottom: 10px;
}
footer .second-row ul li a, .helpline-text, footer .third-row ul li a, footer .third-row{
	color:#afafaf;
}
.helpline-text span{
	text-transform: uppercase;
	color:#fff;
}
.second-row .bottom-row i{
	color:#fff;
}
.second-row .bottom-row input{
	border:1px solid #fff;
}
footer .third-row ul li{
	position: relative;
}
footer .third-row ul li:not(:last-child) a:after{
	content:"|";
	display: block;
	position: absolute;
	right:0;
	top:25%;
}
footer .third-row .navbar-expand-sm .navbar-nav .nav-link{
	padding-right: 1.3rem;
	padding-left: 1.3rem;
}
.second-row ul li a:hover, .third-row ul li a:hover{
	color:#fff;
}
.second-row ul li a:hover:after, .third-row ul li a:hover:after{
	color:#afafaf;
}
.copyright-wrap{
	background:#111111;
	padding:18px 0;
	color:#efefef;
}

/* code starts here */
.inner-banner-wrap .banner-band{
    background: rgba(0,0,0,0.5);
    padding: 10px;
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
}
.banner-band h4 {
    text-transform: uppercase;
    color: #efefef;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
}
.paddingleft15{
	padding-left:15px;
}
.head-wrap {
    padding: 40px 0px;
}

.head-wrap .head-content {
    border: 1px solid rgba(34,34,34,0.50);
    padding: 40px 80px;
}

.head-wrap .head-content p {
    font-size: 15px;
    line-height: 30px;
}
.headwing-content h4, .about-section h5{
	    line-height: 30px;
	    font-size: 17.5px;
}
.headwing-content h3{
	    line-height: 30px;
	    font-size: 20px;
   		margin: 0;
   		font-weight: 600;
}
.headwing-content h6{
	margin: 0;
}
.latest-news-content {
 position: absolute;
    right: 10px;
    border: 1px solid rgba(34,34,34,0.50);
    padding: 40px;
    top: 30%;
    width: 88%;
    height: 58%;
}

.latest-news-content p {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    max-width: 60%;
    position: relative;
    left: 45%;
}
.about-section.read-btn .gray-btn {
    position: absolute;
    right: 52px;
    bottom: 6.1em;
}
.about-wrap.mb {
    min-height: 600px;
}
.about-wrap .container{
	width: 82%;
}
.forest-wildlife-content .container{
	width:72%;
}
.latest-news-content h4 {
    position: absolute;
    left: 18em;
    letter-spacing: 2px;
    font-size: 22px;
    top: 0em;
}
section.about-wrap.bg-no {
    background: none;
}
.forest-img img {
    position: absolute;
    right: 10px;
    top: -42px;
}
.forest-text-left {
    position: absolute;
    right: 9.5em;
    border: 2px solid #c7c7c769;
    padding: 40px 20px;
    top: 3em;
    width: 72em;
    height: 14.5em;
    z-index: 1;
}
.forest-text-left p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    max-width: 57%;
    position: relative;
}
.forest-text-left h4 {
    letter-spacing: 3px;
    font-size: 22px;
}
.feature-wrap.late-mb {
    margin-bottom: 24em;
}
.feature-wrap .container{
	width:82%;
}
.forest-text-right {
    position: absolute;
    right: 1em;
    border: 2px solid #c7c7c769;
    padding: 40px 0px;
    top: 5.5em;
    width: 72em;
    height: 14.5em;
}
.forest-wrap.karnataka-forest-wrap{
	padding-left:55px;
}
.forest-text-right p {
    font-size: 16x;
    color: #333;
    line-height: 26px;
    max-width: 57%;
    position: relative;
    left: 34%;
    margin-top: 40px;
}
.forest-text-right h4 {
    position: absolute;
    left: 15.5em;
    letter-spacing: 3px;
    font-size: 22px;
}
/*vegetation page*/
.vegetation img{
    position: relative;
}
.vegetation h4 {
    position: absolute;
    bottom: 6em;
   
    color: #fff;
}
.vegetation p {
    position: absolute;
    bottom: 2em;
    max-width: 73%;
    color: #fff;
}
.flora-banner{
	background:url(../images/flora-banner.jpg) no-repeat;
	height: 562px;
	background-size: cover;
	position: relative;
	margin-top:138px;
}
.martyrs-banner{
	background:url(../images/martyrs-banner.jpg) no-repeat;
	height: 562px;
	background-size: cover;
	position: relative;
	margin-top:138px;
}
.vision-banner{
	background:url(../images/vision-banner.jpg) no-repeat;
	height: 562px;
	background-size: cover;
	background-position: 50% 78%;
	position: relative;
	margin-top:138px;
}
.history-banner{
	background:url(../images/history-banner.jpg) no-repeat;
	height: 562px;
	background-size: cover;
	position: relative;
	margin-top:138px;
}
.services-banner{
	background:url(../images/services-banner.jpg) no-repeat;
	height: 562px;
	background-size: cover;
	position: relative;
	margin-top:138px;
}
.eservices-banner{
	background:url(../images/eservices-banner.jpg) no-repeat;
}
.tiger-banner{
	background:url(../images/tiger-banner.jpg) no-repeat;
}
.banner-band-head{
	text-align: center;
	margin-top: 6%;
}
.banner-band-text{
	color:#efefef;
	line-height: 30px;
}
.flora-banner .banner-band{
	padding:40px 0;
}
.left-box, .right-box{
	position: relative;
}
.content-holder{
	padding:70px 0 35px 25px;
	border:1px solid #ccc;
	width:96%;
}
.left-box .content-holder{
	position: absolute;
	left: 0;
	top:14%;
}
.right-box .content-holder{
	position: absolute;
	right: 0;
	top:14%;
}
.content-holder h4{
	font-size:21px;
	color:#333;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
}
.content-holder p{
	font-size:15px;
	line-height: 30px;
	width:50%;
}
.content-holder p a{
	display: inline-block;
	color:#333;
	font-size:16px;
	margin-top:15px;
	margin-right: 20px;
}
.left-box img{
	float:right;
}
.right-box img{
	float:left;
}
.right-box .right-text{
	margin-left: 46%;
}
.right-box .right-text p{
	width:100%;
}

/*carousal starts here*/
.thumbnail{
border:none;
}
.carousel-wrap {
    background:url(../images/carosal-parallax-bg.jpg) no-repeat;
    background-size: cover;
    padding:40px 0;
    position: relative;
}
.carousel-wrap:before{
	content:"";
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
#ThumbnailCarousel div {
    height: 100%;
    width: 100%;
}

#ThumbnailCarousel.carousel {
    padding-top:60px;
    padding-bottom: 60px;
    text-align:center;
}

.col-md-3 .img-thumbnail {
    height:100%;
}
img.img-thumbnail {
    background-color: #fff;
    max-width: 100%;
    border: 0;
    padding: 0;
    border-radius: 0px;
}
.newstape {
  height: 320px;
  overflow: hidden;
}
.newstape-content {
  position: relative;
  padding: 15px;
}
.newstape-drag { cursor: ns-resize; }
.karnataka-forest-text.news-ticker p{
	position: static;
	margin:40px auto;
	width: 100%;
}
.carousel-video-wrap{
	position: relative;
}
.carousel-video-wrap .carousel{
	width: 100%;
}
.tabs-wrap{
	display: flex;
	position: absolute;
	top:0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
}
.tabs-wrap a{
	display: inline-block;
	text-transform: uppercase;
	padding:20px 60px;
	
	color:#333;
	font-size:20px;
	background:rgba(239,239,239,0.75);
	
	text-decoration: none;
}
.tabs-wrap a.active, .tabs-wrap a:hover{
	background:rgba(34,34,34,0.75);
	color:#fff;
	text-decoration: none;
}
#myCarousel{
	width: 100%;
}
.hide-desktop{
	display: none;
}
.video-wrap{
	background:url(../images/video-bg.jpg);
	background-size: cover;
	padding:90px 0 20px;
	text-align: center;
	margin:0 auto;
}
.body-tabs-wrap{
	background:#efefef;
	padding:9px 0;
	margin:20px auto;
}
.body-tabs-wrap ul{
	display: flex;
	margin:0;
	padding:0;
    justify-content: center;
}
.body-tabs-wrap ul li{
	list-style: none;
}
.body-tabs-wrap ul li a{
	display: block;
	padding:10px 18px;
	font-size:21px;
	color:#333;
	border-right:1px solid #222;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	outline: none;
}
.body-tabs-wrap ul li a.active, .body-tabs-wrap ul li a:hover{
	text-decoration: none;
}
.body-tabs-wrap ul li a.active:before, .body-tabs-wrap ul li a:hover:before{
	content: "";
	display: block;
	border-bottom: 7px solid #3c9c3c;
	position: absolute;
	left:18px;
	bottom: 0;
	width:53px;
}
.body-tabs-wrap ul li:last-child a{
	border-right:none;
}
.body-tabs-wrap ul li a:hover{
	text-decoration: none;
}
.about-circle-wrap{
	display: flex;
	min-height: 650px;
	position: relative;
}
.about-circle-wrap .first-half, .about-circle-wrap .second-half{
	background:url(../images/parallax-bg-half.jpg) no-repeat;
	background-size: cover;
	width:50%;
	padding:50px 0;
}
.about-circle-wrap .second-half{
	background:url(../images/parallax-bg-half2.jpg) no-repeat;
	background-size: cover;
}
.circle-text-wrap{
	border:1px solid #fff;
	position: absolute;
	padding: 50px;
	width:56%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.circle-text-half{
	width: 43%;
}
.circle-text-half h4{
	font-size: 21px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.circle-text-half p{
	font-size: 15.5px;
	line-height: 30px;
}
.circle-list-wrap{
	background:url(../images/field-unit-map-bg.jpg) no-repeat;
	background-size: cover;
	padding:50px 0;
}
.circle-list-wrap .map-title{
	font-size:21px;
	font-weight: 600;
	padding:10px 0 10px 45px;
	letter-spacing: 3px;
	color:#333;
	background:#efefef;
	margin:0;
}
.circle-list-wrap .container{
	width:80%;
}
.circle-list-wrap .col-8{
	flex:0 0 64%;
}
.circle-list-wrap .col-4, .circle-list-wrap .contact-holder, .circle-list-wrap .col-6{
	background:rgba(34,34,34,0.75);
}
.circle-list-wrap .col-4 ul{
	list-style: none;
	margin:0 0 0 50px;
	padding:0;
}
.circle-list-wrap .col-4 ul li{
	margin:10px 0;
}
.circle-list-wrap .col-4 a{
	color:#fff;
	font-size: 17.5px;
	position: relative;
}
.circle-list-wrap .col-4 a:after{
	content: "\f054";
	display: inline-block;
	position: absolute;
	right: -40px;
	font-size: 12px;
	font-family: FontAwesome;
	top: 18%;
}
.circle-list-wrap .map-title.map-title-right{
	background:rgba(34,34,34,0.25);
	color:#efefef;
}
.circle-list-wrap img{
	width:100%;
}
.wildlife-feature-wrap{
	margin:40px auto!important;
	padding:0!important;
}
#blogCarousel .wildlife-box, #blogCarousel .eco-sensitive-box, #blogCarousel .park-box{
	padding:20px;
	position: relative;
	min-height: 420px;
	text-align: left;
}
#blogCarousel .wildlife-box{
	background:url(../images/wildlife-box.jpg) no-repeat;
	background-size: cover;
}
#blogCarousel .eco-sensitive-box{
	background:url(../images/eco-sensitive-box.jpg) no-repeat;
	background-size: cover;
}
#blogCarousel .park-box{
	background:url(../images/park-box.jpg) no-repeat;
	background-size: cover;
}
#blogCarousel .martyrs-feature1{
	background:url(../images/martyrs-featured1.jpg) no-repeat;
	background-size: cover;
}
#blogCarousel .martyrs-feature2{
	background:url(../images/martyrs-featured2.jpg) no-repeat;
	background-size: cover;
}
#blogCarousel .martyrs-feature3{
	background:url(../images/martyrs-featured3.jpg) no-repeat;
	background-size: cover;
}
.container-fluid{
	padding:0;
}
.wildlife-feature-wrap h5{
	font-size: 21px;
	color:#efefef;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.wildlife-feature-wrap p{
	font-size: 15.4px;
	color:#efefef;
	line-height: 30px;
}
.wildlife-feature-text{
	position: absolute;
	bottom:10px;
	left:30px;
	width: 75%;
}
.wildlife-box .wildlife-feature-text{
	left:60px;
}
.green-text{
	color:#138713;
}
.protected-area-wrap ul, .schemes-wrap ul{
	list-style: none;
	margin:0;
}
.protected-area-wrap ul li, .schemes-wrap ul li{
	border-bottom:1px solid #dadada;
	padding:20px 40px;
	line-height: 36px;
}
.schemes-wrap ul li{
	padding:20px;
}
.protected-area-wrap ul li a, .schemes-wrap ul li a{
	font-size: 17px;
}
.protected-area-wrap ul li::before, #home-map-wrap ul li::before, .faq-container ul li:before, .schemes-wrap ul li:before, .privacy-container ul li:before, .copyright-container ul li:before, .hyperlinking-container ul li:before, .accessibility-container ul li:before, .disclaimer-container ul li:before {
  content: "\2022";
  color: #efefef;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  font-size: 36px;
  position: relative;
  top:5px;
}
.protected-area-wrap ul li::before, .faq-container ul li:before, .schemes-wrap ul li:before, .privacy-container ul li:before, .copyright-container ul li:before, .hyperlinking-container ul li:before, .accessibility-container ul li:before, .disclaimer-container ul li:before{
	color:green;
}
.protected-area-wrap ul li.active::before, #home-map-wrap ul li.active::before{
	color:#008000;
}
#home-map-wrap .col-4 a::after{
	content: "";
}
#home-map-wrap .col-4 > ul{
	margin:0 0 0 5px;
	height: 555px;
	overflow-y: scroll;
}
#home-map-wrap ul li{
	padding:5px 0 5px 10px;
}
#home-map-wrap ul li .sublist{
	margin:0 0 0 20px;
}
#home-map-wrap ul li .sublist li{
	margin:0 0 0 15px;
	padding:0;
}
#home-map-wrap ul li .sublist li:before{
	content: "\2022";
	color: #efefef;
	font-weight: bold;
	display: inline-block;
	width: 0.7em;
	font-size: 32px;
	position: relative;
	top: 6px;
}
.sublist a{
	font-size: 14px!important;
	margin:0!important;
	padding:0!important;
}
.protected-area-wrap .map-title, .circle-list-wrap.map-wrap{
	background:#efefef;
	padding:15px 40px;
	font-size: 21px;
	margin:0;
	font-weight: 600;
	letter-spacing: 3px;
}
.protected-area-wrap .map-title.map-title-right, .schemes-wrap .map-title.map-title-right{
	background:#565656;
	padding:15px 40px;
	color:#efefef;
}
.schemes-wrap .map-title.map-title-right{
	margin:0;
}
.protected-area-wrap .map-title + img{
	width:100%;
}
.protected-area-wrap .container{
	width:70%;
}
.protected-area-wrap .col-8{
	margin-right: 30px;
	max-width: 62.5%;
}
.protected-area-wrap .col-4{
	background:rgba(239,239,239,0.75);
	border:1px solid rgba(34,34,34,0.5);
}
.schemes-wrap .col-3{
	border:1px solid rgba(34,34,34,0.5);
}
.eco-tourism-feature-wrap{
	margin:40px auto;
}
.eco-tourism-feature-wrap .col-4{
	margin:2px;
	max-width: 33%;
}
.eco-tourism-feature-wrap .col-4:last-child{
	margin-right:0;
}
.eco-tourism-feature-wrap img{
	width: 100%;
}
.eco-tourism-feature-text{
	padding:35px;
	border:2px solid rgba(239,239,239,1);
}
.eco-tourism-feature-text h5{
	font-size: 21px;
	font-weight: 600;
}
.eco-tourism-feature-text p{
	font-style: 15px;
	line-height: 28px;
}
.eco-trails .eco-tourism-feature-text{
	padding-left:60px;
}
.eco-tourism-wrap{
	background: url(../images/eco-tourism-parallax-bg.jpg) no-repeat;
	min-height: 690px;
	background-size: cover;
	background-position: bottom;
}
.eco-tourism-wrap .first{
	background:rgba(255,255,255,0.3);
}
.eco-tourism-wrap .row1{
	padding:30px 0;
	text-align: center;
}
.eco-tourism-wrap .row1 img.first, .eco-tourism-wrap .row1 img.last{
	max-width: 50%;
}
.eco-tourism-wrap-text{
	padding:20px 45px;
	background:rgba(255,255,255,0.3);
	max-width: 490px;
}
.eco-tourism-wrap-text p{
	font-size: 17.5px;
	line-height: 46px;
	color:rgba(51,51,51,0.8);
}
.eco-tourism-wrap-text p strong{
	font-size:21px;
	display: block;
	font-weight: 600;
}
.eco-tourism-wrap-text .btn.btn-transparent{
	margin-top:30px;
	letter-spacing: 2px;
	padding:10px 50px;
}
.jungle-lodge-wrap{
	background:url(../images/jungle-lodge-bg.jpg);
	background-size: cover;
	padding:60px 0;
	text-align: center;
	color:#efefef;
}
.jungle-lodge-wrap.about-training-wrap{
	background:url(../images/training-intro-bg.jpg);
	background-size: cover;
	color:#333;
}

.jungle-lodge-wrap.about-training-wrap.about-institute-wrap, .training-lp-about-wrap{
	background:url(../images/parallax-bg.jpg);
	background-size: cover;
	padding:60px 0;
	text-align: center;
}
.training-lp-about-wrap.forest-type-about{
	background:url(../images/forest-type-parallax-bg.jpg);
	background-size: cover;
	padding:25px 0;
}
.jungle-lodge-wrap.about-training-wrap h6{
	text-transform: uppercase;
}
.jungle-lodge-wrap p{
	font-size:15px;
	line-height: 30px;
}
.jungle-lodge-wrap .top-text, .jungle-lodge-wrap .bottom-text{
	width:62%;
	margin:0 auto;
}
.jungle-lodge-wrap .top-text h6{
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 2px;
}
.jungle-lodge-wrap .bottom-text{
	margin-top:30px;
}
.jungle-lodge-wrap .bottom-text a{
	color:#efefef;
	font-weight: 600;
	letter-spacing: 3px;
}
.vision-banner{
	position: relative;
}
.vision-band{
	position: absolute;
	left:0;
	bottom:0;
	height: 76%;
	width:45%;
	background:rgba(0,0,0,38%);
	
}
.vision-text-wrap{
	max-width: 1140px;
	margin:0 auto;
	position: relative;
	height: 100%
}
.vision-text{
	color:#efefef;
	width:37%;
	position: absolute;
	left:0;
	top:60%;
	transform:translateY(-50%);
}
.vision-text p{
	font-size:17.5px;
	line-height: 34px;
}
.mission-wrap{
	background: linear-gradient(to right, #ddebf4, #c1d6e6);
	padding:65px 0;
}
.mission-wrap p{
	font-size: 17.5px;
	line-height: 35px;
	margin-top: 20px;
}

.objective-left, .objective-right{
	width:100%;
	height: 700px;
}
.objective-left{
	background:url(../images/leaf-bg.jpg) no-repeat;
	background-size:cover;
	position: relative;
}
.objective-right{
	background:url(../images/objective-bg.jpg) no-repeat;
	background-size:cover;
}
.objective-text-wrap{
	width:62%;
	position: absolute;
	left:30%;
	top:50%;
	transform: translateY(-50%);
}
.objective-text-wrap ul{
	margin:0;
}
.objective-text-wrap ul li{
	margin-bottom: 38px;
	font-size: 15px;
	line-height: 30px;
}
.about-wrap.history-intro {
	padding: 40px 0 120px;
}
.history-intro .subtitle{
	max-width: 60%;
	position: relative;
	left: 45%;
}
.history-intro .latest-news-content{
	top:20%;
	height: auto;
	padding: 30px 40px;
}

.history-intro2{
	margin:50px auto;
	position: relative;
}
.history-intro2-img{
	float: right;
}
.history-intro2 .latest-news-content{
	position: absolute;
	left:0;
	height: auto;
	top:14%;
}
.history-intro2 .latest-news-content p{
	left:0;
	max-width:53%;
}
.history-intro2 .col-10{
	margin:0 auto;
}
.history-intro3{
	text-align: left;
	color:#efefef;
	background-size:contain; 
}
.history-intro3 .container{
	border:1px solid rgba(239,239,239,0.75);
}
.history-intro3 .container .col-6{
	max-width:46%;
}
.history-intro3 .container .col-6:first-child{
	margin-right:3%;
	margin-left:3%;
}
.schemes-banner{
	background: url(../images/schemes-banner.jpg) no-repeat;
	background-size: cover;
}
.individual-scheme-banner{
	background: url(../images/individual-schemes-banner.jpg) no-repeat;
	background-size: cover;
}
.individual-scheme-about{
	background: url(../images/individual-schemes-about-bg.jpg) no-repeat;
	background-size: cover;
	padding:120px 0 50px;
}
.individual-scheme-about-text{
	background:rgba(239,239,239,0.75);
	padding:75px!important;
	position: relative;
}
.individual-scheme-about img{
	position: absolute;
	top:-82px;
	left:92px;
}
.about-text-holder{
	display: table;
}
.individual-scheme-about .head{
	width:25%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}
.individual-scheme-about .about-text{
	width:75%;
	display: table-cell;
	font-size:15px;
	line-height: 30px;
}
.individual-scheme-feature{
	margin-bottom: 40px;
}
.individual-scheme-feature img{
	width: 100%;
	border-right:2px solid #fff;
}
.terms-content-wrap .faq-wrap, .terms-content-wrap .privacy-container, .terms-content-wrap .copyright-container, .terms-content-wrap .hyperlinking-container, .terms-content-wrap .accessibility-container, .terms-content-wrap .disclaimer-container{
	margin-bottom: 30px;
} 
.faq-container, .privacy-container, .copyright-container, .hyperlinking-container, .accessibility-container, .disclaimer-container{
	background:rgba(239,239,239,0.75);
}
.faq-container h3, .flowchart-wrap h3, .news-events h3, .wild-contact-wrap h3, .privacy-container h3, .copyright-container h3, .hyperlinking-container h3, .accessibility-container h3, .disclaimer-container h3{
	padding:20px 35px;
	border-bottom: 3px solid #fff;
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	background:rgba(239,239,239,0.75);
	margin:0;
}
.news-events h3, .wild-contact-wrap h3{
	width: 100%;
}
.faq-container h3 a, .flowchart-wrap h3 a, .news-events h3 a, .wild-contact-wrap h3 a, .privacy-container h3 a, .copyright-container h3 a, .hyperlinking-container h3 a, .accessibility-container h3 a, .disclaimer-container h3 a{
	font-size: 15px;
	float:right;
	font-weight: 600;
}
.flowchart-wrap h3 a i{
	font-size: 15px;
	font-weight: 600;
}
.faq-container ul, .privacy-container ul, .privacy-container ul, .copyright-container ul, .hyperlinking-container ul, .accessibility-container ul, .disclaimer-container ul{
	margin:0;
	padding:40px 30px;
	max-height: 500px;
	overflow-y: scroll;
	scrollbar-color: #fefefe;
scrollbar-width: thin;
}
.faq-container ul::-webkit-scrollbar, .privacy-container ul::-webkit-scrollbar, .privacy-container ul::-webkit-scrollbar, .copyright-container ul::-webkit-scrollbar, .hyperlinking-container ul::-webkit-scrollbar, .accessibility-container ul::-webkit-scrollbar, .disclaimer-container ul::-webkit-scrollbar{
	width: 5px;
  	background-color: #fefefe;
}
.faq-container ul::-webkit-scrollbar-thumb, .privacy-container ul::-webkit-scrollbar-thumb, .privacy-container ul::-webkit-scrollbar-thumb, .copyright-container ul::-webkit-scrollbar-thumb, .hyperlinking-container ul::-webkit-scrollbar-thumb, .accessibility-container ul::-webkit-scrollbar-thumb, .disclaimer-container ul::-webkit-scrollbar-thumb{
	background: #bbb;
}
.faq-container ul li, .privacy-container ul li, .copyright-container ul li, .hyperlinking-container ul li, .accessibility-container ul li, .disclaimer-container ul li{
	border-bottom: 1px solid #dadada;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 17.5px;
	line-height: 30px;
	list-style: none;
	box-shadow: 0 1px 1px #fefefe;
}
.faq-container ul li:last-child, .privacy-container ul li:last-child, .copyright-container ul li:last-child, .hyperlinking-container ul li:last-child, .accessibility-container ul li:last-child, .disclaimer-container ul li:last-child{
	border:none;
	margin:0;
	padding: 0;
	box-shadow: none;
}
.faq-container ul li strong, .privacy-container ul li strong, .copyright-container ul li strong, .hyperlinking-container ul li strong, .accessibility-container ul li strong, .disclaimer-container ul li strong{
	color:#008000;
}
.faq-container ul li p, .privacy-container ul li p, .copyright-container ul li p, .hyperlinking-container ul li p, .accessibility-container ul li p, .disclaimer-container ul li p{
	margin-left: 40px;
}
.flowchart-wrap{
	margin-bottom: 50px;
}
.flowchart-holder{
	background:rgba(239,239,239,0.75);
	text-align: center;
	padding:0 50px;
}
.schemes-wrap{
	margin:30px auto;
}
.schemes-wrap .lead{
	font-size: 15px;
	line-height: 30px;
}
.scheme-wrap-inner{
	margin-right: 25px;
}
.scheme-wrap-inner .col-4{
	padding-left: 10px;
	padding-right: 10px;
}

/*carousal styles */
#blogCarousel{
	padding-top:200px;
	padding-bottom: 70px;
	overflow: hidden;
}
.item-box{
	background: rgba(239,239,239,0.75);
	padding:100px 20px 50px;
	position: relative;
	text-align: center;
	margin:0 2px;
}
.item-box.first{
	margin-left:0;
}
.item-box.last{
	margin-right:0;
}
.blog .carousel-indicators li {
  background: #efefef;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border:1px solid #474747;
}
.blog .carousel-indicators .active {
  background: green;
}
.item-box img{
	position: absolute;
	top:-100px;
	left:15%;
}
.item-box h4{
	font-size: 21px;
	font-weight: 600;
	line-height: 35px;
}
.item-box p{
	font-size: 15px;
	line-height: 30px;
}
.item-box a{
	position: absolute;
	bottom:-15px;
	left:20%;
}
#blogCarousel .carousel-inner{
	overflow:visible;
}
#blogCarousel .carousel-indicators{
	bottom: 0;
}
#blogCarousel .carousel-item{
	padding-right: 25px;
}

.banner-logo{
	position: absolute;
	top:45%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.services-wrap .forest-wrap.karnataka-forest-wrap{
	padding-left: 0;
}
.services-wrap .karnataka-forest .forest-wrap{
	width:100%;
}
.services-wrap .karnataka-forest-text{
	width:220px;
}
.services-wrap .forest-wrap img{
	max-width: 220px;
}
.services-wrap .forest-wrap.karnataka-forest-wrap .karnataka-forest-text, .services-wrap .karnataka-forest-text {
    left: 42px;
min-height: 240px;
bottom: -92px;
}
.services-wrap .second-row-wrap{
	margin:170px auto;
}
.feature-wrap.services-wrap .container{
	width: 100%;
}
.services-wrap .karnataka-forest-text p small{
	margin-top:0;
}
.awards-banner{
	height: 540px;
}
.awards-intro-wrap{
	
	padding:30px 0;
}
.awards-intro-text{
	display:table;
	width:80%;
	margin:0 auto;
	color:#efefef;
}
.awards-intro-head{
	display: table-cell;
	width:40%;
}
.awards-intro-desc{
	display: table-cell;
	width: 60%;
	font-size: 15px;
	line-height: 30px;
}
.awards-intro-text.first{
	margin-bottom: 40px;
}
.awards-accordian{
	padding:60px 0;

}

/*tabs style */
.jq-tab-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1em; }
  .jq-tab-wrapper.horizontal-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.jq-tab-content {
  display: none;
}
  .jq-tab-content.active {
    display: block; }

.jq-tab-wrapper{
  width:80%;
  margin:0 auto;
  color:#efefef;
}
.jq-tab-menu{
  width:39%;
  background:rgba(34,34,34,0.75);
  margin-right:1%;
}
.jq-tab-content-wrapper{
  width:60%;
  
}
.jq-tab-title{
  text-transform: uppercase;
  padding:25px 65px;
  border-bottom:1px solid #efefef;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
}
.jq-tab-title:last-child{
  border:none;
}
.sub-tab{
  list-style: none;
  margin:20px 0 0 20px;
  padding:0;
}
.sub-tab li a{
  color:#efefef;
  font-size:15px;
  line-height: 30px;
  font-weight: normal;
}
.award-wrap{
  background:rgba(34,34,34,0.75);
  padding:30px;
  margin-bottom: 40px;
  display: table;
}
.awardee-photo{
  display: table-cell;
}
.awardee-photo img{
  min-width: 193px;
}
.awardee-details{
  display: table-cell;
  padding: 0 25px;
  vertical-align: top;
}
.award-wrap h3{
  font-size: 21px;
  font-weight: normal;
  line-height: 30px;
}
.award-wrap h3.title{
  color:#fed325;
}
.award-wrap small{
  font-size: 15px;
  margin:0 0 20px 0;
  display: block;
}
.award-wrap:last-child{
  margin-bottom: 0;
}
.eservices-wrap{
	margin-top:140px;
}
.service-holder{
	background: rgba(239,239,239,0.75);
	text-align: center;
	margin:0 2.5px;
	min-height: 245px;
}
.service-holder h4{
	padding:45px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 34px;
}
.service-holder img{
	margin-top:-30%;
}
.service-holder.first{
	margin-left:0;
}
.service-holder.last{
	margin-right:0;
}
.eservices-wrap .row:not(:last-child){
	margin-bottom: 114px;
}
.circular-wrap{
	background: url(../images/parallax-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 100%;
	padding:40px 0;
}
.mainlist-wrapper > li > ul{
	display: none;
}
.mainlist-wrapper ul.active{
	display: block;
}
.mainlist-wrapper{
	display: flex;
}
.mainlist-wrapper li{
	list-style: none;
}
.level1-wrap{
	width: 30%;
	margin-right: 2%;
}
.level2-wrap{
	width:23%;
	margin-right:1%;
}
.level3-wrap{
	width:45%;
}
.mainlist-wrapper ul, .acts-wrap ul{
	border:1px solid rgba(34,34,34,0.75);
}
.mainlist-wrapper ul > li{
	border-bottom: 1px solid #dadada;
}
.level1-wrap ul li{
	padding:20px 15px 20px 30px;
	position: relative;
}
.level1-wrap ul li a{
	position: relative;
	padding-right: 20px;
	display: inline-block;
	outline: none;
	line-height: 30px;
}
.level1-wrap ul li:not(.head) a:before{
	content:"";
	position: absolute;
	width:10px;
	height: 10px;
	background:#008000;
	left:-20px;
	top:5px;
	border-radius: 50%;
	display: block;
}
.level1-wrap ul li:not(.head) a:after{
	content: "";
	position: absolute;
	background: url(../images/down-arrow.png) no-repeat;
	width:13px;
	height: 10px;
	right:0;
	top:6px;
}
.level1-wrap ul li:not(.head) ul li a{
	line-height: 20px;
}
.level1-wrap ul li:not(.head) ul li a:after{
	background: none;
}
.acts-wrap ul li:not(.head):before{
	content:"";
	position: absolute;
	width:10px;
	height: 10px;
	background:#008000;
	left:20px;
	top:20px;
	border-radius: 50%;
}
.level1-wrap ul li a{
	font-size: 21px;
	font-weight: 600;
	display: block;
	width: 100%;
}
.level1-wrap ul li.head, .acts-wrap ul li.head{
	background: rgba(34,34,34,0.75);
	font-size: 21px;
	color:#efefef;
	font-weight: 600;
}
.level2-wrap ul li, .acts-wrap ul li{
	padding:20px 15px;
	margin:0 5px;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}
.acts-wrap ul{
	list-style: none;
	margin:0;
}
.acts-wrap ul li{
	padding:11px 15px 11px 44px;
	position: relative;
	font-weight: normal;
	margin:0;
	line-height: 30px;
}
.acts-wrap .col-6{
	float: left;
}
.scrollbar{
	max-height: 680px;
	overflow-y: scroll;
	width:100%;
	margin-left: 10px;
}

.level2-wrap li.selected{
	background: rgba(34,34,34,0.75);
	font-size: 17px;
	color:#efefef;
	font-weight: 600;
	margin:0;
}
.level2-wrap li.selected a{
	color:#efefef;
	outline:none;
	text-decoration: none;
}
.level2-wrap li small{
	display: block;
	font-size: 15px;
}
.level3-wrap li a{
	font-size: 15px;
	line-height: 25px;
	padding-right: 40px;
}
.level3-wrap li{
	margin:0 15px;
	padding:20px 0;
	position: relative;
}
.level3-wrap li i{
	position: absolute;
	right:0;
	top:50%;
	font-size: 22px;
	transform: translateY(-50%);
}
.circular-wrap .inner {
    overflow: hidden;
    display: none; 
}
.circular-wrap .inner.first{
  display:block;
}
.level-wrapper ul li ul.inner{
	margin:0;
	border:none;
}
.level-wrapper ul li ul.inner li a:before{
	content:"";
	background: none;
}
.level-wrapper ul li ul.inner li{
	border:none;
	padding:5px 10px;
}
.level-wrapper ul li ul.inner li a{
	font-size: 15px;
}
.slick-arrow{
	position: absolute;
	top: 25%;
	transform: translate(-50%);
	font-size: 30px;
	font-weight: bold;
	padding: 15px 10px;
	border: none;
	background: rgba(255,255,255,0.75);
	z-index: 1000;
}
.slick-prev{
	left:15px;
}
.slick-next{
	right:-15px;
}
.force-strength-wrap{
	background: url(../images/strength-bg1.jpg) no-repeat;
	background-size: cover;
	width:100%;
	height: 596px;
}
.force-strength-wrap.ministrial-wrap{
	background: url(../images/strength-bg2.jpg) no-repeat;
	background-size: cover;
	width:100%;
	height: 488px;
}
.force-strength-wrap.total-strength-wrap{
	background: url(../images/strength-bg2.jpg) no-repeat;
	background-size: cover;
	width:100%;
	height: 226px;
}
.force-strength-wrap.total-strength-wrap table{
	width:100%;
	max-width: 100%;
}
.force-strength-wrap.total-strength-wrap table thead tr td{
	padding:20px 180px;
}
.force-strength-wrap.total-strength-wrap table tbody tr td{
	padding:16px 180px;
}

.force-strength-wrap table{
	width:100%;
	max-width:770px;
}
.force-strength-wrap.ministrial-wrap table{
	width: 100%;
	max-width: 676px;
	float:right;
}
.force-strength-wrap table thead{
	background: rgba(34,34,34,0.75);
	color:#efefef;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
}
.force-strength-wrap table thead tr td{
	padding:20px 30px 20px 60px;
}
.force-strength-wrap table tbody tr td:last-child, .force-strength-wrap table thead tr td:last-child{
	text-align: center;
}
.force-strength-wrap table tbody tr td .bullet, .vertical-sidebar .bullet{
	width: 10px;
	height: 10px;
	background: #008000;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
}
.vertical-sidebar .bullet{
	margin-right:10px;
	margin-left: 10px;
}
.force-strength-wrap table tbody{
	background: rgba(239,239,239,0.90);
}
.force-strength-wrap table tbody tr td{
	padding:16px 30px 16px 60px;
	font-size: 17px;
	border-bottom: 1px solid #fff;
}
.subtitle-right{
	text-align: right;
}
.subtitle-right .subtitle:before{
	right:0;
}
.home-slider{
	position: absolute;
}
.banner-wrap .carousel-indicators{
	bottom: 20px;
	top:auto;
}
.forest-type-species .col-3{
	position: relative;
}
.forest-type-species .col-3 .species-name{
	position: absolute;
	bottom: 0;
	background: rgba(34,34,34,0.75);
	padding: 20px;
	color:#efefef;
	font-size: 17px;
	text-transform: uppercase;
	width: 99%;
}
.forest-type-species .col-3 .species-name.first{
	padding-left: 40px;
}

 @media (min-width: 768px) {

    /* show 3 items */
    #blogCarousel .carousel-inner .active,
    #blogCarousel .carousel-inner .active + .carousel-item,
    #blogCarousel .carousel-inner .active + .carousel-item + .carousel-item,
    #blogCarousel .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    #blogCarousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    #blogCarousel .carousel-inner .carousel-item-next,
    #blogCarousel .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    #blogCarousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    #blogCarousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    #blogCarousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
   #blogCarousel .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
   #blogCarousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
   #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item,
   #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
   #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
   #blogCarousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

/*mortyrs slide */
.slideshow-container {
  position: relative;
}
.inner-banner-wrap.martyrs-banner .banner-band{
	height: 205px;
}
.mySlides {
  display: none;
  padding: 0;
  position: relative;
}
.myslide-holder{
	width:100%;
  	animation: left-right 3s;
  	position: absolute;

}
@keyframes left-right{
	0% {
    right:-300px;
  }
  100% {
    right:0;
  }
}
.dot-container {
    text-align: right;
}
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #ec7f3d;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.martyrs-banner .active, .martyrs-banner .dot:hover {
  background-color: #efefef;
}
.martyrs-name{
	display: inline-block;
	color:#efefef;
	margin-left: 40px;
}
.martyrs-name .name{
	font-size: 21px;
	font-weight: 600;
}
.martyrs-name .date{
	font-size: 17px;
}
.martyrs-banner .banner-band-head{
	margin:20% auto 0;
}
.banner-band-text{
	position: relative;
}
.dot-container{
	position: absolute;
	right:0;
	bottom: -80px;
}
.martyrs-day-wrap{
	background-image: url(../images/leaf2.jpg), url(../images/leaf-bg.jpg);
	background-position: top right, bottom left;
	background-repeat: no-repeat;
	background-color: #fff;
	padding:65px 0;
	margin-bottom: 30px;
}
.martyrs-day-wrap .row1{
	width:58%;
	margin:0 auto;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}
.martyrs-day-wrap .row2{
	margin-top: 90px;
	width: 100%;
}
.phancy-scrollbar {
width: 8px;
top: 0;
position: absolute;
background: #efefef;
-moz-transition: opacity .2s;
-webkit-transition: opacity .2s;
-o-transition: opacity .2s;
-ms-transition: opacity .2s;
transition: opacity .2s;
-webkit-transition-delay: 1s;
opacity: 0;
border:1px solid #333;
}
.phancy-scroller .phancy-scrollbar:active, .phancy-scroller:hover .phancy-scrollbar {
opacity: 1;
-webkit-transition-delay: 0s;
}
.phancy-scrollbarbutton {
width: 100%;
top: 0;
position: absolute;
background-color: #333;
}

.martyrs-day-wrap .first-column, .martyrs-day-wrap .second-column{
	width:47%;
	vertical-align: top;
	float:left;
	margin-right: 60px;
}
.martyrs-day-wrap .second-column{
	margin-right: 0;
}
.martyred-box{
	border:1px solid #666;
	padding:30px 20px;
	display: flex;
	width:90%;
	margin-left: 10%;
	position: relative;
	margin-bottom: 130px;
}

#demo{
	padding:30px 0;
	width:auto!important;
}
.martyred-box img{
	margin-left: -60px;
	margin-top: -60px;
}
.martyred-box-text{
	margin-left: 30px;
}
.martyred-box-text h6{
	font-size: 21px;
	font-weight: 600;
	line-height: 35px;
}
.martyred-box-text h6 small{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color:#333;
	text-transform: uppercase;
}
.martyred-box-text p{
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 0;
}
.martyred-box .read-more{
	position: absolute;
	bottom:-41px;
	right:-1px;
}
.martyrs-day-scroll{
	height: 900px;
	overflow-y: scroll;
	padding:30px 0;
}
.news-content-wrap, .terms-content-wrap{
	background-image:url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#fff;
	padding:40px 0;
}
.news-content-wrap-left{
	margin-right: 90px;
}
.news-content-wrap .subtitle{
	color:#333;
	margin-bottom: 30px;
}
.news-content-wrap ul{
	list-style: none;
	margin:0;
}
.news-content-wrap ul li:not(:last-child){
	border-bottom: 1px solid #dadada;
}
.news-content-wrap ul li{
	padding:30px 0;
	cursor: pointer;
}
.news-content-wrap ul li .news-list-holder{
	display: flex;
	align-items: center;
}
.news-content-wrap ul li .img-thumb-details{
	padding-right: 40px;
}
.news-content-wrap ul li .img-thumb-details p{
	font-size:21px;
	font-weight: 600;
	line-height: 30px;
}
.news-content-wrap ul li:not(.news-details) .img-thumb{
	margin:0 40px 0 30px;
	min-width: 150px;
	min-height: 150px;
}
.news-content-wrap ul li:not(.news-details) .img-thumb img{
	width:100%;
	height: 100%;
	max-width: 150px;
}
.news-content-wrap ul li h5{
	font-size: 21px;
	font-weight: 600;
	margin:20px 0;
	line-height: 35px;
}
.news-content-wrap ul li p, .date-wrap{
	font-size:17px;
	line-height: 30px;
	margin-bottom: 20px;
}
.news-details h5{
	font-size:17px;
	font-weight: 600;
	margin-bottom: 20px;
}
.sidebar-wrap{
	margin-top:82px;
}
.sidebar-wrap h5{
	background:rgba(34,34,34,0.75);
	color:#efefef;
	padding:28px 20px;
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 50px;
}
.sidebar-wrap ul{
	list-style: none;
	margin:0;
}
.sidebar-wrap ul li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top:0!important;
	border-bottom: 1px solid #dadada;
}
.sidebar-wrap ul li:last-child{
	border-bottom: none;
}
.sidebar-wrap ul li{
	font-size: 17px;
	font-weight: 600;
	display: block!important;
}
.sidebar-wrap ul li p{
	margin-bottom: 0;
}
.sidebar-wrap ul li .date-green{
	color:#008000;
}
.dharwad-academy-wrap{
	margin-top:20px;
}
.dharwad-academy-wrap h6{
	font-size: 21px;
	font-weight: 600;
}
.dharwad-academy-row1{
	background: rgba(239,239,239,0.9);
	padding:40px 0;
	text-align: center;
}
.dharwad-academy-row1 p{
	font-size: 17px;
}
.dharwad-academy-row2 img{
	width:100%;
}
.dharwad-academy-row3{
	background: rgba(239,239,239,0.8);
	padding:30px 0;
	text-align: center;
}
.dharwad-academy-row3 p{
	font-size: 17px;
	line-height: 34px;
	width: 80%;
	margin:0 auto 20px;
}
.dharwad-academy-row3 .btn{
	padding:10px 50px;
	font-size: 17px;
	letter-spacing: 2px;
}
.full-width-band{
	background: #333;
	padding:22px 0;
	text-align: center;
	color:#efefef;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin:0 0 100px 0;
}
.training-individual-wrap .full-width-band{
	margin-bottom: 30px;
}
#explore .full-width-band{
	margin-bottom: 0;
}
.other-training-wrap .row{
	margin-left: 0;
	margin-right: 0;
}
.other-training-wrap .box{
	padding:0 25px 40px;
	background: rgba(239,239,239,0.75);
	text-align: center;
	border-right: 2px solid #fff;
}
.other-training-wrap .box:last-child{
	border-right: none;
}
.other-training-wrap .box img{
	margin-top:-65px;
	margin-bottom: 20px;
}
.other-training-wrap .box h6{
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
.locate-us-wrap{
	background: url(../images/trainng-center-map.jpg) no-repeat;
	background-size: cover;
	height: 582px;
	margin-top: 50px;
	position: relative;
}
.training-center-detials-wrap{
	position: absolute;
	bottom:40px;
	left:0;
	background: rgba(239,239,239,0.85);
	padding: 20px 50px 20px 20px;
}
.training-center-detials-wrap ul{
	list-style: none;
	margin:0;
}
.training-center-details{
	display: flex;
column-gap: 30px;
margin-bottom: 10px;

}
.contact-wrap-right .training-center-details{
	border-bottom: 5px solid #fff;
}
.training-center-details:last-child{
	border:none;
}
.training-center-details ul li{
	font-size: 17px;
	margin:10px 0;
	line-height: 30px;
}
.training-center-details ul li.last{
	margin:20px 0 10px;
}
.training-center-detials-wrap .read-more{
	position: absolute;
	right:30px;
	bottom: 15px;
	font-size: 17px;
	font-weight: 600;
}
.training-center-detials-wrap .close-icon{
	position: absolute;
	right:10px;
	top:10px;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
}
.jungle-lodge-wrap.about-training-wrap.about-institute-wrap .text-wrap{
	padding: 70px 60px;
	background: rgba(239,239,239,0.5);
	width: 75%;
	margin:0 auto;
}
.jungle-lodge-wrap.about-training-wrap.about-institute-wrap .text-wrap h6{
	font-size:21px;
	margin-bottom: 40px;
	font-weight: 600;
}
.circle-list-wrap.contact-wrap .training-center-detials-wrap{
	padding:70px 50px;
	background: none;
	color:#efefef;
	position: static;
}
.tenders-wrap table, .forest-subtype-wrap table{
	width: 100%;
	border-collapse: inherit;
	border-spacing:10px;
}
.forest-subtype-wrap table{
	text-transform: uppercase;
	background: rgba(239,239,239,0.5);
}
.tenders-wrap table th, .forest-subtype-wrap table th{
	background: rgba(34,34,34,0.75);
	padding:15px 20px;
	font-size:17px;
	color:#efefef;
	font-weight: 600;
}
.tenders-wrap table td, .forest-subtype-wrap table td{
	padding:10px 0;
}
.forest-subtype-wrap table td{
	padding:2px 35px;
}
.forest-subtype-wrap table td:first-child{
	text-align: center;
}
.modal{
	background:rgba(34,34,34,0.95);
	color:#efefef;
	padding:40px 20px;
	border-radius: 0;
}
.mymodal-body{
	display: flex;
	justify-content: space-between;
}
.modal.custom-modal{
	width:900px;
	margin-left:-450px;
	height: 500px;
}
.custom-modal h5{
	font-size: 21px;
	font-weight: 600;
}
.custom-modal ul{
	list-style: none;
	font-size: 15px;
	margin-bottom: 20px;
}
.custom-modal p{
	font-size: 17px;
}
.custom-modal p strong{
	font-weight: 600px;
}
.mymodal-body-text p{
	line-height: 30px;
}
.custom-modal .btn.gray-btn{
	background:rgba(239,239,239,0.75);
	font-size: 15px;
	color:#333;
	font-weight: 600;
	padding:10px 40px;
	margin-top:15px;
	margin-bottom: 15px;
	float: right;
	box-shadow: 0 0 0px 3px #bc6a39;
	border:3px solid rgba(34,34,34,0.95);
}
.close{
	opacity: 1;
	margin-left: 10px;
}
.carousel-item-text{
	background:rgba(34,34,34,0.75);
	padding:20px 80px;
	position: absolute;
	left:0;
	bottom: 0;
	font-size: 17px;
	color:#efefef;
	line-height: 34px;
}
.gallery-wrap{
	background: #222;
	padding:50px 0;
}
.gallery-wrap .gallery-thumbs{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.gallery-wrap .gallery-item{
	position: relative;
	cursor: pointer;
}
.gallery-wrap .gallery-item h6{
	position: absolute;
	bottom:15px;
	left:15px;
	font-size: 17px;
	color:#efefef;
}
.gallery-thumbs.row2{
	margin-top:70px;
}
.news-content-wrap-left .inner {
    overflow: hidden;
    display: none;
}
ul .inner.show {
  /*display: block;*/
}
.news-content-wrap-left .toggle{
	display: block;
}
.accordion li:first-child + div  {
  display: block;
}
.organisation-wrap{
	padding:40px 0;
}
.organisation-wrap .container{
	background: rgba(34,34,34,0.75);
}
.organisation-content{
	display: flex;
	justify-content: space-between;
	width: 100%;
	column-gap: 15px;
	-webkit-column-gap:15px;
}
.organisation-content .box{
	flex:1;
	
}
.organisation-content .box ul{
	height: 400px;
	overflow-y: scroll;
	scrollbar-color: #fefefe;
  	scrollbar-width: thin;
}
.organisation-content .box ul::-webkit-scrollbar {
  	width: 5px;
  	background-color: #fefefe;
}
.organisation-content .box ul::-webkit-scrollbar-thumb{
  	background: #bbb;
}	
.organisation-content .box h5{
	font-size: 21px;
	color:#003333;
	text-transform: uppercase;
	background: #efefef;
	font-weight: 600;
	text-align: center;
	padding:15px 25px;
	cursor:pointer;
	margin:0 0 15px 0;
}
.organisation-content .box ul{
	list-style: none;
	margin:0;
}
.organisation-content .box ul li{
	font-size: 15px;
	text-transform: uppercase;
	color:#efefef;
	border-bottom: 1px solid rgba(239,239,239,0.75);
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left:10px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
}
.organisation-content .box ul li a{
	color:#efefef;
	display: inline-block;
}
.organisation-content .box ul li:last-child{
	border:none;
}
.organisation-content .box ul li:after{
	content:">";
	display: block;
	position: absolute;
	right:10px;
	top:30%;
	transform: translateY(-50%);
	font-size: 16px;
	color:#efefef;
}
.organisation-content .box.section-wrap ul li:after{
	content:"";
}
.body-tabs-wrap.contact-tabs ul{
	justify-content: left;
}
.contact-wrap .col-7, .contact-wrap .col-5{
	background:rgba(34,34,34,0.75);
}
.contact-wrap .col-7 {
    margin-right: 5px;
    max-width: 57.333%;
}
.contact-wrap .jq-tab-wrapper .col-5{
	height: 568px;
	overflow-y: auto;
	scrollbar-color: #fefefe;
	scrollbar-width: thin;
}
.contact-wrap .jq-tab-wrapper .col-5::-webkit-scrollbar {
  	width: 5px;
  	background-color: #fefefe;
}
.contact-wrap .jq-tab-wrapper .col-5::-webkit-scrollbar-thumb{
  	background: #bbb;
}
.contact-wrap h5{
	padding: 20px 25px;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:#efefef;
	background: rgba(34,34,34,1);
	font-weight: 600;
	margin:0;
}
.contact-wrap .jq-tab-wrapper .jq-tab-menu{
	list-style: none;
	margin: 0;
	width:95%;
	padding:25px;
	background: none;
}
.contact-wrap .jq-tab-wrapper{
	width:100%;
	padding: 0;
	
}

.tab-content .jq-tab-wrapper{
	color:#333;
	width:100%;
}
.contact-wrap .jq-tab-wrapper .jq-tab-menu li{
	cursor: pointer;
	font-size: 17px;
	padding:15px 0;
	border-bottom: 1px solid #c0c1bf;
	position: relative;
}
.contact-wrap .jq-tab-wrapper .jq-tab-menu li:last-child{
	border:none;
}
.contact-wrap .jq-tab-wrapper .jq-tab-menu li:after{
	content: "";
	background:url(../images/contact-icon.png) no-repeat;
	width:32px;
	height: 25px;
	right:-42px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.contact-wrap-right{
	padding:25px;
	width:100%;
}
.contact-wrap-right ul{
	list-style: none;
	margin:0;
}
.contact-wrap-right .right-text small{
	display: block;
}
.contact-wrap-right ul li.last{
	margin:10px 0 10px;
}
.nopadding{
	padding:0;
}
.organisation-content.mainlist-wrapper .box  ul  li {
	display: none;
}
.organisation-content.mainlist-wrapper .box ul li.active, .organisation-content.mainlist-wrapper .box[data-level='1'] ul li{
	display: block;
}
.organisation-content.mainlist-wrapper .box  ul{
	border:none;
}
.container.secretrait-wrap{
	width:80%;
	margin: 0 auto;
}
.container.secretrait-wrap .col-3{
	margin-right: 5px;
	background: rgba(34,34,34,0.75);
}
.container.secretrait-wrap .jq-tab-wrapper .jq-tab-menu{
	width:100%;
}
.container.secretrait-wrap .jq-tab-wrapper .jq-tab-menu li::after{
	right:0;
}
.container.secretrait-wrap .jq-tab-wrapper{
	justify-content: center;
}
.field-offices-wrap .row{
	background: rgba(34,34,34,0.75);
}
.field-offices-wrap .organisation-content .box ul li::after{
	content: "";
}
.field-offices-wrap .organisation-content .box ul li span{
	position: absolute;
	right:0;
}
.field-offices-wrap .organisation-content .box{
	position: relative;
}

.other-training-wrap-tabs{
	margin:25px auto 100px;
	background: #efefef;
	
	display: flex;
	justify-content: center;
}
.other-training-wrap-tabs a{
	text-transform: uppercase;
	font-size:21px;
	color:#333;
	letter-spacing: 2px;
	text-align: center;
	width:50%;
	display: block;
	padding:20px 0;
}
.other-training-wrap-tabs a:hover, .other-training-wrap-tabs a.active{
	text-decoration: none;
	background: #333;
	color:#efefef;
}
.explore-wrap{
	background: url(../images/individual-schemes-about-bg.jpg) no-repeat;
    background-size: auto;
	background-size: cover;
	padding:30px 0;
}
#gallery{
	margin-top:40px;
}
.visitor-wrap{
	margin-top:100px;
	background-image: url(../images/news-bg.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #fff;
}
.visitor-wrap .visitor{
	background: rgba(239,239,239,0.75);
	padding:70px 35px 20px 35px;
	text-align: center;

}
.visitor-wrap .visitor h4{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}
.visitor-wrap .visitor img{
	margin-top:-150px;
}
#visitor-corner .full-width-band{
	margin-bottom: 0;
}
.visitor-wrap .row{
	display: flex;
	justify-content: flex-start;

}
.visitor-wrap .row > *{
	flex:1 1 0;
	margin:10px;
}
.visitor-wrap .visitor.last{
	background: transparent;
}
.visitor-wrap .row.second{
	margin-top:80px;
}
.dos-donts-wrap .faq-container ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}
.dos-donts-wrap .faq-container ul li:last-child{
	border:none;
	box-shadow: none;
	padding:0;
	margin:0;
}
.dos-donts-wrap .faq-container{
	background: none;
}
.dos-donts-wrap .faq-container ul{
	background: rgba(239,239,239,0.75);
}
.news-events .sidebar-wrap{
	margin-top:0;
}
.news-events .news-content-wrap{
	background: none;
}
.news-events .news-content-wrap-left .inner{
	display: block;
}
.news-events .news-content-wrap-left .inner h5{
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
}
.publications-wrap{
	margin:40px auto;
}
.publications-wrap .faq-container ul{
	padding: 10px 30px;
}
.publications-wrap .faq-container ul li:last-child{
	margin:0;
	padding:0;
	border:none;
	box-shadow: none;
}
.publications-wrap .faq-container ul li{
	position: relative;
}
.publications-wrap .faq-container ul li span{
	display: block;
	position: absolute;
	right:20px;
	top:0;
	cursor: pointer;
}
.publications-wrap .faq-container ul li span i{
	font-size:22px;
}
.stay-connected-wrap h3{
	background: #333;
	font-size: 21px;
	color:#efefef;
	padding:15px 0;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.stay-connected-wrap .social-icons{
	margin-top: 140px;
}
.stay-connected-wrap .social-icons a{
	display: block;
	background: rgba(34,34,34,0.75);
	padding:50px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-height: 200px;
}
.stay-connected-wrap .social-icons a .circle{
	width:175px;
	height: 175px;
	border-radius: 100%;
	background: #efefef;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin:-142px auto 0;
	padding-top:80px;
}
.stay-connected-wrap .social-icons .col-3{
	border-right: 5px solid #fff;
}
.stay-connected-wrap .social-icons .col-3:last-child{
	border:none;
}
.explore-tabs{
	display: flex;
	flex-wrap: wrap;
	border:none;
	padding:0 30px;
}
.explore-tabs li{
	list-style: none;
	margin:0 5px;
}
.explore-tabs li a{
	background: rgba(239,239,239,0.75);
	padding: 18px 25px;
	display: block;
	font-size:21px;
	color:#333;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
}
.explore-tabs li:hover a, .explore-tabs li.active a{
	text-decoration: none;
	background: rgba(34,34,34,0.75);
	color:#fefefe;
}
.tab-content .jq-tab-wrapper{
	display: flex;
	justify-content: space-between;
	padding:30px;
}

.tab-content .vertical-sidebar{
	width: 25%;
	background:rgba(239,239,239,0.75);
	padding-left: 30px;
}
.tab-content .jq-tab-content-wrapper{
	width: 73%;
	background:rgba(239,239,239,0.5);
	padding:50px;
	text-align: center;
}
.tab-content .jq-tab-content-wrapper h6{
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 2px;
	margin-bottom: 35px;
	font-weight: 600;
}
.tab-content .jq-tab-content-wrapper p{
	font-size: 15px;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 30px;
}
.tab-content .jq-tab-content-wrapper p:last-child{
	margin-bottom: 0;
}
.tab-content .vertical-sidebar .jq-tab-title:not(:last-child){
	border-bottom: 1px solid #dadada;
}
.tab-content .vertical-sidebar .jq-tab-title{
	font-size: 15px;
	text-transform: uppercase;
	padding:12px;
	font-weight: 600;
}
.tab-content .vertical-sidebar .jq-tab-title:hover, .tab-content .vertical-sidebar .jq-tab-title.active{
	background: rgba(34,34,34,0.75);
	color:#fefefe;
}
.tab-content > .tab-pane{display:none;}
.tab-content > .tab-pane.active{display:block;}

.endamic-wrap.visitor-wrap{
	margin-top:30px;
}
.endamic-wrap.visitor-wrap .subtitle{
	margin-bottom: 30px;
}
.endamic-wrap .acts-wrap .carousel-indicators{
	border:none;
	bottom: 0;
}
.endamic-wrap .acts-wrap .carousel-indicators li:before, .endamic-wrap .acts-wrap .carousel-indicators li:after{
	display: none;
}
.endamic-wrap .acts-wrap .carousel-indicators li{
	width: 10px;
	height: 10px;
	background: #008000;
	border-radius: 50%;
	padding:0;
	margin:0 5px;
}
.endamic-wrap .acts-wrap .carousel-indicators li.active{
	background: none;
	border:1px solid #008000;
}
.training-lp-about-wrap{
	margin-bottom: 40px;
}
.training-lp-about-wrap .top-text{
	width:80%;
	background: rgba(239,239,239,0.5);
	padding:50px;
	margin: 0 auto;
}
.training-lp-about-wrap .top-text p{
	font-size: 15px;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 30px;
}
.training-lp-about-wrap .top-text h2{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 21px;
	font-weight: 600;
}
.circle-list-wrap.training-lp-wrap .col-6 ul{
	color:#fff;
	list-style: none;
	margin:0;
}
.training-lp-right{
	padding: 70px;
}
.facility-wrap h3{
	margin-bottom: 0;
}
.facility-wrap .jq-tab-content-wrapper{
	background: none;
	text-align: left;
	font-style: normal;
}
.facility-wrap .jq-tab-content-wrapper p{
	font-style: normal;
}
.facility-wrap .jq-tab-content-wrapper .left-box{
	overflow: hidden;
}
.facility-wrap  .left-box .content-holder{
	top:11%;
}
.forest-type-about{
	margin:25px 0;
}
.training-lp-about-wrap.forest-type-about .top-text{
	background: rgba(34,34,34,0.75);
	padding: 20px;
	color:#efefef;
}
.training-lp-about-wrap.forest-type-about .top-text p{
	font-style: normal;
}
.forest-vegetation-wrap .container{
	background: rgba(239,239,239,0.5);
}
.forest-vegetation-wrap .container p, .feedback-intro p{
	padding: 40px 60px;
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
}
.forest-vegetation-wrap .full-width-band{
	margin:0;
}
.full-width-no-band{
	padding: 30px 0;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: 21px;
}
.feedback-intro{
	width:75%;
	margin:0 auto;
}
.feedback-intro .full-width-no-band{
	padding:0;
}
.feedback-intro p{
	padding: 0px 20px;
}
.feedback-form-wrap{
	margin-top: 40px;
	width: 100%;
}
.feedback-form-wrap [type=radio], .feedback-category [type=radio]{ 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.feedback-form-wrap [type="radio"] + img {
  cursor: pointer;
}
/*.feedback-form-wrap [type="radio"]:checked + img{
	border:1px solid red;
}*/
.feedback-category [type="radio"]:checked + div{
	background: #3c9c3c!important;
}
.feedback-form-wrap .form-row-wrap{
	margin-bottom: 60px;
}
.feedback-form-wrap .form-row-wrap h6{
	font-size:21px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.feedback-form-wrap .form-row-wrap h6:before{
	content: "";
	display: block;
	border-bottom: 5px solid #3c9c3c;
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 53px;
}
.feedback-form-wrap .form-row-wrap .opinion{
	display: flex;
	width:80%;
	justify-content:space-between;
	margin:0 auto;
}
.feedback-form-wrap .form-row-wrap .opinion li{
	text-align: center;
	border:none;
	
}
.feedback-form-wrap .form-row-wrap .opinion li div{
	font-size: 21px;
	margin-top:30px;
	font-weight: 600;
	text-transform: uppercase;
}
.feedback-form-wrap .feedback-category{
	display: flex;
	justify-content: center;
}
.feedback-form-wrap .feedback-category li{
	margin:0 10px;
	border-bottom:none!important;
}
.feedback-category li label div{
	background: rgba(34,34,34,0.75);
	padding:15px 20px 15px 54px;
	font-size: 17px;
	color:#efefef;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	position: relative;
}
.feedback-category li label div:before{
	content: "";
	background: url(../images/form-icons/suggestion.png);
	width: 23px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 31%;
	display: block;
}
input[type="text"], textarea{
	border-radius: 0;
	background: rgba(239,239,239,0.5);
	border:1px solid #909090;
}
.form-row-wrap textarea{
	padding:10px;
	width:80%;
	margin:40px 0 0 20%;
}
.enquiry-wrap label{
	display: inline-block;
	width:20%;
	font-size: 21px;
	font-weight: 600;
}
.enquiry-wrap input[type="text"]{
	padding:10px;
	width: 79%;
	height: 28px;
}
.enquiry-wrap li{
	border:none!important;
	padding:10px 0 !important;
}
.submit-btn-holder{
	text-align: right;
}
.submit-btn-holder .gray-btn:hover{
	background: #3c9c3c;
}
.field-offices-wrap .organisation-content .contact-popup{
	position: absolute;
	left: 400px;
	top:0;
	background: #c2c2c1;
	z-index: 10000;
	min-width: 430px;
}
.contact-popup h3{
	padding:15px 20px;
	background: #ddd;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	margin:0;
}
.contact-popup h3 img{
	position: absolute;
	right:20px;
	cursor: pointer;
}
.popup-body{
	padding:20px; 
}
.popup-body h6{
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 20px;
}
.popup-body-staff{
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
	color:#101010;
}
.popup-body-staff img{
	border:1px solid #fff;
}
.staff-photo, .staff-details{
	width:100%;
}
.staff-details{
	margin-left: 20px;
}
.staff-details p{
	font-size: 15px;
	line-height: 30px;
	margin-top: 15px;
}
.staff-details p strong{
	font-size:17px;
}
.popup-email-wrap{
	display: flex;
	justify-content: space-between;
}
.popup-email-wrap div{
	width:100%;
}
.popup-email-wrap div:last-child{
	margin-left: 20px;
}
.popup-email-wrap div p{
	font-size: 15px;
	line-height: 30px;
}
.news-events-holder{
	display: flex;
}
.visitor-corner-container .container{
	display: none;
}
.active1{
	display: block!important;
}
.endamic-list{
	margin:15px 0;
	list-style: none;
}
.endamic-list li{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.endemic-box .content-holder{
	padding: 20px 0 20px 25px;
}
.endamic-wrap .container{
	width:67%;
	max-height: 800px;
	overflow-y: auto;
}
.endamic-wrap .right-box .content-holder{
	top: 8%;
}

.carousel-by-item [class*="cloneditem-"] {
  display: none;
}

/* partners slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide a{
	display: inline-block;
}
.slick-slide img {
    max-width: 65%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
   	overflow:hidden;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-slide div{

	padding-left: 30px;
}


.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* partner slide ends */

#home-map-wrap .accordionItem{
    display:block;
}
#home-map-wrap .closeItem .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    display:block;   
}
#home-map-wrap .open .accordionItemContent{
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
    box-sizing: border-box;
}
.organisation-chart-wrap-inner{
	text-align: center;
	width:100%;
	margin-top:30px;
}
.organisation-chart-wrap h3{
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: bold;
}
.organisation-chart-wrap-inner img{
	width:100%;
}
.awards-bg{
	background: url(../images/awards-bg.jpg) no-repeat center center;
	background-size: cover;
}
.divider{
	width:100%;
	height: 2px;
	background:#fff;
	margin-top: 50px;
}

@media screen and (max-width:800px){
	.hidden-mobile{
		display: none;
	}
	.hide-desktop{
		display: block;
	}
	body{
		padding-left: 0;
		padding-right: 0;
	}
	.mobile-logo{
		max-width: 75%!important;
		flex:0 0 75%;
	}
	.fixed-top{
		position: static;
	}
	.menubar{
		position: absolute;
		left: 20px;
		width: 50%;
		top: 73px;
		z-index: 100;
	}

	.menubar a{
		font-size:12px;
	}
    ul.dropdown li a{
		font-size:11px;
	}

	.navbar, .menubar ul{
		width:100%;
	}
	.logo img{
		margin-left: 20px;
		max-width: 260px;
	}
	.banner-wrap{
		height: 450px;
		background-position: 50%;
	}
	.menu-icon{
		position: absolute;
		right:10px;
		top:20px;
		width:40px;
		height: 30px;
		padding:5px;
		cursor: pointer;
	}
	.menu-icon i{
		font-size: 22px;
	}
	.col-100{
		width:100%;
		max-width: 100%!important;
		flex:0 0 100%;
	}

	.container, .about-wrap .container{
		width:100%;
	}
	.container{
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left:0;
		max-width: 100%;
	}
	.about-section p{
		font-size:12px;
		line-height: 24px;
	}
	.subtitle{
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-weight: 600;
	}
	.subtitle::before{
		height: 5px;
		width:55px;
	}
	.navbar-nav{
		display: block;
	}
	.about-section, .home-gallery-section{
		padding: 15px 35px;
	}
	.minister-wrap ul li img, .media-body{
		margin-left:0;
	}
	.minister-wrap h5{
		font-size: 16px;
	}
	.minister-wrap h6{
		font-size:12px;
	}
	.latest-news-wrap img{
		max-width: 168px;
	}
	.latest-news-wrap .latest-news-text p{
		font-size: 12px;
		line-height: 20px;
		left:52%;
	}
	.latest-news-wrap{
		margin-bottom: 50px;
	}
	.home-gallery-wrap{
		background-position: 50%;
	}
	.home-gallery-wrap .gray-btn{
		right:10px;
	}
	.forest-wrap.karnataka-forest-wrap{
		padding-left: 0;
	}
	.forest-wrap.karnataka-forest-wrap .karnataka-forest-text, .karnataka-forest-text{
		left:70px;
	}
	.feature-wrap .container{
		width: 100%;
	}
	.forest-wrap img{
		min-width: 310px;
	}
	.karnataka-forest-text{
		width: 82%;
	}
	.karnataka-forest{
		margin-bottom: 140px;
	}
	.forest-wrap{
		margin-left: 20px;
	}
	.map-wrap{
		margin-top:0;
	}
	.partners-wrap{
		padding:60px 0;
	}

	footer{
		padding-top:40px;
	}
	footer .navbar-nav{
		display: inline-block;
		text-align: center;
		width:100%;
	}
	footer .first-row .navbar .nav-item{
		display: inline-block;
		margin:0 10px;
	}
	footer .text-right{
		text-align: center!important;
		margin-bottom: 40px;
	}
	footer .third-row{
		width:100%;
	}
	footer .third-row .navbar{
		display: inline-block;
		width:100%;
	}
	footer .third-row .navbar .navbar-nav{
		width:100%;
		margin:0;
	}
	footer .third-row ul li{
		display: inline-block;
	}
	footer .third-row .navbar-expand-sm .navbar-nav .nav-link{
		padding:0.3rem 0.6rem;
		font-size:11px;
	}
	.copyright-wrap{
		text-align: center;
		font-size: 11px;
	}
	.copyright-wrap .text-right{
		text-align: center!important;
	}
	.inner-banner-wrap{
		margin-top:0;
	}
	.banner-band h4{
		margin-left:10px;
	}
	.about-circle-wrap{
		flex-direction: column;
	}
	.about-circle-wrap .first-half, .about-circle-wrap .second-half{
		width: 100%;
		min-height: 510px;
	}
	.about-circle-wrap .second-half{
		margin:30px auto;
	}
	.circle-text-wrap{
		width:85%;
		padding:30px 50px;
		top:26%;
	}
	.circle-text-half{
		width:100%;
	}
	.circle-text-half p{
		font-size: 12px;
		line-height: 22px;
	}
	.circle-text-half h4{
		font-size: 16px;
		font-weight: 600;
	}
	.circle-list-wrap .container{
		width:100%;
	}
	.circle-list-wrap .col-8, .protected-area-wrap .col-8{
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.circle-list-wrap .col-8 img{
		width:100%;
	}
	.circle-list-wrap .col-4, .protected-area-wrap .col-4{
		position: absolute;
		right:0;
		max-width: 60%;
		z-index: 100;
	}
	.circle-list-wrap .map-title{
		font-size:16px;
		padding:10px 0 10px 30px;
		line-height: 25px;
	}
	.circle-list-wrap .col-4 ul{
		margin: 0 0 0 30px;
	}
	.circle-list-wrap .col-4 ul li{
		margin: 8px 0;
	}
	.circle-list-wrap .col-4 a{
		font-size: 14px;
	}
	.circle-list-wrap .col-4 a::after{
		right: -20px;
		font-size: 10px;
		top: 7%;
	}
	.map-title.map-title-right{
		position: relative;
	}
	.map-title.map-title-right .icon-remove{
		position: absolute;
		right:15px;
		top:50%;
		transform:translateY(-50%);
		cursor: pointer;
		display: block;
	}
	.head-wrap .about-section{
		padding:0 35px;
	}
	.headwing-content h3, .headwing-content h4{
		font-size: 16px;
		line-height: 25px;
	}
	.head-wrap .head-content p{
		font-size: 12px;
		line-height: 24px;
	}
	.head-wrap .head-content{
		padding: 20px 34px;
		width:90%;
		margin:0 auto;
	}
	.head-wrap .latest-news-wrap{
		margin-bottom: 30px;
	}
	.latest-news-wrap .latest-news-text{
		left:50px;
	}
	.about-section .gray-btn{
		right: 15px;
	}
	.admin-latest-news-wrap{
		padding:10px 0 60px;
	}
	.admin-latest-news-wrap img{
		max-width: 170px;
	}
	.admin-latest-news-wrap .latest-news-content{
		height: auto;
		padding:10px;
		top:41%;
	}
	.admin-latest-news-wrap .about-section p{
		margin-bottom: 0;
	}
	.admin-latest-news-wrap .latest-news-content p{
		max-width: 58%;
	}
	.admin-latest-news-wrap .about-section.read-btn .gray-btn{
		right: 10px;
		bottom: -24px;
	}
	.tabs-wrap{
		top:-60px;
		width:100%;
	}
	.tabs-wrap a{
		font-size: 16px;
		padding:20px;
		text-align: center;
		width:50%;
	}
	.img-carousel-wrap, .video-wrap{
		margin-top:60px;
	}
	.video-wrap{
		padding:20px;
	}
	.video-wrap iframe{
		width:100%!important;
	}
	.flora-banner .banner-band{
		padding: 20px 15px;
	}
	.left-box, .right-box{
		text-align: center;
		margin-bottom: 35px;
	}
	.left-box img, .right-box img{
		float: none;
		width:80%;
		max-width: 100%;
	}
	.left-box .content-holder, .right-box .content-holder{
		position: static;
	}
	.banner-band-text p{
		font-size: 12px;
		line-height: 25px;
	}
	.content-holder{
		text-align: left;
		padding:50px 30px 30px;
		margin:0 auto;
		width:92%;
	}
	.content-holder h4{
		font-size: 16px;
	}
	.content-holder p{
		width:100%;
		font-size: 12px;
		line-height: 25px;
	}
	.content-holder p a{
		font-size:12px;
	}
	.right-box .right-text{
		margin-left: 0;
	}
	.partners-wrap{
		padding:0 0 20px;
	}
	#home-map-wrap .col-4 ul{
		margin:0;
	}
	.protected-area-wrap ul li::before, #home-map-wrap ul li::before{
		width: 0.6em;
		font-size: 28px;
	}
	.eco-tourism-feature-wrap .col-4{
		margin:0 0 15px 0;
	}
	.eco-tourism-feature-wrap{
		padding: 0 40px;
	}
	.eco-trails .eco-tourism-feature-text{
		padding: 20px;
	}
	.eco-tourism-wrap-text{
		padding:20px 45px;
		max-width: 80%;
		margin:0 auto;
	}
	.eco-tourism-wrap-text p strong{
		font-size: 16px;
	}
	.eco-tourism-wrap-text p{
		font-size: 12px;
		line-height: 35px;
	}
	.eco-tourism-wrap{
		min-height: 500px;
		position: relative;
	}
	.jungle-lodge-wrap .top-text, .jungle-lodge-wrap .bottom-text{
		width:100%;
		padding:0 10px;
	}
	.jungle-lodge-wrap p {
    	font-size: 12px;
    	line-height: 25px;
	}
	.jungle-lodge-wrap{
		padding:10px 0;
		margin-bottom: 20px;
		background-position: center;
	}
	.jungle-lodge-wrap .top-text h6, .wildlife-feature-wrap h5{
		font-size:16px;
	}
	.jungle-lodge-wrap .bottom-text a, .wildlife-feature-wrap p{
		font-size: 12px;
	}
	.wildlife-feature-wrap{
		padding: 0 30px;
	}
	.wildlife-box, .eco-sensitive-box, .park-box{
		margin-bottom: 15px;
	}
	.wildlife-feature-wrap p{
		line-height: 25px;
	}
	.wildlife-feature-wrap h5{
		margin-bottom: 10px;
	}
	.protected-area-wrap .map-title, .circle-list-wrap.map-wrap{
		font-size: 14px;
	}
	.protected-area-wrap .map-title.map-title-right, .protected-area-wrap .map-title, .circle-list-wrap.map-wrap{
		padding:10px 30px;
	}
	.protected-area-wrap .container{
		width: 100%;
	}
	.protected-area-wrap ul li{
		padding:10px 15px 10px 20px;
		line-height: normal;
	}
	.protected-area-wrap ul li a{
		font-size: 16px;
	}
	.protected-area-wrap ul li::before{
		color:green;
		width: 0.7em;
		font-size: 25px;
		top:3px;
	}
	.protected-area-wrap{
		margin-bottom: 20px;
	}
	.wildlife-box{
		background-position: center;
	}
}

@media screen and (min-width:801px) and (max-width: 1200px){
	.hidden-mobile, .hidden-tablet{
		display: none;
	}
	.show-tablet{
		display: block;
	}
	.hide-desktop{
		display: block;
	}
	.logo img{
		margin-left: 40px;
	}
	.fixed-top{
		position: static;
	}
	.menubar{
		position: absolute;
		left: 20px;
		width: 30%;
		top: 87px;
		z-index: 100;
	}
	.menubar a{
		font-size:12px;
	}
	.navbar, .menubar ul{
		width:100%;
	}
	.menu-icon{
		position: absolute;
		right:10px;
		top:20px;
		width:40px;
		height: 30px;
		padding:5px;
		cursor: pointer;
	}
    ul.dropdown li a{
		font-size:11px;
	}
	.menu-icon i{
		font-size: 22px;
	}
	.navbar-nav{
		display: block;
	}
	.container{
		margin-right: 0;
		margin-left:0;
		padding-right: 0;
		padding-left: 0;
		max-width: 100%;
	}
	.about-wrap .container, .feature-wrap .container{
		width: 100%;
	}
	.menubar .container{
		margin-left: 15px;
		padding-left: 5px;
	}
	.about-section p{
		font-size:12px;
		line-height: 24px;
	}
	.subtitle{
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.subtitle::before{
		height: 5px;
		width:55px;
	}
	.about-section{
		padding:15px 20px 15px 40px;
	}
	.minister-wrap ul li img, .media-body{
		margin-left:0;
	}
	.minister-wrap h5{
		font-size: 16px;
	}
	.minister-wrap h6{
		font-size:12px;
	}
	.minister-wrap ul li img{
		margin-right: 2rem!important;
	}
	.latest-news-wrap img{
		max-width: 170px;
	}
	.latest-news-wrap .latest-news-text p{
		font-size: 12px;
		line-height: 18px;
		max-width: 55%;
	}
	.home-gallery-wrap{
		height: 224px;
	}
	.forest-wrap img{
		width: 330px;
	}
	.karnataka-forest-text{
		width: 68%;
	}
	.minister-wrap .list-unstyled{
		margin-top: 10px;
	}
	.partners-logo img{
		max-width: 50%;
	}
	.karnataka-forest-text p{
		line-height: normal;
	}
	.services-wrap .karnataka-forest-text p{
		line-height: 28px;
	}
	footer{
		padding-top: 42px;
	}
	footer .navbar-nav{
		display: flex;
		flex-direction: row;
		width: 100%;
		justify-content: center;
	}
	footer .nav-link{
		font-size: 11px;
	}
	footer .first-row .navbar .nav-item{
		margin:0;
	}
	footer .first-row{
		width:100%;
	}
	footer .second-row {
	    margin: 40px auto 0;
	}
	footer .third-row .navbar-expand-sm .navbar-nav .nav-link{
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.third-row{
		width: 100%;
	}
	footer .second-row ul li a, .helpline-text, footer .third-row ul li a, footer .third-row{
		font-size: 11px;
	}
	footer .second-row ul li{
		margin-bottom: 5px;
	}
	.copyright-wrap{
		font-size: 11px;
		padding-left: 50px;
		padding-right: 30px;
	}
	.inner-banner-wrap{
		margin-top:0;
	}
	.circle-text-half p{
		font-size: 12px;
	}
	.circle-text-wrap{
		width:80%;
	}
	.circle-text-half h4{
		font-size:16px;
		font-weight: 600;
	}
	.body-tabs-wrap ul li a{
		font-size:16px;
	}
	.circle-list-wrap .map-title{
		font-size:16px;
		padding:10px 0 10px 30px;
		line-height: 25px;
	}
	.circle-list-wrap .col-4 ul{
		margin: 0 0 0 30px;
	}
	.circle-list-wrap .col-4 ul li{
		margin: 16px 0;
	}
	.circle-list-wrap .col-4 a{
		font-size: 14px;
	}
	.circle-list-wrap .col-4 a::after{
		right: -20px;
		font-size: 10px;
		top: 7%;
	}
	.map-title.map-title-right{
		position: relative;
	}
	.circle-list-wrap .container{
		width:100%;
	}
	.circle-list-wrap .col-8 img{
		width:100%;
	}
	.circle-list-wrap .col-8{
		flex:0 0 66.666667%;
	}
	#about-wrap .row{
		margin-left:0;
	}
	#about-wrap .container{
		padding-left:15px;
		padding-right:15px;
	}
	#about-wrap .karnataka-forest-text{
		width:80%;
	}
	.banner-band h4{
		margin-left:90px;
	}
	.head-wrap .head-content{
		padding:40px 30px;
	}
	.head-wrap .head-content p{
		font-size: 12px;
		line-height: 26px;
	}
	.head-wrap .container{
		width:95%;
		margin:0 auto;
	}
	.headwing-content h3{
		font-weight: 600;
	}
	.headwing-content h3, .headwing-content h4{
		font-size: 16px;
	}
	.headwing-content .mt-5{
		margin-top:20px!important;
	}
	.admin-latest-news-wrap img{
		max-width: 326px;
	}
	.about-section p{
		font-size: 16px;
		font-weight: 600;
	}
	.tabs-wrap{
		width:80%;
		justify-content: center;
	}
	.tabs-wrap a{
		font-size: 16px;
	}
	.banner-band-text{
		font-size:12px;
		line-height: 25px;
	}
	.banner-band .banner-band-head{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		margin:0;
	}
	.forest-wildlife-content .container{
		width:90%;
		margin:0 auto;
	}
	.content-holder p, .content-holder p a{
		font-size: 12px;
		line-height: 25px;
	}
	.content-holder h4{
		font-size: 16px;
	}
	.left-box img, .right-box img{
		width:100%;
		max-width: 360px;
	}
	.content-holder{
		padding:50px 0 20px 25px;
	}
	.eco-tourism-feature-wrap .col-4{
		margin:0;
		width:33.33%;
	}
	.eco-trails .eco-tourism-feature-text{
		padding-left: 45px;
	}
	.eco-tourism-wrap{
		min-height: 394px;
	}
	.wildlife-feature-wrap h5{
		font-size: 16px;
	}
	.wildlife-feature-wrap p{
		font-size: 12px;
		line-height: 25px;
	}
	.wildlife-feature-text{
		width: 85%;
	}
	.wildlife-box .wildlife-feature-text{
		left:40px;
	}
	.wildlife-box{
		background-position: center;
	}
	.protected-area-wrap .container{
		width:100%;
	}
	.protected-area-wrap ul li{
		padding:15px 20px 15px 20px;
	}
	.protected-area-wrap .map-title{
		font-size: 17px;
	}
}


@media screen and (min-width:975px){
	.icon-remove{display: none;}
}