@import url(../css);
@import url(../css-1);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700);

.wrapper2 {
    width: 60%
}

.floatph,
.floatw {
    width: 60px;
    height: 60px;
    left: 25px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 35px;
    z-index: 100;
    position: fixed
}

.my-floatp,
.wp-button {
    margin-top: 14px
}

.floatw {
    bottom: 140px
}

.floatph {
    bottom: 75px
}

@media screen and (max-width:450px) {

    .floatph,
    .floatw {
        position: fixed;
        width: 50px;
        height: 60px;
        left: 15px;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        font-size: 35px;
        z-index: 100
    }

    .my-floatp,
    .wp-button {
        margin-top: 14px
    }

    .floatw {
        bottom: 105px
    }

    .floatph {
        bottom: 50px
    }
}

.container3 {
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, .25);
    margin: 20px 0
}

.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 50px 24px 10px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s
}

.question.active::after {
    transform: rotate(45deg)
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem
}

@media screen and (max-width:790px) {
    html {
        font-size: 14px
    }

    .wrapper2 {
        width: 80%
    }

    h1 {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.home-2 .header-area .main-menu-area ul li ul,
.testimonial-section {
    text-align: left
}

.testimonial-section h1 {
    font-size: 2.5em;
    color: #4169e1;
    margin-bottom: 20px
}

.testimonial-carousel {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap
}

.testimonial-card {
    margin: 0 5px;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: transform .3s;
    text-align: center
}

.testimonial-card:hover {
    transform: scale(1.05)
}

.client-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #4169e1
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonial-text {
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .testimonial-carousel {
        flex-wrap: wrap;
        justify-content: center
    }

    .testimonial-card {
        flex: 1 1 90%;
        margin: 10px 0
    }
}

@media (max-width:480px) {
    .testimonial-card {
        flex: 1 1 100%
    }
}

body,
html {
    --h1: 66px;
    --h2: 48px;
    --h3: 36px;
    --h4: 30px;
    --h5: 24px;
    --h6: 20px;
    height: 100%
}

.floatleft,
.order-view-left {
    float: left
}

.floatright,
.order-view-right,
.page-sidebar-area .single-sidebar ul li a span,
.shop-page-area .shop-top-bar .shop-top-bar-left ul li.right-side {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.aligncenter {
    display: block;
    margin: 0 auto 15px
}

:focus,
a:focus {
    outline: solid 0;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

img {
    max-width: 100%;
    height: auto
}

.fix,
.slider-area {
    overflow: hidden
}

.about-company-area .our-capability-area,
p {
    margin: 0 0 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: Raleway, sans-serif;
    line-height: 1.5;
    font-weight: 600
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

.single-cart-form-title h3,
h3 {
    font-size: 18px
}

a {
    transition: .3s;
    text-decoration: none
}

a:hover {
    color: #f60;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

body {
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    vertical-align: baseline
}

.acurate {
    margin: 0;
    padding: 0
}

.padding-left {
    padding-left: 0
}

.padding-right {
    padding-right: 0
}

.padding-top {
    padding-top: 50px
}

.padding-top1 {
    padding-top: 35px
}

.padding-up {
    padding-top: 100px
}

.header-area .main-menu-area ul li:hover ul li:hover a,
.home-page-video-area .video-content p,
.home-service-area .home-sidebar:hover h3 a,
.single-footer a {
    color: #fff
}

.header-area {
    left: 0;
    margin: 0;
    position: inherit;
    right: 0;
    z-index: 9;
    top: 0;
    padding: 0
}

.header-area .logo-area {
    margin: 12px 0 0
}

.about-company-area .who-we-are-area .single-area img,
.footer-top-area .footer-three ul li a img,
.header-area .logo-area a img,
.home-2 .header-area .logo-area a img {
    display: block;
    width: 100%
}

.header-area .main-menu-area ul,
.home-2 .header-area .main-menu-area ul,
.product-price .spinner input {
    text-align: right
}

.header-area .main-menu-area ul li,
.home-2 .header-area .main-menu-area ul li {
    display: inline-block;
    position: relative
}

.header-area .main-menu-area ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    color: #000;
    padding: 20px 16px
}

.header-area .main-menu-area ul li a:hover,
.main-contact-page-area .contact-text h3,
.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body .read-more a:hover,
.multiple-access-checkout a,
.news-body a {
    color: #000
}

.header-area .main-menu-area ul li a.active {
    color: #000 !important
}

.header-area .main-menu-area ul li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .3s;
    z-index: 99 !important;
    background: #000;
    width: 200px;
    text-align: left;
    visibility: hidden
}

.header-area .main-menu-area ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1)
}

.header-area .main-menu-area ul li:hover ul li {
    display: block;
    border-bottom: 1px solid #fff;
    border-left: none;
    transition: .3s
}

.big-bg-porduct-details .project-info .info-body .single-info:last-child,
.checkout-progress li:last-child,
.header-area .main-menu-area ul li:hover ul li:last-child {
    border-bottom: none
}

.header-area .main-menu-area ul li:hover ul li a {
    display: block;
    color: #fff;
    text-transform: inherit;
    padding: 10px 15px !important
}

.header-area .main-menu-area ul li ul.mega-menu-area {
    margin: auto;
    left: -160px;
    padding: 10px;
    position: absolute
}

.header-area .main-menu-area ul li ul.mega-menu-area li.single-mega-menu {
    display: inline-block;
    width: 32.9%;
    border: 0
}

.header-area .main-menu-area ul li ul.mega-menu-area li.single-mega-menu:hover,
.home-page-recent-news-area .content p.news-content:after,
.team-page .home-page-team-area,
div#sticker {
    background: 0 0
}

.header-area .main-menu-area ul li ul.mega-menu-area li.single-mega-menu a {
    transition: .3s
}

.header-area .main-menu-area ul li ul.mega-menu-area li.single-mega-menu a:hover {
    color: #ededed;
    background: 0 0
}

.stick {
    position: fixed !important;
    top: 0 !important;
    z-index: 9;
    width: 100%;
    background: rgba(255, 255, 255, .8) !important;
    margin: 0;
    padding: 0 !important;
    border-bottom: 2px solid #f60
}

.header-area.stick .logo-area {
    margin: 8px 0 0 !important
}

.home-2 .stick {
    background: rgba(0, 0, 0, .8) !important;
    padding: 0 !important
}

.main-process-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 44px;
    border-top: 1px solid #d9d9d9
}

.single-working-process-three {
    position: relative;
    width: 100%
}

.header-three .header-three-wrapper .rts-button-area {
    display: flex;
    align-items: center
}

@media (max-width:1200px) and (min-width:1024px) {
    .header-three .header-three-wrapper .rts-button-area .rts-btn {
        padding: 20px
    }
}

@media (max-width:768px) {
    .header-three .header-three-wrapper .rts-button-area .rts-btn {
        padding: 20px 25px
    }
}

