.main-slider {
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
    height: 100vh
}

.volume-btn {
    font-size: 15px;
    color: #e3e6e7;
    position: absolute;
    z-index: 99;
    top: 110px;
    cursor: pointer
}

.volume-btn:before {
    content: "";
    top: -5px;
    position: absolute;
    height: 30px;
    width: 2px;
    background: #e3e6e7;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg)
}

.volume-btn.active:before {
    content: none
}

.inner-slider-img {
    width: 108%
}

.inner-slider-img,
.slider-caption {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.inner-slider-img {
    background: #000
}

.slider-img {
    position: absolute;
    top: 0;
    width: 108vw;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .5s cubic-bezier(.215, .61, .355, 1)
}

.slide-far .slider-img,
.slide-next .slider-img {
    opacity: .5
}

.slide-far .slider-img {
    -webkit-transition: none;
    transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

.slide-item.active .slider-caption {
    width: 104%
}

.slide-next .slider-caption,
.slide-next .inner-slider-img {
    width: 4%;
}

.slide-far .inner-slider-img,
.slide-far .slider-caption {
    width: 0%
}

.left-slide-caption {
    position: absolute;
    bottom: 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    width: 200%;
    align-items: flex-end;
}

#slider-next {
    position: absolute;
    height: 100%;
    width: 167px;
    top: 0;
    z-index: 5;
    cursor: pointer
}

.slider-img video {
    width: calc(102vw - 123px);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.main-slider-inner {
    perspective: 1000px
}

.slider.active {
    filter: brightness(.7);
    transform: rotateX(5deg);
    -webkit-transform: rotateX(5deg);
    -moz-transform: rotateX(5deg);
    -ms-transform: rotateX(5deg);
    -o-transform: rotateX(5deg);
    -webkit-filter: brightness(.7)
}

.left-slide-caption h3 {
    font-size: 90px;
    font-family: "bold";
    line-height: 75px;
    color: #fff;
    font-weight: bolder;
}

.slider-caption h4 {
    display: inline-block;
    background: #adb8bc;
    color: #4C5354;
    padding: 5px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.slider-caption h4:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 15px;
    background-image: url(../images/main/arrow.png);
    background-repeat: no-repeat;
    top: 25%;
    background-size: contain
}

.slider-caption h4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(#b48c35, #f7c85f, #f7c85f, #b48c35);
    z-index: -1
}

.slide-item:hover h3 {
    color: #fff
}

.slide-item:hover h4::before {
    filter: brightness(.3) invert(1);
    -webkit-filter: brightness(.3) invert(1)
}

.slide-item:hover h4 {
    background: #39403F;
    color: #798C91
}

.slide-item.active .slider-caption h3 {
    animation: shadow_effect 1s ease-in-out .2s;
    color: #4C5354;
    -webkit-animation: shadow_effect 1s ease-in-out .2s
}

.slide-item.active .left-slide-caption:hover h3 {
    color: #fff;
    text-shadow: 0 0 2px #000
}

.slider-logo {
    position: absolute;
    top: 30px;
    color: #E1BB63;
    z-index: 3;
    text-align: center
}

.slider-chat {
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 3;
    text-align: center
}

.heart-div object {
    display: block;
    width: 48px;
    height: calc(100vh + 14px);
}

.chat-down i {
    animation: heart_beat 2s linear infinite;
    -webkit-animation: heart_beat 2s linear infinite
}

.slider-chat>div {
    display: inline-block;
    vertical-align: bottom
}

.con-whatsapp {
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 20px;
    background: #798C91;
    overflow: hidden;
    display: inline-block;
    color: #fff;
}

.con-whatsapp:hover {
    background: #39403F;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
}

.con-whatsapp .chat-down {
    transform: translateY(150%);
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%)
}

.con-whatsapp .chat-up {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%)
}

.con-whatsapp:hover .chat-up {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%)
}

.con-whatsapp:hover .chat-down {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.category-grid {
    background-color: #ededed;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 1
}

.category-grid:hover:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: .5;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 196, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    animation: cat_light .5s;
    -webkit-animation: cat_light .5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%)
}

.category-main-grid:first-of-type .category-grid:hover {
    background: #798C91;
}

.category-main-grid:nth-of-type(2) .category-grid:hover {
    background: #e1bb63;
}

.odd-categories .category-main-grid:first-of-type .category-grid:first-of-type {
    height: 800px;
}

.category-main-grid:first-of-type .category-grid:first-of-type {
    background-color: #e4e5e5
}

.category-main-grid:first-of-type .category-grid:nth-of-type(2) {
    background-color: #dbdcdd
}

.category-main-grid:nth-of-type(2) .category-grid:nth-of-type(2) {
    background-color: #d0d2d2
}

.category-main-grid:nth-of-type(2) .category-grid:nth-of-type(4) {
    background-color: #e4e5e5
}

.category-main-grid:first-of-type .category-grid:first-of-type:hover {
    background-color: #D6AA47
}

.category-main-grid:first-of-type .category-grid:nth-of-type(2):hover {
    background-color: #637478
}

.category-main-grid:first-of-type .category-grid:nth-of-type(3):hover {
    background-color: #4C5354
}

.category-main-grid:first-of-type .category-grid:nth-of-type(4):hover {
    background-color: #798C91
}

.category-main-grid:nth-of-type(2) .category-grid:first-of-type:hover {
    background-color: #798C91
}

.category-main-grid:nth-of-type(2) .category-grid:nth-of-type(2):hover {
    background-color: #4C5354
}

.category-main-grid:nth-of-type(2) .category-grid:nth-of-type(3):hover {
    background-color: #39403F
}

.category-main-grid:nth-of-type(2) .category-grid:nth-of-type(4):hover {
    background-color: #E1BB63
}

.cat-img {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 95%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    left: 2.5%;
    animation: cat_fade .7s ease-in-out;
    -webkit-animation: cat_fade .7s ease-in-out
}

.category-grid:hover .cat-img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.cat-description {
    position: relative;
    z-index: 1
}

.cat-description h3 {
    font-size: 40px;
    line-height: 40px
}

.cat-description h4 {
    font-size: 18px;
    color: #798C91;
    font-weight: 300
}

.cat-description h4 span {
    font-size: 25px
}

.category-grid a:hover .cat-description * {
    color: #fff
}

.cat-description h5 {
    color: #fff
}

.cat-description h5 span {
    opacity: 0;
    display: inline-block;
    font-size: 16px
}

.category-grid:hover h3 {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px)
}

.category-grid:hover h4 {
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    opacity: 0
}

.category-grid h5 {
    position: absolute;
    bottom: 60px;
    opacity: 0;
    font-size: 16px
}

.category-grid:hover h5 {
    bottom: 0;
    opacity: 1
}

.slide-container {
    perspective: 1000px;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important
}

.inner-about {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide {
    position: fixed;
    width: 108% !important;
    left: -4% !important;
    height: 100%;
    top: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transition: all .7s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: all .7s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .7s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: all .7s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .7s cubic-bezier(.215, .61, .355, 1);
    background: #fff
}

.about-svgs {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -10px;
    left: 0;
    z-index: 1;
    transition: top .5s ease-in-out .5s;
    -webkit-transition: top .5s ease-in-out .5s;
    -moz-transition: top .5s ease-in-out .5s;
    -ms-transition: top .5s ease-in-out .5s;
    -o-transition: top .5s ease-in-out .5s
}

.slide.active .inner-about .right-about-img {
    animation-play-state: running
}

.slide.active .about-svgs {
    top: 0
}

.slide:first-of-type {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.slide.prev.down {
    transform: translateY(-22%) scale(.95);
    -webkit-transform: translateY(-22%) scale(.95);
    -moz-transform: translateY(-22%) scale(.95);
    -ms-transform: translateY(-22%) scale(.95);
    -o-transform: translateY(-22%) scale(.95);
    filter: brightness(.7);
    -webkit-filter: brightness(.7)
}

.slide.active.down {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    filter: brightness(1);
    -webkit-filter: brightness(1);
    animation: filter_effect .7s ease-in-out;
    -webkit-animation: filter_effect .7s ease-in-out
}

.slide.active.up {
    filter: brightness(.7);
    -webkit-filter: brightness(.7);
    transform: translateY(-22%) scale(.95);
    -webkit-transform: translateY(-22%) scale(.95);
    -moz-transform: translateY(-22%) scale(.95);
    -ms-transform: translateY(-22%) scale(.95);
    -o-transform: translateY(-22%) scale(.95)
}

.slide.next.up {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    filter: brightness(1);
    -webkit-filter: brightness(1)
}

.slide.active.up.fp-completely {
    transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    filter: brightness(1);
    -webkit-filter: brightness(1)
}

.slide.active.up.fp-completely~.next.up {
    transform: translateY(100%) scale(1);
    -webkit-transform: translateY(100%) scale(1);
    -moz-transform: translateY(100%) scale(1);
    -ms-transform: translateY(100%) scale(1);
    -o-transform: translateY(100%) scale(1);
    filter: brightness(.7);
    -webkit-filter: brightness(.7)
}

.about-pg .dark-scroll::-webkit-scrollbar-track {
    background: #a5a8a9
}

.about-pg .dark-scroll::-webkit-scrollbar,
.about-pg .dark-scroll::-webkit-scrollbar-thumb {
    background: #4C5354
}

.about-pg .yellow-scroll::-webkit-scrollbar-track {
    background: #f0ddb0
}

.about-pg .yellow-scroll::-webkit-scrollbar,
.about-pg .yellow-scroll::-webkit-scrollbar-thumb {
    background: #E1BB63
}

.about-pg .gray-scroll::-webkit-scrollbar-track {
    background: #a2b2b6
}

.about-pg .gray-scroll::-webkit-scrollbar,
.about-pg .gray-scroll::-webkit-scrollbar-thumb {
    background: #798C91
}

.about-pg h3 {
    font-size: 900%;
    font-family: "bold";
    line-height: 100px;
    position: relative;
    padding: 70px 0 30px;
    margin-bottom: 30px
}

.left-about-grid>a {
    display: block;
    position: relative;
    color: #D6AA47;
    font-size: 18px;
    padding: 10px 0;
    z-index: 1
}

.left-about-grid>a:before {
    content: "";
    height: 3px;
    width: 100%;
    background: #4C5354;
    left: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    transition: all .5s cubic-bezier(.25, .46, .45, .95);
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .95);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .95);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .95);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .95)
}

