@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');

/* Header Start*/
/* span,p,h3,ul li,table tbody */
body,
html {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
}

#header {
	position: absolute;
	/*position: fixed;*/
	background-color: #ffffff;
	top: 0;
	width: 100%;
	z-index: 9;
	left: 0;
	display: block;
	transition: top 0.5s;
	box-shadow: 0px 0 5px #e8e8e8;
}

.heading {
	font-size: 34px;
	font-weight: 600;
	margin-top: 20px;
}

.sub-heading {
	font-size: 24px;
	font-weight: 600;
}

.description {
	font-size: 20px !important;
	padding: 15px 0;
}

/* #header.stiky #site-header-inner {
position: fixed;
width: 100%;
z-index: 99;
top: 0;
background-color: #ffffff;
animation-name: stiky_header;
animation-duration: 0.5s;
animation-timing-function: ease-in;
box-shadow: 0px 3px 6px #e5e5e5;
}
@keyframes stiky_header {
from {
top: -150px;
}
to {
top: 0;
}
} */
.site-wrapper {
	padding-top: 106px;
}

#site-header-inner {
	/*position: relative;*/
	/*position: sticky;*/
	width: 100%;
	padding: 0px 0 6px 0;
	height: 111px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
	background: #fff;
	top: 0px;
}

.sticky {
	position: fixed;
	top: 0 !important;
	width: 100%;
}

.sticky+.content {
	padding-top: 102px;
}

.site-header .site-logo {
	float: left;
	text-align: center;
	padding-left: 104px;
}

.site-header .site-logo .tag {
	font-size: 9px;
	margin-top: 5px;
	margin-bottom: 0;
	max-width: 165px;
	color: #f36d26;
	font-weight: 600;
	letter-spacing: 1px;
}

.site-header .site-logo .lets-recycle-logo {
	width: 100px;
	margin-right: 8px;
}

.site-header .site-ogo .nepra-logo {
	width: 94px;
}

.site-header .top-bar {
	width: 100%;
	background: #5a9b50;
	/*padding: 10px 0;*/
}

.site-header .top-bar .top-bar-box {
	display: flex;
	justify-content: end;
	align-items: center;
}

