@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600i&display=swap');

/* font-family: 'Open Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css?family=Bitter:400,700&display=swap');

@font-face {
    font-family: 'LineIcons';
    src: url('../fonts/LineIcons.eot?y2l643');
    src: url('fonts/LineIcons.eot?y2l643#iefix') format('embedded-opentype'), url('../fonts/LineIcons.ttf?y2l643') format('truetype'), url('../fonts/LineIcons.woff?y2l643') format('woff'), url('../fonts/LineIcons.svg?y2l643#LineIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.woff2') format('woff2'), url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Bitter', serif;
    font-weight: 400;
}

a, a:link, a:visited, a:active, a:hover, button, input, select, textarea, i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input, select, textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    input[type="radio"],
    input[type="checkbox"] {
        width: auto;
    }

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none !important;
        box-shadow: none;
    }

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.container {
    width: 1270px;
}

.comntitle {
    font-size: 36px;
    color: #231f20;
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.comnpadding {
    padding: 50px 0;
}

/*----------------------------------------------- 
		Header css
-----------------------------------------------*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding-top: 15px;
}

.logo {
    margin: 10px 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar {
    min-height: auto;
    margin-bottom: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #231f20;
    font-size: 18px;
    padding: 0;
    margin-left: 0px;
    position: relative;
}

.navbar-default .navbar-nav > li {
    margin-left: 50px;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #a39161;
        background-color: transparent;
    }

.topdiv {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .topdiv span a {
        color: #555555;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        margin-left: 20px;
        position: relative;
    }

        .topdiv span a::after {
            content: "|";
            position: absolute;
            top: 0;
            left: -15px;
        }

    .topdiv a:last-child::after {
        display: none;
    }

.call {
    color: #555555;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 20px;
    position: relative;
}

    .call:hover {
        color: #a39161;
    }

    .call i {
        margin-right: 5px;
        font-size: 18px;
    }

.lang {
    color: #a39161;
    font-size: 14px;
    background:none;
    font-family: Droid Arabic Kufi;
}

.searchicon {
    text-align: center;
    border: 1px solid;
    width: 36px;
    line-height: 28px;
    color: #a39161;
    margin: 0 35px;
    cursor: pointer;
}

.followus span {
    font-size: 14px;
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    margin-right: 15px;
}

/*----------------------------------------------- 
		Banner css
-----------------------------------------------*/

.banner {
    position: relative;
    direction:rtl;
}

    .banner .owl-carousel .owl-item img {
        height: 100vh;
    }

.caption {
    text-align: center;
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    width: 850px;
    margin: auto;
    z-index: 1;
}

    .caption small {
        font-size: 18px;
        color: #f1deab;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .caption span {
        font-size: 60px;
        font-weight: bold;
        text-transform: capitalize;
        display: block;
        line-height: 60px;
        margin-top: 10px;
        color: #fff;
    }

.prologo {
    width: 1000px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .prologo a {
        position: relative;
        padding-bottom: 20px;
    }

        .prologo a::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background: #1b8ca0;
            width: 0;
            height: 5px;
            -moz-transition: all 300ms ease-in-out;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .prologo a:hover::before {
            width: 160px;
        }

.searchbox {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 111;
}

#custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-group {
    position: relative;
    display: inherit;
    width: 500px;
}

    .input-group input {
        height: 50px;
        width: 100%;
        border: none;
        padding: 10px 30px 10px 10px;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
    }

#custom-search-input button {
    border: 0;
    background: none;
    padding: 1px 8px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #a39161;
    z-index: 11;
    font-weight: bold;
    height: 50px;
    font-size: 20px;
}

.closebtn {
    color: #a39161;
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 20px;
    font-weight: bold;
}


/*----------------------------------------------- 
		About css
-----------------------------------------------*/


.about p {
    margin-bottom: 25px;
}


