/*-----------------------------------------------------------------------------------

    Project Name: Inspired Lighting
    Version: 1.0

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------

== Table Of Content

    |--- BASE

        |- typography
        |- helper classes
    |--- BASE

        |- responsive
	


---------------------------------------------------------------- */


/* ====================== [ Start Typography  ] ====================== */


.iconstyle { /*common style for all icon*/
    cursor: pointer;
    padding-right: 5px;
}

@media only screen and (max-width:992px) {

    .list-group.list-group-flush img {
        display: none !important;
        width: 0px;
    }
    .col-md-6.col-lg-2.mb-3.mb-lg-0.imagesize
    {
        position: absolute;
        width: 0;
    }
    h2.menutit {
        display: none;
    }

    
}
@media only screen and (min-width:992px) {

    /*range  featured products*/
    .gallery.twsty.full-width.mt-80 {
        margin-top: -67px !important;
    }
}

.menu .collapse .navbar-collapse {
    position: absolute;
    height: 0px;
    overflow: hidden;
    transition: height 1s;
}

.gallery.twsty.full-width.mt-80 {
    margin-top: -50px !important;
}
@media only screen and (max-width:991px) {
    .menu.collapse.navbar-collapse.show {
        max-height: 450px;
        overflow: auto;
        background: #111 !important;
        text-align: center;
        padding: 10px 15px;
    }

    .mb-lg-0.image {
        display: none;
    }
}


/*old*/
/* * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
}



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: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}*/

/*a,
span {
    display: inline-block;
}

    a:hover,
    span:hover {
        text-decoration: none;
    }
*/

/* ====================== [ End Typography  ] ====================== */


/* ====================== [ Start Helper Classes  ] ====================== */

.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: #a7a9ad !important;
}*/
/*
.bg-gray {
    background-color: #f8f4f3;
}*/

    .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: #a7a9ad !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: 30px 0 !important;
}*/

.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;
}

.Mixmatch  .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;
}
.categorycolor {
    color: black;
}

.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 ] ====================== */

.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: #a7a9ad;
    }

    .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;*/
       height:53vh;
        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: #a7a9ad;
    font-family: Montserrat, 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: #000; /*#a7a9ad;*/
    -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: #a7a9ad;
        opacity: .3;
    }

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #a7a9ad;
    -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: #a7a9ad;
        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: #a7a9ad;
        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: #a7a9ad;
        font-weight: 300;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

.sub-title {
    color: #a7a9ad;
    font-family: Montserrat, 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: #a7a9ad;
        position: absolute;
        left: 0;
        top: 50%;
    }

.extra-title {
    font-weight: 700;
}

.tit h6 {
    color: #a7a9ad;
    font-weight: 400;
    font-size: 22px;
}

.tit h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.tit .navs span {
    padding: 15px 30px;
    background: #f8f4f3;
    cursor: pointer;
}

    .tit .navs span:hover {
        background: #a7a9ad;
        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: Montserrat, 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: #a7a9ad;
        }

        .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: #a7a9ad;
        border-color: #a7a9ad;
    }

        .btn-curve.btn-color:after {
            background: #fff;
        }

        .btn-curve.btn-color span {
            color: #fff;
        }

        .btn-curve.btn-color:hover span {
            color: #a7a9ad;
        }

    .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: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    min-height: 80px;
}

    .navbar .icon-bar {
        color: #fff;
    }*/
    /*home menu bar*/
    /*.navbar .navbar-nav .nav-link {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px;
        padding: 6px 12px;
        margin: 0px;
    }*/

@media only screen and (min-width:991px) {
    ul .navbar-nav.ml-auto {
        height: 32px;
        /* position: relative; */
    }
    .fas.fa-search {
        POSITION: ABSOLUTE;
        font-size: 2.2rem;
        right: -35px !important;
        top: 0% !important;
    }
}

.navbar .navbar-nav .nav-link:hover {
    border: 1px solid #a7a9ad;
    padding: 5px 11px;
    border-radius: 5px;
    /* height: 30px; */
    color: #a7a9ad;
    background: #fff;
}

.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);
    margin-top: 0px !important;
}

.navbar .navbar-nav .dropdown-item {
    font-size: 13px;
    padding: 10px 20px;
    opacity: .9;
}

    .navbar .navbar-nav .dropdown-item:hover {
        background: transparent;
        color: #a7a9ad;
    }


/*.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: #a7a9ad;
        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: #fff;
        margin: 0 10px;
        font-size: 13px;
    }

.navbar .search {
    color: #fff;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 10px;
}

    .navbar .search .icon {
        cursor: pointer;
    }

.search-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(37, 37, 49, 0.98);
    display: none;
    z-index: 2;
}

    .search-form form {
        width: 600px;
        position: absolute;
        left: calc(50% - 400px);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .search-form form input {
            padding: 15px 0;
            font-size: 40px;
            color: #fff;
            text-transform: uppercase;
            text-align: left;
            background: transparent;
            border: 0;
            width: 100%;
            border-bottom: 2px solid #a7a9ad;
            font-family: Montserrat, sans-serif;
        }

    .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: 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;
    }

    .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 {
    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.homepage_slider .swiper-slide {
            min-height: 100vh;
        }

        .slider .parallax-slider .swiper-slide .bg-img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-size: cover;
        }

        .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);
        }

        .slider .parallax-slider .caption .thin {
            color: #a7a9ad;
            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: #a7a9ad;
            }

        .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: #ccc;
            font-size: 13px;
            width: 55px;
            height: 55px;
            line-height: 55px;
            text-align: center;
            margin: 5px 0;
            border: 1px solid rgb(0 0 0 / 30%);
            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: 30%;
                right: 30px;
            }

            .slider .setone.setwo .prev-ctrl {
                position: absolute;
                top: 30%;
                left: 30px;
            }

    .slider .swiper-pagination-fraction.top {
        position: absolute;
        right: 15%;
        left: auto;
        bottom: auto;
        top: 20%;
        width: auto;
        color: #fff;
        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 #fff;
        }

            .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: #a7a9ad;
            }

            .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: #a7a9ad;
            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: #a7a9ad;
        }

        .pages-header .cont .path span {
            margin: 0 20px;
            font-size: 10px;
        }


/* ====================== [ End Slider ] ====================== */