@media (max-width:576px) {
    .header-three .header-three-wrapper .rts-button-area .rts-btn {
        display: none
    }
}

.header-three .header-three-wrapper .rts-button-area .menu-area {
    display: none;
    margin-left: 15px;
    background: var(--color-secondary);
    padding: 10px
}

.header-three .header-three-wrapper .rts-button-area .menu-area svg rect {
    fill: #ffffff
}

@media (max-width:1024px) {
    .header-three .header-three-wrapper .rts-button-area .menu-area {
        display: block
    }
}

@media screen and (max-width:1024px) {
    .header-seven .header-main .menu-area-start {
        display: none
    }
}

.header-seven .menu-area {
    cursor: pointer !important
}

.carousel-header,
.home-page-recent-news-area,
.main-contact-page-area .contact-text,
.product-price,
.related-product-area .related-product .single-product,
.service-page-main-section-area .single-service-area,
.shop-page-area .show-product-area .single-product-store .single-product {
    position: relative;
    overflow: hidden
}

#product-1 a,
.carousel-indicators,
.credit-card-form,
.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body p.news-content:after,
.mobile-menu-area,
.team-page .home-page-team-area .owl-buttons {
    display: none
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    width: 0
}

.carousel .carousel-control-next .carousel-control-next-icon,
.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: .5s
}

.carousel .carousel-inner .carousel-item,
.container-1,
.home-latest-project .tab-content-area .latest-project,
.home-page-recent-news-area .content p,
.home-page-team-area .team-picure,
.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body p,
.main-single-team-area .main-single-team-content .team-content,
.project-page .tab-content-area .latest-project-page,
.thumbnail-area-about {
    position: relative
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-radius: 0 50px 50px 0
}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-radius: 50px 0 0 50px
}

.carousel .carousel-control-next .carousel-control-next-icon:hover,
.carousel .carousel-control-prev .carousel-control-prev-icon:hover {
    background: var(--bs-secondary)
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    background-size: cover
}

.carousel-caption-1-content {
    text-align: left;
    padding-right: 100px;
    padding-left: 8%
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-size: cover
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start
}

@media (max-width:992px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
        margin-top: -100px
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover
    }

    .carousel .carousel-inner .carousel-item2 img {
        height: 100px;
        object-fit: cover
    }

    .carousel .carousel-inner .carousel-item .carousel-caption-1,
    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center
    }

    .carousel-caption-1-content,
    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn,
    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center
    }

    .carousel .carousel-control-next .carousel-control-next-icon,
    .carousel .carousel-control-prev .carousel-control-prev-icon {
        display: none
    }
}

.modal .modal-header {
    height: 100px
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6)
}

.container-1,
.pagination-area ul,
.product-tab-area ul.tablist-area,
.related-product-area .related-product .single-product .shop-overley .social-media-area ul,
.shop-page-area .show-product-area .single-product-store .single-product .shop-overley .social-media-area ul,
.testimonial-area .testimonial .single-testimonial {
    text-align: center
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px
}

.slider-area .slider-1 h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800
}

.slider-area .slider-1 h4 {
    position: relative;
    margin-bottom: 0;
    letter-spacing: 10px;
    color: #f60;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 900
}

.slider-area .slider-1 p {
    padding: 0 26em
}

.get-free-consultation-area .get-free-consultation-button,
.home-service-area .single-service-area a,
.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body .read-more,
.news-page-tag-section-area ul li,
.product-price.single-product ul li,
.product-tab-area ul.tablist-area li,
.radio,
.related-product-area .related-product .product-content ul li,
.shop-page-area .show-product-area .single-product-store .product-content ul li,
.shop-page-area .sidebar-area .single-item-area ul li,
.single-product-details-area ul li,
.slider-area .slider-1 .read-more {
    display: inline-block
}

.slider-area .slider-1 .read-more button {
    background: #f60;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    margin: 20px;
    transition: .3s;
    display: block;
    font-size: 13px
}

.slider-area .slider-1 .read-more button i {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px
}

.advertisement-area .view-store a:hover,
.home-page-video-area .video-content .read-more a:hover,
.slider-area .slider-1 .read-more button:hover {
    background: #82a545
}

.slider-bottom-area {
    background: center center/cover #f60;
    padding: 20px 0;
    position: relative
}

.slider-bottom-area:after {
    background: url(img/slider-bottom-bg.png) no-repeat;
    bottom: -50px;
    content: "";
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
    height: 50px
}

.slider-bottom-area .slider-bottom-text {
    margin: 35px 0
}

.slider-bottom-area .slider-bottom-text p {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500
}

.slider-bottom-area .slider-bottom button {
    background: 0 0;
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    border-radius: 0;
    margin: 20px;
    transition: .3s;
    display: block;
    border: 2px solid #fff;
    font-weight: 600
}

.get-free-consultation-area .get-free-consultation-button a:hover,
.slider-bottom-area .slider-bottom button:hover {
    background: #688d26;
    border: 2px solid #688d26
}

.home-service-area {
    position: relative;
    padding: 0;
    background: url(img/service/bg.png) left bottom no-repeat
}

.home-service-area .single-service-area {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 30px
}

.home-service-area .single-service-area:last-child {
    margin-right: 0
}

.home-service-area .single-service-area a>span {
    font-size: 42px;
    color: #f60;
    display: inline-block;
    margin-bottom: 30px;
    transition: .3s
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .content h3 a:hover,
.home-latest-project .tab-content-area .latest-project .single-project .project-overley .link a:hover,
.home-service-area .single-service-area a>span:hover,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .content h3 a:hover,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .link a:hover {
    color: #82a545
}

.home-service-area .single-service-area h3 {
    margin-bottom: 15px
}

.home-service-area .single-service-area h3 a {
    color: #000;
    transition: .3s;
    display: inline-block
}

.home-2 .header-area .main-menu-area ul li a:hover,
.home-2 .header-area .search-box .search-button i,
.home-page-team-area .total-single-team-area .content h3 a:hover,
.home-page-team-area .total-single-team-area .single-team-area .overley ul li a i:hover,
.home-service-area .single-service-area h3 a:hover,
.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body h4 a:hover,
.multiple-access-checkout a:hover,
.news-body a:hover,
.page-header-area ul li:last-child,
.page-sidebar-area .single-sidebar ul li a:hover,
.product-tab-area ul.tablist-area li a:hover,
.related-product-area .related-product .product-content h3 a:hover,
.service-page-main-section-area .single-service-area h3 a:hover,
.shop-page-area .shop-top-bar .shop-top-bar-left ul li.active a i,
.shop-page-area .show-product-area .single-product-store .product-content h3 a:hover,
.shop-page-area .sidebar-area .Category-list ul li a:hover,
.shop-page-area .sidebar-area .single-item-area h4.media-heading a:hover,
.shop-page-area .single-listed-product .listed-product-details h3 a:hover,
.single-product-details-area h3:hover,
.t-center>a:hover {
    color: #f60
}

.home-service-area .home-sidebar {
    position: relative;
    overflow: hidden;
    transition: .3s
}

#scrollUp:hover,
.home-service-area .home-sidebar:hover h3,
.pagination-area ul li a:hover {
    background: #f60
}

.home-service-area .home-sidebar h3 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    background: #fff;
    left: -125px;
    letter-spacing: 3px;
    position: absolute;
    top: 47%
}

