body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #29293a;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-family: 'Barlow', sans-serif;
    line-height: 1.4;
    margin-top: 0;
    
    
}

.logo img {
    padding: 8px 0;
}

.sf-menu li li:hover > a {
    background: #444;
}

.headline {
    margin-bottom: 0px;
}

.headline h2 {
    text-transform: uppercase;
}

.headline:before,
.headline:after,
.headline h2:before {
    display: none;
}

.main-headline p {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.text-animated p {
    font-size: 16px;
}

.service-item h4 {
    font-size: 24px;
}
.featured-photo img {
    transform: scale(1);
    transition: all 0.3s;
    height: 277px;
    object-fit: cover;
    margin-bottom: 0;
}
.featured-photo .price {
   font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    background: #ff4838;
    border-radius: 3px;
    position: absolute;
    padding: 9px 32px;
    bottom: 18px;
    left: 20px;
    transform: translateY(50%);
    clip-path: polygon(9% 0,90% 3%,100% 94%,0 100%);
    width: auto;
}

.featured-text h4 a {
    color: #444;
}

.featured-text h4 a:hover {
    color: #ff4838;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

.portpage-menu li {
    padding: 8px 25px;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
    background: #444;
    border: 2px solid #444;
    color: #fff;
}

.portfolio-bg,
.team-bg {
    background: rgba(206,20,70,.4);
}

.team-text a:hover {
    color: #ff4838;
}

.button a:hover {
    background: #fff;
}

/*.blog-item a.b-head{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}*/

.blog-item a.b-head:hover {
    color: #ff4838;
}

.blog-text ul li i {
    color: #444;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    background: #444;
    color: #fff;
}

.newsletter-bg {
    background: #000;
}

.newsletter-submit input[type='submit'] {
    background: #ff4838;
}

.newsletter-submit input[type='submit']:hover {
    background: #444;
}

.footer-item h3 {
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.footer-item h3:before,
.footer-item h3:after {
    display: none;
}

.footer-item ul li a {
    padding-left: 20px;
}

.footer-item ul li a:before {
    position: absolute;
    content: '\f0a9';
    font-family: fontawesome;
    color: #c7c7c7;
    top: 0;
    left: 0;
}

.footer-item ul li a:hover {
    color: #ff4838;
}

.footer-item ul.footer-social li a:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #ff4838;
}

.brand-item {
    border: 1px solid #ddd;
    padding: 5px;
}

/*Dashboard*/
.detail-dashboard h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 25px;
}
/*Add Car*/
.clear {
    clear: both;
}
.information-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 30px;
}
.form-group label {
    font-weight: 600;
}
.form-group input {
    height: 40px;
    transition: all 0.3s;
}
.form-group select {
    height: 40px;
}
.form-group textarea {
    height: 250px;
    transition: all 0.3s;
}
.information-form .form-group button[type='submit'] {
    margin-top: 15px;
}
.information-form .other-function {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.information-form .other-function h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.information-form .other-function label {
    font-weight: 600;
}
.information-form .form-check-label {
    margin-right: 30px;
    margin-bottom: 15px;
}

/*View*/
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 14px;
    font-weight: 400;
}
table.dataTable thead {
    background: #555;
    color: #fff;
}
.dataTables_length select {
    border: 1px solid #ddd;
}
.rTable {
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {
    width: 40%;
}
.rTableCell,
.rTableHead {
    display: table-cell;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTable iframe {
    width: 300px!important;
    height: 250px!important;
}
.error {
    color: red!important;
}
.success {
    color: green!important;
}
div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none;
    /* no underline */
    
    background-color: #4a4a4a;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
    font-size: 16px;
}
div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: bold;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}

.chosen-container-single .chosen-default {
    color: #555!important;
}
.chosen-container-single .chosen-single {
    background-color: #fff!important;
}


.child {
    display: none;
}
.load-more {
    text-align: center;
    margin-top: 30px;
}
.load-more a {
    background: #dddddd;
    color:  #333;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}


.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 2px 28px 0 rgba(122,121,121,.1);
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #ff483859;
}

a.ftr_logo img {
    width: 175px;
    margin: 0 auto;
    text-align: center;
    display: block;
    display: none;
}


