@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, body{
    font-family: 'Roboto', sans-serif;
    
}

.sicc-logo {
	position: relative;
	top: -55px;
	left: 0;
	float: left;
	
}
.sicc-logo img {
	max-width: 300px;
	
}

.navbar-default .navbar-nav > li > a {
  color: #222;
  font-size: 18px;
}

.navbar{
	border-bottom:2px solid #0A993C;
	max-height: 100px;
	margin-bottom: 100px;
	
}

.panel-success .panel-heading {
  background-color: #0a993c;
}

.heading-subtitle {
	position: relative;
margin-bottom: 15px;
font-size: 16px;
text-transform: uppercase;
padding-bottom: 0;
color: #0A993C;
font-weight: 700;
align-items: center;
letter-spacing: inherit;
justify-content: flex-start;
display: inline-flex;
}
.heading-subtitle::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #0A993C;
  margin-right: 10px;
}

.widget h2 {
  text-transform: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
  font-size: 22px;
  color: #181819;
  font-weight: 700;
}
.widget h2::before {
  content: '';
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: #0A993C;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


@media (max-width:768px){
	
.navbar-default .navbar-collapse {
    background-color: green;
    
  }
 .col-lg-4, .col-lg-3, .higher {
	margin-top:120px; 
 }
    
  .sicc-logo img {
	max-width: 100px;
	
}	
}

@media (min-width:768px){
	.col-lg-4 {
	margin-top:60px; 
 }	
	
}

.nav-tabs > li > a {
  color: #0A993C;
  font-size: 16px;
}
.nav-tabs > li.active > a {
  color: #0A993C;
  font-size: 16px;
}
p.blog-widget {
	text-transform: none;
font-size: 14px;
margin-bottom: 10px;
font-family: "Poppins", sans-serif;
color: #666666;
font-weight: 300;
line-height: 1.3;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.navbar-default .navbar-nav > li.donate-here > a
 {
	background-color: #0A993C;
	color: #fff;
	font-weight: 400;
	margin-left: 30px;
}
.navbar-default .navbar-nav > li.donate-here > a:hover
 {
 	color: #a1a1a1;
}
ul.profile-text li {
	font-size: 16px;
}
h4.list-group-item-heading {
padding: 40px 0;
font-size: 20px;
}
h4.list-group-item-heading i {
line-height: 80px;
}
.profile .panel {
	border:0;
}
.nav-tabs > li.active > a {
   -webkit-box-shadow: inset 0 -2px 0 #0A993C;
  box-shadow: inset 0 -2px 0 #0A993C;
 
}
.nav-tabs > li.active > a:hover {
   -webkit-box-shadow: inset 0 -2px 0 #0A993C;
  box-shadow: inset 0 -2px 0 #0A993C;
 
}



