/********** GLOBAL **********/

body {
	color: #000000;
	font-size: 14px;
	background: #ffffff;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.full {
	width: 100%;
	float: left;
}
a {
	color: #0db364;
	text-decoration: none !important;
}
strong {
	font-weight: 700;
}
.btn {
	cursor: pointer;
}
.form-control {
	font-size: 14px;
	box-shadow: none !important;
}
.btn-lg {
	font-size: 14px;
	padding: 8px 18px;
	border-radius: 8px;
}
.vertical {
	display: table-cell;
	vertical-align: middle;
}
.btn-success {
	background-color: #0db364;
	border-color: #0db364;
}
.btn-dark {
	background-color: #000000;
	border-color: #000000;
}
.btn-outline-dark {
	border-color: #000000;
	color: #000000;
}

h4{
 text-transform:uppercase;	
}
/********** GLOBAL **********/

.welcome {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color: rgba(207, 240, 224, 0.95);
	color:#000000;
	display:table;
	z-index:9;
	text-align:center;
	font-size:10px !important;
}
.fly-in-text {
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0;
    margin: 0;
	font-size:10px !important;
}
.fly-in-text li {
    display: inline-block;
    margin-right: 10px;
    font-weight: 300;
    font-size: 4em;
    opacity: 1;
    transition: all 2.5s ease;
}
.fly-in-text li:last-child {
	margin-right: 0;
}

.fly-in-text.hidden li {
	opacity: 0;
} 

.fly-in-text.hidden li:nth-child(1), .fly-in-text.hidden li:nth-child(9) {
	transform: translateX(-200px) translateY(-200px);
}
.fly-in-text.hidden li:nth-child(2), .fly-in-text.hidden li:nth-child(10) {
	transform: translateX(20px) translateY(100px);
}
.fly-in-text.hidden li:nth-child(3), .fly-in-text.hidden li:nth-child(12) {
	transform: translateX(-150px) translateY(-80px);
}
.fly-in-text.hidden li:nth-child(4), .fly-in-text.hidden li:nth-child(13) {
	transform: translateX(10px) translateY(-200px);
}
.fly-in-text.hidden li:nth-child(5), .fly-in-text.hidden li:nth-child(14) {
	transform: translateX(-300px) translateY(200px);
}
.fly-in-text.hidden li:nth-child(6), .fly-in-text.hidden li:nth-child(15) {
	transform: translateX(80px) translateY(-20px);
}
.fly-in-text.hidden li:nth-child(4), .fly-in-text.hidden li:nth-child(16) {
	transform: translateX(30px) translateY(200px);
}
/********** HEADER **********/

.navbar {
	padding: 3px 1rem;
	background: #0db364;
}
.navbar-nav {
	margin-top: 10px;
}
.navbar-brand img {
	height: 75px;
}
.top_searchbar .input-group {
	height: 38px;
	box-shadow: 1px 2px 4px #3c3b3b;
	border-radius: 7px;
	overflow: hidden;
}
.top_searchbar .form-control {
    width: 250px;
    border-color: #fff;
    font-size: 12px;
    font-style: italic;
}
.top_searchbar .input-group-text {
	background: #fff;
	display: inline-block;
	height: 38px;
	padding: 8px 10px;
	font-size: 16px;
}
.navbar .nav-link {
	text-transform: capitalize;
	color: #ffffff !important;
	padding: 9px 6px !important;
	transition: all ease-in-out 0.3s;
	font-size: 14px;
	font-weight: 700;
}
.navbar .nav-link.top_searchbar {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	position:relative;
}
.navbar .nav-link:hover, .active .nav-link {
	color: #000000 !important;
	transition: all ease-in-out 0.3s;
}
.navbar .nav-item:last-child .nav-link {
	margin-right:25px;
}
.navbar .nav-item ul {
	position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background: #fff;
	display:none;
}
.navbar .nav-item:hover ul {
	display:block;
}
.navbar .nav-item ul li {
	border-bottom:1px #ccc dashed;
}
.navbar .nav-item ul li:hover {
	background:#0db364;
}
.navbar .nav-item ul li a.nav-link {
	color:#0db364 !important;
	margin:0 !important;
}
.navbar .nav-item ul li:hover a.nav-link {
	color:#ffffff !important;
}
.nav-item ul li ul {
    left: 100%;
    float: left;
    width: 100% !important;
    top: auto;
    display: none !important; 
    margin-top: -40px !important;
}
.nav-item ul li:hover ul {
	display:block !important;
}
.nav-item ul li ul li a.nav-link {
	color:#0db364 !important;
}
.navbar .nav-item ul li:hover ul li a.nav-link {
    color: #0db364 !important;
}
.nav-item ul li:hover ul li:hover a.nav-link {
	color:#ffffff !important;
}
ul.list-gpfrm {
    position: absolute;
    top: 38px;
    list-style-type: none;
    background: #f2f2f2;
    color: #000;
    padding-left: 0;
    width: 403px;
    border-radius: 6px;
    display: none;
    overflow: hidden;
	z-index:9;
}
ul.list-gpfrm li {
	padding: 5px 10px;
	border-bottom:1px #e8e7e7 solid;
}
#search_result ul.list-gpfrm  {
	display:block;
}
.navbar-toggler {
	padding: 3px 5px;
	border-radius: 0;
	float: right !important;
}
.bell_noti {
    position: absolute;
    right: 15px;
    top: 38px;
	color: #ffffff !important;
}
.bell_noti i {
	font-size:20px;
}
.noti_num {
    /*position: absolute; 
    right: -10px;
    top: -14px;*/
    color: #ffffff;
    background: #F00;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px 0;
    display: inline-block;
}
.show_noti {
	width:100%;
	float:left;
	position:relative;
	padding-left:50px;
}
.show_noti span {
	position:absolute;
	left:0;
	top:0;
}
.nitification_box {
    width: 430px;
    height: 430px;
    overflow-y: auto;
    position: absolute;
    right: 15px;
    top: 65px;
    background: #fff;
    border: 1px #eee solid;
    font-size: 13px;
}
.nitification_box .media {
	cursor:pointer;
}
.nitification_box .media:hover {
	background:#f2f2f2;
}
.nitification_box::-webkit-scrollbar, .left_chating::-webkit-scrollbar, .right_chating::-webkit-scrollbar {
  width: 5px;
}
 
