/*================
 Template Name: CBLT
 Description: Cotton Bales Live Trading.
 Version: 1.0
 Author: https://www.eleganzit.com/
=======================*/

/*TABLE OF CONTENTS*/
/*=====================
01. RESET CSS
02. BASE TYPOGRAPHY
03. PRE DEFINE CLASS CSS
04. HEADER CSS
05. HERO SECTION CSS
06. CEO MESSAGE SECTION CSS
07. FEATURE SECTION CSS
08. PROGRESSBAR CSS
09. CORE IDEA CSS
10. MAIN SERVICES CSS
11. PORTFOLIO CSS
12. BLOG SECTION CSS
13. WORK PROCESS CSS
14. COUNTER SECTION CSS
15. TIMELINE SECTION CSS
16. TEAM SECTION CSS
17. VIDEO PROMO CSS
18. PROMO BLOCK WITH HOVER BG IMAGE
19. TESTIMONIAL CSS
20. SUBSCRIBE FORM CSS
21. ACCORDION FAQ CSS
22. CONTENT BOX CSS
23. PRICING CSS
24. SINGLE PAGE HEADER CSS
25. CONTACT US CSS
26. FOOTER CSS
27. PRELOADER CSS
28. BLOG PAGE CSS
29. BACK TO TOP CSS
=======================*/

/* -----------------------------------------
                           01. RESET CSS
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.ml-100{
    margin-left: 100px;
}
.pl-0 {
    padding-left: 0px;
}
.pr-20{
    padding-right: 20px;
}
.pr-0 {
    padding-right: 0px;
}
.bg-light-primary {
    background-color: rgba(104, 60, 17, 0.8);
}
.btn-primary {
    color: #fff;
    background-color: #683c11;
    border-color: #683c11;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #58320d;
    border-color: #58320d;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 50, 13, 0.5);
}
.btn-height {
    height: 41px;
}
.pull-left {
    float: left;
}
.pull-right{
    float: right;
}
/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    line-height: 1.85;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}


h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 0 0 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: #212529;
}

h1 {
    margin-top: 0;
    font-size: 2.852em;
}

h2 {
    font-size: 2.125em;
}

h3 {
    font-size: 1.853em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.126em;
}

.section-heading h2 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
small, .text_small {
    font-size: 0.8em;
}

strong, b {
    font-weight: 600;
}

.badge {
    display: inline;
    font-size: 80%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
a {
    color: #683c11;
    text-decoration: none !important;
    background-color: transparent;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #683c11;
}
.f-10 {
    font-size: 10px;
}
.f-13 {
    font-size: 13px;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}
.f-16 {
    font-size: 16px;
}
.f-18 {
    font-size: 18px;
}
.f-20 {
    font-size: 20px;
}
.mb-1 {
    margin-bottom: 1rem;
}
.bg-soft-purple {
    background-color: rgba(109,129,245,0.2) !important;
    color: #6d81f5 !important;
}
.bg-soft-danger {
    background-color: rgba(241,75,75,0.2) !important;
    color: #f14b4b !important;
}
.bg-soft-secondary {
    background-color: rgba(13,200,222,0.2) !important;
    color: #0dc8de !important;
}
.bg-soft-third {
    background-color: rgb(235 119 37 / 0.2) !important;
    color: #eb7725 !important;
}
.col-red {
    color: #de483c;
}
.col-gray {
    color: #c7c7c7;
}
/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
.ptb-100 {
    padding: 100px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-60 {
    padding: 80px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.pt-150 {
    padding-top: 150px;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb--50{
    margin-bottom: -50px;
}
.mb--100{
    margin-bottom: -100px;
}
.mt--120 {
    margin-top: -120px;
}
.mt-25{
    margin-top: 25px;
}
.z-index-2{
    z-index: 2;
}

.gray-light-bg {
    background: #f4f4f4;
}

.primary-bg, .badge-primary {
    background: linear-gradient(to top,#683c11 0%,#866341 100%);
}

.gradient-bg {
    background: #683c11;
    background: -moz-linear-gradient(left, #683c11 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #683c11 2%, #7202bb 82%);
    background: linear-gradient(to right, #683c11 2%, #7202bb 82%);
}

.secondary-bg {
    background: #7202bb;
}

.color-primary {
    color: #683c11;
}

.btn-warning {
    color: #fff;
    background-color: #eab20c;
    border-color: #eab20c;
}

.color-secondary {
    color: #7202bb
}

.white-bg {
    background: #ffffff;
}

/*icon size*/
.icon-sm {
    font-size: 30px;
    line-height: 30px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}

.outline-btn, .solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn {
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 4px;
}

.primary-solid-btn {
    border-color: #683c11;
    background: #683c11;
    color: #ffffff;
}

.primary-solid-btn:hover {
    background: transparent;
    color: #683c11;
    border-color: #683c11;
}

.solid-btn {
    color: #fff;
    background: #683c11;
    border: 2px solid #683c11;
}

.solid-btn:hover {
    background: transparent;
    color: #683c11;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.outline-btn {
    color: #683c11;
    display: inline-block;
    border: 2px solid #683c11;
}

.outline-btn:hover {
    color: #fff;
    background: #683c11;
}

.navbar .btn.btn-sm {
    padding: 5px 30px;
}

.primary-bg h1, .primary-bg p, .gradient-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #683c11;
}

.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}

.outline-white-btn {
    border-radius: 4px;
    color: #ffffff;
    border-color: #ffffff;
}

.outline-white-btn:hover {
    background: #ffffff;
    color: #683c11;
}

button:focus{
    outline: none;
}

.btn-not-rounded.outline-btn, .btn-not-rounded.solid-btn, .btn-not-rounded.primary-solid-btn, .btn-not-rounded.solid-white-btn, .btn-not-rounded.outline-white-btn{
    border-radius: 4px !important;
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: 42px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a !important;
    font-size: 14px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #9a9a9a;
    font-size: 14px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #9a9a9a;
    font-size: 14px;
}

.section-heading h2 span {
    font-weight: 700;
}

/*=========================================
            04. HEADER CSS
============================================*/
.affix {
    background-color: #202877;
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.white-bg.affix ul li a {
    color: #081d43 !important;
    opacity: 0.8;
}

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
    opacity: 1;
}

.bg-transparent.affix {
    background-color: #000000 !important;
}

.navbar-toggler{
    color: #ffffff;
    background-color: #683c11;
    border: 1px solid #683c11;
    padding: 8px;
}

/*main menu new style*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s ease-in;
}
.header.slideInDown.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}
.header nav.navbar{
    padding: 0 1rem;
    transition: all .3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.navbar-brand {
    font-size: inherit;
    height: auto;
    padding: 10px 0px;
    line-height: 1;
}
.navbar-brand img {
    width: 132px;
    transform: translate3d(0,0,0);
}
.menu {
    display: block;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 25px 10px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    color: #1d1d1d;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px 10px;
}
.menu li a:hover,
.menu li:hover>a,
.menu li.active>a {
    color: #683c11;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    border: 0px;
    background: #fff;
    z-index: 9;
    border-radius: 0px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.menu ul:after {
    /*    bottom: 100%;
        left: 35px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;*/
}
.menu li a.dropdown-toggle::after {
    position: relative;
    left: 2px;
}


.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    text-transform: inherit;
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #424141;
    padding: 10px 15px;
}
.menu ul li a:hover, .menu ul li:hover>a {
    color: #ffffff;
    background: #683c11;
}

