/*
Theme Name: Niva CSS
Theme URI: https://niva.lucian.host/
Description: Agency Theme
Version: 1.0.0
Author: Sweet Themes

*/


/* DEFAULT PRIMARY COLOR: #144b99 */
/* DEFAULT SECOND COLOR: #324452 */

/* I. HEADER */
.rc-anchor-aria-status {
    display: block;
}
.hidden {
    display: none;
}
a, button {
    cursor: pointer;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #222227;

}
body::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #222227;
   border-radius: 12px;
}


@media (min-width: 1300px) {
    header.header-venor > nav.navbar.navbar-expand-lg {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .sticky .header__content__venor  {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: 9999;
        right: 0;
        -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    }
    .sticky > .header {
        height: 70px;
    }
}

/*==============================
    Header
==============================*/

.header {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    position: relative;
    z-index: 99;
}

.header__content__venor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.header__logo {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* height: 40px; */
}

.header__logo img {
    width: auto;
    height: 50px;
    display: block;
}

.header__actions__venor {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
    /* margin-right: 42px; */
}
.rtl .header__actions__venor {
    justify-content: flex-start;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
}

.header__action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 22px;
    position: relative;
    margin-left: 10px;
}

.header__action:first-child {
    margin-left: 0;
}

.header__action--profile {
    width: auto;
}

.header__action-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 100%;
    margin-right: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
    outline: 0 !important;
}

.header__action-btn span {
    display: none;
}

.header__action-btn svg {
    width: 22px;
    height: auto;
    fill: #bdbdbd;
    transition: fill 0.5s ease;
}

.header__action-btn:hover svg {
    fill: #fff;
}

.rtl a.codeless-add-purchase-button {
    right: inherit;
    left: 20px;
}
.rtl .progress-wrap {
    right: inherit;
    left: 30px;
}

.header__btn__venor {
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    right: 15px;
    top: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
    outline: 0 !important;
}

.header__btn__venor span {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    right: 0;
    width: 22px;
    height: 2px;
    background-color: #bdbdbd;
    border-radius: 2px;
    transition: 0.5s ease;
    transition-property: width, background-color;
}

.header__btn__venor span:first-child {
    top: 0;
}

.header__btn__venor span:nth-child(2) {
    top: 10px;
    width: 16px;
}

.header__btn__venor span:last-child {
    top: 20px;
    width: 10px;
}

.header__btn__venor:hover span {
    background-color: #144b99;
}

.header__btn--active span {
    background-color: #144b99;
}

.header__btn--active span:nth-child(2) {
    width: 22px;
}

.header__btn--active span:last-child {
    width: 22px;
}

.header__search__venor {
    position: absolute;
    left: 0;
    top: -71px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #16151a;
    z-index: 1;
    padding: 0 15px;
    border-bottom: 1px solid #222227;
    transition: top 0.5s ease;
}

.header__search--active {
    top: 0;
}

.header__search__venor input {
    width: calc(100% - 30px);
    height: 40px;
    background-color: #f3f3f3;
    color: #313131;
    font-size: 14px;
    border-radius: 12px;
    border: none;
    padding: 0 45px 0 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    outline: 0;
}

.header__search__venor input:focus {
    border-color: #fff;
}

.header__search__venor button {
    position: absolute;
    right: 60px;
    top: 15px;
    height: 40px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
    color: #bdbdbd;
    outline: 0 !important;
}

div#project_list {
    position: absolute;
    top: 60px;
    width: 100%;
    opacity: 0;
    background: #222227;
    border-radius: 12px;
}
div#project_list li {
    background: #222227;
    padding: 0 !important;
}
h4.no-results {
    font-size: 32px;
    color: #000;
    text-align: center;
}
div#project_list p {
     color: #fff;
    border-bottom: 1px solid #000;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 0;
}

div#project_list li a {
    color: #fff;
    border-bottom: 1px solid #000;
    display: block;
    padding: 10px 15px;
    font-size: 16px;
}
div#project_list li a:hover {
    color: #144b99;
}

div#project_list.active {
    opacity: 1;
}

.header__search__venor button svg {
    width: 20px;
    height: auto;
    fill: #bdbdbd;
    transition: 0.5s ease;
}

.header__search__venor button:hover svg {
    fill: #144b99;
}

.header__search__venor button.close {
    right: 15px;
}

.header__search__venor--active {
    top: 0;
}

.header__menu__venor {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    z-index: 99;
    width: 280px;
    padding: 25px 25px 0;
    transform: translate3d(281px, 0, 0);
    transition: transform 0.5s ease;
}

.header__menu__venor--active {
    transform: translate3d(0, 0, 0);
}

.header__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__nav-item {
    margin-bottom: 20px;
    position: relative;
}

.header__nav-item:last-child {
    margin-bottom: 0;
}

.header__nav-link {
    font-size: 14px;
    color: #324452;
    line-height: 22px;
    height: 22px;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 1000;
    font-family: 'Quicksand', sans-serif;
}

.header__nav-link svg {
    fill: #324452;
    width: 14px;
    height: auto;
    transition: fill 0.5s ease;
    margin-left: 1px;
    margin-top: 2px;
}

.header__nav-link--menu svg {
    width: 20px;
    margin-top: 0;
    margin-left: 0;
}

.header__nav-link--active {
    color: #144b99;
    cursor: default;
    font-weight: 500;
}

.header__nav-link--active:hover {
    color: #144b99 !important;
}

.header__nav-link:hover,
.header__nav-link[aria-expanded="true"] {
    color: #144b99;
}

.header__nav-link:hover svg,
.header__nav-link[aria-expanded="true"] svg {
    fill: #144b99;
}

.header__nav-menu {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #16151a;
    border-radius: 16px;
    padding: 0 20px;
    width: 200px;
    transition: opacity 0.5s ease;
    transform: translate3d(0px, 22px, 0px);
    margin-top: 10px;
    height: auto;
    border: 1px solid #222227;
}

.header__nav-menu .header__nav-menu {
    margin-top: 5px;
    margin-left: 20px;
}

.header__nav-menu li {
    position: relative;
    margin-bottom: 18px;
}
.rtl .header__nav-menu li {
    text-align: right;
}

.header__nav-menu li:first-child {
    padding-top: 20px;
}

.header__nav-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.header__nav-menu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.5s ease;
    position: relative;
    font-family: 'Quicksand', sans-serif;
}

.header__nav-menu a svg {
    fill: #bdbdbd;
    width: 14px;
    height: auto;
    transition: 0.5s ease;
    margin-left: 1px;
    margin-top: 2px;
}

.header__nav-menu a:hover,
.header__nav-menu a[aria-expanded="true"] {
    color: #fff;
}

.header__nav-menu a:hover svg,
.header__nav-menu a[aria-expanded="true"] svg {
    fill: #144b99;
}

.header__nav-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}
.rtl .header__nav-menu {
    left: inherit;
    right: 0;
}

.header__profile-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 0 6px 0 6px;
    height: 54px;
    border: 1px solid #222227;
    border-radius: 16px;
}

.header__profile-btn--verified:after {
    content: '';
    position: absolute;
    display: none;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    bottom: 5px;
    left: 30px;
    border-radius: 50%;
    background: url("../img/verified.svg") no-repeat center #2f80ed;
    background-size: 14px auto;
    z-index: 1;
    pointer-events: none;
}

.header__profile-btn img {
    display: none;
    width: 40px !important;
    height: 40px;
    border-radius: 12px;
    margin-right: 6px;
}

.header__profile-btn div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 6px;
}

.header__profile-btn p {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}

.header__profile-btn span {
    font-size: 12px;
    color: #bdbdbd;
    line-height: 18px;
}

.header__profile-btn svg {
    fill: #bdbdbd;
    width: 16px;
    height: auto;
    transition: fill 0.5s ease;
    margin-left: 6px;
    margin-top: 2px;
}

.header__profile-btn:hover {
    border-color: #144b99;
}

.header__profile-btn:hover svg,
.header__profile-btn[aria-expanded="true"] svg {
    fill: #144b99;
}

.header__profile-menu {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #16151a;
    border-radius: 16px;
    padding: 20px;
    min-width: 180px;
    transition: opacity 0.5s ease;
    transform: translate3d(0px, 54px, 0px) !important;
    height: auto;
    border: 1px solid #222227;
    right: 0 !important;
    left: auto !important;
    margin-top: 2px;
}

.header__profile-menu li {
    margin-bottom: 15px;
    width: 100%;
}

.header__profile-menu li:last-child {
    margin-bottom: 0;
}

.header__profile-menu li:last-child {
    padding-top: 15px;
    border-top: 1px solid #222227;
}

