﻿body {
    background: #fff;
    font-size: 13px;
}

legend {
    font-size: 19px;
}

.navbar-default {
    background: #e94c3d;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
        }

    .navbar-default .navbar-brand {
        background: url('../images/logo.png') no-repeat;
        width: 286px;
        text-indent: -500em;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background: #fff;
    }

.navbar-nav .dropdown-menu {
    border-top: 0;
    box-shadow: none;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
    }

.btn {
    box-shadow: none;
    border-radius: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*color: #e94c3d;*/
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
}

.field-validation-error {
    color: #e94c3d;
    font-size: 12px;
}

.input-validation-error {
    border-color: #e94c3d;
}

.text-danger {
    color: #e94c3d;
}

.nopadding.container {
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#cartpage .nopadding.container {
    border: none;
}

.blog-content {
}

    .blog-content img {
        max-width: 100%;
        height: auto;
    }


.nav-filter {
    display: block;
}

    .nav-filter li {
        position: relative;
    }

    .nav-filter > li > a, .nav-filter > li > label {
        color: #767676;
        display: block;
        padding: 4px 10px;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
    }


        .nav-filter > li > a:hover, .nav-filter > li.active > a,
        .nav-filter > li > label:hover, .nav-filter > li.active > label {
            border-left: 2px solid #e94c3d;
            color: #e94c3d;
        }

    .nav-filter > li.separator {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .nav-filter > li .label {
        position: absolute;
        right: 0;
        top: 5px;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        padding: 0;
    }

.nav-profile {
    /*border-top:1px solid #ddd;*/
}

    .nav-profile .profile-avatar {
        bottom: 15px;
        left: 20px;
        position: absolute;
        width:150px;
    }

    .nav-profile .profile-username {
        bottom: 37px;
        left: 190px;
        position: absolute;
        text-shadow:1px 1px 1px #000;
        color:#fff;
    }

    .nav-profile .col-sm-2 {
        height: 40px;
    }

    .nav-profile > li > a, .nav-profile > li.active > a, .nav-profile > li.active > a:hover {
        border-radius: 0;
        border-top-color: transparent;
        text-transform: uppercase;
        font-weight: bold;
        /*border-top:none;
        margin-right:0;*/
    }

        .nav-profile > li.active > a, .nav-profile > li.active > a:hover {
            color: #e94c3d;
        }


.table-center {
}


    .table-center > tbody > tr > td, .table-center > tbody > tr > th, .table-center > tfoot > tr > td, .table-center > tfoot > tr > th, .table-center > thead > tr > td, .table-center > thead > tr > th {
        vertical-align: middle;
        text-align: center;
    }

    .table-center th.text-left, .table-center td.text-left {
        text-align: left;
    }

    .table-center th.text-right, .table-center td.text-right {
        text-align: right;
    }

.profile-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.table .bg1 {
    background: #e2f2ff;
}

.table .bg2 {
    background: #fcebf2;
}



.jumbotron {
    background: url('../images/portfolio1.jpg') center center;
    height: 160px;
}



.navbar-default .navbar-nav > li.nav-cart a {
    font-size: 18px;
    display: inline-block;
    position: relative;
}

    .navbar-default .navbar-nav > li.nav-cart a:hover {
        background: #fff;
        color: #e94c3d;
        transition: all .6s;
    }

.navbar-default .navbar-nav > li.nav-cart .cart-count {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    display: block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #000;
    color: #fff;
    left: 26px;
    padding: 0 4px;
    font-weight: bold;
    border-radius: 50%;
}

.navbar-default .navbar-nav > li.nav-user > a {
    text-transform: none;
    font-weight: bold;
}


.panel-nostyle, .panel-nostyle .panel-heading, .panel-nostyle .panel-body {
    box-shadow: none;
    padding: 0;
    border: 0;
}

.panel-rate {
    margin-top: 25px;
}

    .panel-rate .panel-heading {
        border-bottom: 2px solid #e94c3d;
        color: #e94c3d;
        font-size: 14px;
        margin-bottom: 30px;
        position: relative;
    }

        .panel-rate .panel-heading span {
            background: #ffffff none repeat scroll 0 0;
            font-size: 19px;
            left: 0;
            padding: 3px 10px;
            position: absolute;
            text-transform: uppercase;
            top: -17px;
        }

.panel-qt {
    box-shadow: none;
}

    .panel-qt .panel-heading {
        color: #e94c3d;
        border-left: 3px solid #e94c3d;
        border-radius: 0;
        font-size: 24px;
        padding: 0 0 0 13px;
        margin-bottom: 20px;
        margin-top: 50px;
        text-transform: uppercase;
    }

    .panel-qt .panel-body {
        padding: 0;
    }


.media-artile {
}

    .media-artile .media-left {
        padding-right: 18px;
    }

    .media-artile .media-heading a {
        color: #e94c3d;
        margin-bottom: 10px;
    }

    .media-artile p {
        margin-top: 5px;
    }

    .media-artile img {
        width: 280px;
    }


.media-artiledetals {
}

    .media-artiledetals .media-content {
        /*word-break: break-all;*/
    }

        .media-artiledetals .media-content img {
            max-width: 100%;
            height: auto !important;
        }

    .media-artiledetals .media-meta {
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

        .media-artiledetals .media-meta span.date {
            color: #888;
            padding-left: 10px;
        }


.img-responsive {
    max-width: 100%;
}
.order-tr-seller {
    background: #e2f2ff none repeat scroll 0 0;
}
.order-tr-seller-total {
    background: #fcebf2 none repeat scroll 0 0;
}


.nav-notification {
}

    .nav-notification > a {
    }

.nav-user > a {
    /*padding: 10px !important;*/
}

.nav-notification .label-notification {
    padding: 5px 8px;
    background: #000;
    font-size: 11px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}

.dropdown-menu.dropdown-notification > li > a {
    white-space: normal;
    line-height: 15px;
}


@media (max-width: 1199px) {
    .main-parallax {
        padding:30px 0
    }
}

.main-parallax .module-heading {
    margin-bottom: 50px
}

.main-parallax .module-content .parallax-content,.main-parallax .module-content .form-subcribe {
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb
}

@media (min-width: 1200px) {
    .main-parallax .module-content .parallax-content,.main-parallax .module-content .form-subcribe {
        min-height:212px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-parallax .module-content .parallax-content,.main-parallax .module-content .form-subcribe {
        min-height:186px
    }
}

@media (min-width: 1200px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer_image {
        height:150px;
        max-height: 150px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer_image {
        height:100px;
        max-height: 100px
    }
}

.main-parallax .module-content .parallax-content .owl-item .item .customer_image img {
    margin: 0 auto;
    border-radius: 50%;
    width: 100%
}

@media (min-width: 1200px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer_image img {
        max-width:150px;
        max-height: 150px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer_image img {
        max-width:100px;
        max-height: 100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer_image img {
        max-width:142px;
        max-height: 142px
    }
}

@media (max-width: 767px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer_image img {
        max-width:160px;
        max-height: 160px
    }
}

.main-parallax .module-content .parallax-content .owl-item .item .customer-content {
    margin: 0;
    padding: 0;
    line-height: 21px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer-content {
        text-align:justify
    }
}

@media (max-width: 767px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer-content {
        margin-top:15px;
        text-align: center
    }
}

.main-parallax .module-content .parallax-content .owl-item .item .customer-name {
    line-height: 21px;
    color: #40b9f9
}

@media (max-width: 767px) {
    .main-parallax .module-content .parallax-content .owl-item .item .customer-name {
        margin-top:15px;
        text-align: center
    }
}

.main-parallax .module-content .parallax-content .owl-dots {
    width: calc(100% - 60px)
}

.main-parallax .module-content .parallax-content .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 3px;
    height: 5px;
    width: 10px;
    border-radius: 0;
    background: #818181
}

.main-parallax .module-content .parallax-content .owl-dots .owl-dot.active {
    background: #40b9f9
}

.main-parallax .module-content .form-subcribe p {
    margin: 0;
    padding: 0;
    line-height: 21px;
    color: #818181;
    text-align: justify
}

.main-parallax .module-content .form-subcribe form {
    position: relative;
    margin-top: 20px
}

.main-parallax .module-content .form-subcribe input {
    width: 100%;
    padding: 10px 80px 10px 20px;
    border: none;
    outline: none;
    color: #818181;
    line-height: 21px;
    background-color: #f5f5f5;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
    margin-bottom: 0
}

.main-parallax .module-content .form-subcribe .btn-subcribe {
    padding: 8px 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    min-width: auto
}
.background-1 {
    margin-bottom: 0;
    background-image: url(../images/background1.png);
    /* background-position: right bottom, left top; */
    background-repeat: no-repeat;
    background-size: cover;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail {
    height: 400px;
    padding: 50px 20px 20px 20px;
    /* border-radius: 0; */
    background-color: #2887ce;
    border-radius: 15px;
}

.thumbnail div {
    height: 200px;
    align-content: center;
    background-color: white;
}
.thumbnail div img {
    padding-top: 50px;
}
.thumbnail p {
    margin-top: 15px;
    color: white;
}
.thumbnail b, strong {
    font-size: x-large;
    font-weight: 700;
}

.footer {
    background: #2c3e50;
    position: relative;
    width: 100%;
    float: left
}

footer .site-footer .footer-inner {
    padding-bottom: 30px
}

@media (min-width: 992px) {
    footer .site-footer .footer-inner {
        padding-top:30px
    }
}

@media (max-width: 991px) {
    footer .site-footer .footer-inner {
        padding-top:30px
    }
}

footer .site-footer .footer-inner .footer-widget .footer-heading-title {
    position: relative;
    color: #fff;
    font-size: 1.28571em;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

@media (min-width: 992px) {
    footer .site-footer .footer-inner .footer-widget .footer-heading-title {
        padding:0px 0 20px
    }
}

@media (max-width: 991px) {
    footer .site-footer .footer-inner .footer-widget .footer-heading-title {
        padding:25px 0 10px
    }
}

footer .site-footer .footer-inner .footer-widget .logo-footer {
    padding-bottom: 25px;
    display: block
}
.page-info p {
    margin: 0;
    padding: 0;
    line-height: 28px;
    width: 100%;
    float: left
}

.page-info p .fa {
    width: 20px;
    float: left;
    line-height: 28px
}

.page-info p i:not(.fa) {
    float: left;
    width: 20px;
    text-align: center;
    opacity: .5
}

.page-info p span {
    width: calc(100% - 20px);
    display: block;
    float: left
}

.page-info p a {
    float: left;
    transition: all ease .3s
}

.page-info p a:hover {
    opacity: 1 !important;
    color: #40b9f9 !important
}

.page-info.footer-info p {
    color: #fff
}

.page-info.footer-info p a {
    color: #fff;
    opacity: .5
}

.page-info.footer-info p span {
    opacity: .5
}

.page-info.footer-info p i:not(.fa) {
    opacity: .5
}

.page-info.footer-info p .fa {
    opacity: .5
}

.page-info:not(.footer-info) p {
    color: #012b46
}

.page-info:not(.footer-info) p .fa {
    color: #40b9f9
}

.page-info:not(.footer-info) p span {
    color: #012b46
}

.page-info:not(.footer-info) p a {
    color: #012b46
}

.page-info:not(.footer-info) p a:hover {
    color: #40b9f9
}

.product-template {
    width: 100%;
    float: left;
    margin-top: 30px
}

.footer-widget ul {
    padding: 0px;
}
.footer-widget ul li {
    list-style: none;
    color: white;
}

.module-heading h2 span {
    border-bottom: 2px solid #5fc3f8;
    padding-bottom: 18px;
    color: white;
}

.progress-bar-text span {
    float: right
}

.progress-bar-text {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.progress-bar {
    background: #ccc none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 30px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.progress-bar > span {
    background: #fe9900 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}

.our-skill,
.skill-text {
    margin-top: 30px;
}

.skill-text h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
}

.skill-text h2:before {
    position: absolute;
    left: 0;
    top: 56px;
    height: 10px;
    width: 74px;
    background: #fe9900;
    content: "";
    z-index: 1;
}
.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    padding: 0px 380px;
}

.section-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
    margin-top: 0;
}

.section-title h2:before {
    position: absolute;
    left: 50%;
    top: 56px;
    height: 10px;
    width: 74px;
    margin-left: -37px;
    background: #fe9900;
    content: "";
    z-index: 1;
}
.single-service {
    padding: 30px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service:hover {
    box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-service h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.service-icon i {
    font-size: 40px;
    color: #fe9900;
}

.single-service p {
    margin-bottom: 0;
    color: #333;
}