/*.menu ul.sub-menu li:first-child a:hover,
.menu ul.sub-menu li:last-child ul li:first-child a:hover{
    border-radius: 4px 4px 0 0;
}
.menu ul.sub-menu li:last-child a:hover,
.menu ul.sub-menu li:last-child ul li:last-child a:hover{
    border-radius: 0 0 4px 4px;
}*/
.menu ul.sub-menu li:last-child ul li a:hover{
    border-radius: 0;
}

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0px);
}
.menu li > ul.dropdown-menu{
    display: block;
}
.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}
.header-profile .header-account-link {
    background-color: #683c11;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.inner-page .hero-section {
    padding: 130px 0px 50px 0px;
}
.hero-section.hero-bg-1{
    padding: 130px 0px 100px 0px;
}
@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        padding: 0px !important;
    }
    .menu li{
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #202877;
    }

    .pb-100 {
        padding-bottom: 55px;
    }
    ul.navbar-nav.menu {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar {
        border-bottom: 0px solid rgba(0, 0, 0, 0.1);
        background: transparent;
        -o-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -moz-transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        transition: border-bottom .3s ease-in-out, background .3s ease-in-out, padding .3s ease-in-out;
        -webkit-backface-visibility: hidden;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu{
        display: block;
    }
    .header nav.navbar{
        padding: 0.5rem 1rem;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        padding: 8px 15px;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #683c11;
        color: #fff;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
}


/*=========================================
            05. HERO SECTION CSS
============================================*/
.hero-bg-1, .hero-bg-2{
    position: relative;
    display: block;
    width: 100%;
}

.hero-bg-1:before{
    position: absolute;
    content: '';
    background: url("../images/slider-bg-1.jpg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.hero-bg-2:before{
    position: absolute;
    content: '';
    background: url("../img/slider-bg-1.svg")no-repeat center bottom / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.hero-slider-content h1 {
    font-size: 56px;
    line-height: initial;
    font-weight: 700;
    margin-bottom: 15px;
}
.hero-slider-content p {
    font-size: 24px;
    line-height: 1.5;
}

.slider-bg-image, .gradient-overlay, .bg-header-dark {
    position: relative;
    width: 100%;
    display: block;
}

.slider-bg-image:before {
    position: absolute;
    content: '';
    background: #030d1e;
    opacity: 0.60;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gradient-overlay:before{
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(50, 100, 245, 0.85), rgba(74, 84, 232, 0.85), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.85), rgba(114, 2, 187, 0.85));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-header-dark:before {
    position: absolute;
    content: '';
    background-color: rgb(33 33 33 / 70%); 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-section-wrap .background-video-overly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(to left, rgba(41, 103, 230, 0.85), rgba(48, 91, 228, 0.85), rgba(59, 79, 226, 0.85), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.85));
}
.hero-section .subs-form .input-box {
    max-width: 570px;
    position: relative;
    overflow: hidden;
}
.hero-section .subs-form input {
    border: none;
    height: 55px;
    padding: 0 175px 0 25px;
    background: #fff;
}
/*.hero-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 600px;
    transform: translate(-50%, -50%);
}*/
.hero-section .subs-form button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px;
    min-width: 140px;
    height: 45px;
    background: #683c11;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
}
.hero-slider-content {
    padding-right: 100px;
}

.banner-form {
    max-width: 400px;
    margin-left: auto;
    background: #fff;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
    padding: 42px 30px 51px;
    border-radius: 5px;
    text-align: center;
}
.banner-form .banner-form-title {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner-form .btn {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 35px;
    background-color: #683c11;
}
.banner-form .btn:hover,
.banner-form .btn:focus{
    opacity: 0.8;
}
.banner-form .form-control {
    color: #000;
    background-color: #f8f8f8;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    outline: none;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 3px 20px;
    height: 56px;
}
.banner-form .form-group {
    margin-bottom: 1.1rem;
}
/*dot indicator css*/
.dot-indicator-center .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 15px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot.active span, .dot-indicator-center.owl-theme .owl-dots .owl-dot:hover span {
    background: #683c11;
}

.dot-indicator-center.owl-theme .owl-dots button.owl-dot:focus {
    outline: none !important;
}


/*=========================================
        06. CEO MESSAGE SECTION CSS
============================================*/
.ceo-message-wrap {
    position: relative;
    display: block;
}

.year-highlight-text h4 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    background: #683c11 url("../images/yers-bg.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

.year-highlight-text h4 span {
    font-size: 215px;
    line-height: 220px;
}

.year-highlight-text h4 sub {
    background: #683c11;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto;
    background-position: center;
    display: inline-block;
    top: -6px;
    font-size: 25px;
    line-height: 25px;
}

.ceo-image{
    margin-top: 30px;
}
/*core services css*/
.core-services-single {
    position: relative;
    display: block;
    transition: all 0.3s ease-in;
}

.core-services-single a {
    text-decoration: none;
    position: absolute;
    right: 15px;
    bottom: -15px;
    background: #683c11;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

.core-services-single:hover {
    background-color: #683c11;
    color: #fff;
}

.core-services-single:hover h5, .core-services-single:hover span {
    color: #ffffff !important;
}

.core-services-single:hover a, .core-services-single:hover a > span {
    color: #683c11 !important;
    background: #ffffff;
}

/*our services style two*/


.services-block-three>a {
    display: block;
    position: relative;
}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 1px solid #683c11;
    border-right: 1px solid #683c11;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 1px solid #683c11;
    border-left: 1px solid #683c11;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three a, .services-block-three p{
    color: #757575;
    text-decoration: none;
}
.services-block-three p {
    margin-bottom: 0;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #ebebeb;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}


/*=========================================
        07. FEATURE SECTION CSS
============================================*/
.icon-box-left {
    position: relative;
    padding-left: 60px;
    text-align: left;
}
.icon-box-left .icon-box-icon {
    position: absolute;
    height: 38px;
    width: 38px;
    left: 0;
    text-align: center !important;
    line-height: 3.375rem;
    font-size: 2.1875rem;
}
.icon-box .icon-box-icon {
    font-size: 2.375rem;
    margin: 0 0 10px;
    transition: all .3s ease-in-out;
}
.icon-box:hover .icon-box-icon {
    transform: translateY(-5px);
}

/*feature box css*/
.features-box{
    position: relative;
    display: block;
}
.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

.features-box-icon i {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #683c11;
    font-size: 50px;
    padding: 10px;
    border-radius: 50%;
}
.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

/*=========================================
        08. PROGRESSBAR CSS
============================================*/
.progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: .875rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: 30px;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #683c11;
    transition: width .6s ease;
}
.progress-item + .progress-item {
    margin-top: 24px;
}
.progress-item {
    margin-bottom: 20px;
}
.progress-title > h6 {
    font-size: .95375rem;
    margin-bottom: 8px;
    font-weight: 500;
}

/*progressbar animation*/


.progress span {
    display: block;
    height: 100%;
}

.progress-line {
    background-color: #683c11;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode:both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode:both;
}

@-webkit-keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
}

@-moz-keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
}


/*=========================================
        09. CORE IDEA CSS
============================================*/

.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    display: block;
    width: 100%;
}

.imageblock-section .imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
}

.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}

.switchable > div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

.background-image-holder:not([class*='col-']) {
    width: 100%;
}

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px) {
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

.switchable > div[class*='col-'] {
    padding: 0;
}

@media (max-width: 767px) {
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px) {
    .switchable .container > .row {
        flex-flow: row-reverse;
    }

    .switchable.switchable-content .container > .row {
        flex-flow: row;
    }
}

/*=========================================
            10. MAIN SERVICES CSS
============================================*/

.services-single {
    transition: all 0.3s ease-in;
}

.services-single:hover {
    background-image: linear-gradient(to bottom, #683c11, #4a54e8, #5b42db, #682ccb, #7202bb);
    color: #fff;
}
.services-single a{
    color: #ffffff;
    opacity: 0.8;
}

.services-single:hover h5, .services-single:hover span, .services-single:hover a {
    color: #ffffff !important;
    opacity: 1;
}


/*=========================================
            11. PORTFOLIO CSS
============================================*/

.filter-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    background: #ebebeb;
    margin-right: 5px;
}

.filter-btn:hover {
    background: #683c11;
    color: #ffffff;
}

button.filter-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.mixitup-control-active {
    background: #683c11;
    color: #ffffff;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .85rem;
}
/*portfolio container*/

.portfolio-container {
    text-align: justify;
}

/*portfolio grid*/

.portfolio-item,
.gap {
    display: inline-block;
    vertical-align: top;
}

.portfolio-item {
    background: #ebebeb;
    margin-top: 1rem;
    position: relative;
}

/*portfolio hover*/
.portfolio-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.portfolio-wrapper .content-overlay {
    background: #683c11;
    background: -moz-linear-gradient(left, #683c11 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #683c11 2%, #7202bb 82%);
    background: linear-gradient(to right, #683c11 2%, #7202bb 82%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-overlay {
    opacity: 0.8;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}
/*portfolio grid brack point*/

/* 2 Columns */

.portfolio-item,
.gap {
    width: calc(100% / 2 - (((2 - 1) * 1rem) / 1));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/*=========================================
            12. BLOG SECTION CSS
============================================*/
.single-blog-card{
    margin-bottom: 25px;
}
.single-blog-card span.category {
    z-index: 2;
    top: 10px;
    right: 10px;
}
.single-blog-card .card-body{
    padding: 1.75rem;
}

.meta-list {
    opacity: 0.8;
    font-size: 95%;
}

.meta-list li.list-inline-item:not(:last-child) {
    margin-right: 0.7rem;
}
.single-blog-card a{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}
.single-blog-card a, .single-blog-card a:hover {
    text-decoration: none;
    color: inherit;
}

a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}


a.detail-link span {
    font-size: 12px;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #683c11;
}


a.detail-link:hover {
    color: #683c11;
}
a.detail-link:hover span{
    transform: translateX(3px);
    margin-left: 8px;
}



/*=========================================
            13. WORK PROCESS CSS
============================================*/
.work-process-list{
    width: 100%;
    display: block;
    position: relative;
}
.work-process-list li{
    width: 18%;
    display: inline-block;
    text-align: center;
    margin-right: 0;
}
.work-process-list li span:before{
    position: absolute;
    content: '';
    height: 4px;
    background: #000;
    width: 100%;
    top: 20%;
    z-index: -1;
    left: 0;
    right: 0;
    border: 3px solid #005cbf;
}
.work-process-list li span:after{
    position: absolute;
    content: '';
    height: 4px;
    background: #000;
    width: 100%;
    top: 20%;
    z-index: -1;
    left: 0;
    right: 0;
    border: 3px solid #005cbf;
}
.work-process-list li span{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ebebeb;
    display: block;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
}


/*work process scrolling style css*/
.step {
    position: relative;
    padding: 5.625rem 20% 20% 0;

}
.step.step-highlight::before {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    counter-increment: owlItem;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #683c11;
}
.step-title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}
.text-white .step::before {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.step:hover::before, .step.step-highlight::before {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    background: #ffffff;
    border-color: transparent;
    color: #683c11;
}
.step::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: counter(owlItem, decimal);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    line-height: calc(3.75rem - .25rem);
    text-align: center;
    border: 2px solid #e5e5e5;
    z-index: 20;
    border-radius: 50%;
    font-size: 1.5rem;
}
.owl-item:not(:last-child) .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 3.75rem;
    width: calc(100% - 40px);
    height: 2px;
    background: #e5e5e5;
    z-index: 10;
}
.owl-carousel.visible .owl-stage-outer {
    overflow: visible;
}

.text-white .step::after {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.work-process-carousel{
    position: relative;
    display: block;
}
.work-process-carousel .owl-nav{
    position: absolute;
    right: 0;
    bottom: 0;
}

.work-process-carousel .owl-nav button.owl-next, .work-process-carousel .owl-nav button.owl-prev{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    line-height: 45px;
    padding: 10px !important;
}

/*work process new style*/
.work-process-wrap{
    margin: 0 -15px -60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.single-work-process{
    position: relative;
    margin: 0 15px 60px;
    width: calc(33% - 30px);
    text-align: center;
}


.work-process-icon-wrap{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}
@media screen and (max-width: 991px){
    .single-work-process {
        width: calc(50% - 30px);
    }
    .work-process-divider {
        width: calc(100% - 145px);
    }
    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}

@media screen and (max-width: 767px){
    .single-work-process {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px;
    }
    .work-process-divider {
        display: none;
    }
}

.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process  .work-process-divider{
    position: absolute;
    right: -110px;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}
.single-work-process.no-arrow .work-process-divider {
    display: none;
}
.single-work-process  .work-process-divider:after {
    content: '\e628';
    font-family: 'themify';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}


.work-process-icon-wrap i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.work-process-icon-wrap .process-step{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
}

.single-work-process:last-child .work-process-divider{
    display: none !important;
}



/*=========================================
            14. COUNTER SECTION CSS
============================================*/
.counter-wrap{
    width: 100%;
    display: block;
    position: relative;
}

.counter-wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
}

.counter-wrap li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    padding: 30px;
}
.counter-wrap li:last-child{
    border-right: none;
    margin-right: 0 !important;
}

.counter-wrap .single-counter{
    margin: 0;
}

.single-counter{
    margin: 14px 0;
}


.single-counter span{
    font-size: 35px;
    line-height: 38px;
}

/*=========================================
            15. TIMELINE SECTION CSS
============================================*/


/* Timeline */
.timeline {
    border-left: 4px solid #683c11;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 100%;
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -217.5px;
    content: attr(data-date);
    text-align: right;
    min-width: 120px;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px #7202bb;
    left: -57.85px;
    background: #ebebeb;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

/*timeline style two*/

.timeline-two{
    position: relative;
}

.timeline-event {
    position: relative;
}
.timeline-two:before {
    background-color: #ebebeb;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event-icon {
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ebebeb;
    outline: 10px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}
.timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 80%;
}
.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 0.75em;
    background-color: #9c9c9c;
    -moz-box-shadow: inset 0 0 0 0 #683c11;
    -webkit-box-shadow: inset 0 0 0 0 #683c11;
    box-shadow: inset 0 0 0 0 #683c11;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
}

