.bread-crumb span{
	margin-right: 0px;
}
header .dropdown-toggle::after{
	display: none;
}
.funfact-section .icon-box img,
.fluid-section .icon-box img{
	margin: 30px 0;
}

.contact-form input[type="tel"]{
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.contact-form.style-five input[type="tel"]{
    background: #f3f3f3;
    border-color: #f3f3f3;
}