/**************************************
***************************************
Theme Name: TuBroker CSS
Theme URI: https://websitebolivia.com/
Description: Tu Broker, Sudamericana SRL 
Version: 1.0.0
Author: Website Bolivia
***************************************
***************************************/

@charset "UTF-8";
/*=======  COMMON CSS  =======*/

@font-face {
    font-family: 'Haltto-Light';
    src: url('../font/Haltto-Light.ttf') format('truetype');
    /* Agrega aquí otros formatos de fuente si los tienes disponibles */
}

@font-face {
    font-family: 'Haltto-Bold';
    src: url('../font/Haltto-Bold.ttf') format('truetype');
    /* Agrega aquí otros formatos de fuente si los tienes disponibles */
}

/* 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;
}
body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}*/

.bold-text {
    font-family: 'Haltto-Bold', Arial, sans-serif;
    font-weight: bold; /* Asegúrate de establecer el peso de la fuente como negrita */
}

@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: #16151a;
        z-index: 99999999999;
        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%);
        border-bottom: 1px solid #222227;
        height: 75px;
    }
    .sticky > .header {
        height: 70px;
    z-index: 99999;}
}


/*==============================
    Header
==============================*/

.header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 101;
}

.header__content__venor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 115px;
    width: 100%;
    position: relative;
    padding: 0 15px;
}
.banner-section {
    /*padding: 200px 0 80px;
    background: #000;*/
    background-size: cover;
}

h1.banner-title {
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    font-weight: 800;
    max-width: 700px;
    margin-bottom: 20px;
}

.rtl h1.banner-title {text-align: right;}

.rtl .service-details-link {text-align: right;}

.rtl p.banner-desc {
    text-align: right;
}

p.banner-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 26px;
    max-width: 550px;
}
.header__logo {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}

.header__logo img {
    width: auto;
    height: 40px;
    display: block;
transition: all 400ms ease;-webkit-transition: all 400ms ease;}

.contact-map p {margin: 0;}

.contact-map {margin-top: 60px;}

.header__logo img:hover {opacity: .8;}

.maintenance_inner {height: 100vh;display: flex; justify-content: center;align-items: center;font-size: 22px;font-weight: bold;}

.header__actions__venor {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin-right: 42px;
}


.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%;
    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;
    font-weight: 600;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.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: #5956e9;
}

.header__btn--active span {
    background-color: #5956e9;
}

.header__btn--active span:nth-child(2) {
    width: 22px;
}

.header__btn--active span:last-child {
    width: 22px;
}


.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: #004180;
    line-height: 22px;
    height: 22px;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
}
.header__nav-link.active {
    color: #fff;
}

.header__nav-link svg {
    fill: #bdbdbd;
    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: #5956e9;
    cursor: default;
    font-weight: 500;
}

.header__nav-link--active:hover {
    color: #5956e9 !important;
}

.header__nav-link:hover,
.header__nav-link[aria-expanded="true"] {
    color: #7768af;
}

.header__nav-link:hover svg,
.header__nav-link[aria-expanded="true"] svg {
    fill: #5956e9;
}

.header__nav-menu {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #7768af;
    border-radius: 5px;
    padding: 0px 15px;
    width: 335px;
    transition: opacity 0.5s ease;
    transform: translate3d(0px, 22px, 0px);
    margin-top: 10px;
    height: auto;
    border: 0;
    box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.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: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease;
    position: relative;
}

.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: #ccc;
}

.header__nav-menu a:hover svg,
.header__nav-menu a[aria-expanded="true"] svg {
    fill: #5956e9;
}

.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-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: #5956e9;
}

.header__profile-btn:hover svg,
.header__profile-btn[aria-expanded="true"] svg {
    fill: #5956e9;
}

.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;
}

.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: #5956e9;
}

.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: #1E1E1B;
    padding: 0 15px;
    height: 36px;
    border-radius: 5px;
}

.header__lang-btn img {
    width: 17px;
    height: auto;
    margin-right: 6px;
    border-radius: 50%;
}

.rtl .header__lang-btn img {
    margin-right: 0px;
    margin-left: 8px;
}

.header__lang-btn span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    transition: color 0.5s ease;
}

.header__lang-btn:hover span {
    color: #fff;
}

.header__lang-dropdown {
    display: block;
    position: absolute !important;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    top: 0;
    background-color: #1E1E1B;
    border-radius: 5px;
    padding: 16px;
    min-width: 100px;
    transition: opacity 0.5s ease;
    height: auto;
    border: 1px solid #222227;
}

.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: #bdbdbd;
    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: #5956e9;
    }
    .header__action-btn span {
        display: block;
        white-space: nowrap;
        color: #bdbdbd;
        font-size: 14px;
        margin-right: 10px;
        
        font-weight: 700;
        transition: color 0.5s ease;
    }
    .header__action-btn--start-project {
        background-color: #5956e9;
        border-radius: 5px;
        padding: 0 15px;
    }
    .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: #2522ba !important;
        color: #fff !important;
    }
    .header__action-btn--start-project:hover span {
        color: #fff;
    }
    .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: 20px;
    }
    .header__action--signin {
        padding-left: 0px;
    }
    .header__actions__venor {
        margin-right: 52px;
    }
}

@media (min-width: 1200px) {

    .header__logo {
        width: auto;
        margin-right: 50px;
        margin-left: 20px;
    }
    .rtl .header__logo {
        margin-right: 0;
        margin-right: 20px;
    }
    .header__btn__venor {
        display: none;
    }
    .header__content__venor {
        padding: 0 30px;
        position: absolute;
    }
    .header__actions__venor {
        margin-right: 0;
    }
    .header__action--search {
        display: none;
    }
    .header__action--signin {
        padding-left: 0;
        padding-right: 10px;
    }
    .header__action--signin:before {
        display: none;
    }
    .header__action-btn svg {
        fill: #5956e9;
    }
    .header__action-btn--start-project {
        height: 36px;
        line-height: 36px;
        /* 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; */
        /* float: right; */
        flex-direction: row;
        justify-content: flex-end;
        display: inline-flex;
        margin-left: auto;
        margin-right: 60px;
    }
    .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: 20px;
    }
    .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::-webkit-scrollbar {
  width: 5px;
}
.fixed-sidebar-menu::-webkit-scrollbar-track {
  background: #222227;

}
.fixed-sidebar-menu::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #222227;
}
.side_panel_sidebar_parent {
    display: inline-block;
    width: 50px;
}
.header7 .fixed-sidebar-menu .contact-details p, .header7 .fixed-sidebar-menu .contact-details a {
    color: rgb(255 255 255 / 75%);
}
.fixed-sidebar-menu.open .left-side a.btn.btn-style1 {
    color: #fff !important;
}

.fixed-sidebar-menu.open .left-side a.btn.btn-style1:hover {
    background: #2522ba;
}
p.btn-sidebar {
    text-align: center;
    color: #fff !important;
}

p.btn-sidebar a.btn.btn-style1 {
    margin: 30px 5px;
    color: #fff !important;
}
.header7 .fixed-sidebar-menu .contact-details a:hover {
    color: #5956e9;
}
.side_panel_sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #5956e9;
    cursor: pointer;
    transition: all 400ms ease;
}

span.side_panel_toggle span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 50px;
    background-color: #fff;
    margin-bottom: 4px;
    transition: all .3s ease-in-out;
    position: relative;
    top: 2px;
}


.side_panel_sidebar:hover {
    background: #2522ba;
}
.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: rgba(23, 22, 26, 0.99);
    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-right: cadetblue;
}
.header7 .fixed-sidebar-menu.open {
    left: 0%;
}
.header7 .fixed-sidebar-menu {
    left: -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: #fff;
}
.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: 700;
    color: #fff;
    margin: 10px 0 25px;
    padding: 0;
    font-size: 32px;
}
.contact-details p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: 1;
    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;
    margin-bottom: 30px;
}
.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: 16px;
    color: #fff;
    opacity: .8;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    line-height: 40px;
}
.fixed-sidebar-menu .left-side .social-links a strong {
    text-indent: -9999px;
    display: inline-block;
    white-space: nowrap;
}
/* #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: 33px;
    bottom: 110px;
    height: 47px;
    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: 49px;
    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: black; /* --- 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-vex-section {
    position: relative;
    background: #000;
}
.slider-vex:not(.owl-loaded) {
    height: 100vh;
    display: block;
    overflow: hidden;
}
.slider-vex-section .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
}
.header-social-share svg {
    display: inline-block;
    fill: #fff;
}
.header-social-share ul li a::after {
    content: '+';
    margin: 0 3px 0 6px;
}
.header-social-share ul li:last-child a::after {
    opacity: 0;
}
.header-social-share ul li a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    border-bottom: 1px solid #fff;
    transition: .3s cubic-bezier(0,0,.2,1);
    left: 0;
}

.header-social-share ul li a:hover::before {
    width: calc(100% - 19px);
}
.slider-vex-section .owl-nav .owl-prev, 
.slider-vex-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-vex-section .owl-nav .owl-prev:hover, 
.slider-vex-section .owl-nav .owl-next:hover {
    border-color: #6164ff !important;
    color: #6164ff !important;
}
.slider-vex-section .owl-nav .owl-next {
    right: 30px;
    left: auto;
}
.service-item {
    height: 100vh;
    min-width: 100%;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
}
.rtl .service-details.col-md-7::after {
    margin-left: 0;
    margin-right: auto;
}

.rtl .service-details.col-md-7 {
    float: left;
    text-align: right;
}
a.btn.btn-slider i {
    margin-left: 7px;
}
.service-details-title h2 {
    font-size: 58px;
    line-height: 62px;
    color: #fff;
    font-weight: 800;
    max-width: 700px;
}
a.hero__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

}
a.hero__scroll svg {
    fill: #fff;
        -webkit-animation: arrow 1.5s linear infinite;
    animation: arrow 1.5s linear infinite;
}
.rtl a.btn.btn-slider svg {
    margin-left: 0;
    margin-right: 9px;
}
.header-social-share {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 30px;
}
.header-social-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* margin-top: 15px; */
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 6px;
}
.header-social-share ul li {
    display: inline-block;
}
.header-social-share ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    opacity: 1;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    opacity: 1;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0) scale3D(1, 1, 1);
        transform: translate(0, 0) scale3D(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        opacity: 0
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0) scale3D(1, 1, 1);
        transform: translate(0, 0) scale3D(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        opacity: 0
    }
}

