#main {
    overflow: hidden;
    // background: #fff
}

h2 {
    font-weight: 500;
    font-size: 24px;
   
    color: #1d1d1d
}

h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1790F0;
}

h3 {
    font-size: 16px;
    width: 100%;
    color: #1d1d1d
}

p {
    font-weight: 400;
    line-height: 1.5
}

.oIcon {
   // text-indent: -9999px;
   // width: 28px;
   // height: 28px;
    //border-radius: 50px;
    display: inline-block;
  // position: relative;
    top: 27px;
   // background: #FF9917;
    //border: 6px solid;
}


.va-middle {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    align-content: center;
    vertical-align: middle;
    position: relative
}

.va-middle-item {
    align-content: center;
}


.site-navbar-wrap {
    left: 0;
    right: 0;
    display: none;
    opacity: 1;
}

.site-navbar {
    width: 100% !important
}

.homeSideMenu {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 500px;
    z-index: 99

}

.homeSideMenu ul {
    padding: 0;
}

.homeSideMenu ul li {
    list-style: none
}

.homeSideMenu ul li a {
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    transition: all linear .2s;
      border: 6px double transparent;
     background-clip: content-box;

}

.homeSideMenu ul li a.bigBubble {
  

}

.homeSideMenu ul li a.orange:hover {
    transform: scale(1.05);
       border: 6px double #1790F0;
}
.homeSideMenu ul li a.blue:hover {
    transform: scale(1.05);
       border: 6px double #FFA633;
}

.homeSideMenu ul li p {
    width: 75%;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.homeSideMenu ul li a.bigBubble {
    width: 230px;
    height: 230px;
        padding: 4px
}

.homeSideMenu ul li a.mediumBubble {
    width: 180px;
    height: 180px;
        padding: 4px
}

.homeSideMenu ul li a.smallBubble {
    width: 160px;
    height: 160px;
        padding: 4px
}

.homeSideMenu ul li:nth-child(1) {
    animation: float 6s ease-in-out infinite;
    position: absolute;
    right: 44%;
    top: 1%;
}

.homeSideMenu ul li:nth-child(2) {
    animation: float 5s ease-in-out infinite;
    position: absolute;
    right: 5%;
    top: 12%;
}

.homeSideMenu ul li:nth-child(3) {
    animation: float 8s ease-in-out infinite;
    position: absolute;
    right: 32%;
    top: 34%;
}

.homeSideMenu ul li:nth-child(4) {
    animation: float 4s ease-in-out infinite;
    position: absolute;
    left: 0%;
    top: 57%;
}

.homeSideMenu ul li:nth-child(5) {
    animation: float 5s ease-in-out infinite;
    position: absolute;
    right: -2%;
    top: 52%;
    height: 0
}
/*
.homeSideMenu ul li:nth-child(6) {
    animation: float 6s ease-in-out infinite;
    position: absolute;
    left: 2%;
    top: 23%;
    height: 0
}
*/
.homeSideMenu ul li:nth-child(6) {
    animation: float 6s ease-in-out infinite;
    position: absolute;
    right:26%;
    bottom: 24%;
    height: 0
}

.homeSideMenu ul li:nth-child(7) {
    animation: float 4s ease-in-out infinite;
    position: absolute;
    
    right: -2%;
    top: 46.5%;
    height: 0
}
.homeSideMenu ul li:nth-child(8) {
    animation: float 4s ease-in-out infinite;
    position: absolute;
  right: -2%;
    top: 46.5%;
    height: 0
}

.blankBubble {
    position: absolute;
    z-index: 0
}

.orange {
    background: #FF9917;
}

.blue {
    background: #000096;
}

.lightblue {
    background: #d8d8ff;
}

.fakebubble1 {
    width: 110px;
    height: 110px;
    position: absolute;
    border-radius: 50%;
    bottom: 55%;
    left: 75%;
    animation: float 5s ease-in-out infinite;
}

.fakebubble2 {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    right: 6%;
    top: -24%;
    animation: float 7s ease-in-out infinite;
}

.fakebubble3 {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    bottom: 1.5%;
    left: .5%;
    animation: float 9s ease-in-out infinite;
}

.fakebubble4 {
    width: 280px;
    height: 280px;
    position: absolute;
    border-radius: 50%;
    top: 66%;
    right: 5%;
    animation: float 6s ease-in-out infinite;
}

.fakebubble5 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    bottom: 248.5%;
    left: 91%;
    animation: float 5s ease-in-out infinite;
}

.bubbleml-50 {
    margin-left: 50px !important;
}

.bubbleml-60 {
    margin-left: 60px !important;
}

.bubblemr-55 {
    margin-right: 55px !important;
}


.blankBubble {
    position: absolute;
    z-index: 0
}

.orange {
    background: #FFA633;
}

