/*
Theme Name: Alamar-child
Template: Impreza
Version: 1.0
Author:	is.net.sa
Theme URI: http://is.net.sa/
Author URI: http://is.net.sa/
*/
/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); /*NEW font*/
@font-face {
    font-family: 'Neo Sans Arabic';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('fonts/Neo-Sans-Arabic-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'Neo Sans Arabic';
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url('fonts/NeoSansArabic-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Neo Sans Arabic';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url('fonts/NeoSansArabic-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Neo Sans Arabic';
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: url('fonts/NeoSansArabic-Medium.ttf') format('truetype');
}

h1,h2,h3,h4,h5,h6 , nav a , .rtl label  {
    /*  font-family: 'cairo', sans-serif !important;  */
    /*    font-family: 'Tajawal', sans-serif !important; */
    font-family: 'Neo Sans Arabic' !important;
    /*   font-weight: 400; */
}

body.rtl, .rtl p,.rtl h1,.rtl h2,.rtl h3,.rtl h4,.rtl h5,.rtl h6,.rtl textarea,.rtl label,.rtl input,.rtl a,.rtl li,.rtl div#slide-1-layer-1 {
    /*  font-family: 'cairo', sans-serif !important;  */
    /*    font-family: 'Tajawal', sans-serif !important; */
    font-family: 'Neo Sans Arabic' !important;
    font-weight: 500;
}
body,p,h1,h2,h3,h4,h5,h6,textarea,label,input,a,li, .w-counter.color_heading .w-counter-value,div#slide-3-layer-1 {
    /* font-family: 'Poppins'; */
    font-family: 'Neo Sans Arabic' !important;
    /* font-weight: 600; */
}

/* End NEW font*/
.ush_menu_1.type_desktop .menu-item-has-children.level_1>a>.w-nav-arrow {
    font-size: smaller;
}

.logo-outer {
    padding: 5px 0 0;
}

.w-search.layout_fullscreen .w-search-form input {
    border: solid;
    border-radius: 100px;
    padding: 10px;
}

.lang-box2 img.wpml-ls-flag {
    margin: 0;
    width: 32px;
}

.lang-box2 {
    /*     width: 136px !important; */
    margin: 0 !important;
}

.lang-box2 img.iclflag,.lang-box2 img.wpml-ls-flag {
    top: 2px;
}

.menu-tabs .w-tabs-section-content-h {
    max-width: 758px !important;
}

.menu-slider {
    position: relative;
    max-width: 950px;
}

.menu-slider .w-grid-item-h img {
    height: 300px;
}

.menu-slider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.product-row .l-section-img {
    background-size: 77% !important;
    background-repeat: repeat-x !important;
    background-image: url(/wp-content/uploads/2024/01/bg-b1-1.jpg);
    background-position: bottom center;
}

.product-row .l-section-img {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 120px;
    box-sizing: border-box;
    -webkit-animation: slide 10s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: 0 100%;
    }

    to {
        background-position: -512px 100%;
    }
}

@media (min-width: 1281px) {
    .logo-outer {
        /* margin-top: -50px; */
    }

    .l-header.pos_fixed.sticky {
    }

    .l-header.pos_fixed.sticky .logo-outer {
        margin-top: 0px;
    }

    .l-subheader.at_middle .l-subheader-cell.at_left, .l-subheader.at_middle .l-subheader-cell.at_right {
        flex-basis: initial !important;
    }

    .l-canvas.type_boxed .l-header.pos_fixed.sticky {
        /* position: fixed; */
        /* left: 0; */
        top: 30px;
    }
}

.l-canvas.type_boxed, .l-canvas.type_boxed .l-subheader {
    box-shadow: 0 0 7px 0px #9f9f9f;
}

.l-canvas.type_boxed {
    margin-top: 15px;
    /* margin-bottom: 15px; */
}

ul {
    /*list-style-type: none;*/
    margin-left: 0;
}

.l-preloader {
    z-index: 119257;
}

.l-preloader {
    background: #ffffff !important;
}

.l-preloader-spinner img {
    max-width: 131px;
    border-radius: 0;
}

.l-preloader-spinner:after {
    position: absolute;
    top: 0;
    left: 31%;
    display: block;
    width: 200px;
    height: 200px;
    border-top: 2px solid #236092;
    border-right: 2px solid #ea0029;
    border-radius: 50%;
    content: "";
    margin: -78px 0 0 -71px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end loader  */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(83, 83, 83, 0.6);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}


/* .w-1280{
	max-width: 1280px;
	margin-left: auto !important;
	margin-right: auto !important;
} */
/* .w-nav .menu-item::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    transform: rotate(23deg);
} */
.w-nav .menu-item:nth-last-child(2)::after {
    display: none !important;
}

