﻿@import url('/Content/Admin/css/reset.css');

* {
    scrollbar-width: auto;
    scrollbar-color: #cdcdcd #ffffff;
}

    *::-webkit-scrollbar {
        width: 16px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #df7411;
        border-radius: 10px;
        border: 3px solid #ffffff;
    }

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #5c5a57;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #5a5a5a;
    margin-top: 0;
    font-style: normal
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit
    }

h1 {
    font-size: 52px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

ul, li {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none
}

a, a:hover, a:focus, a:active, button:focus {
    text-decoration: none;
    border: none;
    outline: 0
}

img {
    max-width: 100%;
    height: auto
}

.gray-bg {
    background: #f9f9ff
}

.white-bg {
    background: #fff
}

button {
    cursor: pointer
}

/* ===================================
    Header
====================================== */

.social-icon-one {
    position: relative;
    margin-top: 30px
}

    .social-icon-one li {
        position: relative;
        margin-right: 10px;
        margin-bottom: 10px;
        display: inline-block
    }

        .social-icon-one li a {
            position: relative;
            width: 40px;
            height: 40px;
            color: #f5862c;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            display: inline-block;
            background: #f4f4f4;
            transition: .3s
        }

            .social-icon-one li a:hover {
                color: #fff;
                background-color: #ef8715
            }

.social-icon-two {
    padding: 0;
    margin: 0;
    margin-bottom: 35px;
    margin-left: -15px
}

    .social-icon-two li {
        display: inline-block
    }

        .social-icon-two li a {
            font-size: 20px;
            width: 22px;
            height: 22px;
            margin: 0 18px;
            line-height: 23px;
            display: inline-block;
            text-align: center;
            background: 0 0;
            color: #1d2063;
            transition: .3s;
            font-weight: 700
        }

            .social-icon-two li a:hover {
                color: #ef8715
            }

.section-title {
    margin-bottom: 50px
}

    .section-title h2,
    .section-title .h2 {
        color: #5a5a5a;
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.1;
        font-family: Oswald, sans-serif;
        font-weight: 500;
        letter-spacing: -.2px;
        color: #333232;
        display: block;
        position: relative;
        padding-left: 10px;
    }

        .section-title h2:before,
        .section-title .h2:before {
            content: '';
            width: 4px;
            background: #b53430;
            position: absolute;
            left: 0;
            top: 5px;
            bottom: 5px;
            margin: auto;
        }

    .section-title span {
        color: #ef8715
    }

.btn {
    transition: .4s;
    color: #fff;
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 2px;
    position: relative
}

    .btn:hover {
        color: #01509f;
        background: 0 0;
        border: 1px solid #01509f
    }

    .btn.light {
        background: #f1f1f1;
        color: #b53430
    }

        .btn.light:hover {
            background: #fff
        }

/* ===================================
    Slider
====================================== */

.main-slider {
    min-height: 500px;
    background: black;
}

    .main-slider .container-fluid {
        padding: 0
    }

    .main-slider .container {
        text-align: center
    }

    .main-slider .slider-wrapper {
        position: relative
    }

        .main-slider .slider-wrapper .image img,
        .main-slider .slider-wrapper .image video {
            width: 100%;
            height: 100vh;
            max-width: none;
            object-fit: cover;
            object-position: center;
            background: black;
        }

    .main-slider .slider-caption {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 5
    }

        .main-slider .slider-caption .inner-box {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px
        }

    .main-slider .slider-caption-bg {
        max-width: 570px;
        background-color: rgba(255,255,255,.7);
        padding: 50px
    }

@media screen and (max-width:992px) {
    .main-slider .slider-caption {
        align-items: flex-end;
        margin-bottom: 10vh;
    }
}

.main-slider h1 {
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 20px;
    /* filter: drop-shadow(5px 5px 6px #0a0a0a7a);*/
}

.main-slider .dark h1 {
    color: #222
}

.main-slider h2 {
    position: relative;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2em;
    font-family: poppins,sans-serif;
}

.main-slider .dark h2 {
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 42px
}

.main-slider .link-btn {
    padding-top: 5px
}

    .main-slider .link-btn .btn {
        margin-right: 10px;
        margin-top: 10px
    }

        .main-slider .link-btn .btn:hover {
            background: #fff;
            color: #ef8715;
            border: 1px solid #fff
        }

.main-slider .theme-btn {
    margin: 0 10px 20px
}

.main-slider .text {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    /*max-width: 600px;*/
    color: #fff;
    line-height: 1.7em;
    padding-bottom: 30px;
    margin: 0 auto;
    /* filter: drop-shadow(5px 5px 6px #0a0a0a7a);*/
}

.main-slider .dark .text {
    color: #222;
    margin-bottom: 0
}

.main-slider .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.0);
    z-index: 3
}

.main-slider.style-two .slide-overlay {
    background-color: rgba(20,22,26,.1)
}

