.color-light{
    color: #efefef;
}

.color-gray{
    color: #858585;
}

.color-logo-green{
    color: #38ab49;
}

.color-logo-red{
    color: #f68d2c;
}

ul.list-styled .color-gray{
    color: #858585;
}

.text-ledership{
    color: #858585;
    font-size: smaller;
    margin-top: 11px;
}

.pict-ledership{
    max-width: 399px;
}

.pict-ledership-single{
    max-width: 444px;
}

.dvIcon{
    text-align: left;
    vertical-align: top;
    border: dotted 0 #ccc;
}

.dvHdng{
    padding-left: 11px;
    text-transform: capitalize;
    text-align: left;
    vertical-align: top;
    border: dotted 0 #eee;
}

.mediaThumbSize{
    max-width: 55px !important;
    max-height: 55px !important;
    border-radius: 11px;
}

.text-normal{    
	font-weight: 300;
}

.circle-size{    
	max-width: 111px;
}

.element {
  cursor: pointer;
}



@media (max-width: 1200px) {
	a.logo img {
		max-height: 50px;
		width: 333px !important;
	}
}

@media (max-width: 992px) {
	a.logo img {
		max-height: 50px;
		width: 255px !important;
	}
}

@media (max-width: 768px) {
	a.logo img {
		max-height: 50px;
		width: 222px !important;
	}
}

@media (max-width: 575px) {
	a.logo img {
		max-height: 50px;
		width: 188px !important;
	}
}

.iconBoxdiv {
	min-height: 433px; 
    position: relative;   
    text-align: center; 
}

.iconBoxdiv .arrowButn{
	position: absolute;
    bottom: 22px; 
    left: 45%; 
}

.page_title-about {
	background-image: url("/assets/images/gesco-page-title-about.jpg");
	background-size: cover;
    background-position: center bottom !important;
    height: 50vh;    
	position: relative;
}

.footer-deep-down {
    background-image: url("/assets/images/footer-gesco-bg.jpg");
	background-size: cover;
    background-position: center bottom !important;
}