.absolute-footer, html {
    background-color: #fff !important;
}

#mobile {
    display: none;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}

.row-900 {
    width: 900px !important;
    max-width: 900px !important;
    margin: auto !important;
}

.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

#wrapper, #main {
    background: url("../images/bg-body.png") no-repeat !important;
    background-size: 100% !important;
}

/**logo**/
#logo img {
    border: 2px solid #224098;
    border-radius: 3px;
    max-height: 55px !important;
}

form.searchform {
    width: 200px;
}

ul.nav.top-bar-nav.nav-right.nav-small.nav- li a {
    color: #fff !important;
    font-size: 14px;
}

/**menu**/
div#masthead {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

div#masthead ul li {
    margin: 0px !important;
}

div#masthead ul li a {
    color: #fff;
    text-transform: unset !important;
    font-size: 15px;
    padding: 0px 13px !important;
    font-weight: normal;
}

div#masthead ul li:last-child a {
    padding-right: 0px !important;
}

/*8footer**/
footer#footer {
    background: url('../images/footer.png') no-repeat;
    background-size: cover;
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}

footer#footer .footer-top {
    width: 100%;
    color: #fff;
    display: inline-block;
}

footer#footer .footer-top .footer-logo img {
    width: 120px;
    margin-bottom: 20px;
}

footer#footer .footer-top .footer-address {
    width: 100%;
    display: inline-block;
    font-size: 15px;
}

footer#footer .footer-top .footer-vp {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

footer#footer .footer-top .footer-address p {
    margin-bottom: 10px !important;
}

footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

footer#footer .footer-top .footer-title h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0px !important;
}

footer#footer .footer-top .footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    padding: 3px 0 3px 0 !important;
    display: block;
}

footer#footer .footer-top .footer-menu ul li {
    width: calc(100% / 2);
    float: left;
    margin: 0px !important;
}

footer#footer .footer-top .footer-menu ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 5px !important;
}

footer#footer .footer-top .footer-title p {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
}

footer#footer .footer-top .input-text::placeholder {
    font-size: 15px !important;
}

footer#footer .footer-top .input-text, .textarea-text {
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 15px;
}

footer#footer .footer-top .btn-register {
    background: #d63c00 !important;
    margin: 0px !important;
    box-shadow: unset !important;
}

footer#footer .footer-social ul li a {
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: block;
}

footer#footer .footer-social ul li {
    width: 40px;
    height: 40px;
    float: left;
    background: #000000;
    margin-right: 10px;
    border-radius: 3px;
}

footer#footer .footer-social ul li:hover {
    background: #d63c00;
}

/**title**/
.home-title {
    position: relative;
    width: 100%;
    display: inline-block;
}

.home-title h2 {
    text-align: center;
    color: #fff;
    font-size: 23px;
}

.project-title h2 {
    color: #000;
    font-size: 23px;
}

.home-title:after {
    content: '';
    background: url(../images/line.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 35px;
    display: block;
    margin: auto;
}

/*8question**/
.box-question {
    width: 100%;
    display: inline-block;
}

.box-question .question-icon {
    width: 50px;
    height: 50px;
    float: left;
}

.box-question .question-content {
    width: calc(100% - 50px);
    float: left;
}

.box-question .question-content .question-summary {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.box-question .question-content h2 {
    color: #de9b29;
    font-size: 16px;
}

/**project**/
.box-project {
    width: 100%;
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.box-project .box-project-avatar {
    width: 100%;
    height: 230px;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.box-project .box-project-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.box-project .box-project-title h2 {
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    display: -webkit-box;
}

.box-project .box-project-title {
    padding: 10px 0;
}

.box-project:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.box-project:hover .box-project-title h2 {
    color: #de9b29;
}

.owl-nav button {
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    background: #fff !important;
    opacity: 1;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.owl-nav button i {
    color: #000;
}

.owl-nav button.owl-next {
    right: -50px
}

.owl-nav button.owl-prev {
    left: -50px
}

.owl-dots {
    display: none;
}

/**breadcrumbs**/
section#breadcrumbs span, section#breadcrumbs a {
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

section#breadcrumbs i {
    margin: 0px 5px;
}

section#breadcrumbs {
    padding: 10px 0;
}

/**single project**/
section#page-category {
    margin: 10px 0 20px 0;
    width: 100%;
    display: inline-block;
}

section#page-category header.header-single h2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 0px !important;
}

section#page-category .single-post-meta {
    margin: 10px 0;
    color: #333;
    font-size: 15px;
}