.main-slider .owl-item .slider-caption * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.main-slider .owl-item.active .slider-caption h1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.main-slider .owl-item.active .slider-caption h2 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.main-slider .owl-item.active .slider-caption .text {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.main-slider .owl-item.active .slider-caption .btn-slider {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.main-slider .owl-item.active .slider-caption .slider-caption-bg {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

/* ===================================
    Navbar
====================================== */

.slide-nav .owl-nav {
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(.97);
    -ms-transform: translateY(-50%) scale(.97);
    transform: translateY(-50%) scale(.97);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    height: 0;
    margin-top: -25px;
}

.slide-nav:hover .owl-nav {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
}

.slide-nav .owl-nav .owl-next, .slide-nav .owl-nav .owl-prev {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 46px;
    background: rgb(0 0 0 / 10%) !important;
    text-align: center;
    font-size: 24px;
    color: #fff !important;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.slide-nav .carousel-outer:hover .owl-nav .owl-next, .slide-nav .carousel-outer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible
}

.slide-nav .owl-nav .owl-prev {
    left: 20px;
    float: left
}

.slide-nav .owl-nav .owl-next {
    right: 20px;
    float: right
}

    .slide-nav .owl-nav .owl-next:hover, .slide-nav .owl-nav .owl-prev:hover {
        color: #fff;
        border-color: #ef8715
    }

/* ===================================
    Skills
====================================== */

.skills-faq {
    background-repeat: no-repeat
}

.skill-bar-wrap {
    position: relative;
    background: #f0f4ff;
    height: 6px;
    margin-top: 5px
}

.skillbar {
    width: 90%;
    height: 100%
}

.skillbar-title {
    top: 0;
    left: 20px;
    color: #333;
    font-size: 18px;
    font-weight: 500
}

.skillbar-bar {
    height: 100%;
    width: 0;
    background: #ef8715;
    display: inline-block
}

.skill-bar-percent {
    position: absolute;
    right: 15px;
    top: -30px;
    color: #333;
    font-weight: 600
}

.skillbar-single-item {
    margin-bottom: 32px
}

.accordion-box .accordion {
    margin-bottom: 30px;
    position: relative
}

    .accordion-box .accordion .accord-btn {
        padding: 11px 50px 3px 20px;
        color: #333;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
    }

        .accordion-box .accordion .accord-btn.active h5 {
            color: #fff;
            font-size: 18px
        }

        .accordion-box .accordion .accord-btn:after {
            content: '\f077';
            font-family: fontawesome;
            position: absolute;
            right: 10px;
            top: 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            font-weight: 400
        }

        .accordion-box .accordion .accord-btn.active {
            color: #fff;
            background: #ef8715
        }

            .accordion-box .accordion .accord-btn.active:after {
                content: '\f078'
            }

    .accordion-box .accordion .accord-content {
        padding: 12px 25px 17px;
        position: relative;
        display: none;
        background: #fff;
        box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
    }

        .accordion-box .accordion .accord-content p {
            margin-bottom: 0
        }

        .accordion-box .accordion .accord-content.collapsed {
            display: block
        }

.accord-content.collapsed p {
    margin-bottom: 0
}

.accordion-box .accordion .accord-btn h5 {
    font-size: 18px;
    font-weight: 500
}

/* ===================================
    About
====================================== */

.about-us-area {
    position: relative;
    background-repeat: no-repeat
}

.about-content {
}

    .about-content h3 {
        font-size: 24px;
        font-weight: 600;
        font-family: Oswald, sans-serif;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 20px;
        color: #333332;
    }

    .about-content .btn {
        margin-top: 10px;
        margin-left: 0;
    }

.video-inner {
    position: relative
}

/* ===================================
    Services
====================================== */

.service-area {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background: #f9f9ff
}

    .service-area .single-service {
        padding: 30px 20px;
        display: block;
        border-radius: 4px;
        -webkit-transition: .5s;
        transition: .5s;
        background: #fff
    }

        .service-area .single-service:hover {
            box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
        }

        .service-area .single-service .service-content h4 a {
            font-size: 22px;
            color: #333
        }

            .service-area .single-service .service-content h4 a:hover {
                color: #ef8715;
                transition: .5s
            }

        .service-area .single-service p {
            transition: .5s
        }

.service-icon {
    margin-bottom: 15px
}

    .service-icon i {
        display: inline-block
    }

        .service-icon i:before {
            font-size: 35px;
            display: inline-block;
            line-height: 100%;
            text-align: center;
            border-radius: 50%;
            margin-left: 0
        }

    .service-icon.zero i:before {
        color: #ef8715;
        font-size: 50px
    }

.our-services {
    background-repeat: no-repeat
}

.services-block-two {
    position: relative
}

    .services-block-two:hover {
        transition: .5s;
        box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
    }

    .services-block-two .inner-box {
        border: .7px solid rgba(226,226,255,.38);
        border-radius: 4px;
        padding: 30px 30px 30px 85px;
        position: relative;
        background: #fff
    }

    .services-block-two .icon-box {
        position: absolute;
        left: 20px;
        top: 50px;
        font-size: 50px;
        color: #ef8715
    }

    .services-block-two h5 a {
        font-size: 20px
    }

        .services-block-two h5 a:hover {
            color: #ef8715;
            transition: .5s
        }

.service-catergory li {
    position: relative;
    border: 1px solid #f5f5f5;
    padding: 14px 0;
    margin-bottom: 2px
}

    .service-catergory li:first-child {
        margin-bottom: 10px
    }

    .service-catergory li .caret-icon {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #848484
    }

    .service-catergory li.active a {
        color: #ef8715
    }

    .service-catergory li.active .caret-icon {
        color: #ef8715
    }

    .service-catergory li a {
        display: inline-block;
        padding-left: 15px;
        transition: .5s;
        position: relative;
        color: #222;
        font-weight: 600
    }

        .service-catergory li a:hover {
            color: #ef8715
        }

    .service-catergory li.active a:hover {
        color: #ef8715
    }

.service-single .service-downloads .download-list li {
    margin-bottom: 5px;
    background: #ef8715
}

    .service-single .service-downloads .download-list li a {
        color: #fff;
        padding: 15px 20px;
        width: 100%;
        transition: .5s;
        display: inline-block
    }

    .service-single .service-downloads .download-list li span {
        margin-right: 8px
    }

.service-sidebar .sidebar-blog {
    padding: 5px
}

.service-single .popular-news .item h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px
}

.service-single .video-image-box .img-box img {
    display: block;
    width: 100%
}

.service-single .video-image-box .fa {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    padding-left: 6px
}

.service-sidebar .popular-news h3 {
    font-size: 24px;
    margin-bottom: 12px
}

.service-sidebar .popular-news .sidebar-blog h5 a {
    font-size: 18px
}

    .service-sidebar .popular-news .sidebar-blog h5 a:hover {
    }

/* ===================================
    Profit
====================================== */

.profit li {
    position: relative;
    color: #848484;
    padding-left: 30px;
    margin: 10px 0
}

    .profit li:after {
        position: absolute;
        content: "";
        left: 0;
        top: 7px;
        width: 11px;
        height: 11px;
        background: #ef8715
    }

.profit {
    margin-bottom: 10px
}

/* ===================================
    Projects
====================================== */

.portfolio-section {
    background-repeat: no-repeat
}

.three-column-portfolio .outer-container {
    position: relative;
    margin: 0
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 15px
}

    .default-portfolio-item.style-4 {
        padding: 0
    }

    .default-portfolio-item .inner-box {
        position: relative;
        display: block;
        overflow: hidden
    }

    .default-portfolio-item .image-box, .default-portfolio-item .image-box img {
        position: relative;
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%;
    }

        .default-portfolio-item .image-box img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            right: 0;
            bottom: 0;
            margin: auto;
            object-fit: cover;
            padding: 0;
            transition: all .3s;
        }

        .default-portfolio-item .image-box:hover img {
            transform: scale(1.1);
        }

        .default-portfolio-item .image-box + div {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgb(0 0 0 / 25%);
            text-align: center;
            color: white;
        }

            .default-portfolio-item .image-box + div + i {
                position: absolute;
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                color: #b53430;
                top: 0;
                font-size: 50px;
                right: 0;
                bottom: 0;
                margin: auto;
                left: 0;
                /*border: 2px solid red;*/
                padding: 10px;
                box-sizing: content-box;
                border-radius: 10px;
                pointer-events: none;
            }

    .default-portfolio-item .overlay-box {
        position: absolute;
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 36px;
        padding: 15px 25px;
        background: rgba(0,160,155,.73);
        opacity: 0;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
        -o-transform: translateX(-130%);
        -moz-transform: translateX(-130%);
        transform: translateX(-130%)
    }

    .default-portfolio-item .inner-box:hover .overlay-box {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%)
    }

    .default-portfolio-item .overlay-content {
        position: absolute;
        left: 0;
        bottom: 5px;
        padding: 0 25px 15px
    }

        .default-portfolio-item .overlay-content h3 {
            font-size: 18px;
            color: #fff;
            line-height: 1em;
            font-weight: 500;
        }

            .default-portfolio-item .overlay-content h3 a {
                color: #fff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease
            }

                .default-portfolio-item .overlay-content h3 a:hover {
                }

        .default-portfolio-item .overlay-content .categories {
            color: #fff;
            line-height: 1.6em;
            font-weight: 400;
        }

            .default-portfolio-item .overlay-content .categories a {
                color: #fff;
                font-size: 14px;
                display: inline-block;
                margin-left: 3px;
                margin-right: 3px;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease
            }

                .default-portfolio-item .overlay-content .categories a:first-child {
                    margin-left: 0
                }

                .default-portfolio-item .overlay-content .categories a:hover {
                    color: #fff
                }

.fluid-img img {
    width: 100%
}

.project-details .content-list li {
    padding-top: 5px
}

    .project-details .content-list li i {
        color: #ef8715;
        padding-right: 12px
    }

/* ===================================
    Team
====================================== */

.team-section {
    background-repeat: no-repeat
}