.left-about-grid>a:hover {
    color: #4C5354
}

.left-about-grid>a:hover:before {
    top: calc(100% - 10px)
}

.about-pg .left-about-grid svg {
    position: absolute;
    max-height: 50px;
    max-width: 52px
}

#slide1 .left-about-grid svg:nth-of-type(2) {
    bottom: 0
}

.about-pg .left-about-grid svg:first-of-type {
    top: 0
}

.about-pg .left-about-grid svg:nth-of-type(2) {
    bottom: -30px
}

.slide:nth-of-type(odd) .left-about-grid svg:first-of-type {
    right: 0
}

.slide:nth-of-type(odd) .left-about-grid svg:nth-of-type(2) {
    left: 0
}

.slide:nth-of-type(even) .left-about-grid svg:first-of-type {
    left: 25px
}

.slide:nth-of-type(even) .left-about-grid svg:nth-of-type(2) {
    right: 25px
}

.yellow-scroll h3 a,
.yellow-scroll h3 {
    color: #D6AA47
}

.dark-scroll h3 a,
.dark-scroll h3 {
    color: #4C5354
}

.gray-scroll h3 a,
.gray-scroll h3 {
    color: #798C91
}

.inner-about .row {
    height: 100vh
}

.right-about-grid {
    position: relative;
    padding: 0;
    overflow: hidden
}

.right-about-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: scale(1);
    transition: all 6s ease-in-out;
    -webkit-transition: all 6s ease-in-out;
    -moz-transition: all 6s ease-in-out;
    -ms-transition: all 6s ease-in-out;
    -o-transition: all 6s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    animation-name: about_img;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-play-state: paused
}

.left-about-grid {
    z-index: 2;
    position: relative;
    padding-top: 130px;
    display: flex;
    flex-direction: column
}

.left-about-grid p {
    margin-top: auto
}

.inner-about {
    position: relative;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto
}

.inner-about-div {
    height: 100vh;
    position: relative;
    overflow: hidden
}

.slide:nth-of-type(odd) .left-about-grid {
    padding-left: calc(4% + 80px)
}

.slide:nth-of-type(even) .left-about-grid {
    padding-right: calc(5vw + 80px)
}

.inner-about-div:before,
.left-project-div:before {
    content: "";
    top: 100px;
    position: absolute;
    height: 100%;
    width: 35px;
    background-size: 35px;
    background-image: url(../images/about/left-bg.png);
    background-repeat: repeat-y
}

.slide:nth-of-type(odd) .inner-about-div:before {
    left: calc(4% + 10px)
}

.slide:nth-of-type(even) .inner-about-div:before {
    right: calc(4% + 10px)
}

.sec-num {
    position: absolute;
    top: 0;
    font-size: 16px
}

.inner-about-div h3 a {
    white-space: nowrap;
}

.sec-num:before {
    content: "";
    position: absolute;
    top: 47px;
    height: 2px;
    width: 100px
}

.yellow-scroll h3 .sec-num:before {
    background: #D6AA47
}

.dark-scroll h3 .sec-num:before {
    background: #4C5354
}

.gray-scroll h3 .sec-num:before {
    background: #798C91
}

.slide:nth-of-type(odd) .sec-num {
    right: calc(-100% + 56px)
}

.slide:nth-of-type(odd) .sec-num:before {
    right: calc(-100% + 40px)
}

.slide:nth-of-type(even) .sec-num {
    right: calc(100% - 10px)
}

.slide:nth-of-type(even) .sec-num:before {
    right: calc(100% + 3px)
}

.right-about-grid svg {
    position: absolute;
    max-height: 65px;
    max-width: 65px
}

#slide1 .right-about-grid svg:first-of-type {
    top: 130px;
    right: 260px
}

#slide1 .right-about-grid svg:nth-of-type(2) {
    top: 160px;
    right: 65%
}

#slide1 .right-about-grid svg:nth-of-type(3) {
    bottom: 10%;
    right: calc(5vw + 10px)
}

#slide1 .right-about-grid svg:nth-of-type(4) {
    bottom: 10%;
    right: 75%
}

.about-pg svg .s-1,
.about-pg svg .s-2,
.about-pg svg {
    transform-box: fill-box;
    transform-origin: center
}

.s-pen:hover path,
.s-pen:hover circle {
    fill: #39403f
}

.s-circles:hover .s-circ {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    animation: svg_1 1s linear infinite;
    -webkit-animation: svg_1 1s linear infinite
}

.s-circles:hover .s-circ:nth-of-type(2),
.s-circles:hover .s-circ:nth-of-type(2) circle,
.s-circles:hover .s-circ:nth-of-type(2) rect {
    transition-delay: .2s;
    animation-delay: .2s
}

.s-circles:hover .s-circ:nth-of-type(3),
.s-circles:hover .s-circ:nth-of-type(3) circle,
.s-circles:hover .s-circ:nth-of-type(3) rect {
    transition-delay: .4s;
    animation-delay: .4s
}

.s-circ {
    fill: #798C91;
    transform-box: fill-box
}

.s-circles:hover .s-circ circle,
.s-circles:hover .s-circ rect,
.s-question:hover .s-1 path {
    fill: #798C91;
    animation: svg_2 1s linear infinite;
    -webkit-animation: svg_2 1s linear infinite
}

.s-exc:hover .s-1 {
    animation: svg_3 .5s cubic-bezier(.6, -.28, .735, .045) infinite;
    -webkit-animation: svg_3 .5s cubic-bezier(.6, -.28, .735, .045) infinite
}

.s-exc:hover .s-2,
.s-question:hover .s-1 path {
    animation: svg_1 .5s cubic-bezier(.6, -.28, .735, .045) infinite;
    -webkit-animation: svg_1 .5s cubic-bezier(.6, -.28, .735, .045) infinite;
    transform-box: fill-box;
    transform-origin: center
}

.s-square:hover .s-1,
.pages-header:hover .s-star .s-1 {
    transform: translate(-14px, -12px);
    -webkit-transform: translate(-14px, -12px);
    -moz-transform: translate(-14px, -12px);
    -ms-transform: translate(-14px, -12px);
    -o-transform: translate(-14px, -12px);
    animation: svg_4 .5s linear infinite;
    -webkit-animation: svg_4 .5s linear infinite
}

.s-square:hover .s-2,
.pages-header:hover .s-star .s-2 {
    transform: translate(14px, 12px);
    -webkit-transform: translate(14px, 12px);
    -moz-transform: translate(14px, 12px);
    -ms-transform: translate(14px, 12px);
    -o-transform: translate(14px, 12px);
    animation: svg_5 .5s linear infinite;
    -webkit-animation: svg_5 .5s linear infinite
}

.s-square:hover .s-1 rect,
.s-square:hover .s-2 rect {
    fill: #fff
}

.s-question:hover .s-1 path,
.s-question:hover .s-2 path {
    fill: #fff
}

.s-question:hover .s-2 {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1)
}

.s-star:hover,
.pages-header:hover .s-star {
    animation: svg_6 3s linear infinite;
    -webkit-animation: svg_6 3s linear infinite
}

.s-star:hover path,
.pages-header:hover .s-star path {
    animation: svg_7 1.5s ease infinite;
    -webkit-animation: svg_7 1.5s ease infinite
}

.slide:nth-of-type(even) .right-about-grid {
    order: 1
}

.slide:nth-of-type(even) .left-about-grid {
    order: 2;
    direction: rtl
}

#slide2 .right-about-grid svg:first-of-type {
    top: 32%;
    right: 60%
}

#slide2 .right-about-grid svg:nth-of-type(2) {
    top: 60%;
    right: 80%
}

#slide2 .right-about-grid svg:nth-of-type(3) {
    top: 60%;
    right: 5%
}

#slide2 .right-about-grid svg:nth-of-type(4) {
    top: 75%;
    right: 40%
}

.s-equlizer:hover .s-1 {
    animation: svg_8 1s cubic-bezier(.175, .885, .32, 1.275) infinite;
    -webkit-animation: svg_8 1s cubic-bezier(.175, .885, .32, 1.275) infinite
}

.s-round:hover {
    animation: svg_1 1s linear infinite;
    -webkit-animation: svg_1 1s linear infinite
}

#slide2 .left-about-grid svg:first-of-type:hover,
.pages-header:hover .s-search {
    animation: svg_9 2s linear both infinite;
    -webkit-animation: svg_9 2s linear both infinite
}

#slide2 .left-about-grid svg:nth-of-type(2):hover {
    animation: flash 1s linear both infinite;
    -webkit-animation: flash 1s linear both infinite
}

#slide2 .left-about-grid svg:nth-of-type(2):hover path {
    animation: svg_2 1s linear both infinite;
    -webkit-animation: svg_2 1s linear both infinite
}

#slide3 .left-about-grid svg:nth-of-type(2) {
    left: 20%;
    bottom: -50px
}

.s-arrow:hover {
    animation: svg_10 1s linear both infinite;
    -webkit-animation: svg_10 1s linear both infinite
}

#slide3 .right-about-grid svg:first-of-type {
    top: 25%;
    right: 15%
}

#slide3 .right-about-grid svg:nth-of-type(2) {
    top: 50%;
    left: 40%
}

#slide3 .right-about-grid svg:nth-of-type(3) {
    top: 70%;
    right: 30%
}

#slide3 .right-about-grid svg:nth-of-type(4) {
    top: 70%;
    left: 10%
}

.s-loading:hover rect {
    animation: svg_13 .5s linear infinite;
    -webkit-animation: svg_13 .5s linear infinite;
    fill: #D6AA47
}

.s-squares:hover .s-1 rect {
    stroke: #D6AA47
}

.s-squares:hover .s-2 {
    animation: svg_11 2s ease-in-out infinite;
    -webkit-animation: svg_11 2s ease-in-out infinite
}