.timeline-event:hover .timeline-event-icon {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #683c11;
}
.timeline-event:hover .timeline-event-thumbnail {
    -moz-box-shadow: inset 40em 0 0 0 #683c11;
    -webkit-box-shadow: inset 40em 0 0 0 #683c11;
    box-shadow: inset 40em 0 0 0 #683c11;
}


/*timeline three*/

.timeline-three{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.timeline-three:after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: #ebebeb;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

.timeline-left-all h4 {
    width: 50%;
    color: #683c11;
    margin-left: 50%;
    padding-left: 30px;
    margin-bottom: -30px;
}
.timeline-right-all h4 {
    width: 50%;
    text-align: right;
    color: #683c11;
    padding-right: 30px;
    margin-bottom: -30px;
}
.timeline-three h4 {
    display: block;
    color: #683c11;
    font-weight: 700;
}

.timeline-left {
    left: 0;
}
.timeline-right {
    left: 50%;
}
.timeline-container {
    padding: 0 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 12px;
    width: 0;
    z-index: 1;
    right: 25px;
    border: medium solid white;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent white;
}
.timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 12px;
    width: 0;
    z-index: 1;
    left: 25px;
    border: 2px solid white;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
}
.timeline-left .timeline-content {
    text-align: right;
}
.timeline-right::after {
    left: -10px;
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: -5px;
    background-color: #fff;
    border: 4px solid #683c11;
    top: 6px;
    border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 600px){
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .timeline-left .timeline-content {
        text-align: left;
    }
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .timeline-left::after, .timeline-right::after {
        left: 20px;
    }
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .timeline-right-all h4 {
        margin: 0px;
        width: 100%;
        padding-left: 65px;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
        color: #683c11;
        text-align: left !important;
    }
    .timeline-left-all h4 {
        margin: 0px;
        width: 100%;
        padding-left: 65px;
        padding-bottom: 10px;
        margin-bottom: 0px !important;
        color: #683c11;
        text-align: left !important;
    }
    .timeline-left::after, .timeline-right::after {
        left: 20px;
    }
    .timeline-right {
        left: 0%;
    }

    .timeline-three::after {
        left: 31px;
    }
}

/*=========================================
            16. TEAM SECTION CSS
============================================*/
.team-1-wrap{
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.team-style-2{
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}
.team-img{
    position: relative;
    overflow: hidden;
}
.team-img:before{
    content: "";
    background-image: linear-gradient(to left, rgba(41, 103, 230, 0.75), rgba(48, 91, 228, 0.75), rgba(59, 79, 226, 0.80), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.95));
    position: absolute;
    opacity: 0.8;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 0;
    height: 0;
    padding: 25%;
    border-radius: 50%;
    transition: opacity .3s ease-out, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease-out;
    transition: transform .3s ease, opacity .3s ease-out, -webkit-transform .3s ease;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);

}


.team-overly-content{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.team-1-wrap:hover .team-overly-content{
    opacity: 1;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
}
.team-1-wrap:hover .team-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}
.team-img img{
    display: block;
    transition: all 0.3s ease-in;
}
.team-1-wrap:hover .team-img img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.team-overly-content ul li a{
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    background-color: #fff;
    border-radius: 100%;
    margin: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}
.team-overly-content ul li a:hover{
    color: #683c11;
}
.team-info{
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
}

/*team two style css*/
.staff-member {
    position: relative;
    display: block;
}
.staff-member img {
    width: 100%;
}

.staff-member h5, .staff-member p, .staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}
.staff-member h5, .staff-member p, .staff-member span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.staff-member span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #777;
    display: inline-block;
}


.staff-member .overlay {
    background: #683c11;
    background: -moz-linear-gradient(left, #683c11 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #683c11 2%, #7202bb 82%);
    background: linear-gradient(to right, #683c11 2%, #7202bb 82%);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
}

.staff-member .overlay .teacher-quote {
    font-size: 0.9rem;
    font-weight: 300;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.staff-member .overlay .teacher-name {
    color: #fff;
    text-decoration: none !important;
    display: block;
    margin-top: 15px;
}
.staff-member .overlay h5 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}
.staff-member .overlay .teacher-field {
    font-size: 0.9rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
}
.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.staff-member .overlay ul.social li {
    margin: 0;
}
.staff-member .overlay ul.social a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    display: block;
}
.staff-member .overlay ul.social {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.staff-member:hover .social {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.staff-member .overlay .teacher-see-profile {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.staff-member:hover .overlay {
    opacity: 0.92;
}

.staff-member:hover .overlay h5, .staff-member:hover .overlay p, .staff-member:hover .overlay span, .staff-member:hover .overlay ul.social {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.team-social-list li a{
    padding: 5px;
}

.team-social-list li span {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
}


/*=========================================
            17. VIDEO PROMO CSS
============================================*/

.video-play-icon {
    position: relative;
    display: block;
    width: 100%;
    top: 33%;
    left: -10%;
}
.video-play-icon span{
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    background: #ffffff;
    -webkit-transition: .5s;
    padding-left: 5px;
}
.color-bip span{
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}
.white-bip span{
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}
a.video-play-icon-without-bip:hover span{
    color: #ffffff;
}
a.video-play-icon{
    border-radius: 50%;
    display: block;
}

a.video-play-icon-without-bip{
    animation: none;
}
a.video-play-icon-without-bip:hover{
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    background-color: #683c11;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(104, 60, 17, 0.15), 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15);
        box-shadow: 0 0 0 0 rgba(104, 60, 17, 0.15), 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15), 0 0 0 60px rgba(104, 60, 17, 0);
        box-shadow: 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15), 0 0 0 60px rgba(104, 60, 17, 0)
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(104, 60, 17, 0.15), 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15);
        box-shadow: 0 0 0 0 rgba(104, 60, 17, 0.15), 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15)
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15), 0 0 0 60px rgba(104, 60, 17, 0);
        box-shadow: 0 0 0 20px rgba(104, 60, 17, 0.15), 0 0 0 40px rgba(104, 60, 17, 0.15), 0 0 0 60px rgba(104, 60, 17, 0)
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

/*======================================
      18. PROMO BLOCK WITH HOVER BG IMAGE
=========================================*/
.single-promo-block{
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.promo-hover-bg-1:before{
    background-image: url("../img/blog/1.jpg");
}

.promo-hover-bg-2:before{
    background-image: url("../img/blog/2.jpg");
}
.promo-hover-bg-3:before{
    background-image: url("../img/blog/3.jpg");
}
.promo-hover-bg-4:before{
    background-image: url("../img/blog/4.jpg");
}
.promo-hover-bg-5:before{
    background-image: url("../img/blog/5.jpg");
}
.promo-hover-bg-6:before{
    background-image: url("../img/blog/6.jpg");
}
.single-promo-block:before{
    top: 80%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}

.single-promo-block:before, .single-promo-block:after {
    content: '';
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-promo-block:after{
    z-index: 1;
    top: 100%;
    background-image: linear-gradient(to left, rgba(50, 100, 245, 0.85), rgba(74, 84, 232, 0.85), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.85), rgba(114, 2, 187, 0.85));
}

.single-promo-block > * {
    position: relative;
    z-index: 3;
}
@media screen and (min-width: 1367px), screen and (any-hover: hover) and (min-width: 1200px), not all, not all, not all{
    .single-promo-block.hover-image:hover:before {
        opacity: 1;
        -webkit-transition: all 0.17s ease-out 0.18s;
        transition: all 0.17s ease-out 0.18s;
    }
    .single-promo-block.hover-image:hover:before, .single-promo-block.hover-image:hover:after {
        top: 0;
    }
    .single-promo-block.hover-image:hover .promo-block-content h5, .single-promo-block.hover-image:hover .promo-block-icon span{
        color: #ffffff;
    }
    .single-promo-block.hover-image:hover .promo-block-content p{
        color: rgba(255,255,255,0.75);
    }
}
.overlay-top-img{
    position: absolute;
    bottom: -8px;
}

.project-info-list li{
    border-left: 4px solid #683c11;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.project-info-list li a{
    color: #707070;
}

/*=========================================
      19. TESTIMONIAL CSS
============================================*/
.bg-left-shape{
    position: relative;
}
.bg-left-shape:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 80%;
    left: 15%;
    top: 22%;
    background-image: url(../images/globe-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial-wrap {
    padding: 30px;
}

.testimonial-wrap span.icon {
    font-size: 35px;
    color: #683c11;
}

.testimonial-wrap blockquote {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 127px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.client-say {
    position: relative;
    display: inline-block;
}

.client-say p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    height: 110px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.client-say img {
    position: relative;
    width: 6% !important;
    display: initial !important;
    top: 5px;
    margin-right: 10px;
}

.author-img {
    width: 4.425rem;
    height: 4.425rem;
    line-height: 4.425rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
    border: none;
    outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #7202bb;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.arrow-indicator.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
    background: #ffffff;
    border-radius: 50%;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:focus {
    outline: none;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-] span {
    font-size: 20px;
    line-height: 20px;
    color: #683c11;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover {
    background: #683c11 !important;
}

.arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover span {
    color: #ffffff !important;
}


/*client section css*/
.client-section-wrap ul {
    display: block;
}

.client-section-wrap ul li {
    padding-right: 50px;
    margin: 5px 0;
}

.client-section-wrap ul li img {
    transition: all 0.3s ease-in;
}

.client-section-wrap ul li img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    filter: none;
    -webkit-filter: grayscale(0%);
}

.client-section-wrap ul li:last-child {
    padding-right: 0;
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

.single-client img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

.single-client:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-client:hover .client-img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}

.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;

}

.shape-img img {
    width: 100%;
    position: absolute;
    max-width: none;
    height: auto;
}

.client-img-list li.client-thumb img{
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    border: 4px solid #ffffff;
    border-radius: 50%;
}
.client-img-list li.client-thumb{
    display: inline-block;
}
.client-img-list li.client-1{
    position: absolute;
    top: 0;
    left: 15%;
    width: 120px;
    height: 120px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}
.client-img-list li.client-2{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 35%;
    top: 0;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}
.client-img-list li.client-3{
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    right: 50px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}
.client-img-list li.client-4{
    position: absolute;
    width: 110px;
    height: 110px;
    top: 125px;
    left: 90px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}
.client-img-list li.client-5{
    position: absolute;
    width: 160px;
    height: 160px;
    left: 37%;
    top: 70px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}
.client-img-list li.client-6{
    position: absolute;
    width: 120px;
    height: 120px;
    left: 180px;
    top: 200px;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}
.client-img-list li.client-7{
    position: absolute;
    top: 130px;
    right: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}


@-webkit-keyframes thumb-thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@-webkit-keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}


/*=========================================
        20. SUBSCRIBE FORM CSS
============================================*/

.subscribe-form #email {
    background: #FDFCFB;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 30px;
}

.subscribe-form input.button {
    position: absolute;
    right: 8px;
    border-radius: 30px;
    padding: initial;
    top: 8px;
    bottom: 8px;
    width: 30%;
}

.subscribe-form-footer {
    position: absolute;
    top: -40px;
    width: 100%;
}

.subscribe-form-footer input.form-control {
    padding: 2.3275rem 1.15rem;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.subscribe-form-footer input.button {
    border-radius: 50px;
}

/*=========================================
        21. ACCORDION FAQ CSS
============================================*/

.accordion-faq.accordion > .card {
    overflow: hidden;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #ffffff;
}
.accordion-faq.accordion .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.accordion-faq.accordion .card-header {
    border-bottom: 1px solid #EFF2F7;
}
.accordion-faq.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion-faq.accordion > .card .card-header {
    margin-bottom: -1px;
}
.accordion-faq.accordion > .card .card-header h6{
    font-weight: 600;
}
.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "+";
}
.accordion-faq.accordion .card-header[aria-expanded=true]:after {
    content: "-";
}
.accordion-faq.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
}