.team-member {
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

    .team-member .inner-box {
        position: relative;
        overflow: hidden;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
        transition: all .3s ease;
        will-change: transform;
    }

        .team-member .inner-box:hover {
            position: relative;
            transform: scale(1.06);
        }

        .team-member .inner-box .image-box {
            margin-bottom: 0;
            position: relative;
            transition: all .4s ease;
            transform-origin: center;
            padding-top: 60%;
        }

            .team-member .inner-box .image-box img {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                object-fit: cover;
                padding: 10px;
            }

            .team-member .inner-box .image-box.ref-list-img img {
                object-fit: contain;
                object-position: center;
            }

    .team-member .desc-content {
        position: relative;
        bottom: 0;
        padding: 25px 20px;
        background: #fff;
        opacity: 1;
        /*border: 1px solid #e9eaee;*/
        transition: all .6s ease;
        -moz-transition: all .6s ease;
        -webkit-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        left: 0
    }

    /*.team-member:hover .desc-content{
    left:-200px;
    opacity:0
}*/

    .team-member h3 {
        font-size: 15px;
        margin-bottom: 0;
        color: #181818;
        font-weight: 500;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.showcase-area .team-member .inner-box {
    box-shadow: 0 0 9px 0px #d1d1d1;
}

    .showcase-area .team-member .inner-box .image-box {
        background: white;
    }

.showcase-area .prod-item {
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
    border: solid 1px #dddddd;
    display: block;
    padding: 10px;
}

.showcase-area .prod-item {
    box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
    border: solid 1px #dddddd;
    display: block;
    padding: 10px;
    background: white;
}

    .showcase-area .prod-item .prod-img {
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .showcase-area .prod-item .prod-img img {
            width: 100%;
            max-height: 100%;
            transition: transform 0.5s ease;
            object-fit: contain;
            will-change: transform;
        }

    .showcase-area .prod-item:hover .prod-img img {
        transform: scale(1.05);
    }

    .showcase-area .prod-item .prod-detail {
        z-index: 1;
        background: white;
        position: relative;
        padding: 10px;
        color: #333332;
        transition: all .3s ease;
        font-family: 'Open Sans', sans-serif;
    }

        .showcase-area .prod-item .prod-detail .prod-code {
            font-size: 14px;
            margin-bottom: 5px;
            color: inherit;
            text-align: left;
            font-weight: 600;
            line-height: 1.2;
            font-family: inherit;
            transition: inherit;
        }

        .showcase-area .prod-item .prod-detail .prod-cat {
            border-bottom: solid 1px #dddddd;
            padding-bottom: 10px;
            font-size: 12px;
            font-weight: 400;
            text-align: left;
            line-height: 1.2;
            color: inherit;
            font-family: inherit;
            transition: inherit;
        }

        .showcase-area .prod-item .prod-detail .prod-name {
            font-weight: 700;
            line-height: 1.4;
            padding-top: 10px;
            text-align: left;
            font-family: inherit;
            transition: inherit;
        }

        .showcase-area .prod-item .prod-detail:hover {
            color: #b53430;
        }

.reference-area .team-member .inner-box {
    /*box-shadow: none;*/
}

    .reference-area .team-member .inner-box .image-box {
        padding-top: 90%;
    }

    .reference-area .team-member .inner-box .desc-content {
        padding: 0 20px 10px;
    }

.gallery-area .team-member .image-box img {
    object-fit: cover;
}

.reference-area .team-member h3 {
    font-size: 11px;
    margin-bottom: 0;
    color: #8d8d8d;
    font-weight: 500;
}

.team-member .designation {
    font-size: 12px;
    color: #6e6e6e;
}

.team-member .hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 20px;
    background: #ef8715;
    transform: translateX(-100%);
    color: #fff;
    opacity: 0;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.team-member:hover .hover-content {
    transform: translateX(0%);
    opacity: 1
}

.team-member .hover-content h3 {
    color: #fff
}

.team-member .hover-content .designation {
    margin-bottom: 10px;
    color: #fff
}

.team-member .social a {
    position: relative;
    display: inline-block;
    margin: 2px 5px;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.four-item-team-carousel .owl-nav {
    padding: 0;
    text-align: center
}

    .four-item-team-carousel .owl-nav button.owl-next, .four-item-team-carousel .owl-nav button.owl-prev {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 0 8px;
        display: inline-block;
        line-height: 46px;
        border: 1px solid #f0f0f0;
        text-align: center;
        font-size: 24px;
        color: #949494;
        border-radius: 50%;
        transition: 300ms
    }

    .four-item-team-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .four-item-team-carousel .owl-nav button.owl-next {
        right: 0
    }

        .four-item-team-carousel .owl-nav button.owl-next:hover, .four-item-team-carousel .owl-nav button.owl-prev:hover {
            color: #fff;
            border-color: #ef8715;
            background: #ef8715
        }

/* ===================================
    Testimonial
====================================== */

.testimonial {
    background-repeat: no-repeat;
    background-size: cover
}

.single-testimonial {
    position: relative;
    margin-bottom: 30px
}

    .single-testimonial .single-inner {
        position: relative;
        padding: 30px;
        background: rgba(204,204,204,.1)
    }

    .single-testimonial .testimonial-content {
        margin-bottom: 15px;
        margin-top: 25px;
        position: relative
    }

        .single-testimonial .testimonial-content::before {
            content: '\201C';
            color: rgba(204,204,204,.45);
            position: absolute;
            top: -20px;
            left: 0;
            font-weight: 700;
            font-size: 70px;
            font-family: georgia
        }

        .single-testimonial .testimonial-content::after {
            content: '\201D';
            color: rgba(204,204,204,.45);
            position: absolute;
            right: 0;
            bottom: -20px;
            font-weight: 700;
            font-size: 70px;
            font-family: georgia
        }

    .single-testimonial .single-inner.style-2 {
        text-align: center;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 45px
    }

    .single-testimonial .testi-author-info {
        position: relative;
        padding-left: 85px;
        padding-top: 8px
    }

    .single-testimonial .single-inner.style-2 .testi-author-info img {
        margin: 0 auto
    }

    .single-testimonial .testi-author-info .image {
        position: absolute;
        left: 0;
        top: 0
    }

        .single-testimonial .testi-author-info .image img {
            border-radius: 50%;
            width: 70px;
            height: 70px
        }

    .single-testimonial .testi-author-info .designation {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #ef8715;
        font-weight: 500
    }

    .single-testimonial .author-info {
    }

        .single-testimonial .author-info .image {
            margin-bottom: 20px
        }

        .single-testimonial .author-info img {
            margin: 0 auto;
            border-radius: 50%;
            width: 100px;
            height: 100px
        }

        .single-testimonial .author-info .name {
        }

        .single-testimonial .author-info .designation {
            display: block;
            font-size: 14px;
            line-height: 20px;
            color: #ef8715;
            font-weight: 500
        }

.testimonial-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -20px;
    text-align: center
}

.testimonial-carousel button.owl-dot {
    position: relative;
    display: inline-block;
    height: 6px;
    width: 30px;
    border-radius: 10px;
    margin: 0 7px;
    transition: all 300ms ease;
    background-color: #727b9a
}

.testimonial-carousel .owl-dot:hover, .testimonial-carousel .owl-dot.active {
    background-color: #ef8715
}

/* ===================================
    News
====================================== */

.news-block-one {
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    /*box-shadow: 0 13px 26px 2px rgba(101,110,119,.121);*/
    padding: 20px 0;
}

    .news-block-one:hover {
        /*box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)*/
    }

    .news-block-one .news-bottom {
        -webkit-transition: all ease .6s;
        transition: all ease .6s
    }

    .news-block-one:hover .news-bottom {
        background: #fff
    }

    .news-block-one .news-inner {
        padding: 10px 0;
        position: relative;
        /*border: 1px solid rgba(204,204,204,.29);*/
        border-top: 0
    }

        .news-block-one .news-inner.style-2 {
            padding: 15px
        }

    .news-block-one .news-bottom h4 {
        margin-top: -8px;
        font-weight: 600;
        font-size: 20px
    }

        .news-block-one .news-bottom h4 a:hover {
            color: #b53430;
            background: #f3f3f3 !important;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease
        }

    .news-block-one .news-bottom .default-link:hover {
        color: #2e2e95;
        -webkit-transition: .5s ease;
        transition: .5s ease
    }

    .news-block-one .blog-thumb {
        display: block;
        overflow: hidden;
        position: relative;
        margin-bottom: 0;
    }

        .news-block-one .blog-thumb:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            opacity: 0;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            transition: all .35s;
            z-index: 1
        }

    .news-block-one:hover .blog-thumb:before {
        opacity: .3
    }

    .news-block-one:hover .blog-thumb img {
        transform: scale(1.1);
    }

    .news-block-one .blog-thumb .link-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 9;
        background: #01509f;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        opacity: 0;
        display: inline-block;
        text-align: center;
        transform: translateX(-50%) translateY(-50%) scale(.5);
        transition: all .4s ease 0s
    }

        .news-block-one .blog-thumb .link-btn:hover {
            background: #fff none repeat scroll 0 0;
            color: #01509f
        }

    .news-block-one:hover .blog-thumb .link-btn {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }

    .news-block-one .blog-thumb img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }

    .news-block-one .news-bottom blockquote {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 26px;
        padding: 22px;
        background: #ef8715;
        border-left: 4px solid #ef8715;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .news-block-one.mainpage .blog-thumb {
        padding-top: 60%;
    }

        .news-block-one.mainpage .blog-thumb img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.read_more {
    color: #b53430;
    /* font-weight: 600; */
    font-size: 34px;
    display: block;
    text-align: right;
    padding-top: 20px;
}

    .read_more:hover {
        color: #bb0009
    }

