﻿.my_scroll {
    overflow-y: auto
}

    .my_scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5
    }

    .my_scroll::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .my_scroll::-webkit-scrollbar-thumb {
        background-color: #a6611c;
        border: 2px solid #a6611c
    }

.my_scroll_no_boder {
    overflow: auto
}

    .my_scroll_no_boder::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
        background-color: #F5F5F5
    }

    .my_scroll_no_boder::-webkit-scrollbar {
        width: 0
    }

    .my_scroll_no_boder::-webkit-scrollbar-thumb {
        background-color: #a6611c;
        border: 0 solid #a6611c
    }
.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50,50,50,.5);
    background: rgba(50,50,50,.92);
    z-index: 999999;
}

    .gritter-item-wrapper.gritter-info {
        background: rgba(49,81,133,.92);
    }

    .gritter-item-wrapper.gritter-error {
        background: rgba(153,40,18,.92);
    }

    .gritter-item-wrapper.gritter-success {
        background: rgba(0,153,204,.92);
    }

    .gritter-item-wrapper.gritter-neworder {
        background: rgba(1,128,141,.92);
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .gritter-item-wrapper.gritter-warning {
        background: rgba(190,112,31,.92);
    }

    .gritter-item-wrapper.gritter-light {
        background: rgba(245,245,245,.95);
        border: 1px solid #BBB;
    }

        .gritter-item-wrapper.gritter-light.gritter-info {
            background: rgba(232,242,255,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
                color: #4A577D;
            }

        .gritter-item-wrapper.gritter-light.gritter-error {
            background: rgba(255,235,235,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
                color: #894A38;
            }

        .gritter-item-wrapper.gritter-light.gritter-success {
            background: rgba(239,250,227,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
                color: #416131;
            }

        .gritter-item-wrapper.gritter-light.gritter-warning {
            background: rgba(252,248,227,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
                color: #946446;
            }

.gritter-item p {
    line-height: 1.5;
    color: #fff;
}

.gritter-top, .gritter-bottom, .gritter-item {
    background-image: none;
}

.gritter-close {
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #f22800;
}

    .gritter-close:before {
        font-family: FontAwesome;
        font-size: 16px;
        content: "\f00d";
        color: #ff0000;
    }

.gritter-info .gritter-close {
    color: orange;
}

.gritter-error .gritter-close, .gritter-success .gritter-close, .gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
}

.gritter-title {
    text-shadow: none;
    color: #043061;
}

.gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close {
    background-image: none;
    color: #444;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

.gritter-bottom-left {
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.gritter-bottom-right {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.gritter-neworder {
    position: fixed;
    left: 10px;
    bottom: 50px;
    background-color: #043061;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gritter-item {
    font-size: 13px;
    color: #e5e5e5;
}

    .gritter-item a {
        font-size: 13px;
        color: #fff;
        font-weight: bold;
    }
.header-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.faqs-box img {
    border-radius: 10px;
}

.bg-cover {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    z-index: 0;
}

    .bg-cover::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100%;
        z-index: 0;
    }
/*** OWL CAROUSEL 2.1.1 ****/
.owl-next:focus, .owl-prev:focus, .owl-nav button, .owl-nav button:hover {
    outline: none;
    border: none;
}

.owl-next:focus, .owl-prev:focus, .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-dots .owl-dot:focus {
    outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: none;
}

.owl_nav_top .owl-nav .owl-prev {
    position: absolute;
    top: -59px;
    right: 28px;
    z-index: 2;
}

.owl_nav_top .owl-nav .owl-next {
    position: absolute;
    top: -59px;
    right: -5px;
    z-index: 2;
}

.nav_color .owl-nav .owl-prev i, .nav_color .owl-nav .owl-next i {
    font-size: 60px;
    background: none;
    color: #a6611c;
    padding: 5px 10px;
}

.owl-prev i:hover, .owl-next i:hover {
    color: #123;
    /*background: rgba(209, 34, 47, 0.6);*/
    background: none;
}

.owl_nav_middle .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0px;
    z-index: 2;
}

.owl_nav_middle .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0px;
    z-index: 2;
    background: none;
}

.owl_nav_middle_big .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -40px;
    z-index: 2;
}

.owl_nav_middle_big .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -40px;
    z-index: 2;
}

.content-carousel {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.product-img .owl-carousel {
    width: calc(100% - 230px);
}

.product-img.owl-carousel div {
    width: 100%;
}

.product-img .owl-theme .owl-nav, .product-img .owl-theme .owl-dots {
    margin-top: 0px !important
}

.product-img .owl-carousel .owl-controls .owl-dot {
    background-size: cover;
    margin-top: 0px;
}

.product-img .owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: -230px;
    width: 220px;
    height: 100%;
    overflow-y: auto;
}

    .product-img .owl-carousel .owl-dots::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5
    }

    .product-img .owl-carousel .owl-dots::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5
    }

    .product-img .owl-carousel .owl-dots::-webkit-scrollbar-thumb {
        background-color: #a6611c;
        border: 2px solid #a6611c
    }

.product-img .owl-carousel .owl-dot {
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    margin-bottom: 10px;
}
.scroll_top{
    position:fixed;
    bottom:30px;
    right:10px;
    width:40px;
    height:40px;
    border-radius:5px;
    background:#a6611c;
    cursor:pointer;
    z-index:999999;
    text-align:center;
}
.scroll_top i{
    font-size:20px;
    line-height:40px;
    color:#fff;
}
#project_overview .my_scroll{max-height:360px;}