.site-header .top-bar .top-bar-box .left-side ul {
	margin: -5px 0 0px 0;
	padding: 0px 0 0 0px;
	display: flex;
	line-height: 4px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.site-header .top-bar .top-bar-box .left-side ul li:first-child {
	border-right: 1px solid #ffffff;
	padding: 10px 10px;

}

.site-header .top-bar .top-bar-box .left-side ul li i {
	color: #ffffff;
	font-size: 14px;
	margin-right: 10px;
}

.site-header .top-bar .top-bar-box .left-side ul li a {
	color: #ffffff;
	font-size: 15px;
}

.site-header .top-bar .top-bar-box .right-side .link-ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.site-header .top-bar .top-bar-box .right-side .link-ul>li {

	margin-right: 10px;
	padding-right: 10px;
	line-height: 14px;
}

.site-header .top-bar .top-bar-box .right-side .link-ul>li:last-child {
	border-right: none;
}

.site-header .top-bar .top-bar-box .right-side .link-ul>li>a {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}

.site-header .top-bar .top-bar-box .right-side .link-ul .child-link {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	background: #254b64;
	border-radius: 2px;
	top: 15px;
	z-index: 9999;
	padding-top: 20px;
	left: 0;
	width: 100%;
	min-width: 150px;
	padding-left: 10px;
}

.site-header .top-bar .top-bar-box .right-side .link-ul .child-link li {
	margin-bottom: 20px;
}

.site-header .top-bar .top-bar-box .right-side .dropdown {
	color: #ffffff;
	font-size: 13px;
	cursor: pointer;
}

.site-header .top-bar .top-bar-box .right-side .dropdown span {
	text-transform: uppercase;
}

.site-header .top-bar .top-bar-box .right-side .link-ul .child-link li a {
	color: #ffffff;

}

.site-header .top-bar a:hover {
	/* color: #71bf4f !important ;*/

}

.right-side {
	margin: 7px 10px 10px 0px;
}

@media screen and (min-width:767px) {
	.site-header .top-bar .top-bar-box .right-side .dropdown:hover .child-link {
		display: block;
	}
}

.bg-success {
	/*	background: #01c26f;*/
	text-emphasis: black;


}

.navbar li:hover,
li.active {
	background:#5a9b50
	/* background: rgba(0, 0, 0, 1) */
		/*	padding: 0rem 1rem 0rem 1rem;*/
		/*	height: 70px;*/
		/*padding-right: 11px;
padding-left: 11px;*/

}

.navbar a {
	color: #014a2a;
	font-weight: 400;
	font-size: 17px;

}

.navbar li:hover a:not(.dropdown-item) {
	color: white !important;
	font-weight: 500;
}

.navbar li.active a:not(.dropdown-item) {
	color: white !important;
}

.navbar li.active {
	color: #5a9b50 !important;
	font-weight: 500;
}

.remove-nav {
	padding: 1.3rem 1rem;
}

.navbar .dropdown-item.active{
	background-color: #5a9b50;
}
.navbar .dropdown-item:hover{
	color: white !important;
	background-color: #5a9b50;
}
.navbar .dropdown-item{
	padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown-divider {
	margin: 0;
	/* padding: 0rem 1px 0rem 360px; */

}
.navbar .dropdown-menu {
	padding: 0;
}

.sticky-top{
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%);
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 15px;
	padding-left: 15px;
	font-weight: 500;
	color: #838383;
	font-size: 18px;
	text-transform: capitalize;
}

.ltn__main-menu>ul>li {
	padding-right: 10px;
	padding-left: 5px;
	transition: opacity .2s ease .1s, visibility .2s ease .1s, top .2s ease .1s;
	min-width: 230px;
	padding: 15px 0;
	box-shadow: var(--ltn__box-shadow-4);
	background-color: #fff;
	left: inherit;
	right: inherit;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	z-index: 999;
	border-top: 5px solid var(--ltn__secondary-color);
}

.h2-gray {
	color: #696969;
	text-align: center;

}

.h2-green {
	color: #01c26f;
	text-align: center;

}

/* .card{
	border: 1px solid rgb(0 0 0 / 0%);

} */
.h2_underline {
	width: 240px;
	border-top: 2px solid rgb(40 167 69);
}

/* .card-text{
	font-size: 18px;
	font-weight: 200px;
	text-align: center;
	padding-top: 20px;
	color: darkgray;
} */


.photo-card-text {
	font-weight: 600;
	text-align: center;
	padding-top: 30px;
	color: black;
	font-size: 16px;
	line-height: 1.2;
	text-transform: capitalize;
	margin-top: 10px !important;
}


/*.carousel-bg {
background-color: #fff;
position: relative;
padding-top: 30px;
*/
/* .section-white {
	padding: 60px 0px 60px;
} */
.section-grey {
	background: #f7f7f7;
	padding: 0px 0;
	text-align: center;
}


.row {
	/*display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;*/
	/*margin-bottom: 45px;*/
}

.body {
	margin: 2rem 0rem;
}

.h4 {
	margin: 3rem 0rem 2rem;
}

.nav-tabs {
	width: 100%;
	padding-left: 15px;
	padding-left: 15px;
	border: 0px solid;


}

/*.nav-link {
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
color: gray;]*/
.pad_tb_7020 {
	padding-top: 70px;
	padding-bottom: 20px;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


.nav-tabs .nav-item {
	margin-bottom: -1px;
	margin-right: 20px;
	margin-left: 20px;
}

.nav-tabs .nav-item .nav-link {
	font-weight: 400;
	border: 1px solid;
	padding: 10px;
	border-radius: 9px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	/* color: /#01c26f; */
	color: white;
	background-color: #01c26f;
	/* 
padding: 10px 17px 12px 17px; */
	/* border: 0
px
solid; */
	text-decoration: none;
	font-weight: 500;
	border-color: transparent;
	border-bottom: 3px solid #01c26f;
	border-radius: 9px;
}

/*
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: transparent;
border-bottom: 2px solid #01c26f;
color: #01c26f;
text-decoration: none;
font-weight: 700;
}
*/

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #12613f !important;
}

.sticky-top {
	background-color: white;
}


i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;

}

.ltn__list-item-2 li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	max-width: 160px;
	font-size: 14px;
}