.header__profile-menu a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #bdbdbd;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.5s ease;
    position: relative;
    font-family: 'Quicksand', sans-serif;
}

.header__profile-menu a svg {
    fill: #fff;
    width: 20px;
    height: auto;
    transition: fill 0.5s ease;
    margin-right: 10px;
}

.header__profile-menu a:hover {
    color: #fff;
}

.header__profile-menu a:hover svg {
    fill: #144b99;
}

.header__profile-menu.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}

.header__lang {
    position: relative;
    margin-top: 0px;
}

.header__lang-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(25 67 134);
    padding: 0 8px 0 8px;
    height: 36px;
    border-radius: 18px;
}

.header__lang-btn img {
    width: 20px;
    height: auto;
    /* margin-right: 8px; */
    border-radius: 50%;
}

.rtl .header__lang-btn img {
    margin-right: 0px;
    margin-left: 8px;
}

.header__lang-btn span {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: color 0.5s ease;
}

.header__lang-btn:hover span {
    color: #ffffff;
}

.header__lang-dropdown {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #324452;
    border-radius: 16px;
    padding: 10px;
    min-width: 100px;
    transition: opacity 0.5s ease;
    height: auto;
    border: 1px solid #324452;
}

.header__lang-dropdown li {
    width: 100%;
    margin-bottom: 15px;
}

.header__lang-dropdown li:last-child {
    margin-bottom: 0;
}

.header__lang-dropdown a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.header__lang-dropdown a img {
    width: 20px;
    height: auto;
    margin-right: 8px;
    border-radius: 50%;
}

.rtl .header__lang-dropdown a img {
    margin-right: 0px;
    margin-left: 8px;
}

.header__lang-dropdown a span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    transition: color 0.5s ease;
}

.header__lang-dropdown a:hover span {
    color: #fff;
}

.header__lang-dropdown.show {
    z-index: 1000;
    pointer-events: auto;
    opacity: 1;
}

.header__nav-item.dropdown>a::after {
    content: "\f107";
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 990;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: block;
    width: auto;
    height: auto;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.rtl .header__nav-item.dropdown>a::after {
    margin-left: 0;
    margin-right: 7px;
}

@media (min-width: 576px) {
    .header__action--signin {
        width: auto;
        padding-left: 22px;
    }
    .header__action--signin:before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        height: 24px;
        background-color: #222227;
        top: 50%;
        left: 0;
        margin-top: -11px;
    }
    .header__action--signin:hover a span,
    .header__action--signin:hover button span {
        color: #fff;
    }
    .header__action--signin:hover a svg,
    .header__action--signin:hover button svg {
        fill: #144b99;
    }
    .header__action-btn span {
        display: block;
        white-space: nowrap;
        color: #bdbdbd;
        font-size: 14px;
        margin-right: 10px;
        font-family: 'Quicksand', sans-serif;
        font-weight: 400;
        transition: color 0.5s ease;
    }
    .header__action-btn--start-project {
        background-color: #144b99;
        border-radius: 12px;
        padding: 0 20px;
    }
    .header__action-btn--start-project span {
        margin-right: 0;
        color: #fff;
    }
    .header__action-btn--start-project svg {
        display: none;
    }
    .header__action-btn--start-project:hover {
        background-color: #222227;
    }
    .header__action-btn--start-project:hover span {
        color: #144b99;
    }
    .header__content__venor {
        padding: 0 30px;
    }
    .header__search__venor {
        padding: 0 30px;
    }
    .header__search__venor button {
        right: 75px;
    }
    .header__search__venor button.close {
        right: 30px;
    }
    .header__btn__venor {
        right: 30px;
    }
    .header__profile-btn img {
        display: block;
    }
    .header__profile-btn--verified:after {
        display: block;
    }
}

@media (min-width: 768px) {
    .header__action {
        margin-left: 30px;
    }
    .rtl .header__action {
        margin-left: 0;
        margin-right: 30px;
    }
    .header__action--signin {
        padding-left: 0px;
    }
    .header__actions__venor {
        margin-right: 52px;
    }
}

@media (min-width: 1200px) {
    .header__logo {
        width: auto;
        margin-right: 50px;
    }
    .rtl .header__logo {
        margin-right: 0;
        margin-left: 50px;
    }
    .header__btn__venor {
        display: none;
    }
    .header__content__venor {
        /* padding: 0 20px; */
    }
    .header__actions__venor {
        margin-right: 0;
    }
    .header__action--search {
        display: none;
    }
    .header__action--signin {
        padding-left: 0;
    }
    .header__action--signin:before {
        display: none;
    }
    .header__action-btn svg {
        fill: #144b99;
    }
    .header__action-btn--start-project {
        height: 40px;
        min-width: 100px;
    }
    .header__search__venor {
        position: relative;
        top: auto;
        left: auto;
        width: 280px;
        padding: 0;
        border: none;
        background-color: transparent;
    }
    .header__search__venor input {
        padding: 0 60px 0 20px;
        width: 100%;
    }
    .header__search__venor button {
        right: 20px;
    }
    .header__search__venor button.close {
        display: none;
    }
    .header__search__venor--active {
        top: auto;
    }
    .header__menu__venor {
        flex-direction: row;
        align-items: center;
        width: auto;
        padding: 0;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        background-color: transparent;
        transform: translate3d(0, 0, 0);
        border: none;
        transition: transform 0s ease;
    }
    .header__nav {
        flex-direction: row;
        align-items: center;
        width: auto;
        margin: 0;
    }
    .header__nav-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 70px;
        margin-bottom: 0;
        margin-left: 30px;
    }
    .rtl .header__nav-item {
        margin-left: 0px;
        margin-right: 30px;
    }
    .header__nav-menu {
        transform: translate3d(0px, 46px, 0px);
    }
    .header__nav-menu .header__nav-menu {
        transform: translate3d(0px, 22px, 0px);
    }
}

@media (min-width: 1440px) {
    .header__search__venor {
        width: 360px;
    }
}

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


@media only screen and (min-width: 1200px) {
    .sticky .header-venor {
        height: 90px;
    }
    .sticky .header-venor .navbar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: 9999;
        right: 0;
        -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

}

/* FIXED SIDEBAR */
.fixed-sidebar-menu-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    cursor: url(../../img/burger-close.png), auto;
}
.fixed-sidebar-menu-overlay.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.fixed-sidebar-menu {
    background: #ffffff;
    position: fixed;
    width: 400px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    z-index: 999999999;
    padding: 0;
    top: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
        border-left: 5px solid #144b99;
}
.header7 .fixed-sidebar-menu.open {
    right: 0%;
}
.header7 .fixed-sidebar-menu {
    right: -400px;
}
.fixed-sidebar-menu.open {
    padding: 0;
    width: 400px;
}
.fixed-sidebar-menu-holder .close-sidebar {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px !important;
    cursor: pointer;
    z-index: 2252;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.fixed-sidebar-menu-holder .close-sidebar:before,
.fixed-sidebar-menu-holder .close-sidebar:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #000;
}
.close-sidebar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close-sidebar:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header7 .fixed-sidebar-menu.open .close-sidebar:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.fixed-sidebar-menu > div {
    height: auto;
}
.fixed-sidebar-menu .left-side {
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 80px 45px 30px;
    width: 100%;
}
.fixed-sidebar-menu.open .left-side {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu .widget-title {
    border-color: transparent;
    margin-bottom: 50px;
    font-weight: 900;
    color: #324452;
    margin: 10px 0 25px;
    padding: 0;
    font-size: 32px;
}
.contact-details p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: .8;
    font-weight: 400;
}
.contact-details p i {
    width: 25px;
}
.fixed-sidebar-menu .left-side .social-links {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 20px;
}
.fixed-sidebar-menu .left-side .social-links li {
    margin-right: 10px;
    color: #000;
    opacity: .8;
    display: inline-block;
    list-style: outside none none;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
}
.fixed-sidebar-menu .left-side .social-links a {
    text-align: center;
    font-size: 18px;
    color: #000;
    opacity: .8;
}

/* #Progress
================================================== */

@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}
.paginacontainer {
  height: 3000px;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(204 204 204 / 30%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '^';
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #ccc;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::before {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: rgb(255, 255, 255); /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #ccc; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* II. SLIDER */


.slider-niva.owl-carousel:not(.owl-loaded) .slider-image{
    background: url("../../img/ajax-loader.gif") no-repeat center center;
    text-align: center;

}

/* Add Custom */

.slider-image {
    min-height: 450px;
}

.slider-image img {
    -webkit-animation: action 3s infinite  alternate;
    animation: action 3s infinite  alternate;
}
@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}
@keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(20px); }
}