.home-service-area .home-sidebar h3 a {
    display: block;
    color: #000;
    font-weight: 700;
    padding: 5px
}

.home-service-area .bg-image {
    background: url(img/service/bg.png) no-repeat;
    bottom: 0;
    height: 345px;
    left: 0;
    position: absolute;
    width: 345px
}

.home-latest-project {
    padding: 100px 0;
    background: #f9f9f9
}

.home-latest-project .section-title-area h2 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-transform: uppercase
}

.home-latest-project .tab-list-area ul li {
    border: 1px solid #e5e5e5;
    padding: 10.5px;
    background: #fff
}

.home-latest-project .tab-list-area ul li.active,
.project-page .tab-list-area ul li.active {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 5px solid #f60;
    background: #f9f9f9
}

.panel-heading.tab-number.active h4 a,
span.number {
    background: #8abf00;
    color: #fff
}

.home-latest-project .tab-list-area ul li a,
.project-page .tab-list-area ul li a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #646464
}

.home-latest-project .tab-content-area .latest-project .single-project {
    position: relative;
    overflow: hidden;
    height: 233px
}

.home-latest-project .tab-content-area .latest-project .single-project:hover .project-overley,
.project-page .tab-content-area .latest-project-page .single-project:hover .project-overley {
    opacity: 1;
    bottom: 0
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley,
.project-page .tab-content-area .latest-project-page .single-project .project-overley {
    background: #fff;
    bottom: -100px;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
    transition: .3s
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .content,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .content {
    padding: 10px 15px 15px
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .content h3,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .content h3 {
    margin: 0;
    font-family: Lato, sans-serif
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .content h3 a,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .content h3 a {
    color: #000;
    font-size: 14px;
    transition: .3s
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .content p {
    color: #646464;
    margin-bottom: 0
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .link,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .link {
    position: absolute;
    right: 10%;
    top: 25%
}

.home-latest-project .tab-content-area .latest-project .single-project .project-overley .link a,
.project-page .tab-content-area .latest-project-page .single-project .project-overley .link a {
    display: block;
    color: #f60;
    font-size: 20px;
    font-weight: 100;
    transition: .3s
}

.home-latest-project .tab-content-area .latest-project .owl-buttons {
    position: absolute;
    top: -60px;
    left: 0
}

.home-latest-project .tab-content-area .latest-project .owl-buttons div {
    background: #f60;
    width: 35px;
    height: 35px;
    border-radius: 0;
    opacity: 1;
    margin: 2px !important
}

.home-latest-project .tab-content-area .latest-project .owl-buttons div:hover {
    background: #000
}

.home-latest-project .tab-content-area .latest-project .owl-buttons div i,
.home-page-team-area .owl-buttons div i,
.related-product-area .owl-buttons div i {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.home-latest-project .tab-content-area .latest-project:after {
    background: #e1e1e1;
    content: "";
    height: 2px;
    left: 100px;
    margin: auto;
    position: absolute;
    top: -38px;
    width: 88%
}

.testimonial-area {
    background: url(img/bqt.jpg) center center/cover no-repeat;
    padding: 30px 0
}

.testimonial-area .testimonial .single-testimonial h3 {
    color: #f60;
    font-weight: 600;
    font-size: 24px;
    margin: 0
}

.testimonial-area .testimonial .single-testimonial p.designation {
    color: #fff;
    position: relative
}

.testimonial-area .testimonial .single-testimonial p.designation:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: #f60;
    width: 80px;
    margin: auto;
    height: 1px;
    top: 35px
}

.testimonial-area .testimonial .single-testimonial p.content {
    color: #fff;
    margin: 40px 40px 20px
}

.about-page-area .about-featured .owl-pagination .owl-page.active span,
.testimonial-area .testimonial .owl-pagination .owl-page.active span {
    background: #fff;
    border: 1px solid #fff
}

.testimonial-area .testimonial .owl-pagination .owl-page span {
    background: 0 0;
    border: 1px solid #f60;
    opacity: 1
}

.about-company-area {
    padding: 30px 0
}

.about-company-area .who-we-are-area .owl-buttons div {
    position: absolute;
    top: 40%;
    background: #f60;
    width: 45px;
    height: 45px;
    border-radius: 0;
    opacity: 1
}

.about-company-area .who-we-are-area .owl-buttons div i {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px
}

.about-company-area .who-we-are-area .owl-buttons div.owl-prev,
.project-detail-area .project-gallery .owl-buttons div.owl-prev,
.single-product-tab .owl-buttons .owl-prev {
    left: -5px
}

.about-company-area .who-we-are-area .owl-buttons div.owl-next,
.project-detail-area .project-gallery .owl-buttons div.owl-next,
.single-product-tab .owl-buttons .owl-next {
    right: -5px
}

.about-company-area .content-area {
    margin: 22px 0;
    border: 0
}

.about-company-area .content-area h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin-bottom: 26px
}

.about-company-area .content-area h3:after {
    position: absolute;
    content: "";
    left: 0;
    background: #f60;
    width: 45px;
    height: 3px;
    top: 45px
}

.about-company-area .our-capability-area h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 15px;
    position: relative;
    text-transform: uppercase
}



.about-company-area .main-service {
    padding: 1px 0 0
}

.about-company-area .panel-default {
    border: 0
}

.about-company-area .panel-default>.panel-heading {
    border-radius: 0;
    padding: 10px 20px;
    transition: .5s
}

.about-company-area .our-capability-area .panel-default>.panel-heading.active,
.about-company-area .panel-default>.panel-heading:hover {
    background-color: #f60;
    color: #fff;
    border: 0
}

.about-company-area h4.panel-title>a {
    color: inherit;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 12px 15px;
    text-decoration: none
}

.about-company-area h4.panel-title>a .heading-arrow i {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    right: 28px
}

#product-1 a.active,
.advertisement-area a,
.footer-top-area .footer-three ul li a,
.home-page-team-area .total-single-team-area .single-team-area .overley ul li a,
.home-page-team-area .total-single-team-area .single-team-area a,
.main-single-team-area .single-team-featured-image a,
.service-page-main-section-area .single-service-area a {
    display: block
}

.advertisement-area a img,
.home-page-team-area .total-single-team-area .single-team-area a img,
.related-product-area .related-product .single-product img,
.service-page-main-section-area .single-service-area a img,
.single-product-tab .tab-image li a img,
.tab-content .product-picture a img {
    width: 100%
}

.advertisement-area a img:hover,
.footer-top-area .footer-three ul li a img:hover,
.main-news-page-section-area .news-page-content-section-area .single-news-area a img:hover,
.main-single-team-area .single-team-featured-image a img:hover,
.service-page-main-section-area .single-service-area a img:hover,
.shop-page-area .single-listed-product .single-product .product-img img:hover {
    opacity: .9
}

.advertisement-area .view-store {
    background: #fff;
    bottom: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 125px
}

.advertisement-area .view-store a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: .3s;
    font-weight: 600
}

.home-page-team-area {
    padding: 50px 0 65px;
    background-position: right bottom
}

.home-page-team-area .section-title-area {
    margin-bottom: 40px
}

.home-page-team-area .section-title-area h2 {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}



.home-page-team-area .total-single-team-area {
    margin: 0 15px
}

.home-page-team-area .home-page-team1 .total-single-team-area,
.team-page .home-page-team-area .total-single-team-area {
    margin: 0 !important
}

.home-page-team-area .total-single-team-area .single-team-area {
    transition: .3s;
    position: relative
}

.home-page-team-area .total-single-team-area .single-team-area .overley {
    background: rgba(169, 211, 96, .9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: scaleY(.5);
    transform-origin: 0;
    transition: .3s
}

.home-page-team-area .total-single-team-area .single-team-area .overley ul {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%
}

.home-page-team-area .total-single-team-area .single-team-area .overley ul li,
.main-single-team-area .main-single-team-content .single-team-social-media ul li {
    display: inline-block;
    margin: 2px
}

.home-page-team-area .total-single-team-area .single-team-area .overley ul li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #fff;
    transition: .3s;
    font-size: 14px;
    font-weight: 700
}

.home-page-team-area .total-single-team-area .single-team-area:hover .overley,
.related-product-area .related-product .single-product:hover .shop-overley,
.shop-page-area .show-product-area .single-product-store .single-product:hover .shop-overley {
    opacity: 1;
    transform: scaleY(1)
}

.home-page-team-area .total-single-team-area .content {
    text-align: center;
    margin: 22px 0 30px
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details span,
.home-page-team-area .total-single-team-area .content h3 {
    margin-bottom: 5px
}

.home-page-team-area .total-single-team-area .content h3 a {
    color: #111;
    transition: .3s
}

.home-page-team-area .owl-buttons {
    left: 307px;
    top: 0
}

.home-page-team-area .owl-buttons div,
.related-product-area .owl-buttons div {
    background: #f60 !important;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    opacity: 1 !important;
    margin: 2px !important
}

.home-page-team-area .owl-buttons div:hover,
.related-product-area .owl-buttons div:hover {
    background: #000 !important
}

.home-page-team-area .team-picure img {
    position: absolute;
    right: 0;
    bottom: 0
}

.home-page-video-area {
    padding: 50px 0;
    background: url(img/video-bg.jpg) center center/cover no-repeat
}

.home-page-video-area .video-content h2 {
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.55;
    color: #fff
}

.home-page-video-area .video-content h2 span {
    font-weight: 600;
    color: #f60
}

.home-page-video-area .video-content .read-more {
    display: inline-block;
    margin-top: 20px
}

.home-page-video-area .video-content .read-more a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    background: #f60;
    color: #fff;
    padding: 13px 39px;
    font-family: Lato, sans-serif;
    text-decoration: none;
    transition: .3s
}

.home-page-video-area .video-content .read-more a i {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px
}

.home-page-recent-news-area .content {
    text-align: left !important
}

.home-page-recent-news-area .content p:after {
    background: #f60;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 42px;
    width: 50px
}

.home-page-recent-news-area .content p.meta {
    padding-bottom: 20px
}

.home-page-recent-news-area .home-page-team-area .total-single-team-area .single-team-area .overley ul li a i {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    transition: .3s;
    width: 50px
}

.home-page-recent-news-area .home-page-team-area .total-single-team-area .single-team-area .overley ul li a i:hover {
    background: #f60;
    border: 1px solid #f60;
    color: #fff
}

.home-page-recent-news-area .bg-image {
    position: absolute;
    bottom: 0;
    left: 0
}

.client-logo-area {
    position: relative;
    padding: 100px 0
}

.client-logo-area .single-logo {
    border: 1px solid #d7d7d7;
    text-align: center;
    margin: 0 15px;
    transform: scaleX(1.01);
    transition: .3s;
    height: 80px
}

.client-logo-area .single-logo:hover {
    border: 1px solid #82a545;
    transform: scaleX(1.00002);
    margin: 0 5px
}

.client-logo-area .owl-buttons .owl-next,
.client-logo-area .owl-buttons .owl-prev {
    top: 40%;
    background: #f60 !important;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    opacity: 1 !important;
    position: absolute
}

.client-logo-area .single-logo a {
    display: block;
    margin: 15px
}

.client-logo-area .owl-buttons .owl-prev {
    left: -40px
}

.client-logo-area .owl-buttons .owl-next i,
.client-logo-area .owl-buttons .owl-prev i {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center
}

.client-logo-area .owl-buttons .owl-next {
    right: -40px
}

.get-free-consultation-area {
    background: #f60;
    padding: 22px 0
}

.get-free-consultation-area .get-free-consultation-text p {
    text-align: center;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    margin-top: 33px
}

.get-free-consultation-area .get-free-consultation-button a {
    background: rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px;
    padding: 15px 10px;
    text-transform: uppercase;
    transition: .3s
}

.footer-top-area {
    background: #111;
    padding: 30px 0
}

.footer-top-area .single-footer h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.55
}

.footer-top-area .footer-two ul li,
.footer-top-area .single-footer p {
    color: #b3b3b3
}

.footer-top-area .single-footer .footer-social-media-area ul li {
    display: inline-block;
    margin: 3px
}

.footer-top-area .single-footer .footer-social-media-area ul li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    background: #f60;
    border: 1px solid #333;
    transition: .3s;
    text-decoration: none;
    text-align: center;
    border-radius: 50%
}

.footer-top-area .single-footer .footer-social-media-area ul li a:hover {
    background: #000;
    border-radius: 50%;
    border: 1px solid #000
}

.footer-top-area .footer-two ul li i {
    color: #b3b3b3;
    margin-right: 5px;
    display: inline-block
}

.footer-top-area .footer-three ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-top-area .footer-three ul li {
    display: inline-block;
    margin: 1px 3px
}

.footer-top-area .footer-four ul li {
    display: inline-block;
    color: #b3b3b3;
    margin: 0 0 15px
}

.footer-top-area .footer-four ul li i {
    margin: 5px;
    color: #f60
}

.footer-bottom-area {
    background: #000;
    padding: 20px 0
}

.footer-bottom-area .footer-bottom p {
    text-align: left;
    color: #fff;
    margin: 0
}

#scrollUp {
    background: #f60;
    bottom: 100px;
    color: #fff !important;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: .5s cubic-bezier(0, 0, 0, 1);
    width: 50px;
    z-index: 1000
}