.btn-primary {

	background-color: #ffffff;
	border-color: #CBCBCB;
	width: 25px;
	height: 25px;
}
.disable-tab{
	pointer-events: none;
	background-color: #e2e2e2;
	color:#999999;
}
.border-tab{
	border: 1px solid #acacac;
    	border-radius: 0.25rem;
    	margin-left: 5px;
}
/*.btn-primary:hover {

	background-color: #ffffff;
	border-color: #CBCBCB;
	width: 25px;
	height: 25px;
}*/

/*.btn:not(:disabled):not(.disabled) {
cursor: none;


}*/
.btn-member {
	padding: 10px 17px 12px 17px;
	margin: 6px 15px 0px 20px;
	background-color: #306927;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 11px;
}

.br-1 {
	border-right: 1px solid #c4c4c4;
}

.img_20 {
	vertical-align: middle;
	border-style: none;
	width: 20px;
}

.text-bignumber {
	font-size: 136px;
	font-weight: 700;
	opacity: 0.3;
	padding-top: 80px;
	padding-right: 16px;
	color: white;


}

.tb-align {
	float: right;
}

.test {
	font-size: 81px;
	/*	margin: 12px 0px 0px 0px;*/
	margin: 12px 0px 0px 0px;
}

.bg-img1 {
	background-image: url('../images/div_pink.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 840px;
}

.bg-img2 {
	background-image: url('../images/div_blue.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 840px;
}

.bg-img3 {
	background-image: url('../images/div_yellow.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 840px;
}

.bg-img4 {
	background-image: url('../images/div_s_blue.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 840px;
}

.text_p {
	font-size: 24px;
	font-weight: 700;
	color: #ff3653;
}

.text_b {
	font-size: 24px;
	font-weight: 700;
	color: #2c3cca;
}

.text_y {
	font-size: 24px;
	font-weight: 700;
	color: #e89c25;
}

.text_sb {
	font-size: 24px;
	font-weight: 700;
	color: #5690fc;
}


.footer-top-area {
	padding-top: 35px !important;
	padding-bottom: 20px !important;
	background-color: #5a9b50;
}

.footer-widget .footer-title {
	font-size: 22px;
	color: aliceblue;
}

.footer_h4 {
	color: aliceblue;
	font-size: 18px;
}

.ltn__social-media ul li {
	list-style: none;
	display: inline-block;
	margin: 0 15px 0 0;
}

.section-bg-7 {
	background-color: #000000;

}

.pad-5 {
	padding: 5px;
}

.font-17 {
	font-size: 17px;
	color: black;
}

.bb-2 {
	border-bottom: 2px solid black;

}

.bb-2:hover {
	color: black;
	text-decoration: none;
	font-weight: 400;
}

.bg-login {
	background: #1d885a;
}

.bg-login a.nav-link {
	color: rgba(255, 255, 255, .5) !important;
}

.header_contact {
	display: flex;
	font-weight: 500;
}

.header_contact a {
	color: #28a745;
}

.waste-box {
	background: #ffffff;
	text-align: center;
	padding: 30px 0 35px 0;
	height: 100%;
	transition: transform .2s ease;
	border-radius: 10px;
}

.table-text {
	font-size: 12px;
	color: black;
}


.left-side ul li {
	list-style-type: none;
	padding: 10px 10px;
}

/* .carousel-item {

top: 130px;
} */

.navbar-1 {
	padding: 0px 1px 0px 360px;
	float: right;

}


/* .barley-design .atbs-featured-slider .post__text {
text-transform: uppercase;
position: absolute;
top: 10px;
right: 0;
width: 60%;
top: 105px;
z-index: 20;
padding: 30px;
} */

.tt-main-slide-info-4 {
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	bottom: 30%;
	margin-left: 55%;
	width: 27%;
	padding: 29px 30px 30px 25px;
	color: white;
	font-size: 20px;

}

.tt-main-slide-inner-4 {
	position: relative;
	height: 100vh;
	z-index: 1;
}


.main-title {
	font-size: 28px;
	padding-top: 30px;
	padding-bottom: 15px;

}

.p-5 {
	padding: 7rem !important;
}

.service-tbl {
	/*margin: 10px -32px 0 18px;*/
}

.bob-pink {

	border-bottom: solid 4px #ff5555;
}

.bob-green {

	border-bottom: solid 4px #6fe56d;
}

.bob-coffee {

	border-bottom: solid 4px #f8b25f;
}

.bob-blue {

	border-bottom: solid 4px #558dff;
}

/* .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	font-size: 18px;
	line-height: 30px;
} */

.logo-box {
	display: flex;
	justify-content: left;
	margin: 0px 0px 0px 0px;
}

.site-logo-wrap .site-logo {
	display: inline-block;
	text-align: center;
}

#main-nav {
	/*display: inline-block;*/
	/* padding-top: 0 !important; */
	float: right;
}

.site-logo-wrap {
	display: inline-block;
	width: 100%;
	max-width: 190px;
}

.ltn__social-media {
	margin-left: 5px;
	margin-top: 5px;
}
.ltn__social-media .img-fluid{
	width: 45px;
}
.ltn__social-media ul li a img {
	width: 100%;
	max-width: 55px;
	margin-top: 42px;
}

.navbar-toggler-custom {
	margin: 15px 0px;
}

.about-banner {
	background-image: url("../images/banner/about-banner.jpg");
}

.hero-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
	position: relative;
}

.hero-banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(52, 88, 111, 0.7);
}

.hero-banner .banner-header {
	position: relative;
	z-index: 1;
	text-align: center;
}

.hero-banner .banner-header a {
	color: #fff;
}

.hero-banner .banner-header .heading {
	font-size: 45px;
	font-weight: 600;
	color: #ffffff;
}

.hero-banner .banner-header .quates {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	font-weight: 500;
}

.text-white {
	color: #fff;
}

.opacity-25 {
	opacity: 0.5;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.tt-main-slide-info-4 {
		bottom: 17%;
		margin-left: 59%;
		width: 30%;
		padding: 22px 16px 22px 16px;
		font-size: 15px;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.tt-main-slide-info-4 {
		bottom: 12%;
		margin-left: 42%;
		width: 47%;
		padding: 9px 9px 9px 9px;
		font-size: 8px;
	}

	.nav-section-header {
		margin: 77px 0px 0px;
	}

	.main-title {
		font-size: 18px;
		padding-top: 0px;
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 667px) {
	.list-align {
		text-align: center;
	}
}

@media only screen and (min-width: 1224px) {
	.list-align {
		text-align: right;
	}
}

.pb-6,
.py-6 {
	padding-bottom: 1rem !important;
}

.ambassador-content {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
}

.ambassador-sub-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 600;
}

.ambassador-title {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
}

.ambassidor-img img {
	width: 100%;
	max-width: 350px;
}

.naswai-activities {
	line-height: 2;
}

#accordion .panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: -5px;
}

#accordion .panel-heading {
	padding: 0;
	border-radius: 0;
	border: none;
	text-align: center;
}