.slider-niva:not(.owl-loaded) {
    height: 510px;
    display: block;
    overflow: hidden;
}


.slider-niva-section .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
}

.slider-niva-section .owl-nav .owl-prev,
.slider-niva-section .owl-nav .owl-next {
    border-radius: 100%;
    border: 1px solid rgb(204 204 204 / 30%) !important;
    color: #bdbdbd !important;
    left: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 18px !important;
    line-height: 50px !important;
    outline: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.slider-niva-section .owl-nav .owl-prev:hover,
.slider-niva-section .owl-nav .owl-next:hover {
    border-color: #144b99 !important;
    color: #144b99 !important;
}
.slider-niva-section .owl-nav .owl-next {
    right: 30px;
    left: auto;
}
.slider-niva-section {
    /* background-image: url(../../img/home.png); */
    padding: 30px 0 ;
    background-size: cover;
    position: relative;
    /* border-bottom: 1px solid #222227; */
    z-index: 2;
    background-position: bottom;
}
.slider-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #324452;
}
.slider-content h1 {
    color: #324452;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 5px;
    max-width: 100%;
    /* max-width: 500px; */
}
.slider-body {
    margin-bottom: 25px;
}
.slider-content h2 {
    color: #144b99;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
    max-width: 500px;
    display: block;
    min-height: 52px;
}
a.btn.btn-slider {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    background-color: #144b99;
    border-radius: 12px;
    padding: 0 35px;
    display: inline-block;
    height: 50px;
    min-width: 100px;
    line-height: 50px;
    margin: 15px 0px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    margin-right: 30px;
}
.rtl a.btn.btn-slider {
    margin-right: 0px;
    margin-left: 30px;
}
a.btn.btn-slider:hover {
    background-color: #222227;
}
a.btn.btn-slider2 {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    background-color: #222227;
    border-radius: 12px;
    padding: 0 35px;
    display: inline-block;
    height: 50px;
    min-width: 100px;
    line-height: 50px;
    margin: 15px 0px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}
a.btn.btn-slider2:hover {
    background-color: #144b99;
}

/* III. ABOUT  */


.about-section {
    padding: 90px 0;
    background: #f6f6f6;
}
h4.about-heading1-home::before {
    content: '';
    width: 60px;
    height: 1px;
    background: #144b99;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 15px;
}
.imgone.big-paral .simpleParallax {
    background: #000000;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.imgtwo.big-paral .simpleParallax {
    background: #000000;
    min-height: 471px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.imgone.big-paral::before {
position: absolute;
    z-index: 1;
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border: none;
    background-image: -webkit-linear-gradient(
45deg
, #144b99 15%, #1059be 65%);
    background-image: linear-gradient(
45deg
, #144b99 15%, #1059be 65%);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
    top: -5px;
    right: initial;
    bottom: initial;
    left: -5px;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    border-radius: 12px;
}
.imgtwo.big-paral::before {
    position: absolute;
    z-index: 1;
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border: none;
    background-image: -webkit-linear-gradient( 45deg, #1059be 15%, #144b99 65%);
    background-image: linear-gradient( 45deg, #1059be 15%, #144b99 65%);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
    top: initial;
    right: initial;
    bottom: -5px;
    right: 9px;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    border-radius: 12px;
}
.simpleParallax {
    position: relative;
    z-index: 3;
}
h4.about-heading1-home {
    font-size: 14px;
    color: #080337;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    text-transform: uppercase;
}
.rtl .about-section {
    text-align: right;
}
.rtl .about-section ul li {
    padding-left: 0;
    padding-right: 25px;
}
.rtl .about-section ul li::before {
    left: inherit;
    right: 0px;
}
.about-heading2-home {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #080337;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: -2px;
    max-width: 100%;
}


.about-section .btn.btn-style1 {
    margin-top: 20px;
}

.about-section ul li {
    font-size: 16px;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    color: #787c8b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}
.about-section ul li::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 1px;
    /* color: #007bff; */
}
.about-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.btn.btn-style1 {
    background-color: transparent;
    cursor: pointer;
    outline: 0 !important;
    cursor: pointer;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 30px;
    border: 1px solid #1059be;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: -.025em;
    line-height: 45px;
    height: 47px;
    display: inline-block;
    transition: .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
    min-width: 150px;
    background: #1059be;
    font-weight: 600;
    box-shadow: 0 7px 25px rgb(255 46 87 / 20%);
    outline: 0 !important;
}
.btn.btn-style1 svg {
    transition: .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
}
.btn.btn-style1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1059be;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn.btn-style1:hover {
    color: #fff;
}
.btn.btn-style1:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.btn-style1 svg {
    margin-left: 7px;
    fill: #fff;
}
body.rtl .btn.btn-style1 svg {
    margin-left: 0;
    margin-right: 10px;
}
.btn.btn-style1:hover svg{
    fill: #fff;
}

.rtl .btn.btn-style1 {
    margin-right: 0px;
    margin-left: 30px;
}

.btn.btn-style1:hover {
    background-color: #084fa0;
}
.btn.btn-style1 span.button-text {
    display: inline-block;
    font-weight: 600;
}
.about-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #787c8b;
}
.pictures-row {
    padding-right: 30px;
}
.rtl .pictures-row {
    padding-right: 0px;
    padding-left: 30px;
}
.imgone.big-paral {
    position: relative;
    top: -40px;
}
a.btn.btn-style1.btn-style12::before {
    background: #1059be;
}
a.btn.btn-style1.btn-style12 {
    background: #144b99;
    border-color: #144b99;
}
.exp-about {
    padding-left: 35px;
    margin-top: -80px;
}

h5.nmb-font-about {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #0f0928;
    margin-top: 0;
    margin-bottom: 5px;
}
h3.about-heading2-home span {
}

h6.service_summary-about {
    letter-spacing: 1px;
    margin-left: -27px;
    font-size: 14px;
    color: #080337;
    font-weight: 700;
    word-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
}
h6.service_summary-about::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #0f0928;
    display: inline-block;
    position: relative;
    bottom: 3px;
    margin-right: 10px;
}
.rtl h6.service_summary-about::before {
    margin-right: 0px;
    margin-left: 10px;
}
.card-parent {
    padding: 10px;
}
.card-inner-row .project-button {
    margin-top: 20px;
}
.item-about-img1 {
    width: 58%;
    float: left;
    padding: 0 10px 0 9px;
}

.item-about-img2 {
    width: 42%;
    float: left;
    padding: 0 10px 0 15px;
}

.item-about-row {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}
.about-img2 {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}
.about-img1 img {
    max-height: 273px;
    width: auto;
}
.about-img2 img {
    max-height: 200px;
    width: auto;
}
.about-img3 img {
    max-height: 200px;
    width: auto;
}
.about-img1 {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}
.about-img3 {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}


.about-img2 {
    margin-top: 40px;
}

.card.featured.to-top-left h4.heading i {
    color: #6164ff;
    padding-right: 5px;
}
.rtl .card.featured.to-top-left h4.heading i {
    padding-right: 0px;
    padding-left: 5px;
}
.card-inner-row {
    /* padding: 12px; */
    background: #F9FAFF;
    border-radius: 0px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.card.featured.to-top-left {
    position: relative;
    z-index: 3;
    width: 100%;
    border-radius: 0px;
    padding: 45px 30px 20px;
    background-color: #F9FAFF;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    overflow: hidden;
    display: block;
    height: 100%;
    opacity: 1;
    border: 0;
    bottom: 0;
}



.card-img {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 3; */
    /* opacity: 0; */
    /* -webkit-transition: opacity 0.5s; */
    -o-transition: opacity 0.5s;
    /* transition: opacity 0.5s; */
    max-width: 120px;
    margin: 0px auto 25px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    -ms-box-shadow: 0 6px 30px rgba(0,0,0,0.03);
    box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    -webkit-transition: -webkit-transform 0.3s ease-out,box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease-out,box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
    transition: transform 0.3s ease-out,box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
    border-radius: 300px;
}
.card-img img {
    height: 100%;
}

.card-inner-row:hover .card-img {
    /* opacity: .1; */
}

.card-inner-row::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.07);
    /* content: ''; */
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 2s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1, 45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1, 45deg) translate3d(0,-100%,0);
}
.card-inner-row:hover::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1, 45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1, 45deg) translate3d(0,100%,0);
}

.card.featured.to-top-left::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    bottom: 0;
    top: -50px;
    right: 0;
    background: #000;
    opacity: 1;
    transition: all 600ms ease;
    height: 600px;
    z-index: 4;
    opacity: .8;
}
.card.featured.to-top-left * {
    position: relative;
    z-index: 5;
}