#scrollUp i {
    display: block;
    padding-top: 5px
}

.home-2 .header-area {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 24px;
    padding: 0
}

.home-2 .header-area .logo-area {
    margin: 0
}

.home-2 .header-area .main-menu-area {
    margin-top: 10px
}

.home-2 .header-area .main-menu-area ul li a {
    display: block;
    padding: 0 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    color: #fff
}

.home-2 .header-area .search-box .search-button {
    top: 12px !important
}

.home-2 .header-area .search-box .search-text {
    top: 14px
}

.home-2 .slider-content,
.product-tab-area .tab-content {
    margin-top: 30px
}

.page-header-area {
    background: url("img/breadcrumb.jpg") center center/cover no-repeat rgba(0, 0, 0, 0);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 50px 0
}

.page-header-area ul li {
    display: inline-block;
    border: 0;
    color: #fff;
    font-family: Raleway, sans-serif;
    margin: 0 10px;
    font-weight: 600;
    position: relative
}

.page-header-area ul li:first-child:after {
    position: absolute;
    content: "\f101";
    top: 0;
    left: 50px;
    right: 0;
    display: block;
    font-family: FontAwesome
}

.page-header-area ul li a {
    display: block;
    text-decoration: none;
    color: #fff
}

.about-page-area {
    padding: 40px 0
}