/*=========================================
           22. CONTENT BOX CSS
============================================*/

.service-block-one .inner-box {
    position: relative;
    display: block;
}
.service-block-one .inner-box .image-box {
    position: absolute;
    left: 0;
    top: 0;
    background: #683c11;
    overflow: hidden;
}
.service-block-one .inner-box .image-box a {
    position: relative;
    z-index: 1;
    text-decoration: none;
}
.service-block-one .inner-box .image-box img {
    width: 100%;
    opacity: 1;
    transition: all 500ms ease;
    display: block;
}
figure {
    margin: 0;
}
.service-block-one .inner-box .content-box {
    position: relative;
    padding: 28px 30px 30px 240px;
    min-height: 300px;
}
.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}
.service-block-one .inner-box .content-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    color: #000;
    font-weight: 500;
    margin-bottom: 17px;
}

.service-block-one .inner-box .content-box .link-btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.service-block-one .inner-box .content-box .link-btn i {
    position: relative;
    font-size: 12px;
    transition: all 500ms ease;
}
.service-block-one .inner-box .content-box .link-btn a:hover i {
    transform: rotate(360deg);
}
@media only screen and (max-width: 599px){
    .service-block-one .inner-box .image-box {
        position: relative;
    }
    .service-block-one .inner-box .image-box a {
        display: block;
    }
    .service-section .service-block-one .inner-box .content-box {
        padding-top: 40px !important;
    }
    .service-block-one .inner-box .content-box {
        padding-left: 30px;
    }
}


/*=========================================
            23. PRICING CSS
============================================*/
.card.single-pricing-pack{
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top: 4px solid transparent;
}

.card.single-pricing-pack:hover {
    z-index: 2;
    border-radius: 1rem !important;
}
.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
    transform: translate(0, -5px);
    border-top: 4px solid #683c11;
}
.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}
.pricing-header{
    position: relative;
    background: transparent;
}
.pricing-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    line-height: 120px;
    margin:  0 auto;
}

.font-weight-bolder{
    font-weight: 700;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li{
    font-size: 14px;
    line-height: 28px;
}

/*price new style*/

.popular-price{
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
    transform: translate(0, -5px);
    border-top: 4px solid #683c11 !important;
}
.pricing-value{
    position: relative;
    display: block;
}
.pricing-value.card-footer{
    border-color: #ebebeb;
    background: transparent;
}
.pricing-value.card-footer::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 2.875rem;
    display: block;
    content: "\e628";
    font-size: 1.375rem;
    font-family: "themify";
}
.pricing-value.card-footer:hover {
    background: #683c11;
    color: #ffffff;
}
.pricing-value.card-footer:hover::after {
    right: 1.875rem;
    color: inherit;
}
.pricing-value .card-price {
    font-size: 2.5rem;
    font-weight: 500;
}
a.pricing-value {
    text-decoration: none;
    color: #757575;
}

/*=========================================
           24. SINGLE PAGE HEADER CSS
============================================*/
@media (min-width: 320px) and (max-width: 576px){
    .page-header-content{
        padding-top: 3rem!important;
    }

}

.custom-breadcrumb ol{
    margin-bottom: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
    color: #ffffff;
    opacity: 0.7;
}
.custom-breadcrumb ol li a:hover{
    opacity: 1;
}
.custom-breadcrumb ol li.breadcrumb-item{
    padding-left: 0;
}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
}


/*=========================================
            25. CONTACT US CSS
============================================*/
.single-promo-card{
    transition: all .2s ease;
}
.card.single-promo-card{
    border: 1px solid #eff2f7;
    border-radius: 1rem;
}
.card.single-promo-card:hover{
    background-color: #683c11;
    color: #ffffff;
}
.card.single-promo-card:hover  span, .card.single-promo-card:hover h5, .card.single-promo-card:hover p.text-muted{
    color: #ffffff !important;
}
.single-promo-card .card-body{
    padding: 1.5rem;
}
.single-promo-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125)!important;
}

.link-color{
    color: #707070;
}

.google-map {
    height: 100%;
    margin-bottom: -8px;
}
.google-map iframe {
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}



/*=========================================
            26. FOOTER CSS
============================================*/
.footer-top {
    background-color: #323232;
}
.footer-bottom{
    background: #1b1a1a;
}
.page-footer {
    padding: 50px 0 20px;
}

.social-list-wrap ul li span {
    font-size: 15px;
    line-height: inherit;
    vertical-align: middle;
}

.footer-nav-wrap h5 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.footer-nav-wrap ul li strong {
    font-size: 18px;
    line-height: 19px;
    font-weight: bold;
}

.footer-top {
    font-size: 14px;
}

footer .social-list .list-inline-item a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
}
footer .social-list .list-inline-item a:hover {
    background-color: #866341;
    border-color: #866341;
    color: #ffffff;
}

.footer-nav-wrap ul li a {
    font-size: 14px;
    line-height: 19px;
    color: inherit;
}

.list-unstyled .foot-link {
    margin-bottom: 15px;
}

.list-unstyled .foot-link:last-child {
    margin-bottom: 0px;
}

.support-list li span {
    font-size: 18px;
    line-height: 25px;
}

footer .sm-content {
    padding-right: 35px;
}

.footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
    color: #866341;
    text-decoration: none;
}

.copyright-text {
    font-size: 14px;
}

.social-list li span {
    padding: 6px;
}

.social-list li a, .copyright-text a {
    color: #ffffff;
    opacity: 0.7;
}

/*=========================================
            27. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.loader-area {
    position: relative;
    height: 100vh;
}
.loader-area > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.loader-area img {
    width: 250px;
}
.loader1 {
    display: block;
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader1 span {
    vertical-align: middle;
    border-radius: 100%;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: loader1 0.8s linear infinite alternate;
    animation: loader1 0.8s linear infinite alternate;
}

.loader1 span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(104, 60, 17, 0.6);
}

.loader1 span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(104, 60, 17, 0.8);
}

.loader1 span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgba(104, 60, 17, 1);
}

.loader1 span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(104, 60, 17, 0.8);

}

.loader1 span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(104, 60, 17, 0.5);
}

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}


/*=========================================
            28. BLOG PAGE CSS
============================================*/
.row-post-thumbnail .post {
    border: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    transition: all .3s ease-in-out;
}

.post-preview img {
    border-radius: .1875rem;
    width: 100%;
    display: block;
}

.post-header {
    margin: 15px 0 20px;
}
.post-header .post-title {
    font-size: 1.5625rem;
    margin-bottom: 0;
    color: #333333;
}
.post-header .post-title a{
    color: #5d5d5d;
}
.post-header .post-title a:hover{
    color: #683c11;
}
.post-meta {
    list-style: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.post-meta a, .post-meta li{
    color: #495057;
}
.post-meta a:hover{
    color: #683c11;
    opacity: 1;
}
.post-meta > li {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 14px 0 0;
}

.post-meta > li:not(:last-child):after {
    position: absolute;
    content: '/';
    right: -5px;
    top: 0;
}

.post-content p{
    margin-bottom: 5px;
}
.post-more a span{
    vertical-align: middle;
}

.post-footer{
    margin-top: 15px;
}

/*blog single css*/
.post-content blockquote {
    border-left: 2px solid #eaeaea;
    padding: 10px 0 10px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
}
.post-content blockquote:hover {
    border-color: #683c11;
}
.blockquote {
    font-weight: 500;
    color: #222;
}
.post-content ol {
    list-style-type: decimal;
}
.post-content ul, .post-content ol {
    margin: 15px 0 15px 40px;
}

/*comments css*/
.comment, .comment-shop {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 0;
}
.comment-author, .comment-author-shop {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-body, .comment-body-shop {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 0 85px;
}
.comment-meta, .comment-meta-shop {
    margin: 0 0 15px;
}
.comment-meta-date{
    font-size: 13px;
}
.children > .comment, .children > .comment-shop {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 85px;
}
.comment-meta-author a, .comment-meta-author-shop a {
    font-weight: 500;
    color: #222;
}
.comment-meta-date a, .comment-meta-date-shop a {
    color: #788487;
    opacity: .6;
}
.comment-meta-date a:hover, .comment-meta-date a:focus, .comment-meta-date-shop a:hover, .comment-meta-date-shop a:focus {
    color: #683c11;
    opacity: 1;
}

.comment-reply, .comment-reply-shop {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

.comment-reply > a, .comment-reply-shop > a {
    background: #f4f4f4;
    border-radius: .1875rem;
    padding: 5px 15px;
    display: block;
    color: #222;
}
.comment-reply > a:hover, .comment-reply > a:focus, .comment-reply-shop > a:hover, .comment-reply-shop > a:focus {
    background: #683c11;
    color: #fff;
}

.comment-list + .comment-respond, .comment-list-shop + .comment-respond {
    margin-top: 30px;
}


/*pagination*/
.custom-pagination-nav ul li{
    text-align: center;
}
.custom-pagination-nav .page-link {
    color: #683c11;
    padding: 10px 15px;
    font-weight: 600;
}
/*blog sidebar*/

.widget-search {
    padding: 0;
    border: 0;
}
.widget {
    margin-bottom:30px;
}
.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}
.widget-search .search-button span{
    font-size: 20px;
    line-height: 32px;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.widget .widget-title {
    margin-bottom: 24px;
}
aside.widget.widget-categories .widget-title {
    margin-bottom: 24px;
    margin: 0px;
}
.widget .widget-title > h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px 15px;
    color: #000000;
    background-color: #dfdfdf;
    border-radius: 4px 4px 0px 0px;
    line-height: 1.35;
}
.widget ul {
    margin-bottom: 0;
}
.widget-categories ul li:first-child, .widget-recent-entries ul li:first-child, .widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}
aside.widget.widget-categories ul li {
    margin: 0px;
    padding: 0px;
}
aside.widget.widget-categories ul li a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    color: #000000;
    border-bottom: 1px solid #dddddd;
}
aside.widget.widget-categories ul li.active a ,
aside.widget.widget-categories ul li a:hover {
    background-color: #683c11;
    color: #ffffff;
}
.widget-recent-entries-custom .wi {
    float: left;
    width: 80px;
}
.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}
.widget-recent-entries-custom .wi, .widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}
.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0;
}
.tag-cloud > a, .post-tags > a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #222;
    font-weight: 500;
}
.tag-cloud > a:hover, .post-tags > a:hover {
    background: #683c11;
    color: #fff;
    opacity: 1;
}
aside.widget.widget-categories {
    border: 1px solid #dddddd;
    border-radius: 4px;
}