.card.featured.to-top-left:hover::before {
    opacity: .85;
}
.card.featured.to-top-left:hover {
}
.card-inner-row:hover {
    border-color: #333;
}
.card.featured.to-top-left h4.heading {
    font-size: 22px;
    color: #080337;
    font-weight: 500;
    margin-bottom: 0px;
        text-align: center;
    font-family: 'DM Sans', sans-serif;
}
.heading-wrapper {
    margin: 0 0 15px;
}
.card.featured.to-top-left p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #787c8b;
    margin-bottom: 10px;
    /* text-align: center; */
    text-align: center;
}
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-wrapper.to-bottom {
    margin: 15px 0 0;
}

/* IV. FUN FACTS */
.fun-facts-section {
    padding: 120px 0 80px;
    background: #f6f6f6;
    position: relative;
}
div#fun-facts::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -25px;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 50px;
    background: #144b99;
}
h3.fun-facts-heading1 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.fun-facts-section p {
    font-size: 18px;
    line-height: 30px;
    color: #696970;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.row.fun-facts-timer {
    margin-top: 70px;
}
span.timer {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #144b99;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    min-height: 55px;
}
.row.fun-facts-timer h4 {
    color: #324452;
    font-weight: 900;
    text-align: center;
    margin-top: 0;
    font-size: 23px;
}


/* services */
.services-section {
    background: #F9FAFF;
    padding: 70px 0 90px;
}
.rtl .portfolio-slider .owl-nav {
    text-align: left;
}
.description-services p {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #787c8b;
}
.services-section .owl-stage-outer {
}
.service-box-parent {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.services-section h3 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0;
    font-weight: 700;
    color: #080337;
    margin-top: 0;
    text-align: center;
    max-width: 800px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.service-box {
    padding: 60px 45px;
    position: relative;
    background-size: cover;
}

.card.featured.to-top-left:hover .card-img{
    -webkit-transform: translate3d(0,-8px,0);
    -ms-transform: translate3d(0,-8px,0);
    transform: translate3d(0,-8px,0);
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 4%);
    -ms-box-shadow: 0 6px 30px rgba(0,0,0,0.04);
    box-shadow: 0 6px 30px rgb(0 0 0 / 4%);
}

.service-box i {
    font-size: 40px;
    color: #6164ff;
    margin-bottom: 20px;
}

.service-box h5 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
    color: #324452;
}

.service-box p {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    margin-bottom: 0;
}
.service-box * {
    position: relative;
    z-index: 2;
        transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(96 34 234 / 70%);
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box:hover::after {
    opacity: 1;
}
.service-box:hover::before {
    opacity: 0;
}
.service-box:hover * {
    color: #fff;
}

.services-section .owl-dots button.owl-dot,
.portfolio-slider .owl-dots button.owl-dot{
    width: 10px;
    height: 10px;
    background: #869791;
    margin: 0 5px;
    outline: 0;
    opacity: .5;
    padding: 10px 0;
    border-radius: 100px;
}
.services-section .owl-dots,
.portfolio-slider .owl-dots{
    text-align: center;
    max-width: 300px;
    margin: 0px auto 0;
}
.services-section .owl-dots button.owl-dot.active,
.portfolio-slider .owl-dots button.owl-dot.active{
    background: #6E48E8;
    width: 14px;
    opacity: 1;
    height: 14px;
}
.services-section h3 span {
}


.services-section .owl-nav button,
.portfolio-slider .owl-nav button {
    position: relative;
    cursor: pointer;
    z-index: 11;
    width: 60px;
    height: 15px;
    outline: 0;
}
.portfolio-slider .owl-nav button:hover,
.portfolio-slider .owl-nav button:hover {
    opacity: .7;
}

.services-section .owl-nav button span::before,
.portfolio-slider .owl-nav button span::before {
    content: "";
    position: absolute;
    transform-origin: left;
    top: 7px;
    background-color: rgb(8 3 55 / 20%);
    display: block;
    width: 12px;
    height: 1.5px;
}

.services-section .owl-nav button span,
.portfolio-slider .owl-nav button span {
    text-indent: -999999999999999999px;
    display: block;
    position: relative;
    z-index: 11;
    width: 60px;
    height: 15px;
}

.services-section .owl-nav button.owl-prev span::before,
.portfolio-slider .owl-nav button.owl-prev span::before  {
    left: 0;
    transform: rotate(-37deg);
}

.services-section .owl-nav button.owl-next span::before,
.portfolio-slider .owl-nav button.owl-next span::before {
    right: -11px;
    transform: rotate(137deg);
}




.services-section .owl-nav button.owl-next span::after,
.portfolio-slider .owl-nav button.owl-next span::after {
    content: "";
    position: absolute;
    transform-origin: left;
    top: 7px;
    background-color: rgb(8 3 55 / 20%);
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    top: 50%;
    display: block;
}

.services-section .owl-nav button.owl-prev span::after,
.portfolio-slider .owl-nav button.owl-prev span::after{
    content: "";
    position: absolute;
    transform-origin: left;
    top: 7px;
    background-color: rgb(8 3 55 / 20%);
    transform: translateY(-50%);
    width: 60px;
    height: 2px;
    top: 50%;
    display: block;
}

.services-section .owl-nav button.owl-next,
.portfolio-slider .owl-nav button.owl-next  {
    float: right;
}

.services-section .owl-nav,
.portfolio-slider .owl-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -7px;
}


/* OUR PORTFOLIO */
.portfolio-section {
    background: #f6f6f6;
    padding: 85px 0 90px;
}
.portfolio-section h4 {
    font-size: 14px;
    color: #324452;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.portfolio-section h4::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #696970;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.rtl .portfolio-section h4::before {
    margin-right: 0px;
    margin-left: 10px;
}

.portfolio-section h3 {
    font-size: 42px;
    line-height: 51px;
    font-weight: 500;
    color: #324452;
    margin-top: 15px;
    margin-bottom: 65px;
}
.portfolio-section h3 span {
    color: #144b99;
}
.portfolio-section .project-image {
    width: 410px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    will-change: transform,opacity;
    border-radius: 12px;
}

.project-meta-title {
    font-size: 22px;
}

.portfolio-section .project-meta {
    position: absolute;
    font-weight: 700;
    line-height: 1.2;
    width: 145px;
    height: 160px;
    bottom: 10px;
    left: -60px;
    -webkit-transform: translateZ(30px);
    transform: translateZ(30px);
}
.rtl .portfolio-section .project-meta {
    left: inherit;
    right: -60px;
}

.portfolio-section .project__text,
.portfolio-section .project-category {
    color: #324452;
    background-color: rgba(255, 255, 255, 0.8); /* putih transparan */
    padding: 5px 9px;
    border-radius: 6px;
    display: inline-block;
}

.portfolio-section .divider {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.7); /* garis lebih terlihat */
    margin: 10px 1px 13px;
}

.portfolio-section .project-image-container-inner:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
65deg
,rgba(16,9,27,.8),transparent 50%);
    position: absolute;
}
.portfolio-section .project-image-container-inner:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
0deg
,rgba(16,9,27,.8),transparent 50%);
    position: absolute;
}
.project-box-div {
    width: 410px;
    height: 230px;
    position: relative;
    margin: 0 auto;
        -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(20px);
    margin-left: 70px;
    box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
}

.portfolio-section .col-md-6:nth-child(2n) {
    margin-top: 20px;
}
.portfolio-section .col-md-6:nth-child(1n) {
    margin-top: 20px;
}
.project-image-container {
    border-radius: 12px;
}

.js-tilt-glare {border-radius: 12px;}


/* TESTIMONIAL */
.testimonial-section {
    background: #f6f6f6;
    position: relative;
    padding: 65px 0 70px;
}
.testimonial-section .container > h3 {
    font-size: 44px;
    line-height: 55px;
    font-weight: bold;
    color: #0f0928;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}
.testimonial-section .container > p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #787c8b;
}
.testimonial-layout1 {
    margin: 0 30px 0 60px;
}
.testimonial-layout1 {
    padding: 50px 30px 35px 70px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 6%);
    background-color: #fff;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}
.testimonial-layout1:hover {
    background: #F9FAFF;
}
.testimonial-layout1 .item-figure {
    position: absolute;
    left: -50px;
    top: 70px;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
blockquote.testimonial-slide {
    margin: 20px 0;
}
.testimonial-layout1 .item-figure img {
    border-radius: 50%;
    max-width: 90px;
}

.testimonial-layout1 .item-content {
    flex: 1;
}
.testimonial-layout1 .item-content .item-title {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 1px;
}
.testimonial-layout1 .item-content .item-sub-title {
    font-size: 12px;
    color: #080337;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.testimonial-layout1 .item-paragraph p {
    color: #787c8b;
    font-size: 15px;
    line-height: 25px;
}

.testimonial-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}
.testimonial-layout1:before {
    content: "\f10e";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    z-index: -1;
    right: 30px;
    top: 50%;
    font-size: 120px;
    opacity: .04;
    color: #000;
    transform: translateY(-50%);
}