.top-info-box a.w-text-h {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.top-info-box i {
    color: #f6a31e;
    font-size: 23px;
}

.l-subheader.at_middle.width_full {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

/* lang box  */
.lang-box .w-dropdown-current .w-dropdown-item:after , .lang-box p {
    display: none;
}

.lang-box .w-dropdown-list {
    min-width: 100px !important;
    top: 100%;
}

.lang-box a.w-dropdown-item {
    padding: 0 10px!important;
}

.lang-box .wpml-ls-statics-footer {
    background: transparent;
}

.lang-box .wpml-ls-legacy-list-horizontal ul li {
    display: block;
    white-space: nowrap;
    margin: 0 0.6rem;
}

.lang-box .wpml-ls-legacy-list-horizontal ul li a.wpml-ls-link {
    /* display: block; */
    font-size: 14px;
    pointer-events: none;
}

.lang-box .wpml-ls-flag {
    display: none;
}

/* crumb  */
.crumb-box .wpb_wrapper {
    display: flex;
}

.crumb-box p {
    margin: 0;
    /* color: aquamarine; */
    font-size: 18px;
}

.crumb-box .post_title {
    padding: 0 5px;
}

.crumb-box a {
    color: #727272;
}

.counter-box .w-counter-value {
    font-size: 52px !important;
}

.counter-box h4.w-counter-title {
    font-size: 18px;
    text-transform: capitalize;
}

/* .title-shadow h2::before {
    content: "";
    background: url("/wp-content/uploads/2024/01/half-shadow.png") no-repeat right top;
    background-size: contain;
    position: absolute;
    right: -50px;
    width: 100%;
    height: 74px;
} */
.title-shadow.wide {
    text-align: center;
}

/* .title-shadow.wide h2::before {
    background: url(/wp-content/uploads/2024/01/half-shadow-wide.png) no-repeat right top;
    background-size: 100% 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: -18px;
    height: 41px;
} */
.title-shadow.wide h2 {
    padding: 0 60px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.title-side h2 {
    padding: 0;
    margin-bottom: 5px;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.title-side p {
    margin: 0;
    position: relative;
    z-index: 2;
}

.title-side p span {
    color: #d9b62a !important;
    text-transform: uppercase;
}

.title-side h3.t-title {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #f0f2f5;
    background: transparent;
    color: transparent;
    font-size: 64px;
    position: relative;
    z-index: 1;
    margin: 0;
    margin-bottom: -36px;
}

body .btn-shadow {
    position: relative;
    background: white;
    color: #000 !important;
    padding: 23px 50px;
    border-radius: 100px;
}

body .btn-shadow:hover {
    background: white!important;
}

body .btn-shadow::before {
    content: "";
    background: url("/wp-content/uploads/2024/01/half-shadow-left.png") no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
}

body .btn-shadow::after {
    border-radius: 100px !important;
    background: transparent !important;
    display: none;
}

.no-touch a.btn-shadow:hover {
    color: #63b0d8 !important;
    opacity: 1;
    background: #fff !important;
}

.about-row.blue-gr {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 62%, rgba(191,238,255,1) 100%) !important;
}

.about-row .t1 {
    margin: 15px 0;
}

.about-row .about-btn {
    position: absolute;
    right: 0;
    bottom: -10px;
    background: #ffffff;
    color: #000 !important;
    border-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.about-row .about-btn {
    position: absolute;
    right: 5%;
    bottom: -10px;
    background: #ffffff;
    color: #000 !important;
    border-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
}

.vison-box-wrap {
    margin-bottom: 75px;
}

.vison-box-wrap .w-iconbox-icon {
    width: 150px !important;
    height: 130px !important;
    clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: #3cb371;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

.about-img img {
    max-height: 500px;
    object-fit: cover;
}

.bt-wrap {
    /* padding: 71px; */
    position: relative;
}

.pay-btns-wrap a img {
    width: 100%;
}

.pay-btns-wrap {
    justify-content: center;
    margin: 30px 0;
}

/* products row   */
.product-row {
    padding-bottom: 197px !important;
}

.product-box .content .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-box .content .title {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 800;
}

.product-box .content .nm {
    font-size: 24px;
}

.product-box .content .mt {
    font-size: 18px;
}

.product-box .content .pr {
    padding: 0 5px;
    font-weight: normal;
}

.product-box .content h4 {
    background: #cde7ff;
    color: #023c6e;
    font-size: 18px;
    border-radius: 13px;
    padding: 5px 15px;
    margin: 5px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product-box {
    padding: 17px !important;
}

.product-box .thumb-p {
    height: 230px;
    margin-bottom: 15px;
}

.box-about-1 {
    max-width: 1112px;
    width: calc(100% - 20px);
    margin-left: auto;
    transform: translateY(-5px);
    margin-top: -120px;
    margin-right: auto;
    padding: 45px 45px 0;
    background: #ffffff;
    position: relative;
    border-radius: 13px;
}

.box-about-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 204px;
    top: 0;
    left: 0;
    box-shadow: 0 -12px 20px #00000012;
    border-radius: 13px;
    z-index: -1;
}

.ms-icon {
    background: #fff;
    box-shadow: 0 12px 22px #00000012;
    border-radius: 25px !important;
    /* color: #d9ab23 !important; */
    padding: 23px;
}

.ms-icon .w-iconbox-icon {
    font-size: 28px !important;
    box-shadow: 0 12px 22px #00000012;
    border-radius: 25px !important;
    color: #d9ab23 !important;
}

.vision-row img {
    height: 263px;
    margin: auto;
    display: block;
}

/* side nave  */
.side-nav {
    position: fixed;
    top: 165px;
    left: -247px;
    direction: ltr;
    z-index: 9999;
    width: 0;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.side-nav ul li {
    display: block;
    margin: 5px;
    background: rgba(10, 125, 102, 0.4);
    background: #d9b62a;
    width: 300px;
    text-align: right;
    padding: 6px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    box-shadow: 1px 1px 6px #adadad;
}

.side-nav ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(210px, 0);
    -ms-transform: translate(210px, 0);
    -o-transform: translate(210px, 0);
    transform: translate(240px, 0);
    background: rgba(10, 125, 102, 1);
    background: #d9b62a;
}

.side-nav ul li a {
    color: #FFF !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px !important;
    text-decoration: none !important;
    transition: all 0.5s;
}

.side-nav i {
    padding: 5px;
    background: rgb(11 34 68);
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.side-nav ul li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.side-nav ul li i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-left: 10px;
    transition: all 1s;
}

/* end side nav  */
/* project grid  */
.project-grid .w-grid-item-h {
    margin-bottom: 27px;
    padding-bottom: 50px;
}

.project-grid .plus-btn {
    position: absolute;
    left: 24px;
    top: -25px;
    background: #1d388c;
    width: 47px;
    height: 47px;
    border-radius: 15px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 8px rgb(38 38 38 / 35%) !important;
}

.project-grid .icon-btn {
    position: absolute;
    bottom: 0;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.project-grid .white-box {
    color: #ffffff!important;
    position: absolute!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    padding-top: 0.8rem!important;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
    padding-bottom: 1.2rem!important;
    border-radius: 15px;
    background: rgb(0 0 0 / 78%)!important;
    /* box-shadow: 1px 1px 7px #323232; */
}

.project-grid .post_image {
    border-radius: 15px;
}

.project-grid .cat-link {
    margin: 0 !important;
    font-size: 13px;
}

.project-grid .usg_post_content_1 {
    font-size: 14px;
}

.project-grid h2.w-post-elm.post_title {
    font-size: 1.2rem!important;
}

.project-grid .owl-item {
    transition: all 0.5s;
}

/* .project-grid .owl-item:hover {
   transform: scale(1.1);
   z-index: 2;
   position: relative;
} */
.project-grid .w-grid-item-h:hover .us-btn-style_1:after {
    height: 100%;
}

body .projects-grid .usg_vwrapper_1 {
    transform: translateY(-50%) perspective(400px) rotateY(-90deg);
    transition: all 0.5s ease-in-out;
}

body .projects-grid .w-grid-item-h:hover .usg_vwrapper_1 {
    transform: translateY(0) perspective(250px) rotateY(0deg);
    transition: all 0.5s ease-in-out;
}

/* project grid two */
.project-grid-two .wp-post-image {
    height: 270px;
    object-fit: cover;
}

.project-grid-two .post_taxonomy {
    color: #7e7e7e;
    font-weight: 500;
}

.project-grid-two .w-html.usg_html_1.icon-arrow-box {
    background: #ebebeb;
    min-width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-filter.layout_ver.togglable .w-filter-item-values {
    margin-top: 15px;
}

/* clients grid  */
.clients-grid .post_image {
    border: solid 1px #cacaca;
    background: #676767;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 150px;
}

.bg-w .post_image {
    background: transparent !important;
    border: none;
}

.clients-grid img {
    object-fit: contain;
    height: 100%;
}

/* project post dt  */
.project-head h1 {
    color: #fff!important;
    background: #000000!important;
    width: 264px!important;
    font-size: 30px;
}

.post-project-slider .rsThumbsContainer .rsThumb {
    width: 10rem;
    height: 10rem;
}

.post-project-slider .rsNav.rsThumbs.rsThumbsHor {
    height: 10rem;
}

/* custom-counter   */
.custom-counter ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-counter ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    background: #F6A31E;
    color: #fff;
    padding: 15px;
    border-radius: 15px;
    font-weight: 700;
}

.custom-counter ol li::before {
    content: "0" counter(step-counter);
    margin-right: 5px;
    font-size: 32px;
    /* background-color: #ffffff; */
    color: #fff;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    float: right;
    display: none;
}

/* jobs-grid */
.job-box {
    border: solid 1px #cacaca;
    border-radius: 15px;
    margin: 15px;
}

.jobs-grid .w-grid-item-h {
    display: flex;
    border: solid 3px #adadad;
    margin: 0;
    padding: 15px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.jobs-grid .left-colm {
    margin: 0 15px;
    width: 100%;
}

.jobs-grid .w-grid-item {
    position: relative;
    /* border: solid 3px #adadad; */
    /* margin: 15px 0; */
    /* padding: 015px; */
    /* -webkit-border-top-right-radius: 30px; */
    /* -webkit-border-bottom-left-radius: 30px; */
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomleft: 30px;
    /* border-top-right-radius: 30px; */
    border-bottom-left-radius: 30px;
}
.jobs-grid .w-vwrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.jobs-grid .post_title {
    font-size: 18px;
}
.jobs-grid .post_custom_field i {
    width: 20px;
    text-align: center;
}

.jobs-grid .field.linkedin {
    position: relative;
}

.jobs-grid .field.linkedin a {
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.jobs-grid .usg_html_1 {
    width: 116px;
}

.job-field.linkedin {
    position: relative;
}

.job-field.linkedin a {
    font-size: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

/* footer  */
.subscrbie-row .f-sub-title {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.subscrbie-row {
    margin-top: -94px !important;
    position: relative;
    z-index: 2;
    padding: 5px !important;
    background: #F68025 !important;
}

.l-footer {
    /* overflow: initial !important; */
    /* margin-top: 0; */
}

.subscrbie-row .house {
    margin-top: -90px;
}

.f-social .w-socials-item a {
    /* background: #3E3E3E; */
}

footer .w-menu .menu {
    column-count: 2;
}

.f-title span.w-text-h {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.f-title span.w-text-h::before {
    content: "";
    background: #ee7d25;
    width: 37px;
    height: 6px;
    position: absolute;
    bottom: 0;
}

body .fixed-buy-btn {
    position: fixed;
    top: 53%;
    right: -58px;
    z-index: 3;
    width: 163px;
    /* height: 50px; */
    transform: rotate(270deg);
    border-radius: 0 !important;
}

.po-rib {
    position: absolute;
    top: 0;
    left: 18px;
    z-index: 2;
    max-width: 202px !important;
}

.po-rib.two {
    top: -36px;
    left: -21px;
}

.buy-row {
    margin-top: 35px;
}

.serv-icon {
    border-radius: 20px;
    background-color: white;
    box-shadow: 3.871px 15.525px 68px 0px rgb(177 177 177 / 50%);
    box-shadow: 1px 3px 10px 0px rgb(177 177 177 / 50%);
    padding: 30px 25px;
    /* text-align: center; */
    margin: 0 auto 30px;
    min-height: 360px;
}

.serv-icon h3.w-iconbox-title {
    font-size: 17px;
}

.serv-icon .w-iconbox-icon {
    margin: 0 auto 28px;
    width: 90px !important;
    height: 90px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    padding: 22px !important;
}

.serv-icon .w-iconbox-icon .anm {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fcbb3f;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    animation: rotate2 8s linear infinite;
    -webkit-animation: rotate2 8s linear infinite;
    -moz-animation: rotate2 8s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.serv-icon.active .w-iconbox-icon .anm, .serv-icon:hover .w-iconbox-icon .anm {
    animation-play-state: running;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
}

.serv-icon .w-iconbox-icon .anm::before, .serv-icon .w-iconbox-icon .anm::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background-size: contain;
    border-radius: 50%;
    background: #fbb638;
    box-shadow: 1.21px 4.851px 6.72px 0.28px rgb(227 222 213);
    left: 5px;
    bottom: 5px;
}

.serv-icon .w-iconbox-icon .anm::after {
    background: #918F8F;
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}

@keyframes rotate2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}

@keyframes rotate3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

/* serv-icon-side  */
.serv-icon.serv-icon-side {
    border-radius: 20px;
    background-color: #F9F9F9;
    box-shadow: 2px 3px 7px 0px rgb(177 177 177 / 50%);
    padding: 30px 25px;
    /* text-align: center; */
    margin: 0 auto 30px;
    min-height: 100px;
    /* justify-content: space-between !important; */
}

.serv-icon.serv-icon-side.active {
    background: #FAF7F2;
}

.serv-icon.serv-icon-side .w-iconbox-icon {
    margin-bottom: 0;
    margin-left: 0;
}

/* serv-icon-number  */
.inner-serv-row-number {
    position: relative;
    list-style-type: none;
    counter-reset: css-counter 0;
    /* initializes counter to 0; use -1 for zero-based numbering */
}

.serv-icon-numbers {
    border-radius: 20px;
    background-color: white;
    box-shadow: 3.871px 15.525px 68px 0px rgb(177 177 177 / 50%);
    padding: 30px 25px;
    /* text-align: center; */
    margin: 0 auto 30px;
    min-height: 350px;
}

.inner-serv-row-number .vc_col-sm-4 .serv-icon-numbers .w-iconbox-icon:before {
    counter-increment: css-counter 1;
    /* Increase the counter by 1. */
    content: counter(css-counter);
    /* Apply counter before children's content. */
    font-size: 30px;
    background: #f6a31e;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100px;
}

.serv-icon-numbers .w-iconbox-icon i {
    display: none;
}

.inner-serv-row-number .vc_col-sm-4 .w-iconbox-icon {
    content: "";
    background: rgb(246 163 30 / 16%);
    border-radius: 100px;
    padding: 10px;
}

.serv-icon-numbers h3.w-iconbox-title {
    font-size: 17px;
}

.img-border-1::before {
    content: "";
    background: #122a50;
    width: 12px;
    height: 65%;
    position: absolute;
    left: -25px;
}

/* dbox  */
.sev-wrap .w-btn-wrapper.align_none {
    margin: 0;
    margin-top: -10px;
}

.sev-wrap {
    margin-bottom: 15px;
}

.d-box {
    padding: 0;
    min-height: 190px;
    display: flex;
    justify-content: center;
}

.d-box.active {
    background: #ffffff;
    border-bottom: solid 3px #122a50;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 34%);
}

.d-box h3 {
    margin: 0;
    padding: 0;
}

.d-box h3.t1 {
    margin-bottom: 5px;
}

.sev-wrap a.w-btn {
    font-size: 22px;
}

/* listbox  */
.list-box ol {
    list-style: none !important;
    padding-left: 1rem;
    counter-reset: circle-counter;
    margin-bottom: 25px;
    /* background: #fff !important; */
    /* box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3); */
}

.list-box ol li {
    counter-increment: circle-counter;
    margin-bottom: 0.25rem;
    position: relative;
    /* background: #fff !important;
  box-shadow: 0px 4px 18px 0px rgba(194, 200, 213, 0.3); */
    border-radius: 10px;
    padding: 10px 15px;
}

.list-box ol li:before {
    content: counter(circle-counter);
    background-color: #f6a31e;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    margin-right: 0.5rem;
    position: absolute;
    top: 13%;
    left: -30px;
}

.exp .wpb_wrapper {
    background: #dab130;
    width: 254px;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0;
    padding: 31px 15px;
    text-align: inherit;
    margin: auto;
    margin-top: -120px;
    font-size: 20px;
    position: absolute;
    left: -84px;
    text-transform: uppercase;
}

.exp .wpb_wrapper h2 {
    color: #fff;
    margin: 0;
    font-size: 62px;
    line-height: normal;
    font-weight: bold;
}

.benfit-row .colm-left > .vc_column-inner {
    /* padding: 15px 57px !important; */
}

.po-st2 {
    max-width: 1280px;
    margin: auto !important;
    position: relative;
    z-index: 2;
}

.clients-row.po-st2 {
    padding-bottom: 30px;
    max-width: 1408px;
    max-width: none;
    padding: 0 5.8% 10px;
}

.anm-title {
    position: absolute !important;
    top: -65px;
    left: -49px;
    z-index: -1;
}

.anm-title h2 {
    color: #F8F8F8;
    font-size: 290px;
    letter-spacing: 60px;
    /* font-size: 205px; */
}

.projects-row .anm-title h2 {
    color: #EBEBEB;
    font-size: 180px;
    letter-spacing: 30px;
}

.mi-icon {
    justify-content: flex-start !important;
    margin: 0 0 15px;
    text-align: initial;
    font-size: 14px;
    width: 100%;
}

.w-image.w-full {
    width: 100%;
}

.w-image.w-full img {
    width: 100%;
}

.home-map-row .text-po {
    position: absolute;
    top: 20%;
    right: 22%;
    transform: translateX(22%);
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

/* products grid  */
.product-grid .w-grid-item-h {
    padding-bottom: 15px;
    /* 	background: transparent !important;
    box-shadow: none  !important; */
}

.product-grid h2.w-post-elm.post_title {
    margin: 15px 0 15px;
}

/* news-grid */
body .news-grid .w-grid-item-h {
    background: url("https://wordpress-813131-4574049.cloudwaysapps.com/wp-content/uploads/2024/05/news-bg.jpg") no-repeat center top;
    /* background: #fff !important; */
    background-size: cover;
    color: #fff;
    color: #000;
    border-radius: 50px;
}
.news-grid .w-post-elm.post_image  div {
    height: 300px;
    display: flex;
}
.news-grid .w-grid-item {
    /* background: aquamarine; */
}

.news-grid .w-grid-item-h::before {
    content: "";
    background: rgb(18 42 80 / 78%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body .news-grid .usg_vwrapper_2 {
    padding: 15px !important;
    margin: 0 !important;
    /* height: 230px; */
}

body .news-grid .usg_vwrapper_1 {
    margin: 0 !important;
    background: white;
}

.news-grid h2.w-post-elm.post_title {
    color: #fff !important;
    color: #21608c !important;
    /* margin-top: 50px; */
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-grid time {
    background: #d9b62a;
    display: inline-flex;
    min-width: 50px;
    max-width: 158px;
    text-align: center;
}

.news-grid .usg_post_content_1 {
    height: 75px;
}

.news-grid .w-btn {
    /* background: transparent !important; */
    border-top: solid 1px #fff;
    margin-top: 10px;
    padding: 5% 10%;
    text-align: center;
}

body .news-grid .owl-item.active:nth-child(2) .w-grid-item-h {
    background: white !important;
}

body .news-grid .owl-item .w-grid-item-h {
    background: white !important;
}

body .news-grid .owl-item.active:nth-child(2) .w-grid-item-h::before {
    content: "";
    background: rgb(255 255 255 / 78%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body .news-grid .owl-item.active:nth-child(2) .w-grid-item-h , body .news-grid .owl-item.active:nth-child(2) .w-grid-item-h h2.w-post-elm.post_title {
    /* color: #236192 !important; */
}

body .news-grid .owl-item.active:nth-child(2) .w-grid-item-h time {
    background: #122a50;
    color: #fff;
}

.news-grid .owl-item.active:nth-child(2) .w-grid-item-h a.w-btn {
    color: #122a50 !important;
    border-top: solid 1px #d3d3d3;
}

/* form style  */
.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
    display: block;
    vertical-align: top;
    padding: 0.5rem 15px;
    margin: 11px 0 0;
    background: #fff;
    border: solid 1px #cacaca;
    box-shadow: none;
    border-radius: 5px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select {
    margin-top: 0;
    /*     background: #ffffff; */
    /*     border: 0 !important; */
    /*     box-shadow: none; */
}

.form-st1 {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 35px;
    margin: 0 -15px;
    border-radius: 50px;
}

.form-st1 textarea {
    padding: 16px 15px;
}

.form-st1 span.wpcf7-form-control-wrap {
    margin: 0;
    width: 100%;
}

.form-st1 label {
    padding: 0 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: 400;
}

.form-st1 .rq-field:after {
    content: "*";
    color: red;
    padding-left: .2em;
}

.form-st1.invest-form {
    /* background: #fff; */
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); */
}

.form-st1 input.wpcf7-form-control.wpcf7-submit {
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 15px;
}

.form-col1,.form-col2 ,.form-col3 {
    padding: 0 15px;
}

.form-col3 {
    width: 33%;
}

.form-col2 {
    width: 50%;
}

.form-col1 {
    width: 100%;
}

.form-col1.btn-form {
    margin: 0;
}

.form-st1 .w-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-st1 .w-icon i {
    background: #fff;
    color: #d9b62a;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-st1 .btn-form.w-icon i {
    background: #122a50;
    color: #ffffff;
    margin-right: -15px;
    position: relative;
    z-index: 2;
}

.rtl .form-st1 .btn-form.w-icon i {
    margin-left: -15px;
    margin-right: 0;
}

@media (min-width: 768px) {
    .contact-row .vc_column-inner {
        padding: 30px 64px !important;
    }
}

@media (max-width: 768px) {
    .form-col2,.form-col3,.form-col1 {
        width: 100%;
    }
}

/* testo caro  */
.testo-row {
    position: relative;
    overflow-x: hidden;
}

.testo-row .avatar .w-image-h {
    margin: auto;
    width: 150px;
    margin-top: -111px;
}

.testo-row {
    /* max-width:400px; */
}

.testo-row .us_testimonial_author {
    color: #A37F4F;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testo-row .us_testimonial_author::before {
    content: "";
    width: 28px;
    height: 3px;
    background: #707070;
    position: absolute !important;
    top: 50%;
    left: -41px;
    display: inline-block;
    margin: 0 5px;
}

.slick-current {
    /* margin-left:100px !important;
     margin-right:100px  !important; */
}

.testo-row .co {
    /*     background: #f5f5f5; */
    /*     border-radius: 15px; */
    padding: 10px;
}

.testo-row .thumb {
    background: #fff !important;
    width: 118px !important;
    height: 118px !important;
    border: solid 1px #b1b1b1 !important;
    border-radius: 100%;
    padding: 0;
    margin: auto;
    overflow: hidden;
}

.testo-row .star img {
    margin: 10px auto;
}

.testo-row .thumb img {
    margin: auto;
    border-radius: 100%;
    width: 100% !important;
    height: 100%;
    padding: 2px;
}

/* new testo grid  */
.testo-grid article.w-grid-item {
    /*     max-width: 590px; */
    /*     margin: auto; */
    background: #272727;
    color: #fff;
    padding: 15px;
    margin: auto;
    margin: 15px 150px;
    border-radius: 15px;
}

.testo-grid {
    padding: 0 250px;
}

.testo-grid .owl-stage-outer {
    overflow: initial !important;
}

.testo-grid .w-post-elm.post_image {
    margin-top: -57px;
}

.count-post-wrap {
    color: #747779;
    display: flex;
    font-size: 20px;
}

.count-post-wrap .count-post {
    padding: 0 5px;
}

.inner-menu ul {
    list-style: none;
    font-size: 16px;
}

.inner-menu h4 {
    font-size: 20px;
    margin: 13px 0;
    font-weight: normal;
    color: #b3b3b3;
}

.menu-tabs .w-tabs-item {
    font-size: 22px;
    padding: 15px 20px;
    color: #236092 !important;
}

.menu-tabs .w-tabs-item.active {
    color: #e4002b !important;
}

.menu-tabs .w-tabs-section {
    display: block;
    opacity: 0;
    height: 1px;
    overflow: hidden;
}

.menu-tabs .w-tabs-section.active {
    display: block;
    opacity: 1;
    height: auto;
}

/* .menu-tabs .owl-carousel.owl-hidden {
    opacity: 1 !important;
    display: block !important;
    overflow: visible !important;
} */
.menu-tabs .w-tabs-section-content {
    display: flex!important;
    opacity: 0;
    height: 1px;
}

.menu-tabs .w-tabs-section.active .w-tabs-section-content {
    display: flex!important;
    opacity: 1;
    height: auto;
}

.menu-tabs .w-btn-wrapper {
    margin: 0;
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.menu-tabs .w-btn-wrapper a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 55555555555;
}

.inner-menu ul i {
    font-size: 14px;
}

.inner-menu ul li a i::before {
    content: "\f178" !important;
}

.inner-menu ul li a {
    padding: 5px 0;
    display: block;
}

/* alamar style  */
.team-box-wrap {
    position: relative;
    position: relative;
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    border-radius: 50px;
    padding: 15px 10px 25px;
}
.rtl .team-box-wrap {
    text-align: justify;
}
/*.team-row .team-box-wrap {
    margin-bottom: 3rem;
}*/



.team-box-wrap h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

.team-box-wrap h6 {
    margin: 0 0 10px;
    padding: 0;
    color: inherit;
}

.team-box-wrap p {
    font-size: 14px;
    font-weight: 400;
}

.team-box-wrap .w-image {
    margin-bottom: 10px;
}

.team-box-wrap img {
    max-height: 375px;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
    border-radius: 50px;
}
/* .team-row .team-box-wrap img {
     object-fit: contain; 
    object-position: top;
    max-height: 600px;
}
*/
.team-box-wrap .wpb_text_column {
    padding: 0 15px;
}
/* team board */
.board-team-box-wrap {
    position: relative;
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    border-radius: 50px;
    padding: 15px;
}

.board-team-box-wrap h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    color: inherit;
}

.board-team-box-wrap h6 {
    margin: 0 0 10px;
    padding: 0;
    color: inherit;
}

.board-team-box-wrap p {
    font-size: 14px;
    font-weight: 400;
}
.rtl .board-team-box-wrap p {
    text-align: justify;
}
.board-team-box-wrap .w-image {
    margin-bottom: 15px;
}

.board-team-box-wrap img {
    max-height: 500px;
    width: 100% !important;
    object-fit: cover !important;
    object-position: top;
    border-radius: 50px;
}
.board-tabs .board-team-box-wrap img {
    max-height: 300px;
    width: 100% !important;
    object-fit: cover !important;
    object-position: top;
    border-radius:0;
}
.board-team-box-wrap .wpb_text_column {
    padding: 0 15px;
    min-height: 131px;
}
/* invest row  */
.invest-menu-row {
    background: #F6F6F6;
}

.invest-menu {
    position: relative;
    text-align: center;
}

.invest-menu li {
    margin: 0 !important;
    display: flex;
}

.invest-menu li a {
    padding: 15px 15px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ccc;
}

.invest-menu .current_page_item a {
    background: white;
}

.board-tabs >.w-tabs-list {
    background: #F6F6F6 !important;
    border-radius: 15px;
    border-bottom: 0 !important;
}
.w-tabs.style_trendy.layout_hor>.w-tabs-list:before {
    border-width: 0;
}
.board-tabs .w-tabs-list-bar {
    background: #236092;
}
.w-tabs.style_trendy>.w-tabs-list .w-tabs-item {
    opacity: 1;
/*     width: 33%; */
	flex-grow: 1;
}
.w-tabs.style_trendy>.w-tabs-list .w-tabs-item.active {
    color: #236092;
    opacity: 1;
}
.w-tabs-item {
    padding: 1.5em 1.5em;
}
.board-tabs .board-team-box-wrap {
    box-shadow: 1px 1px 12px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

/* cn box  */
.cn-icon-box {
    margin: 0;
    line-height: normal;
}

.contact-info-row .cn-icon-box {
    margin: 0;
    line-height: inherit;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
    min-height: 210px;
}

.cn-icon-box .w-iconbox-icon {
    height: 60px;
}

.cn-icon-box h3 {
    margin: 0;
    line-height: normal;
}

.cn-icon-box h3 {
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: capitalize;
    margin: 0 0 3px;
    color: #454b50;
    padding: 5px 0;
}

.cn-icon-box p {
    color: #444a4e;
    font-size: 16px;
    font-weight: 400;
}

/* press kit page  */
body.home footer path {
    fill: #f5efe5;
}

body.page-id-10546 footer path {
    fill: #F5EFE5;
}

.page-id-10497 footer path {
    fill: #fafafa;
}

.press-box {
    position: relative;
    min-height: 224px;
}

.press-box .pk-logo {
    /* max-width: 266px; */
    min-height: 50px;
    margin: 0 auto 15px;
    text-align: center;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 24px;
    line-height: 30px;
    padding-top: 19px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}

.press-box .pk-logo img {
    /* max-width: 179px; */
    width: 50%;
}

.press-box .pk-logo.dominos-logo img {
    width: 60%;
}

.press-box .pk-logo.dunkin-logo img {
    width: 70%;
}

.press-box .title-box h3 {
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 24px;
    line-height: 30px;
    display: block;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #B4B4B4;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.press-box .press-btn {
    display: block;
    width: 100%;
    min-width: 100px;
    background: #EEEEEE;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 40px 10px 10px;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 22px;
    color: #333333 !important;
    text-align: left;
    position: relative;
}

.press-box .press-btn:before {
    content: "\f0ab";
    font-family: "fontawesome";
    font-weight: 400;
    position: absolute !important;
    right: 10px;
    left: auto;
    top: 10px;
    width: 22px;
    height: 22px;
    z-index: 2;
}

.press-box .btns-tabs {
    position: relative;
}

.press-box button.w-tabs-item.active {
    color: #000 !important;
    background: transparent !important;
}

.press-box .w-tabs-list {
    background: transparent !important;
}

.press-box button.w-tabs-item {
    padding: 10px 15px;
    color: #B4B4B4 !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
    border: 0 !important;
}

.press-box .w-tabs-section-content {
    padding: 0 !important;
}

.press-box .w-tabs-section-content-h.i-cf {
    text-align: center;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    border: 1.2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.06);
    position: relative;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}

.press-box .w-tabs-section-content-h.i-cf .w-btn-wrapper {
    margin: 0 !important;
}

.press-box .h-btns {
    text-align: center;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), #FFFFFF;
    padding: 10px;
    border-radius: 6px;
    border: 1.2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.06);
    position: relative;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
}

.press-box.full .h-btns {
    margin-top: 88px;
}

.press-box .h-btns .w-btn-wrapper {
    margin: 0 !important;
}

/* press box hor */
.press-box.hor {
     position: relative;
    min-height: auto;
    margin-bottom: 15px !important;
}


.press-box.hor .pk-logo {
    margin: 0;
    width: 100%;
    padding: 0;
}

.press-box.hor .t1 {
    width: 50%;
    align-items: center;
}

.press-box.hor .vc_column-inner > .wpb_wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: row !important;
    padding: 15px;
}

.press-box.hor  .h-btns {
        margin-top: 0;
        /* width: 100%; */
        background: transparent;
        border: 0;
        box-shadow: none;
        display: flex;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: center;
}

.press-box.hor .press-btn {
    text-transform: capitalize;
    white-space: nowrap;
}

.press-box.hor .globe-icon-box {
    background: rgb(231 238 243);
    width: 101px;
    border-radius: 15px;
    padding: 5px;
}

.press-box.hor .globe-icon-box .w-iconbox-icon {
    margin: 0 !important;
}

.press-box.hor .globe-icon-box .w-iconbox-meta {
    padding: 0 5px;
}



/* brand counter  */
.brand-count-row {
    position: relative;
}

.brand-count-row .w-image.brand-logo {
    max-width: 286px;
    min-height: 58px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.brand-count-row .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.brand-count-row.dominos span.w-counter-value-part.type_number {
    color: #236192;
}

.brand-count-row.dnkn span.w-counter-value-part.type_number {
    color: #fc6d02;
}

.brand-count-row .w-btn-wrapper {
    margin-bottom: 30px;
}

.brand-count-row .w-counter-value {
    margin-bottom: 30px;
}

.brand-count-row span.w-counter-value-part.type_number {
    font-size: 120px !important;
}
.dominos-counter span.w-counter-value-part.type_number {
    color: #236192;
}
.brand-count-row h6.w-counter-title {
    color: #3c3c3c;
    font-size: 26px;
}

.brand-count-row .wpb_wrapper {
    background: #fff;
    border-radius: 50px;
    padding: 15px;
}

.about-row-st1 .about-inner-st1 .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 50px;
    padding: 35px;
}

.news-grid img {
    height: 300px;
    object-fit: cover;
}

/* footer  */
.l-footer {
    /*     max-width: 1401px; */
    /* max-width: 100%; */
    /* padding: 0 5.8%; */
    /* position: relative; */
}
.f-social a.w-socials-item-link {
    box-shadow: inset 0 0 0 2px var(--color-content-border) !important;
}
.footer-top h3 {
    font-size: 22px !important;
}

.f-about-wrap {
    background: #0F2547;
    padding: 25px;
    border-top: solid 1px #f3c617;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 63%);
}

.f-about-wrap h2 {
    font-size: 24px;
}

.footer-menu h3 {
    position: relative;
    font-size: 20px;
    padding: 15px 0 5px;
}

.footer-menu h3:before {
    content: "";
    background: #f6a31e;
    width: 39px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    list-style: none;
}

.footer-menu ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.footer-menu ul li a:before {
    content: "\f178";
    font-family: "fontawesome";
    font-weight: 900;
    margin-right: 5px;
    color: #f6a31e;
}

.rtl .footer-menu ul li a:before {
    margin-right: 0;
    margin-left: 5px;
}

.rotate-title h2 {
    color: #2E2E2E !important;
    font-size: 78px;
    text-transform: capitalize;
    font-weight: bold;
    transform: rotate(-90deg);
    letter-spacing: 10px !important;
    position: absolute;
    top: 30%;
    left: 0;
}

@media screen and (max-width: 760px) {
    .rotate-title h2 {
        color: #2E2E2E !important;
        font-size: 32px;
        font-weight: bold;
        transform: none;
        letter-spacing: 10px !important;
        position: relative;
        top: 0;
        left: auto;
    }
}

.contact-info-box {
    margin-left: 80px;
}

.rtl .contact-info-box {
    margin-left: auto;
    margin-right: 80px;
}

.contact-info-box .w-iconbox-icon {
    display: none;
}

.contact-info-box h4 {
    margin: 0;
    font-size: 18px;
}

@media screen and (max-width: 760px) {
    .contact-info-box {
        margin-left: auto;
    }
}

.history-box {
    background: #fff;
    margin-bottom: 60px;
    border-radius: 1000px;
    max-width: 300px;
    min-width: 300px;
    height: 300px;
    margin-right: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 44px;
    border: solid 8px #236092;
}

.history-box h4.w-iconbox-title {
    background: url(/wp-content/uploads/2024/08/label-blue.svg) no-repeat center top;
    background-size: contain;
    font-size: 28px;
    color: #236092;
    color: #fff;
    width: 125px;
    height: 55px;
    padding-right: 33px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    right: -85px;
    top: 35%;
    transform: translateY(35%);
    z-index: 2;
}

.history-box h4.w-iconbox-title:before {
    /* content: ""; */
    background: url("https://alamarfoods.internetsolutions.me/wp-content/uploads/2024/08/label-blue.svg") no-repeat center top;
    background-size: contain;
    position: absolute;
    width: 150px;
    height: 63px;
    z-index: -1;
}
.history-box .w-iconbox-text {
    min-height: 155px;
}
.history-box .w-iconbox-text h4 {
    font-size: 42px;
    color: #236092;
    margin-bottom: 10px;
}

.history-box .w-iconbox-text .w-iconbox-text {
    font-size: 17px;
}

.history-row  .vc_column-inner > .wpb_wrapper {
    display: flex;
	align-items:flex-start;
    overflow-x: scroll;
	width:100%;
/* 	 padding-bottom: 35px; */
}

.history-row ::-webkit-scrollbar {

    width: 1em;
}
 
.history-row ::-webkit-scrollbar-track {
      background: #236092 !important;
    
    border-radius:100px;
    /* -webkit-box-shadow: inset 0 0 6px #236092; */
}
 
.history-row ::-webkit-scrollbar-thumb {
    border-radius:50px;
    width:30px;
    height:30px;
    padding:0;
    background-color: #e4002b;
    border: 6px solid #e4002b;

    border: 0;
    background-clip: padding-box;
    background-clip: content-box;
    /* outline: 6px solid #e4002b; */
}

/* hsitory box swiper  */

.history-swiper-row .history-box {
    background: #fff;
    margin-bottom: 60px;
    border-radius: 1000px;
    max-width: 300px;
    min-width: 300px;
    height: 300px;
    margin-right: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 44px;
    border: solid 8px #236092;
}
.history-swiper-row h4.w-iconbox-title {
    background: url(/wp-content/uploads/2024/08/label-blue.svg) no-repeat center top;
    background-size: contain;
    font-size: 28px;
    color: #236092;
    color: #fff;
    width: 125px;
    height: 55px;
    padding-right: 33px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    right: -85px;
    top: 35%;
    transform: translateY(35%);
    z-index: 2;
}

.history-swiper-row h4.w-iconbox-title:before {
    /* content: ""; */
    background: url("https://alamarfoods.internetsolutions.me/wp-content/uploads/2024/08/label-blue.svg") no-repeat center top;
    background-size: contain;
    position: absolute;
    width: 150px;
    height: 63px;
    z-index: -1;
}
.history-swiper-row .w-iconbox-text {
    min-height: 155px;
}
.history-swiper-row .w-iconbox-text h4 {
    font-size: 42px;
    color: #236092;
    margin-bottom: 10px;
}

.history-swiper-row .w-iconbox-text .w-iconbox-text {
    font-size: 17px;
}

.history-swiper-row .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: var(--swiper-scrollbar-size, 15px);
}

.history-swiper-row ::-webkit-scrollbar {

    width: 1em;
}
 
.history-swiper-row ::-webkit-scrollbar-track {
      background: #236092 !important;
    
    border-radius:100px;
    /* -webkit-box-shadow: inset 0 0 6px #236092; */
}

 
/* .history-swiper-row ::-webkit-scrollbar-thumb {
    border-radius:50px;
    width:30px;
    height:30px;
    padding:0;
    background-color: #e4002b;
    border: 6px solid #e4002b;
    border: 0;
    background-clip: padding-box;
    background-clip: content-box;
} */
.history-swiper-row .swiper-scrollbar {
    background: #236092;
}

.history-swiper-row .swiper-scrollbar-drag {
    background: #e4002b;
}


/* table style  */

.tableStyle .tableHeader,.fixed-table-body .tableHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.tableStyle thead {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 2
}
.text-center {
    text-align: center !important;
}
.tableStyle thead th{
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    padding: 0 10px;
    border-bottom: 0;
}

.table-striped thead tr:nth-child(2) th {
    border-top: 1px solid #fff;
}
.table-striped thead tr:nth-child(2) th {
    border-top: 1px solid #fff;
}
.tableStyle  tbody td {
    border: 1px solid #ddd;
    vertical-align: middle;
}
.tableStyle  tbody td:first-child {
    border-left: 1px solid #cfcfcf !important;
}
.tableStyle  tbody td:last-child {
    border-right: 1px solid #cfcfcf !important;
}
.tableStyle thead tr, .tableStyle thead th {
    height: 68px !important;
}
 .tableStyle thead th {
    font-size: 18px !important;
    background-color: #cccfd2;
    height: 68px;
    color: #001f33;
    padding: 0;
    border: 1px solid #fff;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize !important;
    padding: 0 10px !important;
}
table.dataTable thead th, .tableStyle thead th, .issuerTable .tableStyle thead th, .investorLab .tableStyle thead th, .customizeTable thead th, .historicalTable .tableStyle thead th {
    background-color: #b5c6ed;
    font-weight: 900;
}

.tableStyle .table-striped tbody td:first-child {
    border-left: 1px solid #cfcfcf !important
}

.tableStyle .table-striped tbody td:last-child {
    border-right: 1px solid #cfcfcf !important
}

.tableStyle .table-striped tbody td.borderNone {
    border-right: 0
}

.tableStyle .table-striped tbody td a {
    color: #001f33;
    text-decoration: underline;
    word-break: break-word;
    font-size: 50px;
}

.tableStyle .table-striped tbody td span.price {
    display: block
}

.tableStyle .table-striped tbody td span.grnRound {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #05b959;
    display: inline-block;
    margin: 0 2px
}

.tableStyle .table-striped tbody td span.redRound {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #f63636;
    display: inline-block;
    margin: 0 2px
}

.starInfoBox {
    position: absolute;
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 10px;
    display: none;
    margin: 0 105px
}

.tableStyle .table-striped tbody td .name {
    text-decoration: underline;
    font-size: 18px;
    color: #2d4555;
    word-break: break-all
}

.tableStyle .table-striped tbody td .name a {
    word-break: break-word
}

.heatmapTable .table-striped tbody td .name {
    min-width: 200px
}

.tableStyle .table-striped tbody td .price {
    font-size: 18px;
    font-weight: 900;
    color: #2d4555;
    padding: 0;
    width: auto;
    height: auto
}

.tableStyle .table-striped tbody td .pricePlus {
    font-size: 18px;
    color: #05b959
}

.tableStyle .table-striped tbody td .priceMinus {
    font-size: 18px;
    color: #f63636
}


/* responsive  */
@media screen and (max-width: 767px) {
    .frame-share-info iframe {
        height:2700px !important;
    }

    .rtl .frame-share-info iframe {
        height: 1000px !important;
    }

    .full-img {
        display: none;
    }

    .l-canvas.type_boxed {
        margin-top: 0;
        /* margin-bottom: 15px; */
    }

    .search-box {
        position: relative;
        background: rgb(0 0 0 / 60%);
        padding: 18px !important;
        border-radius: 15px;
    }

    .w-hwrapper.search-project-wrap {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .product-row .l-section-img {
        background-size: 97% !important;
    }

    .product-row {
        padding-bottom: 83px !important;
    }

    .box-about-1 {
        max-width: 1112px;
        width: calc(100% - 20px);
        margin-left: auto;
        transform: translateY(-5px);
        margin-top: -56px;
        margin-right: auto;
        padding: 15px 15px 0;
        background: #ffffff;
        position: relative;
        border-radius: 13px;
    }

    .search-box h3.t1 {
        color: #ffffff;
    }

    .counter-row {
        position: relative;
    }

    .counter-row .g-cols.via_flex {
        display: flex;
        /* flex-wrap: nowrap; */
    }

    .counter-row .vc_col-sm-3.wpb_column.vc_column_container {
        width: 48% !important;
    }

    .counter-row .vc_column-inner {
        /* padding: 0 !important; */
    }

    .counter-row .counter-box {
        background: #313131;
        border-radius: 15px;
        margin: 0 !important;
        padding: 15px;
        min-height: 144px;
    }

    .sev-wrap {
        background: #fff;
        box-shadow: 0 0 20px 0px #d7d7d7;
        border-radius: 15px;
        padding: 15px;
        margin: 5px;
    }

    .projects-row .g-filters-item, .w-filter.state_desktop[class*="style_switch_"] .w-filter-item-value {
        background: #dddddd;
        margin: 5px !important;
        width: 47% !important;
    }

    .product-box .content .title {
        justify-content: center;
        font-size: 22px;
        display: flex;
        flex-wrap: wrap;
        font-weight: 800;
    }

    .product-box .thumb-p {
        height: 122px;
        margin-bottom: 15px;
    }

    .testo-grid {
        padding: 0 10px;
    }

    .testo-grid article.w-grid-item {
        margin: 15px 20px;
    }

    .clients-row {
        padding-bottom: 15px;
    }
	.history-box {
		max-width: 250px !important; 
		min-width: 250px !important; 
		height: 250px !important;
		margin-right: 83px !important;
		padding: 44px !important;
	}

.history-box h4.w-iconbox-title {
    width: 112px;
    height: 50px;
    padding-right: 20px !important;
}

    body .invest-menu .menu {
        display: flex !important;
        margin: 0 !important;
        /* flex-wrap: nowrap !important; */
        justify-content: center;
    }

    body .invest-menu .menu li {
        margin: 0 !important;
        width: 50%;
    }

    body .invest-menu li a {
        min-height: 62px;
        width: 100%;
        min-width: 100%;
    }

    body .f-menu .menu {
        column-count: 2;
        margin: 0 16%;
        display: inline-flex !important;
    }

    .f-menu a {
        display: block;
        text-align: left;
        margin: 0 5px;
    }

    p.copyright {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

/* #timeline slider
================================================== */
/* .year-slider-main {
    position: relative;
}

.year-slider-main .year-slider {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.year-slider-main .year-slider .year-slider-item {
    position: relative;
    margin: 400px 0px 50px;
    transition: all .5s ease-in-out;
}
.year-slider-main .year-slider .year-slider-item .icon {
    scale: 0;
    transition: all .5s ease-in-out;
    position: absolute;
    z-index: 3;
    top: -30px;
    right: 0;
}
.year-slider-main .year-slider .year-slider-item .icon img {
    height: 60px;
}
.year-slider-main .year-slider .year-slider-item .text {
    scale: 0;
    transition: all .5s ease-in-out;
    padding: 10px 20px;
    background-color: #e2dede;
    border: 4px solid #236192;
    margin-top: -4px;
    transform-origin: left top;
}
.year-slider-main .year-slider .year-slider-item .title {
    width: 100px;
    height: 100px;
    background-color: #e2dede;
    border: 4px solid #236192;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    position: relative;
    transition: all .5s ease-in-out;
}

.year-slider-main .year-slider .year-slider-item.slick-current {
    transform: translateY(-300px);
}
.year-slider-main .year-slider .year-slider-item.slick-current .title {
    height: 50px;
    border-radius: 0px;
}
.year-slider-main .year-slider .year-slider-item.slick-current .icon {
    scale: 1;
}
.year-slider-main .year-slider .year-slider-item.slick-current .text {
    scale: 1;
} */
.wheel_section {
    height: 550px;
    overflow: hidden;
    padding-top: 70px;
    font-family: 'Lexend', sans-serif;
    font-style: normal;
    color: #363636;
}

.half-slider {
    overflow: hidden;
    height: 377px;
    border-bottom: 2px dashed rgba(9, 111, 164, 0.3);
    padding-top: 0px;
    position: relative;
    padding-top: 60px;
}

.rotate-slider {
    width: 760px;
    height: 380px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 2px dashed rgba(9, 111, 164, 0.3);
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
}

.rotate-slider {
    height: auto
}

.rotate-slider::-moz-selection {
    background: transparent;
    text-shadow: none
}

.rotate-slider::selection {
    background: transparent;
    text-shadow: none
}

.slider-item-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-item-content-logo {
    width: 57px;
}

.slider-item-content-year {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #00689E;
    margin-top: 12px;
}

.slider-item-content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #363636;
    margin: 4px;
}

.slider-item-content-flag {
    display: flex;
    align-items: center;
}

.slider-item-content-flag img {
    padding: 7px;
}

#animation5 > div > div > div > div.slider-item-content-flag > img, #animation6 > div > div > div > div.slider-item-content-flag > img {
    padding: 0;
}

.animate-holder {
    position: absolute;
    width: 760px;
    height: 318px;
    top: 90px;
    left: 50%;
    transform: translate(-50%);
}

.animate-holder:before {
    width: 760px;
    height: 318px;
    content: '';
    position: absolute
}

.animate-holder > div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none
}

.animate-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.animate-wrapper > div {
    position: absolute;
    width: 100%;
    height: 100%
}

#rotate-carousel {
    width: 760px;
    height: 760px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    z-index: 1;
}

#rotate-carousel > li {
    position: absolute;
    z-index: 8
}

#rotate-carousel > li {
    display: inline-block;
    cursor: pointer;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    color: #B4B4B4;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

#rotate-carousel > li.active {
    background: #ECF6FB;
    border: 2px solid rgba(9, 111, 164, 0.3);
}

.arrow {
    width: 760px;
    margin: 0 auto;
    position: relative;
}

.arrow > span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -26px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.06);
    border: 1.5px solid;
    border-image-source: linear-gradient(139.61deg, rgba(0, 0, 0, 0.25) -29.92%, rgba(0, 0, 0, 0) 104.66%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

.arrow > span.prev {
    left: -14px;
}

.arrow > span.next {
    right: -14px;
    transform: rotate(180deg);
}

.arrow > span:hover {
    background: #ECF6FB;
    border: 2px solid rgba(9, 111, 164, 0.3);
}

@media (max-width: 1080px) {
    .wheel_section {
        height: 534px;
    }

    p {
        margin-bottom: 0;
    }

    .rotate-slider {
        width: 460px;
    }

    #rotate-carousel {
        width: 460px;
        height: 460px;
    }

    #rotate-carousel > li {
        width: 67px;
        height: 67px;
        font-size: 18px;
        line-height: 26px;
    }

    .half-slider {
        height: 262px;
        padding-top: 60px;
    }

    .animate-holder {
        top: 40px;
        width: 460px;
    }

    .animate-holder:before {
        width: 460px;
    }

    .arrow > span {
        top: -20px;
        width: 36px;
        height: 36px;
    }

    .arrow > span svg {
        width: 16px;
    }

    .arrow {
        width: 460px;
    }

    .slider-item-content-year {
        font-size: 26px;
        line-height: 28px;
        margin-top: 0px;
    }

    .slider-item-content-text {
        font-size: 12px;
        line-height: 16px;
        margin: 2px;
    }

    .slider-item-content-flag img {
        padding: 4px;
        height: 26px;
    }

    #rotate-carousel > li.item1 {
        top: -34px;
        left: 196px;
    }

    #rotate-carousel > li.item2 {
        top: -3px;
        left: 311px;
    }

    #rotate-carousel > li.item3 {
        top: 81px;
        left: 396px;
    }

    #rotate-carousel > li.item4 {
        top: 196px;
        left: 426px;
    }

    #rotate-carousel > li.item5 {
        top: 311px;
        left: 396px;
    }

    #rotate-carousel > li.item6 {
        top: 396px;
        left: 311px;
    }

    #rotate-carousel > li.item7 {
        top: 426px;
        left: 196px;
    }

    #rotate-carousel > li.item8 {
        top: 396px;
        left: 81px;
    }

    #rotate-carousel> li.item9 {
        top: 311px;
        left: -3px;
    }

    #rotate-carousel > li.item10 {
        top: 196px;
        left: -34px;
    }

    #rotate-carousel > li.item11 {
        top: 81px;
        left: -3px;
    }

    #rotate-carousel > li.item12 {
        top: -3px;
        left: 81px;
    }
}

