/*font family*/
@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/FontAwesome.otf);
}

@font-face {
    font-family: "Futura-PT";
    src: url(../fonts/FuturaPTLight.otf);
    font-weight: 300;
}

@font-face {
    font-family: "Futura-PT";
    src: url(../fonts/FuturaPTBook.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Futura-PT";
    src: url(../fonts/FuturaPTMedium.otf);
    font-weight: 500;
}

@font-face {
    font-family: "Futura-PT";
    src: url(../fonts/FuturaPTHeavy.otf);
    font-weight: 600;
}

@font-face {
    font-family: "Futura-PT";
    src: url(../fonts/FuturaPTBold.otf);
    font-weight: 700;
}

@font-face {
    font-family: "Futura-PT";
    src: url(../fonts/FuturaPTExtraBold.otf);
    font-weight: 800;
}

::selection {
    background: #FFE678;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer;
    z-index: 9999;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f9f9f9;
    z-index: 9999;
    cursor: grabbing !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d9a242;
    z-index: 9999;
    cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000000;
    z-index: 9999;
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

* {
    outline: none;
    text-decoration: none !important;
    font-family: "Futura-PT", sans-serif;
    font-weight: 400;
    line-height: initial;
    font-weight: initial;
}

#cursor-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    pointer-events: none;
    z-index: 9999;
}

b,
.font-weight-bold {
    font-weight: 700;
}

a {
    color: #000000;
}

a:hover {
    color: #d9a242;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 999;
    height: 50px;
    width: 50px;
    border: 1px solid #d9a242;
    background: #fff;
    transition: 0.2s;
    text-align: center;
    font-weight: bolder;
    padding: 10px;
    cursor: pointer;
}

.back-to-top img {
    transform: rotate(-90deg);
}

.back-to-top:hover,
.back-to-top:focus {
    transition: 0.2s;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background: #ffffff;
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    width: 100px;
    border-radius: 50%;
    background: #000000;
    box-shadow: 0 0 2px #000000;
    display: block;
    bottom: 42%;
    margin: auto;
    -webkit-animation: Shrink 1s ease-in-out alternate infinite;
    animation: Shrink 1s ease-in-out alternate infinite;
}

.loader img {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: Bounce 1s ease-in-out alternate infinite;
    animation: Bounce 1s ease-in-out alternate infinite;
}

@keyframes Shrink {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }

    100% {
        transform: scale(0.4);
        opacity: 0.4;
    }
}

@-webkit-keyframes Shrink {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }

    100% {
        transform: scale(0.4);
        opacity: 0.4;
    }
}

@-ms-keyframes Shrink {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }

    100% {
        transform: scale(0.4);
        opacity: 0.4;
    }
}

@-moz-keyframes Shrink {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }

    100% {
        transform: scale(0.4);
        opacity: 0.4;
    }
}

@-o-keyframes Shrink {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }

    100% {
        transform: scale(0.4);
        opacity: 0.4;
    }
}

@keyframes Bounce {
    0% {
        bottom: 10%;
    }

    100% {
        bottom: 0;
    }
}

@-webkit-keyframes Bounce {
    0% {
        bottom: 10%;
    }

    100% {
        bottom: 0;
    }
}

@-ms-keyframes Bounce {
    0% {
        bottom: 10%;
    }

    100% {
        bottom: 0;
    }
}

@-moz-keyframes Bounce {
    0% {
        bottom: 10%;
    }

    100% {
        bottom: 0;
    }
}

@-o-keyframes Bounce {
    0% {
        bottom: 10%;
    }

    100% {
        bottom: 0;
    }
}

.section-space {
    padding: 60px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    line-height: 52px;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    line-height: 34px;
}

.section-content {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 28px;
}

.gold-text {
    color: #D9A242;
}

.gold-bg {
    background: #D9A242;
}

.bg-black {
    background: #000000;
}

.light-background {
    background: #f9f9f9;
}

/* Header */

header {
    z-index: 99;
    padding: 20px 0;
}