/* ====================== [ Start Intro ] ====================== */

.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: #a7a9ad;
                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;
        }

            .about .exp-img .img .years h2 {
                font-size: 140px;
                font-weight: 800;
                background: url(../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: #a7a9ad;
                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: 60px 40px;*/
   padding:0px;
   border-radius:20px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

    .services .item-bx:last-of-type {
        border-right: 1px solid #eee;
    }

    .services .item-bx:hover {
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
    }

        .services .item-bx:hover p {
            color: #eee;
        }

        .services .item-bx:hover .more {
            color: #a7a9ad;
        }

    .services .item-bx .numb {
        font-size: 60px;
        margin-bottom: 10px;
        color: transparent;
        -webkit-text-stroke: 1px #a7a9ad;
    }

    .services .item-bx .icon {
        font-size: 60px;
        color: #a7a9ad;
        margin-bottom: 30px;
    }

    .services .item-bx .more {
        font-size: 14px;
        /*font-weight:600;*/
        margin-top:0px !important;
    }

    .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;
            border-radius:20px;
        }

.services .item-sm h6 {
    font-weight: 600;
    font-size: 18px;
}

.services .item-sm .numb {
    font-size: 40px;
    font-weight: 400;
    color: #a7a9ad;
    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: #a7a9ad;
    }

        .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: #a7a9ad;
        }

        .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: #a7a9ad;
    }

    .portfolio .filtering span:after {
        content: '';
        width: 7px;
        height: 7px;
        background: #a7a9ad;
        border-radius: 50%;
        position: absolute;
        right: -24px;
        top: 40%;
    }

    .portfolio .filtering span:last-of-type:after {
        display: none;
    }
/*old*/
/*.portfolio .gallery .items {
    padding: 0 15px;
}*/

    .portfolio .gallery .items .item-img {
        overflow: hidden;
        position: relative;
        height: 440px;
    }
/*featured collections marign*/
.item-img.nohover.bg-img:hover {
    /*top: -12px;
    transform: scale(1.1);*/
}

.portfolio .gallery .items .item-img > a {
    display: block;
}

.Mixmatch.portfolio .gallery .items .item-img:hover .item-img-overlay {
    opacity: 1;
    visibility: visible;
}

.Mixmatch.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;
}

/*.Mixmatch.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;
}*/

.Mixmatch.portfolio .gallery .items .item-img:after {
    width: 50px;
    height: 1px;
    top: 50%;
    left: -100px;
}

.Mixmatch.portfolio .gallery .items .item-img:before {
    height: 50px;
    width: 1px;
    left: 50%;
    top: -100px;
}

.Mixmatch.portfolio .gallery .items .item-img:hover:after {
    left: 50%;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}

.Mixmatch.portfolio .gallery .items .item-img:hover:before {
    top: 50%;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.Mixmatch.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 {
   
    padding: 10px 20px;
}

    .portfolio .gallery .items .info h5 {
        /*font-size: 18px;*/
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .portfolio .gallery .items .info .price {
        color: #000;
    }
        .portfolio .gallery .items .info span {
        color: #777;
        font-size: 12px;
        text-transform: uppercase;
       /* letter-spacing: 4px;*/
    }
/*old*/
/*.Mixmatch.portfolio .gallery.twsty .items {
    width: 50%;
}*/

.Mixmatch.portfolio .gallery.twsty .four-column {
    width: 25%;
}

    .Mixmatch.portfolio .gallery.twsty .four-column .item-img {
        height: 300px;
    }

.Mixmatch.portfolio .gallery.twsty .three-column {
    width: 33.333333% !important;
}

.Mixmatch.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: #a7a9ad;
            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 #a7a9ad;
        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: #a7a9ad;
}

    .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: #a7a9ad;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

        .call-action .content h6 span {
            color: #a7a9ad;
        }

    .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: #a7a9ad;
                }

        .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: #a7a9ad;
        }

        .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: #a7a9ad;
                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;
        right: 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%;
            left: 0;
        }

        .testimonials.grid .item .cont:before {
            width: 5%;
            right: 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: #a7a9ad;
                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: #a7a9ad;
            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: #a7a9ad;
}

    .testimonials.bg-img .navs span:hover {
        background: #a7a9ad;
        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: #a7a9ad;
            font-weight: 600;
            float: right;
        }

    .blog-grid .item h5 {
        font-size: 17px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .blog-grid .item .more {
        color: #a7a9ad;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-bottom: 1px solid #a7a9ad;
        -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: #a7a9ad;
        }

            .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: #a7a9ad;
            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: #a7a9ad;
            color: #a7a9ad;
        }

.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: #a7a9ad;
                    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: #a7a9ad;
        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 ] ====================== */

.main-footer {
    /*padding: 100px 0 0;*/
}

    .main-footer.dark {
        background: #6f6f6f;
        color: #fff;
    }

    .main-footer .abot p {
        font-size: 13px;
    }

    .main-footer .abot .social-icon {
        margin-top: 20px;
    }

        .main-footer .abot .social-icon a {
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            font-size: 13px;
            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;
        }

            .main-footer .abot .social-icon a:hover {
                border-color: #a7a9ad;
                color: #a7a9ad;
            }

    .main-footer .usful-links ul {
        margin: 0;
    }

        .main-footer .usful-links ul li {
            font-size: 13px;
            margin-bottom: 10px;
        }

            .main-footer .usful-links ul li:hover {
                color: #a7a9ad;
            }

            .main-footer .usful-links ul li i {
                font-size: 10px;
                color: #a7a9ad;
                margin-right: 5px;
            }

    .main-footer .fothead h6 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .main-footer .fotcont .fothead h6 {
        position: relative;
        padding-bottom: 10px;
    }

        .main-footer .fotcont .fothead h6:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            background: #ffffff59;
            height: 1px;
        }

    .main-footer .fotcont p {
        font-size: 13px;
    }

    .main-footer .sub-footer {
        padding: 30px 0;
        margin-top: 50px;
        border-top: 1px solid #ffffff59;
    }

        .main-footer .sub-footer p {
            font-size: 13px;
        }