@media (max-width: 560px) {
    .wheel_section {
        height: 360px;
    }

    .half-slider {
        height: 186px;
    }

    .rotate-slider {
        width: 280px;
    }

    #rotate-carousel {
        width: 280px;
        height: 280px;
    }

    #rotate-carousel > li {
        width: 41px;
        height: 41px;
        font-size: 14px;
        line-height: 20px;
    }

    #rotate-carousel > li.item1 {
        top: -20px;
        left: 120px;
    }

    #rotate-carousel > li.item2 {
        top: -2px;
        left: 190px;
    }

    #rotate-carousel > li.item3 {
        top: 50px;
        left: 241px;
    }

    #rotate-carousel > li.item4 {
        top: 120px;
        left: 260px;
    }

    #rotate-carousel > li.item5 {
        top: 190px;
        left: 241px;
    }

    #rotate-carousel > li.item6 {
        top: 241px;
        left: 190px;
    }

    #rotate-carousel > li.item7 {
        top: 260px;
        left: 120px;
    }

    #rotate-carousel > li.item8 {
        top: 241px;
        left: 50px;
    }

    #rotate-carousel> li.item9 {
        top: 190px;
        left: -2px;
    }

    #rotate-carousel > li.item10 {
        top: 120px;
        left: -20px;
    }

    #rotate-carousel > li.item11 {
        top: 50px;
        left: -2px;
    }

    #rotate-carousel > li.item12 {
        top: -2px;
        left: 50px;
    }

    .arrow {
        width: 280px;
    }

    .arrow > span {
        top: -14px;
        width: 24px;
        height: 24px;
    }

    .arrow > span.prev {
        left: -9px;
    }

    .arrow > span.next {
        right: -9px;
    }

    .slider-item-content img {
        width: 36px;
    }

    .animate-holder {
        top: 28px;
        width: 280px;
    }

    .slider-item-content-year {
        font-size: 16px;
        line-height: 22px;
        margin-top: -4px;
    }

    .slider-item-content-text {
        font-size: 9px;
        line-height: 12px;
        margin: 0px;
    }

    .slider-item-content-flag img {
        padding: 2px;
    }

    #animation2 > div > div > div > div.slider-item-content-flag.icon > img, #animation12 > div > div > div > div.slider-item-content-flag.icon > img {
        width: 44px;
    }

    #animation3 > div > div > div > div.slider-item-content-flag.icon > img, #animation4 > div > div > div > div.slider-item-content-flag.icon > img, #animation6 > div > div > div > div.slider-item-content-flag.icon > img {
        width: 36px;
    }

    #animation5 > div > div > div > div.slider-item-content-flag.icon > img, #animation4 > div > div > div > div.slider-item-content-flag.icon > img, #animation6 > div > div > div > div.slider-item-content-flag.icon > img, #animation8 > div > div > div > div.slider-item-content-flag.icon > img, #animation9 > div > div > div > div.slider-item-content-flag.icon > img, #animation12 > div > div > div > div.slider-item-content-flag.icon > img {
        margin-top: -10px;
    }

    #animation8 > div > div > div > div.slider-item-content-flag.icon > img, #animation7 > div > div > div > div.slider-item-content-flag.icon > img {
        width: 50px;
    }

    #animation9 > div > div > div > div.slider-item-content-flag.icon > img, #animation10 > div > div > div > div.slider-item-content-flag.icon > img, #animation11 > div > div > div > div.slider-item-content-flag.icon > img {
        width: 18px;
    }
}

