    @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700&display=swap);

    .argan-importance-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .argan-importance-body {
        column-count: 1;
        column-gap: 0;
    }

    .argan-importance-row {
        align-items: center;
    }

    .argan-cta .btn {
        background: #118f14;
        border-color: #118f14;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
        padding: 12px 24px;
    }

    .argan-cta .btn:hover,
    .argan-cta .btn:focus {
        background: #0d7110;
        border-color: #0d7110;
        color: #fff;
    }

    .argan-cta-btn {
        background: #1ba32f !important;
        border-color: #1ba32f !important;
        color: #fff !important;
        font-weight: 700;
        font-size: 18px;
        padding: 14px 36px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        text-decoration: none !important;
        border-width: 2px;
        gap: 8px;
    }

    .argan-cta .argan-cta-btn {
        display: inline-flex;
    }

    .argan-cta-btn:hover,
    .argan-cta-btn:focus {
        background: #138022 !important;
        border-color: #138022 !important;
        color: #fff !important;
        box-shadow: 0 12px 25px rgba(27, 163, 47, 0.25);
    }

    .argan-cta-text {
        color: #118f14;
        font-weight: 700;
        font-size: 22px;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        border-bottom: 3px solid rgba(17, 143, 20, 0.4);
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        transition: all 0.3s ease;
        position: relative;
    }

    .argan-cta-text::after {
        content: " \2192";
        margin-left: 5px;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .argan-cta-text:hover,
    .argan-cta-text:focus {
        color: #0d7110;
        border-bottom-color: #0d7110;
        text-decoration: none;
        transform: translateY(-2px);
    }

    .argan-cta-text:hover::after {
        transform: translateX(5px);
    }

    .alignright {
        float: right;
        margin-left: 15px
    }

    .aligncenter {
        display: block;
        margin: 0 auto 15px
    }

    a {
        -webkit-transition: .3s;
        transition: .3s
    }

    a:focus,
    a:hover {
        outline: 0 solid;
        text-decoration: none
    }

    ol,
    ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    button:focus {
        outline: 0
    }

    img {
        max-width: 100%;
        height: auto
    }

    .product-title,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #118f14;
        margin: 0 0 15px;
        font-weight: 700;
        line-height: 1.4em;
        text-transform: uppercase;
        position: relative
    }

    .product-title {
        font-size: 20px;
        color: #118f14;
        margin: 0 0 15px;
        font-weight: 700;
        line-height: 1.4em;
        text-transform: uppercase;
        position: relative
    }

    h2 {
        font-size: 25px
    }

    .img-product-subtitle {
        max-width: 840px;
        margin: 10px auto 0;
        font-size: 17px;
        line-height: 1.6;
        color: #4a5568;
    }

    body,
    html {
        height: 100%
    }

    body {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        line-height: 1.7em;
        font-weight: 400;
        color: #687284
    }

    a:focus,
    a:hover {
        text-decoration: none;
        outline: 0
    }

    a {
        color: #5d6b82
    }

    .fix {
        overflow: hidden
    }

    .relative {
        position: relative;
        overflow: hidden
    }

    .absulute {
        position: absolute
    }

    .v-center {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .content-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .flex-v-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .social-bookmark li {
        display: inline
    }

    .social-bookmark li a {
        background: #d7d7d7 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 40px;
        margin: 0 2px;
        padding-top: 9px;
        text-align: center;
        width: 40px
    }

    .social-bookmark li a:hover {
        background: #f39c12 none repeat scroll 0 0;
        color: #fff
    }

    .inline li {
        display: inline
    }

    .inline-block li {
        display: inline-block;
        padding: 5px 15px
    }

    .navbar-toggle {
        border: 2px solid #f39c12;
        border-radius: 0
    }

    .navbar-toggle .icon-bar {
        background: #f39c12 none repeat scroll 0 0
    }

    .no-margin {
        margin: 0
    }

    .no-padding {
        padding: 0
    }

    .border {
        border: 1px solid #ddd
    }

    .border-left {
        border-left: 1px solid #ddd
    }

    .border-right {
        border-right: 1px solid #ddd
    }

    .border-top {
        border-top: 1px solid #ddd
    }

    .border-bottom {
        border-bottom: 1px solid #ddd
    }

    input:-webkit-autofill,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 1000px #fff inset !important
    }

    .area-title {
        margin-bottom: 50px;
        position: relative
    }

    .area-title h2 {
        display: inline-block;
        font-size: 40px;
        letter-spacing: 2px;
        line-height: 1;
        margin-bottom: 30px;
        padding-bottom: 20px;
        position: relative;
        text-transform: uppercase
    }

    .area-title h2::after,
    .area-title h2::before {
        background: rgba(0, 0, 0, 0) url(img/title-border.png) repeat scroll 0 0;
        bottom: 0;
        content: '';
        height: 2px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px
    }

    .area-title h2::after {
        background: #f39c12 none repeat scroll 0 0;
        height: 4px;
        width: 20px
    }

    .section-padding {
        padding: 50px 0
    }

    .padding-top {
        padding-top: 100px
    }

    .padding-bottom {
        padding-bottom: 100px
    }

    .padding-100-70 {
        padding-top: 100px;
        padding-bottom: 70px
    }

    .padding-100-50 {
        padding-top: 100px;
        padding-bottom: 50px
    }

    .gray-bg {
        background: #f7f9fc
    }

    .deep-gray-bg {
        background: #eff1ff
    }

    .dark-bg {
        background: #5d6b82;
        color: #fff
    }

    .red-bg {
        background: #b87717;
        color: #fff
    }

    .blue-bg {
        background: #0083ff;
        color: #fff
    }

    .soft-blue-bg {
        background: #7db9e8;
        color: #fff
    }

    .dark-bg .area-title h2 {
        color: #fff
    }

    .top-area {
        height: 50%;
        position: relative;
        width: 100%
    }

    header#slider {
        height: 100%
    }

    .moroccan-wholesale-suppliers-of-argan-oil {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .privacy-policy {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .delivery-Information {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .terms-conditions {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .how-to-order-pay {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .argan-oil-of-morocco {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .successful {
        background: rgba(0, 0, 0, 0) url(img/slider/Request-a-Quote.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .organic-prickly-pear-seed-oil-wholesale {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_4.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .wholesale-pure-rosewater-from-morocco-organic-natural {
        background: rgba(0, 0, 0, 0) url(img/slider/rose-damascena.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-black-soap-benefits {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_6.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .rose-water-benefits {
        background: rgba(0, 0, 0, 0) url(img/slider/rose-damascena.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }


    .prickly-pear-seed-oil-benefits{
        background: rgba(0, 0, 0, 0) url(img/prickly-pear-oil-morocco.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-black-soap-suppliers-wholesale-africa-benefits {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_6.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .moroccan-indigo-powder-benefits{
        background: rgba(0, 0, 0, 0) url(img/blog/nila.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .sidr-powder-benefits{
        background: rgba(0, 0, 0, 0) url(img/blog/sidr.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .aker-fassi-powder-benefits{
        background: rgba(0, 0, 0, 0) url(img/blog/aker.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .tabrima-powder-benefits{
        background: rgba(0, 0, 0, 0) url(img/blog/tbrima_powder.jpeg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .argan-oil-benefits{
        background: rgba(0, 0, 0, 0) url(img/blog/Argan_oil.jpeg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .rhassoul-ckay-benefits{
        background: rgba(0, 0, 0, 0) url(img/blog/Rhassoul-clay-for-hair.jpeg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-rhassoul-clay-powder-bulk-wholesale-suppliers {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_5.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .private-label,
    .faq,
    .argan-oil-private-label-manufacturer {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_5.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .about-organica-group-sarl {
        background: rgba(0, 0, 0, 0) url(img/slider/about.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .contact {
        background: rgba(0, 0, 0, 0) url('img/slider/Morocco Beauty Products_contact.png') no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .Benefits-Using-Natural-Beauty-Products {
        background: rgba(0, 0, 0, 0) url(img/slider/natural_beauty_benefits.png) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .essential-oils-wholesale-suppliers {
        background: rgba(0, 0, 0, 0) url(img/slider/essential-oils-wholesale-suppliers.png) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .culinary-argan-oil-of-morocco {
        background: rgba(0, 0, 0, 0) url(img/slider/slide_1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .error404 {
        background: rgba(0, 0, 0, 0) url(img/slider/error404.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .error404::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .privacy-policy::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .delivery-Information::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .terms-conditions::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .how-to-order-pay::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .Benefits-Using-Natural-Beauty-Products::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .contact::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-wholesale-suppliers-of-argan-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .argan-oil-of-morocco::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .successful::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .about-organica-group-sarl::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .private-label::after,
    .faq::after,
    .argan-oil-private-label-manufacturer::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-rhassoul-clay-powder-bulk-wholesale-suppliers::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-black-soap-suppliers-wholesale-africa-benefits::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-black-soap-benefits::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .essential-oils-wholesale-suppliers::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .organic-prickly-pear-seed-oil-wholesale::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .wholesale-pure-rosewater-from-morocco-organic-natural::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .culinary-argan-oil-of-morocco::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-nila-powder {
        background: rgba(0, 0, 0, 0) url(img/blog/nila.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-nila-powder::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .fassi-powder {
        background: rgba(0, 0, 0, 0) url(img/blog/aker.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .fassi-powder::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .sidr-powder {
        background: rgba(0, 0, 0, 0) url(img/blog/sidr.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .sidr-powder::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    select {
        border: 0 none;
        padding: 10px;
        width: 47%
    }

    .search-and-language-bar {
        margin-left: 20px;
        margin-top: 30px;
        position: relative;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .is-sticky .search-and-language-bar {
        margin-top: 10px
    }

    .search-and-language-bar ul li {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        padding: 10px
    }

    .search-and-language-bar ul li a {
        color: #fff;
        display: block
    }

    .search-box {
        position: relative
    }

    .search-form {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px;
        top: 72px;
        height: 60px;
        position: absolute;
        right: 0;
        width: 280px;
        display: none
    }

    .is-sticky .search-form {
        top: 50px
    }

    .search-form input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
        border: 1px solid #b87717;
        color: #333;
        height: 40px;
        left: 11px;
        padding: 10px;
        position: absolute;
        top: 10px;
        width: 77%
    }

    .search-form button {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #b87717;
        color: #b87717;
        font-size: 20px;
        height: 40px;
        padding: 7px 12px;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .search-form button:hover {
        background: #b87717 none repeat scroll 0 0;
        color: #fff
    }

    .select-language select {
        background: #fff;
        border: 0 none;
        color: #333;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative
    }

    .header-top-area {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999
    }

    .mainmenu-area {
        border-bottom: 1px solid rgba(243, 156, 18, .4);
        position: relative;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        z-index: 9999
    }

    .navbar-header {
        margin-top: 14px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .navbar {
        border-bottom: 0 none;
        border-top: 0 none;
        margin-bottom: 0
    }

    .navbar-brand>img {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .is-sticky .navbar-brand>img {
        max-width: 80%;
        margin-top: -6px
    }

    ul#nav {
        float: right;
        -webkit-transition: .3s;
        transition: .3s
    }

    ul#nav li a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #fff;
        letter-spacing: 1px;
        padding: 40px 15px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    ul#nav li a:hover,
    ul#nav li.active a {
        color: #b87717
    }

    .is-sticky ul#nav li a {
        padding: 20px 15px;
        color: #fff
    }

    .is-sticky ul#nav li a:hover,
    .is-sticky ul#nav li.active a {
        color: #b87717
    }

    .is-sticky .navbar-header {
        margin-top: -2px
    }

    .is-sticky .mainmenu-area {
        background: #212121;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
        box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
        z-index: 99999
    }

    .menu-toggle.full {
        border: 1px solid;
        height: 40px;
        letter-spacing: 2px;
        padding-top: 8px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 20px;
        width: 110px;
        color: #b87717 !important
    }

    .is-sticky .menu-toggle.full {
        top: 8px
    }

    .is-sticky ul#nav li ul a,
    ul#nav li ul a {
        border-bottom: 1px solid #1a1a1a;
        padding: 10px;
        padding-left: 15px
    }

    .welcome-area {
        color: #fff;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 100px;
        width: 100%
    }

    .welcome-text h1 {
        color: #fff;
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 1.3;
        text-transform: uppercase
    }

    .welcome-text h2 {
        color: #118f14;
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 1.3;
        text-transform: uppercase
    }

    .welcome-text h4 {
        font-size: 20px;
        letter-spacing: 8px;
        text-transform: uppercase
    }

    .home-button {
        margin-top: 60px;
        height: auto !important
    }

    .home-button a {
        border: 2px solid;
        border-radius: 3px;
        color: #fff;
        letter-spacing: 2px;
        padding: 12px 30px;
        text-transform: uppercase
    }

    .home-button a:last-child {
        margin-left: 20px
    }

    .home-button a:hover {
        background: #b87717 none repeat scroll 0 0;
        border-color: #b87717;
        color: #fff
    }

    .home-mockup>img {
        max-width: 50%
    }

    .welcome-slider-area {
        height: 100%;
        position: relative;
        z-index: 9
    }

    .welcome-slider-area.owl-carousel div:not(.owl-controls) {
        height: 100%
    }

    .welcome-single-slide {
        z-index: 9;
        position: relative
    }

    .welcome-single-slide:before {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .welcome-slider-area .welcome-text {
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 100px
    }

    .welcome-text h4 {
        margin-bottom: 30px
    }

    .welcome-text h2 {
        color: #fff;
        line-height: 1;
        margin-bottom: 30px
    }

    .welcome-slider-area.home-button {
        height: auto !important
    }

    .owl-item.active .welcome-single-slide .welcome-text h1 {
        -webkit-animation: 1s ease .5s normal both 1 running fadeInUp;
        animation: 1s ease .5s normal both 1 running fadeInUp
    }

    .owl-item.active .welcome-single-slide .welcome-text p {
        -webkit-animation: 1s ease .8s normal both 1 running fadeInUp;
        animation: 1s ease .8s normal both 1 running fadeInUp
    }

    .owl-item.active .welcome-single-slide .home-button {
        -webkit-animation: 1s ease 1s normal both 1 running fadeInUp;
        animation: 1s ease 1s normal both 1 running fadeInUp
    }

    .slider-bg-one {
        background: url(img/slider/slide_7.jpg) no-repeat scroll center center/cover
    }

    .slider-bg-zero {
        background: url(img/slider/slide_1.jpg) no-repeat scroll center center/cover
    }

    .slider-bg-two {
        background: url(img/slider/slide_2.jpg) no-repeat scroll center center/cover
    }

    .slider-bg-three {
        background: url(img/slider/slide_3.jpg) no-repeat scroll center center/cover
    }

    .slider-bg-four {
        background: url(img/slider/slide_4.jpg) no-repeat scroll center center/cover
    }

    .slider-bg-five {
        background: url(img/slider/slide_5.jpg) no-repeat scroll center center/cover
    }

    .slider-bg-six {
        background: url(img/slider/slide_6.jpg) no-repeat scroll center center/cover
    }

    .welcome-slider-area.owl-carousel .owl-nav>div {
        background: #fff none repeat scroll 0 0;
        display: inline-block;
        font-size: 30px;
        height: 40px;
        margin: 0 5px;
        padding-top: 5px;
        text-align: center;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 40px
    }

    .welcome-slider-area.owl-carousel .owl-controls {
        bottom: 7%;
        position: absolute;
        right: 8.4%
    }

    .welcome-slider-area.owl-carousel .owl-nav>div:hover {
        background: #b87717 none repeat scroll 0 0;
        color: #fff
    }

    .single-blog {
        border-radius: 5px;
        -webkit-box-shadow: 0 3px 7px #ddd;
        box-shadow: 0 3px 7px #ddd;
        overflow: hidden
    }

    .blog-details {
        background: #fff none repeat scroll 0 0;
        padding: 30px 20px;
        position: relative
    }

    .blog-meta {
        background: #b87717 none repeat scroll 0 0;
        border-radius: 0 50px 50px 0;
        font-size: 24px;
        height: 50px;
        left: 0;
        position: absolute;
        text-align: center;
        top: -25px;
        width: 70px
    }

    .blog-meta a {
        color: #fff;
        display: block;
        height: 100%;
        padding-top: 13px;
        width: 100%
    }

    .blog-details h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .read-more {
        background: #5d6b82 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        height: 40px;
        margin-top: 15px;
        padding: 7px 25px;
        text-align: center;
        width: 140px
    }

    .read-more:focus,
    .read-more:hover {
        background: #b87717;
        color: #fff
    }

    .blog-details h3 a {
        color: #3c4a62
    }

    .blog-details h3 a:focus,
    .blog-details h3 a:hover {
        color: #b87717
    }

    .quote-form-area {
        background: #eef1f5 none repeat scroll 0 0;
        padding: 30px 20px
    }

    .quote-form input {
        margin-bottom: 10px
    }

    .quote-form .width-full input {
        border: 0 none;
        padding: 10px;
        width: 100%
    }

    .quote-form .width-half input {
        border: 0 none;
        padding: 10px;
        width: 47%
    }

    .quote-form textarea {
        border: 0 none;
        height: 130px;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%
    }

    .quote-form button {
        background: #5d6b82 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 5px;
        color: #fff;
        letter-spacing: 2px;
        padding: 10px 20px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .quote-form button:hover {
        background: #b87717;
        color: #fff
    }

    .about-content h2 {
        margin-bottom: 30px
    }

    .about-content a {
        display: inline-block;
        margin-top: 20px
    }

    .about-content a:hover {
        color: #b87717
    }

    .about-content a i {
        -webkit-transition: .3s;
        transition: .3s
    }

    .about-content a:hover i {
        padding-left: 10px
    }

    .about-count {
        margin-top: 80px
    }

    .single-about-count {
        background: #fff none repeat scroll 0 0;
        float: left;
        padding: 30px 20px 20px;
        text-align: center;
        text-transform: capitalize;
        width: 33.33%
    }

    .single-about-count h4 {
        color: #b87717;
        font-size: 24px;
        font-weight: 800
    }

    .service-content h2 {
        font-size: 32px;
        margin-bottom: 30px;
        padding-bottom: 15px;
        position: relative
    }

    .service-content h2::after {
        border-bottom: 1px dashed #f39c12;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px
    }

    .service-catalouge-content-area {
        background: rgba(0, 0, 0, 0) url(img/service/service-cargo-bg.png) no-repeat scroll center center/contain;
        position: relative
    }

    .catalouge-content {
        background: rgba(243, 156, 18, .9) none repeat scroll 0 0;
        color: #fff;
        padding: 30px
    }

    .catalouge-content h3 {
        color: #fff;
        margin-bottom: 30px;
        padding-bottom: 15px;
        position: relative
    }

    .catalouge-content h3::after {
        border-bottom: 1px dashed;
        bottom: 0;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        width: 50px
    }

    .catalouge-content .read-more:focus,
    .catalouge-content .read-more:hover {
        background: #fff none repeat scroll 0 0;
        color: #b87717
    }

    .catalouge-content ul {
        margin-top: 40px
    }

    .catalouge-content ul li {
        margin-bottom: 15px
    }

    .catalouge-content ul li i {
        margin-right: 15px
    }

    .service-bottom-area {
        position: relative
    }

    .service-bottom-area-bg {
        background: rgba(0, 0, 0, 0) url(img/service/service-area-bg.jpg) repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .service-bottom-area-bg::after {
        background: #f5f7f9 none repeat scroll 0 0;
        content: '';
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%
    }

    .single-service {
        margin-bottom: 50px;
        padding-left: 80px;
        position: relative
    }

    .service-list .single-service:last-child {
        margin-bottom: 0
    }

    .service-icon-hexagon {
        left: -43px;
        position: absolute;
        top: -25px
    }

    .hex {
        background: #f5f7f9 none repeat scroll 0 0;
        border-radius: 1em/3.5em;
        display: inline-block;
        height: 5.2em;
        margin: 1em 4.61538em 1em auto;
        position: relative;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 150ms ease-in-out 0s;
        transition: all 150ms ease-in-out 0s;
        width: 4em
    }

    .hex:after,
    .hex:before {
        position: absolute;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: inherit;
        content: ''
    }

    .hex:before {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    .hex:after {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    .service-icon {
        background: #5d6b82 none repeat scroll 0 0;
        bottom: 7px;
        color: #fff;
        font-size: 24px;
        height: 60px;
        padding-top: 18px;
        position: absolute;
        right: 11px;
        text-align: center;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 34px;
        z-index: 1
    }

    .service-icon::after,
    .service-icon::before {
        background: #5d6b82 none repeat scroll 0 0;
        content: '';
        height: 100%;
        position: absolute;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 100%;
        z-index: -1
    }

    .service-icon::before {
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg)
    }

    .service-icon::after {
        bottom: 0;
        right: 0;
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg)
    }

    .service-icon i {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    .service-details h4 {
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .single-service:hover .service-details h4 {
        color: #b87717
    }

    .single-service:hover .service-icon,
    .single-service:hover .service-icon::after,
    .single-service:hover .service-icon::before {
        background: #b87717 none repeat scroll 0 0
    }

    .promo-top-area {
        background: rgba(0, 0, 0, 0) url(img/promo/promo_top_bg.png) no-repeat scroll right 5% bottom 50%/40% auto
    }

    .single-promo {
        margin-bottom: 50px;
        padding: 5px 20px 20px 80px;
        position: relative
    }

    .promo-area .row>div.col-lg-4 .single-promo:last-child {
        margin-bottom: 0
    }

    .promo-icon {
        background: #f4f7f9 none repeat scroll 0 0;
        border-radius: 50%;
        color: #b87717;
        font-size: 24px;
        height: 65px;
        left: 0;
        padding-top: 21px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 65px
    }

    .promo-bottom-area {
        position: relative
    }

    .promo-botton-area-bg {
        background: rgba(0, 0, 0, 0) url(img/promo/promo_bottom_bg.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .promo-botton-area-bg::after {
        background: #3c4a62 none repeat scroll 0 0;
        content: '';
        height: 100%;
        left: 0;
        opacity: .9;
        position: absolute;
        top: 0;
        width: 100%
    }

    .promo-bottom-area h2 {
        color: #fff;
        font-size: 26px
    }

    .promo-bottom-content .read-more {
        background: #b87717 none repeat scroll 0 0;
        font-weight: 700;
        height: auto;
        letter-spacing: 1px;
        padding: 14px;
        text-transform: uppercase;
        width: 180px
    }

    .promo-bottom-area .read-more:focus,
    .promo-bottom-area .read-more:hover {
        background: #fff none repeat scroll 0 0;
        color: #b87717
    }

    .client-photo-list .item {
        border-radius: 50%;
        overflow: hidden;
        margin: 10px 0
    }

    .client-photo-list .owl-carousel .owl-item.active.center .item {
        -webkit-box-shadow: 0 0 0 5px #b87717;
        box-shadow: 0 0 0 5px #b87717;
        position: relative;
        z-index: 999;
        -webkit-transition: .3s;
        transition: .3s
    }

    .client-photo-list {
        margin-bottom: 40px
    }

    .client-details-content .item {
        padding-top: 70px;
        position: relative
    }

    .client-details-content .item::after {
        color: #5d6b82;
        content: 'f10d';
        font-family: fontawesome;
        font-size: 60px;
        height: 60px;
        left: 50%;
        line-height: 1;
        opacity: .5;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 60px
    }

    .client-details-content .item q {
        display: block;
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 37px
    }

    .client-details-content .item h3 {
        margin-bottom: 10px
    }

    .client_nav span {
        background: #5d6b82 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 30px;
        height: 40px;
        left: 50px;
        opacity: 0;
        padding-top: 3px;
        position: absolute;
        text-align: center;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 50px;
        cursor: pointer
    }

    .client_nav span:hover {
        background: #b87717
    }

    .client_nav span.fa.testi_next {
        left: auto;
        right: 50px
    }

    .testmonial-area:hover .client_nav span {
        left: 0;
        opacity: 1
    }

    .testmonial-area:hover .client_nav span.testi_next {
        left: auto;
        right: 0
    }

    .footer-top-area {
        padding: 40px 0
    }

    .footer-area h2,
    .footer-area h3 {
        color: #fff;
        font-weight: 500;
        text-transform: capitalize
    }

    .subscribe-content h2 {
        line-height: 1;
        margin-bottom: 20px
    }

    .subsriber-form {
        height: 60px;
        position: relative
    }

    .subsriber-form input {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        border-radius: 5px;
        color: #363;
        height: 100%;
        left: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 70%
    }

    .subsriber-form button {
        background: #b87717 none repeat scroll 0 0;
        font-size: 12px;
        border: 0 none;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        height: 100%;
        letter-spacing: 1px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 27%
    }

    .subsriber-form button:hover {
        background: #fff none repeat scroll 0 0;
        color: #b87717
    }

    .faqs-list h3 {
        margin-bottom: 30px
    }

    .faqs-list h3 span {
        color: #b87717
    }

    .faqs-list #accordion .panel-title {
        padding-left: 50px;
        position: relative;
        text-transform: capitalize
    }

    .faqs-list #accordion .panel-title i {
        background: #b87717 none repeat scroll 0 0;
        color: #fff;
        height: 30px;
        left: 0;
        padding-top: 8px;
        position: absolute;
        text-align: center;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 30px
    }

    .faqs-list #accordion .panel-title i::after {
        background: #fff none repeat scroll 0 0;
        content: '';
        height: 12px;
        left: 50%;
        margin-left: -1.5px;
        margin-top: -6px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 3px
    }

    .faqs-list #accordion .active .panel-title i::after {
        opacity: 1
    }

    .faqs-list #accordion .panel,
    .faqs-list #accordion .panel.active {
        border-bottom: 0 none;
        -webkit-box-shadow: 0 0 0 #fff;
        box-shadow: 0 0 0 #fff
    }

    .panel-body {
        border: 0 none !important
    }

    .panel-body,
    .panel-heading {
        padding-left: 0
    }

    .about-details-menu {
        margin-bottom: 50px;
        text-align: center
    }

    .about-details-menu li {
        display: inline-block;
        margin: 0 5px
    }

    .about-details-menu li a {
        border: 1px solid #efefef;
        display: block;
        font-size: 18px;
        padding: 12px 20px;
        text-transform: uppercase
    }

    .about-details-menu li.active a {
        background: #b87717 none repeat scroll 0 0;
        border-color: #b87717;
        color: #fff
    }

    .about-history-content {
        margin-bottom: 50px
    }

    .about-history-content h3 {
        margin-bottom: 30px;
        padding-bottom: 15px
    }

    .about-history-content h3::after {
        border-bottom: 1px dashed #b87717;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px
    }

    .about-history-content ul {
        margin-top: 20px
    }

    .about-history-content ul li {
        margin-bottom: 5px
    }

    .about-history-content.history-list {
        position: relative
    }

    .about-history-content.history-list::after {
        background: #e4e4e4;
        content: '';
        height: 100%;
        left: 80px;
        position: absolute;
        top: 0;
        width: 5px
    }

    .single-history {
        margin-bottom: 50px;
        padding-left: 125px;
        position: relative
    }

    .single-history .history-year {
        font-size: 18px;
        font-weight: 700;
        left: 0;
        position: absolute;
        top: 0;
        width: 85px
    }

    .single-history .history-year::after,
    .single-history .history-year::before {
        background: #fff none repeat scroll 0 0;
        border-radius: 50%;
        content: '';
        height: 30px;
        position: absolute;
        right: -12px;
        top: 0;
        width: 30px;
        z-index: 9
    }

    .single-history .history-year::after {
        background: #b87717;
        height: 10px;
        right: -2px;
        top: 9px;
        width: 10px
    }

    .annual-reports>div {
        margin-bottom: 50px
    }

    .annual-reports>div:last-child {
        margin-bottom: 0
    }

    .annual-reports-content h4 {
        margin-bottom: 30px
    }

    .annual-reports-content ul {
        margin-top: 30px
    }

    .annual-reports-content ul li {
        margin-bottom: 10px
    }

    .annual-reports-content ul li i {
        color: #b87717;
        margin-right: 10px
    }

    .single-team {
        text-align: center;
        margin-bottom: 30px;
        padding: 1px
    }

    .team-list div>.col-lg-4:last-child .single-team {
        margin-bottom: 0
    }

    .single-team .member-image img {
        width: 100%
    }

    .member-details {
        -webkit-box-shadow: 0 0 1px;
        box-shadow: 0 0 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 20px
    }

    .member-social-bookmark {
        background: #5d6b82 none repeat scroll 0 0;
        border-radius: 5px;
        margin-top: 25px;
        padding: 15px 0
    }

    .member-social-bookmark .social-bookmark li a {
        background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
        padding-top: 8px
    }

    .member-social-bookmark .social-bookmark li a:hover {
        background: #b87717 none repeat scroll 0 0
    }

    .single-service-two {
        padding: 30px 20px 30px 100px;
        position: relative;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .service-icon-two {
        border-right: 1px solid #ddd;
        color: #b87717;
        font-size: 30px;
        left: 0;
        position: absolute;
        text-align: center;
        width: 80px
    }

    .single-service-two:hover {
        background: #b87717 none repeat scroll 0 0;
        color: #fff
    }

    .single-service-two:hover .service-icon-two,
    .single-service-two:hover h4 {
        color: inherit
    }

    .single-service-three {
        border: 1px solid #eef2f4;
        -webkit-box-shadow: 0 0 10px #eef2f4;
        box-shadow: 0 0 10px #eef2f4;
        margin-bottom: 30px;
        padding: 30px 20px 30px 80px;
        position: relative
    }

    .single-service-three h4 {
        color: #b87717
    }

    .service-icon-three {
        border-right: 1px solid #ddd;
        color: #b87717;
        font-size: 30px;
        left: 0;
        position: absolute;
        text-align: center;
        width: 60px
    }

    .contact-address {
        margin-bottom: 50px
    }

    .contact-address a {
        color: #585858
    }

    .contact-address a:hover {
        color: #b87717
    }

    .contact-area .form-control {
        border-radius: 0;
        margin-bottom: 30px;
        min-height: 40px
    }

    .contact-area button {
        background: #5d6b82 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 3px;
        color: #fff;
        font-weight: 600;
        letter-spacing: 2px;
        padding: 10px 40px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .contact-area button:hover {
        background: #b87717 none repeat scroll 0 0;
        color: #fff
    }

    .footer-area {
        color: #fff;
        position: relative;
        z-index: 9
    }

    .footer-area::after {
        background: rgba(0, 0, 0, 0) url(img/footer-map-bg.png) no-repeat scroll center center/90% auto;
        content: '';
        height: 100%;
        left: 0;
        opacity: .1;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .footer-border {
        background: rgba(0, 0, 0, 0) url(img/footer-border.png) repeat-x scroll center center;
        height: 1px;
        margin-top: 50px
    }

    .single-footer-widget {
        margin-bottom: 50px;
        overflow: hidden
    }

    .single-footer-widget,
    .single-footer-widget a {
        color: #a1a7b2
    }

    .single-footer-widget a:hover {
        color: #b87717
    }

    .single-footer-widget h3 {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        padding-bottom: 15px;
        position: relative
    }

    .single-footer-widget h3::after {
        border-bottom: 1px dashed #b87717;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px
    }

    .single-footer-widget.footer-about ul {
        margin-top: 30px
    }

    .single-footer-widget.footer-about ul li {
        margin-bottom: 10px
    }

    .single-footer-widget.footer-about ul li i {
        border-right: 1px solid;
        margin-right: 10px;
        width: 20px
    }

    .single-footer-widget.twitter-widget ul li {
        margin-bottom: 20px;
        padding-left: 30px;
        position: relative
    }

    .single-footer-widget.twitter-widget ul li .twitter-icon {
        color: #b87717;
        left: 0;
        position: absolute
    }

    .single-footer-widget.list-widget ul li {
        letter-spacing: 1px;
        margin-bottom: 10px;
        position: relative
    }

    .single-footer-widget.list-widget ul li::before {
        content: '\f178';
        display: inline-block;
        font-family: fontawesome;
        margin-right: 15px
    }

    .single-footer-widget.instafeed-widget li {
        float: left;
        margin-bottom: 2%;
        margin-right: 2%;
        width: 31.33%
    }

    .footer-bottom-area .footer-border {
        margin: 0
    }

    .footer-copyright-area {
        padding: 30px 0
    }

    .footer-copyright p {
        margin-bottom: 0;
        margin-top: 10px
    }

    .footer-copyright a.footer-logo {
        border-bottom: 2px solid;
        display: block;
        margin-bottom: 5px;
        margin-right: 10px;
        max-width: 300px;
        padding-bottom: 10px
    }

    .footer-copyright a {
        color: #fff
    }

    .footer-social-bookmark .social-bookmark li a {
        background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        margin: 0 2px;
        padding-top: 3px;
        text-align: center;
        width: 30px
    }

    .footer-social-bookmark .social-bookmark li a:hover {
        background: #b87717;
        color: #fff
    }

    a.scrolltotop {
        background: #b87717 none repeat scroll 0 0;
        bottom: 20px;
        -webkit-box-shadow: 0 0 0 7px transparent;
        box-shadow: 0 0 0 7px transparent;
        color: #fff;
        display: none;
        font-size: 20px;
        height: 40px;
        padding-top: 5px;
        position: fixed;
        right: 20px;
        text-align: center;
        width: 40px;
        z-index: 99
    }

    a.scrolltotop:hover {
        -webkit-box-shadow: 0 0 0 0 #272727;
        box-shadow: 0 0 0 0 #272727;
        background: #272727
    }

    .home-two .single-blog {
        margin-top: -244px
    }

    .home-two .welcome-area {
        padding-bottom: 200px
    }

    .home-two .blog-area.blog-bottom .single-blog {
        margin-top: 0
    }

    .home-four .about-area.section-padding {
        padding-bottom: 50px
    }

    .home-four .promo-top-area.section-padding {
        background: inherit;
        padding-bottom: 50px
    }

    .home-four .service-bottom-area-bg {
        background: rgba(0, 0, 0, 0) url(img/service/service-area-bg-2.jpg) repeat scroll 0 0
    }

    .top-area.single-page {
        height: 500px
    }

    .single-page .top-area-bg::after {
        opacity: .7
    }

    .single-page .welcome-text h2 {
        margin-bottom: 10px
    }

    .page-location li {
        display: inline-block
    }

    .page-location li a {
        color: #fff;
        display: block;
        padding: 0 10px
    }

    .blog-page .single-blog {
        border-radius: 0;
        margin-bottom: 50px
    }

    .blog-page .single-blog .post-date {
        margin-bottom: 20px;
        margin-top: -10px
    }

    .blog-page .single-blog .post-date a i {
        margin-right: 10px
    }

    .blog-page .single-blog .post-date a:hover {
        color: #b87717
    }

    .blog-page .blog-image img {
        width: 100%
    }

    .pagination li a {
        border-radius: 0;
        color: #666;
        padding: 10px 20px
    }

    .pagination li a:focus,
    .pagination li a:hover,
    .pagination li.active a {
        background: #b87717 none repeat scroll 0 0;
        color: #fff;
        border-color: #b87717
    }

    .single-sidebar-widget {
        -webkit-box-shadow: 0 3px 7px #ddd;
        box-shadow: 0 3px 7px #ddd;
        margin-bottom: 50px;
        padding: 20px
    }

    .single-sidebar-widget h4::after {
        border-bottom: 1px dashed #b87717;
        bottom: 0;
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        width: 50px
    }

    .single-sidebar-widget h4 {
        margin-bottom: 30px;
        padding-bottom: 10px
    }

    .widget_search form {
        border: 1px solid #ddd;
        height: 40px;
        position: relative;
        width: 100%
    }

    .widget_search form input {
        border: 0 none;
        height: 100%;
        left: 0;
        padding: 8px 40px 8px 8px;
        position: absolute;
        top: 0;
        width: 100%
    }

    .widget_search form button {
        background: #5d6b82 none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 50px
    }

    .tagcloud a:hover,
    .widget_search form button:hover {
        background: #b87717 none repeat scroll 0 0;
        color: #fff;
        border-color: #b87717
    }

    .widget_categories li {
        margin: 5px 0;
        position: relative
    }

    .widget_categories li::before {
        font-family: fontawesome;
        margin-right: 10px
    }

    .single-sidebar-widget li a:hover {
        color: #b87717
    }

    .single-sidebar-widget {
        -webkit-box-shadow: 0 3px 7px #ddd;
        box-shadow: 0 3px 7px #ddd;
        margin-bottom: 50px;
        padding: 20px
    }

    .widget_recent_entries li {
        margin-bottom: 15px;
        overflow: hidden
    }

    .tagcloud a {
        border: 1px solid #ddd;
        display: inline-block;
        margin-bottom: 9px;
        margin-right: 5px;
        padding: 5px 10px;
        text-transform: capitalize
    }

    .blockquote {
        background: #f1f1f1 none repeat scroll 0 0;
        border: 0 none;
        font-size: 16px;
        font-style: italic;
        line-height: 1.7em;
        position: relative;
        padding: 20px 30px;
        text-transform: capitalize;
        z-index: 1
    }

    .blockquote::after,
    .blockquote::before {
        content: '';
        font-family: fontawesome;
        font-size: 50px;
        height: 50px;
        left: 0;
        line-height: 1;
        opacity: .3;
        position: absolute;
        top: 0;
        width: 50px;
        z-index: -1
    }

    .blockquote::before {
        bottom: 0;
        content: '';
        left: auto;
        right: 8px;
        top: auto
    }

    .comments-area,
    .comments-form-area,
    .share-button {
        -webkit-box-shadow: 0 3px 7px #ddd;
        box-shadow: 0 3px 7px #ddd;
        margin-bottom: 50px;
        padding: 20px
    }

    .comments-area h4,
    .comments-form-area h4 {
        margin-bottom: 30px
    }

    .comments-area ul li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 90px;
        position: relative
    }

    .comments-area ul li:nth-child(2n) {
        margin-left: 80px
    }

    .comments-area ul li .comments-author-thumb {
        height: 80px;
        left: 0;
        position: absolute;
        top: 0;
        width: 80px
    }

    .half-width input {
        border: 1px solid #ddd;
        margin-bottom: 14px;
        padding: 10px;
        width: calc(50% - 10px)
    }

    .comment-form textarea {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        padding: 10px;
        width: 100%
    }

    .comment-form button {
        background: #5d6b82 none repeat scroll 0 0;
        border: 0 none;
        color: #fff;
        padding: 10px 20px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .comment-form button:hover {
        background: #b87717 none repeat scroll 0 0
    }

    .service-image {
        margin-bottom: 40px
    }

    .service-image img {
        width: 100%
    }

    .service-details-text {
        margin-bottom: 50px
    }

    .service-menu h4 {
        background: #b87717 none repeat scroll 0 0;
        color: #fff;
        margin-bottom: 0;
        padding: 10px;
        text-align: center
    }

    .service-menu ul {
        border: 1px solid #ddd
    }

    .service-menu>ul li {
        border-top: 1px dashed #ddd;
        display: block;
        margin-top: -1px
    }

    .service-menu ul li a {
        display: block;
        padding: 10px 20px
    }

    .service-menu ul li a i {
        float: right
    }

    .service-menu ul li a:hover {
        color: #b87717
    }

    .error-content img {
        margin-bottom: 40px
    }

    .error-content h2,
    .error-content h3 {
        letter-spacing: 1px;
        text-transform: capitalize
    }

    .error-area .read-more {
        width: auto
    }

    .progress {
        height: 35px
    }

    .progress .skill {
        line-height: 35px;
        padding: 0;
        margin: 0 0 0 20px;
        text-transform: uppercase
    }

    .progress .skill .val {
        float: right;
        margin: 0 20px 0 0
    }

    .progress-bar {
        text-align: left;
        transition-duration: 3s
    }

    .hidden {
        width: 1px;
        height: 1px
    }

    .slider-title {
        color: #fff;
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700
    }

    .green-title {
        display: inline-block;
        font-size: 40px;
        letter-spacing: 2px;
        line-height: 1;
        margin-bottom: 30px;
        padding-bottom: 20px;
        position: relative;
        text-transform: uppercase
    }

    #responsive-image {
        width: 100%;
        height: auto
    }

    .anise-essential-oil,
    .armoise-essential-oil,
    .black-pepper-essential-oil,
    .cajeput-essential-oil,
    .cedarwood-essential-oil,
    .celery-essential-oil,
    .citronella-essential-oil,
    .clementine-essential-oil,
    .cumin-essential-oil,
    .cypress-essential-oil,
    .garlic-essential-oil,
    .italian-lemon-essential-oil,
    .moroccan-blue-tansy-essential-oil,
    .rosemary-essential-oil {
        background: rgba(0, 0, 0, 0) url(img/slider/essential-oils-wholesale-suppliers.png) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .moroccan-blue-tansy-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .black-pepper-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .italian-lemon-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .rosemary-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .anise-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .armoise-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .celery-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .cedarwood-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .citronella-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .clementine-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .cumin-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .cypress-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .garlic-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .cajeput-essential-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .privacy-policy {
        background: rgba(0, 0, 0, 0) url(img/privacy-policy.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .hair-moroccan-oil {
        background: rgba(0, 0, 0, 0) url(img/blog-1.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .argan-oil-inci-name {
        background: rgba(0, 0, 0, 0) url(img/blog-2.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .argan-oil-for-face {
        background: rgba(0, 0, 0, 0) url(img/blog-3.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .what-is-argan-oil-of-morocco {
        background: rgba(0, 0, 0, 0) url(img/blog-4.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .where-to-buy-argan-oil-in-morocco {
        background: rgba(0, 0, 0, 0) url(img/blog-5.jpg) no-repeat scroll center center/cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }






    .privacy-policy::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .hair-moroccan-oil::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .argan-oil-inci-name::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .argan-oil-for-face::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .what-is-argan-oil-of-morocco::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .where-to-buy-argan-oil-in-morocco::after {
        background: #3c4147;
        content: '';
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        top: 0;
        width: 100%
    }

    .waguer-cart-count {
        background-color: #ff6b6b;
        color: white;
        border-radius: 50%;
        padding: 2px 6px;
        font-size: 12px;
        margin-left: 5px;
    }