.about-page-area .about-text-area h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 20px
}

.about-page-area .about-text-area h3:after {
    position: absolute;
    content: "";
    left: 0;
    background: #f60;
    width: 50px;
    height: 3px;
    top: 50px
}

.about-page-area .about-featured-image a img {
    width: 100%;
    display: block;
    -webkit-box-shadow: 22px -22px 0 0 #f1f1f1;
    -moz-box-shadow: 22px -22px 0 0 #f1f1f1;
    box-shadow: 22px -22px 0 0 #f1f1f1
}

.about-page-area .about-featured-image a img:hover {
    opacity: .9;
    -webkit-box-shadow: 22px -22px 0 0 #f60;
    -moz-box-shadow: 22px -22px 0 0 #f60;
    box-shadow: 22px -22px 0 0 #f60
}

.about-page-area .about-featured .owl-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto
}

.about-page-area .about-featured .owl-pagination .owl-page span {
    background: 0 0;
    border: 1px solid #f60
}

.cart-page-area,
.checkout-page-area,
.main-news-page-section-area,
.main-single-team-area,
.project-page,
.service-page-main-section-area,
.total-wishlist-area {
    padding: 100px 0
}

.project-page .tab-list-area ul li {
    border: 1px solid #e5e5e5;
    padding: 12px;
    background: #fff
}

.project-page .tab-content-area .latest-project-page .single-project {
    position: relative;
    overflow: hidden;
    float: left;
    width: 33%
}

.project-page .tab-content-area .latest-project-page .single-project .project-overley .content p {
    color: #646464;
    margin: 0
}

.big-bg-porduct-details .project-info {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 386px;
    box-shadow: 0 10px 21px rgba(27, 18, 18, .05);
    border-radius: 0
}

@media only screen and (max-width:1199px) {
    .big-bg-porduct-details .project-info {
        bottom: 1px
    }
}

.big-bg-porduct-details .project-info .info-head {
    background: var(--color-primary);
    border-radius: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .big-bg-porduct-details .project-info {
        position: relative;
        width: 100%;
        border-radius: 0;
        margin-bottom: 30px;
        margin-top: -33px
    }

    .big-bg-porduct-details .project-info .info-head {
        border-radius: 0
    }
}

@media only screen and (max-width:767px) {
    .big-bg-porduct-details .project-info {
        position: relative;
        width: 100%;
        border-radius: 0;
        margin-bottom: 30px;
        margin-top: -59px
    }

    .big-bg-porduct-details .project-info .info-head {
        border-radius: 0
    }
}

.big-bg-porduct-details .project-info .info-head .title {
    color: #fff;
    margin-bottom: 0
}

.big-bg-porduct-details .project-info .info-body {
    padding: 15px 40px
}

.big-bg-porduct-details .project-info .info-body .single-info {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #e9e9e9
}

@media only screen and (max-width:479px) {
    .big-bg-porduct-details .project-info .info-head {
        padding: 12px 14px
    }

    .big-bg-porduct-details .project-info .info-head .title {
        font-size: 18px
    }

    .big-bg-porduct-details .project-info .info-body {
        padding: 15px 10px
    }

    .big-bg-porduct-details .project-info .info-body .single-info {
        padding: 15px 0
    }
}

.big-bg-porduct-details .project-info .info-body .single-info .info-ico i {
    height: 50px;
    width: 50px;
    background: #f9f0f0;
    color: var(--color-primary);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details {
    margin-left: 20px
}

.big-bg-porduct-details .project-info .info-body .single-info .info-details .name {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 3px
}

.service-page-main-section-area .single-service-area h3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 26px
}

.service-page-main-section-area .single-service-area h3 a {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
    color: #000;
    transition: .3s;
    text-decoration: none
}

.service-page-main-section-area .single-service-area h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    display: block;
    background: #f60;
    width: 50px;
    height: 3px
}

.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body h4 a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    transition: .3s
}

.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body .read-more a {
    display: block;
    text-decoration: none;
    color: #f60;
    transition: .3s;
    font-weight: 700;
    margin: 0 5px 0 0
}

.main-single-team-area .main-single-team-content .team-content .designation,
.pagination-area {
    padding-top: 0
}

.pagination-area ul li {
    display: inline-block;
    margin-top: 50px
}

.pagination-area ul li.active a,
.related-product-area .related-product .single-product .shop-overley .social-media-area ul li a:hover,
.shop-page-area .show-product-area .single-product-store .single-product .shop-overley .social-media-area ul li a:hover {
    background: #f60;
    color: #fff
}

.pagination-area ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #666;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: .3s
}

.media-object {
    margin-right: 20px
}

.single-news-area .news-title {
    font-size: 22px
}

.single-news-area ul {
    margin: 0 30px
}

.single-news-area ul li {
    list-style: disc
}

.page-sidebar-area .single-sidebar h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    transition: .3s;
    position: relative;
    text-transform: uppercase
}

.page-sidebar-area .single-sidebar h3:after {
    position: absolute;
    content: "";
    left: 0;
    top: 40px;
    display: block;
    background: #f60;
    width: 45px;
    height: 3px
}

.page-sidebar-area .single-sidebar #custom-search-input {
    margin: 45px 0 0;
    padding: 0
}

.page-sidebar-area .single-sidebar #custom-search-input .search-query {
    padding-right: 4px;
    padding-left: 4px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.page-sidebar-area .single-sidebar #custom-search-input button {
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 3px;
    color: #f60;
    left: -20px;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 2px 0;
    position: relative;
    z-index: 999
}

.page-sidebar-area .single-sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
}