.post-admin {
    padding: 10px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    font-size: 14px;
}

    .post-admin a {
        color: #b53430;
        font-weight: 500
    }

.admin-by {
    padding-bottom: 10px
}

    .admin-by img {
        width: 30px;
        border-radius: 50%;
        height: 30px;
        margin-right: 5px
    }

.post-date {
    display: inline-block;
    padding-top: 2px
}

    .post-date i {
        margin-right: 7px
    }

.post-love i {
    margin-right: 5px
}

.pagination-nav {
}

    .pagination-nav ul li {
        display: inline-block;
        margin: 0 2px
    }

        .pagination-nav ul li a {
            border: .7px solid rgba(226,226,255,.45);
            display: block;
            color: #ef8715;
            height: 45px;
            width: 45px;
            line-height: 45px;
            text-align: center;
            font-weight: 500;
            border-radius: 50px;
            font-size: 16px;
            box-shadow: 0 13px 16px 2px rgba(101,110,119,.121)
        }

        .pagination-nav ul li.active a, .pagination-nav ul li:hover a {
            background: #ef8715;
            color: #fff
        }

.sidebar-bg {
    background: #fff;
    padding: 20px;
    box-shadow: 0 13px 22px 2px rgba(101,110,119,.121)
}

.sidebar-search {
    position: relative
}

    .sidebar-search input {
        width: 100%;
        height: 54px;
        border: none;
        border: 1px solid #f1f1f1;
        padding: 0 56px 0 12px;
        color: #9e9e9e
    }

    .sidebar-search button {
        width: 54px;
        height: 54px;
        position: absolute;
        top: 20px;
        background: #ef8715;
        right: 20px;
        color: #fff
    }

.sidebar-category {
    position: relative
}

    .sidebar-category ul {
        margin-top: 20px
    }

        .sidebar-category ul li {
            margin: 0
        }

            .sidebar-category ul li a {
                font-weight: 400;
                color: #848484;
                position: relative;
                width: 100%;
                transition: .5s ease;
                line-height: 40px;
                display: block
            }

                .sidebar-category ul li a:hover {
                    color: #ef8715;
                    transition: .5s ease
                }

.sidebar-blog .admin-by img {
    width: 30px;
    height: 30px;
    display: inline-block
}

.sidebar .owl-dots {
    position: relative;
    text-align: center
}

    .sidebar .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        background: #243e63;
        border-radius: 50%
    }

        .sidebar .owl-dots .owl-dot.active {
            background: #ef8715
        }

.sidebar-tags ul {
    margin-top: 10px
}

    .sidebar-tags ul li {
        display: inline-block;
        margin: 0 4px 8px 0
    }

        .sidebar-tags ul li a {
            border: .7px solid #e2e2ff;
            background: #fff;
            display: inline-block;
            color: #727b9a;
            border-radius: 4px;
            padding: 10px 20px
        }

            .sidebar-tags ul li a:hover {
                background: #ef8715;
                color: #fff
            }

.blog-classic {
    position: relative
}

.blog-details .news-block-one:hover .blog-thumb:before {
    opacity: 0
}

.details-post-date {
    position: absolute;
    left: -15px;
    top: 15px;
    background: #b53430;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    z-index: 9;
    margin-bottom: 5px;
    text-align: center;
}

.post-entry ul {
    margin-bottom: 20px;
    padding-left: 35px
}

.lead-point li {
    margin-bottom: 10px;
    font-weight: 600
}

    .lead-point li i {
        margin-right: 10px
    }

.post-tag {
    font-size: 13px
}

    .post-tag span {
        margin-right: 10px
    }

    .post-tag .fa-tag {
        padding-right: 10px;
        color: #ef8715
    }

.blog-share-icon span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px
}

.blog-share-icon a {
    font-size: 18px;
    transition: .3s;
    margin-right: 22px
}

    .blog-share-icon a:last-child {
        margin-right: 0
    }

.post-comments {
    padding: 30px;
    margin-bottom: 40px;
    padding-bottom: 45px;
    box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
}

.blog-coment-title h4 {
    margin-bottom: 0
}

.comments-avatar {
    float: left
}

@media(max-width:767px) {
    .comments-avatar {
        float: none
    }
}

.comments-avatar img {
    width: 90px;
    margin-right: 20px;
    border-radius: 50%
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0
}

.latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0
}

.latest-comments li.children {
    margin-left: 80px
}

@media(max-width:767px) {
    .latest-comments li.children {
        margin-left: 0
    }
}

.comments-box {
    border-top: 1px solid #eaedff;
    padding: 20px 0
}

.comments-text {
    overflow: hidden;
    padding-top: 4px
}

@media(max-width:767px) {
    .comments-text {
        margin-top: 15px
    }
}

.comments-text p {
    margin-bottom: 0;
    margin-top: 8px
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 7px
}

.avatar-name span {
    color: #ef8715;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px
}

.avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative
}

.reply {
    color: #6f7172;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
    line-height: 1;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0
}

    .reply:hover {
        color: #ef8715
    }

    .reply i {
        margin-right: 5px
    }

.post-comments-form {
}

.post-comments-title h2 {
    font-size: 26px;
    color: #140a20;
    margin-bottom: 0
}