a.btn.btn-slider svg {
    fill: #fff;
    margin-left: 9px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.service-item-bg-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
span.servicebg-title {
    z-index: -1;
    line-height: .5;
    white-space: nowrap;
    letter-spacing: -.02em;
    font-size: 300px;
    font-weight: 700;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    color: rgba(136, 136, 136, 0.04);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.service-details-description p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 26px;
}

.service-details-title {
    margin: 10px 0;
}

a.btn.btn-slider {
    color: #fff;
    padding: 0;
    margin-top: 10px;
    border: 0;
    font-weight: 700;
    outline: 0;
    margin-right: 30px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
.service-item-inner {
    position: relative;
    height: 100%;
    background-color: rgba(23, 22, 26, 0.99);
}
a.btn.btn-slider:hover {
    color: #5956e9;
}

a.btn.btn-slider:hover svg {
    fill: #5956e9;
}


.details-holder {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.btn-play svg {
    max-width: 60px;
}

.btn-play svg path {
    fill: #fff;
}

.service-details-subtitle p {
    color: #fff;
    font-weight: 600;
}

.btn-play {
    margin-bottom: 25px;
}
.col-md-12.parallax-holder {
    top: 18vh;
    bottom: 18vh;
    position: absolute;
    /* left: 8.33333333%; */
    left: 70px;
}

.service-item-image {
    width: auto;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 20px;
    left: 20px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    background-color: #000;
}

.service-item-image::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(23, 22, 26, 0)), to(rgba(23, 22, 26, 0.992)));
    background-image: -webkit-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    background-image: -o-linear-gradient(right, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    background-image: linear-gradient(to left, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.992));
    left: 0px;
}

.service-details.col-md-7 {
    position: relative;
    height: 100%;
    min-height: 65vh;
    z-index: 10;
    padding-top: 14vh;
    padding-bottom: 7.2vh;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}
.service-details.col-md-7::after {
    content: "";
    position: absolute;
    left: -30px;
    right: 0;
    top: 0;
    height: 50%;
    background-image: url(../../img/pattern.svg);
    z-index: -1;
    width: 60%;
}
/* III. ABOUT  */


.about-section {
    padding: 105px 0;
    background: #fff;
    overflow: hidden;
}
.imgone.big-paral .simpleParallax {
    background: #000000;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}



.card-parent:hover .service-link-div {
    display: block;
}

.rtl div#about-us .container {
    margin-left: 0;
    margin-right: auto;
}

.rtl div#about-us .container .item-about::after {
    right: unset;
    left: 0;
}

.rtl div#about-us .container  .imgtwo.big-paral {
    border-radius: 0 12px 12px 0;
}


.rtl .about-section ul li::before {
    left: unset;
    right: 0;
}

.rtl .about-section ul li {
    padding-left: 0;
    padding-right: 24px;
}


.card-parent:hover a.service-link {
    opacity: 1;
}

a.service-link svg {
    fill: #fff;
    margin-left: 5px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
a.service-link:hover {
    color: #ccc;
}

a.service-link:hover svg {
    fill: #ccc;
}
.about-section ul li,
.about-us ul li {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
color: #686868;}
.about-section ul li::before,
.about-us ul li::before {
    content: "\f192";
    font-family: 'Haltto-Light', Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 1px;
color: #5956e9;}
.about-section ul,
.about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    max-width: 500px;
}

.about-section a.btn.btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.simpleParallax {
    position: relative;
    z-index: 3;
}
.about-section .container {
    max-width: 100%;
    width: calc(100% - ((100vw - 1200px +  55px) / 2));
    margin-left: auto;
    margin-right: 0;
}

.item-about {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    /* overflow: hidden; */
    height: 100%;
}

.imgtwo.big-paral {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 12px 0px 0px 12px; */
    overflow: hidden;
    z-index: 9;
}

.simpleParallax img {
    pointer-events: none;
    object-fit: cover;
    width: 100%;
    height: auto !important;
/* transform-origin: top; */}

.about-section .container .row {position: relative;}

.about-section .col-md-7 {
    padding: 0;
}
.card-parent:hover p.paragraph {
    transform: none !important;
}
.about-section .col-md-5 {
    padding-right: 25px;
    padding-bottom: 10px;
}
h4.about-heading1-home {
    font-size: 14px;
    color: #5956e9;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-top: 25px;
}

h4.about-heading1-home::after {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 80px;
    height: 1.5px;
    background: linear-gradient(to right,#5956e9  0,#5956e9 35%,#5956e9  65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.rtl h4.about-heading1-home::before {
    margin-right: 0px;
    margin-left: 10px;
}

.about-heading2-home {
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
    color: #000f49;
    margin-top: 10px;
    margin-bottom: 25px;
    /* max-width: 500px; */
}


.btn.btn-style1 {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    
    font-weight: 700;
    background-color: #000f49;
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    height: 50px;
    min-width: 100px;
    line-height: 48px;
    margin: 10px 0px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    box-shadow: 0 0 10px var(--main-color);
    -webkit-box-shadow: 0 0 10px var(--main-color);
    margin-right: 30px;
}

.rtl .btn.btn-style1 {
    margin-right: 0px;
    margin-left: 30px;
}

.btn.btn-style1:hover {
    background-color: #000f49;
}
.btn.btn-style1 span.button-text {
    display: inline-block;
    font-weight: 600;
}
.about-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #686868;
    max-width: 500px;
}
.pictures-row {
    padding-right: 30px;
}
.rtl .pictures-row {
    padding-right: 0px;
    padding-left: 30px;
}
.imgone.big-paral {
    position: relative;
    top: -40px;
}

.exp-about {
    padding-left: 30px;
    margin-top: -20px;
}


h5.nmb-font-about {
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
h3.about-heading2-home  span {
    color: #5956e9;
}

h6.service_summary-about {
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-left: -27px;
}
h6.service_summary-about::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000f49;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}
.rtl h6.service_summary-about::before {
    margin-right: 0px;
    margin-left: 10px;
}
.card-parent {
    padding: 0;
    position: relative;
    border: 0;
    outline: 0;
    border-radius: 0px;
    overflow: hidden;
}

.card.featured.to-top-left h4.heading i {
    color: #5956e9;
    padding-right: 5px;
}
.rtl .card.featured.to-top-left h4.heading i {
    padding-right: 0px;
    padding-left: 5px;
}

.card.featured.to-top-left {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px;
        z-index: 10;
}

.card.featured.to-top-left h4.heading {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0px;
}
.heading-wrapper {
    margin: 0 0 15px;
}
.card.featured.to-top-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 0px;
    transform: translateY(45px);
    transition: all 400ms ease;
}
.featured-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-wrapper.to-bottom {
    margin: 0;
}
.featured-image {
    max-height: 160px;
    overflow: hidden;
    border-radius: 0;
}
.project__img_single {
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 0;
margin-top: 30px;}
.project__img_single img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} 

/* IV. FUN FACTS */
.fun-facts-section {
    padding: 90px 0 110px;
    background: #000f49;
    position: relative;
    border-bottom: 1px solid #222227;
}
h3.fun-facts-heading1 {
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.fun-facts-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 10px;
}
.row.fun-facts-timer {
    margin-top: 40px;
}
span.timer {
    font-size: 54px;
    line-height: 63px;
    letter-spacing: 0;
    font-weight: 700;
    color: #5956e9;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    min-height: 55px;
}
.row.fun-facts-timer h4 {color: #fff;font-weight: 400;text-align: center;margin-top: 0;font-size: 20px;margin-bottom: 0;}
.radial {
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient(180deg, #16151a 0%, #1a191f 100%);
}
.radial img {
    max-width: 25px;
    height: auto;
}
/* Seguros */
.seguros {
    padding: 40px;
    border-radius: 12px;
    text-align: left;
    cursor: pointer
    /*background: linear-gradient(180deg, #16151a 0%, #1a191f 100%);*/
}
.seguros img {
    max-width: 100px;
    height: auto;
}
.title_seguros {
    color: #7768af;
    font-weight: 600;
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
.heading_seguros{
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
}
.modal-dialog {
    margin-top: 100px;
}
/* Estilo para pantallas grandes (LG) */
@media (min-width: 1367px) {
    .tamaño-servicio {
        width: 68%; /* Ancho del 68% para pantallas grandes */
    }
}

/* Estilo para pantallas medianas (MD) */
@media (max-width:1366px) and (min-width:767px){
    .tamaño-servicio {
        width: 90%; /* Ancho del 90% para pantallas medianas */
    }
}

/* Estilo para pantallas pequeñas (SM) */
@media (max-width: 767px) {
    .tamaño-servicio {
        width: 100%; /* Ancho del 100% para pantallas pequeñas */
    }
}




/* services */
.services-section {
    background: #fff;
    padding: 95px 0 90px;
    /* border-bottom: 1px solid #222227; */
}
.card-parent::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(23,22,26,.85);
    content: '';
    z-index: 9;
}
.image-wrapper.to-bottom {
    min-height: 450px;
    background: #000;
}

.services-section .col-md-6 h4 {
    font-size: 14px;
    color: #5956e9;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    margin-top: 0;
}
.rtl .footer-section ul.ft-link {
    text-align: right;
}
.rtl .project-content ul.page-list {
    text-align: revert;
}
.services-section .col-md-6 h4::after {
    content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 80px;
    height: 1.5px;
    background: linear-gradient(to right,#5956e9  0,#5956e9 35%,#5956e9  65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
}
.services-section .col-md-6 h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: #000f49;
    margin-top: 10px;
    margin-bottom: 55px;
    max-width: 500px;
}

.card.featured.to-top-left > div {
    position: relative;
    z-index: 3;
}

a.service-link {
    color: #fff;
    padding: 0;
    margin-top: 10px;
    border: 0;
    font-weight: 700;
    opacity: 0;
    margin-top: 20px;
    display: inline-block;
}
.description-services p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    margin-bottom: 10px;
    max-width: 600px;
    text-align: left;
    margin: 0 auto 50px;
}
.services-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}
.service-box-parent {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.services-section .card-parent h3 {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
}
.service-box {
    padding: 60px 45px;
    position: relative;
    background-size: cover;
}

.service-box i {
    font-size: 40px;
    color: #5956e9;
    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: 15px;
    line-height: 18px;
    color: #000f49;
    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;
    border-radius: 10px;
}
.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: #7768af;
}

.services-section .owl-dots button.owl-dot {
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 0;
    margin: 0 5px;
    outline: 0;
}
.services-section .owl-dots {
    text-align: center;
    margin-top: 30px !important;
}
.services-section .owl-dots button.owl-dot.active {
    background: #5956e9;
    width: 30px;
}
.services-section h3 span {
    color: #5956e9;
}

/* PARALAX SECTION */

.paralax-image {
    max-height: 570px;
    overflow: hidden;
}
.paralax-section {
    background: #f6f6f6;
}

.paralax-content-inner {
    background: #fff;
    max-width: 600px;
    padding: 50px;
    margin-top: -300px;
    position: relative;
    z-index: 3;
}

.paralax-content-inner h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: #000f49;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 500px;
}
/* PARALAX SECTION */


/* OUR PORTFOLIO */
.portfolio-section {
    background: #f6f6f6;
    padding: 70px 0 90px;
}
.portfolio-section h4 {
    font-size: 14px;
    color: #5956e9;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
    margin-top: 0;
    text-align: center;
position: relative;}



