img {
    vertical-align: middle;
    border-style: none;
}
li a:hover{
	text-decoration:none !important;
}

.navbar-nav>li{
	margin-top:-20px;
}
.navbar-nav a{
	text-decoration:none;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}


.feature-center {
    text-align: center;
}


.flex-row {
	padding-right: 15px;
	padding-left: 15px;
	
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  
}


.heading .top-heading-title {
    /*font-family: 'Qartella';*/
    font-size: 30px;
    font-weight: normal;
    letter-spacing: calc(1.28px);
    line-height: 1.13;
    margin-bottom: 10px;
    color: rgb(19, 20, 21);
}

.heading .top-heading-desc {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;    
    color: rgb(38, 50, 56);
    letter-spacing: calc(0.48px);
    display:block;
    color: #666;
}



.text--center {
    text-align: center !important;
}


.heading .heading-title {
    font-family: 'Qartella';
    font-size: 32px;
    font-weight: 500;
    line-height: 47px;
    margin-bottom: 0;
    color: #000;
}

.heading .heading-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 30px;
}