/* ===================================
    Contact
====================================== */

.contact-post-form {
    padding: 30px;
    box-shadow: 0 13px 26px 2px rgba(101,110,119,.121)
}

@media(max-width:767px) {
    .contact-post-form {
        padding: 20px
    }
}

.contact-post-form input {
    border: none;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    color: #727b9a
}

.contact-post-form textarea {
    border: none;
    height: 150px;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    color: #727b9a
}

#contacts-form input::placeholder, #contacts-form textarea::placeholder {
    color: #727b9a
}

.contact-icon {
    position: relative
}

    .contact-icon::after {
        position: absolute;
        content: "";
        font-family: fontawesome;
        font-weight: 700;
        display: inline-block;
        font-size: 16px;
        text-align: center;
        right: 30px;
        color: #ef8715;
        top: 18px
    }

.contact-post-form .contact-icon::before {
    display: none
}

.contacts-name::after {
    content: "\f007"
}

.contacts-email::after {
    content: "\f0e0"
}

.contacts-phone::after {
    content: "\f095"
}

.contacts-website::after {
    content: "\f0ac"
}

.contact-post-form .btn {
    margin-top: 0
}

.contact-page-info {
}

.contact-info {
    text-align: center;
    padding: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    box-shadow: 0 13px 26px 2px rgba(101, 110, 119, .121);
    height: calc(100% - 30px);
}

    .contact-info:hover {
        box-shadow: 0 15px 16px 0 rgba(0,0,0,.03),0 0 82px 0 rgba(0,0,0,.02);
        background: #fff;
        border-color: #fff;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .contact-info .inner-icon {
        color: #b53430;
        font-size: 40px
    }

        .contact-info .inner-icon i.fas.fa-phone {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .contact-info h4 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 22px;
    }

    .contact-info h5 a {
        color: #333;
        font-size: 16px;
    }

        .contact-info h5 a:hover {
            color: #ef8715;
            transition: .5s
        }

.contact-section {
    position: relative
}

    .contact-section .default-form-area {
        padding: 80px 45px 70px 20px
    }

.contact-form.contact-page-form .form-group {
    margin-bottom: 20px
}

.contact-form.contact-page-form input, .contact-form.contact-page-form select, .contact-form.contact-page-form textarea {
    border: 0;
    border-bottom: 1px solid #fff;
    background: 0 0;
    padding: 0;
    color: #fff
}

    .contact-form.contact-page-form input:focus, .contact-form.contact-page-form select:focus, .contact-form.contact-page-form textarea:focus {
        box-shadow: none
    }

.contact-form.contact-page-form textarea {
    height: 110px
}

.contact-form.contact-page-form .theme-btn {
    margin-top: 30px
}

.contact-form.contact-page-form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-form.contact-page-form ::-moz-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-form.contact-page-form :-ms-input-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-form.contact-page-form :-moz-placeholder {
    color: #fff;
    font-size: 15px
}

.contact-section .contact-right {
    position: relative;
    width: 50%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat
}

    .contact-section .contact-right:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #b53430;
    }

    .contact-section .contact-right .default-form-area {
        position: relative;
        max-width: 585px;
        float: right
    }

.default-form-area .section-title {
    margin-bottom: 20px
}

.default-form-area h2 {
    color: #fff;
    font-size: 28px
}

.contact-section-btn .btn {
    margin-top: 10px
}

.contact-page-from .default-form-area {
    background: #ef8715;
    margin-bottom: 80px;
    padding: 80px 50px 70px
}

.sommet-thank-you, .sommet-form-message {
    color: #fff;
}

/* ===================================
    Stats
====================================== */

.funfact {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

    .funfact:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.6313)
    }

.stat-item {
    border: 1px solid rgba(255,255,255,.26);
    text-align: center;
    padding: 20px 10px;
    background: rgba(255,255,255,.07)
}

    .stat-item .count {
        font-size: 45px;
        padding-bottom: 25px;
        font-weight: 600;
        color: #f9f9f9;
        display: inline-block;
        line-height: 63px
    }

    .stat-item .text {
        position: relative;
        margin-top: 6px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        margin: 0
    }

        .stat-item .text::after {
            content: " ";
            display: block;
            height: 1px;
            width: 80px;
            background: #ef8715;
            top: -15px;
            left: 50%;
            margin-left: -40px;
            position: absolute
        }

/* ===================================
    Page Title
====================================== */

.page-title {
    position: relative;
    background-size: cover;
    background-position: center;
    text-align: center
}

    .page-title:before {
        position: absolute;
        content: '';
        background: rgba(0,0,0,.4);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .page-title h1 {
        position: relative;
        color: #fff;
        font-size: 40px
    }

    .page-title .bread-crumb {
        text-align: left;
    }

        .page-title .bread-crumb li {
            position: relative;
            margin-right: 20px;
            color: #fff;
            display: inline-block;
            line-height: 30px;
        }

            .page-title .bread-crumb li.active {
                /*color: #ef8715;*/
                font-weight: 500
            }

            .page-title .bread-crumb li span {
                margin-right: 10px
            }

            .page-title .bread-crumb li:before {
                content: '\f105';
                position: absolute;
                right: -21px;
                top: 0;
                width: 20px;
                text-align: center;
                line-height: 30px;
                font-family: fontawesome;
                font-weight: 900
            }

            .page-title .bread-crumb li:first-child {
                margin-left: 0
            }

            .page-title .bread-crumb li:last-child:before {
                display: none
            }

            .page-title .bread-crumb li a {
                color: #fff;
                transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease
            }

                .page-title .bread-crumb li a:hover {
                    color: #ef8715
                }

/* ===================================
    404 Page
====================================== */

.error-section .error-text h2 {
    color: #ef8715;
    font-size: 150px;
    font-weight: 700;
    letter-spacing: 4px
}

.error-section h3 {
    font-weight: 500;
    font-size: 28px;
    margin-top: 25px;
    font-weight: 500
}

.error-section h5 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 40px
}

.error-section .error-options .or {
    color: #2f2f2f;
    font-size: 18px;
    margin: 0 18px;
    font-weight: 500
}

.error-search-box {
    position: relative;
    margin-top: 12px;
    width: 320px;
    display: inline-block
}

    .error-search-box .form-group {
        position: relative;
        margin: 0
    }

        .error-search-box .form-group input[type=text], .error-search-box .form-group input[type=search] {
            padding: 10px 50px 10px 20px;
            border: 2px solid #ededed;
            display: block;
            width: 100%;
            height: 54px;
            border-radius: 40px;
            transition: 500ms
        }

        .error-search-box .form-group input:focus {
            border-color: #ef8715
        }

        .error-search-box .form-group button {
            position: absolute;
            right: 0;
            top: 0;
            height: 55px;
            width: 50px;
            line-height: 52px;
            text-align: center;
            display: block;
            font-size: 14px;
            color: silver;
            background: 0 0;
            border-radius: 0 3px 3px 0;
            font-weight: 400
        }

            .error-search-box .form-group input:focus + button, .error-search-box .form-group button:hover {
                color: #ef8715;
                border-color: #ef8715
            }

/* ===================================
    Partners
====================================== */

.partners-section {
}

    .partners-section .section-title {
        margin-bottom: 25px
    }

    .partners-section .item {
        padding: 20px;
        background: #fff;
        border: 1px solid rgba(204,204,204,.31)
    }

        .partners-section .item img {
            width: auto
        }

/* ===================================
    Call To Action
====================================== */