.portfolio-section h3 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 800;
  color: #0f0928;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
}
.portfolio-section h3 span {
    color: #5956e9;
}
.portfolio-section h4 span::after {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to right,#5956e9 0,#5956e9 35%,#5956e9 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}

.portfolio-section h4 span::before {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to left,#5956e9 0,#5956e9 35%,#5956e9 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}

.project-box-div > a {
    position: relative;
    overflow: hidden;
    display: block;
    /* border-radius: 10px; */
}
.project-box-div > a::before {/* content: ''; */background: #000;position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: block;z-index: 1;opacity: .5;height: 100%;width: 100%;display: block;}

.project-box-div > a img {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;

}
.project-box-div > a:hover img {
    transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
}

.project-image-container {
    position: relative;
}

.project-image-container > * {
    position: relative;
}

.project-box-div {
    position: relative;
    overflow: hidden;
    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%);
    /* border-radius: 12px; */
    margin-bottom: 49px;
max-width: 100%;
    background-color: rgb(89 86 233 / 80%);
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);}
.project-image-container-inner img {
    border-radius: 10px;
}


.project-category span {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 10px;
    letter-spacing: 0;
}

.project-meta-title span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0PX 0;
    display: block;
    cursor: pointer;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    font-size: 20px;
    color: #080337;
    font-weight: 800;
    margin-bottom: 0px;
}
.project-meta-title:hover span {
    color: #6E48E8;
}


.project-meta {
    padding-left: 30px;
    padding-bottom: 40px;
    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%);
    padding: 25px;
background-color: rgba(255, 255, 255, .9);
    padding: 20px;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;z-index: 99;}
.portfolio-slider-inner {
    /* padding: 10px; */
}

.project-box-div::before {opacity: 0;
    background: inherit;
    position: absolute;
    content: '';
    -webkit-transition-delay: .1s;
    transition-delay: .1s;top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;z-index: 99;}

.project-box-div:hover::before {opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;top: -50%;
    bottom: -50%;}

.project-box-div:hover .project-meta {opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;}
    

.project-number {
    font-size: 70px;
    line-height: 1;
    font-weight: bold;
    color: #0f0928;
    -webkit-text-stroke: 1px #fff;
    margin-top: -33px;
    position: relative;
    z-index: 2;
    opacity: .4;
    left: -10px;
}

.portfolio-slider .owl-dots button.owl-dot{
    opacity: 1;
    width: 14px;
    height: 14px;
    background: #ccc;
    border-radius: 0;
    margin: 0 5px;
    outline: 0;
}
.services-section .owl-dots,
.portfolio-slider .owl-dots{
    text-align: center;
    max-width: 300px;
    margin: 0px auto 0;
height: 25px;}
.services-section .owl-dots button.owl-dot.active,
.portfolio-slider .owl-dots button.owl-dot.active{
    background: #6E48E8;
    width: 14px;
    opacity: 1;
    height: 14px;
}
.projectreadmore i {display: inline-block;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    position: relative;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;}


.projectreadmore i::after {content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;-webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;}


.project-box-div:hover .projectreadmore i:before {height: 50px;}

.project-box-div:hover .projectreadmore i:after {width: 50px;}

.projectreadmore i::before {content: '';
    position: absolute;
    width: 1px;
    height: 0px;
    background-color: #000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;}
.featured-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project__img_single img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.portfolio-slider .owl-nav button {
    position: relative;
    cursor: pointer;
    z-index: 11;
    width: 60px;
    height: 15px;
    outline: 0;
}
.portfolio-slider .owl-nav button:hover {
    opacity: .7;
}

.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;
}

.portfolio-slider .owl-nav button span {
    text-indent: -999999999999999999px;
    display: block;
    position: relative;
    z-index: 11;
    width: 60px;
    height: 15px;
}

.portfolio-slider .owl-nav button.owl-prev span::before  {
    left: 0;
    transform: rotate(-37deg);
}

.portfolio-slider .owl-nav button.owl-next span::before {
    right: -11px;
    transform: rotate(137deg);
}




.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;
}

.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;
}

.portfolio-slider .owl-nav button.owl-next  {
    float: right;
}

.portfolio-slider .owl-nav {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -7px;
}





/* TESTIMONIAL */
.testimonial-section {
    background: #000f49;
    position: relative;
    border-bottom: 1px solid #222227;
}

.testimonial-slide {
    margin: 0;
    padding: 95px 0 70px;
}
.icon-testimonial {text-align: center; padding-bottom: 30px;}