aside.widget.widget-categories ul li:last-child a {
    border-bottom: 0px solid #dddddd;
}

/*=========================================
            29. BACK TO TOP CSS
============================================*/

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #683c11;
    transition: 1s ease;
    border: none;
}
.scroll-top:hover { 
    background-color: #866341;
}
.scroll-top span {
    color: #fff;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}




/*new css new update*/
.full-screen{
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2, .countdown-wrap h5{
    color: #fff !important;
}


/*404 page*/
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}
.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}


@media (min-width: 320px) and (max-width: 767px){
    .error-content .notfound-404{
        height: auto;
        display: block;
        position: relative;
    }
    .error-content .notfound-404 h1{
        font-size: 80px;
        position: relative;
    }

}

/*login css*/
.login-signup-content{
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-signup-wrap h1{
    font-size: 35px;
}

.vh-100 {
    height: 100vh!important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3, .mx-n3 {
    margin-left: -.98rem!important;
}
.small, small{
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #cacaca;
    border: 1px solid #cacaca;
    border-radius: .375rem;
}
.form-control:focus{
    border-color: #683c11;
}
.btn.border-radius{
    border-radius: 4px;
}
.login-signup-form .form-group{
    position: relative;
}
.login-signup-form .form-group label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 88%;
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control{
    text-indent: 35px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: calc(2.65em + .75rem + 2px);
}
.login-signup-form .form-group .input-group.input-group-merge>.form-control:focus{
    z-index: inherit;
}

.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

.input-icon span{
    padding: 18px 15px;
    border-left: 2px solid #683c11;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}


/*login signup new style*/
.login-signup-card{
    position: relative;
    z-index: 2;
}
.custom-control-label {
    line-height: 1.5;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


/*testimonial author*/
.author-info{
    display: flex;
    align-items: center;
}

/*subscribe form two*/
.subscribe-form-footer.subscribe-form-two{
    top: 0;
}

table>thead>tr>th {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.market-area {
    border: 1px solid #e8e9eb;
    border-radius: 5px;
}
.market-area .nav.nav-tabs {
    position: relative;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
}
.market-area .nav-tabs .nav-link {
    position: relative;
    font-weight: 600;
    color: #1c2437;
    margin: 0;
    padding: 16px 30px;
    background: #fff;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0px;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid transparent;
    z-index: 99;
}
.market-area .tab-pane {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
}
.market-area .nav-tabs .nav-item {
    margin-bottom: 0px
}
.market-area .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 5px 0px 0px 0px;
}

.market-area .nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #683c11;
    transform: translateX(-50%);
    transition: all .3s ease-in-out;
}

.market-area .nav-item a.active {
    color: #ffffff;
    background-color: #683c11;
}
.market-area .nav-tabs .nav-link:focus,
.market-area .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.marketprice-section {

}
.graph-item-block{
    position: relative;
    display: block;
}
.graph-item {
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 20px;
    margin-bottom: 0px;
    background-color: #303030;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}
.graph-item:hover {
    background-color: #171717;
}
.graph-item .graph-content h5 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
.graph-item .price-change {
    font-weight: 600;
}
.graph-item .price-change .currentprice {
    color: #adadad;
    font-size: 16px;
    padding-right: 5px;
}
.graph-item .price-change.updata .arrowclass {
    display: inline-block;
    border-bottom: 6px solid #00c162;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.graph-item .price-change.downdata .arrowclass {
    display: inline-block;
    border-top: 6px solid #dd1900;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.graph-item .price-change.updata .pricechange-area {
    color: #00c162;
}
.graph-item .price-change.downdata .pricechange-area {
    color: #dd1900;
}
.graph-item .pricechange-area span {
    font-weight: 400;
    font-size: 12px;
}
.color-green {
    color: #00c162 !important;
}
.color-red {
    color: #c1433d !important;
}
.graph-item .volume, .graph-item .transmoney {
    font-size: 13px;
    color: #fff;
}

.row-pills .nav-pills {
    border: 1px solid #e8e9eb;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
}
.row-pills .nav-pills .nav-link:first-child {
    border-radius: 5px 0px 0px 0px;
}
.row-pills .nav-pills .nav-link:last-child {
    border-radius: 0px 0px 0px 5px;
}
.row-pills .nav-pills .nav-link {
    position: relative;
    font-weight: 600;
    color: #1c2437;
    margin: 0;
    padding: 16px 30px;
    background: #fff;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #f0f0f0;
    z-index: 99;
}
.row-pills .nav-pills .nav-link.active {
    color: #ffffff;
    background-color: #683c11;
    margin-right: -1px;
}
.row-pills .nav-pills .nav-link:last-child {
    border-bottom: 0px solid #f0f0f0;
}
.row-pills .tab-content {
    border: 1px solid #f0f0f0;
    border-radius: 0px 5px 5px 0px; 
}
.row-pills .nav-pills .nav-link.active:after {
    content: " ";
    top: 50%;
    right: -12px;
    height: 0;
    width: 0;
    position: absolute;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #683c11;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}
.row-pills .tab-content .tab-pane {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 0px 0px 5px 5px;
}
.row-pills .row-pills-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.fixed-tab1, .fixed-tab2, .fixed-tab3 {
    height: 300px;
    overflow: hidden;
}
.fixed-tab1.collapsed.pressed,
.fixed-tab2.collapsed.pressed,
.fixed-tab3.collapsed.pressed{
    height: inherit;
}

.card {
    border: 1px solid #dddddd;
}
.card-header {
    background-color: #dfdfdf;
    border-bottom: 1px solid #dddddd;
}
.card-footer {
    background-color: #dfdfdf;
    border-top: 1px solid #dddddd;
}
.inner-card-header-left {
    float: left;
}
.inner-card-header-right {
    float: right;
    margin-top: 2px;
}
.card-header h2 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    padding-top: 4px;
}
.action-box {
    white-space: nowrap;
}
.whitespace-row {
    white-space: nowrap;
}

.custom-modal .modal-header {
    text-align: center;
    position: relative;
    display: block;
    padding: 15px 15px 13px;
}
.custom-modal .modal-header .modal-title {
    font-size: 24px;
}
.custom-modal .modal-header .close{
    position: absolute;
    right: 0;
    top: 0px;
    background-color: red;
    color: #fff;
    padding: 5px;
    font-size: 16px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.custom-modal .modal-body {
    padding: 0px 20px 30px 20px;
}
.custom-modal .left-side-title.modal-header {
    text-align: left;
    position: relative;
    display: block;
    padding: 15px 15px 13px;
}
.custom-modal .left-side-title.modal-header .modal-title {
    display: inline-block;
}
.right-side-modal {
    float: right;
}
.fiter-btn-area {
    margin-top: 27px;
}
.dataTables_wrapper.container-fluid {
    padding: 0px;
}
.page-item.active .page-link {
    background-color: #683c11;
    border-color: #683c11;
}
.otptext{
    font-weight: 600;
    letter-spacing: 2px;
}
.whatwedo-img {
    float: left;
    margin-right: 30px;
    width: 500px;
}
.header-profile {
    position: relative;
}
.header-profile .nav-link {
    padding: 17px 10px;
    display: flex;
    background-color: rgba(104, 60, 17, 0.8);
    border-radius: 0px;
    width: 180px;
}
.header-profile img.user-img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    float: left;
}
.header-profile .user-name {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    padding: 6px 0px 0px 10px;
    display: block;
}
.header-profile .nav-link.dropdown-toggle:after {
    display: none;
}
.header-profile ul.sub-menu.dropdown-menu {    
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 160px;
    position: absolute;
    left: 0;
    border: 0px;
    background: #fff;
    z-index: 9;
    border-radius: 0px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    display: block;
}
.header-profile:hover ul.sub-menu.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.header-profile ul.sub-menu.dropdown-menu:after {
    /*    bottom: 100%;
        right: 35px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;*/
}
.header-profile ul.sub-menu.dropdown-menu li a {
    font-weight: normal;
    font-size: 15px;
    color: #424141;
    padding: 10px 15px;
    text-transform: inherit;
    display: block;
}
.header-profile ul.sub-menu.dropdown-menu li a:hover {
    background-color: #683c11;
    color: #ffffff;
}

.header-notification {
    position: relative;
    margin-right: 20px;
}
.header-notification .nav-link {
    font-size: 21px;
    color: #1d1d1d;
    padding: 15px 10px;
    border-radius: 4px;
}
.header-notification .nav-link:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff3131;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 9px;
    display: inline-block;
}
.header-notification .nav-link:after {
    display: none;
}
.header-notification ul.sub-menu.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 320px;
    position: absolute;
    right: 0;
    left: auto;
    border: 0px;
    background: #fff;
    z-index: 9;
    border-radius: 0px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    display: block;
}
.header-notification:hover ul.sub-menu.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0px);
}
.header-notification ul.sub-menu.dropdown-menu:after {
    /*    bottom: 100%;
        right: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;*/
}
.header-notification .notification-item .media {
    padding: .75rem 1rem;
}
.header-notification .notification-item .notification-icon {
    height: 2rem;
    width: 2rem;
}
.header-notification .notification-icon .notification-img {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #683c11;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-notification .notification-body {
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
}
.header-notification .top-notification {
    border-bottom: 1px solid #dee2e6;
}
.header-notification .body-notification {
    overflow: hidden;
}
.header-notification .body-notification .notification-item {
    display: block;
    border-bottom: 1px solid #dee2e6;
}
.header-notification .body-notification .notification-item:hover .media {
    background-color: #f6f6f6;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #683c11;
}
.dataTables_wrapper .dt-buttons.btn-group {
    float: left;
    margin-top: 7px;
}
.dataTables_wrapper .dataTables_info {
    float: left;
    padding-top: 7px !important;
    font-size: 14px;
}
.required {
    color: #ff0000;
}
.blockquot-area {
    background-color: rgba(104, 60, 17, 0.5);
    border: 1px solid #683c11;
    border-radius: 4px;
    padding: 20px;
}
.blockquot-area .blockquot-title {
    font-weight: 600;
    font-size: 18px;
    color: #683c11;
}
.blockquot-area .blockquot-kg {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #683c11;
}
.blockquot-area .blockquot-value {
    font-weight: 600;
    font-size: 18px;
    text-align: right;
    color: #683c11;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #683c11;
}
.accounts-area {
    border: 1px solid #e8e9eb;
    border-radius: 5px;
}
.accounts-area .nav.nav-pills{
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #dee2e6;
}
.accounts-area .nav-pills .nav-link {
    border-radius: 0px;
}
.accounts-area .nav-pills .nav-item:first-child .nav-link {
    border-radius: 5px 0px 0px 0px;
}
.accounts-area .nav-pills .nav-item:last-child .nav-link {
    border: 0px;
    border-radius: 0px 5px 0px 0px;
}
.accounts-area .nav-pills .nav-link {
    position: relative;
    font-weight: 600;
    color: #1c2437;
    margin: 0;
    padding: 16px 30px;
    background: #fff;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0px;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid transparent;
    z-index: 99;
}
.accounts-area .nav-pills .nav-link.active,
.accounts-area .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #683c11;
}
.accounts-area .nav-pills .nav-link > [class*='fa-'] {
    font-size: 20px;
    display: block;
    padding-bottom: 5px;
}
.accounts-area .tab-content .tab-pane {
    background-color: #fff;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}
.profile-user-wid {
    margin: -28px auto 10px;
}
.small-title {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 15px;
}
.side-dashead {
    position: relative;
}
.side-dashead .dashboad-sidebar-thumb {
    position: absolute;
    left: -14px;
    bottom: 0;
    width: 130px;
}

.media .minicard-icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ddd;
    border-radius: 50%;
    font-size: 16px;
}
.custom-btn label.custom-file-label {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: 42px;
    line-height: 27px;
}
.custom-btn .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.9em + .75rem);
    padding: 0.575rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.minicard-box .card-body {
    padding: 10px 15px;
}
.minicard-box .mark-value {
    font-size: 20px;
}
.acceptoffer-qty .input-group-text {
    padding: 0px;
    border: 0px;
}
.acceptoffer-qty .input-group-prepend .btn {
    border-radius: 2px 0px 0px 2px;
}
.acceptoffer-qty .input-group-append .btn {
    border-radius: 0px 2px 2px 0px;
}
.acceptoffer-qty .input-group-text .btn {
    padding: 8px 12px;
}
.makeoffer-area .btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 30px;
    font-size: 18px;
    letter-spacing: 1px;
}
.filterradio {
    text-align: center;
}
.filterradio label{
    font-weight: 600;
}
.filterradio .custom-control.custom-radio:first-child {
    margin-right: 30px;
}
.filter-action {
    text-align: center;
}
h2 small {
    font-size: 12px !important;
    color: #525252;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #683c11;
    background-color: #683c11;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b7814b;
    border-color: #b7814b;
}
.btn.offer-btn > p {
    display: inline-block;
    font-weight: 600;
    padding-left: 2px;
    position: relative;
    top: 1px;
}