.black_sea {
    background: url("../img/boat.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}

    .black_sea h2 {
        font-size: 60px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px;
    }

.partner {
    background: #f6f6f6;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 25px;
        height: 10px;
        border-radius: 0;
        display: inline-block;
        background: #d7d7d7;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #a39161;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

#partner .owl-dots {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 0;
}

#partner .owl-item img {
    width: auto;
}

.map img {
    width: 100%;
}


/*----------------------------------------------- 
		Social Media css
-----------------------------------------------*/

.social_box {
    position: relative;
    background: #f6f6f6;
    padding: 20px;
}

.Social_Media h2 {
    margin-top: 0;
}

.social_box {
    margin-bottom: 30px;
}

    .social_box aside {
        display: flex;
        justify-content: space-between;
        font-family: 'Open Sans', sans-serif;
        padding-right: 30px;
    }

        .social_box aside a {
            font-size: 16px;
            color: #555555;
        }

        .social_box aside strong {
            font-size: 16px;
            color: #555555;
        }

.socialboximg {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

    .socialboximg img {
        width: 100%;
    }

.socialhover img {
    width: auto;
}

.socialhover {
    position: absolute;
    top: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    height: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.socialboximg:hover .socialhover {
    top: 0;
}

.socialhover a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.social_box h4 {
    font-family: 'Droid Arabic Kufi';
    direction: rtl;
    line-height: 28px;
    margin-top: 0;
    font-size: 16px;
}

    .social_box h4 a {
        display: inline-block;
    }

.socialshare {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .socialshare span {
        font-size: 12px;
        color: #838383;
        font-weight: 100;
        font-family: 'Open Sans', sans-serif;
    }

.socialsharekink a {
    font-size: 24px;
    color: #b1b1b1;
    margin-left: 10px;
}

    .socialsharekink a:hover,
    .social_box h4 a:hover {
        color: #555555;
    }

img.social_img {
    position: absolute;
    top: 0;
    right: 0;
}

footer {
    background: #f6f6f6;
}

    footer h5 {
        font-size: 36px;
        color: #636363;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 25px;
        margin-top: 0;
    }

    footer p {
        margin: 0;
    }

.footer_contact p {
    font-size: 15px;
    color: #555555;
    margin-bottom: 20px;
}

.row1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .row1 input:first-child {
        width: 40%;
    }

    .row1 input:last-child {
        width: 58%;
    }

footer input {
    height: 50px;
    border: none;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #636363;
}

    footer input::-webkit-input-placeholder {
        color: #bfbfbf;
    }

    footer input::-moz-placeholder {
        color: #bfbfbf;
    }

    footer input:-ms-input-placeholder {
        color: #bfbfbf;
    }

    footer input:-moz-placeholder {
        color: #bfbfbf;
    }

.row2 {
    margin-bottom: 15px;
}


.row3 {
    display: flex;
}

    .row3 a {
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        background: #a39161;
        margin-left: 2%;
        padding: 40px 10px 0 10px;
    }

        .row3 a:hover,
        .subscribe a:hover {
            background: #231f20;
        }

footer textarea {
    height: 135px;
    border: none;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #bfbfbf;
    resize: none;
}

    footer textarea::-webkit-input-placeholder {
        color: #bfbfbf;
    }

    footer textarea::-moz-placeholder {
        color: #bfbfbf;
    }

    footer textarea:-ms-input-placeholder {
        color: #bfbfbf;
    }

    footer textarea:-moz-placeholder {
        color: #bfbfbf;
    }


.footermenulink {
    margin-bottom: 40px;
}

    .footermenulink li {
        display: inline-block;
    }

        .footermenulink li a {
            font-size: 18px;
            color: #555555;
            margin-right: 34px;
            position: relative;
        }

            .footermenulink li a::after {
                content: "|";
                position: absolute;
                right: -20px;
            }

            .footermenulink li a:hover {
                color: #a39161;
            }

        .footermenulink li:last-child a {
            margin-right: 0;
        }

            .footermenulink li:last-child a::after {
                display: none;
            }

.newstitle {
    display: flex;
}

    .newstitle h5 {
        margin-right: 20px;
    }

.subscribe {
    display: flex;
    margin-bottom: 20px;
}

    .subscribe a {
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        background: #a39161;
        padding: 12px 25px 0;
        height: 50px;
    }

footer strong {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

.footer_otherlink {
    margin-top: 15px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

    .footer_otherlink ul {
        margin: 0;
    }

    .footer_otherlink li {
        display: inline-block;
    }

        .footer_otherlink li a {
            font-size: 14px;
            color: #555555;
            font-weight: 100;
            font-family: 'Open Sans', sans-serif;
            margin-right: 22px;
            position: relative;
        }

            .footer_otherlink li a::after {
                content: "|";
                position: absolute;
                left: -15px;
            }

        .footer_otherlink li:last-child a {
            margin-right: 0;
        }

            .footer_otherlink li:last-child a::after {
                display: none;
            }

    .footer_otherlink aside span {
        font-size: 14px;
        color: #555555;
        font-weight: 100;
        font-family: 'Open Sans', sans-serif;
    }

.copyright {
    background: #231f20;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

    .copyright p {
        margin: 0;
    }

    .copyright a {
        font-weight: bold;
        color: #fff;
    }

        .copyright a:hover {
            color: #a39161;
        }


.Brands_Products {
    display: flex;
}

.brand_img {
    width: 30%;
    background: #f2ede0;
    padding: 40px;
    text-align: center;
}

    .brand_img h4 {
        font-size: 30px;
        color: #535151;
        font-weight: bold;
        margin: 30px 0 15px;
    }

    .brand_img p {
        margin-bottom: 15px;
    }

    .brand_img a {
        color: #a39161;
        font-size: 16px;
        font-weight: bold;
    }

.brand_text {
    width: 70%;
    background: #f6f6f6;
    padding: 40px 30px 0 30px;
    position: relative;
    overflow: hidden;
}

    .brand_text h1 {
        font-size: 36px;
        font-weight: bold;
        color: #231f20;
        margin-bottom: 20px;
        margin-top: 0;
    }

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li > a {
        margin-right: 0;
        line-height: inherit;
        border: none;
        border-radius: 0;
        color: #231f20;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #a39161;
        background-color: transparent;
        border: none;
        cursor: default;
    }

    .nav-tabs > li > a:hover {
        border-color: transparent;
        background: none;
        color: #a39161;
    }

.brandbox {
    padding: 33px 30px;
    text-align: center;
}

    .brandbox:hover {
        background: #fff;
    }

    .brandbox h4 {
        font-size: 20px;
        color: #535151;
        font-weight: bold;
    }

    .brandbox span {
        display: block;
        font-size: 16px;
        color: #a39161;
        font-weight: bold;
    }

    .brandbox a {
        font-size: 16px;
        color: #a39161;
        display: none;
    }

    .brandbox img {
        width: auto;
        max-width: 75%;
        margin: 0 auto 20px;
    }

.tab-content .owl-dots {
    text-align: center;
    padding-top: 0;
    position: absolute;
    top: -180px;
    left: 0;
}

.tab-content .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    height: 30px;
    bottom: 0;
    margin: auto;
}

.tab-content .owl-carousel .owl-nav button.owl-next,
.tab-content .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
}

.tab-content .owl-prev {
    left: 0;
}

.tab-content .owl-next {
    right: 0;
}

/*====================================================== 
				mobile menu css
======================================================*/



.mobile_menu {
    display: none;
    background: #a39161;
    padding: 10px 15px;
}

.menubar {
    color: #231f20;
    font-size: 36px;
    cursor: pointer;
}

.mob_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobclosebtn {
    color: #fff;
    font-size: 26px;
    text-align: right;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    position: initial;
}

.menudiv {
    position: absolute;
    background: #231f20;
    z-index: 30;
    width: 350px;
    padding: 15px;
    right: 0;
    top: 0;
    height: 100%;
    display: none;
}

    .menudiv ul {
        margin: 0;
    }

    .menudiv li a {
        color: #ffffff;
        font-size: 16px;
        text-transform: capitalize;
        padding: 0 0 8px 0;
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px dashed;
    }

.mobile_menu select.login {
    background: url("../images/select-arrow.png") no-repeat #373737;
    width: 100%;
    background-position: 97% center;
    height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
}

.mobile_menu .top {
    display: block;
    clear: both;
}

.mobile_menu .otherlink a {
    font-size: 16px;
    color: #fff;
    margin-right: 0;
    position: relative;
    display: block;
    border-bottom: 1px dashed aliceblue;
    padding: 7px 0;
}

    .menudiv li:last-child a,
    .mobile_menu .otherlink a:last-child {
        border: none;
    }

.mobile_menu .time,
.mobile_menu .otherlink {
    margin-bottom: 10px;
}

    .mobile_menu .time small {
        font-size: 16px;
        color: #fff;
        margin: 0 10px;
    }

    .mobile_menu .otherlink a::after {
        display: none;
    }

.mobile_menu .followus small,
.mobile_menu .followus a {
    font-size: 16px;
    color: #fff;
}


/*inner page*/

header.inner-header {
    position: relative;
    margin-bottom: 20px;
}

.breadcrumb-list {
    background: url("../img/inner-head-bg.png") #a39161;
    padding: 40px 0;
}

    .breadcrumb-list .breadcrumb {
        background: none;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0px;
        padding: 0;
    }

        .breadcrumb-list .breadcrumb li {
            text-transform: uppercase;
        }

            .breadcrumb-list .breadcrumb li a {
                font-size: 14px;
                color: #fff;
                font-weight: 300;
            }

            .breadcrumb-list .breadcrumb li.active {
                font-weight: 700;
                color: #fff;
            }

    .breadcrumb-list h1 {
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
        margin-top: 10px;
    }

.inner-about-intro img {
    width: 100%;
}

.inner-about-intro .comntitle {
    margin-top: 0;
    margin-bottom: 22px;
}

.founder-name {
    position: relative;
}

.founder-disc {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    padding: 10px 30px;
    color: #fff;
}

    .founder-disc p {
        font-family: 'Bitter', serif;
        font-size: 30px;
        margin-bottom: 0;
        font-weight: 700;
    }


    .founder-disc span {
        color: #c9ba93;
        font-size: 18px;
        font-style: italic;
    }

.inner-about-intro-sec {
    padding-top: 0;
}

    .inner-about-intro-sec p {
        margin-bottom: 0;
    }

.warehouse {
    background: url("../img/warehouse-bg.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}

    .warehouse h2 {
        font-size: 36px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 25px;
    }


.about-links {
    margin-top: 10px;
}

    .about-links ul {
        margin: 0;
    }

        .about-links ul li {
            display: inline-block;
            padding: 0 0 8px 0;
            margin: 0;
            width: 20%;
            margin-right: -4px;
            position: relative;
            overflow: hidden;
        }

            .about-links ul li a span {
                position: absolute;
                color: #fff;
                z-index: 22;
                left: 0;
                right: 0;
                top: 35%;
                text-align: center;
                font-size: 30px;
                width: 100%;
                padding: 0 30px;
                line-height: 35px;
                font-weight: 700;
            }

            .about-links ul li a img {
                width: 100%;
            }



            .about-links ul li a .overlay-new {
                background: rgba(126, 95, 12, 0.5);
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 11;
                top: -100%;
                -moz-transition: all 300ms ease-in-out;
                -webkit-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

            .about-links ul li a:hover .overlay-new {
                top: 0;
            }


/*inner contact*/

.inner-contact {
    padding: 0;
}

.map-contact {
    display: flex;
    align-items: center;
}

    .map-contact .map-img {
        width: 55%;
    }

.text-contact {
    width: 45%;
    padding-left: 20px;
    padding-right: 70px;
}


.inner-contact .comntitle {
    font-size: 30px;
}

.contact-form {
    display: flex;
    height: 100%;
}

.form-detail {
    width: 45%;
    padding-right: 70px;
    background: #353535;
    /*padding-right: 20px;*/
    padding-top: 70px;
}

.form-fields {
    width: 55%;
    background: #f6f6f6;
    padding: 70px;
}

.footer_contact h5 {
    font-size: 36px;
    color: #636363;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 0;
}


.footer_contact p {
    font-size: 15px;
    color: #555555;
    margin-bottom: 20px;
}

.footer_contact input {
    height: 50px;
    border: none;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #636363;
}

    .footer_contact input::placeholder {
        color: #bfbfbf;
    }

.footer_contact textarea {
    height: 135px;
    border: none;
    padding: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #636363;
    resize: none;
}

    .footer_contact textarea::placeholder {
        color: #bfbfbf;
    }


.form-detail p, .form-fields span {
    font-size: 14px;
    color: #cab888;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


.form-detail h2 {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 15px;
}

.form-detail aside {
    color: #b0b0b0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.form-detail .address {
    margin: 30px 0;
}

    .form-detail .address p {
        font-size: 20px;
    }



.form-detail ul li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

    .form-detail ul li i {
        margin-right: 20px;
    }

.social {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

    .social span {
        margin-right: 20px;
    }

    .social a {
        margin-right: 2px;
    }


.form-fields h5 {
    margin-bottom: 15px;
}

.newsletter {
    padding: 60px 0;
    background: #a39161;
}

    .newsletter h5 {
        margin: 0;
        font-size: 36px;
        color: #fff;
        font-weight: 700;
    }

    .newsletter p {
        color: #fff;
        font-weight: 300;
        padding-left: 15px;
    }

    .newsletter .input-group {
        width: auto;
        display: table;
    }

        .newsletter .input-group input {
            background: #b5a579;
            border-radius: 0;
            color: #fff;
            box-shadow: none;
        }

            .newsletter .input-group input::placeholder {
                color: #d0c4a4;
            }

        .newsletter .input-group button {
            background: #353535;
            color: #fff;
            border: none;
            border-radius: 0;
            font-size: 18px;
            font-weight: 700;
            padding: 11px 25px;
        }


.pro_des {
    padding: 50px 0;
}

    .pro_des .comntitle {
        margin-bottom: 15px;
    }


.availabel_packge {
    display: flex;
}

.packge_img {
    width: 35%;
    background: #f2f2f2;
    padding: 25px;
    text-align: center;
}

.packge_text {
    width: 65%;
    background: #f6f6f6;
    padding: 25px 50px;
}

    .packge_text h2 {
        color: #231f20;
        font-size: 24px;
    }

    .packge_text aside {
        font-size: 16px;
        color: #a39161;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        font-family: 'Open Sans', sans-serif;
    }

    .packge_text img {
        margin: 35px 0;
    }

.sizelist li {
    font-family: 'Open Sans', sans-serif;
    color: #7e7e7e;
    padding: 10px 20px;
    font-size: 16px;
}

    .sizelist li span {
        width: 80px;
    }

    .sizelist li:nth-child(odd) {
        background: #eef0f1;
    }

    .sizelist li:nth-child(even) {
        background: #fff;
    }

#relatedproduct .relatedproductbox {
    border-left: 1px solid #e1e1e1;
    position: relative;
}

/*#relatedproduct .owl-carousel {
    direction: rtl !important;
}

    #relatedproduct .owl-carousel .owl-item {
    float:right !important;
    }*/

    .relatedproductbox h4 {
        font-size: 20px;
        color: #535151;
        font-weight: bold;
        margin-bottom: 15px;
        min-height: 50px;
    }

    .relatedproductbox p {
        font-size: 14px;
        color: #555555;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    }

    .relatedproductbox a {
        font-size: 16px;
        color: #a39161;
        font-weight: bold;
        margin-top: 20px;
        display: inline-block;
    }

.new {
    font-size: 18px;
    color: #fff;
    background: #e0363c;
    position: absolute;
    left: 15px;
    padding: 2px 15px;
}

#relatedproduct .owl-dots {
    position: absolute;
    top: -75px;
    left: 0;
}


.brand_twitter_link {
    padding: 20px;
    background: #fff;
    border-top: 10px solid #a39161;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 470px;
    box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.07);
    display: none;
}

    .brand_twitter_link ul {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .brand_twitter_link li {
        text-align: center;
        width: 33.33%;
        float: left;
        border-right: 1px solid #e6e6e6;
    }

        .brand_twitter_link li:last-child {
            border-right: none;
        }

        .brand_twitter_link li a img {
            margin-bottom: 10px;
            opacity: 0.3;
        }

        .brand_twitter_link li a {
            font-size: 14px;
            color: #bbb;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            display: block;
            padding: 15px;
        }

            .brand_twitter_link li a:hover {
                color: #a39161;
                font-weight: bold;
            }

                .brand_twitter_link li a:hover img {
                    opacity: 1;
                }

.border_bottom {
    border-bottom: 1px solid #e6e6e6;
}

/*------------------------------------------ 
			Filter Css Start  
------------------------------------------*/


.Grid li {
    float: right;
    width: 33.33%;
    border-left: 1px solid #e1e1e1;
    margin-bottom: 40px;
    padding: 25px;
}

.List li {
    float: right;
    width: 46%;
    border-bottom: 1px solid #e1e1e1;
    margin: 0% 2% 40px 0%;
    padding: 25px;
}

    .List li .col-lg-5 {
        width: 30%;
        text-align: center;
    }

    .List li .col-lg-7 {
        width: 70%;
    }

ul.product_filter.List li img {
    max-width: 60%;
    margin-bottom: 10px;
}

.product_filter {
    display: inline-block;
    width: 100%;
}

    .product_filter li:nth-child(3n+0) {
        border-right: none;
    }

    .product_filter li .relatedproductbox {
        border-right: none;
    }

    .product_filter li .new {
        left: -10px;
    }

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

    .gallery-title:after {
        content: "";
        position: absolute;
        width: 7.5%;
        left: 46.5%;
        height: 45px;
        border-bottom: 1px solid #5e5e5e;
    }

.filter-button {
    font-size: 20px;
    border: none;
    text-align: center;
    color: #bababa;
    margin-left: 35px;
    padding: 0;
}

    .filter-button:hover,
    .filter-button:focus {
        font-size: 20px;
        color: #aa9765;
        background: none;
    }

.filterlinkbtn strong {
    font-size: 20px;
    color: #535151;
    font-weight: bold;
    margin-right: 25px;
}

.headrow {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.grilisticon i {
    font-size: 22px;
    margin-left: 15px;
    font-weight: bold;
    cursor: pointer;
}

    .grilisticon i.active {
        color: #aa9765;
    }

.about p {
    color: #000;
}

.black_sea p {
    color: #fff;
}

.relatedproductbox img {
    height: 180px;
}

.form-detail ul li a {
    color: #fff;
}

    .form-detail ul li a img {
        margin-right: 10px;
    }

div#lstWelcomeNote_isVideo_0 {
    height: 300px;
}

/*26-02-2020 css changes*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    width: auto;
    padding: 5px 0;
    margin: 4px 0 0 !important;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #353535;
    /* border: 1px solid #cccccc; */
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 5px solid #a39161;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        text-align:right;
        line-height: 1.42857143;
        color: #ffffff;
        white-space: nowrap;
        margin-bottom: 4px;
    }

        .dropdown-menu > li > a:hover {
            color: #a39161;
            background: transparent;
            padding-right: 30px;
        }

            .dropdown-menu > li > a:hover:before {
                content: "\f054";
                position: absolute;
                font-family: fontawesome;
                right: 12px;
                left: 0;
            }

span a.num {
    background: #cacaca;
    color: #fff;
    font-size: 18px;
    padding: 6px 14px;
}

span.active.num {
    background: #a39161;
    color: #fff;
    font-size: 18px;
    padding: 6px 14px;
    font-family: 'GE Flow' !important;
}

.pagi a.next i {
    font-size: 20px;
    border: 1px solid #a39161;
    padding: 6px 14px;
    color: #a39161;
}

.pagi a.prev i {
    font-size: 20px;
    border: 1px solid #a39161;
    padding: 6px 14px;
    color: #a39161;
}

.modalPopup .modal-header .Title {
    text-align: center;
    color: #fff
}

.modalPopup .modal-header {
    background: #3a3a3a;
}

    .modalPopup .modal-header a.close {
        background: #a39161;
        border-radius: 30px;
        line-height: 19px;
        position: absolute;
        left: 97%;
        top: 0px;
        color: #fff;
        opacity: 1;
        width: 26px;
        height: 26px;
        padding: 0px 7px;
    }

.modalPopup .modal-footer .d_model_btn {
    background: #a39161;
    width: 28%;
    height: 40px;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    border: none;
}

.modalPopup .modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.modalPopup .modal-footer {
    text-align: center;
    padding: 15px;
    border: none;
}



.Share_Now {
    margin-top: 24px;
    text-align: left;
    padding-left: 0;
}

.addthis_inline_follow_toolbox {
    display: inline-block;
    vertical-align: bottom;
}

.addthis_inline_share_toolbox {
    display: inline-block;
}

.addthis_inline_follow_toolbox p {
    display: none;
}

/*03-04-2020 css changes*/

label.lblsher {
    color: #fff;
    margin-right: 12px;
    vertical-align: top;
    font-weight: initial;
    font-size: 16px;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #dfc789 !important;
}

span.at-icon-wrapper:hover {
    background-color: #dfc789 !important;
}



/* 06-04-2020 css tab panel addig css  */

.headrow .nav-pills > li.active > a,
.headrow .nav-pills > li.active > a:hover,
.headrow .nav-pills > li.active > a:focus {
    color: #aa9765;
    background-color: transparent;
    font-size: 20px;
    font-family: 'Bitter', serif;
}

.headrow .nav-pills > li > a {
    border-radius: 0px;
    background: transparent;
    color: #bababa;
    font-size: 20px;
    font-family: 'Bitter', serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.headrow .nav > li > a:hover,
.headrow .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

/*.comnpadding strong {
    padding: 8px 0px;
    font-size: 20px;
    color: #535151;
    font-weight: bold;
}*/

.grilisticon {
    text-align: right;
}




/*09042020*/


.brand_Facebook_link {
    padding: 20px;
    background: #fff;
    border-top: 10px solid #a39161;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 470px;
    box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.07);
    display: none;
}

    .brand_Facebook_link ul {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .brand_Facebook_link li {
        text-align: center;
        width: 33.33%;
        float: right;
        border-left: 1px solid #e6e6e6;
    }

        .brand_Facebook_link li:last-child {
            border-left: none;
        }

        .brand_Facebook_link li a img {
            margin-bottom: 10px;
            opacity: 0.3;
        }

        .brand_Facebook_link li a {
            font-size: 14px;
            color: #bbb;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            display: block;
            padding: 15px;
        }

            .brand_Facebook_link li a:hover {
                color: #a39161;
                font-weight: bold;
            }

                .brand_Facebook_link li a:hover img {
                    opacity: 1;
                }

/*Instr*/




.brand_intra_link {
    padding: 20px;
    background: #fff;
    border-top: 10px solid #a39161;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 470px;
    box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.07);
    display: none;
}

    .brand_intra_link ul {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .brand_intra_link li {
        text-align: center;
        width: 33.33%;
        float: left;
        border-right: 1px solid #e6e6e6;
    }

        .brand_intra_link li:last-child {
            border-right: none;
        }

        .brand_intra_link li a img {
            margin-bottom: 10px;
            opacity: 0.3;
        }

        .brand_intra_link li a {
            font-size: 14px;
            color: #bbb;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            display: block;
            padding: 15px;
        }

            .brand_intra_link li a:hover {
                color: #a39161;
                font-weight: bold;
            }

                .brand_intra_link li a:hover img {
                    opacity: 1;
                }

/*youtube*/

.brand_you_link {
    padding: 20px;
    background: #fff;
    border-top: 10px solid #a39161;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 470px;
    box-shadow: 0px 4px 12.35px 0.65px rgba(0, 0, 0, 0.07);
    display: none;
}

    .brand_you_link ul {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .brand_you_link li {
        text-align: center;
        width: 33.33%;
        float: left;
        border-right: 1px solid #e6e6e6;
    }

        .brand_you_link li:last-child {
            border-right: none;
        }

        .brand_you_link li a img {
            margin-bottom: 10px;
            opacity: 0.3;
        }

        .brand_you_link li a {
            font-size: 14px;
            color: #bbb;
            font-family: 'Open Sans', sans-serif;
            font-weight: 300;
            display: block;
            padding: 15px;
        }

            .brand_you_link li a:hover {
                color: #a39161;
                font-weight: bold;
            }

                .brand_you_link li a:hover img {
                    opacity: 1;
                }
.inner-about-intro h2 {
    margin-top: 0;
}

/*02-06-2020 new css changes*/

.headrow strong {
    margin-top: 14px;
}

.headrow2 strong {
    width:14%;
}

/*17-12-2020*/
.topdiv select {
    width: auto !important;
}
.owl-carousel {
    direction: ltr;
}

#relatedproduct .col-lg-7 {

text-align:right;
}   