*{
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 569px) {
	.mobile-ver-data-wrapper{
		margin-top: -40px;
	}
	.web-view{
		display: none !important;
	}
	.mobile-view{
		display: block !important;
	}
	.company-name-logo img{
		border-radius: 6px;
		width: 90px !important;
	}
	.st-list-company{
		text-align: left;
	}
}
@media only screen and (min-width: 570px) {
	.web-view{
		display: block !important;
	}
	.mobile-view{
		display: none !important;
	}
	.company-name-logo img{
		border-radius: 6px;
		width: 90px !important;
	}
	.st-list-company{
		text-align: right;
	}

}
/*Social*/
/*Social media icon*/
.st-facebook {
   color: #3b5998 !important;
}
.st-twitter {
   color: #1da1f2 !important;
}
.st-telegram {
   color: #34abe0 !important;
}
.st-google-plus {
   color: #dd4b39 !important;
}
.st-medium {
   color: #000;
}
.st-instagram {
   color: #464545 !important;
}
.st-linkedin {
   color: #0077b5 !important;
}
.st-youtube {
   color: #cd201f !important;
}
.st-github {
	color: #333333 !important;
}
.st-bitcoin {
   	color: #f2a30c !important;
}
.st-whitepaper {
	color: #8a8e8b !important;
}