#accordion .panel-title a {
	display: block;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #62AD83;
	border-bottom: 1px solid #4a4a4a;
	position: relative;
	transition: all 0.5s ease 0s;
}

#accordion .panel-title a:hover {
	background: #4a4a4a;
}


#accordion .panel-body {
	padding: 11px 0 10px 40px;
	border-top: none;
	position: relative;
	border-bottom: 1px solid;
}

#toggle_list .panel-group {
	display: block;
	padding-right: 2%;
	padding-top: 5%;
}

.card-header .title {
	font-size: 17px;
	color: #000;
}

.card-header .accicon {
	float: right;
	font-size: 20px;
	width: 1.2em;
}

.card-header {
	cursor: pointer;
	border-bottom: none;
}

.card.e-library {
	border: 1px solid #ddd;
	margin-top: 12px;
}

/* .card-body{
	border-top: 1px solid #ddd;
} */
.card-header:not(.collapsed) .rotate-icon {
	transform: rotate(180deg);
}

.tab-collapsed {
	border: transparent;
	background: #5a9b50;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.collapse-controle {
	background: #f7f7f7;
}

.tab-collapsed .title {
	color: #fff;
}

.tab-collapsed .accicon {
	color: #fff;
}

.collapse-controle .card-body {
	font-size: 18px;
	/* line-height: 8px; */
}


/* 
AUTHOR 	: KANAIYALAL
DATE 	: 24-12-2021
USE		: colspan number disaplay
*/
.card-header {
	padding: 0.75rem 0rem;
}