.purchase-section {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

    .purchase-section:before {
        content: '';
        position: absolute;
        background: rgba(0,0,0,.58);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -9
}

.purchase-section h3 {
    position: relative;
    color: #fff;
    padding-left: 15px
}

.purchase-section .btn {
    margin-top: 0;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

/* ===================================
    Footer
====================================== */

.footer {
    position: relative;
    background: #2b2b2b;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

    /*.footer:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.78)
    }*/

    .footer .footer-column {
        margin-bottom: 30px
    }

    .footer .footer-logo {
        position: relative;
        margin-bottom: 30px
    }

        .footer .footer-logo img {
            display: block;
            max-width: 100%
        }

    .footer .logo-widget .social-icon-one li a {
        color: white;
        background: transparent;
        border: 1px solid #b53430;
    }

        .footer .logo-widget .social-icon-one li a:hover {
            background: #b53430;
        }

    .footer .footer-widget h2 {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        padding-bottom: 20px;
        color: #dbdbdb;
        margin-bottom: 40px;
        line-height: 19px;
    }

        .footer .footer-widget h2:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 40px;
            height: 1px;
            background-color: #b53430
        }

    .footer .logo-widget .text {
        padding-right: 40px
    }

    .footer .links-widget .list {
        margin-top: -7px
    }

        .footer .links-widget .list li a {
            position: relative;
            display: inline-block;
            padding: 2px 0 7px 20px;
            color: #fff;
            font-weight: 600;
        }

            .footer .links-widget .list li a:before {
                content: '\f105';
                position: absolute;
                left: 0;
                top: 6px;
                line-height: 15px;
                font-family: fontawesome
            }

            .footer .links-widget .list li a:hover {
                color: #ef8715
            }

    .footer .posts-widget .post {
        position: relative;
        min-height: 90px;
        margin-bottom: 15px
    }

        .footer .posts-widget .post:last-child {
            margin-bottom: 0;
            border: 0
        }

        .footer .posts-widget .post .post-thumb {
            display: none;
            top: 0;
            width: 73px;
            height: 73px;
            border-radius: 50%;
            position: absolute;
            left: 0
        }

            .footer .posts-widget .post .post-thumb img {
                width: 100%;
                display: block
            }

        .footer .posts-widget .post .news-text {
            position: relative;
            line-height: 24px;
            padding: 0 0 5px;
            top: -4px;
            max-width: 90%;
            font-size: 16px;
            color: #f4f4f4
        }

            .footer .posts-widget .post .news-text a {
                color: #a7a7a7;
                /* font-weight: 600;*/
                font-size: 12px;
            }

                .footer .posts-widget .post .news-text a:hover {
                    color: #e5e5e5;
                    /* font-weight: 600;*/
                    font-size: 12px;
                }

        .footer .posts-widget .post .time {
            line-height: 24px;
            position: relative;
            color: #383838;
            font-size: 14px;
            font-weight: 600
        }

.footer-form {
}

    .footer-form input {
        border: none;
        height: 50px;
        margin-bottom: 10px;
        padding: 0 15px;
        width: 100%;
        color: #545454;
        border-radius: 2px;
        background: #dfdfdf
    }

    .footer-form textarea {
        border: none;
        height: 90px;
        margin-bottom: 10px;
        padding: 8px 15px;
        width: 100%;
        color: #aaa;
        background: #313131
    }

        .footer-form input::placeholder, .footer-form textarea::placeholder {
            color: #aaa
        }

.footer-bottom {
    text-align: center;
    background: black;
    position: relative;
    padding: 30px 0
}

    .footer-bottom .copyright {
        font-size: 13px;
        color: #8f8f8f;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600
    }

    .footer-bottom a {
        color: #999999
    }

/* ===================================
    Map Section
====================================== */

.contact-map-section {
    position: relative;
    width: 100%;
    height: 100%
}

    .contact-map-section .map-outer {
        position: relative;
        height: 500px
    }

    .contact-map-section .map-canvas {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 562px
    }

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 10px
}

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        color: #121212
    }

/* ===================================
    Features Section
====================================== */

.features-section {
    background: #f7f7f7
}

    .features-section .single-feature {
        position: relative;
        padding: 0 0 0 95px;
        margin-bottom: 27px
    }

        .features-section .single-feature .icon-box {
            position: absolute;
            left: 0;
            top: 14px;
            background: #ef8715;
            width: 70px;
            height: 70px;
            line-height: 70px;
            border-radius: 50px;
            text-align: center;
            z-index: 1
        }

            .features-section .single-feature .icon-box.bg-round:before {
                position: absolute;
                content: "";
                left: -9px;
                top: 17px;
                background: rgba(0,160,155,.7);
                width: 70px;
                height: 70px;
                line-height: 70px;
                border-radius: 50px;
                z-index: 0
            }

            .features-section .single-feature .icon-box span:before {
                font-size: 35px;
                color: #fff;
                margin: 0;
                transition: all 500ms ease;
                z-index: 2;
                position: relative
            }

        .features-section .single-feature:hover .icon-box i, .features-section .single-feature:hover h4 a {
            color: #ef8715
        }

        .features-section .single-feature h4, .features-section .single-feature h4 a {
            line-height: 26px;
            color: #000;
            font-weight: 600
        }

[photoswipe] {
    cursor: pointer;
}

.gallery-viewer-play-video-btn-container {
    position: relative;
    cursor: pointer;
}

    .gallery-viewer-play-video-btn-container button {
        pointer-events: none;
        position: absolute;
        outline: 0;
        border: none;
        background-color: transparent;
        padding: 0;
        color: inherit;
        text-align: inherit;
        font-size: 100%;
        font-family: inherit;
        cursor: pointer;
        line-height: inherit;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 48px;
        margin-left: -34px;
        margin-top: -24px;
        -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    }

    .gallery-viewer-play-video-btn-container .ytp-large-play-button-bg {
        -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
        -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
        transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
        fill: #cc181e;
        fill-opacity: 1;
    }

.YouTubePopUp-Wrap .loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -36px;
    color: #fff;
}

#leftMenu .subMenu {
    opacity: 0;
    pointer-events: none;
    background: white;
    position: absolute;
    top: 0;
    left: 100%;
    width: 300px;
    z-index: 10;
    transition: opacity .3s;
}

#leftMenu > div, .subMenu > div {
    position: relative;
    transition: background-color .3s;
    border-bottom: 1px solid #999999;
}

    #leftMenu > div:last-child, .subMenu > div:last-child {
        border-bottom: none
    }

    #leftMenu > div a, .subMenu > div a {
        display: block;
        padding: 5px 10px;
    }

#leftMenu div:not(.subMenu):hover, #leftMenu div.active {
    background-color: #f3f3f3;
}

#leftMenu div:hover > .subMenu {
    opacity: 1;
    pointer-events: initial;
}

#leftMenu a.fa-regular {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 28px;
}


.footer .text {
    color: #919191
}

/*.main-slider,
.main-slider .slider-wrapper .image img,
.main-slider .slider-wrapper .image video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}*/