/*@media only screen and (min-width: 570px) {
}*/
.st-body{
	background: #f6f8fc;
}
.st-title{
	font-size: 28px;
}
.st-title-h2{
	font-size: 24px;
}
.st-title-h3{
	font-size: 20px;
}
.st-title-h4{
	font-size: 18px;
}
.st-title-h5{
	font-size: 16px;
}
.st-search-wrapper{
  color: #222222;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(90, 91, 95, 0.2);
  border-radius: 3px;
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.gpw-wrapper{
	color: #222222;
	  position: relative;
	  display: block;
	  background: #fff;
	  box-shadow: 0px 2px 3px 0px rgba(90, 91, 95, 0.2);
	  border-radius: 3px;
	  padding: 15px 20px;
	  font-family: 'Poppins', sans-serif;
	  font-size: 14px;
}
.gpw-share-wrapper{
	position: absolute;
	top: 10px;
	right: 10px;
}
.gpw-wrapper .dropdown-toggle::after {
  display: none;
}
.st-search-container{
  position: relative;
}
.search-company-input{
  color: #000 !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: 39px;
}
.search-company-input:focus{
	border-color: #8e8e8e;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(46, 46, 46, 0.25);
}
.st-input:focus{
	border-color: #8e8e8e !important;
	outline: 0 !important;
	box-shadow: 0 0 0 .2rem rgba(46, 46, 46, 0.25) !important;
}
.st-company-name{
	color: #484848;
	font-weight: 600;
	font-size: 14px;
}
.st-company-name:hover{
	color: #007bff;
	transition: color 1s;
}
.company-name-td{
	width: 350px !important;
}
.company-name-logo{
	margin-left: -10px !important;
}
.search-company-span{
  position: absolute;
  top: 12px;
  right: 15px;
  color: #808080;
}
.search-filter{
	font-size: 12px;
}
.search-filter-label{
	margin-top: 5px;
}

.st-companies-wrapper{
  color: #222222;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(90, 91, 95, 0.2);
  border-radius: 3px;
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.search-company-table{
	width: 100%;
}
.search-company-table th{
	color: #808080;
	font-weight: 600;
	font-size: 13px;
}
.search-company-table td{
	color: #484848;
	font-weight: 400;
	font-size: 13px;
}

.guest-post-tbl{
	width: 100%;
}
.guest-post-tbl th{
	color: #808080;
	font-weight: 600;
	font-size: 13px;
}
.guest-post-tbl td{
	color: #484848;
	font-weight: 400;
	font-size: 13px;
}
.st-team-tbl thead th{
	font-size: 11px;
}
.cols-td{
	font-size: 12.1px;
}
.learn-more-td{
	padding: .25rem .5rem;
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
	font-size: 11.5px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.learn-more-td:hover{
	color: #fff;
}
.st-company-data-wrapper{
  color: #222222;
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(90, 91, 95, 0.2);
  border-radius: 3px;
  padding: 15px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.company-page-title{
	font-size: 21px;
}
.company-page-description{
	color: #5d5d5d;
	font-size: 14px;
	font-weight: 400;
}
.st-page-about h2 {
	font-size: 20px;
}
.st-page-about h3 {
	font-size: 18px;
}
.st-page-about{
	color: #5d5d5d;
}
.st-label{
	font-weight: 500;
	color: #5d5d5d;
}
.st-label-desc{
	font-weight: 400;
	color: #5d5d5d;
	font-size: 13px;
	margin-top: -5px;
}
.details-divider{
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 10px 10px 10px;
}
.st-details-link{
	color: #5d5d5d;
}
.st-details-link:hover{
	color: #007bff;
	transition: color 1s;
}
.st-details-social{
	color: #5d5d5d;
	font-size: 19px;
}
.st-details-social:hover{
	color: #007bff;
	transition: color .5s;
}
.learn-more-website-visit{
	padding: 13px 15px;
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
	font-size: 16px;
	border-radius: 4px;
	width: 100%;
	font-weight: 400;
}
.learn-more-website:hover{
	color: #fff;
}
.learn-more-website-visit i{
	font-size: 13.4px;
}
.fundraising-btn{
	padding: 13px 15px;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	font-size: 16px;
	border-radius: 4px;
	width: 100%;
	font-weight: 400;
}
.fundraising-btn:hover{
	color: #fff;
}
.fundraising-btn i{
	font-size: 13.3px !important;
}
/* pre loader shadow
*/
.shadow-loader-short{
	height: 30px;
	border-radius: 4px;
	background: #ebecef;
	width: 40%;
	display: block;
}
.shadow-loader-long{
	height: 30px;
	border-radius: 4px;
	background: #ebecef;
	width: 80%;
}
.shadow-loader-shorter{
	height: 30px;
	border-radius: 4px;
	background: #ebecef;
	width: 20%;
}
.shadow-loader-medium{
	height: 30px;
	border-radius: 4px;
	background: #ebecef;
	width: 60%;
}

/*Bootstrap custom*/
.page-item.active .page-link {
	background-color: #343a40;
	border-color: #343a40;
}
.page-link{
	color: #343a40;
}
.page-link:hover {
	color: #343a40;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
	box-shadow: 0 0 0 .2rem rgba(46, 46, 46, 0.25);
}
.less{
    word-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.more{
    white-space: normal;
}
.text-size{
    display: block;
    text-align: right;
    padding-top: 10px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}
.text-size:hover{
    color: #007bff;
	transition: color .5s;
}
.vertical-multiple{
	font-size: 11.5px;
	background: #ddd;
	border-radius: 2px;
	padding: 6px 10px;
	position: relative;
}
.remove-verticals{
	color: #808080;
	font-size: 13px;
	cursor: pointer;
}
.team-profile-img{
	border-radius: 100%;
	width: 35px;
	height: 35px;
	object-fit: cover;
}
.team_profile_thumbnail{
	border-radius: 100%;
	width:150px;
	height:150px;
	object-fit: cover;
}
.st-team-profile{
	border-radius: 100%;
	width:50px;
	height:50px;
	object-fit: cover;
}
.st-team-name{
	font-weight: 500;
	color: #5d5d5d;
	font-size: 95%;
}
.st-team-position{
	font-weight: 400;
	color: #5d5d5d;
	font-size: 85%;
}
.team-profile-wrapper{
	margin: 7px;
}
#company_edit_form label {
	font-weight: 600;
}
#company_form label {
	font-weight: 600;
}
.search_company_form {
	position: relative;
}
.search-company{
  color: #0271e8 !important;
}
.search-company-span{
  position: absolute;
  top: 12px;
  right: 15px
}
.funding-tbl thead th{
	font-weight: 600;
    color: #5d5d5d;
}
.funding-tbl tbody td a{
	color: #007bff;
}
.funding-tbl {
	font-weight: 400;
    color: #5d5d5d;
    font-size: 95%;
}
.st-share-btn{
	position: absolute;
	top: 25px;
	right: 20px;
	font-weight: 400;
	color: rgb(56, 56, 56);
}
.st-share-anchor{
	padding: 5px 8px 5px 8px;
	color: #5d5d5d;
	font-size: 12px;
	display: inline-block;
}
.st-share-anchor:hover{
	padding: 5px 8px 5px 8px;
	background: #f2f8ff;
	color: #007bff;
	border-radius: 4px;
}
.companies-found{
	/*position: absolute;*/
	/*bottom: 25px;*/
	left: 5px;
	margin-bottom: 20px;
}
.fundraise-tbl thead th{
	font-size: 12px;
	font-weight: 400;
	color: #5d5d5d;
}
.fundraise-tbl td{
	font-size: 16px;
	font-weight: 500;
}
.fundraise-tbl  td, .fundraise-tbl  th {
    padding: .05rem;
}
.featured_listing{
	padding: 7px 10px;
	position: absolute;
	top: 20px;
	right: 10px;
	/*background: #ffb01a;*/
	/*color: #fff;*/
	border-radius: 8px;
}
.feature-fundraise{
	font-size: 25px;
}
.st-featured-list{
	display: inline-block;
	padding: .4em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.st1{
	color: #fff;
	background-color: #ffc107;
}
.st2{
	color: #fff;
	background-color: #3db4e6 ;
}
.st-label-description{
	font-size: 13px;
	font-weight: 400;
	color: #5d5d5d;
}
.st-share-title{
	font-weight: 400; color: #3c3c3d; font-size: 28px;
}
.st-share-textarea{
	font-family: Courier, sans-serif;
	font-size: 13px;
	color: #5d5d5d;
}
.company_1st_td{
	position: relative;
}
.st-status-listing{
	padding: 5px 6px 2px 6px;
	position: absolute;
	left: 5px;
	top: 20px;
	z-index: 2;
	border-radius: 2px;
	color: #fff;
	font-size: 9.9px;
	height: 25px;
}
.st-active-stat{
	background: #15d767;
}
.st-end-stat{
	background: #efb23f;
}
.st-close-stat{
	background: #787878;
}