.blue {
    background: #1790F0;
}

.darkblue {
    background: #0000c6;
}

.lightblue {
    background: #eaf4ff;
}


@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-2px);
    }

    100% {
        transform: translatey(0px);
    }
}

.contactBtn {
    width: 160px;
    height: 160px;
    position: absolute;
    border-radius: 50%;
    bottom: 75px;
    right: 30%;
      display: flex;
    flex-wrap: wrap;
    background: #FFA633;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
}
.contactBtn span{
        display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
        justify-content: center;
    text-transform: uppercase;
        letter-spacing: 2px;
    font-weight: 500;
}
a.contactBtn {
    color: #fff;
    transition: all linear .2s;
        transform: scale(1);
}

a.contactBtn:hover {
    color: #fff;
    opacity: 1;
     transform: scale(1.05);
}


.homeSideMenu ul li a:hover{
     opacity:1;
    
}

.content_title {
    position: relative;
    margin: 0 auto 40px;
}

.banner_section_title .content_title {
    margin-bottom: 0;
}

.content_title .title {
    font-size: 56px;
    font-family: "Dosis", sans-serif;
    color: #000000;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 2.8px;
    text-align: left;
}

.content_title .title small,
.content_title .title span,
.content_title .title .subtitle {
    font-size: 20px;
    line-height: 25px;
    font-family: "Dosis", sans-serif;
    font-weight: 300;
    color: #ff08ff;
    display: block;
}

@media (max-width: 575px) {
    .content_title .title {
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1.8px;
    }
}

.desc {
    margin: 15px auto 10px;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 1.35px;
}

@media (max-width: 575px) {
    .desc {
        line-height: 32px !important;
    }
}

.btn_primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    border: none;
    text-align: center;
    padding: 0 25px;
    height: 50px;
    border-radius: 35px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    transition: all 0.5s;
    cursor: pointer;
    background-color: #ff08ff;
    color: white;
}

.btn_primary > i {
    display: none;
}

.btn_primary.has_icon {
    padding-left: 70px;
}

.btn_primary.has_icon i {
    display: block;
    margin-right: 30px;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    opacity: 1;
    max-width: 50px;
    transition: all 0.4s;
}

.btn_primary.has_icon i::after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: white;
    top: -16px;
    bottom: -16px;
    right: -15px;
}

.btn_primary::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 25px;
    z-index: 1;
    background-repeat: no-repeat;
    margin-left: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.btn_primary:hover.has_icon {
    padding-left: 25px;
}

.btn_primary:hover.has_icon i {
    margin-right: 0;
    max-width: 0;
    opacity: 0;
}

.btn_primary:hover::after {
    width: 25px !important;
    margin-left: 15px;
}

.btn_primary:hover a,
.btn_primary:hover i {
    color: white;
}

/* End utils */
.picture_wrapper {
    position: relative;
}

.picture_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.logoDemain {
    position: absolute;
    top: 20px;
    z-index: 99;

}

.logoDemain img {
    max-width: 16%;
    margin-left: 70px;
    margin-left: 0
}

/*animation*/

@keyframes animateSprite {
    0% {
        background-position: -600px;
        /* Starting position moving left sprite */
    }

    20% {
        background-position: 0px;
        /* Straight on sprite */
    }

    25% {
        background-position: -200px;
        /* Moving up sprite */
    }

    35% {
        background-position: -400px;
        /* Moving right sprite */
    }

    40% {
        background-position: -400px;
    }

    50% {
        background-position: -200px;
        /* Moving up sprite */
    }

    60% {
        background-position: -0px;
        /* Straight on sprite */
    }

    67% {
        background-position: -600px;
        /* Moving up sprite */
    }

    100% {
        background-position: -600px;
    }
}

@keyframes swim {
    0% {
        transform: translate(0, 0);
        /* Starting position */
    }

    20% {
        transform: translate(calc(-50vw - 100px), 0);
        /* Animate to center of screen */
    }

    25% {
        transform: translate(calc(-50vw - 100px), 0);
        /* Stay at the center for 1 second */
    }

    35% {
        transform: translate(calc(-50vw - 100px), -20vh);
        /* Animate up for 2 seconds */
    }

    50% {
        transform: translate(-25vw, 15vh);
        /* Animate bottom right for 3 seconds */
    }

    60% {
        transform: translate(-25vw, -20vh);
        /* Animate up at right of the screen */
    }

    67% {
        transform: translate(-25vw, -20vh);
    }

    100% {
        transform: translate(calc(-100vw - 300px), 0);
        /* Animate past left past the screen */
    }
}



#bg-wrap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    top: 0
}

#bg-wrap svg {
    overflow: initial;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: inline-block;
}