.expand-icon-wrap {
	background: #9e9e9e2e;
	color: inherit;
	top: 0;
	width: 3rem;
	text-align: center;
	padding-top: inherit;
	position: absolute;
	height: 65px;
	border-radius: 2px;
}

.tab-collapsed .expand-icon-wrap {
	color: #fff;
}

.card .title {
	padding-left: 4rem;
}

/* .card-body{
	color: #000000;
}
.card-body a:hover  , .table a:hover{
	color: #57964d;
	text-decoration: none;
} */
i~a {
	padding-left: 10px;
}

.table tbody tr td p {
	margin: 0;
	padding: 0;
}


#accordion .panel-title a {
	background: #e7e7e7;
	color: #000000;
	border-bottom: none;
	font-weight: 500;
}

#accordion .panel-title a:hover {
	background-color: #62AD83;
	color: #fafafa !important;
}

/* Panel css */
.panel-heading a:before {
	font-family: 'Titillium Web', sans-serif;
	content: "\02C4";
	float: right;
	transition: all 0.5s;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* Panel css */
/* Gallery css */
.w-70 {
	max-width: 35%;
}

/* Gallery css */

/* Responsive Image*/
.img-responsive {
	width: 100%;
	height: auto;
}

.border-left {
	border-left: 1px solid gray;
}

ul.pdf-style {
	list-style-image: url(../images/icons/pdf.png);
	list-style-position: outside;
	line-height: 2.5rem;
	font-size: small;
	font-weight: 500;
}

ul.pdf-style li {
	padding-left: 1rem;
}

ul.pdf-style li {
	position: relative;
}

ul.pdf-style li a {
	position: absolute;
	top: 0;
	font-size: 15px;
}

.img-style {
	/* list-style-image: attr(url,data-url); */
	font-weight: 500;
	list-style: none;
	line-height: 5.0em;
	font-family: 'Titillium Web', sans-serif;
}

ul.img-style li img {
	width: 4rem;
}

.w-inherit {
	width: inherit;
}

ul.city-list {
	list-style: none !important;
}

ul.city-list li h4 {
	font-size: large;
}

/* .card-body ul.pdf-style li a{
	vertical-align: super;
} */

/* border div membership registartion person div boader  */
.fildset {
	border: 1px solid #fafafa;
	border-radius: 5px;
	padding-top: 0.5rem;
}

.btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.select2-container {
	width: 100% !important;
}

/* what we do page css  */
div.what-we-do .card>.card-body {
	padding: 0.2rem;
}

div.what-we-do div.card .card-body div p {
	/* line-height: 0.5; */
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 12px;
}

div.what-we-do .card .card-body div p strong {
	color: #000;
	width: 100% !important;
	line-height: 1.5;
	margin-left: 8px;
}

.stack-holders img {
	width: 100%;
	max-width: 150px;
	text-align: center;
}

.photo-card-highlight {
	color: #909090;
	font-size: 14px;
}

/* member */

.managing-member img:hover {
	transform: scale(1.1);
	cursor: pointer;
}

/* div.managing-member a{
	position: absolute;
    bottom: 90px;
    right: 50%;
    transform: translateX(50%);
} */
div.managing-member a img {
	width: 1.5rem;
	margin: 0;
	padding: 0;
}

.managing-member img {
	width: 100%;
	padding: 4%;
	transition: transform .5s ease-in-out;
}

.managing-member,
.technical-member {
	border: 1px solid #cdcdcd;
}

.managing-text {
	cursor: pointer;
	font-weight: 900;
	margin: 5px auto !important;
	color: #5a9b50;
	text-align: center;
	cursor: pointer;
}

.text-green {
	color: #5a9b50;
}

.managing-sub-title {
	font-weight: 100;
	line-height: 1.3;
	margin: 5px auto !important;
	font-size: 15px;
}

.technical-member img {
	width: 100%;
	max-width: 350px;
}

/* abmasador */
.ambassidor-text {
	font-size: 18px;
}

/* about page  */
.about-page ul {
	line-height: 1.9rem;
	font-size: 18px;
}


/* e library page css */
div.policy td img,
div.reports img {
	margin-right: 1rem;
	object-fit: contain;
}

div.policy td a,
div.reports a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	line-height: 1.1rem;
	padding-top: 0.5rem;
	word-break: break-all;
}