/* #Cursor
================================================== */
.cursor, .cursor2, .cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: normal;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.cursor {
    background: url("images/favicon.png");
    background-size: 20px 20px;
    background-color: #29f6ca;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2, .cursor3 {
    height: 55px;
    width: 55px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.cursor2.hover, .cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    mix-blend-mode: difference;
    border: none
}

.cursor2 {
    border: 2px solid #2971f6;
    background: rgb(255 255 255 / 84%) url("images/favicon.png") no-repeat center center;
    background-size: 22px ;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    background: #000;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
    .cursor, .cursor2, .cursor3 {
        display: none
    }
}

/* scroll custom  */
/* scroll bar */
.vScrollbarTrack {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #e3d4f7;
	transition: opacity 0.2s;
}
.vScrollbarRail {
	height: inherit;
	width: inherit;
	overflow: hidden;
	position: relative;
	border-radius: inherit;
}
.arrow {
	background-repeat: no-repeat;
	display: flex;
	position: absolute;
	z-index: 9999;
}
.upArrow {
	width: inherit;
}
.downArrow {
	width: inherit;
}
.leftArrow {
	width: 15px;
	height: inherit;
}
.rightArrow {
	width: 15px;
	height: inherit;
}
.upArrow:hover, .downArrow:hover, .leftArrow:hover, .rightArrow:hover {
	opacity: 1;
}
.vScrollbarHandle {
	background: #c5a8eb;
	position: absolute;
} 
.vScrollbarHandle:hover  {
	background: #e3d4f7;
} 
.hScroll {	
	overflow-x: scroll !important;
}
.vScroll {	
	overflow-y: scroll !important;
}
.noNativeScrollBar {
	-ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox */
	overflow: -moz-scrollbars-none;
}
.noNativeScrollBar::-webkit-scrollbar { 
    display: none !important;  /* Safari and Chrome */
	width: 0;
    height: 0;
    background: transparent;  /* Optional: just make scrollbar invisible */
    -webkit-overflow-scrolling: touch;
	-webkit-appearance: none;
}
.noNativeScrollBar::-webkit-scrollbar-thumb {
	display: none !important; 
    background: transparent;
	width: 0;
    height: 0;
	-webkit-appearance: none;
}
.noNativeScrollBar::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent;
	display: none;
}
.noNativeScrollBar::-webkit-scrollbar {
    width: 0;
	height: 0;
    background-color: transparent;
    border-radius: 0;
}
.noNativeScrollBar::-webkit-scrollbar-thumb {
	width: 0;
	height: 0;
    background-color: transparent;
    border-radius: 0;
}