.offers-box {
    position: relative;
    display: block;
    background-color: #683c11;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.offers-box .offers-header {
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
    background-color: #866340;
    padding: 30px 20px 25px;
    text-align: center;
    background: url(../images/icon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.offers-header .offer-title {
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 5px;
}
.offers-header .offer-paytype {
    font-size: 13px;
    color: #fff;
}
.offers-header .offer-paytype > span {
    font-weight: 600;
    font-size: 16px;
    color: #FFC107;
    padding-left: 3px;
}
.offers-header .offer-rate {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.offers-header .offer-rating > i {
    color: #f8c100;
}
.offers-box .offers-header:before,
.offers-box .offers-header:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    top: 100%;
}
.offers-box .offers-header:before {
    left: 0%;
    transform: translate(-50%, -50%);
}
.offers-box .offers-header:after {
    right: 0%;
    transform: translate(50%, -50%);
}
.offers-box .offer-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0px auto;
    color: #683c11;
    font-size: 18px;
}
.offers-box .offer-details {
    text-align: center;
    padding: 20px 10px;
    color: #fff;
}
.offers-box .offer-details .offerbox-title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.offers-box .offer-details .offerbox-station {
    font-size: 13px;
}
.offers-box .offerbox-list {
    padding: 10px 0px;
}
.offers-box .offerbox-list li {
    color: #fff;
    font-size: 13px;
    padding: 2px 15px;
}
.offers-box .offer-action {
    border-top: 1px dashed rgba(255, 255, 255, 0.8);
    background-color: #866340;
    padding: 15px 15px;
    text-align: center;
}
.offer-action .btn:after, .offer-action .btn:before {
    box-sizing: border-box;
}
.offer-action .btn {
    width: 49%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
aside.widget.widget-recent-entries-custom {
    border: 1px solid #dddddd;
    border-radius: 4px;
}
.widget-recent-entries-custom li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px !important;
    margin: 0;
}
.widget-recent-entries-custom li:last-child {
    border-bottom: 0px solid #f0f0f0;
}
aside.widget.widget-recent-entries-custom .widget-title {
    margin: 0px;
}
aside.widget.widget-recent-entries-custom a {
    color: #788487;
    display: block;
    font-size: 13px;
}
aside.widget.widget-tag-cloud {
    border: 1px solid #dddddd;
    border-radius: 4px;
}
aside.widget.widget-tag-cloud .widget-title {
    margin: 0px;
}
aside.widget.widget-tag-cloud .tag-cloud{
    padding: 10px;
}


.uploadimage-area {
    position: relative;
    border: 1px solid #d3d3d3;
    padding: 4px;
    border-radius: 4px;
    height: 150px;
    width: 150px;
}
img.portimg.img-fluid {
    max-height: 100%;
    margin: 0px auto;
    display: block;
}
.uploadimage-area a.add-img {
    display: block;
    height: 100%;
    width: 100%;
    color: #d3d3d3;
    position: absolute;
    top: 0px;
    left: 0px;
}
.uploadimage-area .add-img:before {
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 54px;
    background-color: rgba(104, 60, 17, 0.7);
    border-radius: 50%;
    text-align: center;
}
.uploadimage-area .remove-btn ~ .add-img:before {
    display: none;
}
.uploadimage-area .remove-btn ~ .add-img {
    cursor: default;
    pointer-events: none;
}
.uploadimage-area .remove-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    background-color: red;
    color: #fff;
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    padding-left: 1px;
    opacity: 0.6;
    border: 0px;
    z-index: 4;
    cursor: pointer;
}
.uploadimage-area .remove-btn:hover {
    opacity: 1;
}
.curr-marketvalue-text {
    font-weight: 400;
    font-size: 18px;
    color: #683c11;
    letter-spacing: 1px;
    padding-left: 50px;
}
.curr-marketvalue {
    font-weight: 800;
}
.multiselectdropdown ~ .btn-group .multiselect {
    display: block !important;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    border-radius: 0px;
}
button.multiselect.dropdown-toggle.btn.btn-default {
    white-space: initial;
    text-align: left;
    border: 0px;
    padding: 8px 12px;
}
.multiselectdropdown ~ .btn-group .multiselect li {
    font-weight: 400;
    display: inline-block;
}
.multiselectdropdown ~ .btn-group .multiselect li:first-child:before {
    content: '';
}
.multiselectdropdown ~ .btn-group .multiselect li:before {
    content: ', ';
}
.multiselectdropdown ~ .btn-group {
    display: block !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.bootstrap-select > button.btn.dropdown-toggle {
    border-color: #ebebeb;
    background-color: #fbfbfb;
    height: 42px;
    line-height: 42px;
    padding: 0px 15px;
}
.bootstrap-select > button.btn.dropdown-toggle:focus {
    outline: none !important;
    border-color: #683c11;
    box-shadow: none !important;
    background-color: #ffffff !important;
}
.bs-searchbox {
    position: relative;
}
.bs-searchbox:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 20px;
    top: 15px;
}
.bs-searchbox .form-control {
    padding: .375rem 3rem .375rem .75rem;
}
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #683c11;
}
.bootstrap-select .dropdown-menu .dropdown-item:focus,
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    outline: none !important;
    color: #fff !important;
    background-color: #683c11;
}
label.high-price {
    font-weight: 800;
    font-size: 28px;
    color: #2479b6;
    margin-bottom: 20px;
}