.banner-plane {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 2;
    animation: fly 12s linear infinite;
    opacity: .5;
}

@media(max-width: 576px) {
    .hero-style-four .banner-plane {
        display:none;
        visibility: hidden
    }
}

@keyframes fly {
    0% {
        transform: translateX(0) scale(.5);
        opacity: 0
    }

    50% {
        transform: translateX(50%) scale(.8);
        opacity: .8
    }

    100% {
        transform: translateX(100%) scale(.5);
        opacity: 0
    }
}

.testimonial-area .headline h2 {
   color: #fff;
   
}
.testimonial-area .headline .main-headline p{
    color: #fff;
    
}

.testimonial-text h3{
color: #ff4838;
}

.testimonial-area .main-headline p {
    font-size: 16px;
    color: #fff;
}
.testimonial-text {
    color: #000;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px 15px;
    margin-top: 0px;
}
.testimonial-text:hover {
    background: #00152b;
}
.testimonial-text:hover h2,
.testimonial-text:hover .testimonial-pra p{
color: #fff;
}
.testimonial-photo {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: 4px solid #f5f5f5;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 9999;
    position: absolute;
    top: 5px;
    left: 5px;
}
.testimonial-pra {
    width: 100%;
    line-height: 1.7;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: justify;
}


.justify-content-center {
    justify-content: center!important;
}
.breadcrumb-items .breadcrumb-item {
    font-size: 20px;
    color: #fff;
    position: relative;
}
.d-flex {
    display: flex!important;
}
.breadcrumb-items .breadcrumb-item a {
    color: #fff;
}
.breadcrumb-items .breadcrumb-item.active::before {
   color: #ff4838;
    font-size: 14px;
    transform: translateY(50%);
    padding-right: 12px;
    padding-left: 8px;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

.contact-info {
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    border-radius: 5px;
    padding: 20px;
}
.contact-info .contact-item:hover {
    background: #00152b;
}
.contact-info .contact-item {
    display: table;
    width: 100%;
    height: 100px;
    background: #ff4838;
    border: 1px solid #ddd;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    border-radius: 5px;
    padding: 15px 20px;
    border-radius: 5px 35px 5px 5px;
    border: 1px solid #eee;
    transition: all .4s;
}
.contact-text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.contact-info .contact-item h3 {
    font-weight: 700;
    font-size: 16px;
    color: #2d373c;
    transition: all .3s;
}
.contact-info .contact-item p{
    color: #2d373c;
}

.contact-info .contact-item:hover h3, .contact-info .contact-item:hover p {
    color: #fff;
}

.contact-form {
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    border-radius: 5px;
    padding: 40px;
}
.form-group input[type='text'], .form-group input[type='email'], .form-group input[type='password'] {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s;
    background: rgba(245,245,245,.7);
    border: 1px solid rgba(255,72,56,.15);
    box-sizing: border-box;
    border-radius: 100px;
    height: 50px;
    margin-top: 14px;
    appearance: none;
}
.form-group textarea {
    background: rgba(245,245,245,.7);
    border: 1px solid rgba(255,72,56,.15);
    box-sizing: border-box;
    border-radius: 30px;
    height: 118px !important;
    padding: 15px 20px;
}
.contact-form button[type=submit] {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: #ff4838;
    border-radius: 100px;
    border: none;
    padding: 14px 38px;
    transition: all .2s;
}
.contact-form button[type=submit]:hover {
    background: #162b32;
    color: #ff4838;
}


.about-area {
    padding: 60px 0 !important;
}
.about_counter .counter-text i {
    display: none;
}
.about_counter .counter-item {
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 120px;
    border: 0px solid #ff4838;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px;
    transition: all .4s;
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    color: #ff4838;
}
.about_counter .counter-text h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin: 0;
}
.about_counter .counter-text h2.counter {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    margin: 0;
}
.about-area h2.about-wrap-title {
    font-weight: 800;
    font-size: 45px;
    color: #2d373c;
    line-height: 1.2;
    padding-bottom: 10px;
}
.about-area h2.about-wrap-title span {
    color: #ff4838;
}
.about_text p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.about-area .counterup-area{
    margin-bottom: 15px;
}