@media screen and (min-width: 771px) {
    header.mainpage-header.main-header {
        position: absolute;
    }

        header.mainpage-header.main-header .header-top {
            background: rgba(34, 34, 34,.2);
        }

        header.mainpage-header.main-header .header-upper {
            background: rgba(34, 34, 34,.2);
        }

            header.mainpage-header.main-header .header-upper .main-menu .navigation > li > a,
            header.mainpage-header.main-header .header-top .social-links a,
            header.mainpage-header.main-header .header-top .links-nav li .fa,
            header.mainpage-header.main-header .search-box-btn,
            header.mainpage-header.main-header .header-top .links-nav li a {
                color: white;
            }

                header.mainpage-header.main-header .header-top .links-nav li a:hover,
                header.mainpage-header.main-header .main-menu .navigation > li > a:hover {
                    color: #685629;
                }

        header.mainpage-header.main-header .dropdown-item {
            color: #685629 !important;
        }
}

@media screen and (max-width:770px) {
    #leftMenuPart {
        display: none;
    }

    .main-slider,
    .main-slider .slider-wrapper .image img,
    .main-slider .slider-wrapper .image video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        min-height: unset;
    }
}

.boat {
    background: #EFEFEF;
    text-align: center;
    margin-bottom: 30px;
}

    .boat .details {
        padding: 18px;
    }

    .boat .note {
        line-height: 180%;
        margin-bottom: 20px;
    }

    .boat h2.boat-title {
        font-size: 21px;
    }

    .boat .image-wrapper {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        overflow: hidden;
        background: black;
    }

        .boat .image-wrapper img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .3s;
        }

        .boat .image-wrapper:hover img {
            transform: scale(1.1);
            opacity: .8;
        }

    .boat .button a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #7c7474;
        margin-top: 20px;
        transition: all .3s;
    }

        .boat .button a:hover {
            color: white;
            background: #5a5a5a;
        }

div.prodMainImg img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
}

section.page-title .container .outer-box {
    position: absolute;
    bottom: 10px;
}

    section.page-title .container .outer-box h1 {
        display: none;
    }


#catButton, #brandButton, #preOrderButton {
    display: inline-flex;
    position: unset;
    border-radius: 10px;
    margin: 5px;
    transition: all 300ms ease;
    justify-content: center;
    align-items: center;
}

#catButton {
    background: #b53430;
    border: 1px solid #b53430;
}

    #catButton:hover {
        color: #b53430;
    }

#preOrderButton {
    background: #429119;
}

    #preOrderButton:hover {
        color: #429119;
        background: #f1f1f1;
    }

#brandButton {
    background: #2a836a;
}

    #brandButton:hover {
        color: #2a836a;
        background: #f1f1f1;
    }

#prod-title {
    display: block;
    margin: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 32px;
}

.news-text li {
    list-style: inside;
}

#cookiePart {
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0,.78);
    width: 100%;
    bottom: 0;
}

    #cookiePart .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
    }

        #cookiePart .container-fluid a {
            display: block;
        }

@media screen and (max-width:700px) {
    #cookiePart .container-fluid {
        display: block;
    }
}

#cookiePart .text a {
    color: #b53430;
    display: inline;
}

    #cookiePart .text a:hover {
        color: #b53430;
        display: inline;
    }

#cookiePart .btn {
    padding: 5px 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

#tags {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    #tags a {
        padding: 5px 15px;
        border-radius: 5px;
        color: #9a9a9a;
        border: 1px solid #9a9a9a;
        transition: all .3s ease;
    }

        #tags a:hover {
            background: #b53430;
            color: white;
            border-color: white;
        }

.prod-detail table, .prod-detail td, .prod-detail th {
    border: 1px solid;
    border-collapse: collapse;
}

.prod-detail td, .prod-detail th {
    padding: 5px;
}

.prod-detail .row-header {
    background-color: #d57622;
    color: white;
    font-weight: bold;
    border: 1px solid #d57622 !important;
}

.main-slider-carousel .owl-item .image:after {
    background: linear-gradient(to right, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0) 50%), linear-gradient(to top, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0) 25%);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    pointer-events: none;
}

.btn-slider {
    border-color: #b53430;
    color: white;
}

    .btn-slider:hover {
        background: #b53430;
        border-color: #b53430;
        color: white;
    }

.btn-about-us {
    border-color: #b53430;
    color: #333232;
    margin: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'open sans', sans-serif;
    letter-spacing: .5px;
    font-weight: 300;
}

    .btn-about-us:hover {
        background: #b53430;
        border-color: #b53430;
        color: white;
    }

.btn-about-us-reverse {
    border-color: #b53430;
    background: #b53430;
    color: white;
    margin: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'open sans', sans-serif;
    letter-spacing: .5px;
    font-weight: 300;
}

    .btn-about-us-reverse:hover {
        color: #333232;
        border-color: #b53430;
        background: white;
    }

.about-us-title {
    font-size: 38px;
    line-height: 1.1;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #333232;
    display: block;
    position: relative;
    padding-left: 10px;
}

    .about-us-title span {
        display: block;
        color: #b53430;
    }

    .about-us-title:before {
        content: '';
        width: 4px;
        background: #b53430;
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 5px;
        margin: auto;
    }

.about-us-sub-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 20px;
    color: #333232;
    margin-bottom: 20px;
}

.about-us-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #333232;
    padding: 0 10px;
    letter-spacing: .5px;
}

.video-text {
    color: white;
}

section.mainpage-video {
    position: relative;
}

    section.mainpage-video video {
        object-fit: cover;
        width: 100vw;
        height: 100%;
        object-position: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

section.our-services {
    overflow: hidden;
}

    section.our-services .item {
        display: flex;
        width: 100vw
    }

a.btn.btn-services {
    border: 1px solid #b53430;
    color: #333332;
    border-radius: 15px;
    font-size: 13px;
    padding: 5px 15px;
    transition: all .3s ease;
}

    a.btn.btn-services:hover {
        background: #b53430;
        color: white;
    }

section.our-services .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (min-width:992px) {
    .main-menu .navbar-collapse {
        position: relative;
    }

    .ref-page .outer-container {
        margin: 0 -45px;
    }

    section.our-services .container-fluid {
        padding: 40px 0;
    }

        section.our-services .container-fluid:nth-child(odd) .row {
            flex-direction: row-reverse;
        }

        section.our-services .container-fluid:nth-child(even) .row {
            flex-direction: row;
        }

    section.our-services .text {
        padding: 40px 80px;
        background: #f4f4f4;
        color: #333332;
        position: relative;
        min-height: 350px;
    }

        section.our-services .text:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            background: inherit;
            left: -100vw;
            right: 0;
            z-index: -1;
        }

    section.our-services .container-fluid:nth-child(odd) .text {
        transform: translate3d(60px, 40px, 0);
        padding-left: calc(50vw - 680px);
    }

    section.our-services .container-fluid:nth-child(even) .text {
        transform: translate3d(-60px, 40px, 0);
        padding-right: calc(50vw - 680px);
    }

        section.our-services .container-fluid:nth-child(even) .text:before {
            left: 0;
            right: -100vw;
        }

    section.our-services .image {
        z-index: 1
    }

    section.our-services .title {
        font-family: Oswald, sans-serif;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 20px;
    }

    section.our-services .text {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
        color: #333232;
        letter-spacing: .5px;
    }

    section.our-services .desc {
        margin-bottom: 10px;
    }

    section.our-services .container-fluid:nth-child(odd) .image {
        padding-right: calc(50vw - 800px);
    }

    section.our-services .container-fluid:nth-child(even) .image {
        padding-left: calc(50vw - 800px);
    }
}

.news-inner a {
    line-height: 1.2;
    transition: all .3s ease;
}

    .news-inner a:hover {
        color: #b53430;
    }