.icon-testimonial svg {fill: #fff;}
.testimonial-section:before {
    content: "";
    background: linear-gradient(90deg,#16151a 0,transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    width: 30%;
}
.testimonial-section:after {
    content: "";
    background: linear-gradient(270deg,#16151a 0,transparent);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    width: 30%;
}

.section_title {
      font-size: 30px;
      color: #fff;
      font-weight: 400;
      /* text-transform: uppercase; */
      letter-spacing: 0;
      word-spacing: 0;
      margin-top: 0;
opacity: 1;}

.section_title::after {
      content: '';
      display: inline-block;
      position: relative;
      bottom: 4px;
      margin-right: 10px;
      width: 80px;
      height: 1.5px;
      background: linear-gradient(to right,#fff 0,#fff 35%,#ccc 65%,transparent 100%);
      top: 50%;
      transform: translateY(-50%);
      margin-left: 10px;
}
.rtl .section_title::before  {
    margin-right: 0px;
    margin-left: 10px;
}

span.testimonial_slider_title {
    font-size: 40px;
    margin: 30px 0 30px;
    display: block;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 0.1em;
    max-width: 350px;
    color: #fff;
}
.testimonials_slider_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #fff;
}


.testimonial-area {
    margin-bottom: 35px;
}
.testimonial-layoutArea p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.testimonial-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}


.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.owl-nav button {
    background: transparent;
    border: none;
    font-size: 70px;
    color: #fff;
    cursor: pointer;
}

.owl-prev {
    margin-left: 20px; /* Ajusta el espaciado según tu diseño */
}

.owl-next {
    margin-right: 20px; /* Ajusta el espaciado según tu diseño */
}




/* BLOG */
.blog-section {
    padding: 80px 0 60px 0;
    background: #ffffff;
    position: relative;
}
.entry-date {
    width: auto;
    min-width: 60px;
    max-width: 100px;
    padding: 8px 10px 8px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000f49;
    color: #fff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
p.desc-block {
    overflow: hidden;
    font-weight: 400 !important; /* Agregar !important para asegurar prioridad */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #ebebeb;
    line-height: 24px;
    font-size: 14px;
}
.blog-section .featured_image_blog {
    position: relative;
/* width: 130%; */}
.blog-section .featured_image_blog .flex-icon {
    transform: scale(.9);
    background: var(--main-color) none repeat scroll 0 0;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.56,.2,.25,1);
    -moz-transition: all .4s cubic-bezier(.56,.2,.25,1);
    transition: all .4s cubic-bezier(.56,.2,.25,1);
}
.blog-section .featured_image_blog .flex-icon-inside {
    align-self: center;
    opacity: .9;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    margin: 0 auto;
    color: #fff;
    font-size: 35px;
}
.blog-section .featured_image_blog:hover .flex-icon {
    /*background: var(--main-color) none repeat scroll 0 0;
    opacity: .9 !important;
    opacity: 1;
    visibility: visible;
    transform: scale(1);*/
}
.blog-section .btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}

.blog-section h2.title-block a:hover {
    color: var(--main-color);
}
.entry-meta {
    position: absolute;
    right: 15px;
    bottom: -20px;
z-index: 3;}
.page-content h3 {
    font-weight: 800;
}

.page-content .simpleParallax {
    border-radius: 10px;
    margin-top: 15px;
}
.blog-section .blog-section-title {
    font-size: 44px;
    line-height: 55px;
    font-weight: 800;
    color: #000f49;
    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: var(--main-color);
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 1px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
}
h3.blog-section-subtitle span::after {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to right,#5956e9 0,#5956e9 35%,#5956e9 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}

h3.blog-section-subtitle span::before {content: '';
    display: inline-block;
    position: relative;
    bottom: 4px;
    margin-right: 10px;
    width: 60px;
    height: 1.5px;
    background: linear-gradient(to left,#5956e9 0,#5956e9 35%,#5956e9 65%,transparent 100%);
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;}
.blog-section .after-bg {

    position: relative;
border: 1px solid #ccc;}


.blog-section article.blog-single-post:hover  .after-bg::before {
    opacity: .6;
}
.blog-section .after-bg img {
    max-width: none;
    width: 120%;
    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: 35px 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: flex;
    height: 100%;
    background: #000f49;
}

.blog-section .box-content {
    z-index: 999;
    position: relative;
}



.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: 0px;
}

.blog-section .entry-meta span {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0px;
    word-spacing: 4px;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
}

.blog-section h2.title-block a {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin: 15PX 0 10px;
    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;
}
.post-category-comment-date {
    color: #7768af;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: inherit;
    word-spacing: inherit;
    position: relative;
    display: block;
    padding: 0;
    margin-top: 0;
    text-transform: uppercase;
}

.post-category-comment-date i {
    margin-right: 7px;
}
.entry-date span:first-child {
    font-size: 24px;
}
/* TY
/* TYPED TEXT */
.typed-section {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 50px 0;
}
.typed-section H4 {
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #0f0928;
    margin-top: 0;
    text-align: LEFT;
    margin-bottom: 0;
}
.typed-section a.btn.btn-style1 {
    margin-top: 0;
}
.typed-section H4 span.mt_typed_text {
    
}
.typed-section span.typed-cursor {
    color: #0f0928;
    font-weight: 700;
}

.typed-section a.btn.btn-style1 svg {
    fill: #fff;
}
.typed-section  .btn.btn-style1:before {
    background: #6E48E8;
}
.rtl .box-content-body {
    text-align: right;
}


/* TYPED TEXT */

.typed-section {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 55px 0 50px;
background: #1A191D;}
.typed-section H4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: #fff;
    margin-top: 0;
    text-align: LEFT;
    margin-bottom: 30px;
max-width: 600px;height: 50px;}
.typed-section a.btn.btn-style1 {
    margin-top: 0;
    
    
}


.rtl .content p {text-align: right;}

.rtl .description-contact h4 {text-align: right;}

.rtl .typed-section H4 {text-align: right;}


.rtl .typed-section .col-md-6.text-left {text-align: right !important;}

.rtl .typed-section h2 {text-align: right;}

.rtl .typed-section h3 {text-align: right;}

.rtl .entry-meta {
    display: none;
}

.rtl .typed-section a.btn.btn-style1 {margin-left: 0;}

.rtl .footer-section h4.title {text-align: right;}

.rtl .footer-section .menu-quick-link-container ul li a {text-align: right;}

.rtl .footer-section .footer-wrapper p {text-align: right;}

.typed-section H4 span.mt_typed_text {
    color: #fff;
font-weight: bold;}
.typed-section span.typed-cursor {
    color: #fff;
    font-weight: 400;
}
.typed-section h3 {font-size: 44px;
    line-height: 55px;
    font-weight: 800;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
    
    padding-bottom: 10px;}

.typed-section h2 {color: rgba(255, 255, 255, 0.75);font-size: 14px;font-weight: 600;}

.typed-section .col-md-12::before {content: '';width: calc(100% - 15px);background: #fff;opacity: .2;display: block;height: 1px;margin-bottom: 31px;}

.typed-section .col-md-12 {padding-top: 10px;}
/* FOOTER DIV 
.codeless-add-purchase-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    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: #5956e9;
    -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: rgb(97 100 255 / 40%);
    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
    }
}

.social-share-inner {float: right;display: inline-block;}

.footer-section .footer-wrapper {
    position: relative;
padding: 70px 15px 60px;z-index: 2;}

li.mail-li a::before {content: "\f0e0";font-family: 'Haltto-Light', Arial, sans-serif;font-weight: 900;padding-right: 10px;position: relative;top: 1px;}

li.phone-li a::before {content:  "\f095";font-family: 'Haltto-Light', Arial, sans-serif;font-weight: 900;padding-right: 10px;position: relative;
    top: 0px;font-size: 15px;}

.footer-section .social-share-inner ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-section .social-share-inner ul li a {
    color: #bdbdbd;
    font-size: 18px;
    text-decoration: none;
    opacity: 1;
}
.footer-section .social-share-inner ul a strong {
    text-indent: -9999px;
    display: inline-block;
    display: none;white-space: nowrap;
}
.container-copyright .container {border-top: 1px solid rgba(136,136,136,.15);padding: 30px 15px;}


.footer-section .social-share-inner ul li a:hover {color: #fff;}

footer.footer-section {background: #16151a;
    
    
    background-repeat: repeat;
    
    background-position: center center;position: relative;background-size: contain;}
.footer-section h4.title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
span.venor-animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fff;
    overflow: hidden;
    opacity: .2;
    margin-bottom: 25px;
}

span.venor-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: #bdbdbd;
    font-size: 15px;
    padding: 7px 0;
    display: block;
    text-decoration: none;
}
.footer-section .menu-quick-link-container ul li a:hover {
    color: #fff;
}
.footer-section ul.ft-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section ul.ft-link li a {
    color: #bdbdbd;
    font-size: 15px;
    padding: 7px 0;
    display: block;
    text-decoration: none;
}
.footer-section ul.ft-link li a:hover {
    color: #fff;
}

.footer-section .social-share-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
display: inline-block;}


.footer-section .copyright-text p {
    color: #bdbdbd;
    margin: 0;
    opacity: 1;
    left: 0;
    font-size: 15px;
    line-height: 24px;
font-weight: 400;display: inline-block;}
.footer-section .copyright-text p a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
.footer-section .footer-right .col-lg-12 {
    padding: 0;
}



a.btn.btn-style2 {
        transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 20px;
    background: transparent;
    height: 60px;
    line-height: 56px;
    padding: 0px 35px;
    border: 0 none;
    text-align: center;
    border-radius: 0;
    font-weight: 800;
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
a.btn.btn-style2:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
a.btn.btn-style2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #2522ba;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
}

.item-about::after {
    width: 40%;
    content: '';
    display: block;
    position: absolute;
    background: #161519;
    height: 200vh;
    top: -50%;
    z-index: 1;
    right: 0;
}


@-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: 150px 0 80px;
    text-align: left;
    background-image: url(../../img/home.webp);
    background-size: inherit;
    background-repeat: repeat;
    background-position: top;
    margin: 0 auto;
    border-top: 1px solid #222227;
    background-color: #000;
}
.breadcrumb-area h1.breadcrumb-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}
ul.page-list {
    padding: 0;
        margin: 0 0 10px;
    list-style: none;
    text-align: left;
}
ul.page-list li {
    display: inline-block;
    color: #bdbdbd;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

ul.page-list li a {
    color: #bdbdbd;
}
.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;
}

ul.page-list li.item-current {
    color: #fff;
}


/* ABOUT US S1 */
.about-us {
    /*padding: 90px 0;
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;*/
}
.paralax-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    max-width: 500px;
}
.about-us a.btn.btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.simpleParallax-video {
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 550px;
    background: #000;
}
.rtl .simpleParallax-video{
    margin-right: 0px;
    margin-left: 30px;
}
.paralax-description ul li {
    font-size: 15px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
color: #686868;}
.paralax-description ul li::before {
    content: "\f192";
    font-family: 'Haltto-Light', Arial, sans-serif;
    position: absolute;
    left: 0;
    top: 1px;
}
.paralax-description a.btn.btn-style1 {
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.paralax-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 10px;
    max-width: 500px;
}
.about-us a.popup-vimeo-video {
    color: #fff;
    font-size: 74px;
    line-height: 1;
    opacity: .7;
    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;
}
.about-us 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: #686868;
}


/* MEMBERS */
.members-section {
    padding: 60px 0 65px;
    /*border-bottom: 1px solid #222227;*/
    background: #1A191D;
}
.members-section h3.members-heading1 {
    font-size: 42px;
    line-height: 51px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
text-align: left;}

.members-section .venor-team {
    overflow: hidden;
    border-radius: 0px;
    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 .venor-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 .venor-team ul.social-icon li a {
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.members-section .venor-team .thumbnail:after {
    background: linear-gradient(to bottom, #5956e99e ,#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 .venor-team:hover .thumbnail:after {
    opacity: .85;
    top: 0;
}

.members-section .venor-team:hover ul.social-icon li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .venor-team:hover ul.social-icon li:nth-child(1) {
    -webkit-transition-delay: .07692s;
    transition-delay: .07692s;
}

.members-section .venor-team:hover ul.social-icon li:nth-child(2) {
    -webkit-transition-delay: .15385s;
    transition-delay: .15385s;
}

.members-section .venor-team:hover ul.social-icon li:nth-child(3) {
    -webkit-transition-delay: .23077s;
    transition-delay: .23077s;
}

.members-section .venor-team:hover .content {
    opacity: 1;
    visibility: visible;
}

.members-section .venor-team:hover .content .title {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .venor-team:hover .content p.position {
    transition-delay: .33s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


/* CLIENTS */
.clients-section {
    padding: 50px 0;
background: #16151A;}
.clients-section img {
    transition: all 300ms ease !important;
    -webkit-transition: all 300ms ease !important;
    opacity: .7;
    /* filter: brightness(0) invert(1); */
    /* -webkit-filter: brightness(0) invert(1); */
opacity: .7;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);}
.clients-section img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 1;
}


/* PORTOFOLIO PAGE*/
.portfolio-section-filters {
    padding: 50px 0 40px;
    background: #f6f6f6;
}
.project-inner {
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.filters {
    text-align: center;
    margin-bottom: 30px;
}
.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;
    display: inline;
    color: #324452;
    font-weight: 600;
}
.portfolio-section-filters .filter:hover {
    cursor: pointer;
}
.portfolio-section-filters .filters h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    margin-top: 0;
    margin-bottom: 40px;
}
.portfolio-section-filters .filter.active span {
    color: #fff;
    background-color: #5956e9;
}
.portfolio-section-filters .filter span {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    color: #000;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    height: 40px;
}
.portfolio-section-filters h4.entry-details-title a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    color: #080337;
    margin-top: 25px;
    margin-bottom: 5px;
}
.portfolio-section-filters h4.entry-details-title a:hover {
    color: #5956e9;
}
.portfolio-section-filters h5.project-category {
    margin: 0;
    display: block;
    color: #686868;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 30px 30px 30px;
}

.portfolio-section-filters h4.entry-details-title {
    margin: 0;
    padding: 0 30px;
}
.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;
}
.portfolio-section-filters .projects.row {
    min-height: 400px;
}
.project-content {
    padding: 70px 0 60px;
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
    background: #000000;
}
.breadcrumb-area.project-breadcrumb h1 {display: none;}

.breadcrumb-area.project-breadcrumb {padding: 0;min-height: 110px;}

.project-content .featured-image {
    margin-bottom: 30px;
}

.project-content .featured-image {position: relative;}

.project-content .featured-image a::after {
    content: "+";
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgb(89 86 233 / 90%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.project-content .featured-image a:hover::after {visibility: visible;
    transform: scale(1);
}

.project-content h2,
.project-content h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}
.project-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #bdbdbd;
}

.project-content .gallery {
    margin-top: 30px;
}
.project-content p strong {
    font-weight: 500;
}
.project-content ul.page-list {text-align: left;margin-bottom: 23px;}

.project-content h2 {/* margin-bottom: 16px; */}
/* BLOG PAGE */
.blog-page-section {
    padding: 0px 0 30px;
    /*border-top: 1px solid var(--main-color);*/
    border-bottom: 1px solid #fff;
    background: #fff;
}
.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;
}
.rtl .post-category-comment-date i {
    margin-right: 0;
    margin-left: 8px;
}
.project-content .col-md-4 a {
    margin-top: 10px;
}
.blog-page-section .col-md-8 {
    padding-right: 30px;
}
.rtl .blog-page-section .col-md-8 {
    padding-right: 0px;
    padding-left: 30px;
}
.blog-page-section article.single-post.blogloop-v2 {
    position: relative;
    background: #fff;
    /*margin-bottom: 40px;*/
    margin-top: 0;
    text-align: left;
    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: 0px;
    overflow: hidden;
    /*border-top: 1px solid #000f49;*/
}
.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: 500;
    color: #fff;
    background: #000f49;
    padding: 7px 20px;
    text-transform: capitalize;
    border-radius: 0px 0px 12px 12px;
}
.blog-page-section .post-details {
    padding: 0px 30px 0px 0px;
}
.blog-page-section .post-author-avatar {
    position: relative;
    margin-bottom: 0px;
    /*border-top: 2px solid #e2e1e3;
    border-bottom: 2px solid #e2e1e3;*/
}
.blog-page-section img.avatar.img-fluid {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
    margin: 20px !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: var(--main-color);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-page-section .post-category-comment-date span i {
    margin-right: 8px;
    color: var(--main-color);
}
.rtl .blog-page-section .post-category-comment-date span i {
    margin-right: 0;
    margin-left: 8px;
}
.blog-page-section h2.post-name a,
.blog-page-section h2.post-name {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000f49;
    margin-top: 0;
    /*margin-bottom: 20px;*/
    text-align: left;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.blog-page-section h2.post-name a:hover {
    color: var(--main-color);
}
.blog-page-section .post-excerpt {
    padding: 0px 0 0;
}
.blog-page-section .post-excerpt p {
    font-size: 16px;
    line-height: 27px;
    display: block;
    text-align: left;
}
.blog-page-section .post-body p {
    font-size: 16px;
    line-height: 26px;
    display: block;
    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: 12px;
    border: 0;
    font-style: normal;
    background: #5956e9;
}
.post-body blockquote:before {
    content: '\f10d';
    font-family: 'Haltto-Light', Arial, sans-serif;
    color: #fff;
    font-size: 28px;
    position: absolute;
    left: 35px;
    top: 48px;
    font-style: normal;
    background: transparent !important;
}
.post-body blockquote p {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-weight: 500;
}
.post-body blockquote footer {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
}
.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%);
    border-radius: 12px;
}
.post-body {
    margin-top: 30px;
}
.textwidget a img.img-ad {
    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: 10px 0 -15px !IMPORTANT;
    border-radius: 12px;
    border: 1px solid #222227;
}
.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: #e2e1e3;
    border-radius: 0px;
    border-top: 5px solid #b3b3b3;
    overflow: hidden;
    color: #000f49;
}

.blog-page-section h3.widget-title {
    position: relative;
    margin: 0px -30px 25px;
    padding: 20px 30px;
    font-size: 22px;
    color: #ffffff;
    background: #000f49;
    border-radius: 12px 12px 0px 0px;
    font-weight: 700;
}

.blog-page-section img.html-widget-image.img-fluid {margin-bottom: 30px;}

.blog-page-section p.html-widget-paragraph {
    font-size: 16px;
    color: #000f49;
    line-height: 26px;
    display: block;
    text-align: left;
}
.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: #6022EA;
}
.blog-page-section ul#recentcomments li::before {
    content: '\f075';
    font-family: 'Haltto-Light', Arial, sans-serif;
    position: absolute;
    left: 0;
    color: #6022EA;
}