/* ====================== [ End Footer ] ====================== */


/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 991px) {
    .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;
    }

    .navbar {
        min-height: 60px;
    }

       /* .navbar .navbar-collapse {
            max-height: 340px;
            overflow: auto;
            background: #111;
            text-align: center;
            padding: 10px 15px;
        }*/

        .navbar .nav-link {
            margin: 10px auto !important;
        }

        .navbar .logo {
            margin-left: 15px;
            width: 50px;
        }

    .nav-scroll .navbar-collapse .nav-link,
    .light .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active,
    .light .navbar-collapse .active {
        color: #a7a9ad !important;
    }

    .light .social-icon a,
    .nav-scroll .social-icon a {
        color: #fff;
    }

    .navbar .social-icon,
    .navbar .search {
        border: 0;
        padding: 0;
        margin: 30px 0px;
    }

        .navbar .social-icon a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }

        .navbar .search .search-form {
            display: none;
            position: static;
            height: auto;
        }

            .navbar .search .search-form form {
                position: static;
                width: 100%;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }

                .navbar .search .search-form form input {
                    padding: 15px;
                    width: 100%;
                    font-size: 14px;
                }

            .navbar .search .icon,
            .navbar .search .search-form .close {
                display: none;
            }

    .navbar-nav .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        background: #222;
        text-align: center;
            
    }

        .navbar-nav .dropdown-menu .dropdown-item {
            color: #eee;
        }

        .navbar-nav .dropdown-menu.show {
            display: block;
        }


    .navbar .navbar-nav .nav-link:hover {
        color: #a7a9ad;
    }

    .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: #a7a9ad;
            }

        .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 .sub-footer {
        margin-top: 20px;
    }

        footer .sub-footer .text-left,
        footer .sub-footer .text-right {
            text-align: center !important;
        }
}

@media screen and (max-width: 767px) {
    .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;
    }

    .navbar .logo {
        width: 60px;
    }

    .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;
    }
}

@media screen and (max-width: 480px) {
    .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;
    }
}


/* ====================== [ End Responsive ] ====================== */

/*featured collection in home page*/
.info.mt-10.man {
    background-color: #a7a9ad !important;
    margin-top: 3px !important;
    color: #fff !important;
}

.portfolio .gallery .items .nohover:hover:before {
    top: 50%;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    display: none;
}

.portfolio .gallery .items .nohover:after {
    width: 50px;
    height: 1px;
    top: 50%;
    left: -100px;
    display: none;
}

.mt-80 {
    margin-top: -80px !important;
}

.manbor {
    border: 1px solid #eee !important;
}

.main-footer.dark p {
    background: #6f6f6f;
    color: #fff !important;
}


/* .man-one :hover {*/


/*    background-color: #76228285 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/

.manbor > h6:hover {
    background: none !important;
}

.manbor > p:hover {
    background: none !important;
}

.manbor a:hover {
    background: none !important;
    color: #fff !important;
}

.services .item-bx:hover a {
    color: #eee !important;
}


/*.man-two :hover {*/


/*  background-color: #b7d432a1 !important;*/


/*  background-blend-mode: multiply !important;*/


/*}*/


/*.man-three :hover {*/


/*  background-color: #00aeef !important;*/


/*  background-blend-mode: multiply !important;*/


/*}*/


/*.man-four :hover {*/


/*    background-color: #ef432354 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-five :hover {*/


/*    background-color: #79c4709c !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-six :hover {*/


/*    background-color: #c7c3198a !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-seven :hover {*/


/*    background-color: #e6007e40 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-eight :hover {*/


/*    background-color: #466ab199 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-nine :hover {*/


/*    background-color: #645c0069 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-ten :hover {*/


/*    background-color: #f8981d6e !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-eleven :hover {*/


/*    background-color: #05622359 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/


/*.man-twelve :hover {*/


/*    background-color: #007e7c59 !important;*/


/*    background-blend-mode: multiply !important;*/


/*}*/

.services .item-bx:hover {
    background-color: rgb(0 0 0 / 0%) !important;
    color: #fff;
    /* background: none !important; */
    z-index: auto !important;
}
/*old*/
/*.statementfixtures {
    border-left: 3px solid #762282;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.collections {
    border-left: 3px solid #b7d432;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.crystalglass {
    border-left: 3px solid #00aeef;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.flushspotlights {
    border-left: 3px solid #ef4323;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.pendantscollections {
    border-left: 3px solid #79c470;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.plasterpaintable {
    border-left: 3px solid #c7c319;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.tiffany {
    border-left: 3px solid #e6007e;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.bathroom {
    border-left: 3px solid #466ab1;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.walllights {
    border-left: 3px solid #645c00;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.designedbyyou {
    border-left: 3px solid #f8981d;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.outdoor {
    border-left: 3px solid #056223;
    padding-left: 10px !important;
    margin-left: 0px !important;
}

.shadesnonelectric {
    border-left: 3px solid #007e7c;
    padding-left: 10px !important;
    margin-left: 0px !important;
}
*/

/*     i.fa.fa-heart {*/


/*    color: #fff;*/


/* left: 10px; */


/*    line-height: 5px;*/


/*    margin-left: 10px;*/


/*}*/


/*   .light >   i.fa.fa-heart{color:#fff;}*/


/*    nav.navbar.change.navbar-expand-lg.nav-scroll .container div#navbarSupportedContent > i.fa.fa-heart.nav-link {*/


/*    color: #000;*/


/*}*/


/*i.fa.fa-heart {*/


/* color: #fff; */


/*    color: #fff;*/


/* left: 10px; */


/*    line-height: 5px;*/


/*    margin-left: 10px;*/


/*}*/

