body {
    font-size: 13px;
    color: #202830;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, a, strong, div{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

ul, ol{
    margin: 0;
    padding: 0;
}

#on-top{
    background: #FF6D00;
    color: #FFF;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

#on-top a{
    color: #FFF;
}

header{
    padding-top: 15px;
    padding-bottom: 15px;
}

#logo{
    max-height: 50px;
}

@media screen and (max-width: 756px) {
    #logo{
        max-height: 86px;
    }
}

.header-icon-service{
    border: 1px #000 solid;
    border-radius: 3px;
    text-align: center;
    padding: 4px 10px;
}
.header-content-service span{
    color: #999;
    font-size: 12px;
}

#search-form-header button.btn {
    padding: 3px 15px;
}

.button_up{
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
    padding: 10px 35px;
}

.button_up:hover{
    color: #FFF;
    text-decoration: none;
    background: #FF8D39;
    box-shadow: none;
}

.button-search {
    background: #FF6D00;
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease-in-out 0s;
}
.button-search:hover{
    color: #FFF;
    background: #FF8D39;
    box-shadow: none;
}

.btn-header-contact{
    background: #FF6D00;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #FFF;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 3px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-header-contact:hover{
    color: #FFF;
    text-decoration: none;
    background: #FF8D39;
    box-shadow: none;
}

.nav-main{
    border-top: 1px #e7e7e7 solid;
    border-bottom: 1px #e7e7e7 solid;
    padding-top: 8px;
    padding-bottom: 8px;
}

.button-toggle-menu-mobile{
    display: block;
    margin: 0 auto;
    float: inherit;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FF6D00;
    height:5px;
}

.bx-wrapper{
    margin-bottom: 20px !important;
}

.ta-service .ta-service-inner {
    padding: 30px;
    background: rgba(0,0,0,0.5);
}

.ta-service .ta-service-inner {
    padding: 0;
    padding-top: 30px;
    height: 230px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.ta-service .ta-service-inner h3 {
    padding: 0 30px;
    margin-bottom: 30px;
    background: linear-gradient(to right, rgba(255, 109, 0, 0.82), 70%, rgba(245, 130, 32, 0.18));
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.ta-service-inner h3, .ta-service p {
    color: #fff;
}

.ta-service .ta-service-inner p {
    padding-left: 30px;
    padding-right: 30px;
}

.ta-service-inner h3, .ta-service p {
    color: #fff;
}

.container-suggest {
    color: #FFF;
}

.container-suggest .overlay {
    background: rgba(0, 5, 8, 0.80);
    padding-top: 90px;
    padding-bottom: 90px;
}

.suggest-title {
    font-size: 42px;
    margin-bottom: 20px;
    display: block;
}

.suggest-description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 45px;
}

.suggest-button-left{
    background: #FF6D00;
    color: #FFF;
    font-size: 14px;
}

.suggest-button-right{
    background: #FFFFFF;
    color: #FF6D00;
    font-size: 14px;
}

.option {
    padding-top: 60px;
    padding-bottom: 90px;
    text-align: center;
}

.option .heading-title {
    font-size: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.option-icon{
    font-size: 40px;
    color: #FF8D39;
}

.option-title{
    font-size: 70px;
    color: #FF6D00;
    font-weight: bold;
    max-height: 150px;
    overflow: hidden;
}

.option-description {
    font-weight: bold;
    text-transform: uppercase;
}

.feedback{
    padding-top: 50px;
    padding-bottom: 70px;
    background: #202830;
    color: #FFF;
}

.feedback-description{
    display: block;
    border-left: 3px #FF6D00 solid;
    padding-left: 10px;
    font-style: italic;
}

.feedback .heading-title {
    margin-bottom: 50px;
    color: #FF6D00;
    font-size: 38px;
}

.new-home {
    text-align: center;
}

.new-home {
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-home .heading-title{
    font-size: 35px;
    margin-bottom: 40px;
}

.new-home-button{
    background: #FF6D00;
    color: #FFF;
}

.new-home-title {
    color: #202830;
    font-weight: bold;
}

.new-home-title:hover {
    text-decoration: none;
    color: #FF6D00;
}

footer{
    background: #202830;
    padding-top:50px;
    padding-bottom: 50px;
    color: #969ea7;
    line-height: 23px;
    margin-top: 20px;
}

.footer-title{
    color: #FFF;
    font-size: 18px;
}
.footer-line{
    width: 60%;
    background: #FF6D00;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer a{
    color: #969ea7;
}

footer ul{
    list-style: none;
}

footer ul li a{
    display: block;
    border-bottom: 1px #969ea7 solid;
    padding: 10px 0;
}

footer ul li a:hover{
    color: #FFF;
    text-decoration: none;
}

.powered{
    background: #1A2128;
    color: #969ea7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.powered a{
    color: #FF6D00;
    font-weight: bold;
}

.new-list-title a{
    font-weight: bold;
    font-size: 20px;
    color: #202830;
    text-transform: uppercase;
}

h1.heading_title{
    margin-bottom: 30px;
    font-size: 30px !important;
    font-weight: bold;
}

.pagination .active span{
    background: #FF6D00;
    border-color: #FF6D00;
}

.pagination>li>a, .pagination>li>span {
    color: #FF6D00;
    font-weight: bold;
}

.btn-primary {
    background: #FF6D00;
    color: #FFF;
    border: none;
    font-weight: bold;
}