/*
.ocean {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.bubble {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: absolute;
  background-color: #FF9917;
  bottom: -30px;
  opacity: 0.2;
  animation: bubble 15s ease-in-out infinite,
    sideWays 4s ease-in-out infinite alternate;
}

@keyframes bubble {
  0% {
    transform: translateY(0%);
    opacity: 0.06;
  }
  100% {
    transform: translateY(-120vh);
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 200px;
  }
}

.bubble--1 {
  left: 10%;
  animation-delay: 0.5s;
  animation-duration: 16s;
  opacity: 0.2;
}

.bubble--2 {
  width: 15px;
  height: 15px;
  left: 40%;
  animation-delay: 1s;
  animation-duration: 10s;
  opacity: 0.1;
}

.bubble--3 {
  width: 10px;
  height: 10px;
  left: 30%;
  animation-delay: 5s;
  animation-duration: 20s;
  opacity: 0.3;
}

.bubble--4 {
  width: 25px;
  height: 25px;
  left: 40%;
  animation-delay: 8s;
  animation-duration: 17s;
  opacity: 0.2;
}

.bubble--5 {
  width: 30px;
  height: 30px;
  left: 60%;
  animation-delay: 10s;
  animation-duration: 15s;
  opacity: 0.1;
}

.bubble--6 {
  width: 10px;
  height: 10px;
  left: 80%;
  animation-delay: 3s;
  animation-duration: 30s;
  opacity: 0.4;
}

.bubble--7 {
  width: 15px;
  height: 15px;
  left: 90%;
  animation-delay: -7s;
  animation-duration: 25s;
  opacity: 0.3;
}

.bubble--9 {
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 30px;
  animation-delay: -5s;
  animation-duration: 19s;
  opacity: 0.2;
}

.bubble--10 {
  width: 40px;
  height: 40px;
  left: 30%;
  bottom: 30px;
  animation-delay: -21s;
  animation-duration: 16s;
  opacity: 0.3;
}

.bubble--11 {
  width: 30px;
  height: 30px;
  left: 60%;
  bottom: 30px;
  animation-delay: -13.75s;
  animation-duration: 20s;
  opacity: 0.3;
}

.bubble--11 {
  width: 25px;
  height: 25px;
  left: 90%;
  bottom: 30px;
  animation-delay: -10.5s;
  animation-duration: 19s;
  opacity: 0.3;
}*/


/*onclick display submenu*/
/*
.submenuItem {
    position: absolute;
    width: 85px;
    height: 85px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;

    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}
.submenuItem.show {
    visibility: visible;
    opacity: 1
}

.submenuItem p {
    font-size: 12px !important;
}

#datasheetSubmenu.submenuItem,
#updatesSubmenu.submenuItem,
#theteamSubmenu.submenuItem {
    left: 45px;
    bottom: 135px;
}

#casestudiesSubmenu.submenuItem,
#neweventSubmenu.submenuItem,
#keybenefitsSubmenu.submenuItem {
    left: 45px;
    bottom: 230px;
}

.show#casestudiesSubmenu,
.show#neweventSubmenu,
.show#keybenefitsSubmenu {
    left: -35px;
    bottom: 170px;
}

.show#datasheetSubmenu,
.show#updatesSubmenu,
.show#theteamSubmenu {
    left: -35px;
    bottom: 200px;

}
*/
#casestudiesSubmenu,
#datasheetSubmenu,
#theteamSubmenu,
#keybenefitsSubmenu {
    background: #2c2c2c;
	box-shadow: 8px 5px 15px rgb(0 0 80 / 35%);
}

#updatesSubmenu,
#neweventSubmenu {
    background: #2c2c2c;
	box-shadow: 8px 5px 15px rgb(0 0 80 / 35%);
}




/*on hover show submenu*/

.homeSideMenu ul li p {
    font-weight: 500;
}


.submenu {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .2s;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
}

.submenu p {
    font-size: 12px !important;
}

.datamenuWrap:hover .submenu,
.whyusWrap:hover .submenu,
.corporateWrap:hover .submenu {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.datamenuWrap:hover #datasheetSubmenu.submenu,
.whyusWrap:hover #theteamSubmenu.submenu,
.corporateWrap:hover #updatesSubmenu.submenu {
    left: -50px;
    bottom: 220px;
}

.datamenuWrap:hover #casestudiesSubmenu.submenu,
.whyusWrap:hover #keybenefitsSubmenu.submenu,
.corporateWrap:hover #neweventSubmenu.submenu {
    left: -50px;
    bottom: 170px;
}


#datasheetSubmenu,
#theteamSubmenu,
#updatesSubmenu {
    left: 30px;
    bottom: 135px;
}

#casestudiesSubmenu,
#keybenefitsSubmenu,
#neweventSubmenu {
    left: 30px;
    bottom: 230px;
}

#casestudiesSubmenu p {
    width: 100%
}