.tracking-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: .3rem;
}
.tracking-area .tracking-step {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tracking-area .tracking-step .dot {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    top: .125em;
    z-index: 2;
    margin: auto;
    border: 1px solid;
    border-color: #EAEAEA;
    background-color: #EAEAEA;
}
.tracking-area .tracking-step .tracking-details {
    display: block;
    text-align: center;
    margin: 1rem 0 .5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.tracking-area .tracking-step .tracking-details .tracking-title {
    font-size: 14px;
    margin-bottom: 5px;
}
.tracking-area .tracking-step .tracking-details .tracking-desc {
    font-size: 13px;
    line-height: 1.4;
}
.tracking-area .tracking-step:after,
.tracking-area .tracking-step:before {
    position: absolute;
    border: 1px solid;
    height: 1px;
    display: block;
    z-index: 1;
    top: 11px;
    content: '';
    border-color: #EAEAEA;
}
.tracking-area .tracking-step:before {
    width: 100%;
}
.tracking-area .tracking-step:first-child:after,
.tracking-area .tracking-step:first-child:before {
    width: 50%!important;
    left: unset;
    right: unset;
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%);
}
.tracking-area .tracking-step:last-child:after,
.tracking-area .tracking-step:last-child:before {
    width: 50%!important;
    left: 0;
}
.tracking-area .tracking-step.completed .dot, 
.tracking-area .tracking-step.completed:after, 
.tracking-area .tracking-step.current .dot, 
.tracking-area .tracking-step.current:after {
    border-color: #683c11;
}
.tracking-area .tracking-step.completed .dot:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.tracking-area .tracking-step.completed .dot:before {
    background-color: #683c11;
}
.tracking-area .tracking-step.completed:after {
    width: 100%;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.tracking-area .tracking-step.current:after {
    width: calc(50% - 10px);
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.tracking-area .tracking-step:after {
    width: 0%;
    left: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.profile-sidebar .nav-tabs {
    border-bottom: 0px;
    display: block;
}
.profile-sidebar aside.widget.widget-categories ul li a {
    border: 0px !important;
    border-bottom: 1px solid #dee2e6 !important;
    border-radius: 0px;
}
.profile-sidebar aside.widget.widget-categories ul li a.active {
    color: #ffffff;
    background-color: #683c11;
}
.profile-sidebar aside.widget.widget-categories ul li:last-child a {
    border-bottom: 0px solid #dee2e6 !important;
    border-radius: 0px 0px 4px 4px;
}
.profile-content .tab-pane {
    padding: 0px !important;
}

.card.member-area {
    position: relative;
    height: 420px;  
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}
.member-area .member-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 4px;
    margin: 30px auto 0px;
    display: block;
}
.member-area .member-info {
    text-align: center;
    margin: 10px 10px 15px;
}
.member-area .member-name {
    font-weight: 500;
    color: #212529;
    text-decoration: none;
}
.member-area .member-contact {
    font-size: 13px;
    color: #60686f;
}
.member-details .member-inner-info {
    font-size: 14px;
    color: #60686f;
    padding: 8px 10px;
    border-top: 1px solid #e4e6fc;
}
.member-area.add-member {
    position: relative;
}
.member-area.add-member .add-more-box {
    position: absolute;
    text-align: center;
    color: #60686f;
    top: 50%;
    left: 50%;
    line-height: 1.4;
    transform: translate(-50%, -50%);
}
.member-details .member-inner-info .far {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    text-align: center;
    float: left;
    margin-top: 6px;
}
.member-details .member-inner-info .member-label {
    margin-left: 25px;
    display: block;
}
.member-area.add-member .add-more-box .far {
    display: block;
    font-size: 36px;
    margin: 0px !important;
    margin-bottom: 10px !important;
}
.member-modal-avatar .uploadimage-area {
    margin: 20px auto;
}
.member-area:hover {
    text-decoration: none;
    border: 1px solid #683c11;
}
.btn.btn-link.btn-more-link {
    padding: 0px;
    border: 0px;
    display: block;
    text-align: right;
    font-size: inherit;
    color: #fff;
    text-decoration: underline;
    margin-left: auto!important;
}

.popover {
    width: 200px;
}
.popover .popover-header {
    background-color: #683c11;
    color: #fff;
    text-align: center;
}
.popover .popover-list li {
    font-size: 14px;
    margin-bottom: 5px;
}
.popover .popover-list li:last-child {
    margin-bottom: 0px;
}

.statementhistory-box {
    margin-bottom: 10px;
}
.statementhistory-header .statementhistory-box .statementhistory-label {
    font-size: 16px;
    color: #303030;
    width: 15%;
    float: left
}
.statementhistory-header .statementhistory-box .statementhistory-value {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    margin-left: 15%;
    display: block;
}
.statementhistory-rate {
    color: green;
}
.dashed-box {
    border: 1px dashed #ddd;
    background-color: #f5f5f5;
    padding: 15px;
}
span.report-time {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
}
.notification-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}
.notification-card .notification-icon {
    height: 2rem;
    width: 2rem;
}
.notification-card .notification-icon .notification-img {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #683c11;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.notification-card .notification-details {
    -ms-flex: 1;
    flex: 1;
    line-height: 1.4;
}
.notification-card .notification-details .notification-top {
    margin-bottom: 10px;
}
.notification-card .notification-details .notification-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.notification-card .notification-details .notification-time {
    font-size: 14px;
    padding-top: 4px;
}
.table-dark {
    background-color: #341e09;
}
.table-dark th, .table-dark thead th {
    font-size: 16px;
    background-color: #0f0f0f;
}


.services-section .services-box {
    text-align: center;
    padding: 60px 20px;
}
.services-box .services-icon img {
    margin-bottom: 10px;
}
.services-box .services-title {
    font-size: 14px;
    color: #ffffff;
}

.mobservice-box {
    margin-bottom: 25px;
}
.mobservice-box .mobservice-icon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #683c11;
    line-height: 50px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.mobservice-box .mobservice-icon img {
    width: 30px;
    height: 30px;
    transform: translate3d(0,0,0);
}
.mobservice-left .mobservice-box .mobservice-icon {
    float: right;
}
.mobservice-left .mobservice-box .mobservice-details {
    margin-left: 0px;
    margin-right: 80px;
    text-align: right;
}
.mobservice-details {
    margin-left: 65px;
}
.mobservice-details .mobservice-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #212529;
    text-transform: uppercase;
}
.appmobile-img {
    width: 75%;
    margin: 0px auto;
    display: block;
}

.market-title a {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
}
.market-title a:hover {
    color: #683c11;
    text-decoration: underline !important;
}
.daygraph-box .graphbox-spn {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #5dad80;
    margin-right: 2px;
}
.daygraph-box .graphbox-spn.red {
    background-color: #d35e57;
}

.quickcall-area {
    margin-top: 25px;
}
.quickcall-area ul li {
    border-bottom: 1px solid #ddd;
}
.quickcall-area ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #ddd;
}
.btn-contact {
    padding: 10px 0px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.btn-contact:hover {
    opacity: 0.7;
}
.btn-contact > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #683c11;
    color: #ffffff;
    margin-right: 5px;
}

.dashprice-change .dashprice-arrowclass {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 0px;
}
.dashprice-change.updata .dashprice-arrowclass {
    border-bottom: 6px solid #00c162;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.dashprice-change .dashpricechange-area {
    font-size: 13px;
}
.dashprice-change.updata .dashpricechange-area {
    color: #00c162;  
}
.dashprice-change.downdata .dashprice-arrowclass {
    border-bottom: 6px solid #dd1900;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.dashprice-change.downdata .dashpricechange-area {
    color: #dd1900;
}

.header-container {
    position: relative;
}
.header-container .market-current-header {
    position: absolute;
    margin: 13px;
}
.header-container .market-current-table,
.market-graph-area {
    margin-bottom: 20px;
}
.market-current-header .market-current-title {
    font-weight: 700;
    font-size: 18px;
    color: #38230a;
}
.market-current-header .market-current-title span {
    font-size: 13px;
    font-weight: 500;
    padding-left: 5px;
    color: #4a4a4a;
}
.market-current-header .market-current-rate-area .market-current-rate {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    color: #808080;
}
.market-current-header .market-current-rate-area .market-current-updownprice {
    font-weight: 600;
    font-size: 20px;
    color: #808080;
}
.market-current-header .market-current-rate-area .market-current-updownprice > span {
    font-weight: 400;
}
.market-current-header .market-current-rate-area.upprice .market-current-rate {
    color: #50b973;
}
.market-current-header .market-current-rate-area.upprice .market-current-uparrow {
    display: inline-block;
    border-bottom: 12px solid #50b973;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin: 0 5px;
}
.market-current-header .market-current-rate-area.upprice .market-current-updownprice {
    color: #50b973;
}
.market-current-header .market-current-rate-area.downprice .market-current-rate {
    color: #f34459;
}
.market-current-header .market-current-rate-area.downprice .market-current-uparrow {
    display: inline-block;
    border-top: 12px solid #f34459;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin: 0 5px;
}
.market-current-header .market-current-rate-area.downprice .market-current-updownprice {
    color: #f34459;
}


.market-current-table .table thead th {
    border-bottom: 0px;
    border-top: 0px;
    background-color: #f7eee5;
    margin-bottom: 20px;
    height: 110px;
}
.market-current-table .table thead th {
    border-bottom: 0px;
    border-top: 0px;
}
.market-current-table .table tr:first-child td {
    border-top: 0px;
}

.graph-tabs {
    background-color: #f7eee5;
    border: 0px;
    padding: 10px;
}
.graph-tabs .nav-item {
    margin-bottom: 0px;
}
.graph-tabs .nav-item .nav-link {
    border: 0px;
    border-radius: 0px !important;
    background-color: #fff;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.graph-tabs .nav-item:last-child .nav-link {
    margin-right: 0px;
}
.graph-tabs .nav-item .nav-link.active {
    background-color: #683c11;
    color: #fff;
}
.highcharts-credits,
g.highcharts-exporting-group {
    display: none;
}
.tab-pane > div:focus {
    outline: none;
}
.table-head {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}
.font-bold {
    font-weight: 600;
}
.table-brown .table thead th {
    background-color: #f7eee5;
}
table.border-bottom td {
    border-bottom: 1px solid #dee2e6;
}
.storeimg-btn {
    display: inline-block;
}
.storeimg-btn img {
    max-width: 160px;
    transform: translate3d(0,0,0);
}

