﻿:root {
    --primary: #64a830;
    --secondary: #64a70b;
    --third: #304e74;
    --fourth: #274e5a;
    --light: #F6F7FC;
    --dark: #15233C;
    --gray: #f4f4f4;
    --gray-triangle: #c7c7c7;
    --tooltip-color: #64a830;
}

* {
    font-family: "dinnext-regular";
    color: var(--fourth);
}

html, body {
    overflow-x: hidden;
}

.stroke {
    -webkit-text-stroke: 1.2px #fff;
    color: transparent;
}

h5.display-6 {
    color: #64a830;
    font-family: 'dinnext-regular';
}

.risk-section {
    background-color: #f9fbf7;
}

.risk-line {
    width: 100%;
    height: 2px;
    background-color: #6dbb75;
    margin-top: 10px;
}

.risk-bg-logo {
    position: absolute;
    left: -80px;
}

.risk-bg-logo_ar {
    position: absolute;
    right: -80px;
}

    .fixed-bg-logo img,
    .risk-bg-logo_ar img {
        max-width: 230px;
    }

.risk-bg-logo img {
    max-width: 320px;
}

.bg-section-grey {
    background-color: #f3f3f3;
}

.feature-card {
    background-color: #f3f3f3;
    border-radius: 16px;
    padding: 40px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.coverage-card {
    background-color: #eef5e6;
    border-radius: 16px;
    padding: 40px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-card:hover, .coverage-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    }

.vertical-line {
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #cfe3b8;
}

.vertical-divider {
    width: 2px;
    background-color: #e5e7eb;
    align-self: stretch;
}

.compliance-logo {
    max-height: 250px;
}

.imgMinHeight {
    height: 80px;
}

.bottom-section {
    background: #e5f4f8;
}

.border-primary-color {
    border: 2px solid var(--primary);
}

.progress-ring {
    --filled: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background:    conic-gradient( #6fb12f calc(var(--filled) * 1%), transparent 0 ),
    repeating-conic-gradient( #e6e6e6 0deg 8deg, transparent 8deg 12deg );
}

    .progress-ring::before {
        content: "";
        position: absolute;
        inset: 22px;
        background: #fff;
        border-radius: 50%;
    }

.progress-text {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 42px;
    font-weight: 700;
    color: #244b54;
}


.stat-icon-wrapper {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: auto;
}

.stat-bg-icon {
    width: 100%;
    opacity: 0.85; /* light green feel */
}

.stat-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .icon-circle img {
        width: 60%;
        height: 60%;
        object-fit: contain;
    }

.border-card {
    border-left: 3px solid var(--primary);
}

.hero .hero-container {
    width: 100%;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.back-to-top {
    position: fixed;
    opacity: 0;
    right: 30px;
    bottom: 30px;
    z-index: 996;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        transform: scale(1.2);
        color: #fff;
    }

.bg-primary-color {
    background-color: var(--primary);
}

.bg-fourth-color {
    background-color: var(--fourth);
}

.bg-primary-dark {
    background-color: #0e2f36;
}

.bg-primary-gray {
    background-color: var(--gray);
}

.text-primary {
    color: var(--primary) !important;
}

.fontbold {
    font-family: "dinnext-bold" !important;
}

.fontlit {
    font-family: "dinnext-regular" !important;
}

.w-60 {
    width: 60%;
}

.w-35 {
    width: 35%;
}

.w-30 {
    width: 30%;
}

.w-90 {
    width: 90%;
}

.triangle_bg {
    background-image: url('../img/triangle.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.tabs-hover .nav .nav-link.active, .tabs-hover .nav .nav-link:hover {
    background: none;
    color: var(--primary);
}

.tabs-hover1 .nav .nav-link.active, .tabs-hover1 .nav .nav-link:hover {
    background: none;
    color: var(--primary);
}

.bg-contact-color {
    background-color: #395964;
}

.border-right-primary {
    border-right: 2px solid var(--primary);
}

.whatsapp-icon {
    height: 40px;
}

.img-clr {
    background: var(--primary);
    transition: all ease-in-out 0.4s;
}

    .img-clr:hover {
        background: var(--fourth);
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.icon-clr {
    background: #aaafb2;
    transition: all ease-in-out 0.4s;
}

    .icon-clr.active {
        background: var(--primary);
        transition: all ease-in-out 0.4s;
    }

    .icon-clr:hover {
        background: var(--primary);
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

ul.icon-list li {
    margin-bottom: 2.5rem;
}

.w-40 {
    width: 40%;
}

.theme-colr {
    color: var(--fourth);
}

.custom-shadow {
    box-shadow: -20px 14px 16px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: -20px 14px 16px 5px rgba(0,0,0,0.11);
    -moz-box-shadow: -20px 14px 16px 5px rgba(0,0,0,0.11);
}


/*** Button ***/
.btn {
    transition: .5s;
}

    .btn.btn-primary {
        color: #fff;
        border: 3px solid var(--primary);
        background: var(--primary);
        font-family: 'dinnext-regular';
        letter-spacing: 1px;
    }

    .btn.btn-secondary {
        color: #fff;
        border: 3px solid var(--secondary);
        background: var(--secondary);
        font-family: 'dinnext-bold';
        letter-spacing: 1px;
    }

    .btn.btn-primary:hover {
        color: #FFFFFF !important;
        background: var(--primary) !important;
    }

    .btn.btn-secondary:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

.nav-link {
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,var(--secondary) 0.15s ease-in-out
}

h2, h3 {
    font-family: 'dinnext-bold';
}

h5 {
    font-family: 'dinnext-regular';
}

.para {
    font-size: 30px;
    font-family: 'dinnext-regular';
}
.linkHover:hover .link-box-hover{
    background: var(--primary);
    color:#fff;
    transform: 3s ease-in;
}
.banner_para:before {
    content: "";
    width: 6rem;
    height: 0.75rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.83em;
    background-color: var(--primary);
}

/*** Navbar ***/
.navbar.sticky-top {
    /* top: -100px; */
    position: sticky;
    transition: .5s;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .navbar .navbar-brand img {
        max-height: 80px;
    }

    .navbar .navbar-nav .nav-link {
        color: #fff;
        font-size: 17px;
        line-height: normal;
        font-family: 'dinnext-bold';
        outline: none;
        text-transform: uppercase;
        padding: 8px 14px;
        border: 2px solid transparent;
        transition: color 0.3s ease;
    }

.header-scrolled {
    box-shadow: 0 0 5px 2px rgb(39 78 90 / 10%);
}

    .header-scrolled .navbar-nav .nav-link {
        color: var(--fourth);
        font-size: 17px;
        outline: none;
    }

.soc-two-row-nav {
    max-width: 950px;
    display: flex;
    justify-content: center;
    text-align: center;
}

    .soc-two-row-nav .nav-link.highlight {
        border: 2px solid #6cc04a;
        border-radius: 8px;
        margin-left: 14px;
    }


@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.actives {
        border: 2px solid var(--primary);
        border-radius: 10px;
        text-decoration: none;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.text-md-justify {
    text-align: justify;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: transparent;
    border-radius: 0;
    border-top: 5px solid var(--primary);
}

.nav-link, .nav-link h3 {
    color: #b2c1c4;
}

.nav-tabs .nav-link.active h3 {
    color: var(--fourth)
}

.navbar-nav .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
}

    .navbar-nav .dropdown ul a:hover,
    .navbar-nav .dropdown ul .active:hover,
    .navbar-nav .dropdown ul li:hover > a {
        background-color: var(--primary);
    }

.btn-primar {
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    height: 80px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "dinnext-bold";
    background: var(--primary);
}

.letter-wrap {
    display: inline-flex;
    position: relative;
    padding: 15px 60px;
}

    .letter-wrap * {
        pointer-events: none;
    }

.letter-wrap__word {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    height: 52px;
    min-width: 6px;
}

.letter-wrap__char {
    display: inline-block;
    position: relative;
}

.letter-wrap__char-inner {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    color: #fff;
}

.letter-wrap__char-inner, .btn-primar {
    transition: .4s;
}

    .letter-wrap__char-inner:after {
        content: attr(data-letter);
        position: absolute;
        top: 100%;
        left: 0;
        height: 52px;
        transition: .4s;
    }

.letter-wrap__char {
    transition: .2s;
}

.btn-primar:hover .letter-wrap__char {
    transform: translateY(-100%);
}

.letter-wrap__word:nth-child(2) .letter-wrap__char {
    transition-delay: .03s;
}

.letter-wrap__word:nth-child(3) .letter-wrap__char {
    transition-delay: .06s;
}

.letter-wrap__word:nth-child(4) .letter-wrap__char {
    transition-delay: .09s;
}

.letter-wrap__word:nth-child(5) .letter-wrap__char {
    transition-delay: .12s;
}

.letter-wrap__word:nth-child(6) .letter-wrap__char {
    transition-delay: .15s;
}

.letter-wrap__word:nth-child(7) .letter-wrap__char {
    transition-delay: .18s;
}

.letter-wrap__word:nth-child(8) .letter-wrap__char {
    transition-delay: .21s;
}

.letter-wrap__word:nth-child(9) .letter-wrap__char {
    transition-delay: .24s;
}

.letter-wrap__word:nth-child(10) .letter-wrap__char {
    transition-delay: .27s;
}

.letter-wrap__word:nth-child(11) .letter-wrap__char {
    transition-delay: .30s;
}

.letter-wrap__word:nth-child(12) .letter-wrap__char {
    transition-delay: .33s;
}

.letter-wrap__word:nth-child(13) .letter-wrap__char {
    transition-delay: .36s;
}

.letter-wrap__word:nth-child(14) .letter-wrap__char {
    transition-delay: .39s;
}

.letter-wrap__word:nth-child(15) .letter-wrap__char {
    transition-delay: .42s;
}

.letter-wrap__word:nth-child(16) .letter-wrap__char {
    transition-delay: .45s;
}

.letter-wrap__word:nth-child(17) .letter-wrap__char {
    transition-delay: .48s;
}

.letter-wrap__word:nth-child(18) .letter-wrap__char {
    transition-delay: .51s;
}

.letter-wrap__word:nth-child(19) .letter-wrap__char {
    transition-delay: .54s;
}

.letter-wrap__word:nth-child(20) .letter-wrap__char {
    transition-delay: .57s;
}

.letter-wrap__word:nth-child(21) .letter-wrap__char {
    transition-delay: .60s;
}

.letter-wrap__word:nth-child(22) .letter-wrap__char {
    transition-delay: .63s;
}

.letter-wrap__word:nth-child(23) .letter-wrap__char {
    transition-delay: .66s;
}

.letter-wrap__word:nth-child(24) .letter-wrap__char {
    transition-delay: .69s;
}

.letter-wrap__word:nth-child(25) .letter-wrap__char {
    transition-delay: .72s;
}

.letter-wrap__word:nth-child(26) .letter-wrap__char {
    transition-delay: .75s;
}

.letter-wrap__word:nth-child(27) .letter-wrap__char {
    transition-delay: .78s;
}

.swiper-container, .swiper-slide {
    height: auto;
}

.hotspot-image .hotspot {
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    display: none;
}

    .hotspot-image .hotspot .pointer {
        position: relative;
        z-index: 2;
        display: block;
        width: 1.55pc;
        height: 1.55pc;
        /*border-radius: 50%;*/
        cursor: pointer;
    }

        .hotspot-image .hotspot .pointer.white {
            /*-webkit-box-shadow:0 0 10px #333,inset 0 1px 0 #aaa8a8;*/
            /*box-shadow:0 0 10px #333,inset 0 1px 0 #aaa8a8;*/
            -webkit-filter: drop-shadow(-7px -2px 8px var(--primary));
            filter: drop-shadow(-7px -2px 8px var(--primary));
            background: url('../img/border_triangle.svg') no-repeat 50% 50%;
            background-size: 100%
        }

        .hotspot-image .hotspot .pointer:before {
            width: 95%;
            height: 95%
        }

        .hotspot-image .hotspot .pointer:after, .hotspot-image .hotspot .pointer:before {
            position: absolute;
            display: block;
            content: "";
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            border-radius: 50%
        }

        .hotspot-image .hotspot .pointer:after {
            width: 100%;
            height: 100%;
            -webkit-animation: pulse3 1s 0s infinite both;
            animation: pulse3 1s 0s infinite both
        }

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsla(94deg, 55.56%, 42.35%,1);
        box-shadow: 0 0 0 0 hsla(94deg, 55.56%, 42.35%,1)
    }

    to {
        -webkit-box-shadow: 0 0 0 20px hsla(0,0%,95.3%,0);
        box-shadow: 0 0 0 20px hsla(0,0%,95.3%,0)
    }
}

.line-box {
    position: relative;
    display: block;
    max-width: 100%;
}

.shap-line {
    position: absolute;
    left: 16%;
    top: 50%;
    width: 82%;
    max-width: 84%;
    height: 130px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

.line-box p {
    position: absolute;
    left: 47%;
    width: 55%;
    top: 55%;
}

    .line-box p.even {
        position: absolute;
        left: 35%;
        width: 55%;
        top: 55%;
    }

.icon-circle {
    position: relative;
    /*margin-bottom: 27px;*/
}

.w-16 {
    width: 16% !important;
}

.w-19 {
    width: 19% !important;
}

.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid var(--primary);
    height: 100px;
    width: 50px;
    position: relative;
}

.move {
    position: absolute;
    /*background-color: #000;*/
    background: url('../img/scroll.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    width: 17px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 2s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%,10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%,40px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%,80px);
        opacity: 0;
    }
}

.zoom-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.zoom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.zoom-label {
    position: absolute;
    left: 50%;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.zoom-svg line {
    stroke: #000;
    stroke-width: 2;
}

.zoom-text {
    margin-left: 1rem;
    width: 15.3125rem;
    ;
    font-family: 'dinnext-bold';
    font-size: 1.125rem;
    line-height: 1.4;
}

.add_bgColor {
    background: rgb(39, 78, 90, 0.8);
    padding: 4px 2px;
    color: #fff;
    text-align: center;
    font-family: 'dinnext-regular';
}
/*** Header ***/

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear
}

#bg-main-white {
    padding-top: 98px;
}

#pdfpage {
    width: 100%;
    height: 80vh;
    background-size: cover;
    position: relative;
}

.bg-background {
    background: url('../img/footer_bg.png');
}

.pdf-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.img-bg {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 98px;
    background-position: center;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }

    .navbar-expand-lg .navbar-nav {
        column-gap: 13px;
        row-gap: 13px;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 55px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .hotspot-image .hotspot .pointer {
        width: 1.2pc;
        height: 1.2pc;
    }
}

@media (max-width: 767.98px) {
    .para {
        font-size: 22px;
    }

    .text-justify {
        text-align: justify;
    }

    .border-right-primary {
        border-right: none;
        border-bottom: 2px solid var(--primary);
    }

    .zoom-label {
        opacity: 0;
    }
    .link-box-hover {
        transition: 3s ease;
    }
    .link-box-hover:hover {
        box-shadow: 3px 7px 8px 1px var(--fourth);
        transform: scale(1.1);
    }
    .w-16 {
        width: 20% !important;
    }

    .line-box {
        margin-bottom: 2rem;
    }

        .line-box p {
            top: 41%;
        }

            .line-box p.even {
                width: 66%;
                top: 41%;
            }
}



/*** slide drag ***/
.slider-section, .drag-section {
    position: relative;
    overflow: hidden;
}

.selider-section .row .bottom-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.bottom-wrapper .pagination-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation-arrows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .navigation-arrows .navigation-button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        background-color: #e5e5e5;
        border-radius: 100%;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        border: 1px solid;
        -webkit-box-shadow: -3px 2px 12px 3px rgb(100 168 48 / 45%);
        box-shadow: -3px 2px 12px 3px rgb(100 168 48 / 45%);
        justify-content: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 50px;
    }

        .navigation-arrows .navigation-button:not(:last-child) {
            margin-right: 15px;
        }

.bottom-wrapper .pagination-wrapper span.divider {
    background-color: var(--fourth);
    height: 1px;
    margin: 0 15px;
    width: 50px
}

@media(max-width: 576px) {
    .bottom-wrapper .pagination-wrapper span.divider {
        width: 30px
    }

    .hotspot-image .hotspot .pointer {
        width: 1.35pc;
        height: 1.35pc;
    }
}
/*** preloader ***/
#preLoder {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: fixed;
    top: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 565656;
}

    #preLoder .center {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 1.5rem;
    }

        #preLoder .center img {
            max-height: 7rem;
            transform: perspective(500px) rotateY(-42deg);
            -webkit-transform: perspective(500px) rotateY(-42deg);
            -moz-transform: perspective(500px) rotateY(-42deg);
            -ms-transform: perspective(500px) rotateY(-42deg);
            -o-transform: perspective(500px) rotateY(-42deg);
            animation-name: rotate-windows;
            animation-iteration-count: infinite;
            animation-duration: 3s;
            animation-fill-mode: forwards;
        }