/* PRICING PAGE */

.pricing-elements {
    padding: 70px 0 90px;
    border-top: 1px solid #222227;
    border-bottom: 1px solid #222227;
    background: #000;
}
.venor-price-box a.btn.btn-style1 {
    margin-right: 0;
}

.pricing-elements h2 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.pricing-elements h2 span {
        color: #5956e9;
}
.pricing-elements p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #bdbdbd;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 60px;
}

.venor-price-box {
    padding: 15px 20px 15px;
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    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%);
    border: 1px solid #222227;
}
.venor-price-box h3 {
    padding: 20px 0px;
}

.venor-price-box h3 strong {
    display: block;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.venor-price-box h3 span {
    font-size: 16px;
    color: #bdbdbd;
    line-height: 26px;
    display: block;
}

.plan-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.plan-features ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #222227;
    font-size: 15px;
    color: #fff;
}



.plan-features ul li:last-child {
    border: 0;
}

.rtl .header-social-share {
    left: unset;
    right: 30px;
}

.rtl .header-social-share ul {
    margin-left: 0;
    margin-right: 15px;
}
.plan-ribbon {
    background: #5956e9;
    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;
text-align: center;}
.venor-price-box.premium-pricing {
    background: #111;
}

.venor-price-box:not(.premium-pricing) {
    margin-top: 30px;
}
.venor-price-box.premium-pricing li {
    color: #fff;
}


/* CONTACT PAGE */
.contant-section-page {
    padding: 90px 0;
    border-bottom: 1px solid #222227;
    border-top: 1px solid #222227;
    background: #111;
}


.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: #222227;
    padding: 40px;
    border-radius: 12px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: 1px solid #222227;

}
.contant-section-page .contact-element-wrapper:hover {
    background: #5956e9;
    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: #bdbdbd;
}
.description-contact h4 {margin-top: 45px;font-size: 16px;
    line-height: 28px;
    color: #bdbdbd;font-weight: 400;padding-right: 15px;}
.contant-section-page .content h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}
.content p {
    margin: 0;
font-size: 18px;}
.content p a {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #bdbdbd;
    display: block;
}

.contact-element-wrapper.phone-numbers {margin-top: 35px;}

.contact-element-wrapper.phone-numbers p a {font-size: 24px;color: #fff;font-weight: bold;margin-top: 16px;}
   
.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 {
    /* border: 1px solid #222227; */
    /* padding: 20px; */
    /* border-radius: 12px; */
margin-top: 15px;}
.iframe-contact .form-control {
    display: block;
    width: 100%;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1;
    color: #000;
    background-color: rgb(255 255 255);
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
}

.iframe-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bdbdbd;
}
.iframe-contact input::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd;
}
.iframe-contact input:-ms-input-placeholder { /* IE 10+ */
    color: #bdbdbd;
}
.iframe-contact input:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd;
}

.iframe-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bdbdbd;
}
.iframe-contact textarea::-moz-placeholder { /* Firefox 19+ */
    color: #bdbdbd;
}
.iframe-contact textarea:-ms-input-placeholder { /* IE 10+ */
    color: #bdbdbd;
}
.iframe-contact textarea:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd;
}
.iframe-contact textarea {
    padding: 15px !important;
    min-height: 100px;
}