.nitification_box::-webkit-scrollbar-track, .left_chating::-webkit-scrollbar-track, .right_chating::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.nitification_box::-webkit-scrollbar-thumb, .left_chating::-webkit-scrollbar-thumb, .right_chating::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
/*.nitification_box .hover_show {
	opacity:0;
	transition:all ease-in-out 0.5s;
}
.nitification_box .media:hover .hover_show {
	opacity:1;
	transition:all ease-in-out 0.5s;
}
.noti_info {
    width: 212px;
    height: 75px;
    background: #fff;
    border: 1px #ccc solid;
    position: absolute;
    right: 10px;
    top: 30px;
}
.noti_info ul {
	list-style-type:none;
}
.noti_info ul li {
    padding: 5px;
    font-size: 12px;
}
.noti_info ul li:hover {
	background:#4267b2;
}
.noti_info ul li:hover a {
	color:#ffffff !important;
}
.noti_info ul li a {
	color:#111 !important;
}*/
/********** HEADER **********/



/********** LOGIN **********/

.login {
	width: 100%;
	height: 100%;
	display: table;
	position: absolute;
}
.login_box {
	width: 100%;
	float: left;
	padding: 35px 30px;
	font-family: 'Poppins', sans-serif;
	box-shadow: 0 0 18px #c3c3c3;
	border-radius: 15px;
}
.green-logo {
	height: 145px;
	margin-top: -80px;
}
.login_box .form-control {
	background-color: #cff0e0;
	border-color: #cff0e0;
	color: #000000;
	font-size: 13px;
	height: 45px;
	border-radius: 0 20px 20px 0 !important;
}
.login_box .input-group-text {
	cursor: pointer;
	background: #cff0e0;
	border-radius: 20px 0 0 20px;
	display: inline-block;
	height: 45px;
	padding: 10px 0 10px 12px;
}
 .login_box ::placeholder {
 color: #000000;
}
 .login_box :-ms-input-placeholder {
 color: #000000;
}
 .login_box ::-ms-input-placeholder {
 color: #000000;
}
.login_box .btn-lg {
	padding: 10px 12px;
	border-radius: 20px;
}
.login_box .btn-sm {
	font-size: 12px;
	border-radius: 20px;
 padding: .25rem 15px;
}
/********** LOGIN **********/



/********** BODY **********/