/* BLOG */
.blog-section {
    padding: 90px 0;
    background: #F9FAFF;
    position: relative;
}
.entry-date {
    width: auto;
    min-width: 67px;
    max-width: 100px;
    padding: 10px 15px 15px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #080337;
    color: #fff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.entry-meta {
    position: absolute;
    right: 15px;
    bottom: -35px;
}
.blog-section .blog-section-title {
    font-size: 44px;
    line-height: 55px;
    font-weight: bold;
    color: #0f0928;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.blog-section .blog-section-title span {
    /* color: transparent; */
    /* -webkit-text-stroke: 1px #fff; */
}
h3.blog-section-subtitle {
    text-align: center;
    font-size: 14px;
    color: #080337;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 1px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.blog-section .after-bg {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* opacity: 0; */
    position: relative;
    /* -webkit-transition: opacity 0.5s; */
}
.blog-section article.blog-single-post:hover  img.lazy.blog_post_image.img-fluid {
    /* transform: scale(1.05); */
    /* -webkit-transform: scale(1.05); */
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}

.blog-section article.blog-single-post:hover  .after-bg::before {
    opacity: .6;
}
.blog-section .after-bg img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: 50% 50%;
    position: relative;
    transition: all 600ms ease;
}

.blog-section .after-bg::before {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    z-index: 4;
    transition: all 600ms ease;
}

.blog-section .blog-item {
    padding: 45px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    height: 100%;
    background: #fff;
}

.blog-section article.blog-single-post {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    -ms-box-shadow: 0 6px 30px rgba(0,0,0,0.03);
    box-shadow: 0 6px 30px rgb(0 0 0 / 3%);
    border-radius: 12px;
}

.blog-section .entry-meta span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 4px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
}

.blog-section h2.title-block a {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 20PX 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'DM Sans', sans-serif;
}

.blog-section .block-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 24px;
    color: #d7d7d7;
}
.box-content-body .project-button {
    margin-top: 25px;
    display: block;
}
article.blog-single-post {
    margin-bottom: 30px;
}


/* TYPED TEXT */
.typed-section {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 60px 0;
}
.typed-section H4 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    text-align: LEFT;
    max-width: 800px;
    margin-bottom: 0;
}
.typed-section a.btn.btn-style1 {
    margin-top: 0;
}

.typed-section a.btn.btn-style1 svg {
    fill: #fff;
}
/* FOOTER DIV */

.footer-section .footer-wrapper {
    position: relative;
}
.footer-section  .footer-left {
    padding: 120px;
    position: relative;
    z-index: 2;
    border-top-right-radius: 6px;
    background-image: linear-gradient(145deg,#144b99 10%,#1d69d3 100%);
}
.footer-section  .inner {
    z-index: 5;
    position: relative;
    text-align: center;
}
.footer-section  .inner > span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 300;
}
.footer-section  .inner h4 {
    margin-left: auto;
    color: #fff;
    font-size: 75px;
    font-weight: 900;
    line-height: 90px;
    margin-right: auto;
    max-width: 500px;
}
.footer-section .social-share-inner ul a strong {
    text-indent: -9999px;
    display: inline-block;
    white-space: nowrap;
}
.footer-section .footer-left::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../img/pattern-1.png);
    content: "";
    z-index: 1;
    opacity: .5;
    border-top-right-radius: 6px;
}
.footer-section .footer-right {
    background-image: url(../../img/pattern-2.jpg);
    padding: 90px 70px 150px 70px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 120px;
    border-radius: 6px 0 0;
    position: relative;
    z-index: 1;
}
.footer-section .footer-wrapper .col-lg-6 {
    padding: 0;
}
.footer-section .footer-wrapper > .row {
    margin: 0;
}
.footer-section .footer-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .6;
}
.footer-section .copyright-text {
    position: absolute;
    bottom: -85px;
}
.footer-section  h4.title {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
    opacity: .7;
}
span.niva-animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fff;
    overflow: hidden;
    opacity: .2;
    margin-bottom: 25px;
}

span.niva-animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
.footer-section .menu-quick-link-container ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-section .menu-quick-link-container ul li a {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .7;
}
.footer-section ul.ft-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section ul.ft-link li a {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .7;
}
.footer-section .social-share-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.footer-section .social-share-inner ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-section .social-share-inner ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    opacity: .7;
}
.footer-section .copyright-text p {
    color: #fff;
    margin: 0;
    opacity: .7;
    left: 0;
    font-size: 16px;
    line-height: 24px;
}
.footer-section .copyright-text p a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}
.footer-section .footer-right .col-lg-12 {
    padding: 0;
}



.btn.btn-style2 {
    background-color: transparent;
    cursor: pointer;
    outline: 0 !important;
    cursor: pointer;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: -.025em;
    margin-top: 20px;
    line-height: 46px;
    height: 50px;
    display: inline-block;
    transition: .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
    min-width: 150px;
    font-weight: 600;
}
.btn.btn-style2 svg {
    transition: .3s cubic-bezier(.4,0,.2,1);
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
    fill: #fff;
}
.btn.btn-style2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn.btn-style2:hover {
    color: #000;
}
.btn.btn-style2:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn.btn-style2 svg {
    margin-left: 5px;
}
.btn.btn-style2:hover svg{
    fill: #000;
}

.btn.btn-style2:hover {
    background-color: #fff;
}
.btn.btn-style2 span.button-text {
    display: inline-block;
    font-weight: 600;
}


@-webkit-keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}
@keyframes animborder{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(113px);transform:translateX(113px)}}



/* ABOUT */

/* BREADCRUMBS */