.iframe-contact {
    padding: 40px 0 0;
    background: linear-gradient(to right, #7768af, #000f49); /* Colores del degradado */
    border-bottom: 1px solid #000f49;
}
.iframe-contact h3 {
    font-size: 18px;
    line-height: 44px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
}
.iframe-contact .form-group {
    margin-bottom: 25px !important;
}
.iframe-contact span.text-danger {
    display: block;
    margin-top: 10px;
}
.page-content {
    padding: 50px 0 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page-content p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
}
.page-content li {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.page-content a {
    color: #5956e9;
}

/* COOKIE */
.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999999999999999;
    background-color: #16151a;
    border-top: 1px solid #222227;
}
span.cookie-consent__message {
    color: #bdbdbd;
    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: #5956e9;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 0 none;
    text-align: center;
    border-radius: 12px;
    font-weight: 400;
    margin-top: 0;
    cursor: pointer !important;
    margin: 0 15px;
    outline: 0;
}
button.js-cookie-consent-agree.cookie-consent__agree:hover {
    background: #222227;
}
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;
}
/* RESPONSIVE */
@media (max-width:1200px) {
    .details-holder {
        max-width: 1070px;
    }
    .service-details-title h2 {
        font-size: 50px;
        line-height: 52px;
    }

}
@media (max-width:1200px) {
    
    .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: #fff;
        z-index: 99;
        width: 280px;
        padding: 25px 25px 0;
        transform: translate3d(281px, 0, 0);
        transition: transform 0.5s ease;
        border-left: 1px solid #000f49;
    }
    header.header {
        background: #111;
    }
    .header__menu__venor--active {
        transform: translate3d(0, 0, 0);
    }
    .header__content__venor {
        height: 75px;
    }
}
@media (max-width:1024px) and (min-width:767px) {
    header.header-venor .navbar-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.666667%;
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
    header.header-venor .navbar-menu.col-md-8 button.navbar-toggler {
        position: relative;
        top: 20px;
    }

    header.header-venor div#navbarvenor {
        padding-top: 15px;
    }

    header.header-venor #navbarvenor li.nav-item a {
        line-height: 40px;
        text-align: right;
        font-size: 14px;
        padding: 5px 8px;
    }
    header.header-venor .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-venor-section .owl-nav {
        display: none;
    }
    .slider-content h1 {
        font-size: 36px;
        line-height: 46px;
    }
    a.btn.btn-slider {
        margin-bottom: 0;
    }
    .slider-content h1 span {
        font-size: 60px;
        line-height: 60px;
    }
    .slider-content h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .row.fun-facts-timer h4 {
        font-size: 18px;
    }
    .header__action:first-child {
        margin-right: 20px;
    }
    .rtl .header__action:first-child {
        margin-right: 0;
        margin-left: 20px;
    }
    .rtl .header__nav-menu {
        left: 0;
        right: inherit;
    }
    .about-heading2-home {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h5.nmb-font-about {
        font-size: 50px;
    }
    .portfolio-section .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px !important;
    }
    .header__logo {
        margin-right: 40px;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
        max-width: 500px;
    }
    .service-box h5 {
        font-size: 24px;
    }
    .portfolio-section h3 {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .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 .venor-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) {
    .bt-cliente {
      border-radius: 3px;
      background: #000f49;
      color: #f8f6f6;
      padding: 2px;
      width: 100px;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
    }
    .navbar-menu.col-md-8 {
        position: static;
        padding: 0;
    }

    .header.header-venor .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
    }

    header.header-venor .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
        top: 21px;
        right: 5px;
        z-index: 9999;
    }
    header.header-venor .navbar-buttons-inner {
        text-align: center;
    }

    .fixed-sidebar-menu.open {
        width: 320px;
        padding: 0;
    }
    .header__action.header__action--search {
        margin-right: 10px;
    }   
    .header7 .fixed-sidebar-menu {
        right: -320px;
        width: 320px;
    }

    .fixed-sidebar-menu .left-side {
        padding: 40px 15px 30px;
    }

    header.header-venor nav.navbar.navbar-expand-lg.container .w-100 {
        width: 100%!important;
        display: block !important;
        margin: 0;
    }
    header.header-venor nav.navbar.navbar-expand-lg.container {
        padding: 0;
    }
    header.header-venor #navbarvenor li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }
    header.header-venor #navbarvenor li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }

    header.header-venor #navbarvenor li.nav-item .dropdown-menu {
        padding: 0;
    }

    header.header-venor #navbarvenor li.nav-item .dropdown-menu > a {
        line-height: 40px;
        padding: 5px 15px;
    }
    .slider-content h1 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }

    .slider-content h2 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 0;
    }

    .slider-content h1 span {
        font-size: 50px;
        line-height: 60px;
    }

    a.btn-slider {
        margin-top: 10px;
    }


    .slider-venor-section .owl-nav {
        display: none;
    }
    span.testimonial_slider_title {
        font-size: 16px;
        line-height: 23px;
        margin: 20px 0;
    }
    
    .testimonial-layoutArea p {
        font-size: 18px;
        line-height: 28px;
    }
    .slider-image img {
        margin-top: 30px;
        padding: 0;
        max-height: 200px;
        width: auto;
    }
    h3.fun-facts-heading1 {
        font-size: 42px;
    }

    .fun-facts-section p {
        font-size: 16px;
        line-height: 24px;
    }

    .radial {
        margin-top: 30px;
    padding: 0 5px;}
    .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: 0;
        margin-bottom: 40px;
    }
    .about-heading2-home {
        font-size: 38px;
        line-height: 48px;
    }
    .about-heading2-home {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    h4.about-heading1-home {
        margin-top: 40px;
    }
    .about-section p {
        font-size: 16px;
        line-height: 27px;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .portfolio-section h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0px;
    }
    .col-project-big {
        margin-bottom: 30px;
    }
    .portfolio-section {
        padding: 50px 0 50px;
    }
    .testimonial-slide {
        padding: 100px 30px 30px;
    }
    .blog-section .blog-section-title {
        font-size: 31px;
        line-height: 40px;
    }
    .typed-section H4 {
        /* font-size: 30px; */
        /* line-height: 40px; */
    /* min-height: 84px; */margin-bottom: 30px;height: auto;}
    .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: 21px;
        line-height: 28px;
        padding: 0 15px 15px;
    }

    .breadcrumb-area {
        padding: 50px 0;
    }

    .members-section h3.members-heading1 {
        font-size: 32px;
        line-height: 37px;
    margin-bottom: 30px;}
    .portfolio-section-filters .filters {
        margin-bottom: 20px;
    }
    .project-content .col-md-4 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .pricing-elements::before {
        display: none;
    }
    .pricing-elements h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .venor-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: 21px;
        line-height: 29px;
    }
    .blog-page-section .col-md-8 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .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: 26px;
        line-height: 30px;
        margin-top: 30px;
    }
    button.js-cookie-consent-agree.cookie-consent__agree {
        margin: 10px;
    }
    .slider-image {
        min-height: auto;
    }
    .slider-inner-venor {
        padding: 10px 0 5px;
    }
    header.header-venor .row.w-100 {
        display: flex;
        margin: 0;
    }
    .header__action.header__action--signin {
        display: none;
    }
    header.header-venor .navbar {
        padding: 0;
    }
    header.header-venor .row.w-100 .navbar-header {
        order: 1;
    }

    header.header-venor .row.w-100 .navbar-menu {
        order: 3;
    }

    header.header-venor .row.w-100 .navbar-buttons {
        order: 2;
        padding-left: 0;
    }
    header.header-venor .link_user_section {
        margin-right: 10px;
    }
    header.header-venor .navbar-buttons-inner {
        text-align: left;
    }
    .slider-venor:not(.owl-loaded) {
        height: auto !important;
    }
    a.btn-slider,
    .btn.btn-style1 {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        padding: 00 25px;
    }
    .slider-venor-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;
    }
    .project-box-div, .portfolio-section .project-image {
        /* width: 210px; */
        height: auto;
    }
    .portfolio-section .col-md-6 {
        margin-top: 70px !important;
    }
    .rtl .project-box-div, 
    .rtl .portfolio-section .project-image {
        margin-left: auto;
    }
    .portfolio-section .project-meta {
        height: auto;
    }

    .project-meta-title {
        font-size: 18px;
    }
    .rtl .header__logo {
        margin-right: 40px;
    }
    .rtl .header__action.header__action--search {
        margin-left: 10px;
        margin-right: 10px;
    }
    .rtl .header__nav-menu {
        left: 0 !important;
        right: inherit;
    }
    .rtl .header__search__venor button.close {
        right: 30px;
    }
    .rtl .header__search__venor > button {
        right: inherit;
        left: 60px;
    }
    .side_panel_sidebar {height: 40px;width: 40px;}

    .header__logo img {height: 35px;}

    .header__logo {margin-right: auto;margin-left: 0;}

    .header__actions__venor {margin-right: 50px;}

    .header__btn__venor {top: 27px;}

    .btn-play svg {max-width: 50px;}

    .service-details-subtitle p {}

    .service-details-title h2 {font-size: 34px;line-height: 40px;}

    .service-details-title {margin: 0;;;;;;;;;}

    .service-item {height: auto;min-height: auto;padding: 40px 0 40px;}

    .header-social-share {position: relative;padding: 15px;bottom: 0;left: 0;}

    .header-social-share svg {position: absolute;left: 15px;top: 15px;}

    .header-social-share ul {position: relative;padding-left: 30px;}

    .slider-vex-section .owl-nav .owl-prev, .slider-vex-section .owl-nav .owl-next {
        display: none !important;
    }

    .col-md-12.parallax-holder {bottom: 0;left: 0;}

    .service-item-image::after {width: 100%;background: linear-gradient(to left, rgba(23, 22, 26, .8), rgba(23, 22, 26, 0.992));}

    .slider-vex {background: rgba(23, 22, 26, 0.99);}

    .header-social-share {background: rgba(23, 22, 26, 0.99);}

    .about-section {padding: 10px 0 60px;}

    .item-about::after {display: none;}

    .imgtwo.big-paral {position: static;}

    .item-about {padding: 30px  15px 0;}

    .paralax-content-inner {margin: -30px 0 0;}

    .paralax-content-inner h3 {font-size: 24px;line-height: 31px;}

    .paralax-content-inner {padding: 50px 15px;}

    .paralax-image img {height: 350px;max-width: none;}

    .services-section {padding: 60px 0;}

    .services-section .col-md-6 h3 {font-size: 30px;line-height: 40px;margin-bottom: 20px;}

    .image-wrapper.to-bottom {min-height: 400px;}

    .fun-facts-section {padding: 50px 0;}

    .card.featured.to-top-left h4.heading {
        font-size: 24px;
    }

    .row.fun-facts-timer .col-md-3 {width: 50%;}

    span.timer {font-size: 44px;margin: 10px 0 5px;}

    .row.fun-facts-timer h4 {font-size: 16px;}

    .blog-section {padding: 60px 0 40px;}

    .fixed-sidebar-menu .widget-title {font-size: 24px;}

    .fixed-sidebar-menu .left-side .social-links li {margin-right: 5px;}

    .card.featured.to-top-left p {transform: none;}

    a.service-link {opacity: 1;}

    .rtl .header-social-share {right: 0;text-align: right;}

    .rtl a.btn.btn-slider {margin-right: 0;}

    .rtl .side_panel_sidebar_parent {margin-right: 50px;}

    .rtl .header__actions__venor {margin: 0;}

    .rtl .header7 .fixed-sidebar-menu.open {right: 0;}

    .rtl .header7 .fixed-sidebar-menu.open .close-sidebar {left: 30px;right: unset;}

    h3.fun-facts-heading1 {
        font-weight: 800;
    }

    .rtl .portfolio-slider .owl-nav button.owl-prev {
        float: left;
    }
    .banner-section {/*padding: 70px 0*/padding: 0;background-position: right;}

    .banner-section h1.banner-title {font-size: 31px;line-height: 40px;}

    .members-section .col-md-4 {width: 50%;float: left;}

    .members-section .content {padding: 15px;}

    .members-section h5.title {font-size: 16px;}

    .members-section p.position {font-size: 14px;}

    .simpleParallax-video {min-height: auto;}

    .about-us {padding: 40px 0;}

    .members-section {padding: 30px 0;}

    .rtl  .about-us ul li {padding-left: 0;padding-right: 30px;}

    .rtl .about-us ul li::before {left: unset;right: 0;}

    .portfolio-section-filters .filter {margin: 5px;}

    .portfolio-section-filters .filter span {margin: 6px 0;}

    .project-content h2, .project-content h4 {font-size: 24px;}

    .project__img_single {margin-bottom: 40px;}

    .project-content .gallery {margin-top: 0;}

    .project-content {
        padding: 30px 0 10px;
    }
    .banner-section {
        position: relative;
    }
    .banner-section::after {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgb(0 0 0 / 30%);}

    .banner-section .container {position: relative;z-index: 3;}

    p.banner-desc {color: #fff;}

    .blog-page-section img.avatar.img-fluid {
        max-width: 70px;
        height: 70px;
        margin-top: -35px !important;
    }
    .blog-page-section {
        padding: 30px 0;
    }
    .contant-section-page {
        padding: 20px 0;
    }
    .iframe-contact {padding: 20px 0;}

    .blog-section .after-bg img {width: 100%;}

    .footer-section .footer-wrapper img {margin-bottom: 30px;}

    .footer-section .footer-wrapper {padding-bottom: 10px;padding-top: 40px;}
}


/*------------------------------------*\
		#Features
\*------------------------------------*/
.features {
	padding-top   : 163px;
	padding-bottom: 100px;
}

@media screen and (max-width: 767.98px) {
	.features {
		padding-top   : 200px;
		padding-bottom: 70px;
	}
}

@media (max-width: 424px) {
	.features {
		padding-top: 150px;
	}
}

.features .features-holder {
	display              : grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap      : 25px;
}