.page-sidebar-area .single-sidebar ul li:last-child,
.total-area {
    border: none
}

.page-sidebar-area .single-sidebar ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    transition: .3s
}

.meta {
    margin-bottom: 18px
}

.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body {
    padding: 0 0 30px
}

.news-page-tag-section-area {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin: 60px 0 20px;
    padding: 20px 0
}

.comments-area h4,
.leave-comments-area h4,
.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body>h3.media-heading>a,
.news-page-tag-section-area h3,
.news-page-tag-section-area h3 a {
    color: #000;
    margin-bottom: 0
}

.main-news-page-section-area .news-page-content-section-area .single-news-area .news-body>h3.media-heading>a:hover {
    color: #f60;
    margin-bottom: 0
}

.news-page-tag-section-area ul li a {
    display: block;
    padding: 2px;
    color: #646464
}

.comments-area {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px
}

.comments-area .main-comments a {
    padding-right: 30px
}

.comments-area .main-comments .comments-body p,
.shop-page-area .single-listed-product .listed-product-details h3 {
    margin-bottom: 10px
}

.comments-area .main-comments .comments-body .replay-area a i,
.main-conatct-form-area .page-sidebar-area .single-sidebar ul li i {
    color: #f60;
    margin-right: 10px
}

.leave-comments-area {
    padding-top: 30px
}

.leave-comments-area fieldset,
.main-conatct-form-area .main-contact-form fieldset,
.main-conatct-form-area .page-sidebar-area .single-sidebar {
    margin-top: 20px
}

.leave-comments-area fieldset input {
    background: #f4f4f4;
    border-radius: 0;
    height: 45px;
    margin-right: 20px
}

.leave-comments-area fieldset input:focus,
.leave-comments-area fieldset textarea:focus,
.main-conatct-form-area .main-contact-form fieldset input:focus,
.main-conatct-form-area .main-contact-form fieldset textarea:focus {
    border: 0;
    box-shadow: none
}

.leave-comments-area fieldset textarea {
    background: #f4f4f4;
    border-radius: 0;
    margin-right: 20px
}

.leave-comments-area fieldset .btn-send,
.main-conatct-form-area .main-contact-form .btn-send {
    background: #f60;
    border: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: .3s
}

.add-cart a:hover,
.billing-information .button-area button:hover,
.button-area button.button:hover,
.leave-comments-area fieldset .btn-send:hover,
.left-checkout .button-area button:hover,
.main-conatct-form-area .main-contact-form .btn-send:hover,
.right-checkout .button-area button:hover,
.shop-page-area .single-listed-product .listed-product-details .listed-product-action ul:hover,
.shop-page-area .single-listed-product .listed-product-details .product-description a:hover {
    background: #688d26
}

.news-body>h3 {
    margin: 0 0 6px
}

.news-title {
    margin: 22px 0 16px !important
}

.project-detail {
    padding: 70px 0 0
}

.project-detail-area .project-gallery .owl-buttons div {
    position: absolute;
    top: 40%;
    background: #f60;
    width: 45px;
    height: 45px;
    font-size: 26px;
    line-height: 36px;
    border-radius: 0;
    opacity: 1
}

.team-page {
    background: #fff
}

.main-single-team-area .main-single-team-content .team-content:after {
    background: #f60;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 80px;
    width: 45px
}

.main-single-team-area .main-single-team-content .team-content h2 {
    font-size: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 600
}

.main-conatct-form-area .page-sidebar-area .single-sidebar ul,
.main-single-team-area .main-single-team-content p,
.shop-page-area .sidebar-area .tag-area {
    padding-top: 20px
}

.main-single-team-area .main-single-team-content .single-team-social-media {
    margin-top: 65px
}

.main-single-team-area .main-single-team-content .single-team-social-media ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f60;
    color: #fff;
    transition: .3s
}

.error-page-area .error-page-message .home-page a:hover,
.main-single-team-area .main-single-team-content .single-team-social-media ul li a:hover {
    background: #688d26;
    color: #fff
}

.main-contact-page-area,
.shop-page-area {
    padding: 100px 0 0
}

.main-contact-page-area .contact-text:after {
    background: #f60;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 80px
}

.main-contact-page-area .contact-text p,
.shop-page-area .sidebar-area .Category-list,
.shop-page-area .sidebar-area .cart-text {
    padding-top: 10px
}

.main-conatct-form-area {
    padding-bottom: 100px
}

.main-conatct-form-area .main-contact-form fieldset input {
    background: #ddd;
    border-radius: 0;
    height: 45px;
    margin-right: 20px
}

.main-conatct-form-area .main-contact-form fieldset textarea {
    background: #ddd;
    border-radius: 0;
    margin-right: 20px
}

.main-conatct-form-area .page-sidebar-area .single-sidebar ul li {
    display: inline-block;
    padding: 10px 0
}

.error-page-area {
    padding: 100px 0;
    text-align: center
}

.error-page-area .error-page {
    background: url(img/error.png) center center/cover no-repeat;
    padding: 100PX
}

.error-page-area .error-page h1 {
    font-size: 300px;
    color: #fff;
    line-height: 300px
}

.error-page-area .error-page p {
    font-size: 30px;
    color: #fff
}

.error-page-area .error-page-message {
    margin-top: 60px
}

.error-page-area .error-page-message p {
    font-size: 18px;
    color: #000
}

.error-page-area .error-page-message .home-page a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background: #f60;
    padding: 15px 35px;
    transition: .3s
}

.shop-page-area .shop-top-bar {
    border: 1px solid #eee;
    overflow: hidden;
    margin: 20px 0
}

.shop-page-area .shop-top-bar .shop-top-bar-left ul li {
    display: inline-block;
    padding: 30px 0;
    margin: 0 5px;
    font-size: 16px
}

.shop-page-area .shop-top-bar .shop-top-bar-left ul li a i {
    font-size: 20px;
    color: #000
}

.shop-page-area .show-product-area {
    padding: 20px 0
}

.related-product-area .related-product .product-content,
.shop-page-area .show-product-area .single-product-store .product-content {
    margin: 20px 0 0
}

.others p,
.shop-page-area .show-product-area .single-product-store .product-content h3 {
    margin-bottom: 0
}

.related-product-area .related-product .product-content h3 a,
.shop-page-area .show-product-area .single-product-store .product-content h3 a,
.shop-page-area .single-listed-product .listed-product-details h3 a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: .3s
}

.related-product-area .related-product .product-content ul li i,
.shop-page-area .show-product-area .single-product-store .product-content ul li i,
.shop-page-area .sidebar-area .single-item-area ul li i,
.single-product-details-area ul li i {
    font-size: 14px;
    color: #f7c51d
}

.related-product-area .related-product .product-content p,
.shop-page-area .show-product-area .single-product-store .product-content p,
.shop-page-area .sidebar-area .single-item-area p {
    font-weight: 700;
    color: #f60;
    font-family: Raleway, sans-serif
}

