.logo-small {
  width: 80%;
}

#section-features .color-overlay {
  background: #2E3192;
}

.number {
  color: #fff!important;
}

/* footer fix*/
.widget address span strong {
    width: 160px;
	color:#fff;
}

/* non selectable text */
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
	cursor: pointer;

}

#explore-1 {
     background: #f7f7f7!important;
}

.fa-facebook{
color:#2E3191;
}



#partners {
  background-color: #fff;
}

.tp-caption {
	color: #2E3192!important; 
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
    color: #fff;
}

.blue-color {
  color:#2E3191!important;
}


#back-to-top:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f176";
    color: #fff;
    position: relative;
    margin: 5px;
}
