/* Minification failed. Returning unminified contents.
(1143,47): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(1144,39): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(1182,47): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(1183,39): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(2008,59): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(2009,51): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(2441,55): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(2442,47): run-time error CSS1039: Token not allowed after unary operator: '-char-index'
(4841,16): run-time error CSS1035: Expected colon, found '.'
(5241,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(5293,17): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(5300,22): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(5301,24): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(5314,24): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(5423,17): run-time error CSS1039: Token not allowed after unary operator: '-gray'
 */

/* == bootstrap == */
@import url("/Content/css/plugins/bootstrap.min.css");

/* == animate css == */
@import url("/Content/css/plugins/animate.css");

/* == ionicons icon font == */
@import url("/Content/css/plugins/ionicons.min.css");

/* == pe-icon-7-stroke == */
@import url("/Content/css/plugins/pe-icon-7-stroke.css");

/* == flaticon font == */
@import url("/Content/css/plugins/flaticon.css");

/* == fontawesome icon font == */
@import url("/Content/css/plugins/fontawesome-all.min.css");

/* == justifiedGallery.min == */
@import url("/Content/css/plugins/justifiedGallery.min.css");

/* == YouTubePopUp == */
@import url("/Content/css/plugins/YouTubePopUp.css");

/* == slick carousel == */
@import url("/Content/css/plugins/slick.css");
@import url("/Content/css/plugins/slick-theme.css");

/* == swiper.min font == */
@import url("/Content/css/plugins/swiper.min.css");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}

body {
    color: #191514;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
    height: auto;
}

span,
a,
a:hover {
    display: inline-block;
    color: inherit;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.4;
    font-weight: 600;
}

p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

a,
span {
    display: inline-block;
}

    a:hover,
    span:hover {
        text-decoration: none;
    }


/* ====================== [ End Typography  ] ====================== */


/* ====================== [ Start Helper Classes  ] ====================== */
.badge.cartbadge {
    display: block;
    position: absolute;
    top: 8px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    left: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    background: #0d0d0d;
    padding: 1px;
    letter-spacing: 0;
}
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.ontop {
    position: relative;
    z-index: 7;
}