.shop-page-area .show-product-area .single-product-store .single-product:hover img {
    transform: scale(1.03)
}

.related-product-area .related-product .single-product a,
.shop-page-area .show-product-area .single-product-store .single-product a {
    display: block;
    position: relative;
    overflow: hidden
}

.related-product-area .related-product .single-product .shop-overley,
.shop-page-area .show-product-area .single-product-store .single-product .shop-overley {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(168, 210, 94, .9);
    transition: .3s;
    opacity: 0;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: 0
}

.related-product-area .related-product .single-product .shop-overley .social-media-area,
.shop-page-area .show-product-area .single-product-store .single-product .shop-overley .social-media-area {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 40%;
    bottom: 0
}

.related-product-area .related-product .single-product .shop-overley .social-media-area ul li,
.shop-page-area .show-product-area .single-product-store .single-product .shop-overley .social-media-area ul li {
    display: inline-block;
    margin: 5px
}

.related-product-area .related-product .single-product .shop-overley .social-media-area ul li a,
.shop-page-area .show-product-area .single-product-store .single-product .shop-overley .social-media-area ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: .3s
}

.shop-page-area .single-listed-product {
    overflow: hidden;
    padding-bottom: 50px
}

.shop-page-area .single-listed-product .listed-product-details span {
    font-weight: 700;
    color: #f60;
    font-family: Raleway, sans-serif;
    margin-bottom: 10px;
    display: block
}

.shop-page-area .single-listed-product .listed-product-details .product-description p {
    line-height: 25px
}

.shop-page-area .single-listed-product .listed-product-details .product-description a {
    transition: .3s;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    float: right
}

.shop-page-area .single-listed-product .listed-product-details .listed-product-action ul {
    background: #f60;
    display: inline-block
}

.shop-page-area .single-listed-product .listed-product-details .listed-product-action ul li {
    display: inline-block;
    border-right: 1px solid #ededed
}

.shop-page-area .single-listed-product .listed-product-details .listed-product-action ul li a {
    display: block;
    padding: 10px;
    transition: .3s;
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

.shop-page-area .sidebar-area {
    margin-bottom: 60px;
    margin-top: 20px
}

.shop-page-area .sidebar-area .single-sidebar h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #0e0e0e;
    position: relative;
    font-size: 22px
}

.shop-page-area .sidebar-area .single-sidebar h3:after {
    background: #f60;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 45px;
    width: 50px
}

.shop-page-area .sidebar-area .single-sidebar .sidebar-search {
    overflow: hidden;
    position: relative;
    padding-top: 20px
}

.shop-page-area .sidebar-area .single-sidebar .sidebar-search input {
    border: 1px solid #f60;
    color: #000;
    padding: 10px;
    width: 100%
}

.shop-page-area .sidebar-area .single-sidebar .sidebar-search button {
    background: #f60;
    border: none;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 999
}

.shop-page-area .sidebar-area .Category-list ul li {
    border-bottom: 1px solid #ededed
}

.shop-page-area .sidebar-area .Category-list ul li:last-child {
    border-bottom: 0
}

.shop-page-area .sidebar-area .Category-list ul li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #0e0e0e;
    transition: .3s
}

.shop-page-area .sidebar-area .single-item-area .image img {
    opacity: .8;
    transition: .3s
}

.shop-page-area .sidebar-area .single-item-area .image img:hover,
.single-product-tab:hover .owl-buttons {
    opacity: 1
}

.shop-page-area .sidebar-area .single-item-area h4.media-heading {
    font-family: Lato, sans-serif
}

.shop-page-area .sidebar-area .single-item-area h4.media-heading a {
    color: #666;
    font-size: 14px;
    transition: .3s
}

.shop-page-area .sidebar-area .tag-area ul li {
    display: inline-block;
    margin: 3px 2px
}

.shop-page-area .sidebar-area .tag-area ul li a {
    display: block;
    padding: 8px 10px;
    background: #f60;
    transition: .3s;
    color: #fff
}

.shop-page-area .sidebar-area .tag-area ul li a:hover {
    background: #5d801e
}

.product-price.single-product ul li>.spinner {
    width: 80px
}

.single-product-tab .tab-image li a img:hover,
.tab-content .product-picture a img:hover {
    opacity: .7
}

.single-product-tab {
    margin: 10px 0 0;
    border: 0;
    overflow: hidden
}

.single-product-tab .tab-image {
    border: 0;
    text-align: center
}

.single-product-tab .tab-image li {
    display: inline-block;
    border: 0
}

.single-product-tab .owl-buttons .owl-next,
.single-product-tab .owl-buttons .owl-prev {
    position: absolute;
    top: 28%;
    background: #f60 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    height: 30px;
    width: 30px
}

.single-product-tab .tab-image li a {
    display: block;
    margin: 0;
    padding: 0
}

.single-product-tab .owl-buttons {
    opacity: 0
}

.single-product-tab .owl-buttons .owl-next i,
.single-product-tab .owl-buttons .owl-prev i {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px
}

.single-product-details-area {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px
}

.single-product-details-area h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    transition: .3s
}

.single-product-details-area p {
    font-weight: 700;
    font-size: 18px;
    color: #f60;
    font-family: Raleway, sans-serif
}

.single-product-details-area span {
    margin: 0;
    color: #000;
    font-size: 18px;
    transition: .3s;
    font-weight: 600
}

.content-area {
    border-bottom: 1px solid #ededed;
    margin: 15px 0
}

.content-area .text {
    margin: 10px 0
}

.product-price.single-product {
    border: none;
    min-height: auto
}

.product-price.single-product .product-info {
    opacity: 1;
    left: 130px;
    top: 0;
    transform: none
}

.product-price.single-product:hover .product-info {
    transform: scale(1.1)
}

.product-price .spinner,
.product-price.single-product .product-info ul {
    width: 200px
}

.product-price .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell
}

.product-price .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    height: 22px
}

.product-price .input-group-btn-vertical>.btn:first-child {
    border-top-right-radius: 4px
}

.product-price .input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px
}

.product-price .input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px
}

.product-price .form-control {
    height: 42px
}

.add-cart a {
    background: #8abf00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 9px;
    position: absolute;
    left: 90px;
    text-transform: uppercase;
    top: 0;
    z-index: 999
}

.product-overview-area {
    padding: 65px 0
}

.others {
    padding: 20px 0 0
}

.others p span {
    font-weight: 600;
    font-size: 16px;
    color: #000
}

.product-tab-area ul.tablist-area li a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase
}

.related-product-area {
    padding: 60px 0
}

.related-product-area h3 {
    color: #111;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 15px
}

.related-product-area .single-product-area {
    margin: 15px
}

.related-product-area .related-product:after {
    background: #e1e1e1;
    content: "";
    height: 2px;
    left: 35%;
    margin: auto;
    position: absolute;
    top: -39px;
    width: 64%
}