.toolbar-menu{ 
	padding-top: 1rem !important;
}
/* horizontal scrollbar */
.hScrollbarTrack {
	position: absolute;
	left: 0;
	background-color: #e3d4f7;
	transition: opacity 0.2s;
}
.hScrollbarRail {
	height: inherit;
	width: inherit;
	overflow: hidden;
}
.hScrollbarHandle {
	background: #b87e5c;
	position: absolute;
} 
.hScrollbarHandle:hover  {
	background: #815b45;
}


/* new design  */
.invest-menu {
    background: rgb(35 96 146 / 91%);
    position: relative;
    text-align: center;
    padding: 5px 15px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
    body .invest-menu ul.menu {
    width: 100% !important;
    flex-wrap: nowrap !important;
		
    }
.invest-menu li {
    margin: 0 !important;
    padding: 0 5px;
    display: flex;
	flex-grow: 1;
}
/* .press-menu-row  li {
    margin: 0 !important;
    padding: 0 5px;
    display: flex;
    min-width: 50%;
} */
.invest-menu li a {
    /* background: #fff; */
    color: #ffffff !important;
    padding: 5px 15px;
    width: auto;
    /* max-width: 138px; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
    border-radius: 15px;
    min-width: 100%;
}
.invest-menu .current_page_item a , .invest-menu li a:hover {
    background: white;
    color: var(--main-color) !important;
}
.invest-menu ul.menu::-webkit-scrollbar {
    width: 5px;
    height:5px;
}



/* Track */
.invest-menu ul.menu::-webkit-scrollbar-track {
    background: rgba(83, 83, 83, 0.6);
}

/* Handle */
.invest-menu ul.menu::-webkit-scrollbar-thumb {
    background: #000;
}

/* about menu row  */
.about-menu-row .l-section-img {
    margin-top: var(--header-height) !important;
	background-size: 100% 100% !important;
}

.about-menu-row .p-title-wrap , .invest-menu-row .p-title-wrap{
    background: rgb(255 255 255);
    color: #236092;
    border-radius: 15px;
    padding: 15px;
    display: inline-flex;
    min-width: 390px;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 15px;
    bottom: -310px;
    justify-content: center;
    align-items: center;
}

.about-menu-row , .invest-menu-row{margin-bottom: 90px;padding-bottom: 15rem !important;overflow: initial !important;}
.about-menu-row .l-section-video>video , .invest-menu-row .l-section-video>video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    height: 85%;
    top: 30px;
    object-fit: fill;
    object-position: bottom;
    padding-top: var(--header-height);
    /* padding-top: 0; */
}

.invest-menu-row{margin-top: -66px;margin-bottom: 70px;padding-top: 5rem !important;padding-bottom: 14rem !important;overflow: initial !important;}



.invest-menu-row .l-section-video>video {
    height: 90%;
    top: 10px;
    /* padding-top: 0; */
    object-fit: contain;
}

.invest-menu-row .p-title-wrap {
    bottom: -310px;
}


/* invest menu s- width  */

.about-menu-row.sm-menu-row .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
nav.w-menu.invest-menu.sm-width {
    display: inline-flex;
    margin: auto;
}

.invest-menu.sm-width li {
    min-width: 200px;
}



.embty-tab-menu video{
        top: 45px !important;
        padding-top: 0 !important;
        height: 80%  !important;
}

@media screen and (min-width: 767px) {
.invst-hide-sub span.w-nav-arrow ,.invst-hide-sub  ul.w-nav-list.level_2{
    display: none !important;
}
}
@media screen and (max-width: 991px) {
	body .invest-menu ul.menu {
    width: 100% !important;
    flex-wrap: nowrap !important;
		padding-bottom: 5px;
    overflow-x: scroll;
    justify-content: flex-start;
}
}
@media screen and (max-width: 767px) {
	.about-menu-row {
    padding-bottom: 6rem !important;
}
	.invest-menu-row {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 0 !important;
    padding-bottom: 12rem !important;
    overflow: initial !important;
}
    .invest-menu {
    border-radius: 0;
}
	.invest-menu-row .p-title-wrap {
        min-width: 200px;
        left: 5%;
        right: 5%;
        margin: 0 auto 15px;
         bottom: -274px;
    }
	.invest-menu-row .l-section-video>video {
    height: 89%;
    top: 0;
    object-fit: contain;
}
    .embty-tab-menu video{
        top: 0 !important;
        padding-top: 0 !important;
        height: 90%  !important;
}
.about-menu-row .p-title-wrap {
        min-width: 200px;
        left: 5%;
        right: 5%;
        margin: 0 auto 15px;
        bottom: -190px;
    }
	.about-menu-row.video {
    padding-bottom: 10rem !important;
}
	.about-menu-row.video .p-title-wrap {
    bottom: -210px;
}
	.about-menu-row.video .l-section-video>video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
	.invest-menu-row-mb .l-section-h.i-cf {
    padding-top: var(--header-height);
}
	
.invest-menu-row-mb .l-section-img {
    background-size: 100% !important;
}

	.invest-menu-row-mb  .p-title-wrap{
    /* display: none; */
    visibility: hidden !important;
}

}