.sideheart {
    color: #fff;
    position: fixed;
    right: 0;
    z-index: 8;
    background-color: #b3b0b0;
    top: 23%;
    color: #fff !important;
}

    .sideheart > i.fa.fa-heart {
        color: #fff !important;
        /* height: 40px !important; */
        padding: 7px;
        /* z-index: 99999999999999 !important; */
    }

#sidebar {
    display: none;
}

.sideopen {
    display: block !important;
}

.sideopen {
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    position: fixed;
    right: 0;
    top: 23%;
    /* color: #fff; */
    z-index: 9;
    width: 400px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.side-email {
    width: 32px;
    margin: 0px auto;
}

h2.sidetitle.playfont {
    font-size: 16px;
}

a.side.btn-curve.btn-color {
    padding: 2px 10px;
    text-align: center;
    /* height: 28px; */
}

    a.side.btn-curve.btn-color > span {
        font-size: 19px;
        text-transform: capitalize !important;
        letter-spacing: 1px;
        text-align: center;
    }

hr.sidehr {
    margin: 0;
    padding: 0;
    color: #e5e5e5;
}

.hide {
    display: none !important;
}
/*old*/
/*table,
tr,
td {
    border: 1px solid #00000042;
    padding: 5px;
}
*/
.sidetableleft {
    float: left;
    font-size: 13px;
    padding-top: 5px;
}

.sidetableright {
    float: right;
    margin-right: 23px;
    font-size: 14px;
    margin-top: -3px;
    padding-top: 4px;
}

.no-padding-margin input[type="text"] {
    margin-bottom: 15px;
}

.sidetr {
    height: 80px;
}

#popform {
    display: none;
}

.sideopen1 {
    position: fixed;
    left: 30%;
    width: 40%;
    /* right: auto; */
    top: 23%;
    background: #fff !important;
    z-index: 9999;
    display: block !important;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

label.poplpl {
    padding: 5px 0px;
    width: 29%;
    vertical-align: middle;
}

.popfld {
    width: 60%;
}

a.side.btn-curve.btn-color.wishtn {
    margin-left: 29px;
    margin-top: 20px;
}

.clsright {
    float: right;
    margin-top: -24px;
}

a.side.rigt.btn-curve.btn-color {
    float: right;
    right: 10%;
    top: 1%;
    background: #a7a9ad !important;
    border-color: #a7a9ad !important;
}

a.list-group-item.list-group-item-action {
    font-size: 11px;
    line-height: 21px;
    font-weight: 400;
    text-transform: capitalize;
    /* color: #fff; */
    letter-spacing: 1px;
    border: none;
}

h2.menutit {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f5f5f5;
    /*padding: .75rem 1.25rem;*/
    padding: .75rem .25rem;
}

.list-group-item {
    padding: .25rem .25rem !important;
}

.wishtop {
    background-color: #f5f5f5;
    padding: 9px 0px 9px 0px;
    border: 1px solid #8a8a8a78;
    border-radius: 2px;
}

section.wishlist {
    /* padding: 0px 20px; */
}

label.wishlpl {
    font-size: 13px;
    margin: 0;
}

input.wishfld {
    width: 95%;
    border: 1px solid #00000029;
    padding-left: 12px !important;
    border-radius: 4px;
    height: 25px;
    margin-bottom: 10px;
}

.wishfldd {
    border: 1px solid #00000029;
    padding-left: 12px !important;
    border-radius: 4px;
}

textarea.wishfld.notes {
    width: 100%;
    height: 101px !important;
    border: 1px solid #00000029;
    padding-left: 30px !important;
    border-radius: 4px;
    padding-right: 20px !important;
}

input#quantity {
    border: 1px solid #00000029;
    padding-left: 12px !important;
    border-radius: 4px;
    width: 100%;
}

img.itemimg {
    width: 93px;
    height: auto;
    text-align: center;
    margin: 0px auto;
    vertical-align: middle;
}

.mid {
    text-align: center;
    vertical-align: middle !important;
}

tr.tbtit > th {
    font-size: 13px;
    padding: 10px 3px;
}

img.tbimg {
    width: 24px;
    float: left;
    position: relative;
    left: 25%;
}

img.tbimg1 {
    width: 24px;
    float: right;
}
/*old*/
/*.table td,
.table th {
    padding: 10px 6px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}*/

a.extandsection {
    font-size: 14px !important;
    cursor:pointer;
}

.labelsec {
    border: 1px solid #00000029;
    padding-left: 12px !important;
    border-radius: 4px;
}

.alignright {
    text-align: right;
}

input.pricetot {
    width: 95px;
}

input.pricetot {
    width: 65px;
    margin-left: 6px;
    padding-left: 10px;
}

textarea.wishfld.notes1 {
    border: 1px solid #00000029;
    width: 100%;
    /*width: 400px;*/
    /*height: 50px !important;*/
}

.col-md-4.mt17 {
    margin-top: 17px;
}

/*select {
    font-size: 14px;
    border: 1px solid gainsboro;
    padding: 2px 8px;
}
*/
.wish {
    padding: 4px 10px !important;
}

.wishrow-hide {
    display: none;
}

.sidestatic {
    position: fixed;
    background-color: #fff;
    text-align: center;
    /* margin: 0px auto; */
    width: 200px;
    vertical-align: middle !important;
    /* height: 81px; */
    padding: 12px 26px;
    box-shadow: 1px 1px 5px 1px #eaeaea;
}

a.btn-colorwl {
    font-size: 14px;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    margin-top: 24px !important;
    line-height: 34px;
    width: 100%;
    height: 34px;
    color: #fff;
    background-color: #797979;
}

a.btn-colorwl1 {
    background-color: #797979;
    padding: 4px 11px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
    color: #fff;
    /*background-color: #797979;*/
    /*padding: 10px 0;*/
    /*font-size: 16px;*/
    /*border-radius: 5px;*/
    /*text-align: center;*/
    /*margin-top: 19px !important;*/
    /*line-height: 20px;*/
    /*width: 100%;*/
    /*color: #fff;*/
}
.btn-colorwl.m-space.sty {
    width: 50px;
    float: right;
    margin: 0px !important;
    margin-left: 0px;
    line-height: 29px;
    height: 29px;
    margin-left: 5px !important;
}

