@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "swiper-bundle.min.css";
@import 'https://unpkg.com/aos@2.3.1/dist/aos.css';
@import 'https://fonts.googleapis.com/icon?family=Material+Icons';

@font-face {
    font-family: "Integral CF";
    src: url("../font/IntegralCF-Regular.eot");
    src: url("../font/IntegralCF-Regular.eot?#iefix") format("embedded-opentype"),
        url("../font/IntegralCF-Regular.woff2") format("woff2"), url("../font/IntegralCF-Regular.woff") format("woff"),
        url("../font/IntegralCF-Regular.ttf") format("truetype"),
        url("../font/IntegralCF-Regular.svg#IntegralCF-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "fontawesome";
    font-weight: normal;
    font-style: normal;
    src: url("../font/fontawesome-webfont.eot");
    src: url("../font/fontawesome-webfont.eot") format("embedded-opentype"),
        url("../font/fontawesome-webfont.woff2") format("woff2"),
        url("../font/fontawesome-webfont.woff") format("woff"),
        url("../font/fontawesome-webfont.ttf") format("truetype"),
        url("../font/fontawesome-webfont.svg") format("svg");

    font-display: swap;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f3f3f3;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9dd913;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

html {
    /*background: black;*/
}

/* Custom Reset */
body {
    font-family: "Montserrat", sans-serif;
    background-color: #f3f3f3;
}

/*.wrapper{
    background-color:#f3f3f3;
}*/
.splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    overflow: hidden;
    z-index: 10000000;
    display: none;
}

.splash>div:first-child {
    animation: mymove 300s infinite linear;
    position: absolute;
    background: url(../images/green-animation.webp) repeat bottom;
    width: 20000px;
    height: 50%;
    left: 100%;

}

.splash>div:nth-child(2) {
    animation: mymove 300s infinite linear;
    position: absolute;
    background: url(../images/footer-green-animation.webp) repeat bottom;
    width: 20000px;
    height: 50%;
    bottom: 0;
    left: 100%;
}

.splash>div:nth-child(3) {

    position: absolute;
    background: url(../images/honey.webp);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.splash>div:nth-child(4) {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(0 0 0 / 10%) 50%, rgb(255 255 255 / 10%) 100%);
}

.splash>div:nth-child(5) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/*.splash .img-fluid {
    max-width: 60%;
}*/

@keyframes fadeinsplash {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeinsplash {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-item img,
.language-dropdown img {
    border-radius: 100%;
}

.wrapper {
    overflow: hidden;
}

/****** HEADER *****/
header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgb(0, 0, 0);
    /*background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0) 100%);*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0.6) 90%, rgba(0, 0, 0, 0) 100%);
}

.navbar {
    padding: 0;
    padding-bottom: 32px;
    padding-top: 25px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    padding-top: 12px;
    z-index: 2;
}

.navigation {
    /*overflow-x: clip;*/
}

/*.navbar-brand img {
    max-width: 60%;
}*/

.navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.navbar-nav {
    z-index: 2;
}

.dropdown-item {
    font-size: 16px;
}

.dropdown-item:hover {
    color: #9dd913;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #9B9B9B;
}

.navbar-nav .nav-item:hover .nav-link svg path {
    fill: #9B9B9B;
}

.navbar-nav .nav-item .nav-link svg {
    margin-left: 8px;
    transition: all 0.5s ease-in-out;
}

.header-right {
    margin: 0 0 0 10px;
}

.header-right ol {
    display: flex;
    align-items: center;
}

.header-right ol li {
    margin-right: 30px;
}

.header-right ol li:last-child {
    margin: 0;
}

.contact-btn {
    border-radius: 5px;
    background: #fff;
    box-shadow: 3px 3px 6px #000;
    width: 177px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.contact-btn:focus,
.contact-btn:hover {
    background-color: #9dd913;
    color: #fff;
}

.contact-btn2 {
    border-radius: 5px;
    background-color: #9dd913;
    box-shadow: 3px 3px 6px #000;
    width: 225px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.contact-btn2:focus,
.contact-btn2:hover {
    background-color: #fff;
    color: #000000;
}

.language-dropdown {
    width: 41px;
    height: 41px;
    background: #fff;
    border: 1px solid #707070;
    filter: drop-shadow(0px 3px 6px #000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.dropdown-menu {
    border: 1px solid #707070;
    filter: drop-shadow(0px 0px 2px #000);
    padding: 0;
    min-width: 41px;
}

.header-right ol li .dropdown-menu li {
    margin: 0;
}

.header-right ol li .dropdown-menu li a {
    padding: 4px;
    text-align: center;
}

.navbar-nav .nav-item:hover .mega-menu {
    display: block;
}

.navbar-nav .nav-item:hover svg {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

/**** MEGA MENU ******/
.navbar-collapse {
    position: relative;
}

.mega-content h5,
.mega-content .h5 {
    height: 4rem;
    text-align: center;
}

.mega-content .card {
    min-height: 80%;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: box-shadow 0.3s ease-in-out;
}

.mega-content .card .card-text {
    color: black;
}

.mega-content .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}*/
.dropdown-menu.shadow {
    left: 0;
}

.mega-menu {
    background-color: #FFF;
    border-radius: 0.25rem;
    padding: 34px 28px;
    display: flex;
    position: absolute;
    display: none;
}


.mega-menu-left {
    /*padding: 21px 0 27px;*/
    max-width: 411px;
    width: 100%;
    position: relative;
}

.mega-menu-left ol li {
    /*margin: 0 0 37px 0;*/
    padding: 19px 19px;
    opacity: 1;
    transition: box-shadow 0.3s ease-in-out;
}

.mega-menu-left ol li:hover {
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mega-menu-left ol li:last-child {
    margin: 0;
}

.mega-menu-left ol li a {
    display: block;
}

.mega-menu-left ol li .media {
    display: flex;
    align-items: center;
}

.mega-menu-left ol li .media .image-holder {
    max-width: 70px;
    width: 100%;
}

.mega-menu-left ol li .media .text-box {
    flex: 1;
    padding-left: 33px;
    width: 100%;
}

.mega-menu-left ol li .media .text-box h4,
.mega-menu-left ol li .media .text-box .h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 5px 0;
}

.mega-menu-left ol li .media .text-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.mega-menu-left ol li:hover .mega-menu-mid {
    display: block;
}

.mega-menu-left ol li a .mega-menu-mid {
    display: block;
}

.mega-menu-mid {
    flex: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    display: none;
    height: 100%;
    border-left: 4px solid #9DE000;
}

.mega-menu-mid-box .text-box {
    min-height: 68px;
    padding: 24px 24px;
    opacity: 1;
    /*border-left: 4px solid #9DE000;*/
    transition: box-shadow 0.3s ease-in-out;
}

.mega-menu-mid-box .text-box:hover {
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mega-menu-mid-box .text-box:last-child {
    margin: 0;
}

.mega-menu-mid-box .text-box h4,
.mega-menu-mid-box .text-box .h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 4px 0;
}

.mega-menu-mid-box .text-box p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    max-width: 248px;
    width: 100%;
}

.mega-menu-mid-box .text-box:hover .mega-menu-last {
    display: flex;
}

.mega-menu-last {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: none;
    /*align-items: center;
    justify-content: center;*/
    position: absolute;
    top: 0;
    /*transform: translate(0, -50%);*/
    left: 105%;
}

.lookingfor {
    position: absolute;
    bottom: 0;
    left: 175px;
    width: 100%;
    border: 1px solid grey;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
}

.lookingfor2 {
    display: none;
    border: 1px solid grey;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.menu-last-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15) inset;
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 25px 42px;
}

.menu-last-box .image-holder {
    text-align: center;
    margin: 0 0 12px 0;
}

.menu-last-box .text-box {
    padding: 0 !important;
    opacity: 1;
    border: none !important;
}

.menu-last-box .text-box p {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
}

/******* BANNER SEC ******/
.banner-sec {
    /*padding: 174px 0 360px 115px;*/
    padding: 130px 0 257px 115px;
    position: relative;
    z-index: 1;
}

.banner-sec.alternative-banner-sec {
    margin-top: -300px;
}

.banner-animation {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.black-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-sec .col-6:first-child .text-box {
    box-shadow: 0rem 2rem 2rem 3rem rgb(0 0 0 / 60%);
    background: rgba(0, 0, 0, 0.6);
}

.banner-sec .col-lg-7:first-child .text-box {
    box-shadow: 0rem 2rem 2rem 3rem rgb(0 0 0 / 60%);
    background: rgba(0, 0, 0, 0.6);
}

.second-banner-sec .col-6:first-child .text-box {
    box-shadow: 0rem 2rem 2rem 3rem rgb(0 0 0 / 60%);
    background: rgba(0, 0, 0, 0.6);
}

.second-banner-sec .col-lg-7:first-child .text-box {
    box-shadow: 0rem 2rem 2rem 3rem rgb(0 0 0 / 60%);
    background: rgba(0, 0, 0, 0.6);
}

.footer-animation .footer-green-bg:first-child {
    background:
        url('../images/footer-green-bg.webp'),
        url('../images/footer-green-bg-flip.webp'),
        url('../images/footer-green-bg.webp'),
        url('../images/footer-green-bg-flip.webp'),
        url('../images/footer-green-bg.webp'),
        url('../images/footer-green-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 1560px bottom, 3127px bottom, 4692px bottom, 6260px bottom, 7822px bottom;
    /*background-size: auto 1000px;*/
    height: 769px;
}

.footer-animation .footer-green-bg:nth-child(2) {
    background: url(../images/footer-black-img.webp),
        url(../images/footer-black-img-crop-flip.webp),
        url(../images/footer-black-img-crop.webp),
        url(../images/footer-black-img-crop-flip.webp),
        url(../images/footer-black-img-crop.webp),
        url(../images/footer-black-img-crop-flip.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 1236px bottom, 2636px bottom, 3872px bottom, 5270px bottom, 6508px bottom;

    height: 769px;
    bottom: -1px;
}



.footer-animation .footer-green-bg:nth-child(4) {
    background: url(../images/footer-black-bg.webp),
        url(../images/footer-black-bg-crop-flip.webp),
        url(../images/footer-black-bg-crop.webp),
        url(../images/footer-black-bg-crop-flip.webp),
        url(../images/footer-black-bg-crop.webp),
        url(../images/footer-black-bg-crop-flip.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 1236px bottom, 2636px bottom, 3872px bottom, 5270px bottom, 6508px bottom;

    height: 769px;
    bottom: -1px;
}

.banner-animation .black-animation:first-child {
    background:
        url('../images/black-animation-shape.webp'),
        url('../images/black-animation-shape-flip.webp'),
        url('../images/black-animation-shape.webp'),
        url('../images/black-animation-shape-flip.webp'),
        url('../images/black-animation-shape.webp'),
        url('../images/black-animation-shape-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;

    height: 769px;
}

.banner-animation .black-animation:nth-child(2) {
    background:
        url('../images/green-bg.webp'),
        url('../images/green-bg-flip.webp'),
        url('../images/green-bg.webp'),
        url('../images/green-bg-flip.webp'),
        url('../images/green-bg.webp'),
        url('../images/green-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1422px top, 2845px top, 4272px top, 5695px top, 7120px top;
    height: 769px;
}

.banner-animation .black-animation:nth-child(3) {
    background:
        url('../images/black-gradiant.webp');
    background-repeat: repeat-x;
    background-position: top left;

    height: 1013px;
}

.banner-animation .black-animation:nth-child(4) {
    background:
        url('../images/black-img.webp'),
        url('../images/black-img-flip.webp'),
        url('../images/black-img.webp'),
        url('../images/black-img-flip.webp'),
        url('../images/black-img.webp'),
        url('../images/black-img-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;

    height: 757px;
}

.banner-animation .black-animation:nth-child(6) {
    background:
        url('../images/black-bg.webp'),
        url('../images/black-bg-flip.webp'),
        url('../images/black-bg.webp'),
        url('../images/black-bg-flip.webp'),
        url('../images/black-bg.webp'),
        url('../images/black-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;
    height: 627px;
}


.second-banner-sec {
    /* background: url(../images/second-banner-bg.webp) no-repeat;
    background-size: cover;
    background-position: bottom center; */
    padding: 195px 0 180px 0;
    position: relative;
    /*z-index: 100;*/
}

.second-banner-animation {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.second-banner-animation .black-animation:last-child div {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6539547703847164) 50%, rgba(0, 0, 0, 0) 100%);
}



.second-banner-animation .black-animation:first-child {
    background:
        url('../images/black-animation-shape.webp'),
        url('../images/black-animation-shape-flip.webp'),
        url('../images/black-animation-shape.webp'),
        url('../images/black-animation-shape-flip.webp'),
        url('../images/black-animation-shape.webp'),
        url('../images/black-animation-shape-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;

    height: 769px;
    top: -155px;
}

.second-banner-animation .black-animation:nth-child(2) {
    background:
        url('../images/second-banner-green-bg.webp'),
        url('../images/second-banner-green-bg-flip.webp'),
        url('../images/second-banner-green-bg.webp'),
        url('../images/second-banner-green-bg-flip.webp'),
        url('../images/second-banner-green-bg.webp'),
        url('../images/second-banner-green-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1448px top, 2856px top, 4303px top, 5717px top, 6970px top;
    height: 769px;
    top: 95px;
}

.second-banner-animation .black-animation:nth-child(3) {
    background:
        url('../images/second-banner-gradiant-bg.webp');
    background-repeat: repeat-x;
    background-position: top left;

    height: 1013px;
}

.second-banner-animation .black-animation:nth-child(4) {
    background:
        url('../images/second-banner-black-img.webp'),
        url('../images/second-banner-black-img-flip.webp'),
        url('../images/second-banner-black-img.webp'),
        url('../images/second-banner-black-img-flip.webp'),
        url('../images/second-banner-black-img.webp'),
        url('../images/second-banner-black-img-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;

    height: 757px;
}

.second-banner-animation .black-animation:nth-child(6) {
    background:
        url('../images/second-banner-black-bg.webp'),
        url('../images/second-banner-black-bg-flip.webp'),
        url('../images/second-banner-black-bg.webp'),
        url('../images/second-banner-black-bg-flip.webp'),
        url('../images/second-banner-black-bg.webp'),
        url('../images/second-banner-black-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;
    height: 627px;
}



/**/
.white-theme .navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

.white-theme .navbar-nav .nav-item:hover svg {
    color: #000 !important;
}

.white-theme .navbar-nav .nav-item svg {
    color: #000 !important;
}

.white-theme .navbar-nav .nav-item svg path {
    fill: #000 !important;
}

.white-theme .banner-sec .col-6:first-child .text-box {
    box-shadow: 0rem 2rem 2rem 3rem rgb(255 255 255 / 60%);
    background: rgba(255, 255, 255, 0.6);
}

.white-theme .banner-sec h3,
.white-theme .banner-sec h1,
.white-theme .banner-sec .h3,
.white-theme .banner-sec .h1,
.white-theme .banner-sec p,
.white-theme .banner-sec a,
.white-theme .footer-inner p,
.white-theme .footer-inner a,
.white-theme .footer-inner h3,
.white-theme .footer-inner .h3,
.white-theme .footer-inner h1,
.white-theme .footer-inner .h1,
.white-theme .footer-inner li {
    color: #000 !important;
}

.white-theme .banner-animation .black-animation:last-child div {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.6539547703847164) 50%, rgba(255, 255, 255, 0) 100%);
}

.white-theme .alternative-banner-sec .banner-animation .black-animation:last-child div {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 300px;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.6539547703847164) 50%, rgba(255, 255, 255, 0) 100%);
}

.white-theme .footer-animation .footer-green-bg:nth-child(2) {
    background: url(../images/footer-white-img.webp),
        url(../images/footer-white-img-crop-flip.webp),
        url(../images/footer-white-img-crop.webp),
        url(../images/footer-white-img-crop-flip.webp),
        url(../images/footer-white-img-crop.webp),
        url(../images/footer-white-img-crop-flip.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 1236px bottom, 2636px bottom, 3872px bottom, 5270px bottom, 6508px bottom;

    height: 769px;
    bottom: -1px;
}



.white-theme .footer-animation .footer-green-bg:nth-child(4) {
    background: url(../images/footer-white-bg.webp),
        url(../images/footer-white-bg-crop-flip.webp),
        url(../images/footer-white-bg-crop.webp),
        url(../images/footer-white-bg-crop-flip.webp),
        url(../images/footer-white-bg-crop.webp),
        url(../images/footer-white-bg-crop-flip.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 1236px bottom, 2636px bottom, 3872px bottom, 5270px bottom, 6508px bottom;

    height: 769px;
    bottom: -1px;
}

.white-theme .banner-animation .black-animation:nth-child(3) {
    background:
        url('../images/white-gradiant.webp');
    background-repeat: repeat-x;
    background-position: top left;

    height: 1013px;
}

.white-theme .banner-animation .black-animation:nth-child(4) {
    background:
        url('../images/white-img.webp'),
        url('../images/white-img-flip.webp'),
        url('../images/white-img.webp'),
        url('../images/white-img-flip.webp'),
        url('../images/white-img.webp'),
        url('../images/white-img-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;

    height: 757px;
}

.white-theme .banner-animation .black-animation:nth-child(6) {
    background:
        url('../images/white-bg.webp'),
        url('../images/white-bg-flip.webp'),
        url('../images/white-bg.webp'),
        url('../images/white-bg-flip.webp'),
        url('../images/white-bg.webp'),
        url('../images/white-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;
    height: 627px;
}

.white-theme .banner-sec .col-6:first-child .text-box {
    box-shadow: 0rem 2rem 2rem 3rem rgb(255 255 255 / 60%);
    background: rgba(255, 255, 255, 0.6);
}

.white-theme .second-banner-animation .black-animation:last-child div {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.6539547703847164) 50%, rgba(255, 255, 255, 0) 100%);
}

.white-theme .second-banner-animation .black-animation:nth-child(2) {
    background:
        url('../images/second-banner-green-bg.webp'),
        url('../images/second-banner-green-bg-flip.webp'),
        url('../images/second-banner-green-bg.webp'),
        url('../images/second-banner-green-bg-flip.webp'),
        url('../images/second-banner-green-bg.webp'),
        url('../images/second-banner-green-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1448px top, 2856px top, 4303px top, 5717px top, 6970px top;
    height: 769px;
    top: 95px;
}

.white-theme .second-banner-animation .black-animation:nth-child(3) {
    background:
        url('../images/second-banner-white-gradiant-bg.webp');
    background-repeat: repeat-x;
    background-position: top left;

    height: 1013px;
}

.white-theme .second-banner-animation .black-animation:nth-child(4) {
    background:
        url('../images/second-banner-white-img.webp'),
        url('../images/second-banner-white-img-flip.webp'),
        url('../images/second-banner-white-img.webp'),
        url('../images/second-banner-white-img-flip.webp'),
        url('../images/second-banner-white-img.webp'),
        url('../images/second-banner-white-img-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;

    height: 757px;
}

.white-theme .second-banner-animation .black-animation:nth-child(6) {
    background:
        url('../images/second-banner-white-bg.webp'),
        url('../images/second-banner-white-bg-flip.webp'),
        url('../images/second-banner-white-bg.webp'),
        url('../images/second-banner-white-bg-flip.webp'),
        url('../images/second-banner-white-bg.webp'),
        url('../images/second-banner-white-bg-flip.webp');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, 1405px top, 2735px top, 4140px top, 5470px top, 6875px top;
    height: 627px;
}

.white-theme header {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.6) 90%, rgba(255, 255, 255, 0) 100%);
}

/**/

.alternative-banner-sec .black-animation:first-child img {
    margin-top: -90px;
}

.alternative-banner-sec .black-animation:nth-child(2) img {
    margin-top: -160px;
}

.training-sec.alternative-banner-sec {
    margin-top: -350px;
}

.secure-solution-sec.vpn-secure-sec.alternative-banner-sec {
    margin-top: 230px;
}

.banner-sec .text-box {
    max-width: 795px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.banner-sec .green-animation {
    margin-top: 0px;
    animation: mymove 120s infinite linear;
    height: 450px;
    width: 7680px;
    background: url('../images/green-animation.webp') repeat-x bottom;
}

.second-banner-sec .green-animation {

    margin-top: 0px;
    animation: mymove 120s infinite linear;
    height: 550px;
    width: 7680px;
    background: url('../images/second-green-animation.webp') repeat-x bottom;
}

.banner-sec .row {
    margin-top: 20px;
}

.banner-sec .text-box h1,
.banner-sec .text-box .h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 25px 0 30px 0;
}

.banner-sec .text-box h1 span,
.banner-sec .text-box .h1 span {
    color: #9dd913;
}

.banner-sec .text-box p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    margin: 23px 0 46px;
}



.banner-sec .text-box h3,
.banner-sec .text-box .h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.09em;
}

.banner-sec .text-box h3 span,
.banner-sec .text-box .h3 span {
    color: #9dd913;
}

.banner-sec .image-holder {
    /* float: right; */
    /* margin: -33px 0 0px; */
    position: relative;
    z-index: 10;
    max-width: 553px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner-sec .home-col {
    margin: auto;
}

.banner-sec .home-col img {
    padding: 5rem;
}

.banner-sec .image-holder img {
    max-width: inherit;
}

.banner-animation .black-animation:last-child div {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6539547703847164) 50%, rgba(0, 0, 0, 0) 100%);
}

.alternative-banner-sec .banner-animation .black-animation:last-child div {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 300px;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6539547703847164) 50%, rgba(0, 0, 0, 0) 100%);
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
    color: #fff;
}

.catalogue-btns {
    display: flex;
    align-items: center;
}

.catalogue-btns li {
    margin-right: 17px;
}

.catalogue-btns li:last-child {
    margin: 0;
}

.catalogue-btns li a {
    color: #080808;
    /*font-size: 20px;*/
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 2px solid #fff;
    height: 55px;
    border-radius: 5px;
    transform: translateY(0);
    padding: 0 14px;
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
}

.catalogue-btns li a:hover {
    background-color: #f3f1f1;
    transform: translateY(-1px);
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

.catalogue-btns li a.demo-btn {
    background-color: #9dd913;
    color: #fff;
}

.catalogue-btns li a.demo-btn:hover {
    background-color: #8dc118;
    transform: translateY(-1px);
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

/****** SECURITY SOLUTION SEC *******/
.security-solution-sec {
    padding: 35px 0 90px;
    position: relative;
}

.security-solution-left {
    padding-left: 60px;
    position: relative;
    z-index: 100;
}

.security-solution-left .text-box {
    margin: 0 0 30px 0;
}

.security-solution-left .text-box h2,
.security-solution-left .text-box .h2 {
    color: #000000;
    font-size: 36.43px;
    font-weight: bold;
}

.security-solution-left .text-box p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    max-width: 455px;
    width: 100%;
    line-height: 24px;
    margin: 26px 0 35px;
}

.security-solution-left .text-box ul {
    display: flex;
    align-items: center;
}

.security-solution-left .catalogue-btns li a {
    box-shadow: 3px 3px 13px rgb(48 48 48 / 20%);
}

.security-solution-right {
    position: relative;
    z-index: 100;
}

.security-solution-right .image-holder {
    float: right;
    margin: 25px 0 0 0;
}

.security-solution-right .image-holder img {
    max-width: inherit;
}

.security-solution-bg {
    position: absolute;
    margin: 0 0 0 28px;
    bottom: -6px;
    left: 0;
    width: 100%;
}

.vertical-dashed-line {
    position: absolute;
    bottom: 44px;
    left: 20px;
}

.visible .vertical-dashed-line img {
    animation: lineV 2.5s;
}

.vertical-dashed-line img {
    height: 100%;
    width: 22px;
    object-fit: cover;
    object-position: bottom;
}

@keyframes lineV {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

/**********/
.dashed-line1 {
    left: 52px;
    height: 800px;
    bottom: auto;
    top: -110px;
    z-index: -1;
}

.dashed-line2 {
    left: auto;
    right: 100px;
    height: 0%;
    bottom: auto;
    top: 0;
}

.visible .vertical-dashed-line.dashed-line2 {

    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

/* .visible .vertical-dashed-line.dashed-line2  img {
    animation: lineV 2.5s;
    animation-delay: 5.5s; 
     animation-fill-mode: forwards;
     
} */

.dashed-line3 {
    bottom: auto;
    left: 38px;
    height: 0;
    top: 15px;
}

.visible .vertical-dashed-line.dashed-line3 {
    animation: lineV 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

.dashed-line4 {
    left: auto;
    right: 51px;
    bottom: auto;
    height: 0;
    top: 0;
}

.visible .vertical-dashed-line.dashed-line4 {
    animation: lineV 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

.dashed-line5 {
    bottom: auto;
    left: 43px;
    height: 0;
    top: 0;
}

.visible .vertical-dashed-line.dashed-line5 {
    animation: lineV 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

/*********/
.polygon-solid {
    position: relative;
    z-index: 10;
}

.polygon-solid::after {
    position: absolute;
    content: "";
    left: -28px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(112, 112, 112, 0.2);
    filter: drop-shadow(0px 3px 6px #303030);
    height: 4px;
    width: 47px;
    z-index: -1;
}

.horizontal-dashed-line {
    position: absolute;
    bottom: 5px;
    left: 40px;
    width: 100%;
}

.visible .horizontal-dashed-line img {
    animation: lineh 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

.horizontal-dashed-line img {
    width: 0%;
    height: 35px;
    object-fit: cover;
    object-position: left;


}

@keyframes lineh {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.visible .horizontal-dashed-line.delay2 img {
    animation: lineh 2.5s;
    animation-delay: 5.5s;
    animation-fill-mode: forwards;
}

.visible .horizontal-dashed-line.delay3 img {
    animation: lineh 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

.visible .horizontal-dashed-line.delay4 img {
    animation: lineh 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

/****** TECHNOLOGY CYBER SEC *****/
.title h2 {
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: bold;
}

.technology-cyber-sec {
    padding: 40px 0 85px;
    position: relative;
    z-index: 10;
}

.technology-cyber-sec h3,
.technology-cyber-sec .h3 {
    text-align: center;
}

.cyber-bg {
    position: absolute;
    right: 0;
    top: 120px;
    z-index: 1;
}

.technology-cyber-inner {
    margin: 40px 0 0 0;
    position: relative;
    z-index: 100;
}

.technology-cyber-box {
    background-color: #9dd913;
    border-radius: 10px;
    padding-left: 37px;
    padding-top: 33px;
    padding-bottom: 29px;
    padding-right: 26px;
    margin: 15px 0;
}

.technology-cyber-box .text-box {
    margin-bottom: 40px;
    max-height: 272px;
}

.technology-cyber-box .text-box h3,
.technology-cyber-box .text-box .h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 25px 0;
    height: 60px;
}

.technology-cyber-box .text-box p {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 25px 0;
}

.technology-cyber-box form .form-group.media {
    display: flex;
    align-items: center;
    margin: 0 0 21px 0;
}

.technology-cyber-box form .form-group .form-control {
    background-color: #f3f3f3;
    height: 70px;
    text-align: center;
    border: none;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    box-shadow: none;
    border-radius: 0;
    flex: 1;
    width: 100%;
    margin-right: 22px;
}

.technology-cyber-box form .form-group .form-control::placeholder {
    color: #000000;
}

.btn-default {
    border: 2px solid #f3f3f3;
    height: 70px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9dd913;
    max-width: 193px;
    font-weight: 600;
    width: 100%;
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
    transform: translateY(0);
}

.btn-default:hover {
    background-color: #f3f1f1;
    transform: translateY(-1px);
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
}

.btn-default:hover {
    color: #000000;
}

.form-check {
    display: flex;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
}

.form-check .form-check-input {
    margin-left: 0;
    cursor: pointer;
}

.form-check .form-check-label {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 0 8px;
}

.form-check-input {
    background: url(../images/check-bg.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    border: none;
    width: 48px;
    height: 42px;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input:checked[type="checkbox"] {
    background: url(../images/check-icon.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 48px;
    height: 42px;
}

.technology-cyber-bg {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    margin: 0 77px 0 0;
}

.technology-cyber-bg .vertical-dashed-line {
    position: absolute;
    bottom: 44px;
    left: auto;
    right: 23px;
}

.polygon-transp {
    position: relative;
    z-index: 10;
    text-align: right;
}

.polygon-transp::after {
    position: absolute;
    content: "";
    right: -80px;
    top: 47%;
    transform: translate(0, -47%);
    background-color: rgba(112, 112, 112, 0.2);
    filter: drop-shadow(0px 3px 6px #303030);
    height: 4px;
    width: 96px;
    z-index: -1;
}

.technology-cyber-bg .horizontal-dashed-line {
    position: absolute;
    bottom: 7px;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.technology-service-bg {
    position: absolute;
    bottom: -300px;
    left: 0;
    z-index: 10;
}

/****** SERVICE PORTAL SEC *******/
.service-portal-sec {
    padding: 70px 0;
    position: relative;
}

.service-portal-left {
    position: relative;
    z-index: 10;
}

.service-portal-left .text-box {
    padding: 0 0 0 55px;
}

.service-portal-left .text-box h2,
.service-portal-left .text-box .h2 {
    color: #000000;
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    margin: 0 0 33px 0;
}

.service-portal-left .text-box p {
    color: #090000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 23px 0;
    line-height: 24px;
}

.portal-left-list {
    padding: 0 0 0 13px;
}

.portal-left-list ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 15px 0 0 0;
}

.portal-left-list ul::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 42%;
    transform: translate(-50%, -42%);
    width: 90%;
    height: 5px;
    background: url(../images/portal-list-line.svg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.portal-left-list ul li {
    width: 25%;
    margin: 15px 0;
    position: relative;
    z-index: 10;
}

.icon-holder {
    background: url(../images/portal-list-icon.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    height: 177px;
    width: 100%;
    margin: 0 auto;
}

.portal-left-list ul li .text-inner span {
    color: #090000;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
}

.service-portal-right {
    position: relative;
    z-index: 10;
}

.service-portal-right .image-holder {
    float: left;
    margin: 0 0 0 -42px;
}

.service-portal-right .image-holder img {
    max-width: inherit;
}

.service-portal-right .text-box {
    float: left;
    margin: 30px 0 0 34px;
}

.service-portal-right .text-box h2,
.service-portal-right .text-box .h2 {
    color: #000000;
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    margin: 0 0 27px 0;
    display: inline-flex;
}

.service-portal-right .text-box p {
    color: #090000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    max-width: 483px;
    width: 100%;
}

.service-portal-bg {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    margin: 0 0 0 13px;
}

.service-portal-bg .polygon-transp {
    text-align: left;
}

.service-portal-bg .polygon-transp::after {
    position: absolute;
    content: "";
    right: auto;
    left: -40px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(112, 112, 112, 0.2);
    filter: drop-shadow(0px 3px 6px #303030);
    height: 4px;
    width: 96px;
    z-index: -1;
}

/******** CYBER SECURITY SEC ********/
.cyber-security-sec {
    padding: 70px 0;
    position: relative;
}

.security-shape {
    position: absolute;
    top: -200px;
    z-index: 10;
    right: 0;
}

.security-title {
    position: relative;
    z-index: 100;
    padding: 0 0 0 57px;
}

.security-title h2,
.security-title .h2 {
    color: #090000;
    font-size: 36px;
    font-weight: bold;
}

.security-title p {
    color: #090000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    max-width: 850px;
    width: 100%;
    margin: 36px 0 0 0;
}

.cyber-security-inner-mobile {
    display: none;
    padding-bottom: 100px;
}

.cyber-security-inner-mobile ul li img {
    width: 50%;
}

.cyber-security-inner-mobile ul li h3 {
    color: #000;
}

.cyber-security-inner-mobile ul li p {
    color: #000;
}

.cyber-security-inner {
    position: relative;
    z-index: 11;
    padding: 140px 0 170px 130px;
}

.cyber-security-list {
    max-width: 780px;
    width: 100%;
    margin: 70px 0 0 0;
    position: relative;
}

.cyber-security-list ul li {
    position: absolute;
    right: -278px;
}

.cyber-security-list ul li:first-child {
    top: -201px;
    width: auto;
}

.cyber-security-list ul li:nth-child(2) {
    top: -3px;
    right: -505px;
}

.cyber-security-list ul li:nth-child(3) {

    right: -568px;
    bottom: 172px;
}

.cyber-security-list ul li:nth-child(4) {
    bottom: -84px;
    right: -496px;
}

.cyber-security-list ul li:nth-child(5) {
    bottom: -248px;
    right: -277px;
}

.cyber-security-list ul li .text-box h3,
.cyber-security-list ul li .text-box .h3 {
    color: #090000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 3px 0;
}

.cyber-security-list ul li .text-box p {
    color: #090000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    max-width: 334px;
    width: 100%;
}

.cyber-security-list .image-holder img {
    max-width: 85%;
}

.cyber-security-list .image-holder a img {
    position: absolute;
    left: 80px;
    top: 110px;
    max-width: 65%;
}

.cyber-security-list ul li img {
    max-width: 35% !important;
}

.cyber-security-list ul li a div:first-child {
    display: contents;
}

.cyber-security-list ul li a div:nth-child(2) {
    display: inline-block;
    margin-left: -50px;
}

.cyber-security-list ul li a div h3,
.cyber-security-list ul li a div .h3 {
    padding-top: 20px;
}

.cyber-security-list ul li:nth-child(5) .text-box {
    margin-bottom: 80px;
    vertical-align: middle;
}

.security-shape2 {
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 10;
}

.cyber-security-bg {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    margin: 0 28px 0 0;
}

.cyber-security-bg .vertical-dashed-line {
    left: auto;
    right: 22px;
}

.cyber-security-bg .vertical-dashed-line img {
    height: 750px;
}

.cyber-horizontal-solid-line {
    position: absolute;
    bottom: 31px;
    right: 0;
    width: 0%;
}

.cyber-horizontal-solid-line::after {
    position: absolute;
    content: "";
    right: 0;
    height: 4px;
    filter: drop-shadow(0px 3px 6px #303030);
    background-color: rgba(112, 112, 112, 0.2);
    width: 100%;
}

.visible .cyber-horizontal-solid-line {
    animation: lineh 2.5s;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
}


@keyframes lineh {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/******* CASE STUDY SEC *******/
.case-study-sec {
    padding: 40px 0 83px;
    position: relative;
    z-index: 1;
}

.case-study-box {
    display: flex;
    align-items: center;
}

.case-study-inner {
    margin: 75px 0 0 0;
    position: relative;
    z-index: 10;
}

.case-study-box {
    max-width: 915px;
    width: 100%;
    margin: 0 auto;
}

.case-study-box .image-holder {
    max-width: 242px;
    width: 100%;
}

.case-study-box .text-box {
    flex: 1;
    width: 100%;
    padding-left: 46px;
}

.case-study-box .text-box h3,
.case-study-box .text-box .h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 1;
}

.case-study-box .text-box p {
    color: #707070;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.case-study-box img {
    max-height: 206px;
}

.carousel-indicators {
    position: static;
    margin: 37px 0 0 0;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff;
    border-radius: 50px;
    border: none;
    opacity: 1;
    height: 10px;
    width: 46px;
    margin: 0 8px;
}

.carousel-indicators .active {
    background-color: #9dd913;
}

.it-risk-element h3 {
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

.it-risk-element h3 span {
    margin-right: 10px;
}

.dsc-sec h2 {
    padding-top: 1rem;
    padding-left: 1rem;
}

.study-shape {
    position: absolute;
    left: -14px;
    top: 8px;
}

.study-shape2 {
    position: absolute;
    top: 50px;
    right: 0;
}

.case-study-sec .security-solution-bg {
    margin: 0 0 0 18px;
}

/******* TRUST SEC *******/
.trust-sec {
    position: relative;
    padding: 46px 0 90px 0;
}

.trust-inner {
    padding: 0 0 0 57px;
    position: relative;
    z-index: 10;
}

.trust-inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 35px 0 0 0;
    justify-content: center;
}

.trust-inner ul li {
    margin: 15px 0;
    width: 20%;
    text-align: center;
}

.trust-shape {
    position: absolute;
    bottom: 0;
    width: 0%;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.trust-shape img {
    width: 100%;
    height: 35px;
    object-fit: cover;
    object-position: right;
}

.visible .trust-shape {
    animation: lineh 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards
}

@keyframes lineh {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/***** QUALITY WORK SEC ******/
.quality-work-sec {
    padding: 90px 0 30px;
    position: relative;
}

.quality-work {
    position: relative;
    z-index: 100;
}

.quality-work-inner {
    padding: 0 57px;
}

.quality-work h3,
.quality-work .h3 {
    color: #090000;
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin: 0 0px 50px 0;
}

.quality-work .media {
    display: flex;
    align-items: center;
}

.quality-work .media .image-holder {
    max-width: 242px;
    width: 100%;
}

.quality-work .media .text-box {
    flex: 1;
    width: 100%;
    padding-left: 6px;
}

.quality-work .media .text-box h4,
.quality-work .media .text-box .h4 {
    color: #090000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 37px 0;
}

.quality-work .media .text-box p {
    color: #090000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.quality-shape {
    position: absolute;
    top: -370px;
    left: 0;
}

.quality-dotted-line {
    position: absolute;
    top: 100px;
    left: 34px;
    z-index: -1;
    height: 0%;
}

.visible .quality-dotted-line {
    animation: lineV 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;

}

.quality-dotted-line img {
    height: 100%;
    width: 22px;
    object-fit: cover;
    object-position: bottom;
}



/****** FOOTER SEC ******/
footer {

    padding: 300px 0 0px;
    position: relative;
    z-index: 10;
}

.footer-inner .container {
    max-width: 100%;
}

.footer-inner {
    position: relative;
    z-index: 10;
}

.footer-animation {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.footer-green-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-green-animation {
    animation: mymove 120s infinite linear;
    height: 300px;
    bottom: -90px;
    position: absolute;
    width: 7680px;
    background: url('../images/footer-green-animation.webp') repeat-x bottom;
}

@keyframes mymove {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-100%, 0);
    }
}

.footer-logo {
    margin-left: 10px;
}

.footer-left {
    padding: 8px 0 0 10px;
}

.footer-left ul {
    margin: 40px 0 0 0;
}

.footer-left ul li {
    display: flex;
    margin-bottom: 17px;
}

.footer-left ul li:last-child {
    margin: 0;
}

.footer-left ul li span {
    background: rgba(115, 212, 10, 0.1);
    width: 29px;
    height: 29px;
    border-radius: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-left ul li p {
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    flex: 1;
    width: 100%;
    padding-left: 16px;
    max-width: 310px;
    width: 100%;
}

.footer-left ul li a {
    color: #9dd913;
    font-size: 15px;
    font-weight: 500;
    flex: 1;
    width: 100%;
    padding-left: 16px;
}

.footer-link {
    margin: 75px 0 0 70px;
}

.footer-link h3,
.footer-link .h3 {
    color: #fff9f9;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    border-left: 3px solid #9dd913;
    padding-left: 10px;
}

.footer-link h3::first-letter,
.footer-link .h3::first-letter {
    color: #9dd913;
}

.footer-link ul li {
    margin: 0 0 15px 0;
    position: relative;
    padding: 5px 0px 0px 20px;
}

.footer-link ul li:last-child {
    margin: 0;
}

.footer-link ul li a {
    color: #fff9f9;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1;
}

.footer-link ul li a:hover {
    color: #9dd913;
}

.footer-link ul li:after {
    color: rgb(255, 255, 255);
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

.footer-link ul .no-link {
    margin: 0 0 0px 0;
    position: relative;
    padding: 0px 0px 4px 20px;
    color: #fff;
}

.footer-link ul .no-link:after {

    color: rgb(255, 255, 255);
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 20px 20px 20px;
}

.copyright ul {
    display: flex;
    align-items: center;
}

.copyright ul li {
    margin-right: 15px;
}

.copyright ul li:last-child {
    margin: 0;
}

.copyright ul li a {
    background: rgba(115, 212, 10, 0.1);
    width: 30px;
    height: 30px;
    border-radius: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 500;
}

/****** SYLINK BOX PAGE ******/


.black-image-inner {
    top: -140px;
}

.second-banner-sec .text-box {
    padding-left: 0;
    max-width: 651px;
    margin-left: auto;
    margin-right: 45px;
}

.second-banner-sec .text-box h3,
.second-banner-sec .text-box .h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.09em;
}

.second-banner-sec .text-box h3 span,
.second-banner-sec .text-box .h3 span {
    color: #9dd913;
}

.second-banner-sec .text-box h1,
.second-banner-sec .text-box .h1 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    letter-spacing: 0.09em;
    margin: 0px 0 25px 0;
    font-style: normal;
}

.second-banner-sec .text-box h1 span,
.second-banner-sec .text-box .h1 span {
    color: #9dd913;
}

.second-banner-sec .text-box p {
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
    margin: 25px 0 30px 0;
}

.second-banner-sec .image-holder {
    float: right;
    margin: 0 -33px 0 0px;
    position: relative;
    z-index: 10;
}

.second-banner-sec .image-holder img {
    max-width: inherit;
}

.image-holder .card {}

.image-holder .card-body {
    padding: 0;
}

.image-holder .card-body .w-100 {
    height: 100% !important;
    vertical-align: middle;
}


.glowing::before {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #9dd913, #ccff55, #dbff87, #ebffbb, #dbff7f, #cdfa64, #c2f44e, #a3d729, #9dd913);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: glower 20s linear infinite;
    border-radius: 2px;
}

@keyframes glower {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

/****** SECURE SOLUTION SEC ******/
.secure-solution-sec {
    margin: -10px 0 0 0;
    position: relative;
    padding: 0 0 55px 0;
    z-index: 10;
}

.secure-shape {
    z-index: 1;
    position: absolute;
    right: 0;
    top: -170px;
}

.secure-line-icon {
    position: absolute;
    right: 80px;
    top: -220px;
    height: 330px;
    overflow: hidden;
}

.secure-solution-sec .text-box {
    max-width: 955px;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    background: #fff;
    padding: 23px 29px;
    position: relative;
}

.secure-solution-sec .text-box::after {
    position: absolute;
    content: "";
    right: -26px;
    top: 21px;
    background-color: #d6d2d2;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(10px);
}

.secure-solution-sec .text-box h4,
.secure-solution-sec .text-box .h4 {
    color: #9dd913;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 22px 0;
}

.secure-solution-sec .text-box p {
    color: #090101;
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
}

/***** MANAGEMENT SOLUTION SEC *****/
.management-solution-sec {
    padding: 117px 0 60px;
    position: relative;
    /* z-index: 100; */
}

.management-solution-inner {
    position: relative;
    z-index: 10;
}

.management-solution-sec .text-box {
    padding: 0 0 0 50px;
    position: relative;
    z-index: 10;
}

.management-solution-sec .text-box h4,
.management-solution-sec .text-box .h4 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    margin: 0 0 65px 0;
}

.management-solution-sec .text-box p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 29px 0;
}

.management-solution-sec .text-box .catalogue-btns li a {
    box-shadow: 3px 3px 6px rgba(48, 48, 48, 0.2);
}

.management-solution-right {
    padding: 65px 0 0 0;
    position: relative;
    z-index: 10;
}

.management-solution-right .image-holder {
    border: 3px solid #fff;
    padding: 9px;
    border-radius: 5px;
}

.management-solution-bg {
    position: absolute;
    left: 0;
    width: 90%;
    top: 0;
    margin-left: 35px;
}

.vertical-dashed-second {
    bottom: auto;
    top: 30px;
    height: 100%;
    left: 57px;
}

.vertical-dashed-second img {
    object-position: top;
}

.visible .vertical-dashed-line.vertical-dashed-second {
    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    height: 0%;
}

/****** FLEXIBLE REPORTING SEC ******/
.flexible-reporting-sec {
    position: relative;
    padding: 90px 0 66px;
}

.flexible-shapeleft {
    position: absolute;
    left: -7px;
    top: -208px;
    z-index: 10;
}

.flexible-reporting-inner {
    padding: 0 0 0 50px;
    position: relative;
    z-index: 100;
}

.flexible-reporting-inner h3,
.flexible-reporting-inner .h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
}

.flexible-reporting-inner .text-box {
    margin: 75px 0 0 0;
}

.flexible-reporting-inner .text-box p {
    color: #000000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.flexible-reporting-inner .text-box p:last-child {
    margin: 0;
}

.flexible-reporting-right {
    margin: -25px 0 0 0;
    text-align: right;
}

.flexible-reporting-right .image-holder {
    position: relative;
}

.flexible-reporting-right .image-holder::after {
    position: absolute;
    content: "";
    right: -42px;
    top: 32px;
    background: url(../images/shadow-bg.svg) no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    filter: blur(10px);
}

.flexible-reporting-right .image-holder img {
    position: relative;
    z-index: 1;
}

.flexible-reporting-bg {
    position: absolute;
    right: 0;
    top: -15px;
    width: 100%;
    margin-right: 43px;
}

.flexible-reporting-bg .polygon-solid {
    text-align: right;
}

.flexible-reporting-bg .polygon-solid::after {
    left: auto;
    right: -43px;
}

.flexible-reporting-bg .horizontal-dashed-line {
    left: 0;
}

.flexible-reporting-bg .vertical-dashed-line {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 0;
}

/****** FUNCTIONALITIES SEC ******/
.functionalities-sec {
    padding: 95px 0;
    position: relative;
    z-index: 1;
}

.functionalities-inner {
    padding: 0 50px;
    position: relative;
    z-index: 10;
}

.functionalities-inner h3,
.functionalities-inner .h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 80px 0;
}

.accordion .row {
    margin: 0 -50px;
    position: relative;
    z-index: 10000;
}

.accordion [class*="col-"] {
    padding: 0 50px;
}

.accordion-item {
    margin: 0 0 25px 0;
    border: none;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.accordion-item:last-child {
    margin: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-item::after {
    position: absolute;
    content: "";
    right: -26px;
    top: 21px;
    background-color: #d6d2d2;
    width: 100%;
    height: 100%;
    filter: blur(10px);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-button {
    padding: 20px 27px;
    color: #303030;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    position: relative;
    z-index: 10;
    border-radius: 10px !important;
}

.accordion-header {
    margin-bottom: 0;
    border-radius: 10px;
}

.accordion-button span {
    background-color: rgba(157, 217, 19, 0.4);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.accordion-button span strong {
    color: #9dd913;
    font-weight: 600;
    font-size: 65px;
}

.accordion-button span strong.minus-icon {
    display: none;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0);
}

.accordion-button:not(.collapsed) {
    color: rgba(48, 48, 48, 0.67);
    background-color: #fff;
    box-shadow: none;
    border-radius: 10px 10px 0 0px !important;
}

.accordion-button:not(.collapsed) span strong.pluse-icon {
    display: none;
}

.accordion-button:not(.collapsed) span strong.minus-icon {
    display: block;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    display: none;
}

.accordion-body {
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 0 27px 33px;
    border-radius: 0 0 10px 10px;
}

.accordion-body p {
    color: #707070;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    max-width: 380px;
    width: 100%;
}

.functionalities-shape-bg {
    position: absolute;
    left: 0;
    width: 100%;
    top: -26px;
    margin-left: 23px;
}

.functionalities-shape-bg .polygon-solid::after {
    display: none;
}

.functionalities-hexagon-shape {
    position: absolute;
    top: -445px;
    right: 0;
}

.functionalities-hexagon2 {
    position: absolute;
    top: 515px;
    left: 0;
}

/***** HOW WORK SEC ******/
.how-work-sec {
    position: relative;
    padding: 62px 0 30px;
}

.how-work-inner {
    padding: 0 37px;
    z-index: 1000;
    position: relative;
}

.how-work-inner h3,
.how-work-inner .h3 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 80px 0;
}

.how-work-inner .image-holder {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 55px;
    position: relative;
    text-align: center;
}

.how-work-inner .image-holder::after {
    position: absolute;
    content: "";
    right: -30px;
    z-index: -1;
    top: 30px;
    background-color: #dddada;
    width: 100%;
    height: 100%;
    filter: blur(10px);
}

.how-work-shape {
    position: absolute;
    top: -55px;
    right: 0;
    width: 100%;
    margin-right: 76px;
}

.how-work-shape .polygon-solid {
    text-align: right;
}

.how-work-shape .polygon-solid::after {
    right: -76px;
    left: auto;
    width: 107px;
}

.how-work-shape .horizontal-dashed-line {
    left: auto;
    right: 0;
}

.how-work-shape .vertical-dashed-line {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 45px;
}

/***** SYLINK SPOT *******/
.second-banner-sec.spot-banner {
    padding: 195px 0 150px 0;
    position: relative;
    z-index: 100;
}

.spot-banner .image-holder {
    float: none;
    margin: 0;
}

.spot-banner .image-holder img {
    max-width: 100%;
}

.second-banner-sec.spot-banner .text-box {
    padding-left: 0;
    max-width: 501px;
    margin-left: 210px;
    margin-right: 0;
}

.second-banner-sec.spot-banner .text-box h3,
.second-banner-sec.spot-banner .text-box .h3 {
    /*text-align: right;*/
    padding: 0 31px 0 0;
}

.second-banner-sec.spot-banner .image-holder {
    float: none;
    margin: 0;
    padding: 8px 0 0 80px;
}

.sylink-spot-page .secure-solution-sec .text-box {
    max-width: 1070px;
}

/*.sylink-spot-page .secure-solution-sec {
    z-index: 1000;
}*/

/*.sylink-vpn-page .secure-solution-sec {
    z-index: 1000;
}*/

.sylink-spot-page .secure-solution-sec .container {
    position: relative;
    z-index: 10;
}

.sylink-spot-page .secure-shape {
    top: -25px;
}

.network-right {
    padding: 0 140px;
}

.network-right ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.network-right ul li {
    width: 33.3%;
    padding: 15px 15px;
    text-align: center;
}

.network-right ul li p {
    color: #090000;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 0 0;
}

.sylink-spot-page .management-solution-bg {
    top: 13px;
}

.sylink-spot-page .how-work-shape1 {
    position: absolute;
    top: -452px;
    right: -185px;
    left: auto;
}

.sylink-spot-page .how-work-shape2 {
    position: absolute;
    top: -27px;
    right: auto;
    left: 0;
}

.spot-faq-shap {
    position: absolute;
    top: -24px;
    right: 0;
    width: 100%;
    margin-right: 24px;
}

.spot-faq-shap .polygon-solid {
    text-align: right;
}

.spot-faq-shap .polygon-solid::after {
    display: none;
}

.spot-faq-shap .horizontal-dashed-line {
    bottom: 7px;
    left: 0;
}

.spot-faq-shap .vertical-dashed-line {
    left: auto;
    right: 20px;
    bottom: auto;
    top: 30px;
}

.sopt-network-shape {
    position: absolute;
    left: 0;
    bottom: -240px;
}

.functionalities-hexagon-right {
    position: absolute;
    right: 0;
    top: 330px;
}

.sylink-spot-page .how-work-bg {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    margin-left: 14px;
}

/****** SYLINK AUDIT PAGE *****/
.audit-banner {
    padding: 124px 0 150px 0;
}

.audit-banner .text-box {
    margin-right: 0;
    max-width: 447px;
    width: 100%;
    margin-top: 90px;
}

.audit-banner .text-box h3,
.audit-banner .text-box .h3 {
    letter-spacing: 0.09em;
}

.audit-banner .text-box p {
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 500;
    margin: 25px 0 75px 0;
}

.audit-banner .image-holder {
    float: right;
    margin: 0 0 0 67px;
    position: relative;
    z-index: 100;
}

.audit-banner .image-holder img {
    max-width: 100%;
}

.audit-phases-inner {
    padding: 11px 27px 0 50px;
    position: relative;
    z-index: 10;
}

.audit-phases-box {
    position: relative;
    padding: 60px 66px;
}

.audit-phases-box span {
    position: absolute;
    top: 24px;
    left: 25px;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.audit-phases-box h4 {
    color: #303030;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 30px 27px;
}

.audit-phases-box p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    max-width: 275px;
    min-height: 120px;
    width: 100%;
}

.sylink-audit-page .management-solution-sec {
    padding: 117px 0 87px;
    z-index: 0;
}

.sylink-audit-page .functionalities-inner {
    padding: 0 50px;
    position: relative;
    z-index: 10000;
}

.sylink-audit-page .functionalities-sec {
    z-index: 1000;
}

.audit-shape {
    position: absolute;
    left: 0;
    top: -106px;
    z-index: 1000;
}

.sylink-audit-page .functionalities-hexagon-right {
    right: 0;
    top: 470px;
}

.sylink-audit-page .how-work-sec {
    padding: 92px 0 30px;
}

.sylink-leak-page .functionalities-inner {
    position: relative;
    z-index: 10000;
}

.sylink-leak-page .functionalities-hexagon-right {
    top: 430px;
}

.functionalities-sec .cyber-horizontal-solid-line::after {
    width: 100%;
    left: auto;
    right: 0;
    animation: lineh 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}


@keyframes lineh {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.visible .cyber-horizontal-solid-line.solid-line-cyber {
    animation: lineh 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

/****** AUDIT LEAKS PAGE ******/
.leaks-banner {
    padding: 125px 0 93px 0;
}

.leaks-banner .image-holder {
    float: left;
    margin-left: -115px;
}

.leaks-banner .image-holder img {
    max-width: inherit;
}

.leaks-banner .text-box {
    max-width: 430px;
    margin-right: 30px;
    margin-top: 92px;
}

.leaks-banner .text-box h3,
.leaks-banner .text-box .h3 {
    text-align: left;
    /*padding-left: 24px;*/
}

.leak-secure-inner {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    padding: 43px 35px 43px 50px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.leak-secure-inner::after {
    position: absolute;
    content: "";
    left: 33px;
    top: 41px;
    width: 100%;
    height: 100%;
    background-color: #dddada;
    border-radius: 20px;
    filter: blur(10px);
    z-index: -1;
}

.leak-secure-inner .text-inner {
    padding: 0 0 0 30px;
}

.leak-secure-inner .text-inner p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

.leak-secure-inner .text-inner p:last-child {
    margin: 0;
}

.leak-secure-inner .media {
    display: flex;
    margin: 26px 0 0 0;
}

.leak-secure-inner .media .media-slider {
    max-width: 408px;
    width: 100%;
    padding: 20px 40px;
    background: url(../images/leak-secure-frame.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.media-slider .swiper-button-next:after,
.media-slider .swiper-button-prev:after {
    display: none;
}

.media-slider .swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.4;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

.media-slider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 13px;
    left: auto;
}

.media-slider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 13px;
    right: auto;
}

.leak-secure-inner .media .media-text {
    flex: 1;
    width: 100%;
    padding-left: 15px;
}

.leak-secure-inner .media .media-text p {
    margin: 0 0 22px 0;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.leak-secure-inner .media .text-inner p:last-child {
    margin: 0;
}

.sylink-leak-page .audit-phases-inner {
    padding: 61px 27px 0 50px;
    position: relative;
    z-index: 10;
}

.sylink-leak-page .secure-line-icon {
    right: 75px;
    top: -260px;
}

.sylink-leak-page .secure-shape {
    top: 25px;
}

.sylink-leak-page .functionalities-sec {
    z-index: 100;
}

/****** SYLINKS VPN *******/
.vpn-banner-sec {
    padding: 204px 0 121px 0;
}

.vpn-banner-sec .text-box h3,
.vpn-banner-sec .text-box .h3 {
    text-align: left;
    /*padding-left: 56px;*/
}

.vpn-banner-sec .text-box {
    padding-left: 0;
    max-width: 445px;
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
}

.vpn-banner-sec .image-holder {
    float: none;
    margin-left: 0;
    text-align: center;
}

.vpn-banner-sec .image-holder img {
    max-width: 100%;
}

.vpn-secure-sec .leak-secure-inner .media .vpn-secure {
    max-width: 600px;
    width: 100%;
    background: url(../images/vpn-secure-frame.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 7px 40px;
    position: relative;
}

.vpn-secure .swiper-button-next:after,
.vpn-secure .swiper-button-prev:after {
    display: none;
}

.vpn-secure .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 15px;
    left: auto;
}

.vpn-secure .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 15px;
    right: auto;
}

.vpn-secure .swiper-button-prev img {
    transform: rotate(180deg);
}

.vpn-work-shape1 {
    position: absolute;
    top: -124px;
    left: 0;
    z-index: 100;
}

.sylink-vpn-page .spot-faq-shap {
    top: -35px;
}

.sylink-vpn-page .functionalities-shape {
    position: absolute;
    top: 25px;
    left: -103px;
}

.sylink-vpn-page .secure-shape {
    top: -9px;
}

.sylink-vpn-page .management-solution-bg {
    top: 35px;
}

.sylink-vpn-page .how-work-inner .image-holder img {
    max-width: 810px;
    margin: 0 auto;
}



/****** SYLINK PRO PAGE ******/
.feature-pro-sec {
    padding: 41px 0 5px;
}

.secure-pro-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
}

.secure-pro-inner::after {
    position: absolute;
    content: "";
    right: -26px;
    top: 21px;
    background-color: #d6d2d2;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(10px);
}

.secure-pro-inner h4 {
    color: #9dd913;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 44px;
}

.secure-pro-inner .media {
    display: flex;
    margin-bottom: 47px;
}

.secure-pro-inner .image-holder {
    max-width: 513px;
    width: 100%;
}

.secure-pro-inner .media .secure-text-box {
    padding: 0 0 0 74px;
    flex: 1;
    width: 100%;
}

.secure-pro-inner .media .secure-text-box p {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}

.secure-pro-sec .secure-shape {
    z-index: -1;
    top: -63px;
}

/*****/
.secure-pro-sec .secure-line-icon {
    right: 75px;
    top: -240px;
    height: 0;
}

.secure-pro-sec.visible .secure-line-icon {
    animation: lineV 2.5s;
    animation-fill-mode: forwards;
}

.secure-pro-sec .secure-line-icon img {
    height: 37%;
    width: 22px;
    object-fit: cover;
    object-position: bottom;
}

@keyframes lineV {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

/*****/
.feature-pro-box {
    position: relative;
    padding: 0 0 100px 0;
}

.feature-pro-box:last-child {
    margin: 0;
}

.feature-pro-box h4 {
    color: #000000;
    font-size: 34px;
    padding-left: 40px;
    margin-bottom: 96px;
    font-weight: 600;
    position: relative;
    z-index: 1000;
}

.passes {
    color: rgba(48, 48, 48, 0.7);
    font-size: 20px;
    font-weight: bold;
    margin: 92px 0 0 0;
    display: block;
}

.feature-shape {
    position: absolute;
    top: -10px;
    left: -86px;
}

.feature-shape.feature-shape1 {
    top: -231px;
}

.secure-pro-sec .leak-secure-shape {
    top: -215px;
}

/***** SYLINK LEARN PAGE ******/
.sylink-learn-page .vpn-banner-sec .text-box {
    max-width: 475px;
}

/***** TRANING PAGE ******/
.training-sec {
    position: relative;
    padding: 160px 0 160px 0;
}

.training-title {
    padding: 0 50px;
}

.training-title P {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px 0;
}

.training-title h3,
.training-title .h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 100;
    font-weight: bold;
    line-height: 1;
}

.training-inner .image-holder {
    margin: 150px 0 0 0;
    position: relative;
    z-index: 1;
}

.training-shape1 {
    position: absolute;
    top: -261px;
    right: -94px;
}

.training-shape2 {
    position: absolute;
    bottom: -200px;
    left: 0;
}

/****** SYLINK WHO PAGE ******/
.who-banner-sec {
    /*background: url(../images/who-banner-bg.webp) no-repeat;*/
    background-position: center center;
    background-size: cover;
    padding: 60px 0 135px 0;
}

.who-banner-sec .banner-animation .black-animation:last-child div {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6539547703847164) 50%, rgba(0, 0, 0, 0) 100%);
}

.banner-sec.who-banner-sec .black-animation:first-child img {
    margin-top: -85px;
}

.banner-sec.who-banner-sec .black-animation:nth-child(2) img {
    margin-top: -175px;
}

.who-banner-sec .text-box {
    margin: 50px 0 0 0;
}

.who-banner-sec .text-box h2 {
    color: #9dd913;
    font-size: 40px;
    line-height: 49px;
    margin-bottom: 42px;
    font-weight: bold;
}

.who-banner-sec .text-box p {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 25px 0;
    line-height: 24px;
}

.who-banner-sec .text-box p:last-child {
    margin: 0;
}

.sylink-who-sec {
    padding: 190px 0;
}

.sylink-who-title {
    text-align: center;
}

.sylink-who-title h3,
.sylink-who-title .h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}

.sylink-who-inner {
    max-width: 1227px;
    width: 100%;
    margin: 60px auto 0;
}

.sylink-who-inner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sylink-who-inner ul li {
    width: 16.6%;
    margin: 0 10px;
}

.sylink-who-box {
    position: relative;
    height: 306px;
    padding: 103px 10px 15px;
}

.sylink-who-box h3,
.sylink-who-box .h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 11px;
}

.sylink-who-box p {
    color: #000000;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.timeLine .contentText {
    max-width: 483px;
}

.timeLine .contentText h3,
.timeLine .contentText .h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    margin-bottom: 27px;
}

.timeLine .contentText p {
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    color: #090000;
}

.timeLine .contentText .btn {
    max-width: 417px;
    width: 100%;
    height: 82px;
    border-radius: 20px;
    background: #9dd913;
    box-shadow: 3px 3px 3px rgba(48, 48, 48, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.timeLine .contentText .btn:nth-child(even) {

    background: #f3f3f3;
}

.timeLine .row {
    padding: 135px 0;
    position: relative;
}

.timeLine .row:nth-child(odd) .contentText {
    margin-left: auto;
}

.timeLine .row:nth-child(even) {
    flex-direction: row-reverse;
}

.timeLine .row:nth-child(even) .img-holder {
    text-align: right;
}

.timeLine .row:after {
    content: "";
    width: 4px;
    height: 0%;
    background: #9dd913;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    transition: all 0.5s ease-in-out;
}

.timeLine .row.active:after {
    height: 100%;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.4s;
}

.timeLine .row:first-child:before {
    content: "";
    width: 0;
    height: 4px;
    background: #9dd913;
    position: absolute;
    top: 0;
    left: 40px;
    transition: all 0.5s ease-in-out;
}

.timeLine .row:first-child.active:before {
    width: 47%;
    transition: all 0.5s ease-in-out;
}

.timeLine .row .shape {
    content: "";
    width: 40px;
    height: 33.94px;
    background-image: url(../images/shape.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeLine .line {
    width: 4px;
    height: 0;
    background: #9dd913;
    position: absolute;
    top: -987px;
    margin-left: 40px;
    padding: 0;
    transition: all 0.5s ease-in-out;
    z-index: 100;
}

.timeLine .line.active {
    height: 987px;
    transition: all 0.5s ease-in-out;
}

.who-banner-sec .image-holder img {
    position: relative;
    left: -73px;
    top: 3px;
}

.timeLine .row:last-of-type::after {
    height: 0;
    transition: all 0.5s ease-in-out;
}

.timeLine .row:last-of-type.active::after {
    height: 50%;
    transition: all 0.5s ease-in-out;
}

.cyberattack h3,
.cyberattack .h3 {
    font-weight: bold;
    font-size: 40px;
    color: #000;
    margin-bottom: 80px;
}


.close-menu {
    display: none;
}

/*.management-solution-spot {
    z-index: 100 !important;
}*/

.functionalities-spot .spot-faq-shap .horizontal-dashed-line {
    bottom: 7px;
    right: 0 !important;
    left: auto;
    text-align: right;
}

.solid-line-cyber::after {
    left: auto;
    right: 0;
}

/***** V LINES *****/
.dashed-line-spot {
    left: auto;
    right: 44px;
    bottom: auto;
    top: 0;
    height: 0;
    z-index: -1;
}

.visible .dashed-line-spot {
    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    height: 0%;
}

.horizontal-work {
    bottom: 5px;
    right: 40px;
    left: auto;
    width: 95%;
    text-align: right;
}

.horizontal-work img {
    object-position: right;
}

.work-vertical-dashed {
    left: 37px;
}


.flexible-vertical-dashed {
    right: 66px;
    left: auto;
    bottom: auto;
    top: 0;
    height: 0;
}

.visible .flexible-vertical-dashed {
    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;

}

.flexible-vertical-dashed img {
    height: 50%;
    width: 22px;
    object-fit: cover;
    object-position: top;
}

.functionalities-vertical-dashed {
    bottom: auto;
    top: 15px;
    height: 650px;
    left: 52px;
    z-index: -1;
}

.how-vertical-dashed {
    right: 95px;
    left: auto;
    top: 0;
}

.cyber-line2::after {
    left: auto;
    right: 0;
}

.horizontal-wok-lane45 {
    right: 40px;
    width: 95%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.horizontal-wok-lane45 img {
    object-position: right;
}

.functionalities-spot .spot-faq-shap .faq-horizontal-line {
    bottom: 7px;
    right: auto !important;
    left: 0;
    text-align: left;
}

.functionalities-spot .spot-faq-shap .faq-horizontal-line img {
    object-position: left;
}

.how-vertical-dashed2 {
    left: auto;
    right: 46px;
    bottom: auto;
    top: 0;
    height: 0;
}

.visible .how-vertical-dashed2 {
    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

/***** TRAINING BOX ******/
.training-box {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.training-box01 {
    position: absolute;
    left: 40px;
    top: 46px;
}

.training-box1 {
    max-width: 320px;
    width: 100%;
    z-index: 100;
}

.training-box1 h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 48px;
}

.training-box1 span {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0 0 21px 0;
}

.training-box1 p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 21px 0;
    position: relative;
    line-height: 24px;
}

.training-box2 {
    left: auto;
    right: 35px;
    top: 226px;
    position: absolute;
}

.training-box2 span {
    padding: 0 0 0 75px;
}

.training-box2 p.first-text {
    left: 102px;
}

.training-box2 p.second-text {
    left: 70px;
}

.training-box2 p.third-text {
    left: 38px;
}

.training-box3 {
    top: auto;
    position: absolute;
    bottom: 122px;
    left: 40px;
}

.training-box4 {
    position: absolute;
    top: auto;
    bottom: -48px;
}


/******* TRAINING BOTTOM ******/
.digital-box h4 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.digital-box p {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 20px 0 0 0;
}

.modules-box h4 {
    font-size: 30px;
}

.modules-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px 0;
}

.modules-box ul li {
    padding: 0 15px;
}

.digital-basics {
    position: absolute;
    top: 73px;
    z-index: 1;
    left: 346px;
    max-width: 280px;
    width: 100%;
}

.digital-basics2 {
    position: absolute;
    top: 252px;
    z-index: 1;
    right: 346px;
    max-width: 280px;
    width: 100%;
}

.modules-box {
    position: absolute;
    top: 445px;
    z-index: 1;
    left: 346px;
    max-width: 280px;
    width: 100%;
}

.digital-basics3 {
    position: absolute;
    top: 635px;
    z-index: 1;
    right: 323px;
    max-width: 280px;
    width: 100%;
}

.digital-basics4 {
    position: absolute;
    bottom: 255px;
    z-index: 1;
    left: 346px;
    max-width: 280px;
    width: 100%;
}

.digital-basics5 {
    position: absolute;
    bottom: 80px;
    z-index: 1;
    right: 345px;
    max-width: 280px;
    width: 100%;
}

.training-mobile {
    position: relative;
    z-index: 10;
}

.training-module {
    margin: 30px 0;
}

.training-module .text-box h4,
.training-module .text-box .h4 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
}

.training-module .text-box span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 10px 0 0 0;
}

.training-module .text-box p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0;
}

.training-module .text-inner {
    margin: 30px 0 0 0;
}

.training-module .text-inner h4,
.training-module .text-inner .h4 {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.training-module .text-inner p {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    display: block;
    margin: 15px 0 0 0;
}

.visible .cyber-horizontal-solid-line.cyber-line2::after {
    width: 0%;
}

.visible .cyber-horizontal-solid-line.cyber-line2::after {
    animation: lineh 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

.secure-shape.secure-shape-vpn {
    top: auto;
    bottom: 260px;
}

.visible .vertical-dashed-line.dashed-line-spot.dashed-line3 {
    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

.visible .cyber-horizontal-solid-line.cyber-line2 {
    animation: lineh 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

.sylink-vpn-page .visible .cyber-horizontal-solid-line {
    animation: lineh 2.5s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

/******/
.feature-pro-box1 {
    padding-top: 85px;
}

.feature-lines {
    position: absolute;
    width: 100%;
    top: -35px;
    left: -83px;
}

.feature-polygon-solid {
    z-index: 1;
    position: relative;
}

/*******/
.feature-solid-line {
    position: absolute;
    width: 0%;
    height: 4px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.feature-solid-line::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: rgba(48, 48, 48, 0.18);
    opacity: 0.6;
    filter: drop-shadow(0px 3px 6px #303030);
}


.visible .feature-solid-line {
    animation: lineh 2.5s;
    animation-fill-mode: forwards;
}

@keyframes lineh {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/*******/
.feature-polygon-doted {
    position: absolute;
    left: -62px;
    top: 15px;
    height: 0;
}

.visible .feature-polygon-doted {
    animation: lineV 2.5s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.feature-polygon-doted img {
    height: 100%;
    width: 22px;
    object-fit: cover;
    object-position: bottom;
}

@keyframes lineV {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.feature-lines2 {
    top: -12px;
    left: -86px;
}

/*******/
.artificial-solid-line {
    position: absolute;
    left: -62px;
    top: 0;
    height: 0;
}

.visible .artificial-solid-line {
    animation: lineV 2.5s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

.artificial-solid-line img {
    height: 100%;
    width: 22px;
    object-fit: cover;
    object-position: bottom;
}

@keyframes lineV {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

/*******/
.feature-Based-doted {
    position: absolute;
    left: -61px;
    top: 0;
    height: 0;
}

.visible .feature-Based-doted {
    animation: lineV 2.5s;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
}

.feature-Based-doted img {
    height: 140%;
    width: 22px;
    object-fit: cover;
    object-position: top;
}

@keyframes lineV {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

/*******/




/****** SECURE AUDIT MAIN *****/
.secure-audit-main {
    height: 0;
}

.visible .secure-audit-main {
    animation: lineV 2.5s;
    animation-fill-mode: forwards;
}

.secure-audit-main img {
    height: 100%;
    width: 22px;
    object-fit: cover;
    object-position: bottom;
}

@keyframes lineV {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.sylink-leak-page .secure-line-icon.secure-audit-main2 {
    top: -190px;
}

.secure-audit-main2 img {
    height: 44%;
    object-position: top;
}

.sylink-vpn-page .secure-audit-main img {
    height: 53%;
}

.vertical-dashed-same img {
    height: 130%;
    object-position: bottom;
}

.security-solution-right .image-holder {
    overflow-x: auto;
}

.honey-combs {
    display: flex;
    flex-wrap: wrap;
    width: calc(200px + (2 * 2 - 1) * (.75 * 200px + 1.5*5px));
    margin-top: 90px;
    color: #000;
}

.honey-combs a {

    color: #000;
}

.honey-combs>* {
    width: 200px;
    height: 180px;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    margin-left: calc(200px * .5 + 3*5px);
    background-color: #9dd913;
}

.honey-combs>*:nth-child(4n-1) {
    margin-left: calc(200px * .75 + 1.5 * 5px);
}

.honey-combs>*:nth-child(4n+1) {
    margin-left: 0;
}

.honey-combs>*:nth-child(n+1) {
    margin-top: calc(180px * -.5 + 5px);
}

.honey-combs>div {

    opacity: 0;
    -webkit-animation: 1s ease 1s normal forwards 1 fadein;
    animation: 1s ease 1s normal forwards 1 fadein;
}

.honey-combs>img {
    opacity: 1;
}

.honey-combs>*:nth-child(1) {
    -webkit-animation-delay: 1s;
}

.honey-combs>*:nth-child(2) {
    -webkit-animation-delay: 1.3s;
}

.honey-combs>*:nth-child(3) {
    -webkit-animation-delay: 1.6s;
}

.honey-combs>*:nth-child(4) {
    -webkit-animation-delay: 1.9s;
}

.honey-combs>*:nth-child(5) {
    -webkit-animation-delay: 2.2s;
}

.honey-combs>*:nth-child(6) {
    -webkit-animation-delay: 2.5s;
}

.honey-combs>*:nth-child(7) {
    -webkit-animation-delay: 2.8s;
}

.honey-combs>*:nth-child(8) {
    -webkit-animation-delay: 3.1s;
}

.honey-combs>*:first-child {
    border-color: #9dd913;
    border-radius: 10px;
    opacity: 0;
    -webkit-animation: 1s ease 1s normal forwards 1 fadein;
    animation: 1s ease 1s normal forwards 1 fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: scale(.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.honey-combs>*:first-child:hover {
    background-color: #9dd913;
}

.honey-combs>div:nth-child(1)>a>h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 17px;
    width: 175px;
    height: 155px;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    margin-left: calc(-5px * .5 + 3*5px);
    background-color: #f3f3f3;
    margin-top: 12.5px;
    transition: 0.5s;
}

.honey-combs>div:nth-child(1)>a>h3:hover {
    background-color: #9dd913;
}

.honey-combs>div:nth-child(8)>a>h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 17px;
    width: 175px;
    height: 155px;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    margin-left: calc(-5px * .5 + 3*5px);
    background-color: #f3f3f3;
    margin-top: 12.5px;
    transition: 0.5s;
}

.honey-combs>div:nth-child(8)>a>h3:hover {
    background-color: #9dd913;
}

.honey-combs>div:nth-child(2)>a>h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    width: 175px;
    height: 155px;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    margin-left: calc(-5px * .5 + 3*5px);
    background-color: #9dd913;
    margin-top: 12.5px;
    transition: 0.5s;
}

.honey-combs>div:nth-child(2)>a>h3:hover {
    background-color: #f3f3f3;
}

.honey-combs>div:nth-child(7)>a>h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    width: 175px;
    height: 155px;
    -webkit-clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    clip-path: polygon(0 50%, 25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%);
    margin-left: calc(-5px * .5 + 3*5px);
    background-color: #9dd913;
    margin-top: 12.5px;
    transition: 0.5s;
}

.honey-combs>div:nth-child(7)>a>h3:hover {
    background-color: #f3f3f3;
}

.honey-combs.visiblehoney>img:not(:hover) {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: alternate;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-duration: 2.5s;
    animation-name: spinner;
    animation-timing-function: alternate;
    animation-iteration-count: 1;
    animation-duration: 2.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner {

    0% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);

    }
}

@keyframes spinner {
    0% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);

    }
}

.partner-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #9dd913;
    border: 2px solid #fff;
    height: 55px;
    border-radius: 5px;
    transform: translateY(0);
    padding: 0 14px;
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
    vertical-align: text-top;
    margin-left: 1rem;
}

.partner-btn:hover {
    color: #fff;
}

.newsletterabs {

    position: absolute;
    left: 32vw;
    width: 25vw;
    max-width: 350px;
    bottom: 160px;
}

.newsletterabs h3,
.newsletterabs .h3 {

    color: #fff9f9;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    border-left: 3px solid #9dd913;
    padding-left: 10px;
}

.newsletterabs h3::first-letter,
.newsletterabs .h3::first-letter {
    color: #9dd913;
}

.newsletterabs input {
    margin-bottom: 10px;
}

.newsletterabs .partner-btn {
    margin-left: 0;
    height: 35px;
    font-size: 15px;
}


#cover-spin {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 100%;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    border-style: solid;
    border-color: #9dd913;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.mega-menu-left .media img,
.mega-content .card img {
    opacity: 0.7;
    box-shadow: 5px 5px 25px 0px rgb(0 0 0 / 0.2);
    ;
}

.counter {
    background-color: #9dd913;
    padding: 20px 0;
    border-radius: 5px;
    min-height: 100%;
}

.count-title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: white;
}

.content-stat {
    padding-block: 5rem;
}

.splide__slide {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.splide__slide.is-prev,
.splide__slide.is-next {
    opacity: 0.5;
}


.technology-cyber-sec .col-12 {
    z-index: 100;
}

#globeViz {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 15px;
    width: 500px;
    height: 350px;
    border: 2px solid #9dd913;
    z-index: 10;
    position: relative;
}

.content-stat>div {
    margin-bottom: 1rem;
}

.btn-fullscreen {
    height: 40px;
    width: 40px;
    color: white;
    margin-left: 0;
    margin-top: 30px;
}

#btn-fullscreen-div {
    position: absolute;
    z-index: 11;

}

.btn-stopfullscreen {
    height: 40px;
    width: 40px;
    color: white;
}

#btn-stopfullscreen-div {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;

}

#modalGlobe {
    background: rgba(0, 0, 0, 0.85);
}

#modalGlobe iframe {
    display: block;
    border: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
}

.tooltip-inner {
    max-width: 400px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #6a1919;
    border-radius: 0.25rem;
    font-size: 1.5rem;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    text-align: center;
}

.invalid-field {
    display: none;
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    font-size: .875em;
    color: #dc3545;
}

#docForm>label {
    display: inline-flex;
    width: 20%;
}

#docForm>input,
#docForm>select {
    display: inline-flex;
    width: 79%;
}

#tarteaucitronIcon {
    display: none !important;
}

.breadcrumb-item.active {
    color: #9dd913;
}

.breadcrumb-item {
    color: white;
}

.breadcrumb-item a {
    color: white;
}

.breadcrumb-item a:focus {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #9dd913;
}

.breadnav {
    position: absolute;
    margin-top: -55px;
    padding-left: 150px;
}

.breadcrumb {
    float: right;
}

@media (max-width: 1399px) {
    .breadnav {
        position: absolute;
        margin-top: -45px;
        padding-left: 150px;
    }
}

.swal2-loader {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #3085d6; /* Couleur principale */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .cyber-emergency-banner {
    background-color: #ff0000;
    color: white;
    width: 100%;
    padding: 3px 0;
    position: relative;
    z-index: 100001;
}

.cyber-emergency-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cyber-emergency-number {
    display: flow;
    align-items: center;
}

.emergency-label {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.emergency-phone {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.cyber-emergency-button {
    background-color: white;
    color: #ff0000;
    padding: 0px 15px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 16px;
}

.cyber-emergency-button:hover {
    background-color: #f0f0f0;
    color: #cc0000;
    text-decoration: none;
}

@media (max-width: 640px) {
    .navbar {
        padding-top: 50px;
    }

    .cyber-emergency-button{
        font-size: 12px;
    }
}

@media (max-width: 402px) {
    .navbar {
        padding-top: 65px;
    }
}