.s-squares:hover .s-1 {
    animation: svg_12 2s linear infinite;
    -webkit-animation: svg_12 2s linear infinite
}

.s-rocket:hover path,
.s-pen:hover path,
.s-pen:hover circle {
    animation: svg_2 2s ease-in-out infinite;
    -webkit-animation: svg_2 2s ease-in-out infinite
}

#slide4 .right-about-grid svg:first-of-type {
    top: 17%;
    right: 21%
}

#slide4 .right-about-grid svg:nth-of-type(2) {
    bottom: 5%;
    left: 50%
}

#slide4 .right-about-grid svg:nth-of-type(3) {
    top: 17%;
    left: 15%
}

#slide4 .left-about-grid svg:first-of-type:hover path,
.news-body .pages-header:hover path {
    animation: flash .5s ease-in-out both infinite;
    -webkit-animation: flash .5s ease-in-out both infinite
}

#slide4 .left-about-grid svg:first-of-type:hover path:nth-of-type(2),
.pages-header:hover path:nth-of-type(2) {
    animation-delay: .2s
}

#slide4 .left-about-grid svg:first-of-type:hover path:nth-of-type(3),
.pages-header:hover path:nth-of-type(3) {
    animation-delay: .4s
}

.s-bell:hover {
    animation: wobble 1s linear infinite;
    -webkit-animation: wobble 1s linear infinite
}

.s-comment:hover {
    animation: bounce 1s linear infinite;
    -webkit-animation: bounce 1s linear infinite
}

.s-comment:hover path,
.s-comment:hover circle {
    fill: #798C91
}

#slide5 .right-about-grid svg:first-of-type {
    top: 35%;
    right: 22%
}

#slide5 .right-about-grid svg:nth-of-type(2) {
    bottom: 30%;
    left: 10%
}

#slide5 .right-about-grid svg:nth-of-type(3) {
    bottom: 30%;
    right: 22%
}

#slide5 .right-about-grid svg:nth-of-type(4) {
    top: 17%;
    right: 65%
}

#slide5 .left-about-grid svg:nth-of-type(2):hover {
    animation: rubberBand .5s linear both;
    -webkit-animation: rubberBand .5s linear both
}

#slide6 .right-about-grid svg:first-of-type {
    top: 30%;
    right: 60%
}

#slide6 .right-about-grid svg:nth-of-type(2) {
    bottom: 20%;
    right: 20%
}

#slide6 .right-about-grid svg:nth-of-type(3) {
    bottom: 20%;
    right: 75%
}

#slide6 .right-about-grid svg:nth-of-type(4) {
    top: 25%;
    right: 35%
}

.s-print:hover .s-1 {
    animation: svg_14 1s cubic-bezier(.175, .885, .32, 1.275) infinite;
    -webkit-animation: svg_14 1s cubic-bezier(.175, .885, .32, 1.275) infinite
}

#slide7 .right-about-grid svg:first-of-type {
    bottom: 20%;
    right: 20%
}

#slide7 .right-about-grid svg:nth-of-type(2) {
    bottom: 20%;
    left: 18%
}

#slide8 .right-about-grid svg:first-of-type {
    top: 60%;
    right: 20%
}

#slide8 .right-about-grid svg:nth-of-type(2) {
    top: 28%;
    left: 16%
}

#slide8 .right-about-grid svg:nth-of-type(3) {
    top: 22%;
    right: 35%
}

#slide8 .right-about-grid svg:nth-of-type(4) {
    bottom: 5%;
    right: 50%
}

.s-heart:hover,
.pages-header:hover .s-heart {
    animation: heartBeat 2s cubic-bezier(.175, .885, .32, 1.275) both infinite;
    -webkit-animation: heartBeat 2s cubic-bezier(.175, .885, .32, 1.275) both infinite
}

.s-heart:hover path,
.pages-header:hover .s-heart path {
    animation: svg_2 2s ease-in-out infinite;
    -webkit-animation: svg_2 2s ease-in-out infinite
}

.s-print:hover path,
.s-print:hover rect,
.s-squares:hover .s-2 rect,
#slide5 .left-about-grid svg:nth-of-type(2):hover path,
.s-bell:hover path,
.s-round:hover circle,
.s-equlizer:hover rect,
#slide2 .s-square:hover .s-1 rect,
#slide2 .s-square:hover .s-2 rect,
.s-exc:hover .s-1 path,
#slide4 .left-about-grid svg:first-of-type:hover path,
.s-exc:hover .s-2 path {
    fill: #E1BB63
}

.subscribe-div {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    align-items: flex-end;
    margin: 0 -15px
}

.inner-subscribe {
    background: #4C5354;
    flex: 0 0 100%
}

#slide9 {
    background: transparent
}

#slide9 .row {
    align-items: flex-end
}

#slide9 .fp-tableCell {
    display: block
}

.subs {
    max-width: 700px;
    width: 90%;
    margin: auto;
    padding: 60px 15px;
    min-height: 300px
}

.subs h2 {
    font-size: 100px;
    color: #fff;
    font-family: "bold";
    line-height: 75px
}

.subs p {
    font-size: 20px
}

.suscribe-form .form-control {
    background: transparent;
    border: none;
    color: #798C91;
    border-bottom: 1px solid #E1BB63;
    padding: 0;
    font-size: 18px;
    width: calc(100% - 150px);
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.suscribe-form .form-control:focus {
    border-bottom-color: #798C91
}

.suscribe-form .form-control::-webkit-input-placeholder {
    color: #E1BB63
}

.suscribe-form .form-control::-moz-placeholder {
    color: #E1BB63
}

.suscribe-form .form-control:-ms-input-placeholder {
    color: #E1BB63
}

.suscribe-form .form-control:-moz-placeholder {
    color: #E1BB63
}

.suscribe-form .form-control::-webkit-input-placeholder {
    color: #E1BB63
}

.subscribe-div button {
    background: #E1BB63;
    border: none;
    padding: 5px 20px;
    color: #4C5354;
    font-size: 22px
}

.subscribe-div button:hover {
    background: #798C91;
    color: #E1BB63
}

#slide9.slide {
    transition-delay: .25s
}

#slide9.slide.active.down {
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    -o-transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

.main-content {
    position: relative;
    overflow: hidden
}

.pages-header {
    margin-top: 150px;
    position: relative;
    margin-bottom: 50px;
    min-height: 95px;
    perspective: 1000px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    opacity: 0
}

.pages-header.animate-head {
    opacity: 1
}

.pages-header.active {
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0)
}

.pages-header:before {
    background: #fff;
    height: 1px;
    top: auto;
    bottom: 0;
    width: calc(100% - 200px)
}

.pages-header h1 {
    font-size: 90px;
    line-height: 88px;
    display: inline-block
}

.page-title .letter {
    display: inline-block;
    text-shadow: 0 1px 2px transparent
}

.page-title:hover .letter {
    color: #E1BB63;
}

.pages-header svg {
    max-height: 40px;
    max-width: 50px;
    display: inline-block;
    vertical-align: baseline
}

.pages-header a {
    display: inline-block
}

.pages-header a:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1)
}

.team-body {
    background: #39403F
}

.pages-header .sec-num {
    color: #fff;
    position: relative;
    margin-bottom: 20px
}

.pages-header .sec-num:before {
    background: #fff;
    top: 50%;
    height: 4px
}

.team-div-grid {
    display: inline-block;
    margin: auto;
}

.team-div {
    margin-bottom: 30px;
    padding: 0 10px;
}

.team-img {
    height: 200px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #E1BB63;
    width: 200px;
}

.team-img:before,
.team-img:after,
.team-img span:before,
.team-img span:after {
    transform-origin: bottom
}

.team-img:before {
    width: 1px
}

.team-img span {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0
}

.team-img:after {
    height: 1px
}

.team-img span:after,
.team-img:after {
    right: 0;
    left: 0;
    margin: auto;
    transition-delay: .4s
}

.team-img span:before {
    width: 1px;
    right: 0;
    left: auto
}

.team-img span:after {
    height: 1px;
    bottom: 0;
    top: auto
}

.team-img img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-height: calc(100% - 30px);
    max-width: calc(100% - 30px)
}

.team-description h3 {
    font-size: 22px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.team-description span {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #798C91
}

.team-div:hover .team-img:hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #E1BB63;
}

.team-div:hover .team-img span:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background: #fff
}

.team-div:hover .team-img:after,
.team-div:hover .team-img span:after {
    width: 0;
    transition-delay: 0s
}

.team-div:hover h3 {
    color: #fff
}

.team-div:hover .team-description span {
    color: #E1BB63
}

.identity-body {
    background: #798C91
}

.sub-identity-pg {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    max-width: 600px;
    overflow: inherit
}

.sub-identity-pg p {
    color: #fff;
}

.identity-grid {
    margin-bottom: 50px
}

.years-event {
    border-top: 1px solid #fff
}

.years-event h2 {
    color: #fff;
    font-size: 60px;
    font-family: "bold"
}

.event-row {
    border-top: 1px solid #4C5354;
    padding: 0
}

.event-text {
    color: #39403F;
    margin-top: 10px;
    margin-bottom: 20px
}

.event-text li {
    list-style-type: none;
    font-size: 17px
}

.opportunities-body .page-title,
.opportunities-body .pages-header .sec-num {
    color: #798C91
}

.opportunities-body .pages-header .sec-num:before {
    background: #798C91
}

.sub-opportunities {
    color: #E1BB63;
    padding-top: 20px;
    border-top: 1px solid #E1BB63
}

.sub-opportunities h2 {
    font-size: 20px
}

.sub-opportunities a {
    color: #798C91
}

.pg-opportunities {
    display: inline-block;
    width: 47%;
    margin: 0 10px 0 0
}

.sub1-opportunities {
    border-top: 1px solid #4C5354;
    padding: 20px 0 0
}

.clients-body {
    background: #E1BB63
}

.client-row {
    margin-bottom: 30px
}

.clients-body .page-title {
    color: #4C5354
}

.clients-body .page-title:hover .letter {
    color: #fff
}

.left-client-div h3,
.left-client-div {
    font-size: 40px
}

.left-client-div {
    border-bottom: 1px solid #4C5354;
    margin-bottom: 20px
}