/**slider**/
#sync1 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sync1 .item {
    color: #fff;
    text-align: center;
    width: 100%;
    height: 450px;
}

#sync2 .item {
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 150px;
}

#sync2 .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

#sync2 .current .item {

}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

div#sync2 .owl-nav {
    display: none !important;
}

/*8single**/
.page-single {
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px 0;
}

.page-single h1, .page-single h2, .page-single h3, .page-single h4, .page-single h5, .page-single h6 {
    color: #000;
}

.page-single header.single-header h2 {
    font-size: 24px;
    color: #000;
    margin: 0px !important;
}

article.entry-content {
    color: #000;
    font-size: 16px;
}

article.entry-comment h3 {
    color: #000;
}

article.entry-comment {
    color: #000;
    width: 100%;
    display: inline-block;
}

div#respond {
    background: transparent !important;
    border: 1px dashed #5b6757;
    border-radius: 5px;
}

input#submit {
    margin: 0px !important;
}

.post-meta {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.post-meta a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #4267b2;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.post-meta a:nth-child(2) {
    background: rgba(29, 161, 242, 1.00) !important;
}

.post-meta a:nth-child(3) {
    background: #550000 !important;
}

/**Header-cart**/
.header-cart {
    position: relative;
}

.header-cart span.cart-count {
    position: absolute;
}

.header-cart a img {
    width: 18px;
}

.header-cart span.cart-count {
    position: absolute;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    font-size: 11px;
}

/*single project**/
article.table-project {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

article.table-project table {
    border: 1px solid #ddd;
}

article.table-project table td.table-title i {
    color: #eb0606;
}

article.table-project table td.table-title {
    width: 200px;
    background: #d9d9d9;
    padding-left: 15px;
    color: #000;
    font-size: 15px;
}

article.table-project table {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

article.table-project table td {
    color: #000;
    font-size: 15px;
    padding: 10px 0 10px 20px;
}

article.project-summary {
    color: #000;
    font-size: 15px;
}

article.project-summary h1, article.project-summary h2, article.project-summary h3, article.project-summary h4, article.project-summary h5, article.project-summary h6 {
    color: #000;
}

.post-share ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #3b5998;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
}

.post-share ul li:nth-child(3) a {
    background: #1da1f2 !important;
}

.post-share ul li:nth-child(4) a {
    background: #550000 !important;
}

.post-share ul li {
    display: inline-block;
    margin-left: 10px;
    color: #000;
    line-height: 30px;
    font-size: 15px;
}

.post-share ul {
    text-align: right;
}

article.projetc-related {
    width: 100%;
    display: inline-block;
    margin: 30px 0 20px 0;
}

/*8widget**/
.box-support {
    background: #f6dd79;
    padding: 10px;
}

.box-support h2 {
    color: #ec0000;
    text-align: center;
    font-size: 18px;
}

.box-support p {
    color: #ec0000;
    font-size: 15px;
    margin-bottom: 20px !important;
}

.box-support .input-text, .box-support .textarea-text {
    width: 100%;
    box-shadow: unset !important;
    border: 0px !important;
}

input.wpcf7-form-control.wpcf7-submit.btn-yc {
    background: #ec0000 !important;
    box-shadow: unset !important;
    border-radius: 4px !important;
    margin: auto;
    display: block;
}

aside#widget-post {
    background: #fff !important;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.home_title h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0px !IMPORTANT;
}

.project-item.project-widget .box-project-avatar {
    height: 180px !important;
}