@keyframes rotate-windows {
    0% {
        transform: perspective(500px) rotateY(-42deg);
        -webkit-transform: perspective(500px) rotateY(-42deg);
        -moz-transform: perspective(500px) rotateY(-42deg);
        -ms-transform: perspective(500px) rotateY(-42deg);
        -o-transform: perspective(500px) rotateY(-42deg);
    }

    50% {
        transform: perspective(500px) rotateY(0deg);
        -webkit-transform: perspective(500px) rotateY(0deg);
        -moz-transform: perspective(500px) rotateY(0deg);
        -ms-transform: perspective(500px) rotateY(0deg);
        -o-transform: perspective(500px) rotateY(0deg);
    }

    100% {
        transform: perspective(500px) rotateY(-42deg);
        -webkit-transform: perspective(500px) rotateY(-42deg);
        -moz-transform: perspective(500px) rotateY(-42deg);
        -ms-transform: perspective(500px) rotateY(-42deg);
        -o-transform: perspective(500px) rotateY(-42deg);
    }
}

.sami-ball {
    position: fixed;
    z-index: 10;
    pointer-events: none;
    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: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent var(--primary) transparent;
    transform: rotate(0deg);
}

    .sami-ball .sami-drag-text {
        position: absolute;
        width: 100%;
        text-align: center;
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.sami-drag-text {
    color: rgb(0, 0, 0);
}

@media screen and (max-width: 1200px) {
    .sami-ball {
        display: none;
    }
}

/*** tooltip ***/
.color-tooltip > .tooltip-inner {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid;
    margin-top: 1rem;
}

.color-tooltip.bs-tooltip-bottom > .tooltip-arrow::before, .color-tooltip.bs-tooltip-auto[data-popper-placement^=bottom] > .tooltip-arrow::before {
    border-bottom-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-top > .tooltip-arrow::before, .color-tooltip.bs-tooltip-auto[data-popper-placement^=top] > .tooltip-arrow::before {
    border-top-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-start > .tooltip-arrow::before, .color-tooltip.bs-tooltip-auto[data-popper-placement^=left] > .tooltip-arrow::before {
    border-left-color: var(--tooltip-color);
}

.color-tooltip.bs-tooltip-end > .tooltip-arrow::before, .color-tooltip.bs-tooltip-auto[data-popper-placement^=right] > .tooltip-arrow::before {
    border-right-color: var(--tooltip-color);
}

.swiper-slide-active .slider-image, .swiper-slide-next .slider-image, .swiper-slide-prev .slider-image {
    animation: zoomIn 1s;
}

.swiper-slide-active .slider-title, .swiper-slide-next .slider-title, .swiper-slide-prev .slider-title {
    animation: fadeInUp 1.2s;
}

.swiper-slide-active .slider-description, .swiper-slide-next .slider-description, .swiper-slide-prev .slider-description {
    animation: fadeInUp 1.5s;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

ul.triangle_list {
    list-style: none;
}

    ul.triangle_list li::before, .trianglepara::before {
        content: "";
        border-color: transparent var(--primary);
        border-style: solid;
        border-width: 1.6rem 1.5rem 0 0;
        display: block;
        height: 0;
        width: 0;
        left: -1.6em;
        top: 1.4em;
        position: relative;
    }

.triangleparasmall::before {
    content: "";
    border-color: transparent var(--primary);
    border-style: solid;
    border-width: 0.95rem .85rem 0 0;
    display: block;
    height: 0;
    width: 0;
    left: -1.2em;
    top: 1.2em;
    position: relative;
}

ul.triangle_list_right li::before, .trianglepara_right::before {
    content: "";
    border-color: transparent var(--gray-triangle);
    border-style: solid;
    border-width: 1.6rem 1.5rem 0 0;
    display: block;
    height: 0;
    width: 0;
    right: -1.3em;
    top: 1.4em;
    position: relative;
}

.triangleparasmall_right::before {
    content: "";
    border-color: transparent var(--primary);
    border-style: solid;
    border-width: 0.95rem .85rem 0 0;
    display: block;
    height: 0;
    width: 0;
    right: -1.2em;
    top: 1.2em;
    position: relative;
}

.sami-aec-gallary-text .swiper-slide {
    opacity: 0.4;
}

.sami-aec-gallary-text .swiper-slide {
    cursor: pointer;
}

.sami-aec-gallary-text .swiper-wrapper {
    border-top: 1px solid #dee2e6;
}

.sami-aec-gallary-text .swiper-slide-thumb-active {
    opacity: 1;
    border-top: 5px solid var(--primary);
    margin-top: -3px;
}

.tooltip-inner .tooltip-inner {
    max-width: fit-content;
}

.color-tooltip > .tooltip-inner .tooltip-inner {
    background-color: var(--tooltip-color);
    font-family: 'dinnext-regular';
    margin-top: -1rem;
}

.tooltip-inner .tooltip-inner::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -7px;
    border-width: 6px;
    border-style: solid;
    border-color: var(--primary) transparent transparent transparent;
}

.divider-border {
    border-top: 1px solid #dee2e6;
}

    .divider-border .active {
        border-top: 5px solid var(--primary);
        margin-top: -3px;
    }

/*** Footer ***/
footer .footer-info {
    background-color: #1C1D1E;
    border: 1px solid #1c1d1e;
}

    footer .footer-info .custom-border {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        margin: 2rem auto;
    }

    footer .footer-info .footer-main-links {
        margin: 1.5rem auto 0;
    }

        footer .footer-info .footer-main-links li {
            padding: 0 1rem;
        }

            footer .footer-info .footer-main-links li a {
                font-size: 0.88rem;
                color: #fff;
                transition: all 250ms ease-in-out;
            }

                footer .footer-info .footer-main-links li a:hover, footer .footer-info .footer-main-links li a:focus {
                    text-decoration: none;
                    opacity: 0.9
                }

    footer .footer-info .footer-links li {
        margin-bottom: 0.6rem;
        font-weight: bold;
    }

        footer .footer-info .footer-links li a {
            color: #fff;
            font-weight: normal;
            font-size: 0.75rem;
            transition: all 250ms ease-in-out
        }

            footer .footer-info .footer-links li a:hover, footer .footer-info .footer-links li a:focus {
                text-decoration: none;
                opacity: 0.8;
            }

    footer .footer-info .without-head {
        margin-top: 2.3rem;
    }

    footer .footer-info .head {
        color: #fff;
        pointer-events: none;
        font-size: 1.3rem;
    }


footer .social-media li {
    margin: 0 0.7rem;
}

    footer .social-media li:first-child {
        margin-bottom: 1rem;
    }

    footer .social-media li a span {
        transition: all 250ms ease-in-out;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        line-height: 20px
    }

        footer .social-media li a span:hover, footer .social-media li a span:focus {
            text-decoration: none;
            color: var(--primary) !important;
        }
    footer .social-media li a svg {
        transition: all 250ms ease-in-out;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        line-height: 20px
    }

        footer .social-media li a svg path {
            fill: #fff;
        }

        footer .social-media li a svg:hover path, footer .social-media li a svg:focus path {
            fill: var(--primary);
            transition: all ease 0.3s;
        }

footer .bt-footer {
    background-color: #1E252D;
}

    footer .bt-footer p {
        color: #fff;
        font-size: 0.75rem;
    }

    footer .bt-footer a {
        color: #fff;
        font-size: 0.75rem;
        transition: all 250ms ease-in-out;
    }

        footer .bt-footer a:hover, footer .bt-footer a:focus {
            text-decoration: none;
            opacity: 0.8;
        }

@media only screen and (max-width: 767px) {
    footer .footer-info .without-head {
        margin-top: 0px;
    }

    .card_body {
        padding: 15px;
    }

    footer .footer-main-links .list-inline-item {
        display: block;
        text-align: center;
        margin: 1rem auto;
    }
    footer .footer-info .footer-logo {
        max-width: 100%;
        height: auto;
    }

    .mob_image {
        width: 35%;
        margin-bottom: 1.25rem;
    }

    .hero .hero-container {
        height: 70vh;
    }

    footer .footer-info .without-head {
        margin-top: 0px;
    }

    footer .footer-main-links .list-inline-item {
        display: block;
        text-align: center;
        margin: 1rem auto;
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