.client-div {
    padding: 15px;
    min-height: 146px;
    opacity: 0;
    max-width: 270px;
    margin: auto auto 20px
}

.client-div:before {
    background: #393939
}

.client-div:hover:before {
    background: #D6AA47;
    animation: client_effect .5s linear;
    -webkit-animation: client_effect .5s linear
}

.client-div:hover h3 {
    transform: translateY(500%);
    -webkit-transform: translateY(500%);
    -moz-transform: translateY(500%);
    -ms-transform: translateY(500%);
    -o-transform: translateY(500%)
}

.client-div:hover .client-img {
    transition-delay: .3s;
    transform-origin: center;
    transform: scale(1.5) translateY(15px);
    -webkit-transform: scale(1.5) translateY(15px);
    -moz-transform: scale(1.5) translateY(15px);
    -ms-transform: scale(1.5) translateY(15px);
    -o-transform: scale(1.5) translateY(15px)
}

.client-img {
    height: 100px;
    position: relative;
    margin-bottom: 10px
}

.client-div img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.client-div h3 {
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.title-services {
    border-bottom: 1px solid #798C91;
    margin: 30px 0 10px
}

.title-services h2 {
    color: #798C91;
    font-size: 50px;
    font-family: "bold"
}

.bg01 {
    background: #EAEAEA
}

.sub-services {
    color: #fff
}

.sub-services h3 {
    text-shadow: 0 0 2px #000
}

.pg-services p {
    color: #39403F;
    font-size: 18px
}

.news-body {
    background: #EAEAEA
}

.news-div {
    margin-bottom: 50px;
    position: relative
}

.news-div:hover>a {
    filter: drop-shadow(-1px 6px 4px rgba(0, 0, 0, .5));
    -webkit-filter: drop-shadow(-1px 6px 4px rgba(0, 0, 0, .5))
}

.news-img {
    height: 225px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.news-div:hover .news-img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-description {
    display: inline-block;
    width: calc(100% - 305px);
    vertical-align: top
}

.news-description h3 {
    font-size: 40px;
    color: #798C91;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px solid #798C91;
    padding-bottom: 10px;
    position: relative
}

.news-description p {
    font-size: 18px;
    color: #39403F;
    height: 177px;
    overflow: hidden
}

.news-description h3 a {
    position: absolute;
    top: 0
}

.news-description h3 a img {
    width: 30px
}

.news-div:hover h3 {
    color: #39403F;
    border-bottom-color: #39403f
}

.news-div:hover p {
    color: #798C91
}

.news-det-img img {
    display: block;
    margin: auto auto 30px;
}

.news-det-img {
    border-bottom: 1px solid #798C91;
    margin-bottom: 20px;
}

.about-details-body {
    background: #EAEAEA
}

.about-messages {
    margin-bottom: 50px;
    color: #39403F
}

.about-messages h3 {
    font-size: 25px;
    color: #798C91;
    margin-bottom: 20px
}

.about-messages object {
    max-width: 40px;
    vertical-align: middle
}

.about-details p,
.about-details {
    color: #39403F
}

.bloquote {
    font-size: 50px;
    color: #798C91;
    max-width: 1200px;
    margin: 100px auto;
    line-height: 55px;
    position: relative;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #798C91;
    margin-left: auto;
    margin-right: auto;
}

.bloquote:before,
.bloquote:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    font-family: "font awesome 5 free";
    font-weight: bold
}

.bloquote:before {
    content: "\f10d";
    top: -55px
}

.bloquote:after {
    content: "\f10e";
    bottom: -55px
}

.about-dt {
    margin-bottom: 30px
}

.padding-top-pg {
    padding-top: 130px;
}

.left-project-div:before {
    top: 130px;
    position: fixed;
}

.pro-desc h3 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 50px;
    font-family: "bold";
    color: #39403F;
    opacity: 0;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #39403F
}

.pro-desc {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 105px);
    position: absolute;
    width: 320px;
    top: 0;
    z-index: 3;
}

.pro-desc p {
    opacity: 0;
}

.left-project-grid {
    flex: 0 0 320px;
    max-width: 320px;
    padding: 0 15px
}

.right-project-grid {
    flex: 0 0 calc(100% - 320px);
    max-width: 0 0 calc(100% - 320px);
}

.left-project-div {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.bottom-project {
    margin-top: auto;
}

.width-pro {
    max-width: 225px;
}

.pro-vip {
    position: relative;
    color: #798C91;
    padding-bottom: 10px;
    line-height: 23px;
    margin-top: auto;
    opacity: 0;
}

.pro-vip a {
    color: #798C91;
    display: block;
    font-size: 20px;
}

.pro-vip a:first-of-type {
    font-family: "bold";
}

.pro-vip a:hover {
    color: #4C5354;
}

.vip {
    position: absolute;
    top: 0;
    height: 80%;
    background: #E1BB63;
    color: #4C5354;
    display: flex;
    align-items: center;
    padding: 5px;
    font-family: "bold";
}

.bottom-project>a {
    display: block;
}

.full-project-link {
    padding: 10px 0;
    color: #798C91;
    border-top: 1px solid #798C91;
    border-bottom: 1px solid #798C91;
    font-family: "bold";
    font-size: 20px;
}

.arrow-link {
    color: #4C5354;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 1;
}

.arrow-link:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 15px;
    background-image: url(../images/main/arrow.png);
    background-repeat: no-repeat;
    top: 30%;
    background-size: contain;
    z-index: 1;
}

.arrow-link:after {
    background: #798C91;
}

.arrow-link:hover:after {
    width: 0;
}

.project-fullheight {
    position: fixed;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: none !important;
}

.pro-image-div {
    height: 50vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.pro-full-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50vh;
    display: block;
    cursor: crosshair;
}

.project-fullheight.active {
    display: table !important;
    z-index: 1;
}

.pro-image {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    cursor: crosshair;
    height: 100vh;
    top: auto;
    bottom: 0px;
}

.pro-image-div h4 {
    display: inline-block;
    padding: 5px 20px;
    color: #4C5354;
    position: absolute;
    bottom: 10px;
    z-index: -1;
    background: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.pro-image-div h4:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: #393939;
    top: 0;
    left: 0;
    z-index: -1;
}

.pro-image-div h4:hover {
    color: #E1BB63;
}

.pro-image-div h4:hover:before {
    width: 100%;
}

.project-fullheight.active .pro-image-div h4 {
    z-index: 3;
}

.pro-grid {
    padding: 0;
}

.project-fullheight.down-dir.active .pro-image-div h4 {
    animation: fadeInUp .3s linear .2s both;
    -webkit-animation: fadeInUp .3s linear .2s both;
}

.project-fullheight.up-dir.active .pro-image-div h4 {
    animation: fadeInDown .3s linear .2s both;
    -webkit-animation: fadeInDown .3s linear .2s both;
}

.project-fullheight .owl-item.active .pro-image-div h4 {
    animation: fadeInUp .3s linear .2s both;
    -webkit-animation: fadeInUp .3s linear .2s both;
}

.project-fullheight.active .pro-desc h3,
.project-fullheight.active .pro-desc p,
.project-fullheight.active .pro-desc .pro-vip {
    animation: projact_effect .1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: projact_effect .1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    opacity: 1;
}

.project-fullheight.active .pro-desc h3,
.project-fullheight.active .pro-desc p,
.project-fullheight.active .pro-desc .pro-vip {
    animation: projact_effect .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: projact_effect .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    opacity: 1;
}

.allprojects {
    position: fixed;
    height: 100%;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(20, 20, 20, .9);
    opacity: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    z-index: 991;
}

