/*******************//*
Default CSS
/******************/
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');

/*font-family: 'Shadows Into Light', cursive;*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
&::first-letter {
  text-transform: capitalize;
}
body {
	position: relative;
	background: #ffffff;
	color: #000;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.6rem;
	direction: ltr;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #323232;
	font-weight: 700;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 1.875rem;
}
h2 {
	font-size: 1.625rem;
}
h3 {
	font-size: 1.375rem;
}
h4 {
	font-size: 1.125rem;
}
h5 {
	font-size: 1rem;
	line-height: 1.375rem;
}
h6 {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
ul {
	font-size: 15px;
	line-height: 1.6rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
}
.img-fluid {
	width: 100%;
}
a, a:hover, button, button:hover, input[type="submit"], input[type="submit"]:hover {
	webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:focus {
	text-decoration: none;
}


p a{
    color: #376fb9;
}
span a{
    color: #376fb9 !important;
}
button, input, select, select option, textarea, input:focus, button:focus, select:focus, textarea:focus {
	outline: none;
	webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.active-text, .active-link, .active-link:focus {
	color: #5fae50;
	font-weight: 400;
	display: inline-block;
}
.active-link:hover {
	text-decoration: none;
	color: #3767b3;
}
a, dt {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:focus, a:hover, dt:hover, dt:focus {
	color: #5fae50;
	text-decoration: none;
}
.btn {
	border: none;
	font-size: 0.875rem;
	outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: none;
}
.btn:active, .btn.active {
	outline: none;
	box-shadow: none;
}
.btn-site {
	position: relative;
	background: #5ead50;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 25px;
	text-align: center;
	text-transform: capitalize;
	transition: 0.3s;
}
.btn-site:hover, .btn-site:focus {
	background: #6cca5a;
	color: #ffffff;
}
.form-control, .custom-select {
	font-size: 0.875rem;
	height: 45px;
	background: none;
	border-radius: 0;
	border: none;
	outline: none;
}
.form-control:focus, .custom-select:focus {
	background-color: none;
	border-color: none;
	box-shadow: none;
	color: #888888;
	outline: 0;
}
/********header**********/
header {
	position: relative;
	background: #ffffff;
}
.logo {
	padding: 10px 0 10px 0;
}
.slogan {
	color: #2b771e;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 30px 0 0 10px;
}
.header-top {
	position: relative;
	background: #ededed;
	padding: 5px 0 5px 30px;
	width: 100%;
}
.header-top::before {
	background: #ededed none repeat scroll 0 0;
	content: " ";
	height: 100%;
	position: absolute;
	left: -6px;
	top: 0;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	width: 16px;
}
.header-top::after {
	position: absolute;
	content: "";
	right: -405px;
	top: 0;
	width: 405px;
	height: 100%;
	background: #ededed;
	z-index: 1;
}
.top-info {
	float: right;
}
.social-widget {
	display: inline-block;
}
.social-widget ul li {
	color: #484848;
	border-right: 1px solid #e1e1e1;
	line-height: 14px;
	display: inline-block !important;
	font-size: 13px;
	vertical-align: middle;
	padding: 0 10px;
}
.social-widget ul li a {
	display: inline-block;
	text-align: center;
}
.social-widget ul li:nth-child(1) a {
	color: #346da6 !important;
}
.social-widget ul li:nth-child(2) a {
	color: #1DA1F2 !important;
}
.social-widget ul li:nth-child(4) a {
	color: #0077b5 !important;
}
.social-widget ul li:nth-child(5) a {
	color: #FF0000 !important;
}
.search-area {
	display: inline-block;
	width: 200px;
	margin-left: 30px;
}
.search-area input[type="text"], .search-area form input[type="search"] {
	border: none;
	border-radius: 0;
	background: none;
	color: #454545;
	float: left;
	font-size: 13px;
	height: 28px;
	width: 170px;
	padding: 0 16px;
}
.search-area button {
	background: #1e5799; 
	background: -moz-linear-gradient(-45deg, #1e5799 0%, #0a852f 0%, #18b146 50%, #12a73f 100%); 
	background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0a852f 0%, #18b146 50%, #12a73f 100%); 
	background: linear-gradient(135deg, #1e5799 0%, #0a852f 0%, #18b146 50%, #12a73f 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#12a73f', GradientType=1 ); 
	border-radius: 4px;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	float: right;
	height: 28px;
	line-height: 28px;
	width: 30px;
}
/*********nav********/
.bg-white {
	background-color: #ffffff !important;
}
.navbar {
	position: relative;
}
.navbar-light .navbar-nav .nav-link {
	color: #333333;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
    padding-right: .8rem !important;
    padding-left: .8rem !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #376fb9;
}
.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-menu {
	border: inherit;
	background: #069b4f;
	border-radius: 0;
}
.dropdown-submenu {
	position: relative;
	z-index: 9;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
}
.dropdown-item {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	/*text-transform: capitalize;*/
}
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0fa93d;
}
/***********slider**********/
.slider-wrapper {
	position:relative;
	top: 0;
	left: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.slider-wrapper::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 18px;
	background: url(../images/images/header-bottom.png);
	z-index: 2;
}
.slider-section {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}
.carousel-item {
	min-height:420px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background: no-repeat center center scroll;
	transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #151515;
	border-radius:100%;
	color: #fff;
	opacity: 0.75;
	text-align: center;
	transition: opacity .15s ease;
	z-index: 9;
}
.carousel-control-next {
    right: 20px;
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 13px;
	height: 13px;
}
.carousel-item img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	width: auto;
}
.carousel-caption {
	position: absolute;
	content: "";
	display: inline-block;
	padding:20px 10px;
	bottom: 14%;
	left: 10%;
	width: 100%;
	text-align: left;
	z-index: 9;
}
.carousel-caption h3 {
	position: relative;
	color: #ffffff;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
}
.caption-title {
	position: relative;
	background: rgba(0,0,0,0.45);
	color: #ffffff;
	display:inline-block;
	padding:6px 15px 10px 10px;
	text-transform: capitalize;
	padding-left:10px;
	margin-bottom: 0;
}
.caption-title::after {
	/*position:absolute;*/
	/*content:"";*/
	/*background:#ffff00;*/
	/*width:4px;*/
	/*height:30px;*/
	/*left:0;*/
	/*top:0;*/
}
.caption-title1 {
	position: relative;
	background: rgba(0,0,0,0.30);
	color: #ffffff;
	display:inline-block;
	padding:6px 15px 10px 10px;
	font-size: 18px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	padding-left:10px;
	margin-bottom: 0;
}
.blog-widget {
	position:relative;
	font-size:20px;
	font-weight:600;
	text-transform: capitalize;
    margin-bottom: 20px;
}
.blog-widget h4:after {
    content: "";
    position: absolute;
    background: #0fc568;
    width: 30px;
    height: 4px;
    left: 0;
    bottom: -10px;
    border-radius: 10px;
}
.event-slider {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.content-img {
    position: relative;
    overflow: hidden;
}
.content-img img {
    /* -webkit-transform: scale(1.5);
    transform: scale(1.5); */
    transition: all .5s ease-in-out;
}
.event-slider:hover img {
    transform: scale(1.1);
}
.overlay-title {
	position: absolute;
	bottom: 0;
	width: 100%;
    color: #fff;
	font-size:17px;
	font-weight:505;
	line-height:20px;
    padding: 15px 20px;
	background: -moz-linear-gradient(top, rgba(2,0,0,0) 0%, rgba(2,0,0,0) 2%, rgba(3,3,3,1) 100%);
    background: -webkit-linear-gradient(top, rgba(2,0,0,0) 0%, rgba(2,0,0,0) 2%, rgba(3,3,3,1) 100%);
    background: linear-gradient(to bottom, rgba(2,0,0,0) 0%, rgba(2,0,0,0) 2%, rgba(3,3,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00020000', endColorstr='#030303', GradientType=0 );
	z-index:999;
}
.blog-events {
	position: absolute;
	content: "";
	top:5%;
	left: 0;
}
.vertical-text {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    background: #57b645;
    color: #fff;
    font-size: 12px;
    margin-left: 30px;
    padding: 0px 10px;
    border: 1px solid #57b645;
    text-transform: uppercase;
    border: 1px solid #57b645;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px -2px 0px rgb(0 0 0 / 10%);
    float: left;
}
.overlay-title h5 {
	position:relative;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
}
/*****publication******/
.recent-top {
    position: relative;
    background: url(../images/images/recent-top.png) top;     
    background-position: left;       
    height: 143px;
    width: 100%;
    background-position-x: right;
}
.publication-wrapper {
	background-color:#eeeeee;
}
.event-box {
	position: relative;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(216, 216, 216, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(216, 216, 216, 0.75);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.event-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.event-box p {
	font-size:13px;
	font-style:italic;
	font-weight:600;
}
.event-box h5 {
	font-style:italic;
}
.recent-box {
    position: relative;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, 0.75);
    }

.recent-box:hover img {
     transform: scale(1.1);
}
.title-1 {
	padding:10px;
}
.date-time {
	color:#4f9842;
	font-size:14px;
	font-weight:300;
	vertical-align:top;
}
.date-time i {
	font-size:26px;
	margin-right:8px;
}
/********news********/
.news-events {
	position: relative;
	background:#e9e9e9;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	isolation: isolate;
}
.news-events::before {
    position: absolute;
    content: '';
    background: #e9e9e9 url(../images/images/news-events_new.png) bottom;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: 0;
    background-size: contain;
}
.news-title {
	position: relative;
}
.news-title h1 {
	position: relative;
	text-align:center;
	padding-bottom:30px;
	margin:0 auto;
}
.news-title h1 span {
	color:#137c2e;
	font-weight:300;
}
/*.news-title h1:after {
	position: absolute;
	content: "";
	background:url(../images/images/forest-icon.png);
	width: 24px;
	height: 24px;
	left: 48%;
	bottom: 0;
}*/
.news-inner {
	position:relative;
	z-index:999;
}
/*.event-box {
	position: relative;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(216, 216, 216, 0.75);
	-moz-box-shadow:    0px 5px 5px 0px rgba(216, 216, 216, 0.75);
	box-shadow:         0px 5px 5px 0px rgba(216, 216, 216, 0.75);
}
.event-box:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}*/
.event-box p {
	font-size:13px;
	font-style:italic;
	font-weight:600;
}
.event-box h5 {
	font-style:normal;
}
.read-more {
	color:#4f9842;
	font-size:13px;
	font-weight:600;
	font-style:normal;
}
.read-more i {
	font-size:10px;
	margin-right:8px;
}
.date-box {
	position: absolute;
	content: "";
	background-color: #57b645;
	left:10px;
	top: 20px;
	z-index: 9;
}
.date {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	padding: 5px 12px;
}
.date span {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.pading-top {
	padding-top:60px;
}
.gallery-wrapper {
	background-color:#ffffff;
}
.gallery-box {
	float:left;
	width:35%;
}
.gallery-box-1 {
	float:left;
	width:28%;
}
.explore {
	background:none;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	padding:5px 20px;
}
/********network********/
.network-wrap {
	position:relative;
    /*background: #0ba254;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,f3f3f3+35,ededed+100 */
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(254,255,255,1) 0%, rgba(243,243,243,1) 35%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(254,255,255,1) 0%,rgba(243,243,243,1) 35%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(254,255,255,1) 0%,rgba(243,243,243,1) 35%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 40px 20px;
}
.network-img {
	background-color:#fff;
	width:120px;
	height:120px;
	border-radius:100%;
	text-align:center;
	margin:0 auto;
	line-height:120px;
	overflow:hidden;
	padding:0 10px;
}
.video-section {
	display:block;
}
/********footer********/
.footer {
   background: #00a651; 
   padding: 30px 0 20px 0;
   position: relative;
   z-index: 9;
}
.footer-links h4 {
	position:relative;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	/*text-transform: capitalize;*/
	margin-bottom:20px;
}
.footer-links h4:after {
	content:"";
	position:absolute;
	background:#0fc568;
	width:30px;
	height:4px;
	left:0;
	bottom:-10px;
	border-radius:10px;
}
.footer-links ul li {
	color: #ffffff;
	display: block;
	font-size: 14px;
	margin: 6px 0;
}
.footer-links ul li a {
	color: #ffffff;
}
.subscribe-from {
	width: 100%;
}
.subscribe-from input {
	position: relative;
	background: #ffffff;
	border-radius: 0;
	border: none;
	color: #575757;
	font-size: 13px;
	outline: none;
	line-height: 45px;
	height: 45px;
	padding: 20px 10px;
	width: 85%;
	float: left;
}
.subscribe-from .subscribe-button {
	background: #05b159;
	border: none;
	border-radius: 0;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	float: left;
	width: 15%;
}
.footer-bottom {
	background: #05b159;
	padding:15px 0;
}
.copy-right p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 0;
}
.copy-right p a {
	color: #fff;
}
.copy-right p a:hover {
	color: #fff;
	text-decoration: underline;
}
/*********breadcrumb*******/
.parallax {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center 80%;
	background-repeat: repeat-y;
}
.divider, .parallax {
	background-repeat: repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.layer-overlay {
	position: relative;
}
.layer-overlay::before {
	position: absolute;
	background-color: rgba(0,0,0,.6);
	content: "";
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.p-80 {
	padding: 80px 0 80px 0 !important;
}
.title {
	position: relative;
	color: #fff !important;
	font-size: 2rem;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	z-index: 9;
}
.title span {
	color: #fff !important;
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
}
.breadcrumb {
	position: relative;
	margin: 10px 0;
	padding: 0;
	background-color: transparent;
	border-bottom: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 20px;
	text-transform: capitalize;
	display: block !important;
	z-index: 999;
}
.breadcrumb li {
	display: inline-block !important;
	font-weight: 400;
	text-align: center;
}
.breadcrumb li a {
	color: #ffffff;
}
.breadcrumb li:active {
	color: #ffffff;
}
.breadcrumb > li+li:before {
	position: relative;
	color: #ffffff;
	content: "/\00a0";
	font-size: 12px;
	font-family: Font Awesome 5 Free;
	font-weight: 900;
	padding: 0 12px 0 12px;
	top: 0px;
}
.event-list li {
	color:#6e6e6e;
	display:inline-block;
	font-size:13px;
	padding-right:10px;
}
.event-list li i {
	color:#00a651;
	margin-right:10px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
}
.btn-button {
	background-color:#5cbe4a;
	color: #ffffff;
}
.img-evnets {
	width:60px;
	height:60px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.news-info {
	margin-left:70px;
}
.news-info h6 {
	color: #686868;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6rem;
}
.category li {
	border-bottom: 1px dashed #d4d4d4;
	color:#767676;
	font-size:13px;
	font-weight:600;
	padding:8px 0;
}
.category li:last-child {
	border-bottom:none;
}
/****pagination*****/
.page-link {
    color: #555;
    background-color: #eeeeee;
    border: none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #05b159;
    border-color: none !important;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #05b159;
    border-color: none;
}
.icon-contact {
	background-color:#0C6;
	border-radius:100%;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	margin-bottom:10px;
	float:left;
	margin-right:20px;
}
.icon-contact i { 
    color:#fff;
}
.cont-info {
	margin-left:70px;
}
.list-link {
    display: block;
    font-size: 14px;
    list-style-type: disc !important;
    list-style-position: inside;
}
.list-link li {
	list-style-type: disc !important;
    margin: 10px 0;
}
/**** publication-wrap *****/

.button {
  background-color: #5ead50;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 25px;
	
	text-transform: capitalize;
	transition: 0.3s;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #419832; -webkit-box-shadow: 0 0 3px #419832; }
  50% { background-color: #47a736; -webkit-box-shadow: 0 0 25px #47a736; }
  100% { background-color: #3f9d2f; -webkit-box-shadow: 0 0 3px #3f9d2f; }
}

@-moz-keyframes glowing {
  0% { background-color: #419832; -webkit-box-shadow: 0 0 3px #419832; }
  50% { background-color: #47a736; -webkit-box-shadow: 0 0 25px #47a736; }
  100% { background-color: #3f9d2f; -webkit-box-shadow: 0 0 3px #3f9d2f; }
}

@-o-keyframes glowing {
  0% { background-color: #419832; -webkit-box-shadow: 0 0 3px #419832; }
  50% { background-color: #47a736; -webkit-box-shadow: 0 0 25px #47a736; }
  100% { background-color: #3f9d2f; -webkit-box-shadow: 0 0 3px #3f9d2f; }
}

@keyframes glowing {
  0% { background-color: #419832; -webkit-box-shadow: 0 0 3px #419832; }
  50% { background-color: #47a736; -webkit-box-shadow: 0 0 25px #47a736; }
  100% { background-color: #3f9d2f; -webkit-box-shadow: 0 0 3px #3f9d2f; }
}
.p-icon {
	float:left;
	width:50px;
	height:50px;
	line-height:50px;
	background:#00a651;
	border-radius:100%;
	color:#fff;
	font-size:20px;
	text-align:center;
	vertical-align:middle;
	padding:0 5px;
	margin-right:20px;
}
.struture-title {
	color:#121212;
	font-size:38px;
	font-weight:700;
	line-height:45px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.struture-title span {
	color:#00a651;
	font-weight:300;
}
.m-wrap {
	border-bottom:2px solid #e6e6e6;
	border-radius:6px;
	margin-left:70px;
	min-height:250px;
}

.publication-content {
	position: relative;
    box-shadow: 0px 0px 53px -25px rgb(0 0 0 / 75%);
    padding: 20px;
   
    border-radius: 4px;
}
.content-list ul {
    list-style:disc;
	list-style-position:inside;
}
.content-list ul li {
	position:relative;
	border-bottom: 1px dashed #dddddd;
	list-style:disc;
	list-style-position:inside;
	font-size:13px;
	color:#565656;
	padding:8px 0;
}
.content-list ul li span {
	font-size:13px;
	font-weight:500;
	color:#454545;
}
.publication-content_2 {
	ackground: rgb(14,175,197);
    background: -moz-linear-gradient(-45deg, rgba(14,175,197,1) 0%, rgba(11,163,184,1) 0%, rgba(11,163,184,1) 0%, rgba(84,163,238,1) 0%, rgba(20,184,206,1) 0%, rgba(14,172,193,1) 49%, rgba(14,172,193,1) 49%, rgba(11,163,184,1) 49%, rgba(11,163,184,1) 49%, rgba(16,171,192,1) 100%);
    background: -webkit-linear-gradient(
-45deg
, rgba(14,175,197,1) 0%, rgba(11,163,184,1) 0%, rgba(11,163,184,1) 0%, rgba(84,163,238,1) 0%, rgba(20,184,206,1) 0%, rgba(14,172,193,1) 49%, rgba(14,172,193,1) 49%, rgba(11,163,184,1) 49%, rgba(11,163,184,1) 49%, rgba(16,171,192,1) 100%);
    background: linear-gradient(
135deg
, rgba(14,175,197,1) 0%, rgba(11,163,184,1) 0%, rgba(11,163,184,1) 0%, rgba(84,163,238,1) 0%, rgba(20,184,206,1) 0%, rgba(14,172,193,1) 49%, rgba(14,172,193,1) 49%, rgba(11,163,184,1) 49%, rgba(11,163,184,1) 49%, rgba(16,171,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0eafc5', endColorstr='#10abc0', GradientType=1 );
	color:#fff;
	padding:20px;
}

.content-list_1 ul {
    list-style:disc;
	list-style-position:inside;
}
.content-list_1 ul li {
	position:relative;
	border-bottom: 1px dashed #fff;
	list-style:disc;
	list-style-position:inside;
	font-size:15px;
	color:#fff;
	padding:8px 0;
}
.content-list_1 ul li span {
	font-size:14px;
	font-weight:500;
	color:#fff;
}
.publication-content_3  {
	background: -moz-linear-gradient(-45deg, rgba(241,155,63,1) 0%, rgba(240,138,44,1) 50%, rgba(84,163,238,1) 50%, rgba(240,138,44,1) 50%, rgba(227,121,28,1) 50%, rgba(237,156,26,1) 100%);
    background: -webkit-linear-gradient(
-45deg
, rgba(241,155,63,1) 0%, rgba(240,138,44,1) 50%, rgba(84,163,238,1) 50%, rgba(240,138,44,1) 50%, rgba(227,121,28,1) 50%, rgba(237,156,26,1) 100%);
    background: linear-gradient(
135deg
, rgba(241,155,63,1) 0%, rgba(240,138,44,1) 50%, rgba(84,163,238,1) 50%, rgba(240,138,44,1) 50%, rgba(227,121,28,1) 50%, rgba(237,156,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19b3f', endColorstr='#ed9c1a', GradientType=1 );
}
.pubi-img {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
	height:auto;
}
.public-content  {
	 border-left:1px dotted #d4d4d4;
	 padding-left:10px;
}  
.editor {
	background:#099;
	color:#fff;
	font-size:13px;
	display:inline-block;
	padding:4px 8px;
}
.editor-name h6 {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
}
.editor-name h6 span {
	color:#666;
	display:block;
	font-size:13px;
	font-weight:400;
}
.listing li {
	position:relative;
	/*border-bottom: 1px dashed #d4d4d4;*/
	list-style:disc;
	list-style-position:inside;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 2px 0;
}
.right-bar {
	border-left: 1px dashed #ddd;
	padding-left:10px;
}
.nav-pills-custom .nav-link {
    color: #555;
    background: #fff;
    line-height: 24px;
    position: relative;
}
.nav-pills-custom .nav-link.active {
    color: #00a651;
    background: #fff;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.j-des ul
{
    margin-left:10px;
}
.listss ul
{
    margin-left:10px;
}
.journal-title {
	background: #1e5799;
	background: -moz-linear-gradient(-45deg, #1e5799 0%, #0a852f 0%, #18b146 50%, #12a73f 100%);
	background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0a852f 0%, #18b146 50%, #12a73f 100%);
	background: linear-gradient(135deg, #1e5799 0%, #0a852f 0%, #18b146 50%, #12a73f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#12a73f', GradientType=1 );
	border-radius: 4px;
	color: #ffffff;
	padding: 15px 20px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: none !important;
}
.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input.purple-border {
    border: 1px solid #9e9e9e;
}
.input-group.md-form.form-sm.form-2 input[type=text]:focus:not([readonly]).purple-border {
    border: 1px solid #ba68c8;
    box-shadow: none;
}
.form-2 .input-group-addon {
    border: 1px solid #ba68c8;
}
.danger-text {
    color: #ff3547; 
}  
.success-text {
    color: #00C851; 
}
.table-bordered.red-border, .table-bordered.red-border th, .table-bordered.red-border td {
    border: 1px solid #ff3547!important;
}        
.table.table-bordered th {
    text-align: center;
}
/**** network-left *****/
.network-left {
	position:relative;
	border-right:4px solid #e8eae9;
	padding-left:20px;
}
.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.input-group.md-form.form-sm.form-2 input {
    border: 1px solid #bdbdbd;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.input-group.md-form.form-sm.form-2 input.purple-border {
    border: 1px solid #9e9e9e;
}
.input-group.md-form.form-sm.form-2 input[type=text]:focus:not([readonly]).purple-border {
    border: 1px solid #ba68c8;
    box-shadow: none;
}
.form-2 .input-group-addon {
    border: 1px solid #ba68c8;
}
.danger-text {
    color: #ff3547; 
}  
.success-text {
    color: #00C851; 
}
.table-bordered.red-border, .table-bordered.red-border th, .table-bordered.red-border td {
    border: 1px solid #ff3547!important;
}        
.table.table-bordered th {
    text-align: center;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none !important;
    text-align: left !important;
}
.right-side_fix  {
}
.sidenav {
  /*width: 285px;*/
  /*position: fixed;*/
  z-index: 1;
  bottom: 200px;
  /*right: 0;*/
  background: #f3f3f3;
  overflow-x: hidden;
  padding: 8px 0;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #5b5b5b;
  display: block;
}
.sidenav a:hover {
  color: #064579;
}
.main {
 /* margin-left: 140px; */
 /* padding: 0px 10px;*/
}
.side-nav {
	border-bottom:1px solid #dfdfdf;
	border-radius:0 0 6px 6px;
	color:#434343 !important;
	display:inline-block;
	font-size:15px !important;
	font-weight:400;
	padding:10px 0 !important;
	
}
.side-nav i { 
   margin-right:10px;
}
.side-nav a  {
	color:#434343;
}
.side-nav:hover {
	border-bottom:1px solid #34bcd0;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.enlift-nepal {
   background-color: #00a651;
   padding: 25px 25px;
   margin-top: 30px;
       margin-left: 40px;
}
.video-title {
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 0 0 3px 3px;
  color: #2b2929;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 10px 15px;
  min-height: 100px;
}


.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index:9;
}

.publi-btn {
  float: right;
}
.partner-wrap {
   position: relative;
   background-color: #eeeeee;
   /*background: #059d4f;*/  
}
.view-btn {
	background-color: none;
	border-radius: 3px;
	border: 1px solid #099;
    color:#099;
    display: inline-block;
    padding: 10px 20px;
}
.view-btn:hover {
	background-color: #099;
	border: 1px solid #099;
    color:#ffffff; 
}
/****responsive*****/
@media (max-width: 1199px) {
.container {
	max-width: inherit;
	width: 100%;
}
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
.header-top {
    background: none;
}
.header-top::before {
    background:  none repeat scroll 0 0;
}
.header-top::after {
    background: none;
}
.slogan {
	display:none !important;
}
.top-info {
    float: right;
    margin-top: -75px;
}
.navbar-light .navbar-toggler {
    position: absolute;
    border-color: transparent;
    right: -16px;
    top: -42px;
    z-index: 9;
}
.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: .8rem !important;
    padding-left: 0 !important;
}
.search-area {
    width: 180px;
    margin-left: 20px;
}
.search-area input[type="text"], .search-area form input[type="search"] {
    width: 150px;
}
.carousel-item {
	width: 100%;
	min-height: 320px;
	object-fit: cover;
}
.carousel-caption h3 {
    font-size: 20px;
}
.caption-title::after {
    /*position: absolute;*/
    /*content: "";*/
    /*background: #ffff00;*/
    /*width: 4px;*/
    /*height: 30px;*/
    /*left: 0;*/
    /*top: 0;*/
}
.caption-title {
    font-size: 14px;
}
.event-slider {
	float:left;
	/*width:48%;*/
	margin-top:20px;
	margin-left:1%;
	margin-right:1%;
}
.recent-box-2 {
	float:left;
	width:49%;
	margin:0 3px;
}
.gallery-box {
	float:left;
	width:34%;
}
.overlay-title h5 {
    font-size: 14px;
}
.sidenav {
  width: auto;
  position: static;
  z-index: 1;
  bottom: 0;
  /*right: 0;*/
  background: #f3f3f3;
  overflow-x: hidden;
  padding: 8px 0;
}
}
@media (max-width: 575px) {
.logo {
	height: auto;
}
.social-widget {
	display:none !important;
}
.carousel-caption {
	left: 5%;
	padding: 10px 20px 0 0;
}
.carousel-control-prev, .carousel-control-next {
	display:none;
}
.title-widget h1 {
	position: relative;
	font-size: 20px;
}
.recent-box-2 {
	float:inherit;
	width:100%;
}
.gallery-box {
	float:inherit;
	width:100%;
}
.gallery-box-1 {
	float:inherit;
	width:100%;
	margin:10px 0;
}
}
@media (max-width: 380px) {
.event-slider {
	float:inherit;
	width:100%;
	
}
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.btn-button {
    position: relative;
    background-color: rgb(0, 166, 81);
    border: none;
    border-radius: 0.25em;
    box-shadow: none;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 6px 6px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}