/* Add here all your CSS customizations */
.none {
	display: none !important;
}
h2.item-title {
	text-transform: uppercase !important;
}

.home-main section.bg-light {
	background-color: #fff !important;
}

.home-main {
	margin-bottom:-5px;
}

.mt-ng-top {
	margin-top:-20px;
}

.st-ng {
	margin-bottom:-35px;
}

.float-left {
	float:left;
}
.float-right {
	float:right;
}

.content-body p {
	font-size:14px;
	line-height: 2;
	position: relative;
	z-index: 999
}
.center {
	font-size: 15px;
	text-align: center;
}
.content-nav-list {
	font-size: 14px;
}
.content-body h3 {
	line-height: 2;
}
.tab-spl {
	list-style-type: square;

}
.tab-spl li {
	font-size: 15px !important;
}
.content-body li {
	font-size: 14px;
	line-height: 2.5;
}
.nm-5 {
	margin-bottom:-5em;
}
.capitalize {
	text-transform: capitalize;
}
#footer .footer-copyright {
	margin-top:0;
}
.link-box {
	cursor: pointer;
	display: block;
}
.content-title {
	line-height: 1.5;
	margin-top:2rem;
	margin-bottom:1rem;
	position: relative;
	z-index: 999;
}
.content-body h4 {
	position: relative;
	line-height: 2;
	font-size: 15px;
}
.uppercase {
	text-transform: uppercase !important;
}
.responsive {
	display: none !important;
}
.no-ul {
	list-style-type: none;
	padding: 0;
}
.no-ul li {
	line-height: 1.5
}
.no-ul p {
    transition: ease all 300ms;
    overflow: hidden;
}
.no-ul li:hover > span , .no-ul li:hover > p {
	color: #55bcc9;
}
.bg-number {
    font-size: 4em;
    font-weight: 900;
    margin-right: 7px;
    -webkit-transition: ease color 300ms;
    transition: ease color 300ms;
    text-align: center;
    line-height: 1;
    /* vertical-align: top; */
    float: left;
}
.bl-ul .bg-number {
	display: block;
}
ul.bl-ul.row {padding: 0;list-style-type: none;}
.bl-ul li:hover .bg-number {
	color:#55bcc9;
}
.bl-ul li:hover p {
     box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.1);
	 color:#55bcc9;
}
.bl-ul > li > p {
    padding: 10px;
    /* border: rgb(85, 188, 201) solid 2px; */
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.1);
    line-height: 1.75;
    text-align: center;
    transition: 0.2s linear all;
}
.bl-icon {
	font-size: 2.5em;
	display: block;
	margin: 0.5em auto;
}
.icon-box.icon-box-style-6.left {
	text-align: left;
}
.nav-tabs.nav-tabs-minimal.justify-start {
	justify-content: start;
}
.link-t {
	cursor: pointer;
}
.text-4 {
	transition: 0.1s linear color;
}
.active.link-t .text-4 {
	color:#55bcc9;
} 
.grad-border-top {
	border-top: 1px solid;
    border-image-source: linear-gradient(45deg, rgb(218, 218, 218),rgba(218, 218, 218, 0) );
    border-image-slice: 1;
}
.comm-logo {
	width:300px;
}
.max
@media only screen and (min-width: 800px) {
	.responsive-center {
		position: relative;
		top:50%;
		transform: translateY(-50%);
	}
}
@media only screen and (max-width: 991px) {
.float-right {
	float:none !important;
	margin-bottom: 1rem;
}
.spl {
	padding-top:2rem !important;
	padding-bottom:2rem !important;
}
}

@media only screen and (max-width: 500px) {
	.mt-ng-top {
	margin-top:auto;
}

.st-ng {
	margin-bottom: auto;
}
.res-pad {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.res-pad-a {
	padding-top:2em;
}
.width {
	max-width: 100vw;
}
.sm-none {
	display: none;
}
	.break {
		white-space: normal !important;
		width:100vw !important;
	}
	.center {
		text-align: center !important;
		line-height: 1 !important;
	}
.sm-order-1 {
	order:1;
}
.sm-order-2 {
	order:2;
}
.sm-order-3 {
	order:3;
}
.text-4 {
	color:#000 !important;
}
}

@media only screen and (max-width: 980px){
	.responsive {
		display: block !important; 
	}
	.logo-res {
		margin-bottom: 1.5em;
	}
}

@media only screen and (max-width: 580px){
	.spl-9 {
		font-size: 2.5rem !important;
	}
}