@media only screen and (max-width:767px) {
    .btn-colorwl.m-space.sty {
        margin-top: 2px !important;
    }
}

input#birthday {
    width: 100%;
    padding-left: 10px;
    font-size: 14px !important;
    border: 1px solid #00000029;
    padding-left: 12px !important;
    border-radius: 4px;
    height: 34px;
}

ul.btnswish {
    display: flex;
}

    ul.btnswish > li {
        padding: 0px 10px !important;
    }

a.btn-curve.btn-color.mt-20.wish > span i {
    padding-right: 4px;
}

a.btn-curve.btn-color.mt-20.wish {
    padding: 6px 10px 3px 10px !important;
    font-size: 14px !important;
    border-radius: 5px;
}

i.fa.fa-heart.nav-link:after {
    /*content: "2";*/
    /* top: -10px; */
    margin-top: -19px !important;
    position: absolute;
    margin-left: -7px;
    padding-left: 2px;
    color: #fff;
    line-height: 16px;
    border-radius: 50%;
    /* background-color: #000; */
    vertical-align: middle;
    font-weight: 900;
    text-align: center;
    height: 17px;
    font-size: 12px;
    width: 17px;
    background-color: #000;
}

/*.dropdown-hover:hover > .dropdown-menu {   hover changed to clicking option
        display: block;  
    }*/

/*.dropdown-menu {
    display: none;
}*/
.dropdown-hover > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/*i.fa.fa-heart {
    color: #fff;*/
    /* left: 10px; */
    /*line-height: 5px;
    margin-left: 10px;
}*/

@media only screen and (max-width:991px) {
    .list-group-flush h5 {
        color: white;
    }
    .dropdown-menu .menutit {
        color: white;
    }
        .dropdown-menu .menutit:hover {
            color: white;
        }
}

.light > i.fa.fa-heart {
    color: #000;
}

nav.navbar.change.navbar-expand-lg.nav-scroll .container div#navbarSupportedContent > a i.fa.fa-heart.nav-link {
    color: #000;
}

    nav.navbar.change.navbar-expand-lg.nav-scroll .container div#navbarSupportedContent > a i.fa.fa-heart.nav-link:after {
        /*content: "2";*/
        /* top: -10px; */
        margin-top: -19px !important;
        position: absolute;
        margin-left: -7px;
        padding-left: 2px;
        color: #fff;
        line-height: 16px;
        border-radius: 50%;
        /* background-color: #000; */
        vertical-align: middle;
        font-weight: 900;
        text-align: center;
        height: 17px;
        font-size: 12px;
        width: 17px;
        background-color: #6f6f6f;
    }

ul.top-wish {
    display: flex;
    margin: 0;
}

    ul.top-wish > li {
        padding: 0px 13px;
    }

.col-md-10.mobpad:after {
    content: "";
    height: 35px;
    background: #00000033;
    width: 2px;
    position: absolute;
    top: -3px;
    left: 91%;
}

.pt-0 {
    padding: 0;
}

.wishtab {
    width: 100%;
}

.mtauto {
    margin: 0px auto;
}


/*Mobile responsive start*/

@media only screen and (max-width: 600px) {
    ul.btnswish {
        display: block !important;
    }

    .sidestatic {
        position: absolute;
    }

    input.wishfld {
        width: auto;
    }

    input#birthday {
        width: 216px;
    }

    textarea.wishfld.notes {
        width: 100%;
        height: 79px !important;
        border: 1px solid #00000029;
        padding-left: 12px !important;
        border-radius: 4px;
    }

    .mobpad {
        padding: 5px 0px;
        margin-left: 10px;
    }

    .man-two,
    .man-three,
    .man-five,
    .man-six,
    .man-eight,
    .man-nine,
    .man-eleven,
    .man-twelve {
        margin-top: 15px;
    }

    .man-four,
    .man-seven,
    .man-ten {
        margin-top: -15px;
    }

    .insti {
        margin-bottom: 30px;
    }

    .portfolio .gallery.twsty .four-column {
        width: 100% !important;
    }

    .cont.text-center.banner-text-mob > p {
        font-size: 12px;
    }

    .cont.text-center.banner-text-mob > h1 {
        margin-bottom: 0px;
        margin-top: 80px;
        font-size: 35px;
    }

    button.btn.btn-primary.dropdown-toggle {
        margin: 10px 0px !important;
        border-radius: none;
    }

    .dropdown-menu.show {
        z-index: 999999999999;
    }

    .portfolio .gallery.twsty .list-page {
        width: 100% !important;
        margin: 5px;
        border: 1px solid #00000029;
        padding-top: 10px;
        height: auto;
    }

        .portfolio .gallery.twsty .list-page .item-img {
            margin: 0px 0%;
        }

    .pt-b-60 {
        padding-bottom: 60px;
    }

    .filed {
        padding: 0px 20px;
    }

    input.wishfld {
        width: 100%;
        /* margin: 0px 0px; */
        /* padding: 0px 20px; */
    }

    input#birthday {
        width: 100%;
    }

    .col-md-3.m-pt-none {
        padding-left: 0 !important;
        padding-right: 0;
    }

    .col-md-12.add-area {
        padding: 10px 26px;
    }

    a.btn-colorwl {
        margin-bottom: 20px !important;
    }

    .tabarea.wishtab {
        padding-left: 15px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 0%;
    }
}


/*Mobile responsive End*/

.navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 95%;
}

/*.portfolio .gallery.twsty .list-page {
    width: 24%;
    margin: 5px;
    border: 1px solid #00000029;
    padding-top: 10px;
    height: 380px;
}*/

    /*.portfolio .gallery.twsty .list-page .item-img {*/
        /* height: 300px; */
        /* width: 100% !important; */
        /*height: 274px !important;
        background-size: contain !important;
        background-position: center;
        margin: 10px;
        margin-top: 5px !important;
    }*/

