.theme-main-header .logo {
	position: relative !important;
}

.theme-main-menu .navbar-nav>li:last-child>a {
  padding-right: 20px !important;
}

.logo-text {
	margin-left: 15px !important;
	margin-top: 10px !important;
}

@media (max-width: 767px) {
	.logo-text{
		margin-left: 40px !important;
		margin-top: 20px !important;
	}
}

#partner-section .item {
    background-color:#fff !important;
}

.btn-starlight{
	color:#fff !important;
	background-color:#d73e4d;
	border-radius: 0;
	transition: .5s;
}

.btn-starlight:hover {
	background-color: #be2736;
	z-index: 9999;
}

.counter {
    background-color:#f5f5f5;
    padding: 50px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #be2736;
	font-size:50px;
}