.related-product-area .related-product .product-content h3 {
    margin: 0;
    font-size: 18px
}

.related-product-area .related-product .single-product:hover img {
    transform: scale(1.03);
    width: 100%
}

.related-product-area .owl-buttons {
    left: 305px;
    position: absolute;
    top: -60px
}

.single-product .sidebar-area {
    margin-top: 0 !important
}

.checkout {
    display: block;
    margin: 150px 0 0
}

.panel.panel-default {
    border: none;
    margin-bottom: 7px
}

.panel-heading {
    padding: 0 !important
}

span.number {
    border-radius: 4px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 0 10px;
    text-align: center;
    width: 30px
}

.tab-number h4 {
    border: none;
    text-align: left;
    background: #f5f5f5
}

.tab-number a {
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 50px;
    color: #555
}

.left-checkout {
    float: left;
    width: 48%;
    margin-right: 1%
}

.left-checkout h3,
.right-checkout h3 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.left-checkout p {
    font-size: 1.08em;
    margin: 0 0 10px
}

.billing-information ul.form-list li.control label,
.left-checkout ul.form-list li.control label {
    font-weight: 400;
    margin: 0
}

.left-checkout h4 {
    color: #555;
    margin: 10px 0 0;
    font-weight: 400
}

.left-checkout ul.features {
    padding-left: 18px
}

.left-checkout .button-area,
.right-checkout .button-area {
    padding-top: 15px;
    margin-top: 20px
}

.billing-information .button-area button,
.left-checkout .button-area button,
.right-checkout .button-area button {
    clear: both;
    padding: 10px;
    text-align: left;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    margin: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
    transition: .3s
}

.right-checkout {
    float: right;
    width: 48%;
    margin-left: 1%
}

.right-checkout ul.form-list .input-box .input-text.required-entry {
    width: 317px;
    height: 38px;
    border-radius: 0;
    border: 1px solid #eee;
    padding-left: 10px;
    text-align: left;
    background: #f0f0f0
}

.right-checkout ul.form-list li label.required {
    font-weight: 400;
    margin: 0 0 5px
}

.right-checkout a.f-left {
    margin-left: 10px
}

.billing-information ul.form-list li label.required {
    font-weight: 400;
    margin: 10px 0 0
}

.checkout-progress>h2 {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase
}

.checkout-progress li.not-completed:after {
    content: ""
}

.checkout-progress li:after {
    color: #8abf00;
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: 40px;
    margin-left: -10px
}

.checkout-progress li {
    border-bottom: 2px solid #8abf00;
    color: #666;
    display: inline-block;
    font-size: 1.08em;
    font-weight: 400;
    margin: 0 25px;
    text-transform: capitalize
}

.checkout-progress li:last-child a {
    color: #777
}

.checkout-progress li a {
    color: #071041;
    display: block;
    padding: 15px
}

.checkout-progress li a:hover {
    color: #688d26
}

.checkout-progress li i {
    color: #666;
    padding: 0 10px 0 0
}

.billing-information ul.form-list li .input-box .input-text.required-entry {
    width: 317px;
    height: 38px;
    border-radius: 0;
    padding-left: 10px;
    text-align: left;
    background: #f0f0f0;
    margin-top: 10px;
    border: none
}

.billing-information ul.form-list .input-box select {
    width: 317px;
    height: 38px;
    border-radius: 0;
    border: 1px solid #eee;
    padding-left: 10px;
    text-align: left;
    background: #f0f0f0;
    margin-top: 10px
}

.order-view-left li,
.order-view-right li {
    line-height: 30px
}

li.grand-total {
    font-weight: 700
}

.order-review,
.order-review-total-price {
    background: #f3f3f3 !important;
    display: block;
    overflow: hidden;
    padding: 5px
}

.button-area button.button {
    clear: both;
    padding: 10px;
    text-align: left;
    background: #8abf00;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 700;
    transition: .3s
}

p.f-left {
    display: inline;
    padding: 0 0 0 10px
}

em {
    color: red;
    margin: 0 10px 0 0
}

.cart-page>h2 {
    color: #555;
    display: inline-block;
    margin: 0 0 16px;
    font-size: 1.91em;
    font-weight: 400
}

.cart-page h2 {
    font-size: 30px;
    font-weight: 400;
    padding: 0 0 20px
}

.table-button-area {
    border: 0 solid #ededed;
    clear: both;
    margin: 10px 0 50px;
    overflow: hidden;
    padding: 10px 0
}

.cart-page tbody tr td img.shop-image {
    height: 80px
}

td.t-center .fa.fa-trash {
    color: red;
    cursor: pointer;
    display: block;
    text-align: center
}

.cart-page .t-center {
    text-align: center;
    vertical-align: middle;
    width: 200px
}

.t-center>a {
    display: block;
    text-align: center;
    color: #000
}

.a-center .input-text.qty {
    background: #f0f0f0;
    border: 1px solid #e5e5e5;
    height: 40px;
    text-align: center;
    width: 50px
}

.cart-page table.table tr:last-child {
    background: #fcfcfc
}

.cart-page table.table .big-td {
    max-width: 100%;
    width: 200px
}

.table-button-left {
    width: 48%;
    margin-right: 1%;
    float: left
}

.table-button-right {
    margin-left: 0;
    float: right
}

.table-button-right ul li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.table-button-right .button-area button.button {
    margin: 0 0 0 10px
}

.min-area {
    margin-left: -15px;
    margin-right: -15px
}

.single-cart-form-button .button-area button.button {
    margin: 20px 15px 10px
}

.single-cart-form {
    border: 1px solid #ddd
}

.single-cart-form-title {
    padding: 20px
}

.single-cart-form .form-list {
    padding: 0 15px
}

.single-cart-form .form-list>p {
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 15px 0 0
}

.single-cart-form ul.form-list li .input-box .input-text.required-entry {
    width: 100%;
    height: 40px;
    border: none
}

.single-cart-form ul.form-list li .input-box select {
    width: 100%;
    height: 40px
}

.single-cart-form .table>tbody>tr>td {
    border-top: 0 solid #fff;
    font-weight: 700
}

.single-cart-form .table>tbody>tr>td.left {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.single-cart-form .table>tbody>tr>td.right {
    text-align: right;
    font-size: 18px;
    font-weight: 400
}

.single-cart-form-last {
    padding: 20px 10px 0 15px;
    background: #fafafa
}

.single-cart-form .table .total-money {
    font-size: 20px !important;
    font-weight: 700 !important
}

.single-cart-coupon-button .button-area button.button {
    float: right;
    margin: 20px 0 0
}

.multiple-access-checkout {
    margin: 10px 0 0;
    text-align: right
}

.single-product .shop-page-area {
    padding: 100px 0 50px
}

.stick .search-box-area a.search-button {
    top: 22px !important
}

.home-2 .header-area.stick .search-box .search-button {
    top: 32px !important
}