.add-area {
    padding: 5px 0px 20px 0px;
    border-top: 1px solid #d6d1d1;
    margin-top: 15px;
}

textarea {
    resize: none;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .navbar .navbar-collapse {
        /*max-height: unset;*/
        height: auto;
    }
    .navbar-collapse.filter.collapse {
        height: auto !important;
    }

    button.navbar-toggler {
        margin: 15px 0px;
    }

    nav.navbar.change.navbar-expand-lg button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

    nav.navbar.change.navbar-expand-lg.nav-scroll .list-group.list-group-flush img {
        display: none;
    }

    .navbar .navbar-nav .nav-link {
        border: 1px solid transparent;
        padding: 5px 20px;
    }

        .navbar .navbar-nav .nav-link:hover {
            border: 1px solid #a7a9ad;
            padding: 5px 20px;
            border-radius: 6px;
            /* height: 30px; */
            color: #a7a9ad;
            background: #000;
        }

    .nav-scroll .search {
        margin-bottom: 30px;
    }

    .pages-header {
        height: auto;
        padding: 80px 0px;
    }

        .pages-header .cont h1 {
            font-size: 40px;
            margin-top: 80px;
            margin-bottom: 0px;
        }
}

@media only screen and (min-width: 600px) {
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    /*.pages-header {
        height: auto;
        padding: 80px 0px;
    }*/

    .mm-price {
        float: right;
        margin-top: 0px;
        margin-right: -10px;
        margin-bottom: 3px;
    }
}

@media only screen and (max-width:450px) {
    .mm-price {
        margin-top: 0px;
    }
}

@media only screen and (min-width:992px) {
    .mm-price {
        float: right;
        margin-top: -40px !important;
        margin-right: -10px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

/*@media only screen and (min-width: 992px) {
    .pages-header {
        height: auto;
        padding: 120px 0px 80px 0px;
    }
}
*/

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
}


.badge-notify {
    background: #f00;
    position: absolute;
    top: -10px;
    left: -17px;
    margin-left: -7px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.light, .nav-scroll {
    background: #fff !important;
}



/*.navbar {
    background: #333;*/ /*#a9a6a6;*/
/*}*/


.no-padding-margin {
    padding: 0px;
    margin: 0px;
}

.display-none {
    display: none;
}

#exportCanvas {
    vertical-align: top;
    margin: 2px
}
/*
#left_7 {
    position: absolute !important;
}

#left_6 {
    position: absolute !important;
}

#left_5 {
    position: absolute !important;
}*/


.logo {
    width: 26% !important;
}

.menutit {
    font-weight: bold;
}

.list-group-flush {
    margin-bottom: 15px;
}

.item-list-container {
    margin-right: calc(10vw);
    margin-left: calc(10vw);
    max-width: calc(80vw);
}


.custom_tab li.list a.active {
    background-color: #efeaea;
    border-bottom: 0px;
    font-size: 14px;
}

.stock {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

nav.navbar.change.navbar-expand-lg.nav-scroll .container div#navbarSupportedContent > a i.fa.fa-file-alt.nav-link {
    color: #000;
}

.fa.fa-file-alt {
    color: #fff;
    line-height: 5px;
}

#Images.lightbox.img-enlargeable:last-of-type {
    height: 80% !important;
}


.mandatory {
    color: #d33;
}
.mandatory-error {
    color: #d33;
    font-weight: bold;
    border-color: #d33;
}

.order-save {
    color: #d33;
}

#cartErrMsg {
    color: #d33;
}
/*
#hdrCart, #hdrCatalogue {
    color: white;
}*/


.info-range {
    background-color: #a7a9ad;
    color: #ffffff;
    text-align: center;
}

.mm-price {
    display: none;
}







.info.mt-10 {
    text-align: center;
    margin-bottom: 10px;
}

/*.item-img.bg-img:hover {
    transform: scale(1.1);
}*/


.item-list-other-img {
    max-width: 35px;
    /*max-width: 50px;
    max-height: 50px;*/
    margin-top: 5%;
}

.item-info-other-img {
    /*  max-width: 100px;
    max-height: 100px;     */
    max-width: 70px;
    max-height: 70px;
    height: fit-content;
}

.item-info-other-img-current {
    border: 2px solid #a7a9ad;
}
.more-options {
    vertical-align: bottom;
    margin: 3px;
    cursor: pointer;
    font-size: smaller;
    margin-top: 40px;
}
/*.items.list-page.listwidth:hover .stockitem {*/
    .items.list-page.listwidth .stockitem {
    white-space: normal;
    display:block;
    font-weight:500;
}
        .items.list-page.listwidth .stockitem .stock {
            font-weight: 600;
        }
        /* adding wishlist in the list on hover*/
        /*.items.list-page.listwidth:hover {
    border: 3px solid #00000029 !important;
    transform: scale(1.15);
    background: #fff;
    z-index: 1;
    height: fit-content !important;
    min-height: 395px !important;
}*/
        /*search icon in the menu */
        @media only screen and (min-width:992px) {
            .container.list {
        display: none;
    }

    .search-form.text-center.custom-font.text {
        display: none;
    }

    span.close.pe-7s-close.cursor-pointer.navmenu {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .search-form.text-center.custom-font {
        position: fixed;
        height: 60px;
        left: 10px;
        width: 95%;
        top: 4px;
        border-radius: 100px;
    }

    .search-form form {
        top: 5% !important;
        width:100%;
        left:-20%;
    }

        .search-form form input {
            position: absolute;
            left: 30%;
            width: 70%;
            font-size: 15px;
            padding: 5px;
        }

    .menubaricon span.close.pe-7s-close.cursor-pointer {
        top: -12%;
        right: 10px;
        font-size: 20px;
        background: #c1c1c1;
        border-radius: 20px;
    }

    .fas.fa-search.iconstyle {
        position: absolute;
         top: -5px;
        right: -20px;
        margin-top: 15px !important;
    }

    div#navbarSupportedContent {
        top: 51px;
        position: absolute !important;
        width: 100%;
        /* left: 8%; */
        left: 0;
    }

    .cursor-pointer.navmenu {
        color: white;
        font-weight: 800;
        font-size: 2rem;
        background: #6e6e6e;
        border-radius: 50%;
    }    
}