div.policy td,
div.reports p {
	display: flex;
	border-bottom: 1px solid #9e9e9e52;
	padding: 0.5rem 0rem 0.5rem 0rem;
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
}

div.case-studies div {
	margin: 1.5rem auto;
	padding-bottom: 1rem;
	border-bottom: 1px solid #9e9e9e9e;
	font-family: 'Titillium Web', sans-serif;
}

div.case-studies div a {
	color: #01c26f;
	text-decoration: underline;
	margin: 0.5rem auto;
}

div.case-studies div p {
	text-align: justify;
	margin-bottom: 0px;
	font-family: 'Titillium Web', sans-serif;
}

.text-height-1 {
	line-height: 1.5 !important;
}

.text-height-2 {
	line-height: 2 !important;
}

.text-height-3 {
	line-height: 2.5 !important;
}

.text-height-4 {
	line-height: 3 !important;
}

.text-height-5 {
	line-height: 3.5 !important;
}

.activity-box {
	background: #ffffff;
	text-align: center;
	padding: 30px 20px 35px 20px;
	height: 100%;
	transition: transform .2s ease;
	border-radius: 10px;
	box-shadow: 3px 3px 16px #8888885c;
	
	
}

.act-text{
	font-size: 21px;
    line-height: normal;
    color: #575757;
    padding-top: 1rem;
    font-weight: 600;

}

.gallary-box {
	background: #f7f7f7;
	border: 1px solid #bfbaba;
	height: 100%;
	cursor: pointer;
}

.gallary-box img {
	width: 100%;
	max-width: 340px;
}

.icon-lindin {
	width: 1.5rem;
	margin: 0;
	padding: 0;
}



/* Floating Social Media Bar Style Starts Here */

.fl-fl {
	/* background: #000000; */
	padding: 0 4px 0px 0;
	border-radius: 50px 0 0 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 190px;
	position: fixed;
	right: -128px;
	z-index: 9999999;
	font: normal normal 10px Arial;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.fa {
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	width: 40px;
	margin-left: 8px;
}

.fl-fl:hover {
	right: 0;
}

.fl-fl a {
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px !important;
	vertical-align: top !important;
	padding-left: 63px;
	font-size: 13px;
}

.float-fb {
	top: 320px;
	background-color: #4267B2 !important;
}

/* .float-tw {
	top: 370px;
	background-color: #1DA1F2 !important;
} */

.float-gp {
	top: 370px;
	background-color: #2867B2 !important;
}

.float-rs {
	top: 420px;
	background-color: #ff0000 !important;
}

/* Floating Social Media Bar Style Ends Here */
.float-sm img {
	width: 50px;
	position: absolute;
	top: -2px;
	left: -3px;
}


#footercopyright{
	display: flex;
	justify-content: center;
	color: white;
}
.current-year{
	margin-left: 5px;
	color: white;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.modalclose{
	padding: 1.4rem !important;
	font-size:30px !important;
}

.gallery-modal .carousel-control-prev, .gallery-modal .carousel-control-next {
    height: 44px;
    width: 44px;
    background: none;
    margin: auto 0;
	border: 2px  !important;
    background-color: black !important;
}

.membership-table thead th{
	vertical-align: middle !important;
	background-color: #5a9b50 !important;
	color: #fff !important;
}

.membership-table.table-bordered td, .membership-table.table-bordered th{
	border: 1px solid #5a9b50 !important;
}

.membership-table.corporate{
	vertical-align: middle !important;
}

.membership-table thead p {
	color: white;
	margin-bottom: 0px;
}

.accordion .table td a{
	font-size: 18px;
}

.accordion .title{
	font-size: 22px;
}

.accordion .table{
	border-bottom: 1px solid #dee2ef !important;
}
.linkurl{
	color: #01c26f;
}

.photo-content{
	padding-top: 40px;
}
.glossary_sec .remove-nav {
    padding: 0.5rem 1rem !important;
}

.white-box {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    height: 6rem;
	padding: 0.7rem;
}
****************Footer****************

/*footer*/
/*.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}
.glossary_sec .remove-nav {
    padding: 0.5rem 1rem !important;
}
.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}*/

/* Credit to https://bootsnipp.com/snippets/bxDBA */