.innerallproject {
    max-width: 1440px;
    position: fixed;
    height: 100%;
    top: 0;
    height: 100%;
    width: 0;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.innerallproject::-webkit-scrollbar-track {
    background-color: transparent;
}

.innerallproject::-webkit-scrollbar {
    background-color: transparent;
}

.innerallproject::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.side-project-grid {
    padding: 0;
    opacity: 0;
    transform: translateY(-10px) rotateX(10deg);
    -webkit-transform: translateY(-10px) rotateX(10deg);
    -moz-transform: translateY(-10px) rotateX(10deg);
    -ms-transform: translateY(-10px) rotateX(10deg);
    -o-transform: translateY(-10px) rotateX(10deg);
    transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.side-project {
    height: 240px;
}

.side-project {
    position: relative;
}

.side-project::before {
    z-index: 1;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: opacity .175s;
    -webkit-transition: opacity .175s;
    -moz-transition: opacity .175s;
    -ms-transition: opacity .175s;
    -o-transition: opacity .175s;
}

.all-des {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px;
    color: #b2b2b2;
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: transform .35s cubic-bezier(.215, .61, .355, 1), opacity .35s cubic-bezier(.215, .61, .355, 1);
    transition: transform .35s cubic-bezier(.215, .61, .355, 1), opacity .35s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    -moz-transition: transform .35s cubic-bezier(.215, .61, .355, 1), opacity .35s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: transform .35s cubic-bezier(.215, .61, .355, 1), opacity .35s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .35s cubic-bezier(.215, .61, .355, 1), opacity .35s cubic-bezier(.215, .61, .355, 1);
}

.all-des b {
    display: block;
    color: #fff;
}

.all-des h4 {
    color: #fff;
    font-family: "bold";
    font-size: 20px;
    margin-bottom: 20px;
}

.side-project-grid:hover .side-project:before {
    opacity: 1;
}

.side-project-grid:hover .all-des {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.close-project {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 40px;
    z-index: 991;
    display: none;
}

.noscrollproject .close-project {
    display: inline-block;
}

.close-project:hover path {
    fill: #E1BB63;
}

.noscrollproject .allprojects {
    width: 100%;
}

.noscrollproject .innerallproject {
    width: 86%;
}

.noscrollproject .allprojects {
    opacity: 1;
}

.noscrollproject .innerallproject {
    transform: rotateX(0deg) translateY(0);
    -webkit-transform: rotateX(0deg) translateY(0);
    -moz-transform: rotateX(0deg) translateY(0);
    -ms-transform: rotateX(0deg) translateY(0);
    -o-transform: rotateX(0deg) translateY(0);
}

.showscrollbar::-webkit-scrollbar-track {
    background-color: #686D6E;
}

.showscrollbar::-webkit-scrollbar {
    background-color: #4C5354;
}

.showscrollbar::-webkit-scrollbar-thumb {
    background-color: #4C5354;
}

.lg-backdrop {
    background: #39403F;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    top: auto;
    bottom: 20px;
    background: none;
    color: #fff;
    z-index: 1081;
    content: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.lg-toolbar {
    background: none
}

.lg-toolbar .lg-icon,
#lg-counter {
    color: #fff;
}

.lg-sub-html h4 {
    font-size: 30px;
    font-weight: normal;
}

.lg-sub-html p {
    font-size: 16px;
    margin: 2px 0 0;
    color: #E1BB63;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    width: 90px;
    height: 50px;
    background-image: url(../images/main/control.png);
    background-repeat: no-repeat;
    background-position: -180px -1650px;
}

.lg-actions .lg-next:before,
.lg-actions .lg-prev:after {
    display: none;
}

.lg-actions .lg-next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.lg-actions .lg-prev {
    background-position: -180px -1650px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.right-project-grid .owl-carousel .owl-nav button:before {
    content: "";
    width: 77px;
    height: 27px;
    background-image: url(../images/main/control.png);
    background-repeat: no-repeat;
    background-position: -178px -1673px;
    position: absolute;
    top: 30px;
}

.owl-main {
    position: relative;
}

.owl-main .owl-nav {
    position: absolute;
    bottom: 50px;
    width: calc(100% - 40px);
    z-index: 8;
    left: 0;
    right: 0;
    margin: auto;
}

.right-project-grid .owl-carousel .owl-nav button {
    font-size: 0;
    color: #fff;
    text-shadow: 0 0 8px #000;
    height: 25px;
}

.right-project-grid .owl-carousel .owl-nav button.disabled:before {
    opacity: 0;
}

.right-project-grid .owl-carousel .owl-nav button.owl-prev:before {
    top: 0;
}

.right-project-grid .owl-carousel .owl-nav button.owl-next:before {}

.lg-progress-bar .lg-progress {
    background-color: #E1BB63;
}

.lg-sub-html {
    padding: 10px 100px;
}

.carpet-full-img {
    height: 600px;
}

.carpet-carousel {
    position: relative;
}

.carp-caption {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
    width: 100%;
    z-index: 3;
}

.carp-caption h3 {
    font-size: 60px;
    color: #fff;
    font-family: "bold";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff
}

.carpet-carousel .owl-carousel .owl-nav button,
#sync1 .owl-nav button {
    background: url(../images/main/arrow3.png);
    position: absolute;
    top: 45%;
    z-index: 33;
    height: 32px;
    width: 39px;
    background-repeat: no-repeat;
    background-size: contain;
}

.carpet-carousel .owl-carousel .owl-nav button span,
#sync1 .owl-nav button span {
    display: none;
}

.carpet-carousel .owl-carousel .owl-nav button.owl-prev,
#sync1 .owl-nav button.owl-prev {
    left: 20px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.carpet-carousel .owl-carousel .owl-nav button.owl-next,
#sync1 .owl-nav button.owl-next {
    right: 20px;
}

.owl-carpet {
    z-index: inherit;
}

.pro-carp-full-img {
    height: 213px;
    position: relative;
}

.carpet-product-description h3 {
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4C5354;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    overflow: inherit;
    padding-bottom: 10px;
}

.carpet-product-description {
    margin-bottom: 30px;
}

.carpet-product-description h3:before {
    height: 1px;
    bottom: -3px;
    background: #8a8a8a;
    width: 200%;
    top: auto;
}

.carpet-product-description h3:after {
    bottom: -33px;
    width: 17px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    top: auto;
    background-image: url(../images/icons/7.png);
}

.carpet-product-description p {
    color: #4C5354;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*height: 75px;*/
}

.carpet-but-btns a {
    width: calc(50% - 14px);
    display: inline-block;
    margin: 5px;
    border-radius: 30px;
    text-align: center;
    position: relative;
    padding: 10px;
    border: 2px solid transparent;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carpet-but-btns a img {
    max-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: inline-block;
}

.carpet-but-btns .bg_dark {
    border-color: #4C5354;
    color: #798C91;
    background-image: -webkit-linear-gradient(30deg, #4C5354 50%, transparent 50%);
    background-image: linear-gradient(30deg, #4C5354 50%, transparent 50%);
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: 0%;
}

.carpet-but-btns .bg_light {
    border-color: #798C91;
    color: #4C5354;
    background-image: -webkit-linear-gradient(30deg, #798C91 50%, transparent 50%);
    background-image: linear-gradient(30deg, #798C91 50%, transparent 50%);
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: 0%;
}

.carpet-but-btns a:hover {
    background-position: 100%;
    color: #E1BB63;
    border-color: #e1bb63;
}

.carpet-but-btns a:before {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 0;
    background: #E1BB63;
    transition-duration: .3s;
}

.carpet-but-btns a:hover:before {
    width: 50px;
}

.furnishing-carpet h3:before {
    width: 100%;
}

.furn-title {
    position: absolute;
    bottom: 20px;
    background: #4C5354;
    width: calc(100% - 15px);
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 20px;
    line-height: 20px;
    opacity: 0;
    transition: all .4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition: all .4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition: all .4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -ms-transition: all .4s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all .4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.left-btns {
    display: inline-block;
    vertical-align: text-top;
    margin-top: -11px;
}

.left-btns a {
    border: none;
    padding: 10px 3px;
    width: 35px;
    text-align: center;
    display: inline-block;
}

.left-btns .bg_dark {
    background: #4C5354;
}

.left-btns .bg_light {
    background: #798C91;
}

.left-btns img {
    max-height: 25px;
    display: block;
    margin: auto;
}

.right-desc {
    width: calc(100% - 79px);
    display: inline-block;
    vertical-align: text-top;
    padding: 0 7px;
}

.fur-desc {
    position: relative;
    z-index: 1;
    width: calc(100% - 15px);
    margin: 0 auto 10px;
}

.rate-star,
.rate-ratio {
    display: inline-block;
}

.rate-star i {
    margin: 0 -2px;
}

.fur-desc h5 {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.similar-caro .furnishing-product-div h5 a:hover,
.furnishing-product-div h5 a:hover {
    color: #fff !important;
}

.furnishing-product-description {
    display: none;
}

.furnishing-product-div {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.furnishing-product-div:before {
    height: 1px;
    bottom: 0;
    top: auto;
    background: #798C91;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.furnishing-product-div:hover .furn-title {
    bottom: 10px;
    opacity: 1;
}

.furnishing-product-div .pro-carp-full-img:before {
    background: rgba(0, 0, 0, 0);
}

.furnishing-product-description:hover .pro-carp-full-img:before {
    background: rgba(0, 0, 0, .4);
}

.furnishing-product-description:hover .rate-star i {
    transform: rotate(30deg) scale(1.1);
    -webkit-transform: rotate(30deg) scale(1.1);
    -moz-transform: rotate(30deg) scale(1.1);
    -ms-transform: rotate(30deg) scale(1.1);
    -o-transform: rotate(30deg) scale(1.1);
}

.furnishing-product-description:hover .rate-star i:nth-of-type(2) {
    transition-delay: .1s;
}

.furnishing-product-description:hover .rate-star i:nth-of-type(3) {
    transition-delay: .2s;
}

.furnishing-product-description:hover .rate-star i:nth-of-type(4) {
    transition-delay: .3s;
}

.furnishing-product-description:hover .rate-star i:nth-of-type(5) {
    transition-delay: .4s;
}

.furnishing-product-description:hover .fur-desc h5 {
    color: #fff;
}

.furnishing-product-description:hover .furnishing-product-div:before {
    height: 100%;
}

.similar-caro .furnishing-product-div:hover h5 a,
.similar-caro .furnishing-product-div:hover h5,
.furnishing-product-description:hover .furnishing-product-div h5 a,
.furnishing-product-description:hover .furnishing-product-div h5 {
    color: #E1BB63;
}

.furnishing-product-description:hover .left-btns a {
    background: #e1bb63
}

.loadmore {
    font-size: 30px;
    color: #4C5354;
    margin-top: 20px;
    position: relative;
}

.loadmore.no-more {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    opacity: 0;
    z-index: -999;
}

.no-more-effect {
    opacity: 0;
    z-index: -999;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.border-title {
    font-size: 20px;
    border-bottom: 1px solid #798C91;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input,
.owl-specification input,
.custom-checkbox-color input,
.custom-file-div input,
.interior-btns input {
    position: absolute;
    opacity: 0;
    z-index: -99999;
    width: 0;
    height: 0;
}

.custom-checkbox label:not(.error) {
    position: relative;
    color: #4C5354;
    display: inline-block;
}

.custom-checkbox label:not(.error):before,
.custom-checkbox label:not(.error):after {
    content: "";
    position: absolute;
}

.custom-checkbox label:not(.error):before {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #4C5354;
    top: 0;
}

.custom-checkbox label:not(.error):after {
    background-image: url(../images/carpet/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    opacity: 0;
    bottom: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.custom-checkbox.third_color label:before {
    background: #798C91;
}

.custom-checkbox.first_color label:before {
    background: #e1bb63;
}

.custom-checkbox.four_color label:before {
    background: #9FAEB0;
}

.custom-checkbox.third_color label {
    color: #798C91;
}

.custom-checkbox.first_color label {
    color: #e1bb63;
}

.custom-checkbox.four_color label {
    color: #9FAEB0;
}

.custom-checkbox input:checked~label:before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.custom-checkbox input:checked~label:after {
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    bottom: 3px;
}

.spc-full-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    margin: auto auto 10px;
    border: 3px solid transparent;
    cursor: pointer;
}

.owl-specification h4 {
    width: 100px;
    margin: auto auto 10px;
    text-align: center;
    color: #4C5354;
    cursor: pointer;
}

.gray-body {
    background-color: #E3E3E3;
}

.specifcations-div {
    display: inline-block;
    width: calc(100% - 155px);
    vertical-align: text-top;
}

.spec-div h2 {
    width: 150px;
    display: inline-block;
    vertical-align: text-top;
}

.spec-div {
    margin: 20px auto 30px;
    display: none;
}

.regs-div {
    display: none;
}

#spec-1,
#reg-1 {
    display: block;
}

.owl-specification .owl-item input:checked~label .spc-full-img {
    border-color: #798C91;
}

.owl-specification .owl-item input:checked~label h4 {
    color: #798C91;
}

.spec-row {
    min-height: 210px;
}

.quantity-input {
    width: 70px;
    height: 30px;
    display: inline-block;
    padding: 0 5px;
    background: #E3E6E7;
}

.has-side h3 {
    display: inline-block;
    width: calc(100% - 145px);
    font-size: 20px;
}

.regular-area {
    display: inline-block;
}

.has-side span {
    font-size: 16px;
}

.checkboxes-div .white-bg {
    padding: 10px 10px 0 10px;
}

.decorate-link {
    text-decoration: underline;
}

input.dark_bg,
.form-control:disabled.dark_bg,
.form-control[readonly].dark_bg {
    background: #4C5354;
    color: #fff;
}

.small-checkboxes .custom-checkbox label:before {
    width: 16px;
    height: 16px;
    top: 4px;
    background: #fff;
}

.small-checkboxes .custom-checkbox input:checked~label:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.small-checkboxes .custom-checkbox label:after {
    width: 10px;
    height: 10px;
    background: none;
    background: #4C5354;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 7px;
}

.regs-row h5 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.congrat-div {
    background: #e1bb63;
    position: relative;
    display: none;
    margin: 0 auto 20px;
    padding-bottom: 10px;
}

.congrat-div .custom-checkbox {
    display: inline-block;
}

.congrat-div .custom-checkbox label {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.congrat-div img {
    top: 8px;
    max-width: 20px;
    position: absolute;
}

.custom-checkbox-color {
    display: inline-block;
}

.custom-checkbox-color label {
    height: 25px;
    width: 25px;
    margin-bottom: 0;
    cursor: pointer;
    border: 3px solid transparent;
    position: relative;
}

.custom-checkbox-color label:before {
    content: "\f00c";
    color: #e1bb63;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
    font-size: 30px;
}

.custom-checkbox-color label:before {
    content: "\f00c";
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: -2px;
    z-index: 9;
    font-weight: bold;
    left: 0px;
    right: 1px;
    margin: auto;
    opacity: 0;
    text-shadow: 0 0 2px black;
}

.custom-checkbox-color input:checked~label:before {
    opacity: 1;
    animation: rotateIn .3s linear both;
    -webkit-animation: rotateIn .3s linear both;
}

.color-pallete {
    margin: 10px auto;
}

.color-title span {
    color: #4C5354;
}

.color-title h3 {
    width: calc(100% - 288px);
}

.custom-file-div {
    margin: 20px auto;
}

.custom-file-div>span {
    vertical-align: middle;
    max-width: 80px;
    display: inline-block;
}

.custom-file-div .form-control {
    display: inline-block;
    width: calc(100% - 80px);
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
}

.custom-file-div label span {
    position: absolute;
    background: #4C5354;
    padding: 0 10px;
    color: #798C91;
    height: 40px;
    top: -1px;
    cursor: pointer;
    line-height: 40px;
}

.custom-file-div label span:hover {
    color: #fff;
}

.owl-specification .owl-nav button span {
    color: #4C5354;
    font-size: 70px;
    background: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 25px;
    margin: 3px;
}

.owl-specification .owl-nav {
    position: absolute;
    bottom: 6px;
}

.golden-full-img {
    height: 400px;
    position: relative;
    margin-bottom: 20px;
}

.golden-full-img .left-btns {
    bottom: -6px;
    margin: auto;
    position: absolute;
}

.carpet-sample-img img {
    max-height: 300px;
    margin: auto auto 20px;
}

.carpet-sample-img {
    border-bottom: 1px solid #798C91;
    margin-bottom: 15px;
}

.segad-img {
    position: relative;
    height: 200px;
    margin-bottom: 10px;
}

.segad-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    cursor: zoom-in;
}

.segad-choose>div {
    margin-bottom: 10px;
    padding-bottom: 30px;
}

.segad-choose .custom-checkbox label:before {
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    margin: auto;
    background: #E3E6E7;
}

.segad-choose .custom-checkbox label:after {
    transition-duration: .7s;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.segad-choose .custom-checkbox input:checked~label::before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #9FAEB0
}

.segad-choose .custom-checkbox input:checked~label:after {
    bottom: -27px;
}

.segad-choose {
    margin-bottom: 10px;
}

.segad-choose .custom-checkbox label {
    font-size: 16px;
    padding: 0;
}

.segad-choose .custom-checkbox small {
    font-size: 12px;
}

.segada-sizes .custom-checkbox {
    display: inline-block;
    width: calc(100% - 77px);
    vertical-align: text-top;
}

.segada-sizes .quantity-input {
    vertical-align: text-top;
}

.big-price {
    background: #E1BB63;
    font-size: 50px;
    color: #fff;
    padding: 10px;
}

.big-price small {
    font-size: 20px;
}

.sucess-order {
    margin-top: 60px;
}

.summry-div ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.summry-div ul li span {
    display: block;
}

.summry-div .pr-1 {
    display: inline-block;
    background: #eee;
    border: 1px solid #ccc;
}

.summry-div ul li em {
    font-style: normal;
}

.color-choosen>div,
.color-choosen {
    display: inline-block;
}

.color-choosen .custom-checkbox-color label {
    display: inline-block;
    vertical-align: middle;
}

.color-choosen .custom-checkbox-color div {
    display: inline-block;
}

.success-check i {
    height: 180px;
    width: 180px;
    background: #798C91;
    border-radius: 50%;
    text-align: center;
    line-height: 180px;
    font-size: 120px;
    color: #fff;
    margin: 50px auto;
    display: block;
}

#sync1 .carp-show-img {
    height: 450px;
    cursor: zoom-in;
}

#sync2 {
    margin: 10px auto 20px;
}

#sync2 .carp-show-img {
    height: 150px;
}

.carpet-product-details {
    margin-top: 75px;
    padding-bottom: 0;
}

.carpet-product-details .carpet-but-btns {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
}

.carpet-product-details .carpet-but-btns a {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
}

.carpet-product-details .main-carpet-title h3 {
    width: calc(100% - 207px);
    font-size: 40px;
    line-height: 40px;
}

.small-checkboxes .custom-checkbox.first_color label:before {
    background: #e1bb63;
}

.small-checkboxes .custom-checkbox.four_color label:before {
    background: #9FAEB0;
}

.small-checkboxes .custom-checkbox.second_color label:before {
    background: #4C5354;
}

.small-checkboxes .custom-checkbox.third_color label:before {
    background: #798C91;
}

.similar-caro .furnishing-product-div:before {
    content: none;
}

.shipping {
    background: #E3E3E3;
    padding: 20px 0;
}

.shipping-div {
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
}

.shipping-div img {
    max-width: 30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.shipping-div h3 {
    margin-bottom: 0;
}

.carpet-product-details .client-reviews .has-side h3 {
    width: calc(100% - 160px);
}

.review-div .rate-star {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.review-div {
    background: #E3E3E3;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.reviews-caro h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.reviews-caro {
    margin-bottom: 30px;
}

.reviews-caro .owl-dots {
    min-height: 1px;
}

.reviews-caro .owl-dot {
    background: #E1BB63 !important;
    height: 4px;
    display: inline-block;
}

.reviews-caro .owl-dot.active {
    background: #4C5354 !important;
}

.files-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.login-body {
    background: #E2E5E6;
}

.login-img {
    height: 100%;
    position: fixed;
    width: 50%;
    top: 0;
}

.login-img:before {
    content: "";
    height: 100%;
    position: fixed;
    top: 100px;
    width: 32px;
    background: url(../images/login/side.png);
    background-repeat: repeat-y;
    background-size: 32px 100%;
}

.login-img>img {
    height: 100%;
    width: 100%;
}

.login-title {
    font-size: 60px;
    line-height: 60px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4C5354
}

.login-form .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.login-div {
    max-width: 500px;
    margin: auto auto 20px;
}

.square-checkbox label:not(.error):before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fff;
}

.square-checkbox label:not(.error):after {
    background-image: url(../images/login/check.png);
}

.password-input a {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}

.login-form .submit-login {
    border-bottom: 1px solid #4C5354;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.verfication-code button,
.countdown {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 40px;
    background: #E1BB63;
    color: #4C5354;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
}

.verfication-div {
    display: none;
    margin-top: 20px;
}

#verify-form .form-group {
    margin-bottom: 15px;
}

.social-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #4C5354;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.social-login a {
    flex: 0 0 50%;
    max-width: calc(50% - 10px);
    background: #4C5354;
    border: none;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    min-height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.social-login a span {
    position: absolute;
    top: -2px;
    height: 44px;
    background: #fff;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4C5354;
}

.social-login a span img {
    max-height: 35px;
    max-width: 30px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.social-login a.face-login {
    background: #4267B1;
}

.social-login a.face-login span {
    border-color: #4267B1;
}

.social-login a.google-login span {
    border-color: #E17100;
}

.social-login a.google-login {
    background: #E17100;
}

.social-login a.twitter-login span {
    border-color: #0099DC;
}

.social-login a.twitter-login {
    background: #0099DC;
}

.social-login a:hover span {
    width: 36px;
    height: 36px;
    top: 2px;
}

.social-login a:hover {
    background: #798C91;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.social-login a:hover img {
    max-height: 25px;
    max-width: 20px;
}

.contact-slide {
    display: none;
}

#contact_1 {
    display: block;
}

.login-div ul li {
    margin-bottom: 5px;
}

.carpet-map .main-carpet-title h3 {
    font-size: 60px;
    line-height: 60px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4C5354
}

#cities-links {
    display: none;
}

#map {
    height: 495px;
    margin-bottom: 30px;
}

.map-links {
    margin-bottom: 20px;
}

.map-links em {
    font-style: normal;
}

.map-links button,
.map-links a {
    color: #798C91;
    background: none;
    border: none;
}

.map-links button:hover,
.map-links a:hover {
    color: #39403f;
}

.map-links button::before,
.map-links a::before {
    content: "";
    width: 1px;
    background: #798C91;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.product-map-grid {
    display: none;
}

.product-map {
    margin-bottom: 20px;
    cursor: pointer;
}

.product-map h3 {
    background: #fff;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-map h3:before {
    background-image: url(../images/carpet/map/marker2.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    top: 7px;
}

.product-map h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-map p {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-map:hover {
    background: #798C91;
}

.product-map:hover p,
.product-map:hover h5,
.product-map:hover h3,
.product-map:hover h3 a {
    color: #fff;
}

.product-map:hover h3 {
    background: #798C91;
}

.product-map h3 a:hover {
    color: #e1bb63 !important;
}

.map-prod-desc {
    padding: 0 10px;
}

.marker-info {
    padding: 7px 10px 0;
}

.marker-info a {
    display: block;
    text-transform: capitalize;
    color: #4C5354;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 3px;
}

.left-shape {
    overflow: inherit;
}

.left-shape:before {
    background-image: url(../images/login/side.png);
    background-size: 34px auto;
    width: 34px;
    top: -170px;
    background-repeat: repeat-y;
    height: calc(100% + 170px);
}

.interior-design {
    padding-bottom: 20px;
}

.interior-design .right-desc {
    width: 100%;
}

.vip-product {
    position: absolute;
    top: 0;
    padding: 12px 5px 10px;
    background: #4C5354;
    width: 40px;
    text-align: center;
    min-height: 45px;
    font-size: 22px;
}

.interior-design .pro-carp-full-img {
    height: 280px;
    margin-bottom: 12px;
}

.interior-btns {
    position: absolute;
    top: 65px;
}

.interior_link {
    background: #798C91;
    border: none;
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    color: #4C5354;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    opacity: 0;
    z-index: -99;
    border: 1px solid transparent;
    animation: rollOut .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-animation: rollOut .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
}

.interior-design .furnishing-product-description:hover .pro-carp-full-img:before {
    background: rgba(29, 29, 27, .4);
}

.furnishing-product-description:hover .interior-btns .interior_link {
    animation: rollIn .9s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-animation: rollIn .9s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 1;
    z-index: 1;
}

.interior_link:hover {
    color: #fff;
    background: #D6AA47;
}

label.interior_link {
    font-size: 20px;
}

label.interior_link:hover {
    background: transparent;
    border-color: #D6AA47;
    color: #D6AA47;
}

.interior-btns input:checked~.interior_link:not(.rate-pro) {
    background: #D6AA47;
    color: #fff;
}

.interior-btns input:checked~.interior_link:not(.rate-pro) i {
    font-weight: bold;
    animation: heartBeat .5s linear;
    -webkit-animation: heartBeat .5s linear;
}

.order-request-sec {
    background: #4C5354;
    padding: 10px 0;
    position: sticky;
    bottom: 0;
    z-index: 5;
    animation: slideInUp .5s linear;
    -webkit-animation: slideInUp .5s linear;
}

.order-request-sec a {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.order-request-sec .custom-btn:hover span {
    background: #e1bb63;
    color: #4C5354;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.order-request-sec .border-title:hover {
    border-bottom-color: #e1bb63;
}

.main-interior {
    background: #fff;
    padding-top: 20px;
}

.big-title {
    font-size: 55px;
    line-height: 55px;
    font-family: "bold";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

.trip-title,
.trip-img {
    overflow: inherit;
    cursor: pointer;
}

.trip-title svg {
    width: calc(100% + 15px);
    position: absolute;
    top: -80px;
    z-index: 2;
    height: calc(100% + 150px);
}

.trip-img:before {
    background-image: url(../images/carpet/trip/plane.png);
    background-repeat: no-repeat;
    z-index: 2;
    top: 10px;
    height: calc(100% - 15px);
}

.trip-title {
    min-height: 150px;
    margin-top: 30px;
}

.trip-title h3 {
    z-index: 3;
    position: relative;
    overflow: inherit;
    display: inline-block;
    vertical-align: text-top;
}

.big-title.third_color {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #798C91;
}

.trip-title i {
    font-size: 30px;
    color: #4C5354;
    -webkit-text-stroke-width: 0;
    vertical-align: text-top;
    position: absolute;
    bottom: 36px;
}

.trip-title h3:before {
    height: 30px;
    background: rgba(76, 83, 82, .2);
    top: auto;
    bottom: 0px;
}

.trip-title .letter,
h1 .letter,
.login-div .letter,
.border-title h3 .letter {
    display: inline-block;
}

.interior-details .trip-title {
    min-height: inherit;
    margin-top: 0;
    padding-top: 0;
}

.interior-details .trip-title:before {
    content: none;
}

.interior-details .big-title {
    -webkit-text-stroke-color: #e1bb63;
}

.order-track-div {
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.owl-interior:hover {
    background: #798C91;
    border-color: #748084;
}

.owl-interior:hover::before {
    content: "";
    background-image: url(../images/carpet/trip/plane3.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    height: 100%;
    animation: plane_effect 3s linear;
    -webkit-animation: plane_effect 3s linear;
    opacity: 0;
}

.owl-interior:hover:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: .5;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 50%, rgba(128, 196, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    animation: cat_light .5s;
    -webkit-animation: cat_light .5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.owl-interior:hover .inter-des *,
.owl-interior:hover .inter-des {
    color: #fff !important;
}

.owl-interior {
    border: 1px solid #4C5354;
    margin-top: 120px;
}

.order-track-carousel {
    display: none;
}

.trip-title.active .fa,
.trip-title:hover .fa {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #e1bb63;
}

.trip-title h3:hover,
.trip-title.active h3 {
    color: #e1bb63;
    -webkit-text-stroke-color: #e1bb63;
}

.owl-interior .owl-dot:after,
.owl-interior .owl-dot::before {
    animation: bounceIn 1s linear;
    -webkit-animation: bounceIn 1s linear;
}

.owl-interior .owl-dot:nth-of-type(2):after,
.owl-interior .owl-dot:nth-of-type(2)::before {
    animation-delay: .3s;
}

.owl-interior .owl-dot:nth-of-type(3):after,
.owl-interior .owl-dot:nth-of-type(3)::before {
    animation-delay: .6s;
}

.owl-interior .owl-dot:nth-of-type(4):after,
.owl-interior .owl-dot:nth-of-type(4)::before {
    animation-delay: .9s;
}

.owl-interior .owl-dot:nth-of-type(5):after,
.owl-interior .owl-dot:nth-of-type(5)::before {
    animation-delay: 1.2s;
}

.owl-interior .owl-dot:nth-of-type(6):after,
.owl-interior .owl-dot:nth-of-type(6)::before {
    animation-delay: 1.5s;
}

.owl-interior .owl-dot.current:after,
.owl-interior .owl-dot.current::before {
    animation: bounceIn 1s linear .5s;
    -webkit-animation: bounceIn 1s linear .5s;
}

.owl-interior .owl-dots,
.owl-interior .owl-dot {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.owl-interior .owl-dots .owl-dot {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
}

.owl-interior .owl-dots .owl-dot:before,
.owl-interior .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.owl-interior .owl-dots .owl-dot:before {
    top: -12px;
    background: #fff;
    height: 24px;
    width: 24px;
    border: 1px solid #4C5354;
}

.owl-interior .owl-dots .owl-dot:after {
    height: 16px;
    width: 16px;
    top: -8px;
}

.owl-interior .owl-dots .owl-dot.active:after {
    background: #798C91;
}

.owl-interior .owl-dot span {
    position: absolute;
    top: -40px;
    height: 25px;
    width: 100%;
    margin: 0;
    z-index: 1;
}

.owl-interior .owl-dot.active span {
    width: 100%;
}

.owl-interior .owl-dot span:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    top: 50%;
    z-index: -2;
}

.owl-interior .owl-dot span:after {
    content: "";
    position: absolute;
    height: 26px;
    width: 0;
    top: 0;
    z-index: 1;
}

.owl-interior .owl-dot:first-of-type span:before {
    width: calc(100% - 10px);
}

.owl-interior .owl-dot.current span:before {
    background: #e1bb63;
    width: 100%;
}

.owl-interior .owl-dot.current span:after {
    width: 100%;
}

.owl-interior .owl-dot.active span:after {
    width: 100%;
    background-image: url(../images/carpet/trip/plane2.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-interior .owl-dot:first-of-type.current span {
    width: calc(50% + 14px);
}

.owl-interior .owl-dot:first-of-type.current span:before {
    width: calc(100% - 14px);
}

.owl-interior:hover .owl-dot.active:after {
    background: #e1bb63;
}

.owl-interior:hover .owl-dot.active::before {
    border-color: #e1bb63;
}

.size-pg li {
    margin-bottom: 10px;
}

.size-pg .border-title {
    font-size: 40px;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.tabs-div .nav-tabs .nav-link {
    border: none;
    color: #4C5354;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.tabs-div {
    margin: 20px auto;
}

.tabs-div .nav-tabs .nav-item {
    margin-bottom: 10px;
}

.tabs-div .tab-content {
    padding-top: 30px;
}

.tabs-div .nav-tabs .nav-link.active {
    background: #E3E6E7
}

.tabs-title {
    background: #4C5354;
}

.tabs-titles {
    margin-bottom: 20px;
}

.tabs-titles .col {
    padding: 0
}

.tabs-title {
    background: #4C5354;
    padding: 10px;
    margin-bottom: 7px;
    color: #fff;
}

.tabs-title.gold {
    background: #E1BB63;
    color: #4C5354;
}

.tabs-title.diamond {
    background: #798C91;
}

.tabs-title.silver {
    background: #E3E6E7;
    color: #4C5354;
}

.tabs-title.bronze {
    background: #CCC0A8;
    color: #4C5354;
}

.tabs-features {
    border: 1px solid #4C5354;
    padding: 20px;
}

.tabs-features li {
    min-height: 40px;
    position: relative;
}

.tabs-features li:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #4C5354;
}

.tabs-features li img {
    position: absolute;
    top: 0
}

.tabs-features li .main {
    max-width: 30px;
    max-height: 27px;
}

.tabs-features li .secondary {
    max-height: 40px;
    max-width: 100px;
}

.personal-info label {
    margin-bottom: 10px;
}

.rquest-title {
    background: #F1F3F3;
    padding: 0 10px 3px;
    margin-bottom: 10px;
}

.rquest-title:before {
    height: 10px;
    top: auto;
    bottom: 0;
    background: #E3E6E7;
}

.personal-info {
    margin: 40px auto;
}

.box-input {
    background: #E3E6E7;
    color: #4C5354;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    height: 45px;
}

.personal-info .checkboxes-div {
    border: 1px solid #798C91;
    padding: 10px 10px 5px;
    margin-top: 5px
}

.personal-info .checkboxes-div label {
    margin-bottom: 5px;
}

.dark_services {
    background: #4C5354;
    padding: 15px;
    margin-bottom: 10px;
}

.dark_services .custom-checkbox label:not(.error) {
    color: #fff;
}

.dark-input .select2-container--bootstrap4 .select2-selection {
    border-color: #798C91;
    color: #4C5354;
}

.request-category {
    border-top: 1px solid #798C91;
    border-bottom: 1px solid #798C91;
    margin-bottom: 20px;
    padding-top: 20px;
}

.request-category a {
    margin-bottom: 20px;
    display: inline-block;
}

.spaces_required .small-checkboxes .custom-checkbox label:before {
    border: 1px solid #798C91
}

input.dark-input,
label.form-control.dark-input,
textarea.dark-input {
    background: #E3E6E7;
}

textarea.dark-input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.check-quantity {
    display: none;
}

.place-section {
    border: 1px solid #798C91;
    padding: 10px;
    margin: 10px auto 20px;
}

.place-div {
    margin-bottom: 10px;
}

.place-div .custom-checkbox input~label:not(.error) {
    color: #798C91;
    font-size: 16px;
}

.place-div .quantity-input {
    width: 100%;
    height: 30px;
    position: static;
    opacity: 1;
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
}

.place-div .regular-area {
    width: calc(50% - 13px);
    max-width: 100px;
    display: inline-block !important;
    margin-top: auto !important;
}

.repeat-other,
.remove-other {
    position: absolute;
    height: 30px;
    width: 30px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #798C91;
    border: none;
    font-size: 13px;
    top: 5px;
    z-index: 2;
}

.remove-other {
    z-index: 1;
}

.other-grid .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.other-places .check-quantity {
    margin: 10px auto;
}

.spaces_required {
    margin-bottom: 20px;
}

.request-title {
    font-size: 20px;
    margin-bottom: 20px;
}

#map2 {
    height: 500px;
    margin-bottom: 20px;
}

input#pac-input {
    left: 0 !important;
    right: 0;
    margin: auto;
    max-width: 700px;
    z-index: 9;
    top: auto !important;
    z-index: 9;
    width: 90%;
    height: 45px;
    border-radius: 0;
    bottom: 10px;
}

#map2 .gm-style .gm-style-iw-c {
    padding: 12px 25px !important;
}

#map2 .gm-style-iw-d {
    overflow: hidden !important;
}

.request-multi {
    background: #798C91;
    margin-bottom: 20px;
}

.request-multi .dark_services {
    background: none
}

.request-multi-choose .big-title {
    margin-bottom: 20px;
}

.right-choose-grid {
    background: #39403f;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-choose-grid:before {
    content: "";
    position: absolute;
    border: 15px solid transparent;
}

.ui-datepicker {
    left: 0 !important;
    right: 0;
    margin: auto;
    max-width: 315px;
}

.date-div i {
    position: absolute;
    top: 9px;
    font-size: 22px;
    color: #798C91;
}

.reserve-appointment .custom-checkbox label:after {
    content: none;
}

.reserve-appointment .custom-checkbox label:before {
    width: 100%;
    z-index: -1;
    height: 100%;
}

.reserve-appointment .custom-checkbox label {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
}

.reserve-appointment .custom-checkbox input:checked~label {
    color: #fff;
}

.reserve-appointment .custom-checkbox input:checked~label:not(.error):before {
    background: #4C5354;
}

.custom-checkbox-grid {
    border-bottom: 1px solid #e3e6e7;
    padding: 0 2px;
}

.step_2 .checkboxes-div .check-quantity {
    display: inline-block !important;
    position: absolute;
    top: 0;
}

.step_2 .place-div .checkboxes-div .regular-area {
    width: 85px;
}

.step_2 .place-div .checkboxes-div .regular-area input {
    font-size: 14px;
}

.step_2 .place-div .checkboxes-div .custom-checkbox {
    margin-bottom: 10px;
}

.step_2 .place-section {
    padding: 15px 10px 0;
}

.step_2 .other-grid .form-group {
    margin-bottom: 10px;
}

.step_2 .custom-checkbox label:not(.error) {
    margin-bottom: 5px;
}

.step_2 {
    display: none;
}

.steps-number {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 10px 0;
}

.steps-number li {
    margin: 5px 10px;
    color: #E3E6E7;
    position: relative;
    padding-bottom: 25px;
}

.steps-number li.active {
    color: #798C91;
}

.steps-number li:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background: #E3E6E7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.steps-number li.active:before {
    background: #798C91;
}

#prev-button {
    margin-bottom: 10px;
    font-size: 25px;
}

.profilelist {
    margin-bottom: 20px;
}

.profilelist li {
    margin-bottom: 10px;
}

.side-list li {
    margin-bottom: 10px
}

.side-list li.active a {
    color: #E1BB63;
}

.side-list li i {
    width: 20px;
    text-align: center;
}

.profile .social-login {
    border-bottom: none;
}

.static-stars {
    margin: 20px auto 30px;
}

input.star {
    cursor: pointer;
    position: absolute;
    top: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-filter: alpha(opacity=0);
}

label.star {
    font-size: 16px;
    transition: all 0.2s;
    display: inline-block;
    margin: 4px 0 0;
}

label.star:before {
    content: "\f005";
    color: #e1bb63;
    font-family: 'Font Awesome 5 Free';
    cursor: pointer;
    font-size: 30px;
}

input.star:checked~label.star:before {
    content: "\f005";
    transition: all 0.5s;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.static-stars label:hover {
    transform: rotate(-15deg) scale(1.2);
    -webkit-transform: rotate(-15deg) scale(1.2);
    -moz-transform: rotate(-15deg) scale(1.2);
    -ms-transform: rotate(-15deg) scale(1.2);
    -o-transform: rotate(-15deg) scale(1.2);
}

.comment-samples h2 {
    color: #393939;
    margin-bottom: 30px;
}

#comment-modal {
    z-index: 999999;
}

.lightgallery-comments .lg-sub-html {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    background: none;
}

.comment-samples {
    position: fixed;
    top: 0;
    background: #fff;
    height: calc(100% - 70px);
    left: 0;
    width: 300px;
    padding: 20px;
    animation: comment_effect .5s linear;
    -webkit-animation: comment_effect .5s linear;
}

.lightgallery-comments .comment-samples.unactive {
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    z-index: 9;
}

.close-comments {
    background: #fff;
    border: 1px solid #393939;
    height: 40px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    z-index: 2;
}

.close-comments:hover {
    background: #393939;
    color: #fff;
}

.samp-comment {
    border-top: 1px solid #798C91;
    padding-top: 12px;
    margin-top: 10px;
}

.samp-comment h3 {
    font-size: 18px;
    color: #4C5354;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.samp-comment p {
    color: #798C91;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}

.comment-inner button {
    display: block;
    color: #D6AA47;
}

.comment-inner .rate-star {
    display: block;
}

.fixed-comment {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: fixed;
    bottom: 70px;
    left: 40px;
    border: none;
    font-size: 20px;
    animation: bounce 5s linear both infinite;
    -webkit-animation: bounce 5s linear both infinite;
    display: none;
    z-index: 9999;
}

em[dir="ltr"] {
    font-style: normal;
}

.modal {
    z-index: 999999;
}

.modal-backdrop {
    z-index: 9999;
}

.not-active~label {
    text-decoration: line-through;
}

.switch_box {
    position: absolute;
    top: 0;
}

.switch_box input[type="checkbox"].switch_1 {
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.3em;
    background: #798C91;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    -ms-border-radius: 3em;
    -o-border-radius: 3em;
}

.switch_box input[type="checkbox"].switch_1:checked {
    background: #E1BB63;
}

.switch_box input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 2.2em;
    height: 1.2em;
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    left: 0px;
    top: 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.switch_box input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 2.2em);
}

.track-div ul {
    margin-top: 20px;
}

.track-div ul li {
    position: relative;
    margin-bottom: 40px;
}

.track-div ul li span {
    height: 50px;
    width: 50px;
    background: #fff;
    display: inline-block;
    position: absolute;
    line-height: 48px;
    font-size: 20px;
    top: 0;
    border: 1px solid #798C91;
}

.track-div ul li div {
    color: #798C91;
    padding-bottom: 10px;
}

.track-div ul li h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.track-div ul li b {
    font-size: 20px;
    font-family: "light";
    font-weight: normal;
    display: block;
    margin-top: 30px;
    border-top: 1px solid #798C91;
    padding-top: 5px;
}

.track-div ul li b i {
    font-size: 14px;
}

.track-div ul li:not(:last-of-type):before {
    height: 100%;
    content: "";
    width: 1px;
    background: #798C91;
    top: 50px;
    position: absolute;
}

.track-div ul li:after {
    height: 100%;
    content: "";
    width: calc(100% - 65px);
    background: #fff;
    top: 0;
    position: absolute;
    z-index: -1;
    border: 1px solid #798C91;
}

.profile-order-btns {
    top: 10px;
}

#shipping-map {
    height: 400px;
}

.pac-container {
    z-index: 999999 !important;
}

#map-text .gm-style .gm-style-iw-c,
#map-text .gm-style .gm-style-iw-t::after {
    top: -40px !important;
}

.notification-list li {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.remove-notify {
    position: absolute;
    top: 10px;
    cursor: pointer;
}