@media only screen and (max-width:768px) {

    .portfolio .gallery.twsty .list-page {
        width: 46% !important;
    }
}

@media only screen and (max-width:591px) {
    .fa-search.text {
        left: 83% !important;
    }

    .portfolio .gallery.twsty .list-page {
        width: 90% !important;
    }
}


@media only screen and (max-width:391px) {
    .cursor-pointer.text {
        right: 8%;
    }
}

/* tooltip option*/
.tooltip {
    display: contents !important
}

.hover-effot.tooltext {
    width: 10%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #464646;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 6px 2px;
    position: absolute;
    z-index: 1;
    font-size: 0.85rem;
    font-family: none;
    margin-top: 25px;
    margin-left: -5%;
}

@media only screen and (max-width:991px) {
    .tooltip .tooltiptext {
        margin-left: -7% !important;
    }
}
@media only screen and (max-width:768px) {
    .tooltip .tooltiptext {
        margin-left: -15% !important;
    }
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.stockitem {
    /*display:none;*/
    color: black !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}



/*other img in the info*/
.websiteimage-div {
    border: 1px solid #808080;
    max-width: calc(20vw);
    max-height: 510px;
    display: flex;
    margin: 2px;
}
.item-img:hover .items.list-page.listwidth
{
    transform: scale(1.11);
}


/*.list-page.listwidth:hover .carticon {
    display: block;
    color: black !important;
}
*/

@media only screen and (max-width:992px) {
    #mainsection {
        margin-top: 58px !important;
    }
}
/*.gallery.twsty .listwidth .item-img.bg-img {
    height: 225px !important;
}*/

/*.items.list-page.listwidth {
    height: 440px !important;
}*/

.item-list-other-options {
    height: 40px !important;
    width: 40px !important;
    display: flex;
    justify-content: center;
    border: 1px solid #00000029;
    margin: 2px;
    align-items: center;
}

.item-info-other-options {
    /* height: 110px !important;
    width: 110px !important;*/
    height: 80px !important;
    width: 80px !important;
    display: flex;
    justify-content: center;
    border: 1px solid #00000029;
    margin: 2px;
    align-items: center;
}
    .item-info-other-options a{
        margin:auto;
        display:flex;
    }
.item-info-other-options img {
    margin: auto;
    display: flex;
}
.title-info {
    font-weight: 400;
    line-height: 35px;
}
.section-padding .container-fluid .row .full-width {
    margin-left: 2%;
}

.stockitem .stock {
    font-size: 12px;
    white-space: pre;
    text-transform: none !important;
}

.cartstyle {
    float: right;
    font-size: small;
    font-weight: bold;
}

.installationrow {
    display: none;
}

@media only screen and (min-width:992px) {
    .fa-filter.icon-bar {
        display: none !important;
    }
}

@media only screen and (max-width:992px) {
    .cursor-pointer.text.nav-scroll {
        position: fixed;
        left: 80% !important;
    }
}

@media only screen and (max-width:768px) {
    .cursor-pointer.text.nav-scroll {
        left: 75% !important;
    }
}

@media only screen and (max-width:698px) {
    .cursor-pointer.text.nav-scroll {
        left: 80% !important;
    }
}


.item-info-other-options.current {
    border: 2px solid #a7a9ad;
}

/*.sticky*/ /*image to get sticky*/ /*{
    position: sticky !important;
    top: 180px;
}*/
/*colour change to menubar icons*/
.container .menu-icon {
    color: white;
}
.nav-scroll .container .menu-icon {
    color: black;
}
.navbar-toggler .menu-icon {
    color: white;
    position: relative;
    font-size: 1rem;
    margin-left: 5px;
    top: -1px;
}

.navbar-collapse.collapse.filter {
    background: white;
}

.navbar-toggler .badge.badge-notify {
    margin-right: -20px;
    margin-left: 0px !important;
}
/*@media only screen and (max-width:991px) {
    .navbar-collapse .menu-icon {
        display: none;
    }
    .navbar-collapse .badge
    {
        display:none;
    }
}*/
.navbar-expand-lg .navbar-toggler {
    position: absolute;
    right: 30px;
}

@media only screen and (max-width:991px) {
    .menubaricon {
        position: absolute;
        right: 85px;
    }
}
/*.badge
{
    margin-left:-14px !important;
    font-size:10px;
}*/

.itemadded {
    display: none;
    color: black !important;
}

.item-info-other-options:hover {
    transform: scale(1.1);
    background: white;
    border: 1px solid #00000029;
}


.listcartoption .cartbutton.icondisplay {
    display: none !important;
}
/*old
.item-list-other-options.onhover{
    width:55px !important;
}*/

/*.listwidth .carticon {
    position: relative;
    left: 85%;
    font-size: 14px;
    top: 0px;
    color: white !important;
}*/
.items.listwidth .cartbutton {
    display: none;
}
.items.listwidth:hover .cartbutton {
    display: block ;
}
    /*svg css for carton click*/
    .circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn + svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

/*
.listcartoption { 
    position: absolute;
    bottom: 0;
    right: 5%;
}*/

 .icondisplay {
    display: none !important;
}

/*#tick {
    position: absolute;
    left: 85%;
    font-size: 14px;
    top: 0px;
    z-index:99;
}
*/


.circle-item {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding-top: 5px;
    background: #fff;
    border: 1px solid grey;
    color: grey;
    text-align: center;
    font: 12px Arial, sans-serif;
}
.lazy-img {
    transition: filter 0.5s;
    filter: blur(5px);
}
@media(max-width: 767px) {
    .bc {
        display: none
    }
}
.w-50 {
    width: 50% !important;
}

.shop-by-category .row{
    display:flex;
    flex-wrap:wrap;
}