.navbar {
    padding: 0;
    z-index: 99;
}

header.navbar-fixed {
    position: sticky;
    top: 0;
    padding: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

header.navbar-fixed .soften-header-logo {
    height: 50px;
}

.soften-header-logo {
    height: 75px;
}

a.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar.custom-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.custom-nav-item.gold-btn,
.nav-link.gold-btn {
    display: flex;
}

.custom-nav-item .nav-link {
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    width: 140px;
    text-shadow: 0 -30px 0 transparent;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    background: transparent;
    height: 50px;
    line-height: 50px;
    transition: 0.2s;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
}

.custom-nav-item .nav-link:hover {
    text-shadow: 0 0 0 black;
    transition: 0.2s;
}

.gold-btn .nav-link,
.primary-btn,
.nav-link.gold-btn {
    background-image: linear-gradient(to right, #D39E3D 0%, #FFE678 50%, #F3BC5A 100%);
    background-size: 200% auto;
    font-size: 18px;
    text-shadow: none;
    width: 140px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    transition: 0.5s;
    display: inline-block;
    color: #000000 !important;
    border: none;
    text-transform: capitalize;
    outline: none !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.nav-link.gold-btn {
    line-height: 40px;
    display: block;
    width: 100%;
}

.primary-btn {
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 15px 40px;
    transition: 0.5s;
}

.gold-btn .nav-link:hover,
.primary-btn:hover,
.nav-link.gold-btn:hover {
    background-position: right center;
    transition: 0.5s;
    text-shadow: none;
}

.outline-btn {
    border: 1px solid #000000;
    background: transparent !important;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.outline-btn:hover {
    border-color: #000000;
    color: #ffffff !important;
    transition: 0.5s;
    background: #000000 !important;
}

.sub-menu-parent {
    position: relative;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    transform: translateY(2em);
    z-index: 9;
    transition: 0.2s;
    list-style: none;
    padding: 20px;
    background: #F7C35F;
}

.mega-menu {
    display: flex;
}

.mega-menu li~li {
    margin-left: 20px;
}

.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}

header.navbar-fixed .sub-menu-parent:hover .sub-menu {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.sub-menu .dropdown-item {
    text-align: left;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0.2s;
    font-size: 16px;
    background: transparent;
    padding: 5px 0;
    width: 200px;
    color: #000000 !important;
}

.sub-menu .dropdown-item:hover {
    transition: 0.2s;
    transform: translateX(10px);
}

ul.meta-menu {
    padding: 0;
}

.menu-title {
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.full-menu-button {
    width: 30px;
    height: 25px;
    z-index: 99;
    transition: opacity 0.25s ease;
    display: none;
}

.full-menu-button:hover {
    opacity: 0.7;
}

.full-menu-button.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #000000;
}

.full-menu-button.active .middle {
    opacity: 0;
    background: #000000;
}

.full-menu-button.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #000000;
}

.full-menu-button span {
    background: #000000;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.full-menu-button span:nth-of-type(2) {
    top: 11px;
}

.full-menu-button span:nth-of-type(3) {
    top: 22px;
}

.full-menu-overlay {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    z-index: 1;
    margin: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-menu-overlay.open {
    opacity: 100%;
    visibility: visible;
    height: auto;
}

body.open {
    position: fixed;
    width: 100%;
    padding-right: 10px;
}

.full-menu-overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.full-menu-overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.full-menu-overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.full-menu-overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.full-menu-overlay nav {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.full-menu-overlay .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    float: none;
    border: none;
    background: transparent;
}

.full-menu-overlay .dropdown-item {
    font-size: 24px;
    background: transparent;
    text-align: center;
    padding: 5px 0;
}

.full-menu-overlay .dropdown-toggle::after {
    vertical-align: 5px;
}

.full-menu-overlay .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.full-menu-overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.full-menu-overlay ul li {
    position: relative;
    opacity: 0;
}

.full-menu-overlay ul li a {
    position: relative;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
}

.full-menu-overlay ul li a:hover:before,
.overlay ul li a:focus:before,
.overlay ul li a:active:before {
    width: 100%;
}

.full-menu-overlay ul li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    height: 1px;
    background-image: linear-gradient(to right, #D39E3D 0%, #FFE678 50%, #F3BC5A 100%);
    transition: 0.35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

/* breadcrumb */

.file-path {
    margin: 30px 0 0 0;
}

.file-path ul {
    padding: 0;
}

.file-path li {
    display: contents;
}

.file-path .category-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-right: 30px;
}

.file-path .page-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
}

/*home page banner css*/

.banner-content .section-title {
    font-weight: 600;
    font-size: 48px;
}

.banner-content .banner-call-action {
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 1px;
    color: #d9a242;
    line-height: 60px;
}

.banner-call-action span {
    color: #d9a242;
    font-weight: 500;
    border-bottom: 4px solid #d9a242;
    transition: 0.5s;
}

.banner-content .section-content {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 34px;
}

.banner-call-action .typing-cursor {
    border-left: 4px solid #d9a242;
    animation: blink 1s infinite;
}

.banner-design {
    overflow: hidden;
    position: relative;
    z-index: -2;
}

.banner-design video {
    position: absolute;
    z-index: -1;
    width: auto;
    height: 101%;
    top: 0;
    left: -50%;
    bottom: 0;
    margin: auto;
    filter: grayscale(1);
}

/* Footer */

.footer-bottom {
    position: relative;
    padding: 40px 0;
}

.social-icon {
    display: inline-flex;
    list-style: none;
    padding: 0;
}

.social-item {
    color: #000000;
    font-size: 28px;
    transition: 0.2s;
    border: 1px solid transparent;
    padding: 0 10px;
    display: block;
    font-family: "FontAwesome", sans-serif;
}

.social-item:hover {
    transition: 0.2s;
    color: #000;
    padding: 0 10px;
    transform: scale(1.5);
}

.social-icon li~li {
    margin-left: 30px;
}

.footer-bottom-right-side {
    display: flex;
    justify-content: right;
}

.clock-country {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    margin: 0;
}

.clock-box {
    text-align: center;
    position: relative;
}

.footer-bottom-right-side .clock-box~.clock-box {
    margin-left: 30px;
}

.copy-right-info {
    color: #000000;
    font-weight: 400;
}

/* Web Page Info */

.web-page-title-content {
    margin: 50px 0;
    z-index: 1;
}

.web-page-title-content h1 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    line-height: 52px;
}

.web-page-title-content p {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.meridiem-val {
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
}

.form-label {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 28px;
}

.form-control {
    padding: 20px;
    border: none;
    z-index: 1;
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
    height: auto !important;
}

.form-group textarea {
    resize: none;
    display: block;
}

.input-bracket {
    position: relative;
    padding: 2px;
    z-index: 0;
}

.input-bracket:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 20px;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000000;
}

.input-bracket:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 20px;
    top: 0;
    right: 0;
    z-index: -1;
    background: #000000;
}

.custom-control,
.custom-control * {
    cursor: pointer;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #d9a242;
    box-shadow: none;
}

.custom-control-input:active~.custom-control-label::before,
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    background: #dee2e6;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-file * {
    cursor: pointer;
}