.full-over {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.custom-font {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
}

.playfont {
    font-family: 'Playfair Display', serif;
}

.main-color {
    color: #b19777 !important;
}

.bg-gray {
    background-color: #f5eddc;
}

    .bg-gray .primery-shadow {
        -webkit-box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 30px -4px rgba(0, 0, 0, 0.2);
    }

.bg-dark {
    background-color: #141414 !important;
}

    .bg-dark .primery-shadow {
        -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    }

.bg-color {
    background-color: #b19777 !important;
}

    .bg-color .primery-shadow {
        -webkit-box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 4px 40px -4px rgba(255, 255, 255, 0.2);
    }

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center center;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.section-padding {
    padding: 120px 0;
}

.section-ptb {
    padding: 80px 0;
}

.head-pt {
    padding: 80px 0 0;
}

.head-pb {
    padding: 0 0 80px;
}

.rounded {
    border-radius: 5px;
}

.circle {
    border-radius: 50%;
}

.unlist {
    list-style: none;
}

.undecro:hover {
    text-decoration: none;
}

.inline {
    display: inline-block;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.primery-shadow {
    -webkit-box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 30px -4px rgba(0, 0, 0, 0.1);
}

.padding5 {
    padding-right: 5%;
    padding-left: 5%;
}


/*-------------------------------------------------------
           text color
-------------------------------------------------------*/

.text-white {
    color: #FFF;
}

.text-black {
    color: #000;
}

.text-extra-light-gray {
    color: #b7b7b7;
}


/*-------------------------------------------------------
          font-weight
-------------------------------------------------------*/

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}


/*-------------------------------------------------------
           font-size
-------------------------------------------------------*/

.fz-10 {
    font-size: 10px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.fz-30 {
    font-size: 30px !important;
}

.fz-40 {
    font-size: 40px !important;
}

.fz-50 {
    font-size: 50px !important;
}


/*-------------------------------------------------------
          line-height
-------------------------------------------------------*/

.line-height-10 {
    line-height: 10px;
}

.line-height-13 {
    line-height: 13px;
}

.line-height-18 {
    line-height: 18px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-22 {
    line-height: 22px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px;
}

.line-height-45 {
    line-height: 45px;
}

.line-height-50 {
    line-height: 50px;
}

.line-height-55 {
    line-height: 55px;
}

.line-height-60 {
    line-height: 60px;
}

.line-height-65 {
    line-height: 65px;
}

.line-height-70 {
    line-height: 70px;
}

.line-height-75 {
    line-height: 75px;
}

.line-height-80 {
    line-height: 80px;
}

.line-height-85 {
    line-height: 85px;
}

.line-height-90 {
    line-height: 90px;
}

.line-height-95 {
    line-height: 95px;
}

.line-height-100 {
    line-height: 100px;
}

.line-height-110 {
    line-height: 110px;
}

.line-height-120 {
    line-height: 120px;
}


/*-------------------------------------------------------
          text-transform
-------------------------------------------------------*/

.text-u {
    text-transform: uppercase !important;
}

.text-l {
    text-transform: lowercase !important;
}

.text-c {
    text-transform: capitalize !important;
}

.text-non {
    text-transform: none !important;
}

.text-i {
    font-style: italic;
}


/*-------------------------------------------------------
           letter-spacing
-------------------------------------------------------*/

.ls0 {
    letter-spacing: 0px !important;
}

.ls1 {
    letter-spacing: 1px !important;
}

.ls2 {
    letter-spacing: 2px !important;
}

.ls3 {
    letter-spacing: 3px !important;
}

.ls4 {
    letter-spacing: 4px !important;
}

.ls5 {
    letter-spacing: 5px !important;
}

.ls10 {
    letter-spacing: 10px !important;
}


/*-------------------------------------------------------
       margin-top  (0/100) +5
-------------------------------------------------------*/

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-55 {
    margin-top: 55px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-62 {
    margin-top: 62px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-75 {
    margin-top: 75px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-85 {
    margin-top: 85px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-95 {
    margin-top: 95px !important;
}

.mt-100 {
    margin-top: 100px !important;
}


/*-------------------------------------------------------
       margin-bottom  (0/100) +5
-------------------------------------------------------*/

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-55 {
    margin-bottom: 55px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-62 {
    margin-bottom: 62px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-75 {
    margin-bottom: 75px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-95 {
    margin-bottom: 95px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}


/*-------------------------------------------------------
      padding-top  (0/100) +5
-------------------------------------------------------*/

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-65 {
    padding-top: 65px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-95 {
    padding-top: 95px !important;
}

.pt-100 {
    padding-top: 100px !important;
}


/*-------------------------------------------------------
     padding-bottom  (0/100) +5
-------------------------------------------------------*/

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-55 {
    padding-bottom: 55px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-85 {
    padding-bottom: 85px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-95 {
    padding-bottom: 95px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.no-padding {
    padding: 0 !important;
}


/* ====================== [ End Helper Classes  ] ====================== */


/* ====================== [ Start Preloader ] ====================== */

.diamond-box {
    width: 100%;
    margin-bottom: 50px;
}

    .diamond-box li {
        display: inline-block;
        text-align: center;
        width: 9.6%;
    }

        .diamond-box li img {
            filter: invert(100%);
            height: 60px;
            width: auto;
        }

.dname {
    padding-top: 20px;
    text-transform: uppercase;
    color: #fff;
}

.custom-linksa {
    margin-top: 30px;
}

    .custom-linksa.yellow-bg a {
        background: #dba42f;
    }

    .custom-linksa a {
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        border: 1px solid rgba(255, 255, 255, 0.7);
        border-radius: 40px;
        padding-right: 25px;
        -webkit-transition: background 0.2s linear;
        -o-transition: background 0.2s linear;
        transition: background 0.2s linear;
    }

        .custom-linksa a:before {
            content: "\f054";
            font-family: "Font Awesome 5 Free";
            display: inline-block;
            vertical-align: middle;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 50%;
            font-size: 10px;
            font-weight: 600;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            margin: 12px 20px;
            background-color: #fff;
            color: #dba42f;
            -webkit-transition: background 0.2s linear, color 0.2s linear;
            -o-transition: background 0.2s linear, color 0.2s linear;
            transition: background 0.2s linear, color 0.2s linear;
        }

        .custom-linksa a span {
            vertical-align: middle;
            white-space: normal;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: 4px;
            -webkit-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

.d-sub-title {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 16px !important;
    color: #fff !important;
    line-height: 21px !important;
    width: 300px;
    margin: 0 auto;
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .pace .pace-progress {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 300px;
        position: fixed;
        z-index: 99999999999999;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 100%;
        background: #b19777;
    }

    .pace.pace-inactive {
        width: 100vw;
        opacity: 0;
    }

        .pace.pace-inactive .pace-progress {
            max-width: 100vw;
        }

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

    #preloader:after,
    #preloader:before {
        content: '';
        position: fixed;
        left: 0;
        height: 50vh;
        width: 100%;
        background: #252531;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

    #preloader:before {
        top: 0;
    }

    #preloader:after {
        bottom: 0;
    }

    #preloader.isdone {
        visibility: hidden;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

        #preloader.isdone:after,
        #preloader.isdone:before {
            height: 0;
            -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

.loading-text {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 10px;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #b19777;
    font-family: 'Teko', sans-serif;
    z-index: 9999;
}

    .loading-text.isdone {
        top: 50%;
        opacity: 0;
        -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }


/* ====================== [ End Preloader ] ====================== */


/* ====================== [ Start Text Animation & Images ] ====================== */

.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

    .imago.animated {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }


/* ====================== [ End Text Animation & Images ] ====================== */


/* ====================== [ Start Cursor Style ] ====================== */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #b19777;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
}

    .cursor-inner.cursor-hover {
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        background-color: #b19777;
        opacity: .3;
    }

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #b19777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out;
}

    .cursor-outer.cursor-hover {
        opacity: 0;
    }


/* ====================== [ End Cursor Style ] ====================== */


/* ====================== [ Start progress-wrap ] ====================== */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .progress-wrap::after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        content: '\f077';
        text-align: center;
        line-height: 44px;
        font-size: 13px;
        font-weight: 900;
        color: #b19777;
        left: 0;
        top: 0;
        height: 44px;
        width: 44px;
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #b19777;
        stroke-width: 4;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }


/* ====================== [ End progress-wrap ] ====================== */


/* ====================== [ Start Overlay ] ====================== */

[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}

    [data-overlay-dark] .container,
    [data-overlay-light] .container {
        position: relative;
        z-index: 2;
    }

    [data-overlay-dark]:before,
    [data-overlay-light]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-overlay-dark]:before {
        background: #02050b;
    }

    [data-overlay-light]:before {
        background: #fff;
    }

    [data-overlay-dark] h1,
    [data-overlay-dark] h2,
    [data-overlay-dark] h3,
    [data-overlay-dark] h4,
    [data-overlay-dark] h5,
    [data-overlay-dark] h6,
    [data-overlay-dark] span,
    .bg-dark h1,
    .bg-dark h2,
    .bg-dark h3,
    .bg-dark h4,
    .bg-dark h5,
    .bg-dark h6,
    .bg-dark span,
    .bg-color h1,
    .bg-color h2,
    .bg-color h3,
    .bg-color h4,
    .bg-color h5,
    .bg-color h6,
    .bg-color span {
        color: #fff;
    }

    [data-overlay-dark] p,
    .bg-dark p,
    .bg-color p {
        color: #dad6d6;
    }

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}


/* ====================== [ End Overlay ] ====================== */


/* ====================== [ Start Heading ] ====================== */

.section-head {
    position: relative;
    margin: 0 auto 80px;
}

    .section-head h4 {
        font-weight: 500;
        font-size: 40px;
        letter-spacing: 2px;
    }

    .section-head h6 {
        color: #b19777;
        font-weight: 300;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

.sub-title {
    color: #b19777;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding-left: 60px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    position: relative;
}

    .sub-title:before {
        content: "";
        width: 50px;
        height: 1px;
        background: #b19777;
        position: absolute;
        left: 0;
        top: 50%;
    }

.extra-title {
    font-weight: 700;
}

.tit h6 {
    color: #b19777;
    font-weight: 400;
    font-size: 22px;
}

.tit h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.tit .navs span {
    padding: 15px 30px;
    background: #f8f4f3;
    cursor: pointer;
}

.nav-item.active span {
    border-bottom: 2px solid;
    color: #dba42f;
}

.tit .navs span:hover {
    background: #b19777;
    color: #fff;
}

.sm-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* ====================== [ End Heading ] ====================== */


/* ====================== [  Start Button Style ] ====================== */

.btn-curve {
    background: transparent;
    padding: 12px 35px;
    border: 1px solid #1e1e1e;
    font-family: 'Teko', sans-serif;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .btn-curve:focus {
        outline: none;
    }

    .btn-curve:hover {
        outline: none;
    }

        .btn-curve:hover:after {
            bottom: -30px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .btn-curve:hover span {
            color: #fff;
        }

    .btn-curve:after {
        content: '';
        position: absolute;
        top: -30px;
        left: -30px;
        right: -30px;
        bottom: 130%;
        background: #1e1e1e;
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

    .btn-curve span {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        z-index: 2;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

    .btn-curve.btn-lit {
        border-color: #fff;
        color: #fff;
    }

        .btn-curve.btn-lit:hover span {
            color: #b19777;
        }

        .btn-curve.btn-lit:after {
            background: #fff;
        }

    .btn-curve.btn-blc {
        background: #1e1e1e;
    }

        .btn-curve.btn-blc:after {
            background: #fff;
        }

        .btn-curve.btn-blc span {
            color: #fff;
        }

        .btn-curve.btn-blc:hover span {
            color: #1e1e1e;
        }

    .btn-curve.btn-color {
        background: #b19777;
        border-color: #b19777;
    }

        .btn-curve.btn-color:after {
            background: #fff;
        }

        .btn-curve.btn-color span {
            color: #fff;
        }

        .btn-curve.btn-color:hover span {
            color: #b19777;
        }

    .btn-curve.btn-lg {
        padding: 14px 40px;
    }

        .btn-curve.btn-lg span {
            font-size: 14px;
        }

    .btn-curve.btn-wit {
        background: #fff;
        border-color: #fff;
    }

        .btn-curve.btn-wit:after {
            background: #090909;
        }

        .btn-curve.btn-wit span {
            color: #1e1e1e;
        }

        .btn-curve.btn-wit:hover span {
            color: #fff;
        }

    .btn-curve.btn-radius {
        border-radius: 30px;
    }


/* ====================== [ End Button Style ] ====================== */


/* ====================== [ Start navbar ] ====================== */

.navbar {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
}

    .navbar .icon-bar {
        color: #fff;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1px;
        padding: 15px 0;
        margin: 10px 0;
        text-transform: uppercase;
        position: relative;
    }

        .navbar .navbar-nav .nav-link::after {
            content: '|';
            color: #222;
            margin: 0 20px;
            padding: 0;
        }

.navbar-nav li:last-child a.nav-link:after {
    content: '';
}

.navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border: 0;
    -webkit-box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9;
}

    .navbar .navbar-nav .dropdown-item:hover {
        background: transparent;
        color: #b19777;
    }

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .navbar .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar .dropdown-menu .dropdown-item {
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        padding: 10px 25px;
        position: relative;
    }

        .navbar .dropdown-menu .dropdown-item:after {
            content: '';
            width: 0px;
            height: 1px;
            background: #b19777;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

        .navbar .dropdown-menu .dropdown-item:hover {
            padding-left: 30px;
        }

            .navbar .dropdown-menu .dropdown-item:hover:after {
                width: 10px;
            }

.navbar .social-icon {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

    .navbar .social-icon a {
        color: #000;
        margin: 0 10px;
        font-size: 13px;
    }

.navbar .search {
    color: #000;
    padding-left: 30px;
    border-left: 1px solid #000;
}

    .navbar .search .icon {
        cursor: pointer;
    }

    .navbar .search .search-form {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(37, 37, 49, 0.98);
        display: none;
    }

        .navbar .search .search-form form {
            width: 600px;
            position: absolute;
            left: calc(50% - 300px);
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .navbar .search .search-form form input {
                padding: 15px 0;
                font-size: 80px;
                color: #fff;
                text-transform: uppercase;
                text-align: left;
                background: transparent;
                border: 0;
                border-bottom: 2px solid #b19777;
            }

        .navbar .search .search-form .close {
            position: absolute;
            top: 20%;
            right: 20%;
            color: #fff;
            font-size: 60px;
            opacity: 1;
            cursor: pointer;
        }

.light,
.nav-scroll {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(37, 37, 49, 0.1);
    box-shadow: 0px 10px 30px rgba(37, 37, 49, 0.1);
    padding:20px 0;
    position: fixed;
    top: -80px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}

    .light .icon-bar,
    .nav-scroll .icon-bar {
        color: #222;
    }

    .light .navbar-nav .nav-link,
    .nav-scroll .navbar-nav .nav-link {
        color: #222;
    }

    .light .navbar-nav .logo,
    .nav-scroll .navbar-nav .logo {
        width: 100px;
        padding: 15px 0;
        color: #111;
    }

.logo img {
    width: 70%;
}

.menu-sidebar2 .logo img {
    width: 100%;
}

.light .social-icon,
.nav-scroll .social-icon {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

    .light .social-icon a,
    .nav-scroll .social-icon a {
        color: #000;
    }

.light .search,
.nav-scroll .search {
    color: #000;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


/* ====================== [ End navbar ] ====================== */


/* ====================== [ Start Slider ] ====================== */

.slider [data-overlay-dark] span {
    color: #333;
}

.slider [data-overlay-dark] p {
    color: #000 !important;
}

.slider .btn-curve.btn-lit {
    border-color: #333;
    background: #333;
}

    .slider .btn-curve.btn-lit span {
        color: #fff;
    }

    .slider .btn-curve.btn-lit:hover span {
        color: #333;
    }

.slider {
    position: relative;
}

    .slider.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .slider .swiper-slide-active {
        z-index: 3;
    }

    .slider .parallax-slider {
        position: relative;
    }

        .slider .parallax-slider .swiper-slide {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 100vh;
            padding-bottom: 50px;
        }

            .slider .parallax-slider .swiper-slide .bg-img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-size: cover;
                background-position: center;
            }

        .slider .parallax-slider .swiper-slide-active .caption h1 {
            -webkit-transition: all 0s;
            -o-transition: all 0s;
            transition: all 0s;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

            .slider .parallax-slider .swiper-slide-active .caption h1 .char {
                -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
                -webkit-animation-delay: calc(60ms * var(--char-index));
                animation-delay: calc(60ms * var(--char-index));
            }

        .slider .parallax-slider .swiper-slide-active .caption .thin,
        .slider .parallax-slider .swiper-slide-active .caption .btn-curve,
        .slider .parallax-slider .swiper-slide-active .caption p {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

.caption.hmone {
    position: relative;
    z-index: 2;
}

.slider .parallax-slider .caption .thin {
    color: #794606;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

    .slider .parallax-slider .caption .thin span {
        color: #b19777;
    }

.slider .parallax-slider .caption h1 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}

    .slider .parallax-slider .caption h1 span {
        font-weight: 700;
    }

.slider .parallax-slider .caption p {
    color: #eee;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.slider .parallax-slider .caption .btn-curve {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.slider .parallax-slider .hmone h1 .thin {
    font-size: 30px;
    margin-bottom: 20px;
}

.slider .caption.center h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.slider .setone {
    position: absolute;
    bottom: 8%;
    right: 40px;
    z-index: 8;
}

    .slider .setone .swiper-nav-ctrl {
        color: #000;
        font-size: 13px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        margin: 5px 0;
        border: 1px solid #000;
        position: static;
    }

        .slider .setone .swiper-nav-ctrl:after {
            display: none;
        }

    .slider .setone.setwo {
        position: static;
    }

        .slider .setone.setwo .swiper-nav-ctrl {
            border-radius: 50%;
        }

        .slider .setone.setwo .next-ctrl {
            position: absolute;
            top: 50%;
            right: 30px;
        }

        .slider .setone.setwo .prev-ctrl {
            position: absolute;
            top: 50%;
            left: 30px;
        }

.slider .swiper-pagination-fraction.top {
    position: absolute;
    right: auto;
    left: 30px;
    bottom: 10%;
    width: auto;
    color: #333;
    font-size: 40px;
    font-weight: 500;
}

    .slider .swiper-pagination-fraction.top .swiper-pagination-current {
        font-size: 60px;
        font-weight: 700;
        position: relative;
        color: transparent;
        -webkit-text-stroke: .5px #000;
    }

        .slider .swiper-pagination-fraction.top .swiper-pagination-current:after {
            content: '/';
            color: #fff;
            position: relative;
            margin: 0 10px;
            font-size: 12px;
            font-weight: 100;
        }

    .slider .swiper-pagination-fraction.top.botm {
        top: auto;
        bottom: 40px;
        right: 40px;
    }

.slider .social-icon {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 8;
}

    .slider .social-icon a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.05);
        color: #fff;
        font-size: 13px;
    }

.slid-half {
    position: relative;
}

    .slid-half .nofull {
        position: relative;
        overflow: hidden;
        background-color: #252531;
        background-image: url(../img/line-pattern1.png);
        background-repeat: repeat;
        height: 105vh;
        color: #fff;
    }

    .slid-half .swiper-pagination-fraction.top {
        position: absolute;
        right: 15%;
        left: auto;
        bottom: auto;
        top: 20%;
        width: auto;
        color: #fff;
        font-size: 40px;
        font-weight: 500;
    }

        .slid-half .swiper-pagination-fraction.top .swiper-pagination-current {
            font-size: 60px;
            font-weight: 700;
            position: relative;
            color: transparent;
            -webkit-text-stroke: .5px #fff;
        }

            .slid-half .swiper-pagination-fraction.top .swiper-pagination-current:after {
                content: '/';
                color: #fff;
                position: relative;
                margin: 0 10px;
                font-size: 12px;
                font-weight: 100;
            }

.cta__slider-wrapper {
    position: relative;
    width: 100%;
    height: 105vh;
    overflow: hidden;
}

    .cta__slider-wrapper .block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
    }

.cta__slider {
    min-height: 105vh;
}

    .cta__slider .swiper-slide {
        overflow: hidden;
    }

.cta__slider-arrows {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.cta__slider-arrow {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    cursor: pointer;
}

    .cta__slider-arrow.cta__slider-arrow--previous {
        left: 0;
    }

    .cta__slider-arrow.cta__slider-arrow--next {
        left: 50%;
    }

.cta__slider-item {
    position: relative;
}

    .cta__slider-item .media-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

        .cta__slider-item .media-wrapper .bg-img {
            position: absolute;
            width: 70%;
            height: 100%;
            right: 0;
            top: 0;
        }

    .cta__slider-item .container {
        position: relative;
        z-index: 4;
    }

    .cta__slider-item .caption {
        position: relative;
    }

        .cta__slider-item .caption .top-corn,
        .cta__slider-item .caption .bottom-corn {
            position: absolute;
            left: -60px;
            top: -60px;
            opacity: .3;
        }

            .cta__slider-item .caption .top-corn:after,
            .cta__slider-item .caption .top-corn:before,
            .cta__slider-item .caption .bottom-corn:after,
            .cta__slider-item .caption .bottom-corn:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                background: #b19777;
            }

            .cta__slider-item .caption .top-corn:after,
            .cta__slider-item .caption .bottom-corn:after {
                width: 30px;
                height: 1px;
            }

            .cta__slider-item .caption .top-corn:before,
            .cta__slider-item .caption .bottom-corn:before {
                width: 1px;
                height: 30px;
            }

        .cta__slider-item .caption .bottom-corn {
            top: auto;
            bottom: -60px;
        }

            .cta__slider-item .caption .bottom-corn:before {
                top: auto;
                bottom: 0;
            }

        .cta__slider-item .caption h1 {
            font-size: 75px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 4px;
            color: #fff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .5s, visibility .5s;
            -o-transition: opacity .5s, visibility .5s;
            transition: opacity .5s, visibility .5s;
        }

        .cta__slider-item .caption .thin {
            color: #b19777;
            font-size: 20px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 12px;
            margin-bottom: 5px;
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            -webkit-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s;
        }

        .cta__slider-item .caption p {
            color: #eee;
            font-weight: 300;
            font-size: 14px;
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            transition: all .4s;
            -webkit-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s;
        }

        .cta__slider-item .caption .btn-curve {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            -webkit-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s;
        }

    .cta__slider-item.swiper-slide-active .caption h1 {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        opacity: 1;
        visibility: visible;
    }

        .cta__slider-item.swiper-slide-active .caption h1 .char {
            -webkit-animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
            animation: fadeInUp 0.5s cubic-bezier(0.3, 0, 0.7, 1) both;
            -webkit-animation-delay: calc(60ms * var(--char-index));
            animation-delay: calc(60ms * var(--char-index));
        }

    .cta__slider-item.swiper-slide-active .caption .btn-curve,
    .cta__slider-item.swiper-slide-active .caption .thin,
    .cta__slider-item.swiper-slide-active .caption p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.pages-header {
    height: 75vh;
}

    .pages-header .cont h1 {
        font-size: 75px;
        margin-bottom: 20px;
    }

    .pages-header .cont .path {
        color: #fff;
        font-size: 17px;
    }

        .pages-header .cont .path .active {
            color: #b19777;
        }

        .pages-header .cont .path span {
            margin: 0 20px;
            font-size: 10px;
        }


/* ====================== [ End Slider ] ====================== */


/* ====================== [ Start Intro ] ====================== */

.exp-img {
    position: relative;
}

    .exp-img::after {
        content: '';
        position: absolute;
        background: #dba42f;
        right: 24px;
        width: 100px;
        height: 100px;
        top: -20px;
    }

.about {
    position: relative;
}

    .about .exp-img .img {
        width: 90%;
        height: 500px;
        position: relative;
        z-index: 2;
    }

        .about .exp-img .img:after {
            content: '';
            position: absolute;
            top: 40px;
            left: 40px;
            right: 40px;
            bottom: 40px;
            background: rgba(255, 255, 255, 0.95);
            z-index: -1;
        }

        .about .exp-img .img .since {
            position: absolute;
            right: 70px;
            top: 70px;
        }

            .about .exp-img .img .since span {
                display: block;
                color: #dba42f;
                font-size: 22px;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 1;
            }

                .about .exp-img .img .since span:first-of-type {
                    font-size: 16px;
                    font-weight: 600;
                    letter-spacing: 2px;
                }

        .about .exp-img .img .years {
            position: absolute;
            left: 70px;
            bottom: 70px;
        }

.roundhome-diamond {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
}

    .roundhome-diamond img {
        width: 220px;
    }

.about .exp-img .img .years h2 {
    font-size: 80px;
    font-weight: 800;
    background: url(/Content/img/exp.jpg) no-repeat;
    background-position: 18% 65%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.about .exp-img .img .years h5 {
    color: #dba42f;
    letter-spacing: 5px;
    font-size: 20px;
}

.about .exp-content {
    position: relative;
    z-index: 2;
}

    .about .exp-content:after {
        content: '';
        width: 200px;
        height: 250px;
        position: absolute;
        top: -40px;
        right: -40px;
        border: 10px solid #fafafa;
        z-index: -1;
    }

    .about .exp-content.nopat:after {
        display: none;
    }

    .about .exp-content ul {
        margin: 30px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .about .exp-content ul li {
            font-size: 10px;
            font-weight: 500;
            letter-spacing: 4px;
            text-transform: uppercase;
        }

            .about .exp-content ul li:after {
                content: '/';
                position: relative;
                margin: 0 15px;
                color: #777;
            }

            .about .exp-content ul li:last-of-type:after {
                display: none;
            }

.about .ab-exp .pattern {
    height: 100%;
    width: 100%;
}

.about .ab-exp .years-exp {
    position: relative;
    height: 100%;
    width: 100%;
    border: 10px solid #f8f4f3;
}

    .about .ab-exp .years-exp .exp-text {
        position: absolute;
        bottom: 40px;
        left: -10px;
        padding: 10px 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background: #fff;
    }

        .about .ab-exp .years-exp .exp-text h2 {
            font-size: 70px;
            line-height: 1;
            display: inline-block;
            position: relative;
            z-index: 2;
        }

            .about .ab-exp .years-exp .exp-text h2:after {
                content: '';
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #f8f4f3;
                position: absolute;
                right: -15px;
                top: -15px;
                z-index: -1;
            }

        .about .ab-exp .years-exp .exp-text h6 {
            font-size: 14px;
        }

.about .specialty ul {
    margin: 0;
}

    .about .specialty ul li {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 0 0 15px;
        border-bottom: 1px solid #f1f1f1;
        margin-bottom: 30px;
    }

        .about .specialty ul li span {
            font-size: 14px;
            font-weight: 300;
            color: #999;
            margin-right: 30px;
        }

        .about .specialty ul li:last-of-type {
            margin-bottom: 0;
        }

.about .pat {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    z-index: 2;
}

    .about .pat:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .94;
    }

.intro-section .item h6 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* ====================== [ End Intro ] ====================== */


/* ====================== [ Start services ] ====================== */

.services .bord-box {
    overflow: hidden;
}

.services .box-top {
    position: relative;
    margin-top: -80px;
    z-index: 4;
}

.services .feat-top {
    padding: 100px 80px;
    position: relative;
    width: 80%;
    margin-top: -40px;
    z-index: 3;
}

    .services .feat-top .notfull {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        -o-transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        transition: all 0.7s cubic-bezier(1, 0, 0.25, 1);
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

        .services .feat-top .notfull.animated {
            width: 100%;
        }

.services .item-bx {
    padding: 20px 20px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-right-color: rgb(238, 238, 238);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    min-height: 390px;
}

.about-page {
    padding: 1em 0 0;
}

.search-wrapper.about-wrapper {
    padding: 20px 0 0;
}

.services.aboutareas .item-bx {
    min-height: 340px;
}

.services.aboutareas .bord-box {
    overflow: hidden;
    padding: 0 25px;
}

.services .item-bx i {
    position: relative;
    top: 2px;
}

.services .item-bx:last-of-type {
    border-right: 1px solid #eee;
}

.services .item-bx:hover {
    background-color: #000;
    color: #fff;
}

    .services .item-bx:hover p {
        color: #eee;
    }

    .services .item-bx:hover .more {
        color: #b19777;
    }

.services .item-bx .numb {
    font-size: 60px;
    margin-bottom: 10px;
    color: transparent;
    -webkit-text-stroke: 2px #dba42f;
    line-height: 50px;
}

.services .item-bx .icon {
    font-size: 60px;
    color: #b19777;
    margin-bottom: 30px;
}

.services .item-bx .more {
    font-size: 20px;
}

.services .item-bx.bg-img {
    position: relative;
    border: 0;
    z-index: 2;
}

    .services .item-bx.bg-img:hover:after {
        background: rgba(0, 0, 0, 0.6);
    }

    .services .item-bx.bg-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        z-index: -1;
    }

.services .item-sm h6 {
    font-weight: 600;
    font-size: 18px;
}

.services .item-sm .numb {
    font-size: 40px;
    font-weight: 400;
    color: #b19777;
    padding-right: 70px;
    line-height: 1;
    position: relative;
}

    .services .item-sm .numb:after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: 10px;
        background: #ddd;
        width: 50px;
        height: 1px;
    }

.services.halfbg .background {
    height: 70vh;
}

.services.halfbg .ontop {
    position: relative;
    margin-top: -120px;
    z-index: 3;
}

    .services.halfbg .ontop .item-bx:hover {
        background: #b19777;
    }

        .services.halfbg .ontop .item-bx:hover .numb,
        .services.halfbg .ontop .item-bx:hover .more {
            color: #fff;
        }


/* ====================== [ End services ] ====================== */


/* ====================== [ Start brands ] ====================== */

.brands .box-top {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 45px rgba(10, 10, 10, 0.06);
    box-shadow: 0 0 45px rgba(10, 10, 10, 0.06);
    border-radius: 20px;
    position: relative;
    margin-top: -50px;
    z-index: 3;
}

    .brands .box-top .item {
        text-align: center;
        margin: 15px 0;
    }


/* ====================== [ End brands ] ====================== */


/* ====================== [ Start Numbers & Counter  ] ====================== */

.numbers .item {
    position: relative;
}

    .numbers .item:after {
        width: 35px;
        height: 35px;
        bottom: 0;
        background: #f7f7f7;
    }

    .numbers .item:before {
        width: 0;
        height: 0;
        border-top: 35px solid transparent;
        border-right: 35px solid #f7f7f7;
        bottom: 35px;
    }

    .numbers .item:before,
    .numbers .item:after {
        content: '';
        position: absolute;
        right: 20%;
        z-index: -1;
    }

    .numbers .item h3 {
        margin-bottom: 10px;
    }

        .numbers .item h3 span {
            font-size: 60px;
            color: #dba42f;
        }

        .numbers .item h3 i {
            font-size: 30px;
            font-weight: 300;
            font-style: normal;
            color: #777;
            margin-left: 15px;
        }

    .numbers .item h6 {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


/* ====================== [ End Numbers & Counter  ] ====================== */


/* ====================== [ Start Work ] ====================== */

.portfolio .filtering .filter {
    padding: 15px;
}

    .portfolio .filtering .filter.box {
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        display: inline-block;
    }

.portfolio .filtering span {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

    .portfolio .filtering span.active {
        color: #b19777;
    }

    .portfolio .filtering span:after {
        content: '';
        width: 7px;
        height: 7px;
        background: #b19777;
        border-radius: 50%;
        position: absolute;
        right: -24px;
        top: 40%;
    }

    .portfolio .filtering span:last-of-type:after {
        display: none;
    }

.portfolio .gallery .items {
    padding: 0 15px;
}

    .portfolio .gallery .items .item-img {
        overflow: hidden;
        position: relative;
        height: 440px;
    }

        .portfolio .gallery .items .item-img > a {
            display: block;
        }

        .portfolio .gallery .items .item-img:hover .item-img-overlay {
            opacity: 1;
            visibility: visible;
        }

        .portfolio .gallery .items .item-img img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        .portfolio .gallery .items .item-img:after,
        .portfolio .gallery .items .item-img:before {
            content: '';
            position: absolute;
            background: #fff;
            z-index: 2;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

        .portfolio .gallery .items .item-img:after {
            width: 50px;
            height: 1px;
            top: 50%;
            left: -100px;
        }

        .portfolio .gallery .items .item-img:before {
            height: 50px;
            width: 1px;
            left: 50%;
            top: -100px;
        }

        .portfolio .gallery .items .item-img:hover:after {
            left: 50%;
            -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
            transform: translateX(-25px);
        }

        .portfolio .gallery .items .item-img:hover:before {
            top: 50%;
            -webkit-transform: translateY(-25px);
            -ms-transform: translateY(-25px);
            transform: translateY(-25px);
        }

    .portfolio .gallery .items .item-img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(38, 38, 40, 0.5);
        text-align: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        visibility: hidden;
    }

    .portfolio .gallery .items .info {
        background-image: url(../img/line-pattern.png);
        padding: 10px 20px;
    }

        .portfolio .gallery .items .info h5 {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .portfolio .gallery .items .info span {
            color: #777;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 4px;
        }

.portfolio .gallery.twsty .items {
    width: 50%;
}

.portfolio .gallery.twsty .four-column {
    width: 25% !important;
}

    .portfolio .gallery.twsty .four-column .item-img {
        height: 300px;
    }

.portfolio .gallery.twsty .three-column {
    width: 33.333333% !important;
}

.portfolio .gallery.inf-lit .items {
    position: relative;
}

    .portfolio .gallery.inf-lit .items:hover .info {
        opacity: 1;
        -webkit-transform: translate(0) skew(0);
        -ms-transform: translate(0) skew(0);
        transform: translate(0) skew(0);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .portfolio .gallery.inf-lit .items .info {
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 15px;
        width: 90%;
        padding: 15px;
        -webkit-transform: translateX(-30px) translateY(30px) skew(10deg);
        -ms-transform: translateX(-30px) translateY(30px) skew(10deg);
        transform: translateX(-30px) translateY(30px) skew(10deg);
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .portfolio .gallery.inf-lit .items .info h5 {
            font-weight: 600;
            text-transform: capitalize;
        }

        .portfolio .gallery.inf-lit .items .info span {
            text-transform: capitalize;
            letter-spacing: 1px;
        }

.portfolio.full-bg {
    position: relative;
}

    .portfolio.full-bg .cluom {
        height: 90vh;
        padding: 0;
        position: relative;
        z-index: 2;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

        .portfolio.full-bg .cluom.current {
            background: rgba(0, 0, 0, 0.3);
        }

        .portfolio.full-bg .cluom:hover .info {
            color: inherit;
        }

            .portfolio.full-bg .cluom:hover .info:after {
                height: 100%;
            }

        .portfolio.full-bg .cluom:hover .more {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .portfolio.full-bg .cluom .info {
            padding: 40px 10px 40px 20px;
            color: #fff;
            position: relative;
            z-index: 2;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
            overflow: hidden;
        }

            .portfolio.full-bg .cluom .info:after {
                content: '';
                position: absolute;
                top: 0;
                left: -2%;
                width: 104%;
                height: 0;
                background: #fff;
                z-index: -1;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

            .portfolio.full-bg .cluom .info h6 {
                font-size: 11px;
                font-weight: 400;
                letter-spacing: 4px;
                text-transform: uppercase;
                margin-bottom: 10px;
            }

            .portfolio.full-bg .cluom .info h5 {
                font-size: 21px;
            }

        .portfolio.full-bg .cluom .more {
            position: absolute;
            bottom: 50px;
            right: 50px;
            color: #fff;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px);
            opacity: 0;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
            transition: all .4s;
        }

            .portfolio.full-bg .cluom .more i {
                font-size: 10px;
                margin-left: 2px;
            }

    .portfolio.full-bg .glry-img,
    .portfolio.full-bg .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .portfolio.full-bg .glry-img {
        overflow: hidden;
    }

        .portfolio.full-bg .glry-img .bg-img {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
            opacity: 0;
            -webkit-transition: all .7s;
            -o-transition: all .7s;
            transition: all .7s;
            background-size: cover;
            background-position: center center;
        }

            .portfolio.full-bg .glry-img .bg-img.current {
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }

.work-carousel .swiper-slide {
    padding: 0px 15px;
}

.work-carousel .swiper-button-next,
.work-carousel .swiper-button-prev {
    color: #000;
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .work-carousel .swiper-button-next:after,
    .work-carousel .swiper-button-prev:after {
        display: none;
    }

.work-carousel:hover .swiper-button-next,
.work-carousel:hover .swiper-button-prev {
    opacity: 1;
}

.work-carousel .content {
    position: relative;
}

    .work-carousel .content .item-img {
        position: relative;
        height: 480px;
        line-height: 0;
    }

    .work-carousel .content:hover .item-ig {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    .work-carousel .content .cont {
        color: #fff;
        margin-top: 30px;
        text-align: center;
    }

        .work-carousel .content .cont h6 {
            color: #b19777;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 10px;
        }

        .work-carousel .content .cont h4 {
            font-weight: 600;
            font-size: 24px;
        }

.work-carousel.dark {
    background: #252531 !important;
    color: #fff;
}


/* ====================== [ End Work ] ====================== */


/* ====================== [ Start services ] ====================== */

.process .coulmn {
    position: relative;
}

    .process .coulmn:after {
        position: absolute;
        content: '';
        width: 75px;
        border-top: 2px dashed #b19777;
        top: 75px;
        right: -35px;
    }

.process .item {
    text-align: center;
}

    .process .item .bg-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto 30px;
        text-align: center;
        position: relative;
    }

        .process .item .bg-img:after {
            content: '';
            position: absolute;
            top: 7px;
            left: 7px;
            right: 7px;
            bottom: 7px;
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.25);
        }

        .process .item .bg-img h3 {
            color: #fff;
            font-size: 40px;
            font-weight: 300;
            line-height: 150px;
            position: relative;
            z-index: 3;
        }


/* ====================== [ End services ] ====================== */


/* ====================== [ Start progress bar ] ====================== */

.skills-circle .skill {
    position: relative;
}

    .skills-circle .skill span {
        width: 150px;
        height: 150px;
        line-height: 150px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-75px) translateY(-98px);
        -ms-transform: translateX(-75px) translateY(-98px);
        transform: translateX(-75px) translateY(-98px);
        font-size: 40px;
        font-weight: 300;
    }

    .skills-circle .skill h6 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 20px;
    }

.skills-sec .skill-item {
    margin-bottom: 50px;
}

    .skills-sec .skill-item:last-of-type {
        margin-bottom: 0;
    }

.skills-sec h6 {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.skills-sec .skill-progress {
    height: 7px;
    background-color: #f7f7f7;
    position: relative;
}

    .skills-sec .skill-progress .progres {
        position: absolute;
        height: 100%;
        width: 0;
        top: 0;
        left: 0;
        background-color: #333;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s;
    }

        .skills-sec .skill-progress .progres:after {
            content: attr(data-value);
            position: absolute;
            right: 10px;
            top: -30px;
            font-size: 20px;
            font-weight: 100;
        }

        .skills-sec .skill-progress .progres:before {
            content: '';
            width: 1px;
            height: 30px;
            background: #333;
            position: absolute;
            right: 0;
            bottom: 0;
        }

.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

    .play-button svg {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.circle-fill circle {
    opacity: 1;
    fill: rgba(255, 255, 255, 0.1);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: #b19777;
}

    .play-button.color .circle-fill circle {
        fill: rgba(177, 151, 119, 0.2);
    }


/* ====================== [ End progress bar ] ====================== */


/* ====================== [ Start tabs before & after section ] ====================== */

.after-before {
    position: relative;
    color: #fff;
}

    .after-before .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        z-index: -1;
    }

    .after-before .dotsbg {
        position: relative;
    }

        .after-before .dotsbg:after {
            content: '';
            background-image: url(../img/line-pattern1.png);
            background-repeat: repeat;
            position: absolute;
            bottom: -60px;
            left: 10%;
            right: 10%;
            height: 40%;
            z-index: -1;
        }


/* ====================== [ Start tabs before & after section ] ====================== */


/* ====================== [ 20 Start call-action ] ====================== */

.call-action {
    background-color: #020202;
    color: #fff;
}

    .call-action.gray {
        background: #f8f8f8;
    }

        .call-action.gray .content h6 {
            color: #777;
            font-size: 14px;
            font-weight: 500;
        }

            .call-action.gray .content h6 span {
                color: #777;
            }

        .call-action.gray .content h2 {
            font-size: 5vw;
            font-weight: 700;
            margin-bottom: 20px;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #333;
        }

            .call-action.gray .content h2 b span {
                color: #333;
                -webkit-text-stroke-width: 0;
            }

        .call-action.gray .tlink {
            border-bottom: 1px solid #333;
        }

    .call-action:before {
        background-image: url(../../../../www.smartinnovates.com/uithemez/archo/img/giphy.html);
        background-repeat: repeat;
        opacity: .04;
    }

    .call-action.nogif {
        position: relative;
        padding: 80px 0;
        background: #0a0a0a;
        z-index: 2;
        overflow: hidden;
    }

        .call-action.nogif:before {
            display: none;
        }

        .call-action.nogif:after {
            content: '';
            height: 0;
            width: 100%;
            position: absolute;
            top: auto;
            right: 0;
            bottom: 0;
            -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            background: #0c0c0c;
            z-index: -1;
        }

        .call-action.nogif:hover:after {
            height: 100%;
            top: 0;
            bottom: auto;
        }

    .call-action .content h6 {
        color: #b19777;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

        .call-action .content h6 span {
            color: #b19777;
        }

    .call-action .content h2 {
        font-size: 6vw;
        font-weight: 800;
        margin-bottom: 20px;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
        color: transparent;
    }

        .call-action .content h2 span {
            color: transparent;
        }

        .call-action .content h2 .word {
            margin-right: 15px;
        }

        .call-action .content h2 b span {
            color: #fff;
            -webkit-text-stroke-width: 0;
        }

    .call-action .content p {
        font-size: 17px;
        font-weight: 300;
    }

    .call-action .tlink {
        margin-left: auto;
        border-bottom: 1px solid #eee;
    }

    .call-action.next {
        position: relative;
        z-index: 2;
        overflow: hidden;
    }

        .call-action.next:after {
            display: none;
        }

        .call-action.next:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            background: #0a0a0a;
            opacity: 1;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        .call-action.next .content h2 {
            font-size: 5vw;
            font-weight: 700;
        }

            .call-action.next .content h2 b {
                font-weight: 700;
            }

        .call-action.next .nxt-img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: scale(1.4);
            -ms-transform: scale(1.4);
            transform: scale(1.4);
            background-size: cover;
            background-position: center;
            z-index: -1;
            -webkit-transition: all 1s linear;
            -o-transition: all 1s linear;
            transition: all 1s linear;
        }

        .call-action.next:hover:before {
            opacity: .9;
        }

        .call-action.next:hover .nxt-img {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 10s linear;
            -o-transition: all 10s linear;
            transition: all 10s linear;
        }

.video-wrapper {
    min-height: 500px;
}

    .video-wrapper .vid {
        position: relative;
        z-index: 8;
    }

        .video-wrapper .vid .vid-butn:hover .icon {
            color: #fff;
        }

            .video-wrapper .vid .vid-butn:hover .icon:before {
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

        .video-wrapper .vid .vid-butn .icon {
            color: #212529;
            width: 100px;
            height: 100px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            line-height: 100px;
            text-align: center;
            font-size: 17px;
            position: relative;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

            .video-wrapper .vid .vid-butn .icon:after {
                content: '';
                position: absolute;
                top: 5px;
                bottom: 5px;
                right: 5px;
                left: 5px;
                border: 1px solid #eee;
                border-radius: 50%;
                z-index: -1;
            }

            .video-wrapper .vid .vid-butn .icon:before {
                content: '';
                position: absolute;
                top: 5px;
                bottom: 5px;
                right: 5px;
                left: 5px;
                background: #fff;
                border-radius: 50%;
                z-index: -1;
                -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
                transition: all 0.5s cubic-bezier(1, 0, 0, 1);
            }


/* ====================== [ End call-action ] ====================== */


/* ====================== [ Start Team ] ====================== */

.team {
    position: relative;
}

    .team .team-container {
        width: 140%;
        position: relative;
    }

        .team .team-container:after {
            content: '';
            position: absolute;
            top: -120px;
            bottom: -120px;
            right: 0;
            width: 80%;
            background: #f8f4f3;
            z-index: -1;
        }

    .team .item {
        padding: 0 15px;
    }

        .team .item .img {
            position: relative;
            overflow: hidden;
        }

            .team .item .img:hover:after {
                opacity: .5;
            }

            .team .item .img:hover .social {
                opacity: 1;
                left: 0;
            }

            .team .item .img:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #111;
                opacity: 0;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

            .team .item .img .social {
                position: absolute;
                top: 0;
                left: -40px;
                background-color: #fff;
                padding: 20px 10px;
                z-index: 2;
                opacity: 0;
                -webkit-transition: all .4s;
                -o-transition: all .4s;
                transition: all .4s;
            }

                .team .item .img .social a {
                    display: block;
                    font-size: 13px;
                    margin-top: 10px;
                    color: #b19777;
                }

        .team .item .info {
            margin-top: 20px;
            text-align: center;
        }

            .team .item .info h5 {
                font-size: 18px;
                margin-bottom: 2px;
            }

            .team .item .info span {
                color: #777;
                font-size: 14px;
            }

    .team .slick-dots {
        bottom: -40px;
    }

        .team .slick-dots li.slick-active button {
            background: #b19777;
        }

        .team .slick-dots li button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            opacity: .8;
        }

            .team .slick-dots li button:before {
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 50%;
                position: absolute;
                top: 4px;
                left: 4px;
                line-height: 1;
                background: #b19777;
                opacity: 1;
            }

    .team .dots-half {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70%;
        z-index: -2;
    }


/* ====================== [ End Team ] ====================== */


/* ====================== [ Start Testimonials ] ====================== */

.testimonials.grid .testim {
    position: relative;
}

    .testimonials.grid .testim .slick-track {
        padding-top: 15px;
    }

.testimonials.grid .item {
    position: relative;
    margin: 0 20px;
}

    .testimonials.grid .item .quote-icon {
        position: absolute;
        top: -20px;
        left: 12%;
        width: 10%;
        z-index: 2;
    }

    .testimonials.grid .item .cont {
        padding: 50px 40px 40px;
        border: 10px solid #f7f7f7;
        border-top: 0;
        position: relative;
    }

        .testimonials.grid .item .cont:after,
        .testimonials.grid .item .cont:before {
            content: '';
            position: absolute;
            height: 10px;
            background: #f7f7f7;
            top: 0;
        }

        .testimonials.grid .item .cont:after {
            width: 75%;
            right: 0;
        }

        .testimonials.grid .item .cont:before {
            width: 5%;
            left: 0;
        }

        .testimonials.grid .item .cont p {
            font-size: 18px;
            font-weight: 400;
            font-style: italic;
            color: #333;
        }

    .testimonials.grid .item .info {
        margin-top: 30px;
        padding-left: 30px;
        position: relative;
    }

        .testimonials.grid .item .info:after {
            content: '';
            width: 0;
            height: 0;
            border-top: 25px solid #f7f7f7;
            border-right: 30px solid transparent;
            position: absolute;
            left: 100px;
            top: -30px;
        }

        .testimonials.grid .item .info .author {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
            display: table-cell;
        }

            .testimonials.grid .item .info .author img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
            }

        .testimonials.grid .item .info h6 {
            display: table-cell;
            vertical-align: middle;
            padding-left: 20px;
            font-size: 16px;
        }

            .testimonials.grid .item .info h6 span {
                color: #b19777;
                font-size: 13px;
                font-weight: 400;
                margin-top: 5px;
                display: block;
            }

.testimonials.grid .lit-box .cont {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonials.grid .lit-box .info:after {
    border-top-color: #fff !important;
}

.testimonials.grid .navs {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

    .testimonials.grid .navs span {
        padding: 10px 20px;
        background: #f8f4f3;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
    }

        .testimonials.grid .navs span:hover {
            background: #b19777;
            color: #fff;
        }

    .testimonials.grid .navs .next {
        left: auto;
        right: 0;
    }

.testimonials.bg-img .item .cont {
    border-color: rgba(255, 255, 255, 0.15);
}

    .testimonials.bg-img .item .cont:after,
    .testimonials.bg-img .item .cont:before {
        background: rgba(255, 255, 255, 0.15);
    }

    .testimonials.bg-img .item .cont p {
        color: #fff;
    }

.testimonials.bg-img .item .info:after {
    border-top-color: rgba(255, 255, 255, 0.15);
}

.testimonials.bg-img .navs span {
    color: #b19777;
}

    .testimonials.bg-img .navs span:hover {
        background: #b19777;
        color: #fff;
    }


/* ====================== [ End Testimonials ] ====================== */


/* ====================== [ Start Blog ] ====================== */

.blog-grid {
    position: relative;
}

    .blog-grid .item .post-img .img {
        overflow: hidden;
    }

    .blog-grid .item .post-img:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .blog-grid .item .post-img img {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .blog-grid .item .cont {
        position: relative;
        padding: 40px 30px 0;
        width: 92%;
        margin-left: 8%;
        margin-top: -40px;
        background: #fff;
    }

    .blog-grid .item .info {
        margin-bottom: 15px;
    }

        .blog-grid .item .info a {
            color: #777;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 1px;
            margin-right: 10px;
        }

            .blog-grid .item .info a:last-of-type {
                margin-right: 0;
            }

            .blog-grid .item .info a i {
                margin-right: 2px;
            }

        .blog-grid .item .info .tag {
            color: #b19777;
            font-weight: 600;
            float: right;
        }

    .blog-grid .item h5 {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .blog-grid .item .more {
        color: #b19777;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid #b19777;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

        .blog-grid .item .more:hover {
            border-color: transparent;
        }

    .blog-grid.center .item {
        text-align: center;
    }

        .blog-grid.center .item .cont {
            margin-left: 4%;
            padding: 40px;
        }

            .blog-grid.center .item .cont h5 {
                font-size: 21px;
            }

.blog-pg .posts .item .img {
    position: relative;
}

    .blog-pg .posts .item .img .info {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px;
        background: #fff;
    }

        .blog-pg .posts .item .img .info .date {
            text-align: center;
            color: #b19777;
        }

            .blog-pg .posts .item .img .info .date .num {
                display: block;
                font-size: 30px;
                font-weight: 700;
                margin-bottom: 10px;
                padding-bottom: 10px;
                position: relative;
            }

                .blog-pg .posts .item .img .info .date .num:after {
                    content: '';
                    width: 30px;
                    height: 1px;
                    background: #eee;
                    position: absolute;
                    bottom: 0;
                    left: calc(50% - 15px);
                }

            .blog-pg .posts .item .img .info .date h5 {
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

.blog-pg .posts .item .content {
    padding-top: 25px;
}

    .blog-pg .posts .item .content .tags {
        margin-bottom: 10px;
    }

        .blog-pg .posts .item .content .tags a {
            font-size: 12px;
            font-weight: 500;
            color: #b19777;
            padding-right: 20px;
            position: relative;
        }

            .blog-pg .posts .item .content .tags a:after {
                content: '';
                width: 8px;
                height: 2px;
                background: #eee;
                position: absolute;
                right: 4px;
                top: 50%;
            }

            .blog-pg .posts .item .content .tags a:last-of-type {
                padding-right: 0;
            }

                .blog-pg .posts .item .content .tags a:last-of-type:after {
                    display: none;
                }

    .blog-pg .posts .item .content h4 {
        font-weight: 700;
        line-height: 1.6;
        margin-bottom: 5px;
    }

    .blog-pg .posts .item .content .more {
        margin-top: 20px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-left: 60px;
        position: relative;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .blog-pg .posts .item .content .more:after {
            content: '';
            width: 50px;
            height: 1px;
            background: #090909;
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        .blog-pg .posts .item .content .more:hover {
            padding-left: 40px;
        }

            .blog-pg .posts .item .content .more:hover:after {
                width: 30px;
            }

.blog-pg .posts .pagination {
    margin: 80px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: center;
}

    .blog-pg .posts .pagination span {
        text-align: center;
        margin: 0 2px;
    }

        .blog-pg .posts .pagination span a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            border: 1px solid #eee;
            font-size: 18px;
        }

        .blog-pg .posts .pagination span.active a {
            border-color: #b19777;
            color: #b19777;
        }

.blog-pg.single .post .title-head {
    text-align: center;
    margin-bottom: 50px;
}

    .blog-pg.single .post .title-head h2 {
        margin-bottom: 10px;
    }

    .blog-pg.single .post .title-head a {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0 10px;
    }

.blog-pg.single .post .main-img .simpleParallax {
    height: 70vh;
    max-height: 600px;
}

.blog-pg.single .post .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.blog-pg.single .post .content p {
    color: #555;
    font-size: 16px;
    font-family: inherit;
    margin: 30px 0;
}

.blog-pg.single .post .content ul li {
    margin: 10px 0;
}

    .blog-pg.single .post .content ul li span {
        margin-right: 10px;
        font-weight: 500;
        font-size: 13px;
    }

.blog-pg.single .post .content .quotes {
    background: #fafafa;
    padding: 30px;
    margin: 30px 0;
}

    .blog-pg.single .post .content .quotes p {
        color: #111;
        font-size: 18px;
        font-style: italic;
    }

.blog-pg.single .post .content .spacial p {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

.blog-pg.single .post .content .share-info {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .blog-pg.single .post .content .share-info .social a {
        font-size: 13px;
        margin-right: 20px;
    }

    .blog-pg.single .post .content .share-info .tags {
        margin-left: auto;
    }

        .blog-pg.single .post .content .share-info .tags a {
            font-size: 12px;
            margin: 0 10px;
        }

.blog-pg.single .post .author {
    padding: 30px;
    margin-top: 40px;
    background: #fafafa;
}

    .blog-pg.single .post .author .author-img {
        display: table-cell;
        vertical-align: middle;
        width: 140px;
    }

    .blog-pg.single .post .author .info {
        display: table-cell;
        padding-left: 40px;
    }

        .blog-pg.single .post .author .info h6 {
            margin-bottom: 10px;
            font-size: 15px;
        }

            .blog-pg.single .post .author .info h6 span {
                font-weight: 700;
                text-transform: uppercase;
                margin-right: 10px;
            }

        .blog-pg.single .post .author .info p {
            padding: 0;
            margin: 0;
        }

        .blog-pg.single .post .author .info .social {
            margin-top: 15px;
            font-size: 13px;
        }

            .blog-pg.single .post .author .info .social a {
                margin-right: 15px;
            }

.blog-pg.single .pagination {
    margin-top: 80px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .blog-pg.single .pagination span {
        width: 100%;
        padding: 20px;
        border-right: 1px solid #eee;
        border-left: 1px solid #eee;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .blog-pg.single .pagination .icon {
        border: 0;
        width: 70px;
    }

.blog-pg.single .comments-area {
    margin-top: 80px;
}

    .blog-pg.single .comments-area .item {
        padding: 30px 0;
        margin: 30px 0;
        border-bottom: 1px solid #eee;
    }

        .blog-pg.single .comments-area .item.relped {
            margin-left: 100px;
        }

        .blog-pg.single .comments-area .item .comment-img {
            display: table-cell;
            width: 80px;
        }

        .blog-pg.single .comments-area .item .info {
            display: table-cell;
            vertical-align: middle;
            padding-left: 40px;
            position: relative;
        }

            .blog-pg.single .comments-area .item .info h6 {
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 500;
            }

                .blog-pg.single .comments-area .item .info h6 span {
                    display: block;
                    color: #b19777;
                    font-size: 12px;
                    font-weight: 400;
                    margin-top: 5px;
                }

            .blog-pg.single .comments-area .item .info p {
                line-height: 1.5;
                margin-top: 15px;
            }

            .blog-pg.single .comments-area .item .info .replay {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 13px;
            }

                .blog-pg.single .comments-area .item .info .replay i {
                    margin-left: 5px;
                }

.blog-pg.single .comment-form {
    margin-top: 80px;
}

    .blog-pg.single .comment-form form {
        margin-top: 50px;
    }

        .blog-pg.single .comment-form form input,
        .blog-pg.single .comment-form form textarea {
            width: 100%;
            padding: 17px;
            background: #fafafa;
            border: 0;
        }

        .blog-pg.single .comment-form form textarea {
            height: 140px;
        }

        .blog-pg.single .comment-form form button {
            cursor: pointer;
        }

.next-project {
    position: relative;
    padding: 80px 0;
    margin-top: 90px;
    background: #fafafa;
    z-index: 2;
    overflow: hidden;
}

    .next-project:before {
        display: none;
    }

    .next-project:after {
        content: '';
        height: 0;
        width: 100%;
        position: absolute;
        bottom: auto;
        right: 0;
        top: 0;
        -webkit-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        -o-transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        transition: height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
        background: #f5f5f5;
        z-index: -1;
    }

    .next-project:hover:after {
        height: 100%;
        bottom: 0;
        top: auto;
    }

    .next-project .content {
        width: 100%;
    }

        .next-project .content h2 {
            font-size: 90px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 4px;
            margin-bottom: 20px;
        }

        .next-project .content p {
            font-size: 18px;
            color: #555;
        }


/* ====================== [ End Blog ] ====================== */


/* ====================== [ Start contact ] ====================== */

.cont-map {
    position: relative;
    z-index: 2;
}

    .cont-map .contact-form form {
        position: relative;
        top: -50px;
        right: -50px;
        padding: 60px 30px;
        background: #fff;
        -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
        border: 10px solid #f7f7f7;
        border-radius: 5px;
    }

        .cont-map .contact-form form input,
        .cont-map .contact-form form textarea {
            padding: 15px;
            background: #f7f7f7;
            border: 0;
            width: 100%;
        }

        .cont-map .contact-form form textarea {
            height: 160px;
        }

    .cont-map .contact-map {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        z-index: -1;
    }

        .cont-map .contact-map .map {
            height: 100%;
        }

    .cont-map .contact-form,
    .cont-map .contact-map {
        padding: 0;
    }

    .cont-map .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 30%;
        z-index: -1;
    }

.contact .info .item {
    padding: 40px 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .contact .info .item .icon {
        font-size: 30px;
        color: #999;
        padding-right: 30px;
    }

    .contact .info .item .cont h6 {
        font-size: 20px;
        color: #b19777;
        margin-bottom: 10px;
    }

    .contact .info .item .cont p {
        font-size: 13px;
    }

.contact .map-box {
    padding: 0;
}

    .contact .map-box .map {
        height: 100%;
    }

.contact .form {
    padding: 120px 5%;
}

    .contact .form input,
    .contact .form textarea {
        padding: 15px;
        background: #f7f7f7;
        border: 0;
        width: 100%;
    }

    .contact .form textarea {
        height: 160px;
    }


/* ====================== [ End contact ] ====================== */


/* ====================== [ Start Footer ] ====================== */

.footer-section {
    padding: 50px 0 0;
}

    .footer-section.dark {
        background: #252531;
        color: #fff;
    }

.page-title.dark {
    background: #f8f9fa !important;
    color: #000;
    height: 80px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.page-breakcrumb,
.pagemaintitle {
    width: 100%;
    text-align: center;
    clear: both;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.footer-section .abot p {
    font-size: 13px;
    color: #fff;
}

.footer-section .abot .social-icon {
    .page-title.dark

{
    background-image: url(../img/pattern-fdesk-dark.svg);
    color: #000;
    height: 180px;
    background-repeat: repeat no-repeat;
    background-position: bottom;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

margin-top: 20px;
}

.footer-section .abot .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: #dba42f;
    color: #252531;
}

    .footer-section .abot .social-icon a:hover {
        border-color: #dba42f;
        color: #fff;
        background: #252531;
    }

.footer-section .usful-links ul {
    margin: 0;
}

    .footer-section .usful-links ul li {
        font-size: 13px;
        margin-bottom: 10px;
    }

        .footer-section .usful-links ul li:hover {
            color: #b19777;
        }

        .footer-section .usful-links ul li i {
            font-size: 10px;
            color: #b19777;
            margin-right: 5px;
        }

.footer-section .fothead h6 {
    color: #dba42f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.footer-section .fotcont .fothead h6 {
    position: relative;
    padding-bottom: 10px;
}

    .footer-section .fotcont .fothead h6::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        background: rgba(255, 255, 255, 0.1);
        height: 1px;
        left: 0;
    }

.footer-section .fotcont p {
    font-size: 13px;
    color: #fff;
}

.footer-section .bottom-footer {
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.02);
}

    .footer-section .bottom-footer p {
        font-size: 13px;
        color: #fff;
    }

.fotcont a {
    font-size: 13px;
}

.item.fotcont i {
    font-size: 9px;
}

.item.fotcont .social-icon i {
    font-size: 14px;
}


/* ====================== [ End Footer ] ====================== */


/* Login page Start */

.signupform {
    padding: 3em 0;
}

.agile_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.w3l_form {
    padding: 0px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}

.w3_info {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    box-sizing: border-box;
    padding: 2em 2em;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

    .w3_info.w3_info_register {
        -webkit-flex-basis: 100%;
        padding: 2em 2em;
        min-height: 300px;
    }

        .w3_info.w3_info_register p {
            padding-bottom: 10px;
        }

.btn-danger:hover {
    color: #fff;
    background-color: #252531;
    border-color: #dba42f;
}

.left_grid_info {
    padding-right: 3em;
}

    .left_grid_info h1 {
        font-size: 45px;
        margin: 1em 0em .2em 0em;
        color: #333;
        font-weight: 700;
    }

    .left_grid_info p {
        margin: 0 0 20px 0;
        color: #000;
        letter-spacing: 1px;
        line-height: 1.3em;
        font-size: 14px;
        font-weight: 400;
    }

.w3_info h2 {
    display: inline-block;
    font-size: 26px;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 2px;
    text-transform: capitalize;
}

.w3_info p {
    padding-bottom: 30px;
}

.w3_info label {
    margin: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 0px;
}

.input-group {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 3px 10px;
    border: 1px solid #ddd;
    background: #fff;
}

    .input-group span.fa {
        font-size: 16px;
        vertical-align: middle;
        box-sizing: border-box;
        float: left;
        text-align: center;
        width: 6%;
        padding: 15px 0px;
        color: #252531;
        position: relative;
        z-index: 2;
    }

.contactfrm .input-group span {
    color: #666;
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 6%;
    padding: 15px 0px;
}

.w3_info.w3_info_register span {
    color: #666;
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 6%;
    padding: 10px 0px;
}

    .w3_info.w3_info_register span.requored-t {
        float: none;
        color: #ec3c3c;
        width: auto;
        padding: 0;
    }

.w3_info.w3_info_register input[type="Password"],
.w3_info.w3_info_register input[type="text"],
.w3_info.w3_info_register input[type="email"] {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    padding: 10px 40px 10px 40px;
    font-size: 13px;
    letter-spacing: 0;
    height: 43px;
}

.w3_info.w3_info_register .input-group {
    margin-bottom: 15px;
    margin-top: 0;
}

input[type="email"],
input[type="Password"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    padding: 14px 40px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

input[type="text"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    background: transparent;
}

.w3_info.w3_info_register input[type="text"] {
    border: 0;
    outline: 0;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    padding: 10px 40px 10px 40px;
}

.login-check {
    position: relative;
}

.w3_info .login-check label {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000;
}

.btn-block {
    background: #dba42f;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px 40px;
    letter-spacing: 2px;
    cursor: pointer;
    font-weight: 600;
}

p.account1 {
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 1.5em;
    font-size: 13px;
}

    p.account1 a {
        color: #dba42f;
        font-size: 15px;
        text-decoration: underline;
    }


/* Login page ends */


/* Diamond details start */

.orderMsg {
    color: #e95144;
    font-size: 15px;
    margin-bottom: 20px;
}

    .orderMsg svg {
        animation: iconmove 0.8s infinite;
        vertical-align: top;
        margin-right: 3px;
    }

@keyframes iconmove {
    0% {
        opacity: 100%
    }

    25% {
        opacity: 0
    }

    100% {
        opacity: 50%
    }
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #e95144;
}

svg.icon:not(.icon--full-color) path {
    fill: inherit;
    stroke: inherit;
}

div#aniimated-thumbnials {
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.single_product_description_inner .entry-title {
    color: var(--blue);
    font-family: 'Chronicle Display Bold';
    font-size: 25px;
}

.social-menu li {
    list-style: none;
}

.single_product_description_inner .social-icon {
    margin-bottom: 15px;
}

.single_product_description_inner .read-more {
    margin-bottom: 15px;
}

.card-content .section-title {
    font-size: 25px;
    line-height: 1.5;
}

.product-thumbnail {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
}

    .product-thumbnail img {
        width: 100%;
    }

.single_product_thumbnail {
    margin-bottom: 30px;
}

iframe {
    border: 0;
    margin: 0 auto;
    text-align: center;
}

.single_product_description_inner {
    margin-bottom: 30px;
}

.related_products .entry-title {
    margin-bottom: 0;
}

.single_product_description_inner strong {
    color: var(--blue);
    /* text-transform: uppercase; */
    font-size: 18px;
    font-family: 'Optima nova LT Regular';
}

.alert-theme {
    background: var(--blue);
    border-color: var(--blue);
    color: #f1f1f1;
}

.related_products {
    margin-bottom: 30px;
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-nav .item-slick.slick-slide.slick-active.slick-center {
    border-color: var(--blue);
    opacity: 1;
}

.slider-nav .item-slick.slick-slide {
    opacity: .8;
    float: none;
}

.infotitle {
    color: #dba42f;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid;
}

.product-specs__listing-wrap-inner {
    display: table;
    width: 100%;
    background: linear-gradient(to bottom, #fff, #fff 50%, #f8f8f8 50%, #f8f8f8);
    background-size: auto;
    background-size: 100% 80px;
}

.product-specs__listing-left,
.product-specs__listing-right {
    width: 50%;
    float: left;
}

.product-specs__listing-item > div:first-child {
    padding-left: 10px;
}

.product-specs__listing-item > div:first-child {
    font-weight: 600;
}

.product-specs__listing-item > div {
    width: 50%;
    float: left;
    font-size: 14px;
}

.help a {
    color: blue;
}

.product-specs__listing-item {
    line-height: 40px;
    display: inline-block;
    width: 100%;
    float: left;
}

.slider-for {
    margin-bottom: 15px;
}

    .slider-for img {
        width: 100%;
        min-height: 100%;
    }

.slider-nav {
    margin: auto;
}

.slider-diamond {
    padding-right: 0;
}

.slider-nav .item-slick {
    max-width: 93px;
    margin-right: 5px;
    outline: none !important;
    cursor: pointer;
    margin-bottom: 5px;
}

    .slider-nav .item-slick img {
        max-width: 85%;
        background-size: 100%;
        background-position: center;
        border: 0;
        border-radius: 10px;
    }

.slider-nav .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    margin-top: -12px;
}

.slider-nav .slick-prev {
    left: -30px;
}

.slider-nav .slick-next {
    right: -30px;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: var(--gray);
}

    .slider-nav .slick-prev:before,
    .slider-nav .slick-next:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .slider-nav .slick-prev:before,
    .slider-nav .slick-next:before {
        font-size: 25px;
        opacity: 1;
        color: #1d1d1d;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slider-nav .slick-next:before {
        content: '\f0da';
    }

    .slider-nav .slick-prev:before {
        content: '\f0d9';
    }

.d-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

    .d-title span {
        min-width: 90px;
    }

.dA-sub-title {
    font-size: 18px;
    color: #777;
    font-weight: 600;
}

.d-titletbl {
    background: #252531;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.stone-detail-bx-main ul {
    margin-bottom: 0;
}

    .stone-detail-bx-main ul li {
        font-size: 14px;
    }

.stone-detail-bx-main .col-md-6 {
    padding: 5px 0;
}

.d-title.greentxt,
.greentxt {
    color: green;
}

.stone-detail-bx-main ul b {
    font-weight: 600;
}

.navigationicons.d-navigation li {
    border: 0;
    padding: 0;
    margin-right: 20px;
}

.container.product-container {
    max-width: 1300px;
}

.navigationicons.d-navigation li img {
    width: 20px;
    filter: none;
}

.navigationicons.mt-20.d-navigation a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.redtxt {
    color: red;
}

.tblinput {
    width: 100%;
    border: 0;
}

.table.custom-table.table-bordered.offer-table td {
    padding: .45rem .5rem;
    font-size: 14px;
    width: 33.33%;
}

.offer-table select {
    width: 100%;
    border: 0;
    height: 30px;
}

.btnoffer {
    width: 100%;
    border: 0;
    background: #252531;
    color: #fff;
    padding: 5px 0;
}

.d-details-title {
    text-align: left;
    padding: 0 2px;
    padding-bottom: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 17px;
    font-weight: 600;
}

.card-Box p {
    padding-bottom: 10px;
}

.p-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    resize: none;
    height: 100px;
    background: #f9f9f9;
    color: #ccc;
}

.filter-buttons.p-filter-buttons {
    padding: 15px 0;
}

.filter-buttons button {
    font-size: 13px;
    font-weight: 600;
}

.example_b {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #dba42f;
    padding: 7px 10px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}


/* Diamond details ends */


/* Dashboard starts */

.sresult-dash {
    position: absolute;
    right: 20px;
    top: 30px;
}

.userpages ul li {
    display: inline-block;
    margin-right: 50px;
}

    .userpages ul li img {
        width: 25px;
        padding-right: 5px;
    }

    .userpages ul li.active span {
        border-bottom: 2px solid;
    }

.statistic__item {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 20px 30px;
    position: relative;
    min-height: 140px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .statistic__item h2 {
        font-size: 36px;
        font-weight: 900;
        color: #fff;
    }

    .statistic__item .desc {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        color: #fff;
    }

    .statistic__item .icond {
        display: inline-block;
        position: absolute;
        bottom: -50px;
        right: -7px;
    }

        .statistic__item .icond i {
            font-size: 140px;
            color: #fff;
            opacity: .2;
            line-height: 1;
            vertical-align: baseline;
        }

.user-data {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding-top: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.table-data .table thead td {
    font-size: 14px;
}

.table-data__info h6 {
    font-size: 14px;
    color: #666;
}

.table-data__info span {
    font-size: 13px;
}

.user-data .title-3,
.title-3 {
    padding-left: 40px;
    padding-right: 55px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.title-3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    color: #333;
}

    .title-3 i {
        margin-right: 13px;
        vertical-align: baseline;
    }

.table-data {
    height: 472px;
    overflow-y: auto;
}

    .table-data .table td {
        border-top: none;
        border-bottom: 1px solid #f2f2f2;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
        white-space: nowrap;
    }

.statistic__item--green {
    background: #107eff;
}

.statistic__item--orange {
    background: #ffb823;
}

.statistic__item--blue {
    background: #32ce37;
}

.statistic__item--red {
    background: #726acb;
}

.table-data thead tr td {
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    text-transform: uppercase;
}

.role.admin {
    background: #fa4251;
}

.role {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: capitalize;
}

    .role.user {
        background: #00b5e9;
    }

    .role.member {
        background: #57b846;
    }

.rs-select2--sm {
    width: 114px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.au-card--no-pad {
    padding: 0;
}

.au-card--no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.au-card--border {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.au-card {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.au-card--border .au-card-title {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.au-card-title {
    position: relative;
    padding: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-top: 45px;
    padding-bottom: 47px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.au-card--border .au-card-title .bg-overlay {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.au-card-title .bg-overlay {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}

.bg-overlay--black {
    background: rgba(37, 37, 49, 0.9);
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.au-card-title h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
}

.au-task {
    color: #808080;
}

.au-task--border .au-task__title {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-task__title {
    padding: 27px 15px;
    padding-bottom: 27px;
    padding-left: 15px;
    padding-left: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}

.au-task__item-inner .task {
    font-size: 16px;
    margin-bottom: 6px;
}

.au-task__item-inner .time {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
}

.au-task--border .au-task-list {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-task-list {
    height: 424px;
    position: relative;
    overflow-y: auto;
}

.au-task__item {
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.js-select2 {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.au-task__item--danger .au-task__item-inner {
    border-left: 3px solid #fa4251;
}

.au-task__item-inner {
    padding: 26px 15px;
    padding-left: 15px;
    padding-left: 40px;
}

.au-task__item--warning .au-task__item-inner {
    border-left: 3px solid #ffa037;
}

.au-task__item--primary .au-task__item-inner {
    border-left: 3px solid #4272d7;
}

.au-task__item--success .au-task__item-inner {
    border-left: 3px solid #00ad5f;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.account-dropdown__item a i {
    line-height: 1;
    margin-right: 20px;
    font-size: 18px;
    vertical-align: middle;
    color: #555;
}

.setting-menu .account-dropdown__item a {
    color: #555;
}

.au-breadcrumb-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-sidebar3 {
    padding-right: 20px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.navbar-sidebar2 .navbar__list li {
    position: relative;
    cursor: pointer;
}

.has-sub {
    position: relative;
}

.navbar-sidebar3 .navbar__list li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 18px 27px;
    border-bottom: none;
}

.navbar-sidebar2 .navbar__list li a {
    font-size: 14px;
    color: #252531;
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
}

.header-button-item.dash-menuicon {
    margin-top: -5px;
}

.navbar-sidebar2 .navbar__list li a > i {
    margin-right: 20px;
}

.p-b-40 {
    padding-bottom: 20px;
}

.inbox-num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
    width: 30px;
    height: 30px;
    background: #252531;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar-sidebar3 .navbar__list li.active > a {
    background: #ffb823;
    color: #fff;
}

.dash-wrapper {
    padding: 30px 0;
}

.m-t-75 {
    margin-top: 75px;
}

.diamond-wrapper.order-wrapper {
    background: #252531;
    padding: 10px 20px;
}

.orders-box .order-values {
    float: left;
}

td.order-title {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.menu-sidebar2 {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}

.menu-sidebar2__content {
    height: -webkit-calc(100vh - 75px);
    height: -moz-calc(100vh - 75px);
    height: calc(100vh - 75px);
    border-right: 1px solid #e5e5e5;
    position: relative;
    background: #f5f5f5;
}

.copyright1 {
    text-align: center;
    padding: 60px 0;
    padding-top: 60px;
    padding-top: 20px;
}

.page-wrapper {
    overflow: hidden;
    background: #e5e5e5;
    padding-bottom: 8vh;
}

.page-container2 {
    background: #fff;
    padding-left: 300px;
    width: 100%;
}

.header-desktop2 {
    height: 75px;
    background: #f5f5f5;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 300px;
}

    .header-desktop2 .section__content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.section__content {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.header-wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-button2 .header-button-item {
    cursor: pointer;
}

.setting-menu {
    position: fixed;
    min-width: 300px;
    right: -300px;
    top: 54px;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    height: -webkit-calc(100vh - 75px);
    height: -moz-calc(100vh - 75px);
    height: calc(100vh - 75px);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.show-sidebar {
    right: 0;
}

.d-lg-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.setting-menu.d-lg-block {
    right: 0;
}

.account2 {
    padding: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2;
}

.setting-menu .account-dropdown__body {
    border-bottom: 1px solid #f2f2f2;
}

.account-dropdown__body {
    padding: 12px 0;
}

.setting-menu .account-dropdown__item a {
    color: #555;
}

.account-dropdown__item a {
    display: block;
    color: #333;
    padding: 15px 25px;
    font-size: 14px;
}

.header-button2 i {
    color: #000;
    font-size: 18px;
}

.header-button-item {
    margin-right: 10px;
}

.img-cir {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.img-120 {
    width: 90px;
    height: 90px;
}

.account2 .name {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.account2 > a {
    font-size: 14px;
    color: #999;
}

.m-t-75 {
    margin-top: 75px;
}

.au-breadcrumb {
    height: 75px;
    background: #fff;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #f5f5f5;
}

    .au-breadcrumb .section__content {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.section__content--p30 {
    padding: 0;
}

.section__content {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

section {
    position: relative;
}

.statistic {
    padding-top: 57px;
}

.menu-sidebar2 .logo {
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 0 25px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar-sidebar2 .navbar__list li.active {
    background: #252531;
}

    .navbar-sidebar2 .navbar__list li.active a {
        color: #fff;
    }

    .navbar-sidebar2 .navbar__list li.active span {
        background: #ffb823;
        color: #252531;
    }

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.table.dash-order thead th {
    border: 0;
    background: #7d7c80;
    color: #fff;
    padding: .75rem;
    text-align: left;
    white-space: nowrap;
}

.orders-box .o-title {
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
}

.orders-box {
    width: 100%;
}

.o-no {
    font-size: 25px;
    font-weight: 700;
}

.diamond-wrapper {
    color: #fff;
}

.welcome2 {
    background: #252531;
}

.au-breadcrumb-span {
    font-size: 14px;
    color: #999;
    display: inline-block;
}

.au-breadcrumb__list {
    display: inline-block;
    margin-left: 5px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.au-breadcrumb__list .list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.au-breadcrumb__list li {
    font-size: 14px;
    color: #999;
}

.list-inline-item {
    display: inline-block;
}

.m-t-60 {
    margin-top: 60px;
}

.welcome2-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .welcome2-inner .welcome2-greeting {
        width: -webkit-calc(100% - 500px);
        width: -moz-calc(100% - 500px);
        width: calc(100% - 500px);
    }

.welcome2-greeting h1 {
    margin-bottom: 12px;
}

.title-6 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.welcome2-greeting p {
    font-size: 14px;
    color: #808080;
}

.p-b-55 {
    padding-bottom: 55px;
}

.p-t-40 {
    padding-top: 20px;
}

.mlr-30 {
    margin: 0 20px 0 20px;
}

.new-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

table.dash-order.table.custom-table.order-table {
    margin-bottom: 30px;
}

.table tbody tr {
    cursor: pointer;
}

.details-bg {
    background-color: #363739;
    color: #fff;
}

.slider.s-table-details {
    padding: 15px !important;
}

div.slider {
    display: none;
}

tr.details-bg.order-details-bg.active {
    background: #252531;
}

.table.dash-order td {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.active .slider {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.table.dash-order .slider td {
    color: #000;
}

.order-sub-table {
    width: 100%;
}

.table.dash-order .order-sub-table thead th {
    background: #ffffff;
    color: #321900;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #321900;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.table.dash-order .order-sub-table tbody tr:nth-child(2n+1) td {
    background-color: #f9f9f9;
}

.table.dash-order .order-sub-table tbody tr:nth-child(2n) td {
    background-color: #fff;
}

.table.dash-order tbody tr.selectedRow td {
    background: #252531;
    color: #fff;
}

    .table.dash-order tbody tr.selectedRow td img {
        filter: invert(100%);
    }

.order-sub-table tbody td {
    border-bottom: 2px solid #d0d0d0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    padding: 15px 10px;
}


/* Dashboard ends */


/* Compare page start */

.comp-table td.sep {
    padding: 0;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
    color: #321900;
    text-align: left;
}

.table-responsive-comp {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: auto;
}

.table-container.comp-table {
    border: 1px solid #ddd;
}

.sep {
    border-top: 0;
    background: #252531;
    font-weight: 700;
    height: 45px;
    padding: 8px 10px;
    color: #db9730;
    text-align: center;
}

.comp-table td .comp-inner-table td {
    padding: 0;
    border-right: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #ddd !important;
    font-size: 14px;
}

.comp-table td + td,
.comp-table th + th {
    width: 330px;
}

.comp-table td + td,
.comp-table th + th {
    color: #777;
    font-size: 12px;
}

.comp-table td + td,
.comp-table th + th {
    text-align: center;
}

.tab-content.diagram-imgs {
    padding: 20px 0;
}

.comp-table td,
.comp-table th {
    width: 20%;
    text-align: center;
    border: 0 !important;
}

.comp-table td,
.comp-table th {
    display: table-cell !important;
}

.comp-table td,
.comp-table th {
    height: 40px;
    border: 0;
}

.comp-table table.comp-inner-table-td {
    border-right: 0;
    border-left: 0;
}

.kanban-view thead {
    background: #252531;
    text-align: center;
    color: #dba42f;
}

.comp-delete {
    width: 22px;
}

.comp-delete {
    width: 22px;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.thimgs {
    min-height: 240px;
}

.comp-img-wrap {
    margin-top: 0px;
    padding: 0 0 10px 0;
}

    .comp-img-wrap ul {
        text-align: center;
    }

        .comp-img-wrap ul li {
            display: inline-block;
        }

    .comp-img-wrap img {
        width: 25px;
        margin-right: 2px;
    }

.comp-img {
    width: 200px !important;
    height: 195px !important;
    margin-top: 15px;
    border-radius: 20px;
}


/* Compare page ends */


/* Verification */

.accountvarification {
    padding: 120px 0;
    text-align: center;
}

.w3_info.forgot-password {
    margin: 0 auto
}


/* Search Page Start */

.infotitle span {
    float: right;
    color: #232521;
    font-size: 13px;
    padding-top: 10px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    top: 50% !important;
}

.navigationicons li.slinks {
    border: 0;
    border-radius: 5px;
    background: #fcb716;
    color: #232521;
    position: relative;
    top: 2px;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
    top: 0;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #252531;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    background: #ddd;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #ccc;
    width: 30px;
    height: 30px;
    background-size: 50% 50%;
    border-radius: 200%;
}

#myModal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}

.elementor-video {
    width: 100%;
}

.closesave {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 300;
    cursor: pointer;
}

.contactfrm input[type="text"],
.contactfrm textarea {
    font-size: 15px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    padding: 14px 40px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    position:absolute;
    left:0;
    top:0;
}
.contacttextarea{
    height:130px;
}
.contactfrm textarea {
    height: 100%;
    width: 100%;
    resize: none;
}

    .search-options label {
        width: 100%;
    }

#fixedHeader tbody td {
    position: relative;
}

    #fixedHeader tbody td.newtd a {
        margin-left: 10px;
    }

.new {
    position: absolute;
    left: -12px;
    font-size: 12px;
    text-transform: uppercase;
    background: #252531;
    color: #fff;
    padding: 0px 4px;
    top: 16px;
    line-height: 12px;
    font-weight: 600;
    transform: rotate(-90deg);
}

.kanban-view .new {
    left: auto;
    right: 5px;
    border-radius: 0 0 7px 0;
    top: 13px;
}

.seepricecls {
    color: #252531;
    text-decoration: underline;
}

#fixedHeader thead th:first-child::after,
#fixedHeader thead th:first-child::before,
#fixedHeader thead th:nth-child(4)::after,
#fixedHeader thead th:nth-child(4)::before {
    content: '';
}

table.dataTable thead > tr > th:first-child,
#fixedHeader thead th:nth-child(4) {
    padding: 10px;
    padding-right: 10px !important;
}

.div-inline {
    display: inline-block;
}

#foo {
    position: absolute;
    width: 300px;
}

.l-title {
    text-align: left;
    padding-bottom: 10px;
}

.mr-20 {
    margin-right: 20px;
    border-right: 2px solid;
    padding-right: 20px;
    line-height: 15px;
}

.form-group.frmsavesearch {
    position: absolute;
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
    z-index: 1;
    padding: 30px 20px;
    background: #fff;
    top: 10px;
}

    .form-group.frmsavesearch input[type="text"] {
        border: 1px solid #ddd;
    }

.load-box {
    display: block !important;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    text-align: left;
    width: 300px;
    padding: 10px;
    z-index: 22;
    left: -100px;
}

#Trigger2 span {
    background: #252531;
    color: #ffb823;
    padding: 10px 20px;
    cursor: pointer;
}

#Trigger2 {
    border-top: 2px solid #252531;
}

.fadein,
.fadeout {
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.fadein {
    opacity: 1;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.page-link {
    color: #000;
}

.search-btns-wrap button {
    background: #ffb823;
    color: #fff;
    border: 0;
    padding: 1rem 3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}

    .search-btns-wrap button:last-child {
        margin-right: 0;
    }

.search-btns-wrap {
    margin-top: 50px;
}

ul.search-check-main li {
    display: inline-block;
}

ul.search-check-main .cust-check-main {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
}

.cust-check-main input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkmark {
    top: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 5px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #ffb823;
    border-radius: 3px;
}

.cust-check-main input:checked ~ .checkmark::after {
    display: block;
}

.cust-check-main .checkmark::after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #dba42f;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.cust-check-main {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sizes-chart.clarity li {
    width: calc(8.31100%);
}

.page-title {
    font-size: 20px;
    padding: 7px 0;
    font-weight: 600;
}

.tps_diamond_shapes {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

    .tps_diamond_shapes li {
        display: inline-block;
        width: calc(9.99100%);
        text-align: center;
        float: left;
        margin-bottom: 0;
        padding: 0;
        background: #f5f5f5 !important;
        border-right: 1px solid #ddd;
    }

.diamond-polish-ul li {
    display: inline-block;
    width: 11.1%;
    text-align: center;
    float: left;
    margin-bottom: 0;
    padding: 15px 0;
    background: #f5f5f5 !important;
    border-right: 1px solid #ddd;
}

.diamond-finish-ul li,
.diamond-symmetry-ul li,
.diamond-fluorescence-ul li {
    display: inline-block;
    width: 16.6%;
    text-align: center;
    float: left;
    margin-bottom: 0;
    padding: 15px 0;
    background: #f5f5f5 !important;
    border-right: 1px solid #ddd;
}

.diamond-symmetry-ul li,
.diamond-fluorescence-ul li {
    width: 14.2%;
}

.tps_diamond_shapes li .dimg {
    padding-top: 10px;
    padding-bottom: 10px;
}

.left {
    float: left;
}

.text_shape {
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    font-weight: 500;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    min-height: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.tps_diamond_shapes li .dimg img {
    height: 40px;
    width: auto;
}

.search-grid {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.search-wrapper {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.search-grid {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.s-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    padding-top: 15px;
}

.s-desc a {
    color: #999 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

    .s-desc a.underline {
        color: #000 !important;
    }

.underline {
    text-decoration: underline !important;
}

ul.shape-row li img {
    width: 50px !important;
    height: 50px !important;
}

.searchfrm button {
    background: #ffb823;
    color: #fff;
    border: 0;
    padding: 7px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.tps_diamond_shapes.shape-row li {
    width: 20%;
}

.sizes-chart li {
    display: inline-block;
    width: calc(9.09100%);
    text-align: center;
    float: left;
    margin-bottom: 0;
    padding: 15px 0;
    background: #f5f5f5 !important;
    border-right: 1px solid #ccc;
    text-transform: uppercase;
    height: 3rem;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .sizes-chart li.active,
    .colors li.active {
        background: #000;
    }

.sizediv.show {
    display: block !important;
    clear: both;
}

.s-desc a::after {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}

.search-options {
    padding: 10px 15px;
}

.s-desc a:last-child::after {
    content: '';
}

.search-options ul li {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.colors li {
    display: inline-block;
    width: calc(7.14%);
    text-align: center;
    float: left;
    margin-bottom: 0;
    padding: 15px 0;
    background: #f5f5f5 !important;
    border-right: 1px solid #ccc;
    height: 3rem;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.s-p-title::after {
    content: '';
    position: absolute;
    background: #666;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 0;
}

.s-p-title {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0;
    font-size: 14px;
    width: auto;
    margin-bottom: 10px;
    position: relative;
    color: #666;
}

.form-control.sinput {
    width: 400px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.searchfrm label {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
}

.colors li:last-child,
.sizes-chart li:last-child,
.tps_diamond_shapes li:last-child,
.diamond-polish-ul li:last-child,
.diamond-finish-ul li:last-child,
.diamond-symmetry-ul li:last-child,
.diamond-fluorescence-ul li:last-child {
    border-right: 0;
}

.colorsdiv.show {
    display: block !important;
    clear: both;
}

.search-options ul {
    margin: 0 !important;
    cursor: pointer;
}

    .tps_diamond_shapes li:hover,
    .search-options ul li:hover,
    .colors li:hover,
    .diamond-polish-ul li:hover,
    .diamond-finish-ul li:hover,
    .diamond-symmetry-ul li:hover,
    .diamond-fluorescence-ul li:hover {
        background: #ffb823;
        color: #333;
    }

    .search-options ul li.active {
        background: #ffb823 !important;
    }

.qtip {
    display: inline-block;
    position: relative;
    cursor: pointer;
   
    box-sizing: border-box;
    font-style: normal;
    transition: all .25s ease-in-out;
}

    .qtip:before {
        content: attr(data-tip);
        font-size: 13px;
        position: absolute;
        background: #222;
        color: #fff;
        line-height: 1.2em;
        padding: 0.5em;
        font-style: normal;
        box-shadow: 1px 3px 7px rgba(0, 0, 0, .7);
        min-width: 130px;
        text-align: center;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        font-weight: 500;
        text-transform: uppercase;
    }

.txtaction a.active {
    color: #dba42f;
}

.qtip:after {
    width: 0;
    height: 0;
    border-style: solid;
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.qtip:hover:before,
.qtip:hover:after {
    visibility: visible;
    opacity: 1
}


/*top*/

.qtip.tip-top:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 8px));
    box-sizing: border-box;
    border-radius: 3px;
}

.qtip.tip-top:after {
    border-width: 8px 8px 0 8px;
    border-color: #222 transparent transparent transparent;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
}

.search-options ul.search-check-main li:hover {
    background: none;
    color: #333;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td,
.table tbody td {
    font-size: 14px;
    padding: .45rem .15rem;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

tr.even {
    background: #f9f9f9;
}

.table thead th {
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
}

.txtaction a {
    color: #999;
    font-size: 20px;
}

.txtaction a {
    margin-right: 10px;
}

.diamondtbl {
    width: 100%;
    padding: 0 15px;
}

.cart__image-wrapper img {
    width: 70px !important;
    height: 70px !important;
}

.offer-info {
    text-align: left;
    padding-left: 10px;
}

.cart-summary {
    width: 100%;
    margin-top: 0;
    background: #F9F9F9;
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
}

.prod-title h1 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.i-sub-heading {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
    color: #232521;
}

.cart-label,
.cart-value {
    float: left;
    width: 50%;
}

.cart-label {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
}

.cart-value {
    text-align: right;
}

.cart-line-1 {
    clear: both;
    padding: 5px;
    display: block;
    overflow: hidden;
}

.filter-buttons.p-filter-buttons {
    padding: 35px 0;
}

.filter-buttons button {
    font-size: 13px;
    font-weight: 600;
}

.p-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    resize: none;
    height: 100px;
    background: #f9f9f9;
}

.cart-inquiry {
    background: #F9F9F9;
    padding: 20px 10px;
}

.fast-inquiry {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}

.dashboard-table-status.status-active {
    background: #fcb716;
    color: #fff;
    width: 20px;
    text-align: center;
    border-radius: 100%;
}

.dashboard-table-status.status-sold {
    background: #333;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
}

.navigationicons li {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #918f8f;
    border-radius: 100%;
    padding: 5px;
}

    .navigationicons li img {
        width: 25px;
        filter: invert(50%);
    }

#fixedHeader_length,
#fixedHeader_filter {
    display: none;
}

.status-tags a {
    color: #fff;
    font-size: 13px;
    border-radius: 10px;
    padding: 0 15px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.c1 {
    background: #fcb716 !important;
}

.c2 {
    background: #f69322 !important;
}

.c3 {
    background: #f05768 !important;
}

.c4 {
    background: #c22c7b !important;
}

.c5 {
    background: #8e3f98 !important;
}

.listviews {
    clear: both;
    background: #252531;
    padding: 5px 0;
    text-align: center;
}

.columnlist {
    background: #f9f9f9;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0px;
}

.listviews a.active {
    background: #fcb716;
}

.listviews a {
    margin-right: 0;
    padding: 3px 5px;
}

    .listviews a:last-child {
        margin-right: 0;
    }

.listviews img {
    width: 25px;
}

.listviews a.listactive {
    background: #976d09;
}

.col-img {
    text-align: center;
}

    .col-img img {
        width: 50%;
    }

.col-d-details ul {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

    .col-d-details ul li {
        display: inline-block;
    }

        .col-d-details ul li:after {
            content: '|';
            margin: 0 5px;
        }

        .col-d-details ul li:last-child::after {
            content: '';
        }

.cleft .decolumns {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    border-radius: 10px;
}

.col1 a {
    border-left: 3px solid #FCB716;
}

.col2 a {
    border-left: 3px solid #f69322;
}

.col3 a {
    border-left: 3px solid #f05768;
}

.col4 a {
    border-left: 3px solid #c22c7b;
}

.col5 a {
    border-left: 3px solid #8e3f98;
}

.cleft {
    position: relative;
    margin-bottom: 30px;
    max-width: 14.2%;
}

.columnlist .status-tags {
    position: absolute;
    top: -10px;
    left: 30px;
}

    .columnlist .status-tags a {
        border-radius: 100%;
        width: 25px;
        text-align: center;
        height: 25px;
        padding: 0;
        line-height: 25px;
        box-shadow: none;
        border: 0;
    }


/* Search Page Ends */


/* contact page start */

.mapc img {
    width: 40px;
}

.ctitle {
    padding: 10px 0;
    font-size: 20px;
}

.caddress {
    line-height: 30px;
}

.contactinfo {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}


/* 404 page */

#pagenotfound {
    position: relative;
    height: 100vh;
}

    #pagenotfound .pagenotfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #pagenotfound .pagenotfound-bg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: hidden;
    }

        #pagenotfound .pagenotfound-bg > div {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: #eee;
        }

            #pagenotfound .pagenotfound-bg > div:nth-child(1) {
                left: 20%;
            }

            #pagenotfound .pagenotfound-bg > div:nth-child(2) {
                left: 40%
            }

            #pagenotfound .pagenotfound-bg > div:nth-child(3) {
                left: 60%
            }

            #pagenotfound .pagenotfound-bg > div:nth-child(4) {
                left: 80%
            }

            #pagenotfound .pagenotfound-bg > div:after {
                content: '';
                position: absolute;
                top: 0px;
                left: -0.5px;
                -webkit-transform: translateY(-160px);
                -ms-transform: translateY(-160px);
                transform: translateY(-160px);
                height: 160px;
                width: 2px;
                background-color: #ffb823;
            }

@-webkit-keyframes drop {
    90% {
        height: 20px;
    }

    100% {
        height: 160px;
        -webkit-transform: translateY(calc(100vh + 160px));
        transform: translateY(calc(100vh + 160px));
    }
}

@keyframes drop {
    90% {
        height: 20px;
    }

    100% {
        height: 160px;
        -webkit-transform: translateY(calc(100vh + 160px));
        transform: translateY(calc(100vh + 160px));
    }
}

#pagenotfound .pagenotfound-bg > div:nth-child(1):after {
    -webkit-animation: drop 3s infinite linear;
    animation: drop 3s infinite linear;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#pagenotfound .pagenotfound-bg > div:nth-child(2):after {
    -webkit-animation: drop 2s infinite linear;
    animation: drop 2s infinite linear;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

#pagenotfound .pagenotfound-bg > div:nth-child(3):after {
    -webkit-animation: drop 3s infinite linear;
    animation: drop 3s infinite linear;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

#pagenotfound .pagenotfound-bg > div:nth-child(4):after {
    -webkit-animation: drop 2s infinite linear;
    animation: drop 2s infinite linear;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.pagenotfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
}

    .pagenotfound .pagenotfound-404 h1 {
        font-size: 188px;
        font-weight: 700;
        margin: 0px;
        text-shadow: 4px 4px 0px #ffb823;
        line-height: 150px;
    }

    .pagenotfound h2 {
        font-size: 42px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1.6px;
    }

    .pagenotfound p {
        color: #222;
        font-weight: 400;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 23px;
    }

    .pagenotfound a,
    .verify a {
        margin-top: 20px;
        padding: 10px 30px;
        display: inline-block;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        -webkit-box-shadow: 0px 0px 0px 2px #000, 2px 2px 0px 2px #ffb823;
        box-shadow: 0px 0px 0px 2px #000, 2px 2px 0px 2px #ffb823;
        text-decoration: none;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .pagenotfound a:hover {
            background-color: #ffb823;
            -webkit-box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #ffb823;
            box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #ffb823;
        }

.pagenotfound-social {
    margin-top: 35px;
}

    .pagenotfound-social > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        margin: 0px 5px;
    }

        .pagenotfound-social > a:hover {
            background-color: #ffb823;
            -webkit-box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #ffb823;
            box-shadow: 0px 0px 0px 0px #000, 0px 0px 0px 2px #ffb823;
        }

@media only screen and (max-width: 480px) {
    .pagenotfound .pagenotfound-404 {
        height: 122px;
        line-height: 122px;
    }

        .pagenotfound .pagenotfound-404 h1 {
            font-size: 122px;
        }

    .pagenotfound h2 {
        font-size: 26px;
    }
}

.credits-page {
    background: #e9e9e9;
    width: 100%;
    margin: 70px auto 0;
    padding: 10px;
}

.resshow {
    display: none !important;
}


/* ====================== [ Start Responsive ] ====================== */

@media (max-width: 1669px) {
    .statistic__item .icond i {
        font-size: 100px;
    }

    .account2 {
        padding: 10px;
    }

    .services.aboutareas .item-bx {
        min-height: 390px;
    }

    .new {
        font-size: 11px;
        top: 18px;
    }

    .navigationicons.d-navigation {
        top: 10px;
    }

    .txtaction a {
        font-size: 15px;
    }

    table.table-bordered.dataTable tbody th,
    table.table-bordered.dataTable tbody td {
        font-size: 12px;
    }
}

@media (max-width: 1369px) {
    .statistic__item {
        min-height: 140px;
    }

    .col-d-details ul li {
        font-size: 12px;
    }

    .cleft {
        max-width: 20%;
        width: 20%;
    }
}

@media (max-width: 1317px) {
    .services.aboutareas .item-bx {
        height: auto;
        max-width: 50%;
        flex: 0 0 50%;
        min-height: auto;
    }

    .navbar .navbar-nav .nav-link::after {
        margin: 0 8px;
    }

    .navbar .social-icon {
        padding: 0 0px;
    }

    .services.aboutareas .item-bx p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media (max-width: 1199px) {
    .table-data, .au-task-list {
        height: auto;
    }
        .sizes-chart li {
        width: calc(11.09100%);
    }

    .diamond-polish-ul li,
    .diamond-symmetry-ul li {
        width: 16.5%;
    }

    .resDiamondcontainer {
        max-width: 100%;
    }

    .res-section-padding-diamond {
        padding: 50px 0;
    }

    .resDiamondcontainer .section-head,
    .resDiamondcontainer .diamond-box {
        margin: 0 0 20px 0;
    }

    .cart-left-res,
    .cart-right-res {
        max-width: 100%;
        flex: 0 0 100%;
    }

    @media (max-width: 1133px) {
        a.logo {
            width: 200px;
        }

        .logo img {
            width: 100%;
        }
    }

    @media screen and (max-width: 991px) {
        .navbar-toggler:focus, .navbar-toggler:hover{
            outline:0;
        }
        .logo.d-block {
            width: 20%;
            float: left;
        }

        .header-button2 {
            width: 80%;
            float: right;
            text-align: right;
        }

            .header-button2 .header-button-item {
                cursor: pointer;
                display: inline-block;
                float: none;
                margin-right: 10px;
            }

        aside.menu-sidebar2 {
            display: none !important;
        }

        .page-container2 {
            padding-left: 0;
        }

        .header-desktop2 {
            left: 0;
        }

        .diamondLeft,
        .diamondRight {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .slider-diamond {
            padding-right: 0;
            padding-left: 0;
        }

        .slider-nav .item-slick img {
            width: 100%;
        }

        .slider-nav .item-slick {
            max-width: 100px;
            margin-right: 0;
        }

        .tps_diamond_shapes li {
            width: 16.6%;
        }

        .sizes-chart li {
            width: calc(16.59100%);
        }

        .colors li {
            width: calc(10%);
        }

        .w3_info.w3_info_register p.account1 {
            text-align: center !important;
            width: 100%;
        }

        .w3_info.w3_info_register {
            padding: 1em 1em;
        }

        .nav-link:focus,
        .nav-link:hover {
            text-decoration: none;
            width: 100%;
            text-align: center;
        }

        footer.footer-section .container,
        .about-page .container,
        .signupform .container {
            max-width: 100%;
        }

        .rescolNumbers {
            max-width: 25%;
            text-align: center;
        }

        .navbar .icon-bar {
            color: #000;
        }
        /*.navbar {
            height: 80px;
            position: relative;
            padding-top: 0px;
        }*/
        .navbar-collapse.collapse.show {
            position: relative;
            top: 40px;
            background: rgba(0,0,0,.9);
            width: 100%;
            z-index: 99;
        }

        .navbar .social-icon {
            padding: 15px 0px;
            text-align: center;
        }

            .navbar .social-icon a {
                color: #fff;
            }

        .navbar .navbar-nav .nav-link {
            color: #fff;
            margin: 0;
            text-transform: uppercase;
            position: relative;
            text-align: center;
            border-bottom: 1px solid #666;
        }

            .navbar .navbar-nav .nav-link::after {
                content: '';
            }

        a.logo {
            padding-left: 15px;
        }

        .exp-img {
            position: relative;
            top: 50px;
        }

        .md-mb10 {
            margin-bottom: 10px;
        }

        .md-mb20 {
            margin-bottom: 20px;
        }

        .md-mb30 {
            margin-bottom: 30px;
        }

        .md-mb40 {
            margin-bottom: 40px;
        }

        .md-mb50 {
            margin-bottom: 50px;
        }

        .md-mb60 {
            margin-bottom: 60px;
        }

        .md-mb70 {
            margin-bottom: 70px;
        }

        .md-mb80 {
            margin-bottom: 80px;
        }

        .md-pb10 {
            padding-bottom: 10px;
        }

        .md-pb20 {
            padding-bottom: 20px;
        }

        .md-pb30 {
            padding-bottom: 30px;
        }

        .md-pb40 {
            padding-bottom: 40px;
        }

        .md-pb50 {
            padding-bottom: 50px;
        }

        .md-pb60 {
            padding-bottom: 60px;
        }

        .md-pb70 {
            padding-bottom: 70px;
        }

        .md-pb80 {
            padding-bottom: 80px;
        }

        .order2 {
            -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
            order: 2 !important;
        }

        .order1 {
            -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
            order: 1 !important;
        }

        .slider .caption.center h1 {
            font-size: 40px;
        }

        .cta__slider-item .media-wrapper .bg-img {
            width: 100%;
        }

        .about .specialty,
        .about .exp-content,
        .numbers .item,
        .team .slick-slider,
        .about .ab-exp,
        .about .txt-cont,
        .skills-sec .content {
            margin-top: 50px;
        }

        .services .feat-top {
            width: 100%;
            margin-top: 0;
            padding: 100px 30px 70px;
        }

            .services .feat-top .item-sm {
                margin-bottom: 30px;
                background: #fff;
                padding: 30px;
            }

        .portfolio.full-bg .cluom {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            height: 50vh;
        }

        .process .coulmn:after {
            display: none;
        }

        .blog-grid .item,
        .skills-circle .skill,
        .process .item,
        .team.tmgrid .item,
        .contact .info .item {
            margin-bottom: 50px;
        }

        .contact .info {
            padding-bottom: 30px !important;
        }

        .contact .map-box {
            height: 400px;
        }

        .blog-grid,
        .skills-circle,
        .process,
        .team.tmgrid {
            padding-bottom: 70px;
        }

        .team.tmgrid {
            background: #fff;
        }

        .brands .box-top .item {
            margin: 20px 0;
        }

        .team {
            background: #f8f4f3;
        }

            .team .tit .navs span {
                background: #fff;
            }

                .team .tit .navs span:hover {
                    background: #b19777;
                }

            .team .team-container {
                width: 100%;
            }

        .about .pat {
            display: none;
        }

        .cont-map {
            background: #f8f4f3;
        }

            .cont-map .contact-form form {
                top: 0;
                right: 0;
                margin: 120px 0;
            }

            .cont-map .contact-map {
                position: relative;
                height: 400px;
                width: 100%;
            }

            .cont-map .bg-img {
                display: none;
            }

        .portfolio .gallery.twsty .three-column {
            width: 50% !important;
        }

        footer .item {
            margin-bottom: 30px;
        }

        footer .bottom-footer {
            margin-top: 20px;
        }

            footer .bottom-footer .text-left,
            footer .bottom-footer .text-right {
                text-align: center !important;
            }
    }

    @media (max-width:961px) {
        .diamond-box li {
            width: 9.5%;
        }

        .dname {
            font-size: 14px;
        }

        .diamond-box li img {
            height: 45px;
        }
    }

    @media (max-width:807px) {
        .nolrpadding {
            padding: 0;
        }
    }

    @media (max-width:768px) {
        .au-card-title h3{
            font-weight:300;
        }
        .au-card-title {
            padding: 40px 10px;
        }
        .user-data .title-3,
        .title-3 {
            padding-left: 10px;
            padding-right: 10px;
        }

        .header-button2 .header-button-item a {
            font-size: 14px;
        }

        .header-button2 i {
            font-size: 14px;
            position: relative !important;
            top: -1px !important;
        }

        .header-button2 .header-button-item {
            margin-top: 10px;
            margin-right: 5px;
            padding-right: 5px;
        }

        .header-wrap2 .logo img {
            width: 250px;
        }

        .w3_info.forgot-password {
            -webkit-flex-basis: 100%;
        }

        .w3_info.contactfrm {
            padding: 1em;
        }

            .w3_info.contactfrm h2 {
                font-size: 20px;
            }

        .contactFrm .w3l_form {
            -webkit-flex-basis: 100%;
        }

        .contactFrm .agile_info {
            display: block;
        }

        .diamond-box li {
            width: 19.5%;
            margin-bottom: 20px;
        }

        .form-group.frmsavesearch {
            left: -150px;
        }

        .resdiv-inlineleft {
            border-right: 0;
        }

        .resdiv-inlineright {
            margin-top: 15px;
        }

        .cleft {
            max-width: 33.33%;
            width: 33.33%;
        }
    }

    @media screen and (max-width: 767px) {
        .orders-box .o-title {
            font-size: 13px;
        }

        .o-no {
            font-size: 15px;
        }

        a.btnModifySearch {
            font-size: 14px;
        }

        .navigationicons li {
            padding: 2px 4px;
        }

            .navigationicons li img {
                width: 20px;
            }

        .form-control.sinput {
            width: 200px;
        }

        .status-tags a {
            margin-top: 10px;
        }

        .resdiamond-polish {
            margin-top: 30px;
        }

        .resmt-10 {
            margin-top: 10px;
        }

        .search-btns-wrap button {
            padding: 1rem 2rem;
        }

        .search-options input[type="text"] {
            width: 100%;
        }

        .left_grid_info h1 {
            font-size: 30px;
            margin: 0;
        }

        .w3_info h2 {
            font-size: 20px;
        }

        .resnomargin {
            margin: 0 !important;
        }

        .res-section-padding {
            padding: 50px 0;
        }

        .container.res-full-container {
            max-width: 100%;
        }

        .numbers .item {
            text-align: center;
        }

        .sm-mb10 {
            margin-bottom: 10px;
        }

        .sm-mb20 {
            margin-bottom: 20px;
        }

        .sm-mb30 {
            margin-bottom: 30px;
        }

        .sm-mb40 {
            margin-bottom: 40px;
        }

        .sm-mb50 {
            margin-bottom: 50px;
        }

        .sm-mb60 {
            margin-bottom: 60px;
        }

        .sm-mb70 {
            margin-bottom: 70px;
        }

        .sm-mb80 {
            margin-bottom: 80px;
        }

        .sm-pb10 {
            padding-bottom: 10px;
        }

        .sm-pb20 {
            padding-bottom: 20px;
        }

        .sm-pb30 {
            padding-bottom: 30px;
        }

        .sm-pb40 {
            padding-bottom: 40px;
        }

        .sm-pb50 {
            padding-bottom: 50px;
        }

        .sm-pb60 {
            padding-bottom: 60px;
        }

        .sm-pb70 {
            padding-bottom: 70px;
        }

        .sm-pb80 {
            padding-bottom: 80px;
        }

        h1 {
            font-size: 35px;
        }

        h2 {
            font-size: 28px;
        }

        h3 {
            font-size: 24px;
        }

        h4 {
            font-size: 20px;
        }

        h5 {
            font-size: 18px;
        }

        h6 {
            font-size: 16px;
        }

        .progress-wrap {
            right: 15px;
            bottom: 15px;
        }

        .btn-curve {
            padding: 8px 15px;
        }

            .btn-curve span {
                font-size: 15px;
                letter-spacing: 1px;
            }

        .section-head h4 {
            font-size: 22px;
        }

        .pages-header .cont h1 {
            font-size: 40px;
        }

        .slider .caption.center h1 {
            font-size: 25px;
        }

            .slider .caption.center h1 br {
                display: none;
            }

        .slider .social-icon {
            left: 15px;
            bottom: 15px;
            display: none;
        }

        .slider .swiper-pagination-fraction.top.botm {
            right: 15px;
            bottom: 15px;
        }

        .slider .swiper-pagination-fraction.top span {
            font-size: 20px;
        }

        .slider .swiper-pagination-fraction.top .swiper-pagination-current {
            font-size: 25px;
        }

        .slider .setone.setwo .next-ctrl {
            right: auto;
            left: 70px;
            bottom: 15px;
            top: auto;
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

        .slider .setone.setwo .prev-ctrl {
            left: 15px;
            bottom: 15px;
            top: auto;
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

        .slider .parallax-slider .caption h1 {
            font-size: 35px;
        }

        .slider .setone .swiper-nav-ctrl {
            width: 45px;
            height: 45px;
            line-height: 45px;
        }

        .slider .setone {
            bottom: 15px;
            right: 15px;
        }

        .cta__slider-item .caption h1 {
            font-size: 40px;
        }

        .cta__slider-arrows {
            right: 15px;
            bottom: 15px;
        }

        .slid-half .swiper-pagination-fraction.top {
            right: auto;
            top: auto;
            left: 15px;
            bottom: 15px;
        }

        .about .exp-content:after {
            right: 0;
        }

        .about .exp-img .img {
            width: 100%;
        }

        .about .exp-content ul {
            display: block;
        }

            .about .exp-content ul li {
                margin-top: 10px;
                display: inline-block;
            }

        .about .ab-exp .years-exp {
            height: 300px;
            margin-top: 10px;
        }

        .services .feat-top {
            padding: 80px 10px 50px;
        }

        .services .item-sm .numb {
            padding-right: 30px;
        }

            .services .item-sm .numb:after {
                width: 15px;
            }

        .brands .box-top .row > div {
            width: 50%;
        }

        .blog-grid.center .item .cont {
            padding: 30px 20px;
        }

        .portfolio .gallery.twsty .items {
            width: 100%;
        }

        .portfolio .filtering span {
            margin: 5px 15px;
            font-size: 12px;
            letter-spacing: 0;
            text-transform: capitalize;
        }

        .portfolio.full-bg .cluom {
            height: 40vh;
            min-height: 250px;
        }

        .portfolio .gallery.twsty .three-column {
            width: 100% !important;
        }

        .blog-pg .posts .item .content {
            position: relative;
        }

            .blog-pg .posts .item .content .col-10,
            .blog-pg .posts .item .content .col-2 {
                width: 100%;
                max-width: 100%;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            }

            .blog-pg .posts .item .content .col-2 {
                position: absolute;
                right: 0px;
                top: -90px;
                z-index: 3;
            }

            .blog-pg .posts .item .content .date a {
                padding: 10px;
                background: #fff;
                margin: 0;
            }

            .blog-pg .posts .item .content .date .num {
                font-size: 25px;
                margin: 0;
            }

        .blog-pg.single .comments-area .item.relped {
            margin-left: 0px;
        }

        .blog-pg.single .comments-area .item .info h6 span {
            display: block;
            margin: 10px 0 0 0;
        }

        .custom-linksa a span {
            text-align: left
        }
    }

    @media (max-width:682px) {
        .diamond-box li {
            width: 19.4%;
        }
    }

    @media (max-width:654px) {
        .col-md-6.col-sm-6.col-xs-6.resbtnsInfo {
            max-width: 100%;
            flex: 0 0 100%;
            float: left;
            text-align: left;
        }

        .col-md-6.col-sm-6.col-xs-6.restags {
            max-width: 100%;
            flex: 0 0 100%;
        }

        .navigationicons li {
            margin-right: 5px;
        }

        .col-md-6.col-sm-6.col-xs-6.restags .status-tags {
            float: right;
        }

        .resbtnsInfo .navigationicons.text-right {
            text-align: left !important;
            margin-top: 15px;
        }

        .cleft {
            max-width: 50%;
            width: 50%;
        }

        .resshow {
            display: block !important;
        }

        .reshide {
            display: none !important;
        }
    }

    @media (max-width:600px) {
        .header-wrap2 .logo img {
            width: 200px;
            padding-top: 5px;
        }

        .product-specs__listing-left,
        .product-specs__listing-right {
            width: 100%;
            float: left;
        }

        .sizes-chart.clarity li {
            width: calc(16.611%);
            height: 3rem;
        }

        .colors li {
            width: calc(14.2%);
            height: 3rem;
        }

        .signupform {
            padding: 1em 0;
        }

        .left_grid_info {
            padding-right: 0;
        }

        .agile_info {
            display: block;
        }

        .w3_info {
            padding: 20px 10px;
        }

        .col-sm-6.rescolNumbers {
            max-width: 50%;
        }

            .col-sm-6.rescolNumbers .item.mb-50,
            .col-sm-6.rescolNumbers .item {
                margin: 10px 0 !important;
            }

        .col-lg-6.resAboutright {
            padding-top: 30px;
        }

        .services.aboutareas .item-bx {
            max-width: 100%;
            flex: 0 0 100%;
        }
    }

    @media (max-width:568px) {
        .diamond-box li {
            width: 19.3%;
        }
    }

    @media (max-width:575px) {
        .dashboardGrid {
            width: 50%;
        }
        .table tbody td .filter-buttons button {
            padding: 0px 1px;
        }
        .orders-box .order-values {
            float: left;
            width: 50%;
            margin-bottom: 20px;
        }

        .res-Numbers {
            width: 33.33%;
        }

        .resnumbernomargin {
            margin-top: 0 !important;
        }

        .slider-nav .item-slick {
            max-width: auto;
            float: left;
        }

        .resimgfull {
            padding: 0;
        }

        .account-dropdown__item a {
            padding: 6px 25px;
        }

        .image.img-cir.img-120 {
            width: 50px;
            height: 50px;
        }
    }

    @media (max-width:487px) {
        .diamond-box li {
            width: 24%;
        }
    }

    @media screen and (max-width: 480px) {
        .dashboardGrid {
            width: 100%;
        }
        .navigationicons.d-navigation li {
            margin-right: 10px;
            width: 100%;
            margin-bottom: 10px;
            border-bottom: 1px solid #ddd;
            border-radius: 0;
            padding-bottom: 10px;
        }

        .form-control.sinput {
            width: 150px;
            font-size: 13px;
            letter-spacing: 0;
        }

        .searchfrm button {
            padding: 7px 10px;
            font-size: 14px;
        }

        .pages-header .cont .path {
            font-size: 15px;
        }

            .pages-header .cont .path span {
                margin: 0 10px;
            }

        .blog-pg.single .post .title-head a {
            letter-spacing: 0;
            margin: 0 7px;
        }

        .blog-pg .posts .item .img .info {
            padding: 10px;
        }

            .blog-pg .posts .item .img .info .date .num {
                font-size: 20px;
            }

        .blog-pg.single .post .content .share-info {
            display: block;
        }

            .blog-pg.single .post .content .share-info .tags,
            .blog-pg.single .post .content .share-info .social {
                display: block;
                width: 100%;
                text-align: center;
            }

            .blog-pg.single .post .content .share-info .tags {
                margin-top: 20px;
            }

        .blog-pg.single .post .author {
            padding: 30px 15px;
        }

            .blog-pg.single .post .author .author-img {
                display: block;
                width: 120px;
                margin: 0 auto 30px;
            }

            .blog-pg.single .post .author .info {
                display: block;
                padding: 0;
                text-align: center;
            }

        .blog-pg.single .comments-area .item .comment-img {
            display: block;
            margin: 0 auto 30px;
            width: 60px;
        }

        .blog-pg.single .comments-area .item .info {
            display: block;
            padding: 0;
            text-align: center;
        }

        .blog-pg.single .comments-area .item.relped {
            margin-left: 0px;
        }

        .blog-pg.single .comments-area .item .info h6 {
            font-size: 14px;
            letter-spacing: 1px;
        }

        .blog-pg.single .comments-area .item .info .replay {
            top: -25px;
        }

        .numbers .item h3 span {
            font-size: 40px;
        }

        .colors li,
        .sizes-chart.clarity li {
            width: calc(20%);
            height: 3rem;
        }
    }

    @media (max-width:420px) {
        .cleft {
            max-width: 100%;
            width: 100%;
        }

        .tps_diamond_shapes li {
            width: 25%;
        }

        ul.shape-row li img {
            width: 40px !important;
            height: 40px !important;
        }

        .sizes-chart li {
            width: 33%;
        }

        .form-control.sinput {
            width: 120px;
        }

        .searchfrm label {
            font-size: 12px;
        }
    }
    @media (max-width:400px){
        .sresult-dash {
            position: relative;
            left: 0;
            top: 0;
            text-align: left !important;
        }
            .sresult-dash a {
                background: #fa4251;
                color: #fff;
                padding: 4px 15px;
                margin-top: 10px;
            }
    }
    @media (max-width:330px) {
        .form-control.sinput {
            width: 100px;
        }
    }

    @media (max-width:320px) {
        .diamond-box li {
            width: 31%;
        }

        .form-group.frmsavesearch {
            left: -133px;
        }
    }



.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;

}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f3f3f3;
    background-image: url("../images/down-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 20px !important;
    border-bottom: 4px solid #000 !important;
    border-radius: 0;
    cursor: text;
    max-width: 100%;
    display: block;
    
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000;
    border: 0;
    border-radius: 30px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 1px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 0;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	width: 100% !important;
	outline: 0;
	font-size: 13px;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f6f6f6;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}


table.dataTable{clear:both;margin-top:0 !important;margin-bottom:0 !important;max-width:none !important;}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right;padding: 10px 15px 5px 0; margin: 0;}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:1.7em;display:block;opacity:0.3;font-size:8px;}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\25B2"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:2em;content:"\25BC"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-sm>thead>tr>th{padding-right:20px}table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before{top:5px;right:0.85em}table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after{top:5px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}
table.dataTable tbody tr.selected {
	background-color: #89b5d7;
}
table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3 {
	background-color: #89b5d7;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top: 1px solid #ddd;
}
td.highlight {
	background-color: #dee5f1 !important;
}

/* Fixed Header */
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
	background-color: white;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}
table.dataTable.fixedHeader-floating {
	position: fixed !important
}
table.dataTable.fixedHeader-locked{
	position: absolute !important
}
@media print{
	table.fixedHeader-floating {
		display: none;
	}
}
div.dataTables_wrapper div.dataTables_paginate {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0px;
}
div.dataTables_wrapper div.dataTables_info {
	color: #8b9398;
	font-size: .775rem;
	margin: 10px 0 0 0;
	padding: 0 0 15px 0;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	color: #000;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	color: #ffb823;
}

.dataTable .btn-group-sm > .btn, .btn-sm {
	padding: .1rem .3rem;
	font-size: .75rem;
}
.dataTables_length {
	padding: 10px 0 0 0;
}
div.dataTables_wrapper div.dataTables_filter {
	padding: 10px 0 5px 0;
}
div.dt-buttons {
	padding: 10px 0 0 0;
}
div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}button.dt-button,div.dt-button,a.dt-button{position:relative;display:inline-block;box-sizing:border-box;margin-right:0.333em;padding:0.5em 1em;border:1px solid #a7aebb;border-radius:2px;cursor:pointer;font-size:0.75rem;color:black;white-space:nowrap;overflow:hidden;background-color:#ffffff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;outline:none}button.dt-button.disabled,div.dt-button.disabled,a.dt-button.disabled{color:#999;border:1px solid #d0d0d0;cursor:default;background-color:#f9f9f9;background-image:-webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:-o-linear-gradient(top, #fff 0%, #f9f9f9 100%);background-image:linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f9f9f9')}button.dt-button:active:not(.disabled),button.dt-button.active:not(.disabled),div.dt-button:active:not(.disabled),div.dt-button.active:not(.disabled),a.dt-button:active:not(.disabled),a.dt-button.active:not(.disabled){background-color:#e2e2e2;background-image:-webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:-o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);background-image:linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');box-shadow:inset 1px 1px 3px #999999}button.dt-button:active:not(.disabled):hover:not(.disabled),button.dt-button.active:not(.disabled):hover:not(.disabled),div.dt-button:active:not(.disabled):hover:not(.disabled),div.dt-button.active:not(.disabled):hover:not(.disabled),a.dt-button:active:not(.disabled):hover:not(.disabled),a.dt-button.active:not(.disabled):hover:not(.disabled){box-shadow:inset 1px 1px 3px #999999;background-color:#cccccc;background-image:-webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:-o-linear-gradient(top, #eaeaea 0%, #ccc 100%);background-image:linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eaeaea', EndColorStr='#cccccc')}button.dt-button:hover,div.dt-button:hover,a.dt-button:hover{text-decoration:none}button.dt-button:hover:not(.disabled),div.dt-button:hover:not(.disabled),a.dt-button:hover:not(.disabled){border:1px solid #666;background-color:#e0e0e0;background-image:-webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:-o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);background-image:linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')}button.dt-button:focus:not(.disabled),div.dt-button:focus:not(.disabled),a.dt-button:focus:not(.disabled){border:1px solid #426c9e;text-shadow:0 1px 0 #c4def1;outline:none;background-color:#79ace9;background-image:-webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:-o-linear-gradient(top, #bddef4 0%, #79ace9 100%);background-image:linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bddef4', EndColorStr='#79ace9')}.dt-button embed{outline:none}div.dt-buttons{position:relative;float:left}div.dt-buttons.buttons-right{float:right}div.dt-button-collection{position:absolute;top:0;left:0;width:150px;margin-top:3px;padding:8px 8px 4px 8px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:white;overflow:hidden;z-index:2002;border-radius:5px;box-shadow:3px 3px 5px rgba(0,0,0,0.3);z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}div.dt-button-collection button.dt-button,div.dt-button-collection div.dt-button,div.dt-button-collection a.dt-button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;margin-right:0}div.dt-button-collection button.dt-button:active:not(.disabled),div.dt-button-collection button.dt-button.active:not(.disabled),div.dt-button-collection div.dt-button:active:not(.disabled),div.dt-button-collection div.dt-button.active:not(.disabled),div.dt-button-collection a.dt-button:active:not(.disabled),div.dt-button-collection a.dt-button.active:not(.disabled){background-color:#dadada;background-image:-webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:-o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);background-image:linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');box-shadow:inset 1px 1px 3px #666}div.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}div.dt-button-collection.fixed.two-column{margin-left:-150px}div.dt-button-collection.fixed.three-column{margin-left:-225px}div.dt-button-collection.fixed.four-column{margin-left:-300px}div.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}div.dt-button-collection.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}div.dt-button-collection.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}div.dt-button-collection.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);background:-ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);background:radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%);z-index:2001}@media screen and (max-width: 640px){div.dt-buttons{float:none !important;text-align:center}}
/*!
 * Mvc.Grid 7.1.3
 * https://github.com/NonFactors/MVC5.Grid
 *
 * Copyright © NonFactors
 *
 * Licensed under the terms of the MIT License
 * http://www.opensource.org/licenses/mit-license.php
 */

@font-face {
    src: url('../MvcGrid/Fonts/GridGlyphs.woff') format('woff');
    font-family: 'GridGlyphs';
}

.mvc-grid {
    line-height: 1.25em;
    position: relative;
    overflow-x: auto;
    font-size: 1rem;
    width: 100%;
    max-width: 1540px;
}

.tbl-left, .tbl-right {
    float: left;
}

.showing-class {
    padding-bottom: 10px;
}

.tbl-right {
    text-align: right !important;
}

.mvc-grid table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
}

.mvc-grid th {
    background-clip: padding-box;
    background-color: #f7f7f7;
    position: relative;
}

.mvc-grid th,
.mvc-grid td {
    border: 1px solid #dee2e6;
    padding: 0.5em;
}

.mvc-grid .sortable {
    padding-right: 3.5em;
}

.mvc-grid .sortable,
.mvc-grid .mvc-grid-sort,
.mvc-grid .mvc-grid-filter {
    cursor: pointer;
}

.mvc-grid-hidden,
.mvc-grid-options {
    display: none;
}

.mvc-grid-title {
    display: inline-block;
}

.mvc-grid-sort,
.mvc-grid-filter {
    background-color: rgba(0, 0, 0, 0.03);
    transition: background-color 0.5s;
    font-family: 'GridGlyphs';
    position: absolute;
    font-weight: bold;
    width: 2.75em;
    border: none;
    height: 100%;
    right: 0;
    top: 0;
}

    .mvc-grid-filter:focus,
    .mvc-grid-filter:hover {
        background-color: rgba(0, 0, 0, 0.06);
        color: inherit;
    }

    .mvc-grid-filter::before {
        content: '\0041';
    }

    .mvc-grid-filter.applied::before {
        content: '\0042';
    }

.mvc-grid-sort {
    background: transparent;
    font-weight: normal;
    transition: none;
}

    .mvc-grid-sort::after {
        font-size: 0.9em;
        content: '\0044';
        opacity: 0.15;
    }

    .mvc-grid-sort::before {
        margin-right: -7px;
        font-size: 0.9em;
        content: '\0043';
        opacity: 0.15;
    }

.mvc-grid .desc .mvc-grid-sort::after,
.mvc-grid .asc .mvc-grid-sort::before {
    opacity: 0.5;
}

.mvc-grid-row-filters .filterable {
    padding: 0.25em;
}

.mvc-grid-row-filters th div {
    display: flex;
}

.mvc-grid-row-filters .mvc-grid-value {
    border: 0.5px solid #aaaaaa;
    background-color: #ffffff;
    text-overflow: ellipsis;
    margin-right: 0.25em;
    line-height: normal;
    font-weight: bold;
    padding: 0 0.5em;
    flex: 1;
}

.mvc-grid-row-filters select.mvc-grid-value {
    padding: 0 0.2em;
}

.mvc-grid-row-filters .mvc-grid-value.invalid {
    outline-color: #dc3545;
}

.mvc-grid-row-filters .mvc-grid-value::placeholder {
    color: #bbbbbb;
}

.mvc-grid-row-filters .mvc-grid-value:-ms-input-placeholder {
    color: #bbbbbb;
}

.mvc-grid-row-filters .mvc-grid-filter {
    border: 0.5px solid #aaaaaa;
    flex: 0 0 2.125em;
    position: static;
    height: 2.125em;
}

.mvc-grid-excel-mode .filterable {
    padding-right: 3.5em;
}

.mvc-grid-excel-mode .sortable.filterable {
    padding-right: 6.25em;
}

.mvc-grid-excel-mode .filterable .mvc-grid-sort,
.mvc-grid-header-mode .filterable .mvc-grid-sort {
    right: 2.75em;
}

.mvc-grid-header-mode .filterable {
    padding: 0 2.75em 0 0;
}

.mvc-grid-header-mode .mvc-grid-value {
    background-color: #f7f7f7;
    padding: 0.625em 0.75em;
    border: none;
    margin: 0;
}

.mvc-grid-header-mode .mvc-grid-filter {
    position: absolute;
    border: none;
    height: 100%;
}

.mvc-grid-header-mode .sortable .mvc-grid-value {
    padding-right: 3.5em;
}

.mvc-grid-popup {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    min-width: 12em;
    font-size: 1rem;
    z-index: 1100;
}

    .mvc-grid-popup.mvc-grid-guid-filter {
        min-width: 20em;
    }

    .mvc-grid-popup .popup-arrow {
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 8px solid #ffffff;
        box-sizing: border-box;
        position: absolute;
        height: 9px;
        top: -8px;
    }

        .mvc-grid-popup .popup-arrow::after {
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            border-bottom: 9px solid #cccccc;
            position: absolute;
            content: " ";
            z-index: -1;
            left: -8px;
            top: -1px;
        }

    .mvc-grid-popup .popup-content {
        padding: 0.5em;
    }

    .mvc-grid-popup .popup-group {
        padding: 0.2em;
    }

    .mvc-grid-popup .popup-operator {
        text-align: center;
    }

    .mvc-grid-popup .popup-actions {
        padding: 0.4em 0 0.2em;
        text-align: center;
    }

    .mvc-grid-popup .mvc-grid-value,
    .mvc-grid-popup .mvc-grid-method,
    .mvc-grid-popup .mvc-grid-operator {
        border: 1px solid #cccccc;
        background-color: #ffffff;
        box-sizing: border-box;
        font-size: 0.9em;
        padding: 0 0.2em;
        height: 2.5em;
        width: 100%;
    }

        .mvc-grid-popup .mvc-grid-value[multiple] {
            overflow-y: auto;
            height: 8em;
        }

    .mvc-grid-popup .mvc-grid-operator {
        width: auto;
    }

    .mvc-grid-popup input.mvc-grid-value {
        text-overflow: ellipsis;
        padding: 0 0.5em;
    }

    .mvc-grid-popup .mvc-grid-value.invalid {
        outline-color: #dc3545;
    }

    .mvc-grid-popup .mvc-grid-apply,
    .mvc-grid-popup .mvc-grid-cancel {
        border: 1px solid #ffffff;
        padding: 0.25em;
        cursor: pointer;
        min-width: 4em;
        color: #ffffff;
        outline: 0;
    }

    .mvc-grid-popup .mvc-grid-apply {
        background-color: #28a745;
        border-color: #28a745;
        margin-right: 0.3em;
        font-weight: bold;
    }

        .mvc-grid-popup .mvc-grid-apply:focus {
            box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5);
        }

    .mvc-grid-popup .mvc-grid-cancel {
        background-color: #dc3545;
        border-color: #dc3545;
        margin-left: 0.3em;
    }

        .mvc-grid-popup .mvc-grid-cancel:focus {
            box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5);
        }

.mvc-grid-pager,
.mvc-grid-empty-row {
    text-align: center;
}

    .mvc-grid-pager button {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        box-sizing: content-box;
        line-height: 2.5em;
        padding: 0 0.25em;
        cursor: pointer;
        margin: 0.5em 0;
        min-width: 2em;
        color: #337ab7;
    }

        .mvc-grid-pager button:focus,
        .mvc-grid-pager button:hover {
            background-color: #f7f7f7;
            color: #014c8c;
        }

    .mvc-grid-pager .active,
    .mvc-grid-pager .active:focus,
    .mvc-grid-pager .active:hover {
        background-color: #0275d8;
        border-color: #0275d8;
        color: #ffffff;
    }

    .mvc-grid-pager .disabled,
    .mvc-grid-pager .disabled:focus,
    .mvc-grid-pager .disabled:hover {
        background-color: #efefef;
        cursor: not-allowed;
        color: #777777;
        outline: 0;
    }

.mvc-grid-page-sizes {
    display: inline-block;
    margin-left: 0.5em;
}

    .mvc-grid-page-sizes select {
        border: 1px solid #dddddd;
        padding: 0.5em 0;
        font: inherit;
    }

    .mvc-grid-page-sizes input {
        border: 1px solid #dddddd;
        box-sizing: content-box;
        text-align: center;
        padding: 0 0.25em;
        height: 2.5em;
        width: 2.5em;
    }

.mvc-grid-loader {
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    transition: opacity 1s;
    align-items: center;
    position: absolute;
    display: flex;
    z-index: 100;
    height: 100%;
    cursor: wait;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.mvc-grid-loading {
    opacity: 1;
}

    .mvc-grid-loading > div > div {
        animation: loader-points 1.4s infinite ease-in-out both;
        background-color: #f5f5f5;
        display: inline-block;
        border-radius: 100%;
        margin: 0 0.75em;
        height: 1.5em;
        width: 1.5em;
    }

        .mvc-grid-loading > div > div:nth-child(1) {
            animation-delay: -0.32s;
        }

        .mvc-grid-loading > div > div:nth-child(2) {
            animation-delay: -0.16s;
        }

@keyframes loader-points {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1.0);
    }
}