.video-inner {
    overflow: hidden;
    will-change: all;
}

    .video-inner img {
        transition: all .3s ease;
        will-change: all;
    }

    .video-inner:hover img {
        transform: scale(1.1);
        filter: brightness(.9)
    }

    .video-inner .fa-youtube {
        color: red;
        font-size: 48px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 56px;
        height: 48px;
        will-change: all;
    }

        .video-inner .fa-youtube:after {
            background: white;
            position: absolute;
            width: 20px;
            height: 20px;
            display: block;
            content: '';
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 0;
            will-change: all;
        }

        .video-inner .fa-youtube:before {
            z-index: 1;
            position: relative;
            will-change: all;
        }

.product-name small {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    color: #878787;
}

.product-name h2 {
    font-size: 38px;
    line-height: 1.1;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #333332;
}

@media only screen and (max-width:991px) {
    .product-name h2 {
        font-size: 24px;
    }

    .main-slider-carousel .owl-item .image:after {
        background: linear-gradient(to right, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0) 50%), linear-gradient(to top, rgb(0, 0, 0) 0px, rgba(0, 0, 0, 0) 50%);
        background: linear-gradient(to top,rgb(0, 0, 0) 0, rgba(0, 0, 0, 0) 50%);
    }

    section.our-services .container-fluid {
        padding: 20px;
        border-bottom: 1px solid #e1e1e1;
    }

    section.our-services .title {
        font-family: Oswald, sans-serif;
        font-size: 25px;
        font-weight: 500;
        line-height: 1.5;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    section.our-services .text {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.5;
        color: #333232;
        letter-spacing: .5px;
    }

    section.our-services .desc {
        margin-bottom: 10px;
    }
}

#sync1 .owl-item img {
    /*height: 503px;*/
    margin: auto;
    padding: 0;
    object-fit: scale-down;
}

#sync1 .owl-item {
    text-align: center;
}

#sync2 .owl-item .item {
    margin: 2px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

#sync2 .owl-item img {
    border: 2px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 8px;
    cursor: pointer;
}

    #sync2 .owl-item img:hover,
    #sync2 .synced img {
        border: 2px solid #ff5a5f;
        background-color: #fff;
    }

.rounded-25-force {
    border-radius: 25px !important;
    overflow: hidden;
}

.spec-grid {
    --border: #e6e6e6;
    --bg: #f2f2f2;
    display: grid;
    gap: 12px;
    background: var(--bg);
    border: 1px solid var(--border);
    padding: 12px;
    border-radius: 8px;
}

.spec-row {
    display: grid;
    /* ikon | başlık | açıklama */
    /*grid-template-columns: 64px 1fr 2fr;*/
    grid-template-columns: 1fr 2fr;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 14px;
    align-items: start;
}

.spec-icon {
    display:none;
    width: 64px;
    height: 64px;
    border: 1px dashed var(--border);
    border-radius: 6px;
    background: repeating-linear-gradient( 45deg, #fafafa, #fafafa 8px, #f5f5f5 8px, #f5f5f5 16px );
}

.spec-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700;
    color: #111;
}

.spec-desc {
    margin: 0;
    color: #333;
    line-height: 1.55;
    font-size: .95rem;
}

ul.footer-quick-access a {
    color: #999999;
    font-size: 14px;
    transition: all .3s ease;
}

    ul.footer-quick-access a:hover {
        color: white;
    }

.prodMainImg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .prodMainImg img.dark {
        filter: brightness(0.5);
    }

.sub-title {
    position: absolute;
    color: white;
    font-size: 48px;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 1.3;
}

    .sub-title span {
        color: #e92c26;
        font-weight: bold;
    }

#prod2-page .news-block-one .news-inner {
    padding-left: 20px;
    margin-top: 10px;
}

    #prod2-page .news-block-one .news-inner:after {
        content: '';
        display: block;
        width: 2px;
        top: 0;
        bottom: 0;
        position: absolute;
        background: #b53430;
        left: 1px;
    }

    #prod2-page .news-block-one .news-inner:before {
        content: '';
        width: 4px;
        height: 50px;
        background: #b53430;
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
    }


#prod2-page .sidebar-page-container.blog-details.mb-100.mt-15 {
    position: relative;
    width: 100%;
}

    #prod2-page .sidebar-page-container.blog-details.mb-100.mt-15:not(:last-child):before {
        content: '';
        height: 3px;
        background: #999;
        position: absolute;
        display: block;
        width: 180px;
        bottom: -28px;
        left: calc(16.5% - 15px);
    }

    #prod2-page .sidebar-page-container.blog-details.mb-100.mt-15:not(:last-child):after {
        content: '';
        height: 1px;
        background: #999;
        position: absolute;
        display: block;
        width: 66%;
        bottom: -27px;
        left: calc(16.5% - 15px);
    }

#prod2-page .news-text.pt-30 {
    overflow: hidden;
    position: relative;
    transition: height .3s ease;
}

    #prod2-page .news-text.pt-30.collapsed {
        height: 250px !important;
    }

        #prod2-page .news-text.pt-30.collapsed:after {
            content: '';
            background: linear-gradient(0deg, white, transparent);
            height: 100px;
            width: 100%;
            display: block;
            position: absolute;
            bottom: 0;
        }

    #prod2-page .news-text.pt-30 ~ .show-full {
        display: none;
    }

    #prod2-page .news-text.pt-30.collapsed ~ .show-full {
        display: block;
        text-align: center;
        padding: 10px;
    }

        #prod2-page .news-text.pt-30.collapsed ~ .show-full a {
            display: inline-block;
            margin: auto;
        }

.footer-menu {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .footer-menu div {
        /*flex: 1;*/
        /*min-width: 150px;*/
    }

@media (max-width: 768px) {
    .spec-row {
        grid-template-columns: 1fr;
    }

    .spec-icon {
        display: none;
    }

    .spec-icon {
        width: 48px;
        height: 48px;
    }

    .sub-title {
        font-size: 25px;
    }

    .footer-menu {
        flex-direction: column;
    }
}

.custom-table {
    width: 100%;
    overflow-x: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: #fff;
    padding: 10px;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

    .custom-table table {
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
        color: #333;
    }

    .custom-table thead tr,
    .custom-table tbody tr:first-child {
        background-color: #b53430 !important;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    .custom-table th,
    .custom-table td {
        padding: 10px 12px;
        border: 1px solid #ddd;
        vertical-align: middle;
        text-align: center;
    }

    .custom-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .custom-table tbody tr:hover {
        background-color: #eef7ff;
    }

    .custom-table td:first-child {
        font-weight: 600;
    }

@media (max-width: 768px) {
    .custom-table table {
        font-size: 12px;
    }

    .custom-table td,
    .custom-table th {
        padding: 8px;
    }
}

.categories .owl-nav button {
    background: transparent !important;
    top: 0;
    position: absolute;
    bottom: 100px;
}

    .categories .owl-nav button.owl-prev {
        left: -50px;
    }

    .categories .owl-nav button.owl-next {
        right: -50px;
    }

        .categories .owl-nav button.owl-prev:before,
        .categories .owl-nav button.owl-next:before {
            font-family: fontawesome;
            padding: 10px 15px;
            color: rgba(0,0,0,.5);
            font-size: 32px;
        }

    .categories .owl-nav button.owl-prev:before {
        content: "\f104";
    }

    .categories .owl-nav button.owl-next:before {
        content: "\f105";
    }

div#ProductCodeWarningMessage {
    text-align: center;
    padding-bottom: 5px;
    font-size: 14px;
    color: #555;
}