.body {
	width: 100%;
	float: left;
	padding: 10px 0;
}
.body h2 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
}
.dropdown-item {
	font-size: 14px;
}
.post_sec {
    width: 100%;
    float: left;
    padding: 7px;
    border: 1px #dedede solid;
    border-radius: 6px;
    font-size: 13px;
    margin: 7px 0;
}
.member-img {
    width: 80px;
    height: 80px;
}
.post_sec h4 {
	font-size: 20px;
}
.post_sec h3 {
	font-size: 18px;
}
.post-text {
    width: 100%;
    float: left;
    min-height: 57px;
}
.slider_sec {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
}
.marquee {
	margin: 0 auto;
}
.marquee .owl-item {
	overflow: hidden;
}
.marquee .owl-item img {
	-webkit-transform-style: preserve-3d;
	border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 0;
}
.marquee .owl-controls .owl-prev {
	width: 40px;
	height: 40px;
	float: left;
	position: absolute;
	z-index: 999;
	left: -20px;
	top: 47.5%;
	background: url(../images/prevarrow.png) no-repeat center;
	color: transparent;
}
.marquee .owl-controls .owl-next {
	width: 40px;
	height: 40px;
	float: left;
	position: absolute;
	z-index: 999;
	right: -20px;
	top: 47.5%;
	background: url(../images/nextarrow.png) no-repeat center;
	color: transparent;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: inline-block;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/********** BODY **********/

.friends_box {
	width: 100%;
	float: left;
	margin:15px 0;
}
.left_chating {
    width: 100%;
    float: left;
    margin: 15px 0;
    height: 450px;
    overflow-y: scroll;
    padding: 0 2px 0 0;
}
.left_chating .media:hover, .left_chating .media.active {
	background:#f2f2f2;
}
.right_chating {
	width: 100%;
	float: left;
	margin:15px 0;
	border:1px #e9ecef solid;
	height: 450px;
    overflow-y: scroll;
}
.chat1 {
    background: #f2f2f2;
    padding: 6px 10px;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    margin: 1px 0;
}
.chat2 {
    background: #0db364;
    padding: 6px 10px;
	color:#ffffff;
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    margin: 1px 0;
}
.video_thumb {
    width: 100%;
    float: left;
    height: 100px;
    position: relative;
    text-align: center;
    padding: 18px 0;
}

/********** FOOTER **********/

footer {
	width: 100%;
	float: left;
	padding: 10px 0;
	font-size: 13px;
}
footer a {
	color: #000000;
}
footer .float-left a {
	padding: 0 20px;
}

/********** FOOTER **********/

table.mbl-responsive td {
	padding:8px !important;
}
.page-wrapper {
    background: #ffffff;
}

/********** MEDIA **********/



@media (max-width: 1199px) {
.top_searchbar .form-control {
    width: 130px;
}
.navbar .nav-link {
    padding: 9px 5px !important;
}
/*.post-text {
    min-height: 150px;
}*/
}
@media (max-width: 991px) {
.navbar-nav {
	padding: 15px 0;
	border-top: 1px #000000 dashed;
	margin-top: 15px !important;
}
.navbar .nav-link {
	padding: 6px 15px !important;
	margin:0 !important;
}
.navbar-toggler {
	background: #000000;
	border: 2px #000000 solid !important;
}
.navbar-toggler-icon {
	width: 1.1em;
	height: 1.1em;
}
.navbar .nav-item ul {
    position: relative;
    width: 96%;
    display: block;
    margin-left: 4%;
}
.nav-item ul li ul {
    left: 0;
    display: block !important;
    margin: 0 !important;
    background: #f2f2f2 !important;
    padding: 10px !important;
}
.top_searchbar .form-control {
	width: 100%;
}
.bell_noti {
    right: 55px;
}
.nitification_box {
    right: 0;
}
.fly-in-text li {
    font-size: 40px;
	margin-right: 0;
}
footer .float-left, footer .float-right {
	width: 100%;
	text-align: center;
}
}
@media (max-width: 767px) {
table.mbl-responsive {
	border: 0;
}
table.mbl-responsive thead {
	display: none;
}
table.mbl-responsive tr {
	margin-bottom: 10px;
	display: block;
	border-bottom: 2px solid #ddd;
}
table.mbl-responsive td {
	display: block;
	text-align: right !important;
	font-size: 14px;
	min-height:50px;
	border-bottom: 1px dotted #ccc;
}
table.mbl-responsive td:last-child {
	border-bottom: 0;
}
table.mbl-responsive td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 20px;
	font-size:12px;
}
.post-text {
    min-height: 120px;
}
.marquee .owl-controls .owl-prev, .marquee .owl-controls .owl-next {
    top: 42.5%;
}
}
@media (max-width: 575px) {
.friends_box {
	text-align:center;
}
.friends_box .media {
    display: block;
	padding:10px;
}
.friends_box .media .form-control {
    margin: 0 auto;
}
.post_sec .media {
    display: inline-block;
    min-height: 130px;
}
.post_sec h3 {
    min-height: 50px;
}
}
@media (max-width: 520px) {
.nitification_box {
    width: 100%;
}
.body h2 {
	font-size: 28px;
}
.fly-in-text li {
    font-size: 26px;
}
footer .float-left a {
	width: 100%;
	float: left;
	padding: 0;
}
}

/********** MEDIA **********/