.custom-file {
    border: none;
    display: flex;
    align-items: center;
    padding: 18.5px 20px;
    height: auto;

    overflow: hidden;
}

.custom-file-input {
    height: auto;
}

.custom-file-label {
    border: none;
    height: auto;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 0;
}

.custom-file-label::after {
    height: auto;
    border: none;
    background: #d9a242;
    color: #ffffff;
    padding: 0 15px;
    align-items: center;
    display: flex;
    border-radius: 0;
}

.form-submit {
    border: 2px solid #000000;
    padding: 40px 100px;
    background: #ffffff url("../../images/icon-send.svg") no-repeat center center;
    background-size: 70px;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.form-submit:hover {
    transition: 0.5s;
    background: #000000 url("../../images/icon-send.svg") no-repeat center center;
    background-size: 70px;
}

.form-appointment {
    margin-bottom: 60px;
}

.appointment-content h5 {
    font-weight: 500;
    letter-spacing: 1px;
}

.appointment-content p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
}

.appointment-content a {
    float: right;
    color: #ffffff;
    background: #000000;
    padding: 10px 30px;
    transition: 0.2s;
    border: 1px solid #000;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.appointment-content a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    text-decoration: none;
    transition: 0.2s;
}

.testimonial-inner {
    position: relative;
    border: 2px solid #d9a242;
    padding: 30px;
}

