 
html {
  box-sizing: border-box;
  position: relative;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
	padding: 0px;
	margin: 0 auto;
	font-family: arial;
	background: #f1f1f1;
	position: relative; 
}
 .modal-open {
    overflow: hidden;
}
.container {
	width: 1300px;
	max-width: 100%;
	position: relative;
}
 a {
 	
	color: #333 !important;
 }
a:hover,
a:focus {
	text-decoration: underline !important;
}

.form-control:focus {
	-webkit-box-shadow: none !important;
	border-color: inherit;
}

.menu-top {
	position: relative;
	width: 100%;
	min-height: 50px;
}
.menu-top .navbar { 
	background: #0d8a58;
}
.navbar {transition: top 0.3s;}
.navbar .navbar-brand {
	text-decoration: none !important;
}
.navbar-brand {
	font-weight: bolder;
	position: relative;
	color: #fff !important;
}
.navbar-nav .nav-item > a {
	color: #fff !important;
	line-height: 35px;
	padding: 0px;
	margin-bottom: -10px; 
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	text-decoration: none !important;
}
.navbar-nav .nav-item > a:hover,
.navbar-nav .nav-item > a:active,
.navbar-nav .nav-item > a:focus {
	color:  gold !important;
}
.navbar-nav a.active2  { 
	color:  gold !important;
	line-height: 35px;
	background: rgba(23, 105, 72,0.5);
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.navbar .wrapp_mini_name {
	margin-top: -5px;
}

.navbar-fixed {
	top: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
}
.wrapp_mini_name i {
	display: inline-block;
	position: absolute;
	z-index: 4;
	right: 6px;
	bottom: -0px;
	font-size: 8px;
	background: #f3f3f3;
	color: #333;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border: thin solid #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

@media(max-width: 768px ){
	.navbar-nav .nav-item > a {
		margin-top: 5px;
	}
	.d-md-none {
		display: none;
	}
}

.navbar-brand strong {
	margin-left: 30px;
}
.navbar-brand span {
	font-size: 32px;
	position: absolute;
	margin-bottom: -23px; 
}

.dropdown {
	margin-top: 10%;
	transform-style: preserve-3d;
	transform: translate3d(0,0,10px) !important;
}

 

.logo-icon img {
	display: inline-block;
	margin-top: -25px;
	pointer-events: none; 
}
.midlle-home-search {
	position: relative;
	width: 100%;
	min-height: 22vh; 
	background-color: #e3a234;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 30%;
	padding: 50px 20px;
	padding-top: 20px; 
}

.search_block_main {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 50px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 20px;
	margin-top: -180px;
	z-index: 5;
	/*-webkit-box-shadow: 1px 26px 16px 1px #d8d8d8;*/
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.admin__log_maing {
	position: relative;
	width: 100%;
	min-height: 83vh;
}
 
.login_admin {
	position: relative;
	background: #fff;
	margin-top: 45%;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 1px 16px 16px 1px #d8d8d8;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.login_admin button {
	width: 80%;
	background: #156433 !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
}
.login_admin .input-group-addon span,
.login_admin .input-group-addon i {
	display: inline-block;
	width: 35px;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

.logo-search {
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 100px;
	background: url('../img/logo-search.png')no-repeat center 100%;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 21px;
	pointer-events: none !important;
}
.search_block_main label {
	display: inline-block;
	margin-left: 25px;
}
 
.search_block_main p {
	text-align: right;
	display: block;
	margin-right: 25px;
}
.search_block_main p a {
	display: inline-block;
	line-height: 35px;
	color: #444444 !important;
	text-decoration: none; 
	padding: 0px 6px;
}
.search_block_main p i {
	display: inline-block;
	line-height: 35px;
	color: #e2a743 !important; 
	padding: 0px 6px;
}
.search___home {
position: relative;
	width: 600px;
	margin: 0 auto;
	color: #fff;
	max-width: 100%;
}
.search___home .input-group {
	position: relative;
	/*border: 2px solid #00a651;*/
	margin-top: 8px;
	padding: 6px;
	background: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius:  5em;
	-ms-border-radius:  5em;
	-o-border-radius:  5em;
}

.search___home #show-list {
	position: absolute;
	width: 100%;
}
.modal-md {
	width: 600px;
	max-width: 100% !important;
}
.forget_pp fieldset .input-group-addon {
	display: inline-block;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #f3f3f3;
}
.search___home .input-group .form-control { 
	border: 0px;
	-webkit-border-radius: 5em;
	-moz-border-radius:  5em;
	-ms-border-radius:  5em;
	-o-border-radius:  5em;
}
.search___home .input-group button {
	display: inline-block;
	line-height: 45px;
	padding: 0px 14px;
	border: 0px;
	background: #0e794f;
	color: #fff;
	font-size: 20px;
	position: relative;
	z-index: 4;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius:  5em;
	-ms-border-radius:  5em;
	-o-border-radius:  5em;
}
.search___home .input-group button:hover,
.search___home .input-group button:focus,
.search___home .input-group button:active {
	background: gold;
	color: #000; 
}
.search___home p a {
	color: #fff !important;
}
.search___home p {
	margin-bottom: 23px;
}
.category___homeDisplay {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.category___homeDisplay a {
	position: relative;
	display: inline-block !important;
	line-height: 35px;
	padding: 6px;
	padding-right: 12px;
	margin: 0px 2px;
	overflow: hidden;
	text-decoration: none !important;
	border: 1px solid #8e8e8e;
	color: #333 !important;
	background: #fff;
	margin-bottom: 8px;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius:  5em;
	-ms-border-radius:  5em;
	-o-border-radius:  5em;
} 
.category___homeDisplay a:focus span,
.category___homeDisplay a:active span,
.category___homeDisplay a:hover span {
	color: #fff !important;
}
.category___homeDisplay a:hover,
.category___homeDisplay a:active,
.category___homeDisplay a:focus { 
	background: #0e7a4f;
	border-color: #0e7a4f;
}
.category___homeDisplay a i {
	display: block !important; 
	position: relative;
	background: #cfffec;
	line-height: 35px; 
	padding: 0px;
	float: left;
	clear: both;
	width: 35px;
	height: 35px;
	margin-right: 6px; 
	text-align: center;
	font-size: 28px;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius:  5em;
	-ms-border-radius:  5em;
	-o-border-radius:  5em;
}
.category___homeDisplay a i img {
	display: inline-block;
	width: 80%;
}
.category___homeDisplay a:focus i,
.category___homeDisplay a:active i,
.category___homeDisplay a:hover i {
	color: #0E7A4F !important;
	background: gold !important; 
}
.category___homeDisplay a:focus i img,
.category___homeDisplay a:active i img,
.category___homeDisplay a:hover i img{
	filter: invert(43%) sepia(96%) saturate(1237%) hue-rotate(88deg) brightness(54%) contrast(119%);
}
.category___homeDisplay a span {
	position: relative;  
	display: inline-block !important;
	margin-top: -10px;
}
.explore_more {
	display: block;
	text-align: center;
	min-width: 50px;
	max-width: 200px;
	margin: 0 auto;
	line-height: 45px;
	color: #000;
	text-decoration: underline;
}

.icon-categories {
	position: absolute;
	display: block; 
	visibility: hidden;
	content: '';
	
	transform: rotate(45deg);
	z-index: 5;
	right: 6px;
	top: -36px;
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.5) !important;
	color: #0e7a4f; 
  	transition: all 200ms ease;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.share_btn {
	background: gold !important;
	font-size:22px !important;	
}
.owl-carousel .item:hover .icon-categories {
	visibility: visible;
	top: 6px;
}
.icon-categories a  {
	transform: rotate(85deg) !important;
	display: inline-block;
}
.nav-link i {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: gold;
	text-align: center;
	color: #0e7a4f !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.navbar-nav li:last-child a.btn-top {
	display: inline-block;
	background: gold;
	color: #0e7a4f !important;
	line-height: 38px;
	padding: 0px 18px;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.menu_dropdwons .menutop_main{
	margin-top: 8px !important;
}
@media(max-width: 768px ){
	 
}
.modal .modal-header .modal-title {
	font-weight: 700;	
}
.modal .modal-header .close {
	position: absolute;
	display: inline-block;
	background: #e9e9ed;
	color: #333 !important;
	opacity: 1 !important;  
	padding: 0px;
	height: 40px;
	width: 40px;
	text-align: center;
	right: 25px;
	top: 25px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.readmore {
	display: inline-block;
	padding: 0px 16px;
	line-height: 35px;
	color: #939393 !important;
	border: 1.3px solid gold;
	background-color: #fff; 
	margin-bottom: 12px;
	text-decoration: none !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.readmore:hover,
.readmore:focus,
.readmore:active {
	background: gold !important;
	color: #000 !important;
	border: 1.3px solid gold;
	text-decoration: none !important;
}
.readmore i {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #0e7a4f;
	color: #fff !important;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	text-align: center;
	margin-left: 8px;
	margin-right: -12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
span.text-modal-cat {
	display: inline-block;
	margin-top: 6px;
	margin-left: 8px;
}
.icon-category {
	position: relative;
	display: inline-block;
	float: left;
	clear: both;
	width: 38px;
	padding-top: 3px;
	padding-left: 3px;
	height: 38px; 
	text-align: center;
	line-height: 38px; 
	background: gold;
	vertical-align: middle;
	text-align: center; 
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.icon-category img {
	display: block;
	width: 93%;
	top: 2px;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none; 
}
 
.block-content-modal {
	position: relative;
	width: 100%;
	min-height: 200px;  
}

.short-content-left .text-wrappend {
	padding-top: 12px;
}

.short-content-left {
	position: relative;
	width: 100%;
	min-height: 200px;
	border-right: 2px solid gold;
	padding-right: 10px;
}
.img-wrapped {
	position: relative;
	width: 100%;
	height: 180px;
	background: #f1f1f1;
	overflow: hidden;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.img-wrapped:hover img {
	transform: scale(1.1);
	pointer-events: none; 
}
.img-wrapped img  {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
	pointer-events: none; 
}
@supports (object-fit: cover) {
  .img-wrapped img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
.condition_log {
	line-height: 18px;
	color: #939393;
	display: block;
	width: 70%;
	margin:  0 auto;
}
.home-demo .item {
    background: #ff3f4d;
}
.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}
.owl-slider-row {
	padding-left: 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.owl-slider-row .item:hover {
	background: #f1f1f1;
}
.owl-slider-row .text-wrappend {
	line-height: 17px;  
	color: #6c6c6c;
	padding: 8px;
	padding-bottom: 0px;
}
.owl-slider-row .text-wrappend strong {
	display: block;
	margin-bottom: 6px; 
}
.owl-slider-row .text-wrappend strong i {
	color: gold !important;
}
.owl-slider-row .text-wrappend small b { 
	margin-bottom: 6px; 
	display: block;
}
.btm-slider-btn {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top: 1px solid #888;
}
.btm-slider-btn span {
	color: #888;
}
.btm-slider-btn a {
	float: right;
	clear: left;
	color: #333 !important;
}
.btm-slider-btn a i {
	display: inline-block;
	margin-left: 7px;
	margin-right: 6px;
}
#carousel_category .prev,
#carousel_category .next{
  position: absolute;
  top: 50%;
  background-color: rgba(0,0,0,0.3);
  width: 35px;
  height: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 5em;
  margin: 0;
  z-index: 6;
  transition: all 0.3s ease-in-out;
}
#carousel_category .prev {
  left: 0;
}
#carousel_category .next {
  right: 0;
}

.text-btm-modal {
	position: relative;
	line-height: 38px;
	padding-top: 4px;
}
.text-btm-modal a {
	font-size: 14px;
	margin-right: 5px;
	color: #000 !important;
	display: inline-block;
	padding: 0px 12px;
	background: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.footer-modal-content {
	width: 100%;
	height: auto;
	border-top: 1px solid #888;
	padding: 10px;
	position: relative;
	background: #48c26b ;
}
.modal-category .btn {
	border: 1px solid #fff;
	margin-top: 5px;
	-webkit-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.modal-category .btn:hover, 
.modal-category .btn:focus, 
.modal-category .btn:active {
	background: #fff;
	color: #000 !important;
}
.single-chart {
  width: 50px; 
  margin: 0 auto;
}
@media(max-width: 768px ){
	.single-chart {
	  margin-top: 5%;
	} 
	.share_btn {
		display: none !important;
	}
	/*.text-btm-modal a:nth-of-type(1),
	.text-btm-modal a:nth-of-type(3) {
		display: none;
	} */
}
/*
.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}*/

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.modal .percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.header-crumber .footer-modal-content { 
	margin-bottom: 12px;
	border: 0px;
	position: relative;
	z-index: 1;
	background: inherit;
	overflow: hidden;
	-webkit-border-radius: 0.5em;	
	-moz-border-radius: 0.5em;	
	-ms-border-radius: 0.5em;	
	-o-border-radius: 0.5em;	
}

.footer-modal-content:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .6);
	filter: blur(10px);
	margin: -20px;
}
.header-crumber {
	min-height: 200px;
	width: 100%;
	position: relative; 
	background-size: cover;
	background-position: center;
	padding: 20px; 
	padding-top: 50px;
	border-bottom: 1px solid #b2b2b2;
}
.header-crumber::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	z-index: 2;
	
}
.categories___head {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.categories___head h3 a {
	position: relative;
	display: inline-block;
}

.rate_category {
	color: #888 !important; 
	margin-right: 100px;
}
@media(max-width: 768px ){
	 
}
.content_description {
	position: absolute;
	width: 400px;  
	min-height: 50px;
	background: #fff;
	display: none;
	z-index: 88;
	right: auto; 
	margin: 0 auto;
	visibility: hidden;
	top: 30px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal; 
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.categories___head h3 a:hover .content_description {
	display: block;
	visibility: visible;
}
.icon-category-pg {
	position: relative;
	float: left;
	clear: both;
	padding: 20px;
	overflow: hidden;
	width: 100px;
	min-height: 70px;
	background: url(../img/icons/pan-africa-icon.svg) no-repeat center 50%;
	margin-right: 10px; 
	-webkit-border-radius: 0.5em;	
	-moz-border-radius: 0.5em;	
	-ms-border-radius: 0.5em;	
	-o-border-radius: 0.5em;
}
.icon-category-pg:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	filter: blur(10px);
	margin: -20px;
} 
 
.crumber-header-content {
	position: relative;
	z-index: 4;
	min-height: 100px;
	width: 100%;
}
.crumber-header-content .loc-header i {
	color: #a3a3a3 !important;
}
.crumber-header-content .loc-header a i {
	color: #565656 !important;
}
.crumber-header-content .loc-header a:hover i,
.crumber-header-content .loc-header a:focus i,
.crumber-header-content .loc-header a:active i {
	color: #ff8f2b !important;
}
.crumber-header-content h3 { 
	font-weight: 900;
} 
.img-block-crumber {
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin-bottom: -60px;
	min-height: 230px;
	background: #fff; 
	border: 5px solid rgba(255,255,255,1); 
	background-size: cover;
	background-position: top;
	-webkit-border-bottom-left-radius: 5em;
	-webkit-border-top-left-radius: 5em;
}
.img-block-crumber img {
	pointer-events: none;
}

.img-block-crumber .view-maps {
	position: absolute; 
	right: 20px;
	bottom: 10px;
	background: #01b775;
	color: #fff !important;
	z-index: 4;
	text-decoration: none !important;
	padding: 0px 15px;
	line-height: 38px;
	display: inline-block;
	border: 1px solid #01b775;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.img-block-crumber .view-maps:hover,
.img-block-crumber .view-maps:focus,
.img-block-crumber .view-maps:active {
	background: #fff;
	color: #000 !important;
	border: 1px solid #fff;
}


.header__menu {
	position: relative;
	width: 100%;
	display: table;
	padding-left: 0px;
	margin-left: -0px;
	margin-top: 12px;
}
.header__menu i {
	display: inline-block;
	margin-left: 12px;
}
.header__menu li {
	display: inline-block;
  	position: relative;
}
.header__menu li a {
	display: inline-block;
	padding: 5px;
	text-decoration:none; 
	color: #000 !important;
}

.left_menu_pages {
	position: relative;
	min-height: 100%;
	width: 100%;
	border-right: 1px solid #b2b2b2;
	padding: 30px 0px;
	padding-right: 10px;
}
.left_menu_pages ul {
	position: relative;
	display: table;
	font-size: 16px;
}
.left_menu_pages ul li {
	position: relative; 
	list-style-type: none;
	margin-left: -41px; 
}

.left_menu_pages ul li a { 
	color: #747474 !important;
	line-height: 32px;
	display: block;
}
.left_menu_pages ul li a span {  
	display: inline-block;
	position: relative;
	float: right;
	margin-right: -50px;
}

.left_menu_pages ul li a i {
	display: inline-block;
	width: 25px;
	font-size: 22px;
	height: auto;
	text-align: center;
}
 
.block-right-top {
	position: relative;
	margin-bottom: 21px;
} 
.block-right-top .card {
	background: transparent;
	border: 0px;
}
.block-right-top .card-header {
	background: #faecc6;
	border: 2px solid #f4d27b;
	margin-top: 21px; 
	padding-bottom: 0px;
}
.block-right-top .card-body {
	background: #fdf7e7;
	border: 2px solid #f4d27b; 
	padding: 10px;
	border-top: 0px;
}
 
.list-notice-right  {
	position: relative;
	display: block; 
	margin-bottom: 2px;
	width: 100%;
	min-height: 30px;
}
.list-notice-right i {
	display: inline-block;
	line-height: 30px;
	width: 40px;
	font-size: 22px;
	text-align: center; 
	float: left;
	clear: both;
}
.list-notice-right i img {
	display: inline-block;
	width: 80%;
	pointer-events: none; 
}

.content_writers {
	position: relative;
	width:100%;
	min-height:100px;
	padding-bottom: 10px;
	background:#fff;
	-webkit-border-radius: 0.3em;	
	-moz-border-radius: 0.3em;	
	-ms-border-radius: 0.3em;	
	-o-border-radius: 0.3em;	
}

.mini-profile-writers {
	position: relative;
	width: 100%;
	min-height: 50px;
	padding: 10px;
	background: #f0f6ec;
	border: 1px solid #d9d9d9; 
	display: table;
}
.mini-profile-writers small {
	line-height: 15px;
	display: inline-block;
	padding-left: 10px;
}
.prof_img_wrap {
	width: 50px;
	height: 50px;
	position: relative;
	background: #999;
	float: left;
	clear: both;
	overflow: hidden;
	-webkit-border-radius: 0.3em;	
	-moz-border-radius: 0.3em;	
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.prof_img_wrap img  {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
	pointer-events: none; 
}

@supports (object-fit: cover) {
  .prof_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}

.wrapped_rates {
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	border-right: thin solid #c5c5c5;
}
.rate_text {
	display: block;
	text-align: center;
}

.author_info {
	display: inline-block;
	line-height: 15px;
	padding: 5px 6px;
}
.success_stories {
	position: relative;
	min-height: 200px;
	width: 100%;
	padding: 10px;
	margin-top: 21px;
	margin-bottom: 21px;
	background: #fff;
	-webkit-border-radius: 0.3em;	
	-moz-border-radius: 0.3em;	
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.header_stories {
	position: relative;
	display: table;
	margin-bottom: 10px;
}
.header_stories small {
	display: inline-block;
	padding-left: 8px;
}
.footer-stories {
	width: 100%;
	height: auto;
	display: table;
	position: relative;
}

.footer-stories a {
	font-size: 14px !important;
	color: green !important;
}
.footer-stories a:nth-of-type(1) { 
	float: left;
	display: inline-block; 
} 
.footer-stories a:nth-of-type(2) { 
	float: right;
	display: inline-block; 
} 

.content__middle {
	position: relative;
	width: 100%;
	min-height: 200px;
	margin-top: 21px;
}
.content_wrapped_lists {
	position: relative;
	background: #fff;
	min-height: 100px;
	width: 100%;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.3em;	
	-moz-border-radius: 0.3em;	
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.content_header___ {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 12px;
}
.content_header___ .prof_img_wrap {
	width: 100px;
	height: 100px;
	background: #000;
	transition: all 0.2s linear;
	-webki-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.content_header___ .prof_img_wrap img { 
	opacity: 0.8;
}
.content_header___:hover .prof_img_wrap img {
	transform: scale(1.1);
	opacity: 1;
}
.hear_content_right {
	position: relative;  
	padding-left: 10px;
}

.category_listest .text-btm-modal a {
	background: #f1f1f1 !important;
}
.img_directors {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	background: #f1f1f1; 
	border: 2px solid #bbbbbb; 
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.img_directors img  {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: top;
	pointer-events: none; 
}

@supports (object-fit: cover) {
  .img_directors img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}

a:last-child .img_directors{ 
	background: gold; 
	line-height: 30px;
	text-align: center;
	color: #808080 !important;
}

.hear_content_right .text-btm-modal a {
	font-size: 12px !important;
	line-height: 28px; 
}

.search__right_corner {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 21px;
}
.search__right_corner .form-control:focus {
	border-color: #f2f2f2;
}
.search__right_corner button {
	width: 35px;
	height: 38px;
	line-height: 30px;
	border: 0px;
	background: #00a651;
	color: #fff;
}

.login_wraaped {
	position: relative;
	width: 900px;
	max-width: 100%;
	min-height: 250px;
	background: #d8efee;
	margin: 0 auto;
	margin-top: 120px; 
	overflow: hidden;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}

.login_wraaped div.col-sm-6:nth-of-type(1) {
	position: relative;
	min-height: 350px;
	background: #fff url('../img/african-woman.jpg')no-repeat center 50%;
	background-size: contain;
	background-position: bottom -50%;
	padding: 40px;
}
.login_wraaped div.col-sm-6:nth-of-type(1)  p {
	color: #666666;
	display: inline-block;
	margin-top: 10px;
}
.login_wraaped h2 {
	font-weight: 800;
}

.login_details {
	position: relative;
	text-align: center;
	padding: 30px 0px;
}

.login_details p a {
	font-weight: bolder;
	color: #00a651 !important;
}

.button-links-list {
	position: relative;
	padding: 40px;
	width: 100%;
	height: auto;
	text-align: center;
}
.login_details .modal-title {
	font-weight: 900;
}
.login_modal .modal-footer a {
	font-weight: 700;
	color: red !important;
}
.login_modal .modal-header {
	padding: 0px;
}
.login_modal .close {
	position: absolute;
	z-index: 909;
}

.button-links-list a {
	display: inline-block;
	font-weight: bold !important;
	padding: 0px 16px;
	background: #fff;
	line-height: 40px;
	 width: 400px;
	 max-width: 100%;
	border: 1px solid #c9c9c9;
	margin-bottom: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.button-links-list a i {
	display: inline-block; 
	width: 40px;
	height: 40px; 
	float: left;
	line-height: 40px;
	margin-left: -16px;
	margin-bottom: -12px;
	text-align: center;
	font-size: 22px;
	background: #f2f2f2;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.button-links-list a:nth-of-type(1) i {
	color: #000 !important;
}
.button-links-list a:nth-of-type(2) i {
	color: #ff0000 !important;
}
.button-links-list a:nth-of-type(3) i {
	color: #1676bc !important;
}
.button-links-list a:nth-of-type(4) i {
	color: #5aadeb !important;
}

.bottom_lines {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	height: 4px;
	background: gold;
}

.registration___pg {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 200px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 80px;
	margin-top: 50px;
	overflow: hidden;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	-o-border-radius: 1.5em;
}
.registration___pg div.col-sm-5 {
	background: #10ad5f url('../img/log-bg-img.jpg') no-repeat center 100%;
	background-size: cover;
	background-position: center; 
}
.form__reg_pg {
	position: relative;
	padding: 30px;
	padding-right: 100px;
	width: 100%;
	min-height: 68vh;
}
.form__reg_pg h2 {
	font-weight: 800;
	color: #00a651;
}
.form__reg_pg p {
	color: #838383;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.form__reg_pg .form-control {
	background: #f3f3f3;
	border: 0px;
	height: 55px;
	margin-bottom: 12px;
}
.form__reg_pg .form-control::placeholder {
	color: #c9c9c9;
}

.gender_select {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.gender_select label{
  user-select: none;
}
.gender_select span {
	display: inline-block;
	margin-right: 10px;
	margin-top: -10px;
}
.gender_select input[type="radio"] {
  display: none;
}

.gender_select input[type="radio"] + label {
  z-index: 10;
  margin: 0 10px 10px 0;
  position: relative;
  color: #bebebe;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  cursor: pointer;
  transition: all 200ms ease;
}

.gender_select input[type="radio"]:checked + label {
  color: #fff;
  background-color: #00a651;
  border: 1px solid #00a651;
}

.gender_select input[type="radio"] + label { 
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50em;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

.tags_select {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.tags_select label{
  user-select: none;
}
.tags_select label i {
  display: inline-block;
  font-size: 22px;
  margin-right: 8px;
}
.tags_select input[type="radio"] {
  display: none;
}

.tags_select input[type="radio"] + label {
  z-index: 4; 
  margin-right: 10px;
  position: relative;
  color: #bebebe;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  font-weight: bold; 
  cursor: pointer;
  transition: all 200ms ease;
}

.tags_select input[type="radio"]:checked + label { 
  color: #00a651; 
}

.tags_select input[type="radio"] + label {
  padding: 5px ;
  border-radius: 3px;
}

.submit_button {
	position: relative;
	margin-top: 10px;
	text-align: right;
}
.submit_button a {
	background: #f2f2f2 !important;
	margin-right: 12px; 
}
.submit_button button {
	background: #00a651 !important;  
	color: #fff;
}
.submit_button a, 
.submit_button button {
	display: inline-block;
	padding: 0px 16px;
	line-height: 35px;
	border: 0px;
	text-transform: uppercase;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
} 
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	-webkit-box-shadow: none !important;
}
.pagination > .active > a
{
    color: white !important;
    background-color: #55bc7a !Important;
    border: solid 1px #55bc7a !Important;
}

.pagination > .active > a:hover
{
    background-color: #55bc7a !Important; 
}

.content_header_image {
	position: relative;
	padding: 20px;
	width: 100%;
	min-height: 300px;
	background: rgba(255,255,255,0.5) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
.logo_categories {
	position: absolute;
	width: 60px;
	height: 60px;
	background: #f1f1f1;
	z-index: 4;
	right: 20px;
	bottom: 10px;
	overflow: hidden;
	border: 5px solid #fff;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}
.logo__small {
	width: 30px;
	height: 30px;
	top: 6px;
	left: 6px;
	border: 2px solid #fff;
}
.logo_categories img {
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none; 
}

@supports (object-fit: cover) {
  .logo_categories img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
.text-wrapped-conImg {
	position: absolute;
	z-index: 3;
	width: 90%;
	min-height: 40px;
	background: inherit;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	padding: 10px 20px;
	color: #fff;
	-webkit-border-top-right-radius: 5em;
	border-top-right-radius: 5em;
}
.text-wrapped-conImg:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .2);
	filter: blur(7px);
	margin: -20px; 
}

.text-wrapped-conImg h4 {
	font-weight: bolder; 
}
.text-wrapped-conImg h4,
.text-wrapped-conImg p {
	display: block;
	position: relative;
	z-index: 9;
}
 
.text-wrapped-conImg p a {
	color: #fff !important;
	text-decoration: underline;
}

.paragraph_content {
	position: relative;
	width: 100%;
	font-size: 100% !important;
	height: auto;
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.director_profile_short {
	position: relative;
	width: 100%;
	min-height: 100px;
	background: #fff;
	margin-top: 21px; 
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}

.footer-modal-content button {
	color: #fff !important;
}
.footer-modal-content  { 
	overflow: hidden;
}
.viewImage_large {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 10px;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 35px;
	background: inherit;
	overflow: hidden;
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
a.viewImage_large:nth-child(2) span {
	display: block;
	position: absolute;
	z-index: 99;
	background: red;
	font-size: 12px;
	width: 20px;
	height: 20px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 0 auto;
	line-height: 20px;
	color: #fff;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em; 
}
a.viewImage_large:nth-child(2) {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 70px;
	width: 45px;
	height: 45px;
	display: inline-block;
	font-size: 35px;
	background: inherit;
	overflow: hidden;
	text-align: center;
	line-height: 45px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.viewImage_large i {
	position: relative;
	z-index: 18;
	color: #23784b;
}
.viewImage_large:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.8);
	filter: blur(8px);
	margin: -20px;
}
#carousel_comments {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto; 
}

#carousel_comments .next,
#carousel_comments .prev {
	position: absolute;
	z-index: 6;
	top: 50%; 
	background: rgba(0,0,0,0.3);
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #ffff;
	transition: all 0.2s linear;
	-webkit-border-radius: 5em;
}
#carousel_comments .next:hover,
#carousel_comments .next:focus,
#carousel_comments .next:active,
#carousel_comments .prev:active,
#carousel_comments .prev:focus,
#carousel_comments  .prev:hover {
	color: #000 !important;
}
#carousel_comments  .prev {
	left: -50px;
} 
#carousel_comments .next {
	right: -50px;
}

#carousel_comments:hover .prev  {
	left: 10px;
}

#carousel_comments:hover .next  {
	right: 10px;
}

.profile_directors {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 16px; 
}
.profile_directors .mini__profile_pg {
	position: relative;
	width: 100%;
	height: 280px;
	background: #fff;
	overflow: hidden;
  	transition: .5s;
    transition-delay: 0.1s;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
 
.profile_directors .mini__profile_pg img  { 
  	transition: .5s;
    transition-delay: 0.1s;
	display: block;
	width: 100%;
	 filter:grayscale(1);
	-o-object-fit: cover;
	-o-object-position: top;
	pointer-events: none; 
}

@supports (object-fit: cover) {
  .mini__profile_pg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-position: center;
  }
}
.clip-animation {
	display:inline-block; 
  	-webkit-clip-path: circle(35% at 50% 40%);
  	clip-path: circle(35% at 50% 40%);
  	transition: .5s;
    transition-delay: 0.1s;
}
 
.profile_directors .mini__profile_pg:hover .clip-animation {
	 cursor:move; 
	 filter:grayscale(0);
	 clip-path: circle(400px at center 100px);
}

 
.profile_names {
	position: absolute;
	z-index: 3;
	min-width: 100%;
	min-height: 40px;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	bottom: -150px;
	left: 0px;
	padding: 5px;
	color: #fff; 
	text-align: center;
  	transition: .5s;
    transition-delay: 0.1s;
} 
.profile_names2 {
	position: absolute;
	z-index: 3;
	min-width: 100%;
	min-height: 40px; 
	overflow: hidden;
	bottom: 10px;
	left: 0px;
	padding: 5px;
	color: #000; 
	text-align: center;
  	transition: .5s;
    transition-delay: 0.1s;
} 
.profile_names small:nth-of-type(2){
	background: gold !important; 
	display: inline-block;
	-webkit-border-radius: 5em;
	padding: 0px 10px;
	color: #000 !important;
} 
.profile_names small:nth-of-type(1){ 
	background: #fff !important; 
	display: inline-block;
	color: #000 !important;
	-webkit-border-radius: 5em;
	padding: 0px 10px;
} 
.profile_names2 small:nth-of-type(2){
	background: gold !important; 
	display: inline-block;
	-webkit-border-radius: 5em;
	padding: 0px 10px;
} 
.profile_names2 small:nth-of-type(1){
	background: #fff !important; 
	display: inline-block;
	-webkit-border-radius: 5em;
	padding: 0px 10px;
}
.profile_directors .mini__profile_pg:hover .profile_names2 {
	bottom: -150px;
}
.profile_directors .mini__profile_pg:hover .profile_names {
	bottom: 0px;
}
.login_modal .modal-dialog {
	 width: 400px;
}

.social__media {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.social__media strong {
	display: inline-block;
	line-height: 35px;
}
.social__media a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fab45f;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.social__media a:hover,
.social__media a:focus,
.social__media a:active {
	transform: rotate(360deg);
	color: #666 !important;
}

.comments_visitors {
	position: relative;
	width: 100%;
	min-height: 20px;
	display: flex;
	margin-top: 8px;
	margin-bottom: 12px;
}

.short_img_comments {
	position: relative;
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: #c7e9d2 url('../img/img-comment.png')no-repeat center 100%;
	background-size: cover; 
	background-position: bottom;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
}
@supports(object-fit: cover){
	.short_img_comments img {
		display: block;
		width: 40px;
		height: 40px;
		object-fit: cover;
		object-position: center;
	}
}
.comments_content {
	position: relative; 
	height: auto;
	width: 90%; 
	max-width: 100%;
	float: left;
	line-height: 18px;
	padding-left: 10px;
}
.comments_content small {
	display: inline-table;
	width: 100%;
	margin-top: -4px;
	color: #666;
}
.comments_content h5 {
	font-size: 15px;
}

.comments_content textarea {
	 resize: none;
}
.comments_content .form-control {
	margin-bottom: 12px;
}
.like-row {
	color: #888 !important;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}
.like-row a {
	font-weight: 700;
	color: #41b171 !important;
}

.loadmore {
	display: block;
	text-align: center; 
	width: 220px;
	margin: 0 auto;
	line-height: 35px;
	 padding: 0px 16px; 
	background: gold;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.paragraph_content blockquote {
	position: relative;
	display: block;
	background: #fdf7e7;
	padding: 10px;
	border-left: 4px solid #f8d373;
	padding-left: 60px;
}
.paragraph_content blockquote::after {
	display: block;
	content: ' " ';
	position: absolute;
	width: 50px;
	height: auto;
	color: #ebbc44;
	top: -10px;
	left: 23px;
	font-size: 65px;
}

.header_feed_details {
	position: relative;
	width: 100%;
	min-height: 150px; 
}

.header_feed_details .header_crumber_content{
	position: relative;
	width: 100%;
	min-height: 150px;
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	pointer-events: none;
}
.content_profile_pg  {
	position: relative;
	width: 100%;
	height: auto;

}
.page_profile_view {
	width: 100px;
	height: 100px;
	background: #fff;
	margin-right: 10px;
	margin-top: -40px;
	border: 2px solid #14ac75;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	overflow: hidden;
}

.content_profile_pg h4 {
	margin-top: 10px;
}
.page_profile_view img {
	display: block;
	height: 100%;
	pointer-events: none;
	-o-object-fit: cover;
	-o-object-poisition: center;
}
.text-formats p {
	margin: 0px;
}

.text-formats p a {
	text-decoration: underline;
	color: #219a6e !important;
}

.text-formats button {
	background: gold;
	color: #000 !important;
	border: 0px;
	font-size: 14px;
	padding: 0px 8px;
	line-height: 25px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.page_views .content_single {
	margin-top: 12px;
}
.btn_right_pg_view {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: right;
}
.btn_right_pg_view a {
	display: inline-block;
	line-height: 30px;
	background: #219a6e;
	color: #fff !important;
	padding: 0px 10px;
	margin-top: 5px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.btn_right_pg_view a:nth-child(2){
	background: gold;
	color: #000 !important;
	margin-left: 10px;
}
.content_view_rightbar {
	position: relative;
	width: 100%;
	min-height: 200px;
	background: #083533;
	margin-top: 21px;
	color: #e1e1e1;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
}
.text_members_count {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 6px;
	padding-top: 20px;
	border-top: 1px solid #09423f;
}
.text_members_count h5 {
	font-size: 16px;
	color: #fff;
}
.text_members_count h5 span {
	font-size: 11px;
	display: block;
	color: #e1e1e1;
}
.online {
	position: relative;
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #01a816;
	margin-right: 3px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}
.wrapped_text_tp small a {
	color: #fff !important;
}
.text_members_count a {
	color: #0dbb7c !important;
}


.search_head_bar {
	position: relative;
	width: 500px;
	max-width: 100%; 
	margin-left: 19%;
	background: #f2f2f2;
	height: 38px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.search_head_bar input,
.search_head_bar .input-group { 
	background: #f2f2f2;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border: 0px;
}

.sign_main {
	display: none;
}
.sign_main button.readmore {
	margin-bottom: -12px;
	text-align: center;
}

.sign_password {
	display: none;
}
#login_form label {
	text-align: left !important;
} 
#login_form input {
	margin-bottom: 12px;
}

.menutop_main { 
	z-index: 999 !important;
	top: 48px;
} 
.short_news_display_home {
	position: relative;
	width: 100%;
	height: auto;
}
.short_news_display_home .blockinner {
	width: 100%;
	background: #fff;
	min-height: 120px;
}
.short_news_display_home .blockinner .mini_profile_small a {
	font-size: 12px;
	line-height: 35px;
	transition: all 0.5s ease-in-out 0s;
	position: relative; 
}

.small_profile_views {
	position: absolute;
	width: 250px;
	min-height: 100px;
	background: #083533;
	z-index: 5;
	display: none; 
	margin-top: 50px;
	overflow: hidden;
	visibility: hidden; 
	transition: all 0.5s ease-in-out 0s;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
.mini_profile_small a:hover .small_profile_views { 
	margin-top: 0px;
	visibility: visible;
	display: block; 
} 
.small_profile_views .prof_img_sm {
	width: 40px;
	height: 40px;
	margin-left: 6px;
	margin-top: 6px;
}
.small_profile_views h4 {
	display: inline-block;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.small_profile_views small  {
	display: inline-block;
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	padding: 8px;
	margin-top: -12px;
}
.members_short_v {
	position: relative;
	width: 100%;
	padding: 0px 10px;
}
.members_short_v span {
	color: #fff;
}
.members_short_v span small {
	display: block; 
	padding: 10px 0px;
	margin-right: 10px;
	color: #bababa;
}
.wrappMini_prf {
	position: relative;
	width: 100%;
	height: 50px;
	background: #f3f3f3;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.image_wrapped_min_news {
	position: relative;
	width: 40%;
	min-height: 120px;
	background: #333;
	overflow: hidden;
}
.image_wrapped_min_news img {
	display: block;
	width: 100%;
	height: 100%; 
	pointer-events: none !important; 
}
@supports (object-fit: cover) {
  .image_wrapped_min_news  img {
   width: 100%; 
   height: 100%; 
    object-fit: cover;
    -o-object-position: center;
  }
}

.text_wrapped_min_news {
	padding: 8px;
	width: 60%;
}
.text_wrapped_min_news small {
	display: block;
	line-height: 18px; 
}
.text_wrapped_min_news small a:hover  {
	color: #04bb72 !important;
}
.text_wrapped_min_news small a { 
	text-decoration: underline;
	display: block;
}
.bottom_btn_slider span {
	display: inline-block;
	background: #e1e1e1;
	padding: 0px 8px;
	line-height: 25px;
	margin-top: 12px;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
}

.bottom_lines_top {
	position: absolute;
	width: 100%;
	top: 0px;
	height: 5px;
	background: gold;
	left: 0px;
	right: 0px;
}

.bottom_lines_top span{
	position: relative;
	width: 33.3%;
	float: left;
	clear: right;
	height: 5px;
}
.bottom_lines_top span:nth-child(1){
	background: #98a73e;
}

.bottom_lines_top span:nth-child(3){
	background: #0d8a58;
}

.communities_rows {
	position: relative;
	width: 100%;
	height: auto;
}

.communities_rows ul  {
	display: block;
	padding: 0px;
	padding-left: 10px;
}
.communities_rows ul li  {
	list-style-type: none;
}
.communities_rows ul li a h4 {
	color: #fff !important;
	font-size: 15px; 
}
.communities_rows ul li a h4 small  { 
	font-size: 15px; 
	display: block;
	color: #748791 !important;
}
.smallLinks  {
	position: relative;
	display: inline-block;
	color: #fff !important;
	margin-left: 15px;
	margin-bottom: 15px;
}































#return-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 10px;
	z-index: 99;
	text-align: center;
	color: #666 !important;
	border: 1px solid #666;
	line-height: 40px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	-ms-border-radius: 50em;
	-o-border-radius: 50em;
}

#return-to-top:hover,
#return-to-top:focus,
#return-to-top:active {
	background: #666;
	color: #fff !important;
}

.affix {
    width: 185px;
    top: 0px; 
    position: fixed;
    overflow: visible !important;
    margin-top: 57px;
    z-index: 8; 
    border-right: 1px solid #888; 
}
@media(max-width: 900px ){ 
	.search_head_bar {
		/*display: none;*/
		width: 200px;
		float: left;
		left: 0px;
		margin: 0px; 
	}
	.navbar-toggler {
		padding: 4px; 
	} 
	.navbar-nav .nav-item > a {
		color: #fff !important;
		line-height: 30px;
	}
}
@media(max-width: 768px ){ 
	.text-wrapped-conImg p a {
		display: block;
		width: 100%;
	}
	.content_description {
		right: 0px;
		width: 250px;
	}
	.home_search_main {
		height: 480px;
	}
	.search_block_main {
		margin-top: -220px;
	}
	.btn_right_pg_view a:nth-child(1){
		display: none;
	}
	.logo_categories {
		bottom: 30px;
	}
	.header__menu li:nth-of-type(1) { 
		margin-top: 51px;
		margin-bottom: -41px;
	}
	.left_menu_pages {
		display: none;
	}
	.login_wraaped {
		margin-top: 0px;
	}
	.form__reg_pg {
		padding-right: 30px;
	}
	.form__reg_pg label {
		font-size: 100%;
	}
	.registration___pg {
		margin-bottom: 150px;
	}
	.affix {
		position: r;
    	border-right: 0px solid #888; 
    	width: 100%;
	}
	.img_directors {
		display: none;
	}
	div:nth-of-type(3) .menu-left-btm{
		text-align: center !important;
	}
	div:nth-of-type(1) .menu-left-btm{
		text-align: center !important;
	}
	.profile_directors .mini__profile_pg .clip-animation { 
		 filter:grayscale(0);
		 clip-path: circle(400px at center 100px);
	}
	
	.profile_directors .mini__profile_pg {
		min-height: 350px;
	}

}

.menu-left-btm {
	position: relative;
}

div:nth-of-type(1) .menu-left-btm{
	text-align: left;
}

div:nth-of-type(3) .menu-left-btm{
	text-align: right;
}
.menu-left-btm a {
	color: #fff !important;
	display: inline-block;
	padding:0px 3px;	
}
.footerbar {
	background: #083533; 
	padding: 10px;  
	text-align: center;
	/*position: fixed;  */
	bottom: 0;
	width: 100%;
	min-height: 3vh;
	z-index: 9;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}