.primary-color {
    color: #683c11;
}
.mark-value .dashprice-title {
    font-weight: 600;
    color: #212529;
    padding-right: 5px;
}
.qtybales div {
    font-size: 16px;
    font-weight: 500;
    color: #f8c100;
}
.col-form-label {
    color: #212529;
}
.single-price-box {
    display: block;
    padding: 0 20px 0;
    margin-bottom: 30px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 40px 5px rgba(51,51,51,.1);
    -webkit-box-shadow: 0 0 40px 5px rgba(51,51,51,.1);
    box-shadow: 0 0 40px 5px rgba(51,51,51,.1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.single-price-box:hover {
    transform: translateY(-5px);
}
.single-price-box .price-header {
    overflow: hidden;
    display: block;
    padding-top: 30px;
    position: relative;
}
.single-price-box .price-header .price-header-left {
    display: block;
    position: relative;
    padding-left: 35px;
}
.single-price-box .price-header .price-header-left .icon {
    position: absolute;
    top: 6px;
    left: 0;
}
.single-price-box .price-header .price-header-left .currency h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.single-price-box .price-header .price-header-left .currency span {
    color: #01a23b;
    font-weight: 600;
}
.single-price-box .price-header .price-header-right {
    position: absolute;
    top: 15px;
    right: 0;
}
.single-price-box .price-list {
    display: block;
    margin-top: 14px;
}
.single-price-box .price-list ul {
    display: block;
    padding-bottom: 1px;
}
.single-price-box .price-list ul li {
    border-top: 1px solid #f2f2f2;
    line-height: 40px;
    padding-left: 5px;
}
.single-price-box .price-list ul li span.left {
    color: #202020;
    font-size: 14px;
    width: 100px;
    float: left;
    display: inline-block;
}
.single-price-box .price-header .price-header-left .icon img {
    width: 24px;
}
.single-price-box .price-list ul li span.right {
    color: #848484;
    font-size: 14px;
    float: right;
    padding-right: 5px;
}
.single-price-box .price-header .price-header-right .icon img {
    width: 70px;
}
.single-price-box .price-list ul li i:before {
    color: #0f0f0f;
    font-size: 12px;
    line-height: 10px;
    display: inline-block;
    padding-right: 2px;
}
.single-price-box .price-list ul li i.downrate:before {
    color: #dc4729;
}
.single-price-box .price-list ul li i.uprate:before {
    color: #01a23b;
}

.market-area-new .table thead th {
    font-size: 14px;
    padding: 20px 15px;
    background-color: #303030;
    color: #fff;
}
.market-area-new .table tbody td {
    font-size: 14px;
    padding: 20px 15px;
    vertical-align: middle;
}
.partner-box {
    padding: 0px 0px;
}
.partner-carousel.owl-carousel .owl-item img {
    display: block;
    width: auto;
    transform: translate3d(0,0,0);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.partner-carousel.owl-carousel .owl-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.dash-rate-card .dash-card-station {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
    color: #683c11;
    text-transform: uppercase;
}
.dash-rate-card .card-parameters {
    font-size: 15px;
}
.inner-card-header-left .company-info {
    margin-top: 5px;
}
.company-info span {
    display: block;
    font-size: 14px;
}
.marketing-report-area {
    margin-top: 10px;
}
.marketing-report-area ul li {
    margin-bottom: 10px;
}
.marketing-report-area .reportlabel {
    font-weight: 600;
    font-size: 14px;
    float: left;
    width: 150px;
    padding-right: 20px;
    color: #212529;
}
.marketing-report-area .reporttext {
    font-size: 14px;
    color: #212529;
}
.report-time.label-span {
    padding-left: 0px;
    padding-right: 10px;
}
.modal-img .modal-body {
    padding: 0px;
}
.pdf-modal {
    width: 100%;
    height: 800px;
}
.market-footer {
    margin-top: 10px;
    text-align: center;
}
.market-footer .market-area {
    font-size: 18px;
    border: 0px;
    text-align: center;
    margin-top: 5px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #e3e3e3;
}
.market-footer .marketlabel {
    font-weight: 600;
    color: #6f6f6f;
}
.market-footer .markettext {
    font-weight: 600;
    color: #683c11;
}

.nav.market-pills {
    margin-bottom: 30px;
}
.nav.market-pills .nav-link {
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    background-color: #ddd;
    border-radius: 0px;
}
.nav.market-pills .nav-link.active {
    background-color: #683c11;
}

.highlight-textbox {
    border: 1px solid #683c11;
    background-color: rgba(104, 60, 17, 0.8);
    padding: 15px;
    color: #fff;
    border-radius: 4px;
}


.mainoffer-box {
    position: relative;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.mainoffer-title {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    padding: 20px;
    background-color: #683c11;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.mainoffer-title:after {
    content: "\f3c5";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: -75px;
    bottom: 0px;
    right: -10px;
    font-size: 124px;
    opacity: 0.3;
    transform: rotate(15deg);
}
.mainoffer-list span {
    padding: 10px;
    font-size: 14px;
}
.mainoffer-list span:first-child {
    float: left;
    color: #212529;
}
.mainoffer-list span:last-child {
    float: right;
    color: #212529;
}
.mainoffer-footer {
    text-align: center;
    padding: 20px;
    background-color: #866340;
}
.card.minicard-box {
    margin-bottom: 10px;
}

.custom-switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #c2c2c2;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #c2c2c2;
    transition: .3s border-color, .3s background-color;
}
.custom-switch-input:checked~.custom-switch-indicator {
    background: #683c11;
}
.custom-switch-indicator:before {
    content: '';
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: .3s left;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}
.status-td .custom-switch {
    padding: 0px !important;
}

.dashhint-marquee {
    background-color: #e1cf2b;
    border: 1px solid #e1cf2b;
    margin: 0px;
    padding: 10px;
    border-radius: 4px;
}
.dashhint-marquee .dashhint-list {
    margin-right: 20px;
    padding-right: 20px;
    color: #000;
}
.dashhint-marquee .company-marquee {
    font-weight: 600;
    color: #683c11;
}
.company-bales {
    font-weight: 600;
    color: #683c11;
}
.dashhint-marquee .dashhint-list:after {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 14px;
    position: relative;
    right: -20px;
}

.input-group.form-search {
    position: relative;
}
.input-group.form-search input {
    height: 36px;
    border: 0px;
    border-radius: 4px !important;
    padding-right: 30px;
}
.input-group.form-search .input-group-append {
    position: absolute;
    right: 0;
    z-index: 99;
}
.input-group.form-search .input-group-append .input-group-text {
    padding: 11px 10px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}
.table-inner-group {
    text-align: center;
    margin-bottom: 20px;
}
.table-inner-group .innerline {
    display: inline-block;
}
.table-inner-group .innerline select.form-control {
    height: 47px;
}
.hintbox i {
    font-weight: 600;
    color: #683c11;
    font-size: 16px;
}
.hintbox.color-white i {
    color: #ffffff;
}
blockquote {
    margin: 50px 0;
    position: relative;
    padding: 30px;
    margin-bottom: 0px !important;
    border-left: 5px solid #b16a24;
    background: #ffffff;
}
blockquote.blockquote.about-blockquote {
    background-color: #683c11;
}
.about-blockquote-text {
    font-weight: 600;
    font-size: 26px;
    margin: 0px;
    line-height: 1.7;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.features-box-content .innerbox-title {
    font-size: 1.126em;
}
.app-business-content .app-section-title {
    font-size: 23px;
    line-height: 1.4;
}
.color-white li {
    color: #fff;
}
.ul-list li {
    position: relative;
    left: 23px;
}
.ul-list li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    position: absolute;
    top: 4px;
    left: -23px;
    font-size: 12px;
}
.service-box{
    padding: 20px 30px;
    background: #f4f4f4;
    text-align: center;
}
.service-box .service-icon {
    font-size: 32px;
    margin-bottom: 15px;
    color: #866341;
    display: block;
}
.service-box .service-title {
    font-size: 16px;
    margin-bottom: 0px;
}
.features-box-1 {
    box-shadow: 0 18px 40px rgba(51,51,51,.1);
    background: #fff;
    border-radius: 5px;
    padding: 50px 30px 60px;
    margin-top: 50px;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.features-box-1:hover {
    transform: translateY(-5px);
}
.features-box-1 .features-box-icon-box {
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
}
.features-box-1 .features-box-icon-box > img {
    width: 80px;
    height: 80px;
    transform: translate3d(0,0,0);
}
.features-box-1 .features-box-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #212529;
}
.features-box-1 .features-box-content-area {
    height: 145px;
    overflow: hidden;
    margin-bottom: 20px;
}
.features-box-1 .link-icon {
    font-size: 14px;
    font-weight: 600;
    color: #683c11;
}
.content-area .content-title {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 5px;
}
.content-area p {
    margin-bottom: 10px;
}
.content-area .ul-list {
    margin-bottom: 10px;
}

.ht-box-images.style-02 {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.ht-box-images.style-02:hover {
    transform: translateY(-5px);
}
.ht-box-images.style-02 .image-box-wrap {
    box-shadow: 0 0 40px 5px rgba(51,51,51,.1);
    background: #fff;
    border-radius: 4px;
    padding: 30px 38px;
    min-height: 150px;
    display: flex;
    align-items: center;
}
.ht-box-images.style-02 .image-box-wrap .box-image {
    flex-shrink: 0;
    margin-right: 30px;
}
.ht-box-images.style-02 .image-box-wrap .content .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
    color: #212529;
    padding-right: 50px;
}
.ht-box-images.style-02 .image-box-wrap .box-image .service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: block;
    background: linear-gradient(to top,#683c11 0%,#866341 100%);
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
}

.download-box {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
}
.download-box .download-logo img {
    width: 80px;
    transform: translate3d(0,0,0);
    margin: 0px auto;
    display: block;
}
.download-box .download-logo {
    padding: 42px 30px 40px;
    margin-bottom: 0px;
    background-color: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
.download-box .download-content {
    padding: 0px 30px 40px;
    text-align: center;
}
.download-box .download-title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.bg-image {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.shutter-area {
    background: #683c11;
    height: auto;
    border-radius: 0px 0px 4px 0px;
    position: fixed;
    left: 0;
    top: 20%;
    width: 230px;
    z-index: 999999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
}
.shutter-area.active {
    display: block;
    -webkit-transform: translateX(-230px);
    -moz-transform: translateX(-230px);
    -o-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    transform: translateX(-230px);
    -webkit-transition: opacity .5s linear, -webkit-transform .7s cubic-bezier(.56, .48, 0, .99);
    -moz-transition: opacity .5s linear, -moz-transform .7s cubic-bezier(.56, .48, 0, .99);
    -o-transition: opacity .5s linear, -o-transform .7s cubic-bezier(.56, .48, 0, .99);
    -ms-transition: opacity .5s linear, -ms-transform .7s cubic-bezier(.56, .48, 0, .99);
    transition: opacity .5s linear, transform .7s cubic-bezier(.56, .48, 0, .99);
}
.shutter-area .shutter-icon {
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #683c11;
    width: 50px;
    height: 49px;
    line-height: 48px;
    font-size: 23px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}
.shutter-area .shutter-title {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    margin: 0px;
    background-color: #683c11;
}
.shutter-area .shutter-box {
    padding: 15px 0px;
    background-color: #866341;
    border-radius: 0px 0px 4px 0px;
}
.shutter-area .shutter-link-area {
    padding: 15px 20px;
}
.shutter-area .shutter-box .shutter-link {
    display: block;
    color: #fff;
}
.shutter-area .shutter-box .shutter-link:hover {
    color: #d6d6d6;
}
.shutter-area .shutter-link span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(255 255 255 / 0.4);
    color: #ffffff;
    margin-right: 5px;
}