.testimonial-inner .testimonial-avatar {
    overflow: hidden;
    filter: grayscale(1);
    transition: 0.5s;
}

.testimonial-inner:hover .testimonial-avatar {
    filter: none;
    transition: 0.5s;
}

.testimonial-content img {
    width: 60px;
}

.testimonial-content h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.testimonial-content .testimonial-name {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.video-panel {
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.06) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    margin: 20px 0;
}

.customers-video-slider .slick-slide {
    padding: 0;
}

.portfolio-panel {
    position: relative;
    overflow: hidden;
    background: #000000;
    transition: 0.5s;
    margin-top: 30px;
}

.portfolio-panel .portfolio-image {
    transition: 0.5s;
    /*filter: grayscale(1);*/
    opacity: 100%;
}

.portfolio-content {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to right, rgba(215, 158, 61, 0.9) 0%, rgba(255, 230, 120, 0.9) 50%, rgba(243, 188, 90, 0.9) 100%);
    margin: auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-link {
    font-size: 20px;
    font-weight: 400;
    transition: 0.2s;
    text-transform: capitalize;
}

.portfolio-link:hover {
    transform: scale(1.2);
    color: #000;
    transition: 0.2s;
}

.ring-animation {
    position: relative;
    height: 400px;
}

.web-ring {
    background: url("../../images/web-ring.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: -1;
    transition: 3s;
    left: 0;
    top: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.web-ring {
    -webkit-animation: spin 3s linear 0s infinite normal;
    -moz-animation: spin 3s linear 0s infinite normal;
    -ms-animation: spin 3s linear 0s infinite normal;
    -o-animation: spin 3s linear 0s infinite normal;
    animation: spin 3s linear 0s infinite normal;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.web-ring.shape-2 {
    transform: rotate(45deg);
    -webkit-animation: spin 6s linear 0s infinite normal;
    -moz-animation: spin 6s linear 0s infinite normal;
    -ms-animation: spin 6s linear 0s infinite normal;
    -o-animation: spin 6s linear 0s infinite normal;
    animation: spin 6s linear 0s infinite normal;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.web-ring.shape-3 {
    transform: rotate(90deg);
    -webkit-animation: spin 9s linear 0s infinite normal;
    -moz-animation: spin 9s linear 0s infinite normal;
    -ms-animation: spin 9s linear 0s infinite normal;
    -o-animation: spin 9s linear 0s infinite normal;
    animation: spin 9s linear 0s infinite normal;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.ring-animation:hover .web-ring.shape-1,
.ring-animation:hover .web-ring.shape-2,
.ring-animation:hover .web-ring.shape-3 {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    transition: 1s;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(360deg);
    }

    100% {
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(360deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

.ring-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.ring-content img {
    height: 150px;
}

.error-title img {
    width: 100px;
    margin: 0 5px;
}

.error-title h1 {
    font-size: 150px;
    font-weight: 600;
}

.number-panel h3 {
    font-size: 60px;
    font-weight: 300;
}

.number-panel h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
}

ul.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

ul.custom-list li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
}

ul.custom-list li~li {
    margin-top: 15px;
}

.star-list li::before {
    background: url("../../images/icon-star.svg") no-repeat center center;
    background-size: contain;
}

.heart-list li::before {
    background: url("../../images/icon-heart.svg") no-repeat center center;
    background-size: contain;
}

.icon-content-panel {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.icon-content-panel img {
    height: 30px;
}

.counter-panel h2 {
    font-size: 60px;
    font-weight: 600;
}

.counter-panel h2 .unit {
    font-size: 30px;
}

.stripes-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    z-index: -1;
}

.stripes-wrap .stripe {
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .03);
}

.team-slider.slick-slider,
.customers-word-slider.slick-slider {
    position: inherit;
}

.team-slider .slick-slide,
.customers-word-slider.slick-slide {
    margin: 0;
    padding: 0;
}

.logo-board {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.brochures-panel {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.brochures-panel .square-brochures {
    width: 50%;
    transition: 1s;
}

.brochures-panel:hover .square-brochures.backside,
.brochures-panel:hover .square-brochures.frontSide {
    transform: skewY(0);
    transition: 1s;
}

.brochures-panel .square-brochures.backside {
    transform: skewY(-10deg);
    cursor: move;
    transition: 1s;
}

.brochures-panel .square-brochures.frontSide {
    transform: skewY(10deg);
    cursor: move;
    transition: 1s;
}

.brochures-panel::after {
    content: '';
    position: absolute;
    background: radial-gradient(rgba(0, 0, 0, 0.15) 50%, transparent 75%);
    height: 150px;
    width: 100%;
    top: 75%;
    margin: auto;
    z-index: -1;
    left: 0;
    right: 0;
    transition: 1s;
}

.brochures-panel:hover::after {
    height: 0;
    transition: 1s;
}

.leaflet-panel {
    position: relative;
    perspective: 1000px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: move;
}

.leaflet-back-side {
    background: #000000;
    position: absolute;
}

.leaflet-front-side {
    background: #d9a242;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.leaflet-front-side,
.leaflet-back-side {
    transition: -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0 54px 55px, rgba(0, 0, 0, 0.12) 0 -12px 30px, rgba(0, 0, 0, 0.12) 0 4px 6px, rgba(0, 0, 0, 0.17) 0 12px 13px, rgba(0, 0, 0, 0.09) 0 -3px 5px;
}

.leaflet-panel:hover .leaflet-front-side {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.leaflet-panel:hover .leaflet-back-side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.holding-panel {
    position: relative;
}

.design-post {
    height: 250px;
    background: #f9f9f9;
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: -1;
}

.holding-panel::after {
    background: url('../../images/billboard-light-on.svg') no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    position: absolute;
    opacity: 0;
    transition: 0.2s;
    cursor: pointer;
}

.holding-panel:hover::after {
    opacity: 1;
    transition: 0.2s;
}

.tablet-panel {
    height: 550px;
    width: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid #ffffff;
    border-width: 20px 20px 0 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px
}

.tablet-panel::-webkit-scrollbar {
    display: none;
}

.tablet-panel::after {
    content: '';
    position: sticky;
    width: 100%;
    height: 80px;
    background: white;
    bottom: 0;
    font-family: "FontAwesome", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #4d4d4d;
}

.tablet-panel iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.instagram-feed-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-pills .nav-item~.nav-item {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link {
    border-radius: 0;
    font-size: 42px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #d9a242;
    background: transparent;
    text-decoration: underline !important;
}

.collapsed-individual {
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    background: #ffffff;
    margin-top: 20px;
}

.collapsed-individual .btn {
    padding: 20px;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    box-shadow: none;
    display: flex;
    align-items: center;
}

.collapsed-individual .btn .triangle-shape {
    float: left;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 30px solid #D9A242;
    border-bottom: 15px solid transparent;
    transform: rotate(90deg);
    transition: 0.2s;
    margin-right: 20px;
}

.collapsed-individual .btn.collapsed .triangle-shape {
    transform: rotate(0deg);
    transition: 0.2s;
}

.services-list {
    padding: 0 20px 20px 20px;
}

.service-tech {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    ;
    padding: 0;
    margin: 20px 0 0 0;
}

.service-tech li {
    margin: 0 10px 10px 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 1px solid #000000;
    transition: 0.2s;
}

.service-tech li:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
    border-color: #ffffff;
    transition: 0.2s;
    cursor: grab;
}

footer {
    padding: 30px 0;
}

.footer-contact-info {
    padding: 10px 0;
}

.footer-contact-info h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-contact-info a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
    display: inline-block;
}

.ms-form-panel #svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 30px auto;
    display: block;
}

.ms-form-panel #svg_form_time circle,
.ms-form-panel #svg_form_time rect {
    fill: white;
}

.ms-form-panel .disabled {
    display: none;
}

.ms-form-panel fieldset {
    transition: transform 0.2s ease-in-out;
    border: 2px solid #d9a242;
    padding: 30px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
}

.ms-form-panel .ms-action-btn {
    width: 150px;
}

.ms-form-panel .field-set-title {
    font-weight: 500;
    font-size: 30px;
}

.blog-overview .blog-panel {
    margin-bottom: 50px;
}

.blog-img {
    background-image: linear-gradient(to right, #D39E3D 0%, #FFE678 50%, #F3BC5A 100%);
    margin-bottom: 15px;
}

.blog-panel:hover .blog-img img {
    opacity: 50%;
}

.blog-panel .blog-categories,
.blog-panel .blog-date {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
}

.blog-categories {
    border-bottom: 2px solid #d9a242;
}

.blog-panel .blog-title {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}

.blog-panel ul li,
.ib-category-tag ul li,
.ib-category-categories ul li {
    margin: 0 10px 10px 0;
}

.individual-blog .section-subtitle {
    letter-spacing: 0;
}

.individual-blog-detail .ib-date {
    font-weight: 700;
}

.ib-category-categories h6,
.ib-category-tag h6 {
    font-size: 18px;
    color: #d9a242;
    font-weight: 500;
    letter-spacing: 1px;
}

.ib-category-categories ul a,
.ib-category-tag ul a {
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid #d9a242;
    letter-spacing: 2px;
}

.ib-category-tag ul a {
    letter-spacing: 0;
}

.accordion-panel>button {
    position: relative;
}

.accordion-panel>button::after {
    content: "";
    position: absolute;
    transform: rotate(90deg);
    transition: 0.2s;
    height: 2px;
    width: 20px;
    background: #d9a242;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.accordion-panel>button.collapsed::after {
    content: "";
    transform: rotate(0deg);
    transition: 0.2s;
}

.career-accordion {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.career-accordion .accordion-panel~.accordion-panel {
    border-top: 1px solid #000000;
}

.accordion-panel button {
    border: none;
    background: transparent;
    font-size: 30px;
    font-weight: 500;
    outline: none;
    cursor: pointer;
}

.blog-share a {
    font-family: "FontAwesome", sans-serif;
    font-size: 20px;
    line-height: 34px;
}

.range-wrap input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    margin: 8px 0;
    width: 100%;
}

.range-wrap input[type=range]:focus {
    outline: none;
}

.range-wrap input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animation: 0.2s;
    background: #d9a242;
    margin-top: -8px;
}

.range-wrap input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #000000;
    border: 2px solid #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

.range-wrap input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d9a242;
}

.range-wrap {
    position: relative;
}

.range-wrap .range-value {
    position: absolute;
    top: -18px;
}

.range-wrap .range-value span {
    background: #d9a242;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 2px 6px;
}


.lava-wave-bg {
    background: #ffffff;
}

.lava-wave {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    filter: url(#goo);
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.lava-wave a,
.lava-wave a xmp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    font-size: 60px;
    text-align: center;
    margin: auto;
    font-weight: 800;
    color: #000000 !important;
    z-index: 1;
    transition: 0.2s;
    text-decoration: none;
    line-height: 1;
}

.lava-wave a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: 0.2s;
}

.lava-wave-panel {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.lava-wave-panel .wave {
    opacity: 1;
    animation: rotate 4s ease-in-out infinite;
    width: 1vw;
    height: 80px;
    transform: scaleY(1);
    transform-origin: bottom;
}

@keyframes rotate {
    50% {
        transform: scaleY(1.5);
    }
}