.layer-bg {
    background-color: #0000001c;
    margin: auto;
    padding: 10px 15px;
    height: inherit;
    border-radius: 20px;
    color:black;
}

.shop-by-category p {
    font-size: 13px;
    line-height: 20px;
}
.shop-by-category h6 {
    font-size: 16px;
    line-height: 24px;
}


/*****************  ROOMS ********************/
.rooms-section .row {
    display: flex;
    flex-wrap: wrap;
    margin:auto!important;
}
.rooms-section .item-img.bg-img {
/*    background-position: 50% 50% !important;*/
    border-radius: 18px;
    background-position: unset !important;

}
.rooms-items {
    width: 14.9%;
    /*    padding: 0px 10px;*/
    margin-bottom: 50px;
    margin-left: 8px;
    margin-right: 8px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 4px;
    border-radius: 20px;
}

    .rooms-items .info h5 {
        font-size: 20px;
        line-height: 40px;
    }

    .rooms-items .item-img.bg-img {
        transition: transform .2s;
        height: 100%;
        border-radius: 12px;
        background-position: unset !important;
    }

/*@media only screen and (max-width: 600px) {
    .rooms-items {
        width: 45.9%;
    }
}

@media only screen and (min-width: 600px) {
    .rooms-items {
        width: 45.9%;
    }
}

@media only screen and (min-width: 768px) {
    .rooms-items {
        width: 29.9%;
    }
}

@media only screen and (min-width: 992px) {
    .rooms-items {
        width: 22.9%;
    }
}

@media only screen and (min-width: 1200px) {
    .rooms-items {
        width: 14.9%;
    }
}*/

.info-bottom-items .gallery.gallery_cards,
.info-bottom-items.grid-pad {
    justify-content: center;
}
.info-bottom-items.grid-pad {
    display: flex;
    flex-wrap: wrap;
}

.gallery_cards{
    justify-content:center;
}

.layer-bg {
    background-color: #0000001c;
    margin: auto;
    padding: 10px 15px;
    height: inherit;
}

/*****************  ROOMS ********************/

.rooms-items {
    width: 14.9%;
    padding: 0px 10px;
    margin-bottom: 50px;
    margin-left: 8px;
    margin-right: 8px;
    height: 400px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 8px;
}

    .rooms-items .info h5 {
        font-size: 15px;
        line-height: 32px;
    }

    .rooms-items .item-img.bg-img {
        transition: transform .2s;
        height: 100%;
    }

@media only screen and (max-width: 600px) {
    .rooms-items {
        width: 44.9%;
    }
}

@media only screen and (min-width: 600px) {
    .rooms-items {
        width: 44.9%;
    }
}

@media only screen and (min-width: 768px) {
    .rooms-items {
        width: 29.9%;
    }
}

@media only screen and (min-width: 992px) {
    .rooms-items {
        width: 22.9%;
    }
}

@media only screen and (min-width: 1200px) {
    .rooms-items {
        width: 14.9%;
    }
}

/****************   HEADER START ***************************/

.hd-size-2 {
    font-size: 2rem !important;
}

@media only screen and (max-width: 767px) {
    .hd-size-1-mob {
        font-size: 1.1rem !important;
    }
}
.breadcrumb {
    font-size: 11px;
    padding: 8px 15px 0px !important;
}

/****************   HEADER END ***************************/
.dd-left-20 {
    left: -20px;
}


/*.row.grid-pad {
    display: flex;
    flex-wrap: wrap;
}*/
.listPrice.row{
    display:none;
}
.shop-item {
    position: relative;
    width: 100%;
}
.bottom-content {
    width: 100%;
}

a.btn.page-scroll {
    margin-top:20px;
}


/************************** FOOTER ************************/
.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #BA9F63;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: lightgrey;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: lightgrey;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: lightgrey;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: lightgrey;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: lightgrey;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 150px;
        background: #BA9F63;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #BA9F63;
    }

    .footer-widget ul li a {
        color: lightgrey;
        text-transform: capitalize;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: lightgrey;
    }

    .subscribe-form button {
        position: absolute;
        /*right: 0;*/
        right: 50px;
        background: #BA9F63;
        padding: 13px 20px;
        border: 1px solid #BA9F63;
        /*top: 0;*/
        top:2px;
    }

        .subscribe-form button i {
            color: lightgrey;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: lightgrey;
}

    .copyright-text p a {
        color: #BA9F63;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #BA9F63;
    }

    .footer-menu li a {
        font-size: 14px;
        color: lightgrey;
    }

.instagram-bg {
    background: #E4405F;
}

/*FOOTER ENDS*/
.item-bx.bg-img.menu-bg-box {
    position: unset !important;
    /*margin-bottom: 35px;*/
    border-radius: 25px;
}
.hd-category-menu {
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
    margin-bottom:30px;
}
.services .item-bx .more-14 {
    font-size: 14px !important;
}
.services .item-bx .more-16 {
    font-size: 16px !important;
}
.cat-name {
    font-size: 15px !important;
    letter-spacing: -0.8px !important;
    font-weight: 600;
    color:black;
}
.services .item-bx:hover {
    color: #fff;
}
.layer-bg:hover h6,
.layer-bg:hover p, .layer-bg:hover .more.custom-font {
    color: #fff !important;
}
.category-main {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.noUi-connect {
    background: darkgray !important;
}

/* -------------------------------- Elastic Search Start -------------------------------------------------------- */
#filterRecords {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.item-details, .category-details, #searchLoading {
    text-align: center;
}
.nav-tabs {
     margin-bottom: 0px !important; 
}
/* ----------------------------------------------------------- Elastic Search End -----------------------------------------------------*/

.carousel-big .carousel-inner .item .fill {
    background-position-y: top !important;
    background-position-x: center !important;
}


.nav.nav-tabs li.list.active i {
    color: #000!important;
}
.nav.nav-tabs li.list i {
    color: #1c1a1a!important;
}
.full-width{
    width:100%!important;
}

.recently-viewed-list .groupIcon {
    margin-bottom: 10px;
}