/********** Template CSS **********/
:root {
    --primary: #7AB730;
    --secondary: #FFD33C;
    --light: #F3F3F3;
    --dark: #212121;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

.btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.text-primary {
    color: #7AB730 !important;
}
a {
    color: #7AB730;
    text-decoration: none;
}



.btn-primary {
    color: #000;
    background-color: #7AB730;
    border-color: #7AB730;
}

.text-body {
    color: #656565 !important;
}

.first > label {
    padding-bottom: 5px;
}

.first > button {
    margin-top: 28px;
    text-align: right;
}

.myforms>div {
    padding-bottom: 7px;
}
.error {
    color: red;
    font-size: 15px;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #212121;
}
.border-primary {
    border-color: #7AB730 !important;
}
.bg-primary {
    background-color: #7AB730 !important;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7AB730;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #7AB730;
}

.btn-square {
    font-size:14px;
	padding: 10px 28px!important;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    margin-bottom: 4px;
    text-align: inherit;
    white-space: nowrap;
    background-color: #e1edd3;
    border: 0;
}


.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    
    color: #ffffff;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #fffa00;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 7px;
        top: -4px;
        left: 50%;
        background: #fffa00;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        width: 100%;
        height: 1px;
        top: -1px;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.service-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.service-item  img
{
	    height: 70px;
    margin: 10px;
}

.service-item a:hover i {
    padding-left: 50px;
}

.service-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.service-item a:hover i::after {
    width: 50px;
}

.product-item {
    padding: 30px;
}

.product-item .btn-action {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .btn-action {
    bottom: -20px;
    opacity: 1;
}

.product-carousel .owl-nav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 55px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.bg-offer {
    background: url(../img/offer.jpg) top right no-repeat;
    background-size: cover;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-carousel .owl-nav {
    position: absolute;
    width: 50px;
    height: 160px;
    top: calc(50% - 80px);
    right: 0;
    z-index: 1;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-item .team-overlay {
    position: absolute;
    top: 45px;
    right: 45px;
    bottom: 45px;
    left: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(122, 183, 48, .8);
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: cover;
	background-attachment:fixed;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 46px;
    top: calc(50% - 23px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 100%;
    height: 370px;
}

@media (min-width: 576px) {
    .blog-item .row {
        /*height: 300px;*/
    }
}

.blog-item a i {
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.blog-item a:hover i {
    padding-left: 50px;
}

.blog-item a i::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    background: var(--primary);
    transition: .3s;
}

.blog-item a:hover i::after {
    width: 50px;
}




















/*Tob Bar*/


/*Common wrapper*/
  .common-wrapper {
  background:#35353f;
    margin-bottom: 1px;
    height: 39px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 8px 5px #bcbcbc;
    
    
}


.common
{
    
    padding: 0px 0px 0px 0px;
}




.tobbar_main
{
        background-color: #f6fff3;
    border-bottom: 1px solid #9eb385;
    margin: 0;
    padding: 0;
}
.common-container {
  height:36px;
}
.container.common-container {
  max-width: 1300px!important;
  padding: 0 15px;
  width: 100%;

}
.common-left {
  float:left;
  position:relative;
}
.common-left.common-left-ind li a{line-height:22px;}
.common-left.common-left-ind li:first-child{width:115px;}


.common-right {
  float:right;
  position:relative;
}

.common-left ul li {
  float:left;
  line-height:132%;
  font-size:72%;
  font-weight:600;
  text-transform:uppercase;
  height:36px;
  padding-top:6px;
}
.common-left ul li.gov-india {
  text-align:right;
}
.common-left ul li span {
  display:block;
  font-size:120%;
}
.common-left ul li.ministry {
  padding-left:10px;
  margin-left:10px;
  border-left:1px solid #eeeeee;
}
.common-right ul li {
  float:left;
  position:relative;
  height:34px;
  border-left:1px solid #eeeeee;
    list-style: none;
}
.common-right ul li a {
  display:block;
  width:38px;
  height:32px;
  font-size:90%;
  background-repeat:no-repeat;
  background-position: center !important;
}

.common-right ul li a:hover
{
    background-color: #c0ff73;
}

.common-right ul li.hover a {
  background-color:#434343;
}
.common-right ul li.ico-skip > a {
  background-image:url(../img/ico-skip.png);
}
.common-right ul li.ico-skip.hover > a {
  background-image:url(../img/ico-skip-h.png);
}
.common-right ul li.ico-accessibility > a {
  background-image:url(../img/ico-accessibility.png);
}
.common-right ul li.ico-accessibility.hover > a {
  background-image:url(../img/ico-accessibility-h.png);
}
.common-right ul li.ico-social > a {
  background-image:url(../img/ico-social.png);
}
.common-right ul li.ico-social.hover > a {
  background-image:url(../img/ico-social-h.png);
}
.common-right ul li.ico-login > a {
  background-image:url(../img/ico-login.png);
}
.common-right ul li.ico-login.hover > a {
  background-image:url(../img/ico-login.png);
}
.common-right ul li.ico-site-search > a {
  background-image:url(../img/ico-site-search.png);
}
.common-right ul li.ico-site-search.hover > a {
  background-image:url(../img/ico-site-search-h.png);
}
.common-right ul li.ico-sitemap > a {
  background-image:url(../img/ico-sitemap.png);
}
.common-right ul li.ico-sitemap.hover > a {
  background-image:url(../img/ico-sitemap-h.png);
}





a.sw-logo {
  background:url(../img/swach-bharat.png) no-repeat scroll 0 0;
  font-size: 1px;
  height: 68px;
  overflow: hidden;
  text-indent: -500px;
  width: 156px;
}
.bg-logo{font-size: 1px; overflow: hidden;
  text-indent: -500px;}

.common-right ul li.hindi a {
  font-size:95%;
  font-weight:600;
  background:none;
  line-height:35px;
  padding:0px 7px;
  width:auto;
}

.common-right ul li.hindi a:hover
{
    background-color: #c0ff73!important;
}

.common-right ul li.hindi:hover a{color:#fff; background-color:#434343;}

.search-drop input[type='text'] {
  border:0px solid #eeeeee;
  height:36px;
  padding:0px 40px 0px 8px;
  width:200px;
}
.search-drop {
  position:relative;
}
.search-drop a {
  visibility:hidden;
  position:absolute;
  top:0px;
  left:0px;
}
.skip-main a {
  width:auto !important;
  line-height:normal;
  display:inline-block;
  padding-top:3px;
}
.common-right ul li a {
  opacity:1;
    padding-top: 3px;
    text-align: center;
}
.common-right ul li.hover a {
  opacity:1;
}
.common-right ul li ul {
  position:absolute;
  top:36px;
  right:0px;
  z-index:9999;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  background:#fff;
  padding:0px 0px;
  visibility:hidden;
  background:#333;
}
.common-right ul li ul.search-drop {
  visibility:visible;
  display:none;
}
.common-right ul li ul li {
  float:none;
  position:relative;
  height:auto;
  padding:0px 0px;
  border-left:0px solid #eeeeee;
}
/*.common-right ul li.hover ul{visibility:visible;}*/

.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul, .common-right .hover a:focus {
  visibility:visible;
}
.common-right ul li.ico-accessibility ul {
  height:auto;
}
.common-right ul li.ico-social ul {
  height:auto;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li {
  border-top:1px solid #434343;
}
.common-right ul li.ico-accessibility ul li a {
  background:none;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 22px;
  margin-top: 0px;
  width: 38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-social ul li {
  width:38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-social ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 22px;
  margin-top: 0px;
  width: 22px;
}
.common-right ul li.ico-social ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-site-search input[type="text"] {
  background: #fff url("assets/images/goi-search-bg.png") no-repeat scroll 150px 12px !important;
  /*border: 2px solid #aa2323;*/
  border:2px solid #434343;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  padding: 0 40px 0 8px;
  width: 270px;
}
.common-right ul li.ico-site-search input[type="text"]:focus {
  background:#fff !important;
}
.common-right ul li.ico-site-search ul {
  padding:0px;
  height:36px;
}
.bttn-search {
  width:38px;
  height:36px;
  cursor:pointer;
  border:0px;
  background-color:#AA2323;
  line-height:27px;
  text-align:center;
  overflow:hidden;
  text-indent:-200px;
  font-size:1px;
  background-image:url(../img/ico-search.png);
  background-repeat:no-repeat;
  background-position: center;
  position:absolute;
  top:0px;
  right:0px;
  opacity:1;
}
.bttn-search:hover {
  opacity:0.8;
}
.sw-logo {
  display:inline-block;
}
a:focus {
  outline:1px dotted #333;
}
.common-left ul li.gov-india a:hover {
  color:#686868 !important;
}
.common-left ul li.gov-india a:focus {
  color:#686868 !important;
}
.common-left a, .common-left li {
  color:#000;
}
.common-left a {
  display:inline-block;
}
.common-left a:focus {
  color:#000 !important;
}

    
    .skipto a
    {   
        float: left;
        color: #545454;
        line-height: 35px;
        font-size: 14px!important;
        font-family: verdana;
        margin: 0px 0px 0px 0px;
        padding: 0px 15px 0px 15px;
        text-decoration: none;
    }
    
    
    .skipto a:hover
    {
        background-color: #c0ff73;
        font-size: 14px!important;
        font-family: verdana;
    }

/*Tob Bar*/











.header_mainepanel
{
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        background-color: #fff;
        background-image: url('assets/images/orange_top.png');
        background-size: cover;
}


.textheadingmain
{
        font-size: 40px;
        line-height: 30px;
    padding-left: 10px;
    margin-top: 6px;
    font-weight: bold;
    padding-top: 15px;
    color: #589310;
    font-family: 'arial', sans-serif!important;

}


.textheadingmain span
{
    font-family: arial;
    font-size: 18px;
    color: #262626;
    line-height: 35px;
    margin-top: 16px;
    font-weight: bold;
}


.emblemb
{
   
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    
}



.about__img
{
	margin:0px 0px 10px 0px!important;
}


.about__img img
{
	height:170px;
	margin:10px;
}

.about__img2 img
{
	height:140px;
	margin:10px;
}



.about__img h3
{
	font-size:22px;
	margin:5px;
}


.about__img2 h3
{
	font-size:18px;
	margin:5px;
	
}




.news_panel
{
	
	
}

.news_panel h5
{
	font-size: 15px;
    padding: 8px 10px 8px 10px;
    line-height: 20px;
	min-height:60px;
    font-weight: 500!important;
	    background-color: #fff;
	
}



.news_panel img
{
	height:170px;
	
	
}





.navbar_bg
{
	background-color:#629226!important;
}


.display-5 {
    font-size: 30px!important;
}



.about__img__date p
{
	font-size:14px;
}



.tickerpanle_maine {
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
    background-color: #1f1f1f;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.tickerpanle_maine_heading {
    text-align: center;
    background-color: #7ab730;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.tickerpanle_maine_view {
    text-align: center;
    background-color: #7ab730;
    line-height: 40px;
    color: #fff;
}




.dash-count {
    background: #ff9f43;
    color: #fff;
    min-height: 98px;
    width: 100%;
    border-radius: 6px;
    margin: 0 0 25px;
    padding: 20px 0px 20px 0px;
}

.dash-count h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
	color:#fff;
}

.dash-count h5 {
    font-size: 15px;
	color:#fff;
}

.dash-count.das3 {
    background: #28c76f;
}


.new_bgbg
{
	background-image:url('../img/news.jpg');
	background-attachment:fixed;
}



.owlgovitem
{
	border:0px solid red;
	margin:8px 0px 8px 0px;
	width:80%;
}

.owlgovitem img
{
	height:70px;
	width:120px;
}


.news_panel img
{
	height:150px;
	border:0px solid red;
}


.product-item img
{
	height:250px;
	border:0px solid red;
}

.product-item h6
{
	min-height:70px;
	background-color:#fff;
	border:0px solid red;
}
















/* Inner Pages */

#cmscontent
{
    font-size: 17px!important;
    line-height: 20px!important;
    
}



#cmscontent p
{
    font-size: 17px!important;
    line-height: 25px!important;
    color: #000;
    
}

#cmscontent span
{
    font-size: 17px!important;
    line-height: 25px!important;
    
}

#containtdiv_urlDiv {
    width: 100%;
    background-color: #eef9d8;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Raleway;
}

#containtdiv_urlDiv img
{
    margin: -3px 3px 0px 10px!important;
}


#containtdiv_urlDiv a
{
    line-height: 20px!important;
    font-size: 17px;
    font-family: Raleway;
}



#marqueecontainer
{
    height: 300px;
    border: 0px solid red;
    margin: 27px 0px 0px 0px;
    position: relative;
    overflow: hidden;
    font-family: Raleway;
    
}




.innerheading {
    font-weight: bold!important;
    line-height: 35px!important;
    font-size: 28px;
    font-family: Raleway;
    margin: 25px 0px 0px 0px!important;
	font-family: var(--bs-body-font-family);
}

.inner_maincontainer
{
    width:100%!important;
    border: 0px solid red;
}



#cmscontent ol li
{
    color: #000;
    margin-left: 40px;
    line-height: 25px;
    font-size: 17px;
    font-family: raleway;
    
}


#cmscontent ul li
{
    list-style: normal!important;
    margin-left: 3%;
    color: #000!important;
    font-family: Raleway;
}

#cmscontent ul li a
{
    
    color: #000!important;
    font-family: Raleway;
}


.input-group
{
    /*color: #0d51ab;*/
	color:#87ac3f;
    font-size: 14px;
    font-weight: 600;
	/*display:block!important;*/
	text-align:right;
	font-family: var(--bs-body-font-family);
}





.leftlinks_innerpages_panel
{
    float: left;
    border-bottom: 1px solid #114282;
    width: 96%;
    margin-left: 2%;
}

.leftlinks_innerpages_iconleft
{
    float: left;
    margin-left: 1%;
    margin-top: 2px;
    margin-right: 10px;
    border: 0px solid yellow;
    width: 10px;
    font-family: Raleway;

}

#cmscontent a 
{
	color: #548912!important;
	font-family: var(--bs-body-font-family);
}

#cmscontent a:hover
{
	color: #7ab730;
}

#cmscontent a span
{
	color: #548912!important;
	font-family: var(--bs-body-font-family)!important;
}

#cmscontent a span:hover
{
	color: #7ab730;
}
#bottom_Div_downLink a {
    color: #000;
}

#bottom_Div_downLink a:hover {
    color: #548912;
}

.urlparthlink
{
	font-family:verdana!important; 
	font-size:13px; 
	color: rgb(124 166 32)
}

.urlparthlink:hover
{
	font-family:verdana!important; 
	font-size:13px; 
	color: rgb(98 146 38);
}

#cmscontent ul li a {
    color: #548912!important;
    font-family: var(--bs-body-font-family)!important;
}

.leftmenu_innar {
    margin-top: 2em;
}
.leftmenu_innar a {
    background-color: #ffffff;
    width: 100%;
    float: left;
    margin: 1px 0px;
    padding: 5px 13px;
    /*color: #000!important;*/
    color: #000;
    font-weight: 500;
    padding: 10px 15px 15px 25px;
    border-top: 1px solid #dcdcdc;
    border-left: 3px solid #495531;
}

    .leftmenu_innar a:hover {
        background-color: #629226;
        border-left: 3px solid #fffa00;
        color: #fff !important;
    }

.active1 {
    background-color: #629226 !important;
    border-left: 3px solid #495531 !important;
    color: #fff !important;
}

/* Inner Pages */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

    /*for Page Loader*/
.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 30%;
    left: 0;
    /*background: #2a2a2a55;*/
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    /*transform: translateY(-50%);*/
    z-index: 99999;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 10000;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 30%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }
    /*End Page Loader*/
	
.innarpage_iconlinks 
{
	width: 33%; 
	float: left; 
	height: 250px; 
	text-align: center;
}

.box a {
    padding: 10% 30px 0 30px!important;
}
.box {
    height: 130px!important;
}


.mediacategorybox
{
    margin: 20px 0px;
    border: 1px solid #ddd;
    padding: 12px;

}


.mediacategorybox img
{
    border: 0px solid red;
    width: 100%;
    height: 250px;
    padding: 10px;
    border: 1px solid #ddd;
}



.mediacategorybox span
{
    border: 0px solid red;
    color: #000;
    
}



.fancybox
{
    border: 0px solid red !important;
    float: left;
    width: 100%;
    margin: 0px 0px;
    color: #000;
    
}


.fancybox_panel
{
    border:2px solid #ddd; 
    padding:10px;
    margin-bottom: 20px;
    float: left;

    min-height: 350px!important;

}

.fancybox_panel img
{
    height: 180px;
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

#recentpost .h5
{
    border: 0px solid red!important;
    padding: 5px 2px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 18px!important;
}
#recentpost img
{
    /*min-height: 150px!important;*/
    border-radius: 0px!important;
	
    object-fit: cover;
    width: 170px;
    height: 170px;

}
#popularpost .h5

{
    border: 0px solid red!important;
    padding: 5px 2px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 18px!important;
}

#popularpost img
{
    /*min-height: 150px!important;*/
    border-radius: 0px!important;
	
    object-fit: cover;
    width: 170px;
    height: 170px;
    
}