@media screen and (max-width: 991.98px) {
	.features .features-holder {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 767.98px) {
	.features .features-holder {
		grid-template-columns: 1fr;
	}
}

.features .feature-panel-holder {
	padding-top       : 45px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder:hover {
	padding-top: 0;
}

.features .feature-panel-holder:hover .feature-panel {
	background-color: #ffffff;
}

.features .feature-panel-holder:hover .feature-panel .feature-icon i::before {
	color: #000f49;
}

.features .feature-panel-holder:hover .feature-panel .feature-content h4 {
	color: var(--global--color-heading);
}

.features .feature-panel-holder:hover .feature-panel .feature-content p {
	visibility: visible;
	opacity   : 1;
}

.features .feature-panel-holder:hover .feature-panel a {
	border-color: #000f49;
	margin-top  : 12px;
	color       : #000f49;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark {
	background-color: #354f8e;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-icon i::before {
	color: #ffffff;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark .feature-content h4 {
	color: #ffffff;
}

.features .feature-panel-holder:hover .feature-panel.feature-panel-dark a {
	border-color: #000f49;
	margin-top  : 12px;
	color       : #000f49;
}

.features .feature-panel-holder .feature-panel {
	position             : relative;
	padding              : 23px 30px 40px;
	display              : -webkit-box;
	display              : -ms-flexbox;
	display              : flex;
	-webkit-box-orient   : vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction   : column;
	flex-direction       : column;
	-webkit-box-align    : center;
	-ms-flex-align       : center;
	align-items          : center;
	text-align           : center;
	overflow             : hidden;
	cursor               : pointer;
	margin-bottom        : 33px;
	border-radius        : 8px 0px 8px 8px;
	border               : 1px solid #87dfeb;
	-webkit-transition   : 0.3s ease-in-out;
	-o-transition        : 0.3s ease-in-out;
	transition           : 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel .feature-icon {
	margin-bottom: 5px;
}

.features .feature-panel-holder .feature-panel .feature-icon i::before {
	color             : #ffffff;
	margin-left       : 0;
	font-size         : 70px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel .feature-content {
	display              : -webkit-box;
	display              : -ms-flexbox;
	display              : flex;
	-webkit-box-orient   : vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction   : column;
	flex-direction       : column;
	-webkit-box-align    : center;
	-ms-flex-align       : center;
	align-items          : center;
	text-align           : center;
}

.features .feature-panel-holder .feature-panel .feature-content h4 {
	font-family: 'Haltto-Light', Arial, sans-serif;
	font-weight       : 500;
	font-size         : 18px;
	line-height       : 28px;
	text-transform    : capitalize;
	margin-bottom     : 6px;
	color             : #ffffff;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel .feature-content p {
	text-align        : center;
	font-family       : var(--global--font-body);
	font-size         : 14px;
	line-height       : 24px;
	margin-bottom     : 0px;
	color             : var(--global--color-body);
	opacity           : 0;
	visibility        : hidden;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.features .feature-panel-holder .feature-panel a {
	display           : -webkit-box;
	display           : -ms-flexbox;
	display           : flex;
	-webkit-box-pack  : center;
	-ms-flex-pack     : center;
	justify-content   : center;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items       : center;
	width             : 30px;
	height            : 30px;
	border-radius     : 50%;
	border            : 2px solid rgba(#ffffff, 0.5);
	font-size         : 13px;
	color             : #ffffff;
	margin-top        : -32px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
	.features .feature-panel-holder .feature-panel a {
		margin-top: -12px;
	}
}

.features .feature-panel-holder .feature-panel.feature-panel-dark {
	border-color: rgba(249, 249, 249, 0.15);
}

.features .feature-panel-holder .feature-panel.feature-panel-dark .feature-icon i::before {
	color: #788fc8;
}

.features .feature-panel-holder .feature-panel.feature-panel-dark .feature-content p {
	color: var(--global--color-gray);
}

.features .feature-panel-holder .feature-panel.feature-panel-dark a {
	border-color: #545e79;
}

.features .actions-holder {
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
}

@media screen and (max-width: 991.98px) {
	.features .actions-holder {
		-webkit-box-pack: center;
		-ms-flex-pack   : center;
		justify-content : center;
	}
}

@media screen and (max-width: 767.98px) {
	.features .actions-holder {
		-webkit-box-orient   : vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction   : column;
		flex-direction       : column;
	}
}

.features .actions-holder .btn {
	margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
	.features .actions-holder .btn {
		margin-right : 0;
		margin-bottom: 20px;
	}
}

.features .actions-holder .employee-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.features .actions-holder .employee-info .employee-img {
	width            : 55px;
	height           : 55px;
	padding          : 3px;
	border           : 3px solid #000f49;
	border-radius    : 50%;
	overflow         : hidden;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-pack : center;
	-ms-flex-pack    : center;
	justify-content  : center;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
	margin-right     : 15px;
}

.features .actions-holder .employee-info .employee-img img {
	max-width    : 100%;
	border-radius: 50%;
}

.features .actions-holder .employee-info .employee-body h6 {
	font-family: 'Haltto-Light', Arial, sans-serif;
	font-weight  : 700;
	font-size    : 14px;
	line-height  : 28px;
	color        : #222222;
	margin-bottom: 0;
}

.features .actions-holder .employee-info .employee-body p {
	font-family  : var(--global--font-body);
	font-weight  : 400;
	font-size    : 13px;
	color        : var(--global--color-body);
	margin-bottom: 0;
}

.features .signature-block {
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
}

@media screen and (max-width: 991.98px) {
	.features .signature-block {
		-webkit-box-pack: center;
		-ms-flex-pack   : center;
		justify-content : center;
	}
}

.features .signature-block .signature-body {
	position: relative;
}

.features .signature-block .signature-body img {
	position: absolute;
	top     : -18px;
	left    : 2px;
	right   : 0;
}

@media screen and (max-width:767.98px) {
	.features .signature-block .signature-body img {
		top      : 0;
		left     : -20px;
		max-width: 130%;
	}
}

.features .signature-block .signature-body h6 {
	font-family: 'Haltto-Light', Arial, sans-serif;
	font-weight   : 500;
	color         : #ffffff;
	font-size     : 19px;
	line-height   : 29px;
	text-transform: capitalize;
	margin-bottom : 0;
}

.features .signature-block .signature-body p {
	font-family   : var(--global--font-body);
	font-weight   : 400;
	color         : var(--global--color-gray);
	font-size     : 14px;
	line-height   : 26px;
	text-transform: capitalize;
	margin-bottom : 0;
}

.features .signature-block .btn {
	border-radius: 8px 8px 0 8px;
	margin-right : 40px;
	width        : 190px;
	height       : 60px;
}

.features .more-features {
	text-align: center;
}

.features .more-features p {
	font-family  : var(--global--font-body);
	font-weight  : 700;
	font-size    : 14px;
	color        : #f4f4f4;
	margin-bottom: 0;
}

.features .more-features p a {
	position          : relative;
	color             : #0069d6;;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	text-transform    : capitalize;
	padding-bottom    : 8px;
}

.features .more-features p a:hover::before {
	width: 70%;
}

.features .more-features p a::before {
	content           : '';
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	position          : absolute;
	bottom            : 0;
	left              : 50%;
	-webkit-transform : translateX(-50%);
	-ms-transform     : translateX(-50%);
	transform         : translateX(-50%);
	width             : 100%;
	height            : 2px;
	background-color  : #0069d6;;
}

.features .more-features.more-features-2 {
	margin-bottom: 80px;
}

.features .more-features.more-features-2 p a {
	color: #000f49;
}

.features .more-features.more-features-2 p a::before {
	background-color: #000f49;
}

.features .features-card {
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-transform: translateY(100px);
	-ms-transform    : translateY(100px);
	transform        : translateY(100px);
	margin-top       : -100px;
}

@media screen and (min-width: 992px) {
	.features .features-card {
		-webkit-box-pack: justify;
		-ms-flex-pack   : justify;
		justify-content : space-between;
	}
}

@media screen and (max-width: 991.98px) {
	.features .features-card {
		-webkit-box-orient   : vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction   : column;
		flex-direction       : column;
	}
}

.features .features-card .card-panel {
	display           : -webkit-box;
	display           : -ms-flexbox;
	display           : flex;
	background        : #ffffff;
	border-radius     : 8px 0px 8px 8px;
	padding           : 30px 40px 34px;
	-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	box-shadow        : 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	position          : relative;
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel {
		-webkit-box-orient   : vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction   : column;
		flex-direction       : column;
		-webkit-box-align    : center;
		-ms-flex-align       : center;
		align-items          : center;
		padding-left         : 25px;
		padding-right        : 25px;
	}
}

@media screen and (max-width: 991.98px) {
	.features .features-card .card-panel {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 992px) {
	.features .features-card .card-panel {
		-ms-flex-preferred-size: 48%;
		flex-basis             : 48%;
	}
}

.features .features-card .card-panel:hover .panel-icon i::before {
	-webkit-transform: translateY(-15px);
	-ms-transform    : translateY(-15px);
	transform        : translateY(-15px);
}

.features .features-card .card-panel::after {
	content          : '';
	position         : absolute;
	bottom           : 0;
	left             : 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform    : translateX(-50%);
	transform        : translateX(-50%);
	width            : calc(100% - 80px);
	background-color : #000f49;
	height           : 1px;
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel::after {
		width: calc(100% - 50px);
	}
}

.features .features-card .card-panel.reversed {
	-webkit-box-orient   : horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction   : row-reverse;
	flex-direction       : row-reverse;
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel.reversed {
		-webkit-box-orient   : vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction   : column;
		flex-direction       : column;
	}
}

.features .features-card .card-panel.reversed::after {
	background-color: #000f49;
}

.features .features-card .card-panel.reversed .panel-icon {
	margin-right: 0;
	margin-left : 40px;
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel.reversed .panel-icon {
		margin-left  : 0;
		margin-bottom: 25px;
	}
}

.features .features-card .card-panel.reversed .panel-icon i::before {
	color: #000f49;
}

.features .features-card .card-panel.reversed .panel-body {
	text-align: right;
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel.reversed .panel-body {
		text-align: center;
	}
}

.features .features-card .card-panel.reversed .panel-body .btn {
	color: #000f49;
}

.features .features-card .card-panel.reversed .panel-body .btn:hover {
	color: #000f49;
}

.features .features-card .card-panel.reversed .panel-body .btn .line span {
	background-color: #000f49;
}

.features .features-card .card-panel.reversed .panel-body .btn .line::after {
	color: #000f49;
}

.features .features-card .card-panel .panel-icon {
	margin-right: 40px;
}

@media screen and (min-width: 768px) {
	.features .features-card .card-panel .panel-icon {
		-webkit-transform: translateY(-7px);
		-ms-transform    : translateY(-7px);
		transform        : translateY(-7px);
	}
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel .panel-icon {
		margin-bottom: 25px;
		margin-right : 0;
	}
}

.features .features-card .card-panel .panel-icon i::before {
	margin-left       : 0;
	color             : #000f49;
	font-size         : 65px;
	display           : -webkit-inline-box;
	display           : -ms-inline-flexbox;
	display           : inline-flex;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

@media screen and (max-width: 767.98px) {
	.features .features-card .card-panel .panel-body {
		text-align: center;
	}
}

.features .features-card .card-panel .panel-body h4 {
	font-size     : 18px;
	line-height   : 32px;
	font-weight   : 500;
	color         : var(--global--color-heading);
	margin-bottom : 15px;
	text-transform: capitalize;
}

.features .features-card .card-panel .panel-body p {
	font-size    : 15px;
	line-height  : 25px;
	color        : var(--global--color-body);
	margin-bottom: 16px;
}

.features .features-card .card-panel .panel-body .btn {
	width           : auto;
	height          : auto;
	display         : -webkit-inline-box;
	display         : -ms-inline-flexbox;
	display         : inline-flex;
	color           : #000f49;
	border          : 0;
	background-color: transparent;
}

.features .features-card .card-panel .panel-body .btn:hover {
	color: #000f49;
}

.features .features-card .card-panel .panel-body .btn .line span {
	background-color: #000f49;
}

.features .features-card .card-panel .panel-body .btn .line::after {
	color: #000f49;
}

.features.features-2 {
	padding-top   : 130px;
	padding-bottom: 0;
	overflow      : visible;
}

@media screen and (max-width:991.98px) {
	.features.features-2 {
		padding-top: 70px;
	}
}

.features.features-2 .signature-block .line::after {
	color: var(--global--color-heading);
}

.features.features-3 {
	padding-top   : 295px;
	padding-bottom: 102px;
	overflow      : visible;
}

@media screen and (max-width: 991.98px) {
	.features.features-3 {
		padding-top   : 240px;
		padding-bottom: 70px;
	}
}

.features.features-3 .feature-panel-holder .feature-panel .feature-icon {
	margin-bottom: 23px;
	width        : 65px;
	height       : 65px;
}

.features.features-3 .feature-panel-holder .feature-panel .feature-icon img {
	max-width: 100%;
}

.features.features-3 .more-features-2 {
	margin-bottom: 0;
}

.features.features-4 {
	padding-bottom: 0;
	overflow      : visible;
}

@media (min-width: 992px) and (max-width: 1280px) {
	.features.features-4 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 991.98px) {
	.features.features-4 {
		padding-top: 70px;
	}
}

.features.features-4 .features-holder {
	display: block;
}

@media screen and (max-width: 991.98px) {
	.features.features-4 .features-holder {
		max-width     : 90%;
		text-align    : center;
		margin        : 0 auto;
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 992px) {
	.features.features-4 .features-wrapper {
		display              : grid;
		grid-template-columns: 45% 50%;
		grid-column-gap      : 5%;
		-webkit-transform    : translateY(110px);
		-ms-transform        : translateY(110px);
		transform            : translateY(110px);
		margin-top           : -110px;
	}
}

.features.features-4 .feature-panel-holder .feature-panel {
	margin-bottom: 43px;
}

@media screen and (max-width: 991.98px) {
	.features.features-4 .feature-panel-holder .feature-panel {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 992px) {
	.features.features-4 .owl-dots {
		right : 102px;
		bottom: -23px;
	}
}

@media screen and (max-width: 991.98px) {
	.features.features-4 .owl-dots {
		margin-top   : 20px;
		margin-bottom: 30px;
	}
}

.features.features-4 .owl-dots .owl-dot {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.features.features-4 .owl-dots .owl-dot.active span::before {
	background-color: rgba(#ffffff, 0.3);
}

.features.features-4 .owl-dots .owl-dot span {
	background-color: #ffffff;
}

@media screen and (min-width: 992px) {
	.features.features-4 .more-features {
		text-align: left;
	}
}

.features.features-4 .more-features p a {
	color: #ffffff;
}

.features.features-4 .more-features p a::before {
	background-color: #ffffff;
}

.features-bar {
	padding-top   : 0;
	padding-bottom: 0px;
	overflow      : visible;
}

@media screen and (max-width:991.98px) {
	.features-bar {
		padding-bottom: 100px;
	}
}

.features-bar .features-holder {
	position         : relative;
	z-index          : 55;
	-webkit-transform: translateY(-90px);
	-ms-transform    : translateY(-90px);
	transform        : translateY(-90px);
	margin-bottom    : -90px;
}

@media screen and (min-width: 992px) {
	.features-bar .features-holder {
		-webkit-box-shadow: 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
		box-shadow        : 0px 5px 83px 0px rgba(9, 29, 62, 0.15);
	}
}

.features-bar .features-holder .feature-panel {
	padding: 28px 40px 40px;
}

@media screen and (max-width: 991.98px) {
	.features-bar .features-holder .feature-panel {
		max-width: 370px;
		margin   : 0 auto;
	}
}

.features-bar .features-holder .feature-panel .feature-content {
	position: relative;
	z-index : 3;
}

@media screen and (max-width: 991.98px) {
	.features-bar .features-holder .feature-panel .feature-content {
		text-align: center;
	}
}

.features-bar .features-holder .feature-panel .feature-content i {
	display      : block;
	margin-bottom: 11px;
}

.features-bar .features-holder .feature-panel .feature-content i:before {
	font-size  : 50px;
	color      : #ffffff;
	margin-left: 0;
}
.feature-content{
    margin    : 5px 0px 5px 0px;
}
.features-bar .features-holder .feature-panel .feature-content h5 {
	text-transform: capitalize;
	font-family: 'Haltto-Light', Arial, sans-serif;
	font-weight   : 500;
	font-size     : 18px;
	line-height   : 27px;
	color         : #ffffff;
	margin-bottom : 0px;
}

.features-bar .features-holder .feature-panel .feature-content p {
	font-family  : var(--global--font-body);
	font-weight  : 400;
	font-size    : 12px;
	line-height  : 23px;
	color        : #f4f4f4;
	margin-bottom: 21px;
	text-transform: uppercase;
}

.features-bar .features-holder .feature-panel.feature-reservation {
	background-color: #9180d1;
}

@media screen and (min-width: 992px) {
	.features-bar .features-holder .feature-panel.feature-reservation {
		border-radius: 8px 0 0 8px;
	}
}

.features-bar .features-holder .feature-panel.feature-reservation a {
	font-family: 'Haltto-Light', Arial, sans-serif;
	font-weight       : 400;
	color             : #ffffff;
	font-size         : 24px;
	display           : -webkit-box;
	display           : -ms-flexbox;
	display           : flex;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items       : center;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

@media screen and (max-width: 991.98px) {
	.features-bar .features-holder .feature-panel.feature-reservation a {
		-webkit-box-pack: center;
		-ms-flex-pack   : center;
		justify-content : center;
	}
}

.features-bar .features-holder .feature-panel.feature-reservation a span {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	display           : -webkit-inline-box;
	display           : -ms-inline-flexbox;
	display           : inline-flex;
	-ms-flex-negative : 0;
	flex-shrink       : 0;
	-webkit-box-pack  : center;
	-ms-flex-pack     : center;
	justify-content   : center;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items       : center;
	width             : 42px;
	height            : 42px;
	background-color  : #1aadcd;
	color             : #ffffff;
	border-radius     : 8px 8px 0 8px;
	font-size         : 16px;
	margin-right      : 10px;
}

.features-bar .features-holder .feature-panel.feature-timetable {
	background-color: #7768af;
}

.features-bar .features-holder .feature-panel.feature-timetable .btn {
	width        : 156px;
	height       : 42px;
	border-radius: 8px 8px 0 8px;
	border-color : rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 991.98px) {
	.features-bar .features-holder .feature-panel.feature-timetable .btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.features-bar .features-holder .feature-panel.feature-timetable .btn:hover {
	border-color: #000f49;
}



.features-bar .features-holder .feature-panel.feature-timetable2 {
	background-color: #655a93;
}

.features-bar .features-holder .feature-panel.feature-timetable2 .btn {
	width        : 156px;
	height       : 42px;
	border-radius: 8px 8px 0 8px;
	border-color : rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 991.98px) {
	.features-bar .features-holder .feature-panel.feature-timetable2 .btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.features-bar .features-holder .feature-panel.feature-timetable2 .btn:hover {
	border-color: #000f49;
}



.features-bar .features-holder .feature-panel.feature-opening-hours {
	background-color: #354f8e;
	padding-bottom  : 36px;
}

.features-bar .features-holder .feature-panel.feature-opening-hours h5 {
	margin-bottom: 8px;
}

.features-bar .features-holder .feature-panel.feature-opening-hours ul {
	margin-bottom: 0;
}

.features-bar .features-holder .feature-panel.feature-opening-hours ul li {
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
	-webkit-box-pack : justify;
	-ms-flex-pack    : justify;
	justify-content  : space-between;
	font-size        : 14px;
	font-weight      : 400;
	font-family      : var(--global--font-body);
	color            : #ffffff;
	text-transform   : capitalize;
	border-bottom    : 1px solid rgba(#ffffff, 0.25);
	padding          : 9px 0;
}

.features-bar .features-holder .feature-panel.feature-opening-hours ul li:last-child {
	border-bottom : 0;
	padding-bottom: 0;
}

.features-bar .features-holder .feature-panel.feature-location {
	padding-bottom  : 45px;
	background-color: #4b407b;
}

@media screen and (min-width: 992px) {
	.features-bar .features-holder .feature-panel.feature-location {
		border-radius: 0 8px 0 0;
	}
}

.features-bar .features-holder .feature-panel.feature-location p {
	margin-bottom: 11px;
}

.features-bar .features-holder .feature-panel.feature-location .map-img {
	position: relative;
}

.features-bar .features-holder .feature-panel.feature-location .map-img a {
	position: absolute;
	top     : 0;
	left    : 0;
	right   : 0;
	width   : 100%;
	height  : 100%;
	z-index : 1;
}

.features-bar .features-holder .feature-panel.feature-location .map-img img {
	max-width: 100%;
}

.features-bar .actions-holder {
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
}

@media screen and (max-width: 991.98px) {
	.features-bar .actions-holder {
		-webkit-box-pack: center;
		-ms-flex-pack   : center;
		justify-content : center;
	}
}

@media screen and (max-width: 767.98px) {
	.features-bar .actions-holder {
		-webkit-box-orient   : vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction   : column;
		flex-direction       : column;
	}
}

.features-bar .actions-holder .btn {
	width       : 170px;
	height      : 60px;
	margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
	.features-bar .actions-holder .btn {
		margin-right : 0;
		margin-bottom: 20px;
	}
}

.features-bar .actions-holder .btn:last-child {
	border-color               : #687696;
	border                     : 2px solid;
	-webkit-transition-property: background, color, border-color;
	-o-transition-property     : background, color, border-color;
	transition-property        : background, color, border-color;
}

.features-bar .actions-holder .btn:last-child::before {
	background-color: var(--main-color);
	width           : calc(100% + 4px);
	height          : calc(100% + 4px);
	top             : -2px;
	left            : -2px;
}

.features-bar .actions-holder .btn:last-child:hover {
	border-color: #000f49;;
}

/* Small Devices, Tablets */
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.feature-panel {
		max-width   : 370px;
		margin-right: auto;
		margin-left : auto;
	}
}

.linea-divisora {
    border-top: 2px solid #e2e1e3; /* Grosor y color de la línea */
    margin-top: 50px; /* Margen superior */
    margin-bottom: 50px; /* Margen inferior */
}


.hero-insights__image {
    margin-bottom: 64px;
    overflow: hidden;
    margin-top: -64px
}

@media (min-width: 768px) {
    .hero-insights__image {
        max-height:600px
    }
}

@media (min-width: 992px) {
    .hero-insights__image {
        max-height:800px
    }
}

.hero-insights__image .full-width-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 56.25%
}

@media (min-width: 768px) {
    .hero-insights__image .full-width-image {
        margin-top:-104px
    }
}

@media (min-width: 768px) {
    .hero-insights__image .full-width-image {
        background-attachment:fixed;
        height: 100vh
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    .hero-insights__image .full-width-image {
        background-attachment: scroll
    }
}

.service-box-three {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.service-box-three .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-box-three .btn.custom-btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #7768af; /* Color del botón */
    color: #fff; /* Color del texto */
    border: none; /* Eliminar el borde */
    padding: 10px 0; /* Espaciado dentro del botón */
    font-size: 13px; /* Tamaño de fuente */
    text-decoration: none; /* Eliminar subrayado */
}

.service-box-three .btn.custom-btn:hover {
    background-color: #003366; /* Color del botón al pasar el cursor */
}


.titulo-reconocimiento{
    font-size: 42px;
    line-height: 51px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.margen-titulo{
    margin-left: 100px; 
    margin-right: 50px;
}
.margen-soluciones{
    margin-left: 30px; 
    margin-right: 50px;
}
.imagen50{
    padding: 50px;
}
.titulo-servicio{
    font-size: 55px;
    line-height: 1;
}
.titulo-seguros{
    font-size: 50px;
}
@media (max-width: 767px) {
    .margen-titulo{
        margin-left: 0px; 
        margin-right:0px;
    }
    .movil-spacio{
        padding-top: 100px;
    }
    .imagen50{
        padding: 0px;
    }
    .titulo-reconocimiento{
        font-size: 38px;
        line-height: 41px;
        text-align: center;
    }
    .margen-soluciones{
        margin-left: 0px; 
        margin-right: 0px;
    }
    .titulo-servicio{
        font-size: 45px;
        line-height: 1;
    }
    .titulo-seguros{
        font-size: 30px;
    }
}