.breadcrumb-area {
    padding: 160px 0 115px;
    text-align: left;
    background: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
}
ul.shape-group-code {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

ul.shape-group-code .shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

ul.shape-group-code .shape-1 {
    bottom: 0;
    left: 0;
}

ul.shape-group-code .shape-2 {
    bottom: -50px;
    right: 0;
    text-align: right;
    opacity: .15;
}

ul.shape-group-code .shape-3 {
    top: 115px;
    left: 0;
    opacity: .4;
}

ul.shape-group-code .shape img {
    width: 100%;
    height: auto;
}
.breadcrumb-area h1.breadcrumb-title {
    font-size: 44px;
    line-height: 49px;
    font-weight: 700;
    color: #080337;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.rtl .breadcrumb-area h1.breadcrumb-title {
    text-align: right;
}
.breadcrumb-area ul.page-list {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 3;
}
.breadcrumb-area ul.page-list li {
    display: inline-block;
    color: #bdbdbd;
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.breadcrumb-area ul.page-list li {
    text-align: right;
}

.breadcrumb-area ul.page-list li a {
    color: #787c8b;
}
.breadcrumb-area .page-list li.separator:before {
    content: "";
    background: #bdbdbd;
    opacity: 1;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    bottom: 3px;
    margin: 0 5px;
}

.breadcrumb-area ul.page-list li.item-current {
    color: #007bff;
}

.banner-section {
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}

h1.banner-title {
    font-weight: 700;
    color: #fff;
    font-size: 100px;
    word-spacing: 9px;
    line-height: .95;
    margin-bottom: -25px;
    letter-spacing: -2px;
    padding-bottom: 20px;
}
.rtl h1.banner-title {
    text-align: right;
}
h1.banner-title span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

p.banner-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
    max-width: 600px;
    margin-bottom: 0;
}
.rtl p.banner-desc {
    text-align: right;
}
.rtl .breadcrumb-area ul.page-list {
    text-align: right;
}

/* BREADCRUMBS */
.breadcrumb-area-rcs {
    padding: 80px 0;
    text-align: center;
    background-image: url(../../img/pattern-section1.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
}

.breadcrumb-area-rcs h1.breadcrumb-title {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.breadcrumb-area-rcs ul.page-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-area-rcs ul.page-list li {
    display: inline-block;
    color: #324452;
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.breadcrumb-area-rcs ul.page-list li a {
    color: #324452;
}

.breadcrumb-area-rcs .page-list li.separator:before {
    content: "";
    background: #324452;
    opacity: 1;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    bottom: 3px;
    margin: 0 5px;
}

.breadcrumb-area-rcs ul.page-list li.item-current {
    color: #144b99;
}

/* ABOUT US S1 */

.about-us {
    padding: 90px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.simpleParallax-video {
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.rtl .simpleParallax-video{
    margin-right: 0px;
    margin-left: 30px;
}
a.popup-vimeo-video {
    color: #fff;
    font-size: 74px;
    line-height: 1;
    opacity: .8;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 99;
}
.simpleParallax-video::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.212);
    z-index: 3;
}
a.popup-vimeo-video svg {
    width: 74px;
    fill: #fff;
}
a.popup-vimeo-video:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about-us p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #787c8b;
}

.about-us ul li {
    font-size: 16px;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    color: #787c8b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}
.about-us ul li::before {
    content: "\f192";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 1px;
}
.about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
}
.about-us .btn.btn-style1 {
    margin-top: 30px;
}

.rtl .about-us ul li {
    padding-left: 0px;
    padding-right: 25px;
}

.rtl .about-us ul li::before {
    left: inherit;
    right: 0;
}



/* MEMBERS */
.members-section {
    padding: 80px 0 60px;
    background: #f6f6f6;
}
.members-section h3.members-heading1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    color: #324452;
    margin-top: 15px;
    margin-bottom: 70px;
    text-align: center;
}

.members-section .niva-team {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.members-section .thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}

.members-section .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 40px;
    z-index: 2;
}

.members-section h5.title {
    color: #fff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
    transform: translateY(10px);
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transition-delay: .25s;
    -webkit-transform: translateY(10px);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 900;
}

.members-section p.position {
    color: #d6d8e0;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    transform: translateY(10px);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transform: translateY(10px);
    margin-bottom: 0;
}

.members-section ul.social-icon {
    position: absolute;
    top: 25px;
    left: 35px;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0 -10px;
}

.members-section .niva-team ul.social-icon li {
    margin: 0 10px;
    transform: translateY(8px) scale(.8);
    -webkit-transform: translateY(8px) scale(.8);
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
}

.members-section .niva-team ul.social-icon li a {
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.members-section .niva-team .thumbnail:after {
    background: linear-gradient(to bottom, #144b999e ,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.members-section .niva-team:hover .thumbnail:after {
    opacity: .85;
    top: 0;
}

.members-section .niva-team:hover ul.social-icon li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .niva-team:hover ul.social-icon li:nth-child(1) {
    -webkit-transition-delay: .07692s;
    transition-delay: .07692s;
}

.members-section .niva-team:hover ul.social-icon li:nth-child(2) {
    -webkit-transition-delay: .15385s;
    transition-delay: .15385s;
}

.members-section .niva-team:hover ul.social-icon li:nth-child(3) {
    -webkit-transition-delay: .23077s;
    transition-delay: .23077s;
}

.members-section .niva-team:hover .content {
    opacity: 1;
    visibility: visible;
}

.members-section .niva-team:hover .content .title {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .niva-team:hover .content p.position {
    transition-delay: .33s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


/* CLIENTS */
.clients-section {
    padding: 20px 0; /* Jarak atas dan bawah untuk section */
    text-align: center; /* Menyelaraskan judul dan slider ke tengah */
}

.container {
    max-width: 1200px; /* Lebar maksimum container */
    margin: 0 auto; /* Memusatkan container */
    padding: 0 15px; /* Jarak samping untuk responsivitas */
}

.members-heading1 {
    font-size: 2.5rem; /* Ukuran font judul */
    margin-bottom: 30px; /* Jarak antara judul dan slider */
    color: #333; /* Warna teks judul */
    font-weight: bold; /* Ketebalan font */
}

.clients-slider {
    display: flex; /* Menggunakan flex untuk slider */
    justify-content: center; /* Memusatkan slide */
}

.clients-slide {
    margin: 0 10px; /* Jarak antar slide */
}

.client_image {
    max-width: 200px; /* Ukuran maksimum gambar */
    height: auto; /* Menjaga rasio gambar */
    object-fit: contain; /* Memastikan gambar tidak terdistorsi */
}

/* PORTOFOLIO PAGE*/
.portfolio-section-filters {
    padding: 90px 0 40px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.portfolio-section-filters .hide {
    animation: hide .5s ease 0s 1 normal forwards;
    transform-origin: center;
    display: none;
}
.portfolio-section-filters .show {
    animation: show .5s ease 0s 1 normal forwards;
    transform-origin: center;
    display: block;
}
@keyframes hide {
  0%{transform: scale(1);}
  100% {transform: scale(0);width: 0;height: 0; margin: 0;}
}
@keyframes show {
  0%{ transform: scale(0); width: 0; height: 0;  margin: 0; }
  100% { transform: scale(1); }
}

.portfolio-section-filters .filter {
    margin: 15px 0;
    display: block;
    color: #324452;
    font-weight: 600;
}
.portfolio-section-filters .filter:hover {
    cursor: pointer;
}
.portfolio-section-filters .filters h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 20px;
}

.portfolio-section-filters h4.entry-details-title a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 15px;
    margin-bottom: 5px;
}

.portfolio-section-filters h5.project-category {
    margin: 0;
    display: block;
    color: #324452;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.portfolio-section-filters .filter span {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #bdbdbd;
    font-size: 16px;
    background-color: #222227;
    border-radius: 12px;
    padding: 0 15px;
    height: 32px;
}
.portfolio-section-filters .filter.active span {
    color: #fff;
    background-color: #144b99;
}
.portfolio-section-filters h4.entry-details-title {
    margin: 0;
}
.portfolio-section-filters .project.col-md-6 {
    margin-bottom: 50px;
}

.portfolio-section-filters .project-thumbnail img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.portfolio-section-filters .project-thumbnail:hover img {
        -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.portfolio-section-filters .project-thumbnail {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.portfolio-section-filters .projects.row {
    min-height: 400px;
}
.project-content {
    padding: 90px 0 60px;
    /* border-top: 1px solid rgba(0,0,0,.1); */
}
.project-content .featured-image {
    border: 1px solid #0000004f; /* border hitam */
    margin-bottom: 20px;
    border-radius: 10px;
}
.project-content h2,
.project-content h4 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}
.project-content p {
    font-size: 18px;
    line-height: 26px;
    color: #696970;
}
.project-content span.niva-animate-border {
    background: #000;
}
.project-content span.niva-animate-border::after {
    border-color: #fff;
}
.project-content .gallery {
    margin-top: 40px;
}

.project__img_single {
    max-height: 550px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 60px;
    border-radius: 12px;
}


/* BLOG PAGE */
.blog-page-section {
    padding: 90px 0 30px;
    /* border-top: 1px solid rgba(0,0,0,.1); */
}
.blog-page-section-single {
    padding: 90px 0 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.project-content .col-md-4 p {
    margin-bottom: 10px;
}
.blog-page-section article.single-post.blogloop-v2 .post-excerpt p:not(:last-child) {
    display: none;
}

.blog-page-section article.single-post.blogloop-v2  .post-excerpt p:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.project-content .col-md-4 a {
    margin-top: 10px;
}
.blog-page-section .col-md-8 {
    padding-right: 30px;
}
.blog-page-section article.single-post.blogloop-v2 {
    position: relative;
    background: #fff;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: center;
    padding: 0;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog-page-section span.post-date {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #080337;
    padding: 5px 20px 8px 20px;
    text-transform: capitalize;
    border-radius: 0px 0px 12px 12px;
}
.blog-page-section .post-details {
    padding: 0 50px 30px;
}
.blog-page-section .post-author-avatar {
    position: relative;
    margin-bottom: 30px;
}
.blog-page-section img.avatar.img-fluid {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    background: #f6f6f6;
    margin-top: -50px !important;
    max-width: 100px;
    border: 0;
    height: 100px;
}
.blog-page-section h2.post-name {
    margin: 10px 0 15px;
}
.blog-page-section .post-category-comment-date {
    margin: 7px 0 7px;
    font-size: 14px;
    display: inline-block;
}
.blog-page-section .post-category-comment-date span {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-page-section .post-category-comment-date span i {
    margin-right: 8px;
    color: #144b99;
    opacity: .7;
}
.blog-page-section h2.post-name a,
.blog-page-section h2.post-name {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.post-category-comment-date {
    color: #787c8b;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}
.blog-page-section h2.post-name a:hover {
    color: #144b99;
}
.blog-page-section .post-excerpt {
    padding: 20px 0 0;
}
.blog-page-section .post-excerpt p {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    text-align: left;
}
.blog-page-section .post-body p {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    text-align: left;
}
.post-body img {
    margin: 20px 0;
}
.post-body blockquote {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0;
    padding: 30px 30px 30px 90px;
    position: relative;
    border-radius: 0px;
    border: 0;
    font-style: normal;
    background: #144b99;
}
.post-body blockquote:before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 28px;
    position: absolute;
    left: 35px;
    top: 48px;
    font-style: normal;
    background: transparent !important;
}
.post-body blockquote p {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
.post-body blockquote footer {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-weight: 800;
}
.post-body blockquote footer::before {
    padding-right: 5px;
}
.post-body blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.post-body img.img-fluid.img-ad {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
.post-body {
    margin-top: 30px;
}
.textwidget a img.img-ad {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    margin: 0 !IMPORTANT;
}
.blog-page-section .widget_element {
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
    padding: 0px 30px 30px;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.blog-page-section h3.widget-title {
    position: relative;
    margin: 0px -30px 25px;
    padding: 20px;
    font-size: 22px;
    color: #ffffff;
    background: #144b99;
    border-radius: 10px 10px 0px 0px;
    font-weight: 800;
}

.blog-page-section img.html-widget-image.img-fluid {margin-bottom: 30px;}

.blog-page-section p.html-widget-paragraph {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    text-align: left;
    margin-bottom: 10px;
}
.blog-page-section .widget_element_posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page-section .post-thumbnail-element {
    margin-right: 15px;
}
.blog-page-section .widget_element_posts ul li {
    clear: both;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}
.blog-page-section .widget_element_posts ul li:last-child {
    margin-bottom: 0px;
}
.blog-page-section .post-thumbnail-element img {
    border-radius: 5px;
    max-width: 100px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}
.blog-page-section .post-thumbnail-element img:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.blog-page-section .post-details-element-title a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 800;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.blog-page-section span.post-date-important {
    font-size: 14px;
    font-weight: 600;
}

.blog-page-section img.blog_post_image.img-fluid {
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
.blog-page-section .blog_custom .post-thumbnail img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}
.blog-page-section .blog_custom .post-thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.blog-page-section .blog_custom .post-thumbnail {
    overflow: hidden;
}
.blog-page-section img.blog_post_image.img-fluid:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.blog-page-section ul#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-page-section ul#recentcomments li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.blog-page-section ul#recentcomments li:last-child {
    margin-bottom: 0px;
}
.blog-page-section ul#recentcomments li span {
    font-weight: 700;
}
.blog-page-section ul#recentcomments li a {
    color: #144b99;
}
.blog-page-section ul#recentcomments li::before {
    content: '\f075';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #144b99;
}

/* PRICING PAGE */

.pricing-elements {
    padding: 90px 0;
    background: #f6f6f6;
    position: relative;
    z-index: 3;
}
.pricing-elements::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -50px;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100px;
    background: #144b99;
}
.pricing-elements h2 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.pricing-elements p {
    font-size: 18px;
    line-height: 30px;
    color: #696970;
    max-width: 700px;
    text-align: center;
    margin: 0 auto 50px;
}

.niva-price-box {
    padding: 20px 20px 45px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
}

.niva-price-box h3 {
    padding: 20px 10px;
}

.niva-price-box h3 strong {
    display: block;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.28px;
    font-weight: 900;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
}

.niva-price-box h3 span {
    font-size: 16px;
    color: #696970;
    line-height: 24px;
    display: block;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.plan-features ul li {
    padding: 15px;
    border-bottom: 1px solid rgb(204 204 204 / 50%);
    font-size: 16px;
    color: #000;
}

.plan-features ul li:last-child {
    border: 0;
}


.plan-ribbon {
    background: #895bef;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    position: absolute;
    top: 17px;
    left: auto;
    right: -55px;
    width: 55%;
    transform: rotate(
36deg
 );
    padding: 7px 0;
    font-size: 13px;
}
.niva-price-box.premium-pricing {
    background: #144b99;
}

.niva-price-box.premium-pricing h3 strong {
    color: #fff;
}

.niva-price-box.premium-pricing h3 span {
    color: #fff;
}

.niva-price-box.premium-pricing li {
    color: #fff;
}

.niva-price-box.premium-pricing a.btn.btn-style1 {
    border: 2px solid #fff;
    line-height: 46px;
}

/* CONTACT PAGE */
.contant-section-page {
    padding: 90px 0;
    /* border-bottom: 1px solid #222227; */
    /* border-top: 1px solid #222227; */
}


.contant-section-page .contact-element-wrapper {
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.contant-section-page .contact-element-wrapper:hover {
    background: #007bff;
    box-shadow: 0 10px 25px 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}



.contant-section-page .contact-element {
    display: flex;
}

.contant-section-page .icon {
    display: inline-flex;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 23px;
    display: inline-flex;
    margin-right: 20px;
    color: #007bff;
}

.contant-section-page .content h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 700;
    color: #080337;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
}
.content p {
    margin: 0;
}
.content p a {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #787c8b;
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}


.contant-section-page .contact-element-wrapper h3,
.contant-section-page .contact-element-wrapper .icon,
.contant-section-page .contact-element-wrapper p,
.contant-section-page .contact-element-wrapper a {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.contant-section-page .contact-element-wrapper:hover h3,
.contant-section-page .contact-element-wrapper:hover .icon,
.contant-section-page .contact-element-wrapper:hover a {
    color: #fff;
}
.iframe-contact form {
}
.iframe-contact .form-control {
    display: block;
    width: 100%;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1;
    color: #080337;
    background-color: #ffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
    font-family: 'DM Sans', sans-serif;
    outline: 0 !important;
}

.iframe-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #787c8b;
}
.iframe-contact input::-moz-placeholder { /* Firefox 19+ */
    color: #787c8b;
}
.iframe-contact input:-ms-input-placeholder { /* IE 10+ */
    color: #787c8b;
}
.iframe-contact input:-moz-placeholder { /* Firefox 18- */
    color: #787c8b;
}

.iframe-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #787c8b;
}
.iframe-contact textarea::-moz-placeholder { /* Firefox 19+ */
    color: #787c8b;
}
.iframe-contact textarea:-ms-input-placeholder { /* IE 10+ */
    color: #787c8b;
}
.iframe-contact textarea:-moz-placeholder { /* Firefox 18- */
    color: #787c8b;
}
.iframe-contact textarea {
    padding: 15px !important;
    min-height: 125px;
}
.iframe-contact button.btn.btn-style1 {
    margin-top: 20px;
}
.iframe-contact iframe {

        /* border-radius: 12px; */
}

.iframe-contact {
    padding: 90px 0;
    background: #F9FAFF;
}
.iframe-contact h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #080337;
    margin-top: 15px;
    margin-bottom: 30px;
}
.iframe-contact .form-group {
    margin-bottom: 25px !important;
}
.iframe-contact span.text-danger {
    display: block;
    margin-top: 10px;
}
.page-content {
    padding: 90px 0 70px;
}
.page-content p {
    font-size: 16px;
    line-height: 26px;
    color: #787c8b;
    margin-bottom: 20px;
}
.page-content li {
    font-size: 16px;
    line-height: 27px;
    color: #787c8b;
    font-family: 'DM Sans', sans-serif;
}
.page-content a {
    color: #007bff;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    color: #fff;
}


/* COOKIE */
.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999999999999999;
    background-color: #000;
}
span.cookie-consent__message {
    color: #fff;
    font-size: 14px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 14px;
    background: #144b99;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 0 none;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 0;
    cursor: pointer !important;
    margin: 0 15px;
    outline: 0;
}
button.js-cookie-consent-agree.cookie-consent__agree:hover {
    background: #324452;
}
span.cookie-consent__message a {
    color: #fff;
    opacity: .8;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
span.cookie-consent__message a:hover {
    opacity: 1;
}

.avo-image {
    border-radius: 10px;
    transition: all .8s;
    transition-delay: .3s;
}
.avo-image .div-tooltip-tit {
    display: none;
    position: fixed;
    background-color: #000;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
    color: #fff;
}
.avo-image .div-tooltip-sub {
    display: none;
    position: fixed;
    background-color: #fff;
    padding: 10px;
    color: #111;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 99999;
}

/* RESPONSIVE */
@media (max-width:1024px) and (min-width:767px) {
    header.header-niva .navbar-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.666667%;
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
    header.header-niva .navbar-menu.col-md-8 button.navbar-toggler {
        position: relative;
        top: 20px;
    }

    header.header-niva div#navbarNiva {
        padding-top: 15px;
    }

    header.header-niva #navbarNiva li.nav-item a {
        line-height: 40px;
        text-align: right;
        font-size: 14px;
        padding: 5px 8px;
    }
    header.header-niva .navbar-menu.col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51.666667%;
        flex: 0 0 51.666667%;
        max-width: 51.666667%;
        text-align: right;
    }
    .slider-niva-section .owl-nav {
        display: none;
    }
    .slider-content h1 {
        font-size: 48px;
        line-height: 56px;
    }
    .slider-content h1 span {
        font-size: 60px;
        line-height: 60px;
    }
    a.btn.btn-slider {
        margin-bottom: 0;
    }
    .slider-content h2 {
        display: none;
    }
    .row.fun-facts-timer h4 {
        font-size: 18px;
    }
    .about-heading2-home {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
   .header__logo {
        margin-right: 40px;
    }
    h5.nmb-font-about {
        font-size: 50px;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
        max-width: 500px;
    }
    .service-box h5 {
        font-size: 24px;
    }
   .portfolio-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px !important;
    }
 .portfolio-section .col-md-6 {
        margin-top: 70px !important;
    }
    .blog-section h3.post-name {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-section .blog_custom .post-details {
        padding: 15px;
    }
    .typed-section H4 {
        font-size: 26px;
        line-height: 35px;
        padding: 10px 0;
    }
    .footer-section .inner h4 {
        font-size: 60px;
        line-height: 70px;
    }
    .pricing-elements .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .pricing-elements .col-md-4 .niva-price-box {
        max-width: 400px;
        margin: 0 auto;
    }
    .contant-section-page .icon {
        font-size: 30px;
        margin-right: 7px;
    }
    .contant-section-page .content h3 {
        font-size: 22px;
    }
    .content p a {
        font-size: 14px;
    }
    .contant-section-page .contact-element-wrapper {
        padding: 15px;
    }
    .iframe-contact h3 {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .navbar-menu.col-md-8 {
        position: static;
        padding: 0;
    }
    .header__logo img {
    width: auto;
    height: 35px;
    display: block;
    }

    .header.header-niva .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
    }

    header.header-niva .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
        top: 21px;
        right: 5px;
        z-index: 9999;
    }
    header.header-niva .navbar-buttons-inner {
        text-align: center;
    }

    .fixed-sidebar-menu.open {
        width: 320px;
        padding: 0;
    }

    .header7 .fixed-sidebar-menu {
        right: -320px;
        width: 320px;
    }

    .fixed-sidebar-menu.open .left-side {
        padding: 80px 30px 30px;
    }

    header.header-niva nav.navbar.navbar-expand-lg.container .w-100 {
        width: 100%!important;
        display: block !important;
        margin: 0;
    }
    header.header-niva nav.navbar.navbar-expand-lg.container {
        padding: 0;
    }
    header.header-niva #navbarNiva li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }
    header.header-niva #navbarNiva li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }

    header.header-niva #navbarNiva li.nav-item .dropdown-menu {
        padding: 0;
    }

    header.header-niva #navbarNiva li.nav-item .dropdown-menu > a {
        line-height: 40px;
        padding: 5px 15px;
    }
    .slider-content h1 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
    }

    .slider-content h2 {
        display: none;
    }

    .slider-content h1 span {
        font-size: 50px;
        line-height: 60px;
    }

    a.btn-slider {
        margin-top: 10px;
    }
    a.btn.btn-slider {
        margin: 0 15px;
    }
    .slider-niva-section .owl-nav {
        display: none;
    }

    .slider-image img {
        margin-top: 50px;
        padding: 0 20px;
    }
    h3.fun-facts-heading1 {
        font-size: 42px;
    }

    .fun-facts-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .radial {
        margin-top: 45px;
    }
    .slider-content {
        text-align: center;
    }
    .row.fun-facts-timer {
        margin-top: 0;
    }
    .pictures-row {
        max-width: 300px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
     .exp-about {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 40px;
    }
       h6.service_summary-about {
        margin-left: 5px;
    }
    .about-heading2-home {
        font-size: 38px;
        line-height: 48px;
    }
    .about-heading2-home {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    h4.about-heading1-home {
        margin-top: 40px;
    }
    .about-section p {
        font-size: 16px;
        line-height: 27px;
    }
    .item-about {
        display: flex;
        flex-direction: column;
    }
    .about-section .row {
        display: flex;
        flex-direction: column;
    }
    .about-section .row .col-md-6:first-child {
        order: 2;
        padding-top: 40px;
    }
    .about-section .row .col-md-6:last-child {
        order: 1;
        padding-top: 30px;
    }
    .about-section {
        padding: 0px 0;
        background: #f6f6f6;
    }
    .project-meta-title {
        font-size: 18px;
    }
    .portfolio-section .project-meta {
        height: auto;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .portfolio-section h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .testimonial-section {
        padding: 50px 0 50px;
    }
    .project-box-div, .portfolio-section .project-image {
        width: 210px;
        height: auto;
    }
    .rtl .project-box-div,
    .rtl .portfolio-section .project-image {
        margin-left: auto;
    }
    .col-project-big {
        margin-bottom: 30px;
    }
    .portfolio-section {
        padding: 90px 0 50px;
    }
    .testimonial-slide {
        padding: 100px 30px;
    }
    .blog-section .blog-section-title {
        font-size: 42px;
        line-height: 50px;
    }
    .typed-section H4 {
        font-size: 32px;
        line-height: 42px;
    }
    .typed-section .col-md-4.text-right {
        text-align: left !important;
        margin-top: 30px;
    }
    .footer-section .footer-left {
        padding: 50px 15px;
    }
    .footer-section .inner h4 {
        font-size: 42px;
        line-height: 50px;
        margin-top: 30px;
    }
    .footer-section .footer-right {
        padding: 50px 30px;
    }

    .footer-section .copyright-text {
        position: static;
        margin-top: 30px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }
    .breadcrumb-area h1.breadcrumb-title {
        font-size: 36px;
        line-height: 44px;
        padding: 0 15px;
    }

    .breadcrumb-area {
        padding: 50px 0;
    }

    .members-section h3.members-heading1 {
        font-size: 38px;
        line-height: 44px;
    }
    .portfolio-section-filters .filters {
        margin-bottom: 50px;
    }
    .project-content .col-md-4 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .pricing-elements::before {
        display: none;
    }
    .pricing-elements h2 {
        font-size: 42px;
        line-height: 50px;
    }
    .niva-price-box {
        margin-bottom: 50px;
    }
    .blog-page-section .post-details {
        padding: 0 15px 30px;
    }
    .blog-page-section .post-excerpt p,
    .blog-page-section p.html-widget-paragraph,
    .blog-page-section .post-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-page-section h2.post-name a, .blog-page-section h2.post-name {
        font-size: 28px;
        line-height: 36px;
    }
    .blog-page-section .col-md-8 {
        padding-right: 15px;
    }
    .post-body blockquote {
        padding: 30px;
    }
    .post-body blockquote:before {
        position: static;
    }
    .contant-section-page .contact-element-wrapper {
        margin-bottom: 30px;
    }
    .iframe-contact h3 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 30px;
    }
    button.js-cookie-consent-agree.cookie-consent__agree {
        margin: 10px;
    }
    /* .slider-image {
        min-height: auto;
    } */
    .slider-image {
        display: none;
    }
    .slider-inner-niva {
        padding: 50px 0;
    }
    header.header-niva .row.w-100 {
        display: flex;
        margin: 0;
    }

    header.header-niva .navbar {
        padding: 0;
    }
    header.header-niva .row.w-100 .navbar-header {
        order: 1;
    }

    header.header-niva .row.w-100 .navbar-menu {
        order: 3;
    }

    header.header-niva .row.w-100 .navbar-buttons {
        order: 2;
        padding-left: 0;
    }
    header.header-niva .link_user_section {
        margin-right: 10px;
    }
    header.header-niva .navbar-buttons-inner {
        /* text-align: left; */
        margin-left: 30px;
    }
    .slider-niva:not(.owl-loaded) {
        height: auto !important;
    }
    a.btn-slider,
    .btn.btn-style1 {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        padding: 00 25px;
    }
    .slider-niva-section,
    .breadcrumb-area {
        background-size: contain;
    }
    .ct-topbar-layout1 .ct-topbar-meta {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .ct-topbar-item+.ct-topbar-item:before {
        display: none;
    }
    .ct-topbar-layout1 .ct-topbar-meta .ct-topbar-item {
        padding: 5px 0 !important;
        margin: 0 !important;
    }
    .ct-topbar-layout1 .ct-topbar-social {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

.codeless-add-purchase-button {
    position: fixed;
    bottom: 100px;
    right: 19px;
    height: 70px;
    background: rgba(137, 189, 73, .25);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.codeless-add-purchase-button i.icon {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #33CE33;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}
.codeless-add-purchase-button i.icon svg {
    height: 30px;
    position: relative;
    bottom: 1px;
}
.codeless-add-purchase-button i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 70px;
    width: 70px;
    background: rgba(137, 189, 73, .3);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}
.codeless-add-purchase-button i.icon svg path {
    fill: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}
