/*
  PROPRIETARY AND CONFIDENTIAL

  PROPERTY OF CONECTERE - ALL RIGHT, TITLE & INTEREST
  copyright - 2020, 2021

*/

/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
/* font-family: 'Raleway', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* font-family: 'Inter', sans-serif; */

/* fonts */

:root{
    --dark-grey:#373737;
    --davy-grey:#555555;
    --light-grey:#D9D9D9;
    --white:#fff;
    --black:#000;   
    --dust:#9B9B9B;
    --pictonBlue : #5EACE1;
    --paleTeal: #71CD98;
    --lightYellow:#ECD367;
    --BALANCE-blue:#5DADE2;
    --TEAM-purple:#BB8FCE;
    --SOCIAL-green:#82E0AA;
    --GROWTH-yellow:#F7DC6F;
    --DEI-purple: #b37fca;
    --CS-green: #2cbc6c;
}

body{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

/* general */

.container{
    max-width: calc(1264px + var(--bs-gutter-x, .75rem)*2);
}
.space-around {
    justify-content: space-around !important;
}
.justify-center {
    justify-content: center;
}
.nowrap {
    flex-wrap: nowrap !important;
}
.boxShadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  }
  
.title{
    font-weight: 500;
    font-size: 112px;
    line-height: 112px;
    font-family: 'Raleway', sans-serif;
    color: var(--dark-grey);
}
.title span{
    font-weight: 700;
}
.subtitle{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--white);
    font-family: 'Raleway', sans-serif;
}
.label{
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    font-family: 'Raleway', sans-serif;
    color: var(--dust);
}
.left-border{
    padding:20px 0 20px 37px;
    border-left: 1px solid var(--davy-grey);
    max-width: 585px;
    margin-bottom: 49px;
    color: var(--davy-grey);
    min-height: 215px;
}
.white{
    color: var(--white) !important;
}
.blue{
    color: var(--BALANCE-blue) !important;
}
.purple{
    color: var(--TEAM-purple) !important;
}
.green{
    color: var(--SOCIAL-green) !important;
}
.yellow{
    color: var(--GROWTH-yellow) !important;
}

.DEI-purple{
    color: var(--DEI-purple) !important;
}

.CS-green{
    color: var(--CS-green) !important;
}

.blue-background{
    background-color: var(--BALANCE-blue);
}
.purple-background{
    background-color: var(--TEAM-purple);
}
.green-background{
    background-color: var(--SOCIAL-green);
}
.yellow-background{
    background-color: var(--GROWTH-yellow);
}

.mobile,.tablet{
    display: none;
}
.desktop{
    display: block;
}
/* general */

/* buttons */

.btn-primary{
    background-color: var(--white);
    color: var(--BALANCE-blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 1.563rem 2rem 1.563rem 3.75rem ;
    border: 0;
    border-radius: 63.3068px;
    transition: 0.3s all ease-in-out;
}
.btn-primary:hover{
    background-color: var(--white);
    color: var(--BALANCE-blue);
    padding-left: 3.2rem;
}
.btn-primary svg{
    transition: 0.3s all ease-in-out;
    margin-left: 18px;
}

.btn-primary svg path,.btn-primary svg line{
    fill:var(--BALANCE-blue)
}

.btn-primary:hover svg{
    width: 30px;
}

.btn-secondary{
    background-color: var(--BALANCE-blue);
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    padding: 1.563rem 2rem 1.563rem 3.75rem ;
    border: 0;
    border-radius: 63.3068px;
    transition: 0.3s all ease-in-out;
}
.btn-secondary:hover{
    background-color: var(--BALANCE-blue);
    padding-left: 3.2rem;
}

.btn-secondary svg{
    transition: 0.3s all ease-in-out;
    margin-left: 15px;
}

.btn-secondary:hover svg{
    width: 30px;
}
.btn-custom{
    color: var(--BALANCE-blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    border: 0;
    padding: 0;
    transition: 0.5s all ease-in-out;
}
.btn-custom:hover{
    color: var(--BALANCE-blue);
    padding-left: 5px;
}

.btn-custom svg{
    transition: 0.5s all ease-in-out;
    margin-left: 18px;
}

.btn-custom:hover svg{
    width: 30px;
    margin-left: 10px;
}
/* buttons */

/* header */
.site-header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.site-header2.contact-header .navbar{
    background-color: rgba(0,0,0,.8);
    margin-top: 0;
}
.site-header .navbar{
    padding-top: 58px;
}
.site-header .navbar .navbar-brand img{
    max-width: 120px;
}
.site-header .navbar .container{
    align-items: flex-start;
}
.site-header .navbar .nav-item{
    padding: 0 40px;
}
.site-header .navbar .nav-item:last-child{
    padding-right: 0;
}
.site-header .navbar .nav-link{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: var(--dark-grey);
    font-family: 'Raleway', sans-serif;
    padding: 0;
}

.site-header2 .navbar-expand-lg .navbar-nav .nav-item .on-page{
    /*background-color:rgba(256, 256, 256, 0.6);*/
    border-bottom: 1px solid white;
    font-weight: 600;
}
.site-header2.contact  .navbar-expand-lg .navbar-nav .nav-link{
    color: var(--dark-grey);
}
/* header */

/* footer */

.site-footer{
    position: relative;
    padding-top: 195px;
}
.site-footer .ring-container{
    display: none !important;
}
.site-footer .top-part .title{
    font-size: 77px;
    line-height: 77px;
    text-align: center;
    margin-bottom: 75px;
    position: relative;
    z-index: 99999;
}
.site-footer .form-box{
    max-width: 50vw;
    margin: auto;
    padding: 0 72px 48px 72px;
    /* background-color: var(--white); */
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 107;
    background-image: linear-gradient(0deg,#fff 50%,transparent 50%);
}
.site-footer .form-box .form-control{
    border: 0;
    border-bottom:1px solid var(--black);
    border-radius: 0;
    padding-left: 0;
    color: var(--dark-grey);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 26px;
    background-color: transparent;
}
.site-footer .form-box .form-control::placeholder{
    color: var(--dark-grey);
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}
.site-footer .form-box .form-control:focus,
.site-footer .form-box .form-control:active{
    box-shadow: none;
}
.site-footer .form-box .input-group{
    column-gap: 47px;
    margin-bottom: 41px;
}
.site-footer .form-box .input-group:last-of-type{
    margin-bottom: 23px;
}
.site-footer .form-box .btn-secondary{
    width: 100%;
}
.site-footer .form-box .social-links{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 65px;
}
.site-footer .form-box .social-links li{
    position: relative;
}
.site-footer .form-box .social-links li:not(:last-child):after{
    content: '';
    background-color: var(--dark-grey);
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 50%;
    top: 42%;
    left: 157%;
}
.site-footer .form-box .social-links li a{
    font-weight: 500;
    font-size: 16.2789px;
    line-height: 16px;
    color: var(--BALANCE-blue);
    text-decoration: none;
}
.site-footer .middle-part{
    position: relative;
    z-index: 99;
}
.site-footer .middle-part .bg{
    position: absolute;
    bottom: 68%;
    z-index: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
/* .site-footer .bottom-part{
    padding-top: 140px;
} */
.site-footer .bottom-part{
    position: absolute;
    bottom: -160px;
    width: 100%;
    z-index: 20;
}
.site-footer .bottom-part .image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer .bottom-part .image-1{
    border-radius: 0 40px 0 0;
}
.site-footer .bottom-part .image-4{
    border-radius: 40px 0 0 0;
}
.site-footer .copyright{
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 13px;
    padding: 0 60px;
}
.site-footer .copyright .text-1,
.site-footer .copyright .text-2{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
}
.site-footer .copyright .text-1 p,
.site-footer .copyright .text-2 p{
    margin-bottom: 0;

}
.site-footer .copyright .text-2{
    display: flex;
    align-items: center;
    justify-content: end;
}
.site-footer .copyright .text-2 img{
    margin-left: 15px;
}
.site-footer.contact{
    padding-top: 400px;
}
.site-footer .ring-container{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0.4;
    transform: translateY(-50%) scale(1.3);
}
.site-footer .ring-container .ring 
{
    width:  25vw;
    height:  25vw;
    border: 2vw solid var(--light-grey);
    border-radius: 100%;
    flex: 1 0 0%;
    transition: all 1s;  
}
 

.site-footer .ring-container .ring.blue,
.site-footer .ring-container .ring.purple
{
    transform: translateX(-100%);
    opacity: 0;
}
.site-footer.active .ring-container .ring.blue
{
    transform: translateX(40%);
    opacity: 1;
    animation: bluecolor 1s  linear forwards;
    animation-delay: 1s;
}
 
@keyframes bluecolor {
    from {
        border-color:  var(--light-grey);
    }
    to {
        border-color:  var(--BALANCE-blue);
    }
}



.site-footer.active .ring-container .ring.purple
{
    opacity: 1; 
    transform: translateX(15%);
    animation: purplecolor 1s  linear forwards;
    animation-delay: 1s;
}
@keyframes purplecolor {
    from {
        border-color:  var(--light-grey);
    }
    to {
        border-color:  var(--TEAM-purple);
    }
}
.site-footer.active .ring-container .ring.green
{
    opacity: 1; 
    transform: translateX(-15%);
    animation: greencolor 1s  linear forwards;
    animation-delay: 1s;
}
@keyframes greencolor {
    from {
        border-color:  var(--light-grey);
    }
    to {
        border-color:  var(--SOCIAL-green);
    }
}
.site-footer.active .ring-container .ring.yellow
{
    opacity: 1;
    transform: translateX(-40%);
    animation: yellowcolor 1s  linear forwards;
    animation-delay: 1s;
}
@keyframes yellowcolor {
    from {
        border-color:  var(--light-grey);
    }
    to {
        border-color:  var(--GROWTH-yellow);
    }
}
.site-footer .ring-container .ring.yellow,
.site-footer .ring-container .ring.green
{
    transform: translateX(100%);
    opacity: 0;
}
/* footer */

/* Video */
.video-container {
    position:relative;
    max-width: 800px;
    width:100%;
    padding-bottom:56.25%;
    overflow:hidden;
}

.video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    height:100%;
}

/* IMAGES - START */


.section-popup .icon,
.section-subscription-plans .icon,
.section-community .icon,
.section-platform-info .icon,
.section-solutions .icon,
.section-contact .icon,
.section-platform-about .icon {
    height: 24px;
    padding-left: 2px;
    padding-right:2px;
}    

.image-medium {
    height: 32px;
    padding-left: 4px;
    padding-right:4px;
} 

.image-large {
    height: 48px;
    padding-left: 5px;
    padding-right:5px;
} 


.image-xl {
    height: 64px;
    padding-left: 5px;
    padding-right:5px;
}    

.image-xll {
    height: 96px;
    padding-left: 5px;
    padding-right:5px;
} 

.image-xxl{
    height: 196px;
}    

.image-xxxl{
    height: 256px;
}    

.image-xxxxl{
    height: 512px;
}  

/* IMAGES - END */

/* section-hero */
.section-hero{
    position: relative;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.section-hero.section-innerpage-hero{
    /* padding: 287px 0 133px 0; */
    height: 70vh;
}
.section-hero.spotlight-hero{
    background-position: top;
}


.section-hero.about-hero{
    padding: 0;
    height: 100px;
    background-image: unset !important;
}

.section-hero .video-block{
    height: 800px;
}
.section-hero .video-block #myVideo{
    width: 100%;
}
.section-hero .content{
    position: absolute;
    top: 300px;
}
.section-hero.platform-hero .content{
    padding-left:0;
}
.section-hero .content .label{
    color: var(--white);
}
.section-hero .content .title{
    font-family: 'Raleway', sans-serif; 
    font-style: normal;
    font-size: 52px;
    font-weight: 700;
    line-height: 113%;
    color: var(--white);
    margin-bottom: 44px;
}

/* animation-new */

body.animation-running
{
    overflow: hidden;
}
.section-hero .content .label,.section-hero .content .title{
    
    opacity: 0;
    transition: all 0.3s ;
}
.first-animate-start
{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ;
}  
.first-animate-start .bg
{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} 
.first-animate-start .content
{
    position: absolute;
    z-index: 9;
    top: 50%;
    transform:translateY(-50%) ;
}
.first-animate-start .logo 
{
    opacity: 0;
    transition: all 0.5s linear;
    transform: translateY(-50%);
    margin-bottom: 95px;
}
.first-animate-start  .logo.fadein
{
    opacity: 1;
    transform: translateY(0);
    
}

.first-animate-start .title,
.first-animate-start .content .label {
    color: var(--dark-grey);
    opacity: 0;
    transform: translateY(50%);
}
 
.first-animate-start .title
{
    font-size: 52px;
    font-family: 'Raleway', sans-serif; 
    font-weight: 700;
    line-height: 113%;
    transition: all 0.5s linear;
    display: inline-block; 
}
.first-animate-start .content .label
{
    font-size: 30px;
     
    transition: all 0.5s linear;
    display: inline-block;
}

.first-animate-start .title.fadein,
.first-animate-start .content .label.fadein {
     
    opacity: 1;
    transform: translateY(0);
}
.first-animate-start .title.fadein.moving{
    color: var(--BALANCE-blue);
    
}
.first-animate-start .content .label.fadein.moving 
{
    color: #fff;
     
}
.first-animate-start .content
{
    z-index: 99;
    width: 100%;
    text-align: center;
}
.first-animate-start.hide 
{
     display: none;  
}
.section-hero.active .content .btn ,
.section-hero.active .content .label,
.section-hero.active .content .title
{
    opacity: 1;
    transform: translateY(0);
}
.section-hero .content .btn 
{
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.3s ;
}
.animation-running .site-header2 .navbar-nav
{
    transform: translateY(-50%);
    transition: all 0.2s;
    opacity: 0;
}
.animation-running .site-header2  .navbar-brand
{
    opacity: 0;
}
.animation-running .site-header2.active2  .navbar-nav
{
    transform: translateY(0);
    opacity: 1;
}

/* animation-new */

/* section-hero */

/* section-solutions */

.section-solutions{
    padding: 134px 0 0 0;
    position: relative;
    z-index: 99;
    overflow-x: clip;
}
.section-solutions .content{
    margin-bottom: 93px;
    position: relative;
    z-index: 10;
}
.section-solutions .content .title{
    margin-bottom: 56px;
}

.section-solutions .content .text{
    padding:20px 0 20px 37px;
    border-left: 1px solid var(--davy-grey);
    max-width: 585px;
    margin-bottom: 49px;
    color: var(--davy-grey);
}

.section-solutions .content .btn-custom{
    margin-left: 37px;
}
.section-solutions .circle-blocks,
.section-speciality .circle-wrapper{
    transform: translateY(52px);
    margin-top: -52px;
}
.section-solutions .circle-blocks .circle,
.section-speciality .circle-wrapper .circle{
    border-radius: 50%;
    width: 257px;
    height: 257px;
    position: relative;
    mix-blend-mode: multiply;
    overflow: hidden;
    position: relative;
    margin: auto;
}
    
.section-solutions .circle-blocks .circle{
    animation: bounce 1.5s alternate linear infinite;
}
  @keyframes bounce {
    from {
        -webkit-transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(20px);
    }
  }

.box-shadow,
.box-shadow{
    position: relative;
    top: 4%;
}
.box-shadow:after,
.box-shadow:after{
    background-color: var(--black);
    width: 145px;
    height: 11px;
    mix-blend-mode: multiply;
    filter: blur(10px);
    opacity: 0.3;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.section-solutions .circle-blocks .circle:before,
.section-speciality .circle-wrapper .circle:before{
    content: '';
    width: 257px;
    height: 257px;
    position: absolute;
    border-radius: 50%;
    border: 40px solid var(--BALANCE-blue);
    opacity: 0.9;
}
.section-solutions .circle-blocks .circle.purple:before,
.section-speciality .circle-wrapper .circle.purple:before{
    border: 40px solid var(--TEAM-purple);
}
.section-solutions .circle-blocks .circle.green:before,
.section-speciality .circle-wrapper .circle.green:before{
    border: 40px solid var(--SOCIAL-green);
}
.section-solutions .circle-blocks .circle.yellow:before,
.section-speciality .circle-wrapper .circle.yellow:before{
    border: 40px solid var(--GROWTH-yellow);
}

.section-solutions .circle-blocks .circle .circle-title,
.section-speciality .circle-wrapper .circle .circle-title{
    position: absolute; 
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
}
.section-solutions .circle-blocks .circle .image,
.section-speciality .circle-wrapper .circle .image{
    position: absolute;
    bottom: 0;
}
.section-solutions .bg-circle{
    position: absolute;
    width: 100%;
    top: -20%;
    right: -33%;
}
.section-solutions .bg-circle .circle-1{
    max-width: 909px;
    height: 909px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    padding: 122px;
    position: relative;
    box-shadow: 2px 2px 25px -18px#454545;
}
.section-solutions .bg-circle .circle-2{
    max-width: 663px;
    height: 663px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    padding: 142px;
    position: relative;
    box-shadow: 2px 2px 25px -18px#454545;
}
.section-solutions .bg-circle .circle-3{
    max-width: 377px;
    height: 377px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    position: relative;
    box-shadow: 2px 2px 25px -18px#454545;
}
.section-solutions .bg-circle .icon{
    border: 1px solid var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0.19) 100%);
    backdrop-filter: blur(18.5px);
    width: 93px;
    height: 93px;
    position: absolute;
    border-radius: 50%;
}
.section-solutions .bg-circle .icon .i-image{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /* display: none; */
}

.section-solutions .bg-circle .icon-1{
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
}
.section-solutions .bg-circle .icon-2{
    left: 6%;
}
.section-solutions .bg-circle .icon-3{
    top: -2%;
    right: 22%;
}
.section-solutions .bg-circle .icon-4{
    top: -2%;
    right: 62%;
}
.section-solutions .bg-circle .avtar .icon{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
}
.section-solutions .bg-circle .image{
    position: absolute;
}
.section-solutions .bg-circle .image-1{
    left: 43%;
    bottom: 7%;
}
.section-solutions .bg-circle .image-2{
    left: -8%;
    bottom: 42%;
}
.section-solutions .bg-circle .image-3{
    bottom: 19%;
    right: 32%;
}
.section-solutions .bg-circle .image-4{
    bottom: 15%;
    left: 18%;
}
.section-solutions .bg-circle .avtar .icon .i-1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-solutions .bg-circle .avtar .icon .i-2{
    bottom: -10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.section-solutions .bg-circle .avtar .icon .i-3{
    position: absolute;
    bottom: 0;
    right: 0;
}

.fake-circle  
{
    left: 50%;
    transform: translateX(-50%);
    width: 257px;
    height: 257px;
    position: absolute;
     
    top: 0;
    z-index: 99;
    border-radius: 100%;
    background: linear-gradient(164.3deg, #E3E3E3 -3.09%, rgba(227, 227, 227, 0) 50.51%, rgba(227, 227, 227, 0.78) 105.24%);
    
}
.section-solutions.active .fake-circle  
{
    animation:  0.5s fade-outfake linear forwards;
    animation-delay: 2s;
}
.fake-circle::after{
    content: '';
    position: absolute;
    left: 50%;
    width: 177px;
    height: 177px;
    top: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}
.section-solutions .circle-blocks
{
    transform: translateY(-100%) translateX(100%);
    opacity: 0;
    transition: all 0.5s;
}
.section-solutions.active .circle-blocks 
{
    transform: translateY(0) translateX(0);
    opacity: 1;
}


.circle-blocks .blue-col
{   
    transform: translateX(150%);
    transition: all 1s;
    transition-delay:  0.5s;
}
.circle-blocks .purple-col
{   
    transform: translateX(50%);
    transition: all 1s;
    transition-delay:  0.5s;
}
.circle-blocks .green-col
{   
    transform: translateX(-50%);
    transition: all 1s;
    transition-delay:  0.5s;
}
.circle-blocks .yellow-col
{   
    transform: translateX(-150%);
    transition: all 1s;
    transition-delay:  0.5s;
}
.section-solutions.active   .blue-col,
.section-solutions.active   .purple-col,
.section-solutions.active   .green-col,
.section-solutions.active   .yellow-col{
    transform: translateX(0);
}
.section-solutions .circle-blocks .circle
{
     
    transition: all 0.2s;
    transition-delay: 1.5s;
    opacity: 0;
    animation:none;
    position: relative;
    z-index: 999;
}
.section-solutions .circle-blocks .circle .image
{
    transform: translateY(50%);
    opacity: 0;
}
.section-solutions.active  .circle-blocks .circle .image
{
    transform: translateY(0);
    opacity: 1;
}
.section-solutions .circle-blocks .circle .circle-title
{
    transform: translateX(-50%) translateY(50%);
    opacity: 0;
}
.section-solutions.active .circle-blocks .circle .circle-title
{
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.section-solutions  .circle-blocks .circle .image
{
    transition: all 0.3s;
    transition-delay: 2.2s;
}
.section-solutions .circle-blocks .circle .circle-title
{
    transition: all 0.3s;
    transition-delay: 2.5s;
}
.section-solutions.active .circle-blocks .circle
{
    animation: bounce 1.5s alternate linear infinite;
    animation-delay: 3s;
}
.section-solutions.active  .circle-blocks .circle
{
    opacity: 1;
}
@keyframes fade-outfake {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;    
    }
}


/* section-solutions */

/* section-conectivity */

.section-conectivity{
    padding: 218px 0 176px 0;
    background-color: var(--BALANCE-blue);
    position: relative;
}
.section-conectivity .top-content{
    position: relative;
    z-index: 10;
}
.section-conectivity .content{
    position: relative;
    z-index: 10;
    display: none;
}
.section-conectivity .content .activeSlide{
    display: block;
}
.section-conectivity .top-content .label{
    color: var(--dark-grey);
}
.section-conectivity .top-content .title{
    margin-bottom: 63px;
}
.section-conectivity .content .subtitle{
    margin-bottom: 53px;
}
.section-conectivity .bg{
    position: relative;
}
.section-conectivity .bg .bg-gif{
    position: absolute;
    top: -10%;
    left: -10%;
}
.section-conectivity .bg .bg-gif img{
    opacity: 10%;
    filter: invert();
}
.section-conectivity .innerbox{
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 542px;
    height:542px;
    position: relative;
    border-radius: 100%;
    z-index: 20;
}
.section-conectivity .innerbox p{
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 0.105em;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 7px;
}
.section-conectivity .innerbox .pillar{
    background-color: transparent;
    border-radius: 100%;
    position: absolute;
    border: 2px solid var(--white);
    width: 63px;
    height: 63px;
    padding: 12px;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: var(--inputColor); */
    transition:"0.8s all";
    cursor: pointer;
}
.section-conectivity .innerbox .icon.activeSlide .pillar{
    background-color: var(--white);
}
.section-conectivity .innerbox .icon .pillar img{
    max-width: 33px;
}
.section-conectivity .innerbox .icon .pillar .image-2{
    display: none;
}
.section-conectivity .innerbox .icon.activeSlide .pillar .image-2{
    display: block;
}
.section-conectivity .innerbox .icon.activeSlide .pillar .image-1{
    display: none;
}

.section-conectivity .innerbox .icon.activeSlide .pillar svg path,
.section-conectivity .innerbox .icon.activeSlide .pillar svg circle,
.section-conectivity .innerbox .icon.activeSlide .pillar svg ellipse
{
    fill: var(--inputColor);
}



.section-conectivity .innerbox .center-image{
    background-position:center ;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 374px;
    height: 374px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border: 15px solid var(--white);
    display: none;
}

.section-conectivity .innerbox .center-image.activeSlide{
    display: block;
}
.section-conectivity .innerbox .icon{
    position: absolute;
}
.section-conectivity .innerbox .icon-1{
    top: -11%;
    left: 50%;
    transform: translateX(-50%);
}
.section-conectivity .innerbox .icon-2{
    right: 0;
    top: 17%;
}
.section-conectivity .innerbox .icon-3{
    right: -4%;
    bottom: 36%;
}
.section-conectivity .innerbox .icon-4{
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
}
.section-conectivity .innerbox .icon-5{
    bottom: 36%;
}
.section-conectivity .innerbox .icon-6{
    left: -8%;
    top: 17%;
}
.section-conectivity .clip-path-color{
    clip-path: circle(1% at 73% 52%);
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: clip-path 0.8s;
    z-index: 2;
}
.section-conectivity .clip-path-color.active{
    clip-path: circle(100% at 73% 52%);
}
/* section-conectivity */


/* sectiom-grow-business */

.sectiom-grow-business{
    padding: 121px 0 574px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.sectiom-grow-business .upper-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    top: 0;
    left: 0;
}
.sectiom-grow-business .ring-container
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    display: flex;
    flex-wrap: wrap;
   
    justify-content: center;
    transition: all 0.5s;
    transform: translateY(-100%);
    opacity: 0;
}
.sectiom-grow-business.active .ring-container
{
    opacity: 1;
    transform: translateY(0);
}
.sectiom-grow-business .ring
{
    width: 170px;
    height: 170px;
    border: 14.9992px solid #5DADE2;
    border-radius: 100%;
    z-index: 1;
    
    animation-delay: 0.5s;
}
.sectiom-grow-business .ring.blue
{
    z-index: 2;
    transform: translateX(150%);
}
.sectiom-grow-business .ring.green
{
    border-color: var(--SOCIAL-green);
    transform: translateX(-50%);
}
.sectiom-grow-business .ring.purple
{
    border-color: var(--TEAM-purple);
    transform: translateX(50%);
}
.sectiom-grow-business .ring.yellow
{
    border-color: var(--GROWTH-yellow);
    transform: translateX(-150%);
}
 
.sectiom-grow-business .upper-bg
.sectiom-grow-business .content{
    text-align: center;
}
.sectiom-grow-business.active .ring.blue
{
    animation: ringblue 2000ms ease-in-out forwards;
    animation-delay: 0.5s;
}
@keyframes ringblue {
    0% {
        opacity: 1;
        -webkit-transform: translateX(150%);
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(25%);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(25%);
    }
    60%{
        opacity: 1;
        -webkit-transform: translateX(35%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-400%);
    }
}
.sectiom-grow-business.active .ring.purple
{
    animation: ringpurple 3000ms ease-in-out forwards;
    animation-delay: 0.5s;
}

@keyframes ringpurple {
    0% {
        opacity: 1;
        -webkit-transform: translateX(50%);
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    60%{
        opacity: 1;
        -webkit-transform: translateX(15%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
}

 
.sectiom-grow-business.active .ring.green
{
    animation: ringgreen 3000ms ease-in-out forwards;
    animation-delay: 0.5s;
}

@keyframes ringgreen {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
    }
    50%{
        opacity: 1;
        -webkit-transform: translateX(-15%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}
.sectiom-grow-business.active .ring.yellow
{
    animation: ringyellow 2000ms ease-in-out forwards;
    animation-delay: 0.5s;
}

@keyframes ringyellow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-150%);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
    }
    40% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
    }
    50%{
        opacity: 1;
        -webkit-transform: translateX(-20%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(300%);
    }
}


.sectiom-grow-business .content{
    text-align: center;
}

/* sectiom-grow-business */

/* section-topics */


.section-topics{
    overflow-x: clip;
}
.section-topics .topics-content{
    position: relative;
}
.section-topics .topics-content .container{
    max-width: calc(1400px + var(--bs-gutter-x, .75rem)*2);
}
.section-topics .topics-content.image-right .bg-1{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-topics .topics-content.image-right .bg-2{
    position: absolute;
    transform: translateY(-45%);
    left: 0;
}
.section-topics .topics-content.image-right.block-1 .bg-2{
    left: -11%;
}

.section-topics .topics-content.image-left .bg-1{
    position: absolute;
    left: 0;
    top: 120px;
}
.section-topics .topics-content.image-left .bg-2{
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
}

.section-topics .topics-content.image-right .content{
    padding: 50px 0 50px 200px;
}
.section-topics .topics-content.image-left .content{
    padding-left: 30px;
}
.section-topics .topics-content.image-right .content .title,
.section-topics .topics-content.image-left .content .title{
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 40px;
}
.section-topics .topics-content.image-right .content .text{
    max-width: 500px;
}
.section-topics .topics-content.image-left .content .text{
    max-width: 470px;
}
.section-topics .topics-content.image-right .image-wrapper{
    position: relative;
    top: -44%;
}
.section-topics .topics-content.image-left .image-wrapper{
    position: relative;
    top: 0;
    margin-bottom: 50px;
}


.section-topics .topics-content.image-left .image-wrapper .image-1{
    position: relative;
    z-index: 9;
    transition: 0.5s all ease-in-out;
}
.section-topics .topics-content.image-left .image-wrapper .image:hover .image-1{
    z-index: 9;
    transform: translate(12%,17%);
}
.section-topics .topics-content.image-left .image-wrapper .image-2{
    position: absolute;
    transform: translate(0%,-70%);
    transition: 0.5s all ease-in-out;
}
.section-topics .topics-content.image-left .image-wrapper .image:hover .image-2{
    z-index: 9;
    transform: translate(3%,-100%);
}
.section-topics .topics-content.image-right.block-3 .bg-2{
    top: 85px;
}
.section-topics .topics-content.image-left.block-4 .image-wrapper{
    top: 0;
}
.section-topics .topics-content.image-left.block-4 .image-wrapper .image-1{
    top: 100px;
}
.section-topics .topics-content.image-left.block-4 .image:hover .image-1{
    transform: translate(20%,8%);
}
.section-topics .topics-content.image-left.block-4 .image:hover .image-2{
    transform: translate(3%,-67%);  
}
.section-topics .topics-content.image-right .image-wrapper .image-1{
    position: absolute;
    /* position: relative; */
    z-index: 9;
    transform:translate(6%,16%);
    top: 0;
    transition: 0.5s all ease-in-out;

}
.section-topics .topics-content .image:hover .image-1{
    z-index: 9;
    transform:translate(7%,30%);
}


.section-topics .topics-content.image-right .image-wrapper .image-2{
    transform: translate(7%,42%);
    position: absolute;
    top: 0;
    transition: 0.5s all ease-in-out;

}
.section-topics .topics-content .image:hover .image-2{
    z-index: 9;
    transform: translate(3%,18%);
}

/* section-topics */

/* section-community */
.section-community{
    padding: 50px 0 75px 0;
    overflow-x: clip;
    position: relative;
}
.section-community .container{
    max-width: calc(1300px + var(--bs-gutter-x, .75rem)*2);
}
.banner{
    max-width: 780px;
    background-color: var(--light-grey);
    border-radius: 0 100px 100px 0;
    padding: 37px 34px 37px 152px;
    margin-bottom: 170px;
}
.banner .icons{
    display: flex;
    flex-direction: row;
}
.banner .icons a:not(:last-child){
    margin-right: 33px;
}

.banner .inner-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.banner .inner-content .text{
    max-width: 338px;
    color: var(--dark-grey);
}
.banner .inner-content .text p{
    margin-bottom: 0;
}
.section-community .bottom-content .title{
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 45px;
}
.section-community .bottom-content .text{
    max-width: 623px;
    margin-bottom: 33px;
}
.animated-wrapper{
    position: relative;
    top: -10%;
}
.animated-image .image-1{
    position: absolute;
    z-index: 9;
    transform: translate(6%,16%);
    top: 0;
    transition: 0.5s all ease-in-out;
}
.animated-image .image-2{
    transform: translate(7%,33%);
    position: absolute;
    top: 0;
    transition: 0.5s all ease-in-out;
}
.animated-image:hover .image-1{
    z-index: 9;
    transform: translate(7%,30%);
}
.animated-image:hover .image-2{
    z-index: 9;
    transform: translate(3%,18%);
}

/* section-community */

/* section-spotlight */

.section-spotlight{
    padding:53px 0 60px 0 ;
    position: relative;
    overflow: hidden;
}
.section-spotlight .inner-content{
    max-width: 1238px;
}
.section-spotlight .hero-banner{
    background-color: var(--GROWTH-yellow);
    border-radius: 0px 101.5px 100px 0px;
    padding: 20px 213px 20px 670px;
}
.section-spotlight .hero-banner .label{
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: var(--white);
}
.section-spotlight .hero-banner .title{
    font-weight: 600;
    font-size: 70px;
    line-height: 70px;
    color: var(--white);
}
.section-spotlight .bottom-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 53px;
}
.section-spotlight .bottom-content .right{
    max-width: 550px;
}
.section-spotlight .bottom-content .right .text{
    margin-bottom: 50px;
}
.section-spotlight .bottom-content .left{
    padding-left: 105px;
}
.section-spotlight .bottom-content .left .images{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: translateY(-112px);
}
.section-spotlight .bottom-content .left .images .image-1{
    transform: translateX(54px);
    width: 176px;
    height: 176px;
}
.section-spotlight .bottom-content .left .images img{
    border-radius: 50%;
}
.section-spotlight .bottom-content .left .images .image-2{
    position: relative;
    z-index: 99;
    /* width: 234px;
    height: 234px; */
}
.section-spotlight .bottom-content .left .images .image-3{
    transform: translateX(-54px);
    width: 176px;
    height: 176px;
}
.section-spotlight .bottom-content .light-1{
    position: absolute;
    top: -73%;
    left: -57%;
    transform-origin: top;
    -webkit-animation: rotate 2s  linear alternate infinite;
}
.section-spotlight .bottom-content .light-2{
    position: absolute;
    top: -62%;
    left: -16%;
    transform-origin: top;
    -webkit-animation: rotate2 2s  linear alternate infinite;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(-40deg);
    }
    to {
        -webkit-transform: rotate(-0deg);
    }
}
@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: rotate(40deg);
    }
    to {
        -webkit-transform: rotate(-0deg);
    }
}

/* section-spotlight */

/* section-information */

.section-information{
    padding-top: 50px;
}

.section-information .top-content{
    margin-bottom: 32px;
}
.section-information .top-content .title{
    font-size: 64px;
    line-height: 102px;
}
.section-information .top-content .title .image-1{
    width: 123px;
    height: 123px;
    border-radius: 50%;
}
.section-information .top-content .title .image-2{
    width: 275px;
    height: 127px;
    border-radius: 97px;
}
.section-information .bottom-content{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: flex-end;
}
.section-information .bottom-content .img-button a:not(:last-child) img{
    margin-right: 14px;
}
.section-information .image{
    text-align: end;
}
.section-information .download-app.mobile{
    display: none;
}
/* section-information */


/* Page : Platform */
/* section-platform-hero */
.section-connectivity-about .container,
.section-contact .container {
    max-width: calc(1326px + var(--bs-gutter-x, .75rem)*2);
}
.section-innerpage-hero .image-block{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-innerpage-hero .content{
    position: unset;
}
/* section-platform-hero */
/* section-platform-about */
.section-platform-about{
    padding-top:51px;
    padding-bottom: 59px;
}
.section-platform-about .label{
    margin-bottom: 6px;
}
.section-platform-about .title{
    margin-bottom: 34px;
    font-size: 90px;
    line-height: 90px;
}
.section-platform-about p:not(:last-child){
    margin-bottom: 29px;
}
.section-platform-about .text{
    max-width: 610px;
    color:var(--davy-grey);
}
.section-platform-about .image1{
    max-width: 529px;
    position: relative;
    bottom:-72px;
    z-index: 5;
}
/* section-platform-about */

/* section-platform-info */
.section-platform-info .container{
    max-width: calc(1324px + var(--bs-gutter-x, .75rem)*2);
}
/* section-platform-connect */
.section-platform-info .title{
    font-size: 48px;
    line-height: 48px;
    color: var(--white);
}

.section-platform-info p{
    color: var(--white);
}
.section-platform-connect{
    background-color: var(--pictonBlue);
    padding-top:122px;
    padding-bottom: 97px;
    position: relative;
    border-top-right-radius: 145px;
    overflow-x: clip;
}
.section-platform-connect .title{
    margin-bottom: 45px;
}
.section-platform-connect .content{
    padding-left: 210px;
}
.section-platform-connect .content p{
    margin-bottom: 24px;
    max-width: 506px;
}
.section-platform-connect .content p:last-child{
    margin-bottom: 0;
}
.section-platform-connect .image-wrapper {
    position: relative;
    top: -10px;
}
.section-platform-connect .image{
    max-width: 513px;
    position: absolute;
}
.section-platform-connect .image-1{
    z-index: 2;
    transform: translate(-20px,0);
    transition: 0.5s all ease-in-out;
}
.section-platform-connect .image-wrapper:hover .image-1{
    transform: translate(20px,120px);
}
.section-platform-connect .image-2{
    z-index: 1;
    transform: translate(20px,120px);
    transition: 0.5s all ease-in-out;
}
.section-platform-connect .image-wrapper:hover .image-2{
    transform: translate(-20px,0);
    z-index: 2;
}

.section-platform-connect .bg2{
    position: absolute;
    right: 0;
    bottom:56px;
}
.section-platform-connect .bg1{
    position: absolute;
    top: 45px;
}


.section-platform-connect .btn-primary{
    font-size: 16px;
    line-height: 16px;
    padding: 0.75rem 1rem 0.75rem 1.0rem ;
    border: 0;
    border-radius: 63.3068px;
}


/* section-platform-connect */


/* section-platform-ai */
.section-platform-ai{
    padding-top:79px;
    padding-bottom: 75px;
    background-color: var(--TEAM-purple);
    position: relative;
}
.section-platform-ai .title{
    margin-bottom: 37px;
}
.section-platform-ai .content{
    max-width: 492px;
}
.section-platform-ai .content p:last-child{
    margin-bottom: 0;
}
.section-platform-ai .content p:not(:last-child){
    margin-bottom: 23px;
}
.section-platform-ai .image-wrapper{
    position: relative;
    left: -28px;
}
.section-platform-ai .image-wrapper .image{
    position: absolute;
}
.section-platform-ai .image-wrapper .image-1{
    z-index: 2;
    transition: 0.5s all ease-in-out;
}
.section-platform-ai .image-wrapper:hover .image-1{
    transform: translate(35px,115px);
    z-index: 1;
}
.section-platform-ai .image-wrapper .image-2{
    transform: translate(35px,115px);
    z-index: 1;
    transition: 0.5s all ease-in-out;
}
.section-platform-ai .image-wrapper:hover .image-2{
    transform: translate(20px,0);
    z-index: 2;
}
.section-platform-ai .bg2{
    position: absolute;
    bottom: 66px;
    left:0;
}
.section-platform-ai .leftBlock,
.section-platform-ai .rightBlock{
    position: relative;
}
.section-platform-ai .rightBlock .bg1{
    position: absolute;
    right:calc(100% + 13px);
    top: -12px;
}
/* section-platform-ai */
/* section-platform-insight */
.section-platform-insight{
    background-color: var(--paleTeal);
    padding-top: 89px;
    padding-bottom: 84px;
    position: relative;
    overflow: hidden;
}
.section-platform-insight .content{
    padding-left: 144px;
}
.section-platform-insight .content .title{
    margin-bottom: 43px;
}
.section-platform-insight .content p{
    margin-bottom: 24px;
    max-width: 491px;
}
.section-platform-insight .bg1{
    position: absolute;
    top: 56px;
}
.section-platform-insight .bg2{
    position: absolute;
    top: 146px;
    right:0
}
.section-platform-insight .image-wrapper{
    position: relative;
}
.section-platform-insight .image-wrapper .image{
    position: absolute;
}
.section-platform-insight .image-wrapper:hover .image-1{
    transform: translate(41px,113px);
    z-index: 1;
}
.section-platform-insight .image-wrapper .image-1{
    transform: translate(0px,29px);
    z-index: 2;
    transition: 0.5s all ease-in-out;
}
.section-platform-insight .image-wrapper:hover .image-2{
    transform: translate(0px,29px);
    z-index: 2;
}
.section-platform-insight .image-wrapper .image-2{
    transform: translate(41px,113px);
    z-index: 1;
    transition: 0.5s all ease-in-out;
}
/* section-platform-insight */
/* section-platform-accesible */
.section-platform-accesible{
    background-color: var(--lightYellow);
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    border-bottom-right-radius: 145px;
}
.section-platform-accesible .banner  {
    padding-left: 63px;
    background: rgba(255,255,255,0.48);
    margin-bottom: 0;
    padding:27px 8px 23px 63px;
    max-width: 724px;
}

.section-platform-about .banner {
    padding-left: 63px;
    margin-bottom: 0;
    padding:27px 8px 23px 63px;
    max-width: 724px;
}


.section-platform-accesible .banner .inner-content .text{
    max-width: 314px;
}
.section-platform-accesible .banner .inner-content .text p{
    color: var(--dark-grey);
    font-size: 16px;
    line-height: 23px;

}
.section-platform-accesible .content{
    padding-top: 112px;
}
.section-platform-accesible .content .title{
    margin-bottom: 32px;
}
.section-platform-accesible .content p{
    max-width: 471px;
    margin-bottom: 24px;
}
.section-platform-accesible .bg2{
    position: absolute;
    top:127px;
    left:0;
}
.section-platform-accesible .image{
    position: relative;
    left: 31px;
    z-index: 20;
}
.section-platform-accesible .downloadapp{
    max-width: 411px;
    margin-left:auto;
    padding-bottom: 52px;
}
.section-platform-accesible .downloadapp .title{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 10px;
}
.section-platform-accesible .downloadapp .innerimages{
    display: flex;
    column-gap: 14px;
}
.section-platform-accesible .leftBlock,
.section-platform-accesible .rightBlock{
    position: relative;
}
.section-platform-accesible .rightBlock .bg1{
    position: absolute;
    right:calc(100% + 20px);
    top: 0;
}
/* section-platform-accesible */
/* section-platform-info */
/* Site Header 2 */
.site-header2 .container{
    max-width: calc(1318px + var(--bs-gutter-x, .75rem)*2);
}
.site-header2 .navbar{
    position: absolute;
    z-index: 11;
    width: 100%;
    margin-top: 9px;
}

.site-header2 .navbar-expand-lg .navbar-nav .nav-link{
    text-align: center;
    color: var(--white);
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
    padding: 11px 22px;
    /*margin-bottom: 21px;*/
    text-transform: capitalize;

}
.site-header .navbar-expand-lg .navbar-nav .nav-link
{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: var(--dark-grey);
    font-family: 'Raleway', sans-serif;
    padding: 11px 22px;
    /*margin-bottom: 21px;*/
}
.site-header2 .navbar-nav{
    align-items: center;
}
.site-header2 .nav-link.user svg{
    margin-right: 8px;
}
.site-header2 .btn-blue{
    background-color: var(--BALANCE-blue);
    border-radius: 57px;
    margin-left: 22px;
}

/* End Site Header 2 */


/* Site Footer 2 */
.site-footer2{
    padding-top: 204px;
    position: relative;
}
.site-footer2 .content{
    text-align: center;
}
.site-footer2 .top-part{
    margin-bottom: 74px;
}
.site-footer2 .top-part .title{
    margin-bottom: 91px;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 77px;
    line-height: 77px;
    color: var(--dark-grey);
}
.site-footer2 .top-part .content .btn-secondary{
    padding: 1.375rem 12.938rem 1.188rem 12.438rem;
}
.site-footer2 .bottom-part .image{
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-footer2 .image-1{
    border-top-left-radius: 100px;
}
.site-footer2 .image-4{
    border-top-right-radius: 100px;
}
.site-footer2 .copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 13px;
    padding: 0px 42px 0 75px;
}
.site-footer2 .copyright .text-1,
.site-footer2 .copyright .text-2, 
.site-footer3 .text-1,
.site-footer3 .text-2{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
}
.site-footer2 .copyright .text-1 p, 
.site-footer2 .copyright .text-2 p,
.site-footer3 .text-1 p, 
.site-footer3 .text-2 p{
    margin-bottom: 0;
}
.site-footer2 .copyright .text-2,
.site-footer3 .text-2{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 15px;
}


.site-footer3 a,
.site-footer2 a,
.site-footer a
{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    text-decoration: none;
}


/* End Site Footer 2 */

/* Site Footer 3 */
.site-footer3{
    position: relative;
    display:flex;
    flex-direction:row;
    width:100%;
    /*height:100%;*/
    opacity: 1.0;
    color: var(--white);
}

.site-footer3 .footer-col{
    width: 25%;
    height: auto;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding: 0px 10px;
    text-align:center;
}

.site-footer3 .footer-col .background-BALANCE{
    color: var(--BALANCE-blue);
}

.site-footer3 p {
    margin-top: 0;
    margin-bottom: 0;
}

/* Page Conectivities */

/* section-speciality */
.section-speciality{
    position: relative;
    /*background-color: var(--BALANCE-blue);*/
    padding-top:0;
    padding-bottom:0;
     /* / transition-delay:1.2s ;  */
    overflow: hidden;
    padding: 0px 0 115px;

}
.section-speciality .container{
    padding-top: 65px;
    padding-bottom: 65px;
}
.section-speciality .categories{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 5;
    width: 100%;
}
.section-speciality .categories .itemLabel{
    
}
.section-speciality .category{
    
    flex: 1 0 0%;
    position: relative;
}
.section-speciality .categories .item .title{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: var(--dark-grey) ;
    margin-bottom: 21px;
   
    text-align: center;
}
.section-speciality input[type="radio"]
{
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;

}
.section-conectivity input[type="radio"]{
    position: absolute;
    width: 1px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section-speciality .category .item .images{
    width: 87px;
    height: 87px;
    margin: 0 auto;
    align-items: center;
    background: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    position: relative;
    box-shadow: 0px -18px 7px rgba(92, 92, 92, 0.01), 0px -10px 6px rgba(92, 92, 92, 0.02), 0px -5px 5px rgba(92, 92, 92, 0.04), 0px -1px 2px rgba(92, 92, 92, 0.05), 0px 0px 0px rgba(92, 92, 92, 0.05);
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.section-speciality .category .item .images .image-2{
    display: none;
}
.section-speciality .category.active .images .image-1{
    display: none;
}
.section-speciality .category.active .images .image-2{
    display: block;
}

.section-speciality .category .item .images svg 
{
    position: relative;
    z-index: 99;
}
.section-speciality .category.active .images{
    box-shadow: unset;
}
.section-speciality .category .item .images img{
    width: 40px;
}
.section-speciality .categories .item{
     
    text-align: center;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.section-speciality .content .title{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    color: var(--white);
    margin-bottom: 38px;
}
.section-speciality .content p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    margin-bottom: 16px;
}

.section-speciality .clippath-circle{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    top: 0;
    left: 50%;
    z-index: 0;
    border-radius: 100%;
    transform: translateX(-50%) translateY(-50%); 
    transition: width 3s,height 3s;
     
}

.category.slide1.active .images{
    background: var(--BALANCE-blue);
}
.category.slide2.active .images{
    background: var(--TEAM-purple);
}
.category.slide3.active .images{
    background: var(--SOCIAL-green);;
}
.category.slide4.active .images{
    background: var(--GROWTH-yellow);
}
.category.slide5.active .images{
    background: var(--DEI-purple);
}
.category.slide6.active .images{
    background: var(--CS-green);
}

.clippath-circle.slide1{
    background: var(--BALANCE-blue);
}
.clippath-circle.slide2{
    background-color: var(--TEAM-purple);
}
 .clippath-circle.slide3{
    background-color: var(--SOCIAL-green);;
}
 .clippath-circle.slide4{
    background-color: var(--GROWTH-yellow);
}
 .clippath-circle.slide5{
    background-color: var(--DEI-purple);
}
 .clippath-circle.slide6{
    background-color: var(--CS-green);
}

 
.section-speciality  .clip-path-row .clippath-circle.active
{
    width: 2000vw;
    height: 2000vw;
    /*transform: translateX(-50%);*/
    z-index: 1;
    
}
.section-speciality  .clip-path-row
{
    position: absolute;
    width: 100vw;
    height: calc(100% - 90px - 115px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 5;
    top: 90px;
    left: 0;
}
 
.section-speciality .content{
    display: none;
    position: relative;
    z-index: 6;
}
.section-speciality .content .leftBlock{
    position: relative;
    z-index: 10;
}
.category.slide1{

}
.category.slide1 .logo{
    background: var(--BALANCE-blue);
}
#slide1:checked ~ .categories .category1 .title{
    color: var(--dark-grey);
    font-weight: 700;
}
.activeSlide.category .logo svg path,
.activeSlide.category .logo svg ellipse,
.activeSlide.category .logo svg circle{
    fill: var(--white);
}
.activeSlide.content  {
    display: block;
}
.section-speciality .category.activeSlide .images{
    transition:"0.8s all";
}
.section-speciality .category.active .title{
    color:var(--davy-gray);
    font-weight:700
}
.section-speciality .circle-wrapper .circle,
.section-speciality .circle-wrapper .circle:before{
    width: 476px;
    height: 476px;
}
.section-speciality .circle-wrapper .circle:before{
    border: 73px solid var(--inputColor);
    border-color: rgba(0, 0, 0, 0.2);
    mix-blend-mode: multiply;
 /* opacity: 0.2; */
}
.section-speciality .content .image-wrapper{
    position: relative;
    z-index: 12;
}
.section-speciality .content .image-wrapper .image-1{
    position: absolute;
    z-index: 5;
    transition: 0.5s all ease-in-out;
}
.section-speciality .content .image-wrapper:hover .image-1{
    position: absolute;
    z-index: 2;
    transform: translate(0,75px);
}
.section-speciality .content .image-wrapper .image-2{
    position: absolute;
    z-index: 2;
    transition: 0.5s all ease-in-out;
    transform: translate(0,75px);
}
.section-speciality .content .image-wrapper:hover .image-2{
    position: absolute;
    z-index: 5;
    top: 0;
    transform: translate(-50px,0);
}
.section-speciality .circle-wrapper{
    position: relative;
    /* right: -26px; */
    /* bottom: -16px; */
    z-index: 11;
    bottom: -23%;
    right: -20%;
}
.section-speciality .circle-wrapper .box-shadow:after{
    left: 50%;
    top: 26px;
    transform: translateX(-50%);
}



/* section-speciality */

/* section-conecteres */

.section-conecteres{
    padding: 107px 0 160px 0;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.58) 0%, rgba(217, 217, 217, 0) 39.86%);
}
.section-conecteres .top-part{
    max-width: 1048px;
    margin-bottom: 144px;
}
.section-conecteres .top-part .title{
    margin-bottom: 54px;
    font-size: 90px;
    line-height: 90px;
}
.section-conecteres .top-part .text{
    color: var(--davy-grey);
}

.section-conecteres .bottom-part .circle-1{
    max-width: 1057px;
    height: 1057px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    padding: 143px;
    position: relative;
    box-shadow: 2px 2px 25px -18px#454545;
}
.section-conecteres .bottom-part .circle-2{
    max-width: 770px;
    height: 770px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    padding: 166px;
    position: relative;
    box-shadow: 2px 2px 25px -18px#454545;
}
.section-conecteres .bottom-part .circle-3{
    max-width: 438px;
    height: 438px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin: auto;
    position: relative;
    box-shadow: 2px 2px 25px -18px#454545;
}
.section-conecteres .bottom-part .circle-3 .circle-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-conecteres .bottom-part .circle-3 .circle-image img{
    -webkit-animation: spin 15s  linear infinite;
}
.section-conecteres .bottom-part .circle-1 .avtar{
    position: absolute;
}

.section-conecteres .bottom-part .circle-1 .icon{
    background-repeat: no-repeat;
    background-position:center ;
    background-size: cover;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 18px;
    position: relative;
}
.section-conecteres .bottom-part .circle-1 .icon svg{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -15px;
}
.section-conecteres .bottom-part .circle-1 .text{
    text-align: center;
}
.section-conecteres .bottom-part .circle-1 .text .name{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: var(--davy-grey);
    font-weight: 600;
}
.section-conecteres .bottom-part .circle-1 .text .designation{
    font-size: 16px;
    line-height: 24px;
    opacity: 0.7;
    color: var(--davy-grey);
}
.section-conecteres .bottom-part .circle-1 .icon i{
    color: var(--BALANCE-blue);
    font-size: 40px;
}
.section-conecteres .bottom-part .circle-1 .avtar{
    z-index: 20;
}
.section-conecteres .bottom-part .circle-1 .avtar-1{
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 60;
}
.section-conecteres .bottom-part .circle-1 .avtar-1 .icon{
    width: 225px;
    height: 225px;
}
.section-conecteres .bottom-part .circle-1 .avtar-2{
    top: 22%;
    right: 0;
}
.section-conecteres .bottom-part .circle-1 .avtar-3{
    top: 53%;
    right: 9%;
}
.section-conecteres .bottom-part .circle-1 .avtar-4{
    bottom:-10%;
    right: 19%;
}
.section-conecteres .bottom-part .circle-1 .avtar-5{
    bottom:-10%;
    left: 19%;
}
.section-conecteres .bottom-part .circle-1 .avtar-6{
    top: 53%;
    left: 4%;
}
.section-conecteres .bottom-part .circle-1 .avtar-7{
    top: 22%;
    left: 0;
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/* section-conecteres */

/* section-spotlight-heightlight */

.section-spotlight-heightlight{
    position: relative;
}
.section-spotlight-heightlight .inner-container{
    padding: 100px 0 50px 0;
    background-color: var(--GROWTH-yellow);
    border-radius: 0 0 127px 0;
}
.section-spotlight-heightlight .top-part{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 58px;
    z-index: 1;
}
.section-spotlight-heightlight .light-part{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.section-spotlight-heightlight .top-part .image-2{
    width: 268px;
    height: 268px;
    position: relative;
    z-index: 10;
}
.section-spotlight-heightlight .top-part .image-1{
    transform: translate(50px,28px);
}
.section-spotlight-heightlight .top-part .image-3{
    transform: translate(-50px,28px);
}
.section-spotlight-heightlight .top-part .image-1,
.section-spotlight-heightlight .top-part .image-3{
    width: 216px;
    height: 216px;
}
.section-spotlight-heightlight .bottom-part{
    max-width: 996px;
    color: var(--white);
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin: auto;
}
.section-spotlight-heightlight .box-shadow{
    top: -40px;
}
.section-spotlight-heightlight .box-shadow:after{
    left: 50%;
    transform: translateX(-50%);
    width: 228px;
    height: 13px;
}
.section-spotlight-heightlight .top-part .image{
    position: relative;
    /* z-index: 10; */
}
.section-spotlight-heightlight .light-part .light-1{
    position: absolute;
    top: -22px;
    right: -45%;
    z-index: 20;
    transform-origin: top;
    -webkit-animation: torch1 2s  linear alternate infinite;
}
.section-spotlight-heightlight .light-part .light-2{
    position: absolute;
    top: -46px;
    left: -62px;
    z-index: 20;
    transform-origin: top;
    -webkit-animation: torch2 2s  linear alternate infinite;
}
@-webkit-keyframes torch1 {
    from {
        -webkit-transform: rotate(-30deg);
    }
    to {
        -webkit-transform: rotate(8deg);
    }
}
@-webkit-keyframes torch2 {
    from {
        -webkit-transform: rotate(30deg);
    }
    to {
        -webkit-transform: rotate(-8deg);
    }
}
/* section-spotlight-heightlight */

 /* Connectivity About  */
.section-connectivity-about{
    padding-top: 100px;
    padding-bottom: 235px;
    /* overflow: hidden; */
}
.section-connectivity-about.about{
    padding: 280px 0 157px 0;
    position: relative;
}
.section-connectivity-about.community{
    padding: 60px 0 60px 0;
}
.section-connectivity-about.community .image-wrapper img,
.section-connectivity-about.about .image-wrapper img{
    animation: unset;
    animation-timing-function:unset;
}
.section-connectivity-about .content .title{
    font-size: 90px;
    line-height: 90px;
    color: var(--dark-grey);
    margin-bottom: 56px;
}
.section-connectivity-about .content .title span{
    font-weight: 500;
}
.section-connectivity-about .content .text{
    color:var(--davy-grey);
    max-width: 741px;
}
.section-connectivity-about .content p{
    margin-bottom: 40px;
}
.section-connectivity-about .content p:last-child{
    margin-bottom: 0;
}

.section-connectivity-about .image-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.section-connectivity-about .image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate-360 5s infinite;
    animation-timing-function: linear;
}
@keyframes rotate-360 {
    0%   {transform: rotate(0);}
    
    100% {transform: rotate(360deg);}
}
.section-connectivity-about.about .content p{
    margin-bottom: 1rem;
}
.section-connectivity-about.about .image-wrapper{
    position: absolute;
    top: 25%;
    width: unset;
    height: unset;
}
.section-connectivity-about.community .image-wrapper{
    position: relative;
}
.section-connectivity-about.community .image-wrapper img{
    position: relative;
}
.section-connectivity-about.community.section-2 .content .title{
    margin-bottom: 32px;
}
.section-connectivity-about.community {
    counter-reset: section;

}
.section-connectivity-about.community .content ol{
    padding: 0;
}
.section-connectivity-about.community .content li{
    counter-increment: section;
    list-style-type: none;
    position: relative;
    margin-bottom: 16px;
    min-height: 50px;
    padding-left: 60px;
    display: flex;    
    align-items: center;
}
.section-connectivity-about.community .content li::before{
    content: counter(section)".";
    position: absolute;
    background-color: var(--white);
    top: 0;
    left: 0;
    padding:12px 18px 12px 17px;
    border-radius: 50%;
    box-shadow: 20px 5px 24px rgba(0, 0, 0, 0.05);
}

 /* Connectivity About  */

/* section-spotlight-info */

.section-spotlight-info{
    padding-top: 104px;
    position: relative;
}
.section-spotlight-info .bg{
    position: absolute;
    left: 0;
    top: 338px;
}
.section-spotlight-info .image{
    position: relative;
    top: 74px;
}
.section-spotlight-info .image .image-1{
    position: absolute;
    z-index: 5;
    transform: translateX(-5%);
    transition: 0.5s all ease-in-out;
}
.section-spotlight-info .image:hover .image-1{
    transform: translate(-2%, 9%);
    z-index: 1;
}
.section-spotlight-info .image .image-2{
    position: absolute;
    z-index: 1;
    transform: translate(-6%, 20%);
    transition: 0.5s all ease-in-out;
}
.section-spotlight-info .image:hover .image-2{
    z-index: 5;
        transform: translateX(-16%);
}
.section-spotlight-info .content{
    color: var(--davy-grey);
}
/* section-spotlight-info */


/* popup */


.popup{
    width: 1100px;
    height: 1100px;
    display: none;
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    /* background: red; */
    border-radius: 50%;
    z-index: 500;
    padding: 303px 0 200px 0;
}
.popup .container{
    max-width: 811px;
    margin: auto;
}
.popup .popup-top-part{
    margin-top: 20px;
}
.popup .popup-top-part ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin-bottom: 33px;
    position: relative;
    z-index: 100;
}
.popup .popup-top-part ul li{
    color: var(--white);
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase;
    border-right: 1px solid var(--white);
    padding: 0 15px;
}
.popup .popup-top-part ul li:first-child{
    padding-left: 0;
}
.popup .popup-top-part ul li:last-child{
    padding-right: 0;
    border-right: 0;
}
.popup .popup-bottom-part .content{
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--white);
    position: relative;
    z-index: 100;
}

.popup .popup-bottom-part .content a{
    color: var(--white);
}

.popup .popup-close{
    position: absolute;
    top: 12%;
    right: 25%;
    z-index: 100;
}
.popup .popup-clip-path{
    clip-path: circle(6.1% at 50% 0);
    position: absolute;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--BALANCE-blue);
    border-radius: 50%;
    /* transition: clip-path 0.8s; */
    animation: growOut 700ms ease-in-out forwards;  
    transform-origin: top center;
}
@keyframes growOut {
    0% {
       transform: scale(0)
   }
   80% {
       transform: scale(1.1)
   }
   100% {
       transform: scale(1)
   }
}
.popup .popup-clip-path.active{
    width: 100%;
    height: 100%;
    clip-path: circle(200% at 50% 15%);
}
.popup-text.active{
    /* transform: scale(1.4); */
    /* transition: 0.3s all ease-in-out; */
}
.popup-text.active .name{
    font-size: 28px !important;
    line-height: 41px !important;
    letter-spacing: 0.025em !important;
}
.popup-text.active .designation{
    font-size: 20px !important;
    line-height: 30px !important;
}

.text.active .name{
    color: var(--white);
}

/* news start */
.template-news{
    overflow: hidden;
}
.template-news .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.template-news .title{
    opacity: 1 !important;
}
.site-footer2.news-footer{
    padding-top: 80px;
}
.section-news-block{
    padding: 80px 0 0 0;
}
.section-news-block .news-title{
    background: linear-gradient(90deg,#6495ed 50%,#c8dafa);
}
.section-news-block .news-title .newstitle-wrap{
    display: flex ;
}   

.section-news-block .news-title .image{
    background-image: url(images/balance-c.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}
.section-news-block .news-title .title{
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin: auto;
    color: #fff;
    font-family: "Montserrat",sans-serif;
}
.section-news-block .company-news{
    /* display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; */
    z-index: 0;
    border-radius: 10px;
}
.section-news-block .company-news .news-card{
    z-index: 100;
    position: relative;
    background-color: #fff;
    opacity: 1;
    /* width: 500px; */
    /* min-height: 180px; */
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px;
    color: #000;
    cursor: pointer;
    box-shadow: 11px 8px 15px 2px rgb(0 0 0 / 49%);
    min-height: 270px;
}
.section-news-block .company-news .news-card .whole-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.section-news-block .company-news .news-card .wrap-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.section-news-block .company-news .news-card  .top-content{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}
.section-news-block .company-news .news-card  .top-content .inner-left-content .new-card-title{
    font-size: 16px;
    color: rgb(93, 173, 226);
    font-weight: 600;
    margin-bottom: 0;
}
.section-news-block .company-news .news-card  .top-content .inner-left-content .date{
    font-size: 14px;
    color: darkgray;
    font-weight: 500;
    padding: 5px 0px 0px 5px;
}
.section-news-block .company-news .news-card  .top-content .right-content img{
    height: 32px;
    color: var(--white) !important;
}
.section-news-block .company-news .news-card .discription{
    /* font-size: 16px; */
    color: rgb(93, 173, 226);
    font-weight: 400;
    padding: 15px 5px 0px;
}
.section-news-block .company-news .news-card .play-button{
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #6495ed;
    overflow: hidden;
    margin: 0 5px;
    font-size: 32px;
}
.section-news-block .company-news .news-card .play-button svg {
    user-select: none;
    width: 1em;
    height: 1em;
    /* display: inline-block; */
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: white;
}

/* section-privacy start */
.section-privacy{
    padding-top: 200px;
}
.section-privacy .dark-font{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: var(--black);
    font-weight: 600;
}

.section-privacy .title-pp{
    text-align: center;
}
.section-privacy h1{
    font-size: 45px !important;
    line-height: 45px !important;
    color: var(--dark-grey) !important;
    margin-bottom: 56px;
}
.section-privacy ul{
    margin-bottom: 40px;
}
.section-privacy .date{
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-grey);
}
.section-privacy .details{
    margin-bottom: 40px;
}
.section-privacy .details ul{
    color: var(--black);
}
.section-privacy .details span{
    text-decoration: underline;
    margin-bottom: 10px;
}
.section-privacy .paragraph-title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    text-align: center;
}
.section-privacy p{
    color: #212529;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 10px;
}
.section-privacy .information li p{
     margin-top: 25px;
     margin-bottom: 25px;
}
.section-privacy .under-line-text{
    text-decoration: underline;
    font-size: 18px;
    color: var(--dark-grey);
    text-align: center;
}
.section-privacy .dark-list-item{
    color: var(--dark-grey);
    font-weight: 400;
}   
/* .section-privacy .information-2 .under-line-text{
    margin-top: 30px;
    margin-bottom: 60px;
    
} */
/* section-privacy end */




/* section-terms-and-conditions start */
.section-terms-and-conditions{
    padding-top: 200px;
}
.section-terms-and-conditions .dark-font{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: var(--black);
    font-weight: 600;
}

.section-terms-and-conditions .title-pp{
    text-align: center;
}
.section-terms-and-conditions h1{
    font-size: 45px !important;
    line-height: 45px !important;
    color: var(--dark-grey) !important;
    margin-bottom: 56px;
}
.section-terms-and-conditions ul{
    margin-bottom: 40px;
}
.section-terms-and-conditions .date{
    text-align: center;
    margin-bottom: 50px;
    color: var(--dark-grey);
}
.section-terms-and-conditions .details{
    margin-bottom: 40px;
}
.section-terms-and-conditions .details ul{
    color: var(--black);
}
.section-terms-and-conditions .details span{
    text-decoration: underline;
    margin-bottom: 10px;
}
.section-terms-and-conditions .paragraph-title{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 10px;
    text-align: center;
}
.section-terms-and-conditions p{
    color: #212529;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 10px;
}
.section-terms-and-conditions .information li p{
     margin-top: 25px;
     margin-bottom: 25px;
}
.section-terms-and-conditions .under-line-text{
    text-decoration: underline;
    font-size: 18px;
    color: var(--dark-grey);
    text-align: center;
}
.section-terms-and-conditions .dark-list-item{
    color: var(--dark-grey);
    font-weight: 400;
}   
/* .section-terms-and-conditions .information-2 .under-line-text{
    margin-top: 30px;
    margin-bottom: 60px;
    
} */
/* section-terms-and-conditions end */

/* section-contact */

.section-contact{
    background-color: white;
    padding-top: 200px;
    padding-bottom: 300px;
}

.section-contact.about{
    padding: 280px 0 157px 0;
    position: relative;
}
.section-contact.community{
    padding: 60px 0 60px 0;
}
.section-contact.community .image-wrapper img,
.section-contact.about .image-wrapper img{
    animation: unset;
    animation-timing-function:unset;
}
.section-contact .content .title{
    font-size: 90px;
    line-height: 90px;
    color: var(--dark-grey);
    margin-bottom: 56px;
}
.section-contact .content .title span{
    font-weight: 500;
}
.section-contact .content .text{
    color:var(--davy-grey);
    max-width: 741px;
}
.section-contact .content p{
    margin-bottom: 40px;
}
.section-contact .content p:last-child{
    margin-bottom: 0;
}

.section-contact .image-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
}
.section-contact .image-wrapper img{
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate-360 5s infinite;
    animation-timing-function: linear;
}
@keyframes rotate-360 {
    0%   {transform: rotate(0);}
    
    100% {transform: rotate(360deg);}
}
.section-contact.about .content p{
    margin-bottom: 1rem;
}
.section-contact.about .image-wrapper{
    position: absolute;
    top: 25%;
    width: unset;
    height: unset;
}
.section-contact.community .image-wrapper{
    position: relative;
}
.section-contact.community .image-wrapper img{
    position: relative;
}
.section-contact.community.section-2 .content .title{
    margin-bottom: 32px;
}
.section-contact.community {
    counter-reset: section;

}
.section-contact.community .content ol{
    padding: 0;
}
.section-contact.community .content li{
    counter-increment: section;
    list-style-type: none;
    position: relative;
    margin-bottom: 16px;
    min-height: 50px;
    padding-left: 60px;
    display: flex;    
    align-items: center;
}
.section-contact.community .content li::before{
    content: counter(section)".";
    position: absolute;
    background-color: var(--white);
    top: 0;
    left: 0;
    padding:12px 18px 12px 17px;
    border-radius: 50%;
    box-shadow: 20px 5px 24px rgba(0, 0, 0, 0.05);
}

/* END section-contact */


/* section-subscription-plan */

.section-subscription-plans{
    background-color: white;
    padding-top: 200px;
}

.section-subscription-plans .plans-background{
    background-color: var(--BALANCE-blue);
    /*background-color: var(--GROWTH-yellow);*/
    /*margin-top:122px;*/
    margin-bottom:122px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-top-right-radius: clamp(50px,20vw,200px);
    border-bottom-right-radius: clamp(50px,20vw,200px);
    overflow-x: clip;
}


.subscriptionsRow {
    display:flex; 
    flex-direction:row; 
    align-items:flex-start; 
    justify-content:center;
    flex-wrap:wrap;
}

.subscriptionColumn {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    width:clamp(300px,20vw,500px);
    /*min-width: 450px;*/
    /*min-height:clamp(500px,80vh,1600px);*/
    background-color: #fafafa;
    margin:10px 10px;
    padding:10px 15px;
    border-radius: clamp(10px,5vw,20px);

}

.section-subscription-plans .btn-custom {
     padding:10px 10px;

}


.section-subscription-plans p {
    text-align:left;
    display: inline-block;
    vertical-align: middle;
    /*justify-content:flex-start;*/
    width:100%;
    padding:10px 10px;
    /*min-height:clamp(100px,10vh,300px);*/
}


.section-subscription-plans ul {
    text-align:left;
    display: inline-block;
    vertical-align: middle;
    /*justify-content:flex-start;*/
    width:100%;
    /*padding:10px 5px;*/
    /*min-height:clamp(100px,10vh,300px);*/
}


.section-subscription-plans .title1 {
    font-family: 'Raleway', sans-serif !important; 
    font-size: 56px !important;
    line-height: 56px !important;
    font-weight: 700 !important;
    text-align:center;
    padding:20px 0px;
    opacity: 1;
}


.section-subscription-plans .title2{
    font-family: 'Raleway', sans-serif !important;
    font-size: 36px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
    text-align:center;
    padding:20px 0px;
}

.section-subscription-plans .title3{
    font-family: 'Raleway', sans-serif !important;
    font-size: 24px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    text-align:center;
    padding:20px 0px;
}


.section-subscription-plans .title4{
    /*font-family: 'Raleway', sans-serif !important; */
    font-size: 18px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    width:100%;
    text-align:left;
    padding: 0px;
    padding:10px 5px 0px 5px;
}


.section-subscription-plans .hero-banner{
    position:relative;
    background-color: var(--GROWTH-yellow);
    border-radius: 0px 101.5px 100px 0px;
    /*padding: 20px 213px 20px 670px;*/
    /*padding:20px 0px;*/
    margin-right: 10vw;
    margin-left: 10vw;
    text-align:center;
}
.section-subscription-plans .hero-banner .label{
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: var(--white);
}
.section-subscription-plans .hero-banner .title{
    /*position:absolute;*/
    /*top:50%;*/
    /*left:50%;*/
    /*transform:translate(-50%,0);*/
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    color: var(--white);
}


.section-subscription-plans .bg1{
    position: absolute;
    top: 45px;
    opacity: 1;
}

.section-subscription-plans .bg2{
    opacity: 1;
    position: absolute;
    right: 0px;
    top:175px;
}
.section-subscription-plans .bg3{
    opacity: 1;
    position: absolute;
    left: 0px;
    top:50%;
    /* transform:rotate(180deg) */
}
.section-subscription-plans .bg4{
    opacity: 1;
    position: absolute;
    right: 0px;
    bottom:150px;
}
/*
.section-subscription-plans  .icons img{
    max-width: 19px;
}

.section-subscription-plans  p img{
    max-width: 19px;
    transform:translate(0,-25%);
}   

.section-subscription-plans img{
    max-width: 19px;
    transform:translate(0,-25%);
}  
*/
      
/* section-subscription-practice end*/

/* NEWS Start*/

.section-popup{
    padding-top: 200px;
}
.section-popup .top-content{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.section-popup  h4{
    color: var(--BALANCE-blue);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.section-popup h5{
    color: var(--BALANCE-blue);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}


.section-popup .top-content .left .news-release-title .date{
    color: darkgray;
    font-weight: 500;
    padding: 5px 0px 0px 5px;
    font-size: 16px;
    margin-bottom: 50px;
}
.section-popup .link a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}
.section-popup p span{
    color: #000;
    font-weight: bolder;
}
.section-popup p  a{
    text-decoration: none;
}
.site-footer3 .left-content,
.site-footer2 .left-content,
.site-footer .left-content{
    display: flex;
    align-items: center;
}
.site-footer3 .left-content a,
.site-footer2 .left-content a,
.site-footer .left-content a
{
    margin-right: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--white);
    text-decoration: none;
}

.section-popup .copyright{
   font-weight: 600;
    font-size: 12px;
    line-height: 14px;    
}

/* NEWS end*/

/* popup */
.rolling-box{
    width: 100%;
    height: 58px;
    overflow: hidden;
    margin-bottom: 44px;
    position: relative;
}
.rolling-inner {
    position: absolute;
    top : 0px;
    left : 0;
    width: 100%;
}

 .section-hero .content  .rolling-box .title{
    margin-bottom: 0;
}
.section-hero .content .title.yellow{
    color: var(--GROWTH-yellow);
}
.section-hero .content .title.blue{
    color: var(--BALANCE-blue);
}
.section-hero .content .title.t-purple{
    color: var(--TEAM-purple);
}
.section-hero .content .title.s-green{
    color: var(--SOCIAL-green);
}
.section-hero .content .title.d-purple{
    color: var(--DEI-purple);
}
.section-hero .content .title.cs-green{
    color: var(--CS-green);
}
@media only screen and (min-width: 1920px) {
    .container{
        max-width: calc(1700px + var(--bs-gutter-x, .75rem)*2);
    }
    .site-header2 .container{
        max-width: calc(1700px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-platform-info .container{
        max-width: calc(1700px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-connectivity-about .container{
        max-width: calc(1700px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-community .container{
        max-width: calc(1700px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-contact .container{
        max-width: calc(1700px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-hero{
        background-position: center;
    }
    .section-conectivity .bg .bg-gif{
        position: absolute;
        top: -8%;
        left: -8%;
    }
    .section-speciality{
        padding-bottom: 140px;
    }
    .site-footer .form-box .social-links li:not(:last-child):after{
        left: 213%;
    }
}

@media only screen and (min-width: 993px) {
    .site-header2 .navbar-expand-lg .navbar-nav .btn-trans{
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 57px;
        margin-left: 22px;
        overflow: hidden;
    }
        
}

@media only screen and (max-width: 1440px){

       /* site-header */
    .site-header2 .navbar-expand-lg .navbar-nav .nav-link{
        padding: 11px 15px;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        padding: 11px 18px;
    }




    /* section-solutions */
    .section-solutions{
        padding-top: 325px;
    }
    .section-solutions.active .fake-circle{
        display: none;
    }
    .section-solutions .bg-circle .circle-1{
        width: 727px;
        height: 727px;
        padding: 90px;
    }
    .section-solutions .bg-circle .circle-2{
        width: 550px;
        height: 550px;
        padding: 90px;
    }
    .section-solutions .bg-circle .circle-3{
        width: 301px;
        height: 301px;
    }
    .section-solutions .bg-circle .icon{
        width: 74px;
        height: 74px;
    }
    .section-solutions .bg-circle .icon .i-image{
        max-width: 48px;
    }
    .section-solutions .bg-circle{
        top: -12%;
    }
    .section-solutions .content .title{
        margin-bottom: 21px;
    }
    .section-solutions .bg-circle .avtar .icon img{
        width: 15px;
    }
    .left-border{
        border-left: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .section-solutions .content .btn-custom{
        margin-left: 0;
    }
    .section-solutions .circle-blocks .row>*{
        width: 50%;
    }
    .section-solutions .circle-blocks .circle{
        margin-bottom: 35px;
    }
    .box-shadow:after, .box-shadow:after{
        top: -15px;
        width: 130px;
        height: 7px;
    }
    .section-solutions .circle-blocks .circle .circle-title, .section-speciality .circle-wrapper .circle .circle-title{
        font-size: 12px;
        line-height: 13px;
        top: 50px;
    }
    /* end section-solutions */

    .image-medium {
        height: 24px;
        padding-left: 4px;
        padding-right:4px;
    } 
    
    .image-large {
        height: 32px;
        padding-left: 5px;
        padding-right:5px;
    } 
    
    
    .image-xl {
        height: 48px;
        padding-left: 5px;
        padding-right:5px;
    }    
    
    .image-xll {
        height: 64px;
        padding-left: 5px;
        padding-right:5px;
    } 
    
    .image-xxl{
        height: 96px;
    }    
    
    .image-xxxl{
        height: 196px;
    }    
    
    .image-xxxxl{
        height: 256px;
    }
}

@media only screen and (max-width: 1325px){
    /* section-solutions */
    .section-solutions{
        padding-top: 325px;
    }
    .section-solutions.active .fake-circle{
        display: none;
    }
    .section-solutions .bg-circle .circle-1{
        width: 636px;
        height: 636px;
        padding: 90px;
    }
    .section-solutions .bg-circle .circle-2{
        width: 464px;
        height: 464px;
        padding: 90px;
    }
    .section-solutions .bg-circle .circle-3{
        width: 263px;
        height: 263px;
    }
    .section-solutions .bg-circle .icon{
        width: 64px;
        height: 64px;
    }
    .section-solutions .bg-circle .icon .i-image{
        max-width: 40px;
    }
    .section-solutions .bg-circle{
        top: -12%;
    }
    .section-solutions .content .title{
        margin-bottom: 21px;
    }
    .section-solutions .bg-circle .avtar .icon img{
        width: 15px;
    }
    .left-border{
        border-left: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .section-solutions .content .btn-custom{
        margin-left: 0;
    }
    .section-solutions .circle-blocks .row>*{
        width: 50%;
    }
    .section-solutions .circle-blocks .circle{
        margin-bottom: 35px;
    }
    .box-shadow:after, .box-shadow:after{
        top: -15px;
        width: 130px;
        height: 7px;
    }
    .section-solutions .circle-blocks .circle .circle-title, .section-speciality .circle-wrapper .circle .circle-title{
        font-size: 12px;
        line-height: 13px;
        top: 50px;
    }
    /* end section-solutions */

    /* section-conectivity */
    .section-conectivity .innerbox{
        width: 400px;
        height: 400px;
        border: 0;
    }
    .section-conectivity .innerbox p{
        font-size: 18px;
        line-height: 18px;
        position: relative;
    }
    /* .section-conectivity .innerbox .pillar{
        background-color: var(--BALANCE-blue);
    } */
    .section-conectivity .innerbox .pillar-1{
        background-color: var(--BALANCE-blue);
    }
    .section-conectivity .innerbox .pillar-2{
        background-color: var(--TEAM-purple);
    }
    .section-conectivity .innerbox .pillar-3{
        background-color: var(--SOCIAL-green);
    }
    .section-conectivity .innerbox .pillar-4{
        background-color: var(--GROWTH-yellow);
    }
    .section-conectivity .innerbox .pillar-5{
        background-color: var(--DEI-purple);
    }
    .section-conectivity .innerbox .pillar-6{
        background-color: var(--CS-green);
    }
    .section-conectivity .innerbox .icon-2 p{
        left: 30%;
    }
    .section-conectivity .innerbox .icon-3 p{
        left: 65%;
    }
    .section-conectivity .innerbox .icon-4 p{
        bottom: -100px;
    }
    .section-conectivity .innerbox .icon-5 p{
        left: -75%;
    }
    .section-conectivity .innerbox .icon-6 p{
        left: -45%;
    }
    /* section-conectivity */

    /* site-header */

    .site-header2 .navbar-expand-lg .navbar-nav .nav-link{
        padding: 11px 15px;
    }

    /* site-header */

    .section-speciality .categories {
        column-gap: 80px;
    }
    .section-conectivity .bg .bg-gif{
        top: -33%;
        left: -23%;
    }
}

@media only screen and (max-width: 1250px){
    .site-header2 .navbar-expand-lg .navbar-nav .nav-link{
        padding: 11px 12px;
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
        padding: 11px 18px;
    }

    /* section-spotlight */
    .section-spotlight .bottom-content .left{
        padding: 0;
    }
    .section-spotlight .hero-banner {
        padding: 20px 100px 20px 570px;
    }
    /* section-spotlight */
    .section-topics .topics-content.image-left .image-wrapper .image{
        max-width: 450px;
    }
    .section-topics .topics-content.image-right .image-wrapper{
        top: -30%;
    }
    /* site-footer */
    .site-footer .bottom-part{
        bottom: -120px;
    }
    .site-footer .form-box .social-links li:not(:last-child):after{
        left: 137%;
    }
    /* site-footer */

    /* section-connectivity-about */
    .section-connectivity-about .image-wrapper img{
        max-width: 400px;
    }
    /* section-connectivity-about */
    
    /* section-contact */
    .section-contact .image-wrapper img{
        max-width: 400px;
    }
    /* section-contact */    
}

@media only screen and (max-width: 1200px){
    /* section-conectivity */
    .section-conectivity .innerbox{
        width: 300px;
        height: 300px;
        border: 0;
    }
    .section-conectivity .innerbox p{
        font-size: 16px;
        line-height: 16px;
        position: relative;
    }
    /* .section-conectivity .innerbox .pillar{
        background-color: var(--BALANCE-blue);
    } */
    
    .section-conectivity .innerbox .icon-1{
        top: -30%;
    }
    .section-conectivity .innerbox .icon-2{
        right: -20%;
        top: 10%;
    }
    .section-conectivity .innerbox .icon-2 p{
        left: 30%;
    }
    .section-conectivity .innerbox .icon-3{
        right: -20%;
        bottom: 33%;
    }
    .section-conectivity .innerbox .icon-3 p{
        left: 65%;
    }
    .section-conectivity .innerbox .icon-4{
        bottom: 2%;
    }
    .section-conectivity .innerbox .icon-4 p{
        bottom: -100px;
    }
    .section-conectivity .innerbox .icon-5{
        left: -15%;
        bottom: 33%;
    }
    .section-conectivity .innerbox .icon-5 p{
        left: -75%;
    }
    .section-conectivity .innerbox .icon-6{
        left: -30%;
        top: 10%;
    }
    .section-conectivity .innerbox .icon-6 p{
        left: -45%;
    }
    .section-conectivity .content{
        max-width: 500px;
    }
    /* section-conectivity */

    /* section-platform-about */
    .section-platform-about .image1{
        text-align: end;
        position: unset;
    }
    .section-platform-about .image1 img{
        max-width: 450px;
    }

    /* section-platform-about */

    .section-platform-ai .image-wrapper,
    .section-platform-connect .image-wrapper,
    .section-platform-accesible .image{
        max-width: 400px;
    }

    /* section-conecteres */
    .section-conecteres .bottom-part .circle-1{
        max-width: 1000px;
        height: 1000px;
    }
    .section-conecteres .bottom-part .circle-2{
        max-width: 700px;
        height: 700px;
    }
    .section-conecteres .bottom-part .circle-3{
        max-width: 400px;
        height: 400px;
    }
    /* section-conecteres */
    .section-conectivity .bg .bg-gif{
        top: -60%;
        left: -34%;
    }

    .subscriptionColumn {
        width:400px;
    }  
}




@media only screen and (max-width: 1100px){
    .title{
        font-size: 80px;
        line-height: 80px;
    }
    .section-solutions .circle-blocks .circle, .section-speciality .circle-wrapper .circle{
        width: 200px;
        height: 200px;
    }
    .section-solutions .circle-blocks .circle:before, .section-speciality .circle-wrapper .circle:before{
        width: 200px;
        height: 200px;
        border: 20px solid var(--BALANCE-blue);
    }
    .section-solutions .circle-blocks .circle.purple:before, .section-speciality .circle-wrapper .circle.purple:before{
        border: 20px solid var(--TEAM-purple);
    }
    .section-solutions .circle-blocks .circle.green:before, .section-speciality .circle-wrapper .circle.green:before{
        border: 20px solid var(--SOCIAL-green);
    }
    .section-solutions .circle-blocks .circle.yellow:before, .section-speciality .circle-wrapper .circle.yellow:before{
        border: 20px solid var(--GROWTH-yellow);
    }
    .section-solutions .circle-blocks .circle .circle-title, .section-speciality .circle-wrapper .circle .circle-title{
        top: 40px;
    }
    /* site-footer */
    .site-footer .form-box .social-links li:not(:last-child):after{
        left: 115%;
    }
    /* site-footer */
    /* site-header */
    .site-header2 .navbar-expand-lg .navbar-nav .nav-link{
        padding: 11px 15px;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        padding: 11px 8px;
    }


    /* site-header */

    .section-speciality .categories .item .title{
        font-size: 16px;
        line-height: 16px;
    }

    .subscriptionColumn {
        width:400px;
    }  
    
}


@media only screen and (max-width: 1024px){

    .section-conecteres .bottom-part .circle-1{
        max-width: 700px;
        height: 700px;
    }
    .section-conecteres .bottom-part .circle-1 .icon{
        width: 120px;
        height: 120px;
    }
    .section-conecteres .bottom-part .circle-1 .avtar-1 .icon{
        width: 150px;
        height: 150px;
    }
    .section-conecteres .bottom-part .circle-2{
        max-width: 400px;
        height: 400px;
        padding: 100px;
    }
    .section-conecteres .bottom-part .circle-3{
        max-width: 200px;
        height: 200px;
    }
    .section-conecteres .bottom-part .circle-3 .circle-image img{
        max-width: 450px;
    }
    .section-conecteres .bottom-part .circle-1 .text .name{
        font-size: 16px;
        line-height: 20px;
    }
    .section-conecteres .bottom-part .circle-1 .text .designation{
        font-size: 14px;
        line-height: 18px;
    }
    .left-border{
        min-height: 240px;
    }
    .section-speciality .circle-wrapper{
        bottom: -260px;
        right: -22%;
    }
    .section-conecteres .bottom-part .circle-1 .avtar-4 {
        bottom: -12.5%;
        right: 24%;
    }
    .section-conecteres .bottom-part .circle-1 .avtar-5 {
        bottom: -12.5%;
        left: 22%;
    }
    .section-conecteres .bottom-part .circle-1 .avtar-4 .text .designation,
    .section-conecteres .bottom-part .circle-1 .avtar-5 .text .designation{
        max-width: 200px;
    }

    .subscriptionColumn {
        width:400px;
    }  
    
}

@media only screen and (max-width: 993px){
    .section-hero.section-innerpage-hero{
        min-height: unset;
    }
    .section-hero .content .label,.section-hero .content .title{
        opacity: 1;
        transition: all 0.3s ;
    }
    .first-animate-start{
        display: none;
    }
    .mobile,.tablet{
        display: block;
    }
    .desktop{
        display: none;
    }
    .section-conectivity .innerbox{
        margin: auto;
    }
    body{
        font-size: 14px;
        line-height: 22px;
    }
    /* buttons */

    .btn-primary{
        font-size: 14px;
        line-height: 14px;
        padding: 1.1rem 1.9rem 1rem 1.9rem;
    }
    .btn-primary svg{
        width: 31px;
    }
    .btn-primary:hover svg{
        width: 25px;
        margin-left: 10px;
    }
    .btn-primary:hover{
        padding-left: 1.5rem;
    }
    .btn-custom{
        font-size: 14px;
        line-height: 14px;
    }
    .btn-secondary{
        font-size: 14px;
        line-height: 14px;
        padding: 1.1rem 1.9rem 1rem 1.9rem;
    }
    .btn-secondary svg{
        width: 31px;
    }
    .btn-secondary:hover svg{
        width: 25px;
        margin-left: 10px;
    }

    /* buttons */
    .title{
        font-weight: 500;
        font-size: 31px;
        line-height: 32px;
    }
    .label{
        font-size: 16px;
        line-height: 16px;
    }
    /* header */
    .site-header .navbar{
        padding-top: 0;
    }
    .site-header2 .navbar-nav,
    .site-header .navbar-nav{
        align-items: start;
        border-left: 1px solid rgba(255,255,255,0.6);
        margin-top: 62px;
    }
    .site-header2 .navbar-expand-lg .navbar-nav .nav-link,
    .site-header .navbar-expand-lg .navbar-nav .nav-link{
        margin-bottom: 0;
    }
    .navbar-nav .nav-link.user,
    .navbar-nav .nav-link.btn-blue{
        display: none;
    }
    .navbar-toggler:active,
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .site-header .navbar .navbar-brand img,
    .site-header2 .navbar .navbar-brand img{
        max-width: 95px;
    }
    .navbar-toggler-icon{
        margin-right: 25px;
    }
    .navbar-toggler-icon .toggle-icon{
        position: relative;
        width: 47px;
        margin-right: 10px;
    }
    .navbar-toggler-icon .toggle-icon .bar{
        width: 47px;
        height: 4px;
        background-color: var(--white);
        border-radius: 4px;
        transition: 0.3s all ease-in-out;
    }
    .navbar-toggler-icon .toggle-icon .bar.second{
        width: 35px;
        position: absolute;
        right: 0;
        top: 15px;
    }
    .navbar-toggler.active .bar.first{
        transform: rotate(45deg);
    }
    .navbar-toggler.active .bar.second{
        transform: rotate(-45deg);
        width: 47px;
        top: 0;
    }
    .navbar .social-links{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
        margin-top: 57px;
    }
    .navbar .social-links li{
        width: 50%;
        margin-bottom: 20px;
    }
    .navbar .social-links li a{
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        color: var(--BALANCE-blue);
        text-decoration: none;
    }
    .navbar .social-links li::marker{
        color: rgba(255,255,255,0.38);
    }
    .site-header2.active .navbar,
    .site-header.active .navbar{
        background-color: rgba(0, 0, 0, 0.8);
        /* mix-blend-mode: multiply; */
        margin-top: 0;
        z-index: 9999999;
    }
    .site-header .navbar .nav-item{
        padding: 0;
    }
    .site-header .navbar .container{
        align-items: center;
    }



    /* header */
    /* section-hero */

    .section-hero .video-block{
        height: 550px;
    }
    .section-hero .content{
        top: 200px;
    }
    .section-hero .content .title{
        font-size: 31px;
        line-height: 32px;
    }
    /* section-hero */

    /* section-solutions */
    .section-solutions{
        padding-top: 325px;
    }
    .section-solutions.active .fake-circle{
        display: none;
    }
    .section-solutions .bg-circle .circle-1{
        width: 449px;
        height: 449px;
        padding: 60px;
    }
    .section-solutions .bg-circle .circle-2{
        width: 327px;
        height: 327px;
        padding: 60px;
    }
    .section-solutions .bg-circle .circle-3{
        width: 186px;
        height: 186px;
    }
    .section-solutions .bg-circle .icon{
        width: 46px;
        height: 46px;
    }
    .section-solutions .bg-circle .icon .i-image{
        max-width: 28px;
    }
    .section-solutions .bg-circle{
        top: -12%;
    }
    .section-solutions .content .title{
        margin-bottom: 21px;
    }
    .section-solutions .bg-circle .avtar .icon img{
        width: 15px;
    }
    .left-border{
        border-left: 0;
        padding: 0;
        margin-bottom: 30px;
    }
    .section-solutions .content .btn-custom{
        margin-left: 0;
    }
    .section-solutions .circle-blocks .row>*{
        width: 50%;
    }
    .section-solutions .circle-blocks .circle{
        margin-bottom: 35px;
    }
    .box-shadow:after, .box-shadow:after{
        top: -15px;
        width: 130px;
        height: 7px;
    }
    .section-solutions .circle-blocks .circle .circle-title, .section-speciality .circle-wrapper .circle .circle-title{
        font-size: 12px;
        line-height: 13px;
        top: 50px;
    }
    /* end section-solutions */

    /* section-conectivity */

    .section-speciality .section-conectivity{
        padding: 0;
    }
    .section-speciality .section-conectivity .clip-path-color{
        clip-path: circle(1% at 50% 23%);
    }
    .section-conectivity .top-content{
        text-align: center;
    }
    .section-conectivity .bg{
        top: 50px;
    }
    .section-conectivity .content{
        padding-top: 200px;
        margin: auto;

    }
    .section-conectivity .clip-path-color{
        clip-path: circle(1% at 51% 39%);
    }
    .section-conectivity .clip-path-color.active{
        clip-path: circle(100% at 51% 39%);
    }
    .section-connectivity-about .image-wrapper img{
        position: unset;
    }
    .section-connectivity-about .image-wrapper{
        text-align: center;
    }
    .section-connectivity-about{
        padding: 100px 0;
    }
    .section-connectivity-about .content{
        margin-bottom: 20px;
    }
    .section-connectivity-about .content .text{
        max-width: unset;
    }
    .section-connectivity-about.about .image-wrapper{
        position: unset;
        top: unset;
    }
    .section-connectivity-about.about{
        padding: 150px 0 50px 0;
    }
    .section-connectivity-about.about.section-2{
        padding-top:0 ;
    }
    .section-connectivity-about.community .content li{
        margin-bottom: 10px;
    }
    /* section-conectivity */


    /* section-contact */
    .section-contact .image-wrapper img{
        position: unset;
    }
    .section-contact .image-wrapper{
        text-align: center;
    }
    .section-contact{
        padding: 100px 0;
    }
    .section-contact .content{
        margin-bottom: 20px;
    }
    .section-contact .content .text{
        max-width: unset;
    }
    .section-contact.about .image-wrapper{
        position: unset;
        top: unset;
    }
    .section-contact.about{
        padding: 150px 0 50px 0;
    }
    .section-contact.about.section-2{
        padding-top:0 ;
    }
    .section-contact.community .content li{
        margin-bottom: 10px;
    }
    /* end section-contact */


    /* section-conectivity */

    .section-speciality .section-conectivity{
        padding: 0;
    }
    .section-speciality .section-conectivity .clip-path-color{
        clip-path: circle(1% at 50% 23%);
    }
    .section-conectivity .top-content{
        text-align: center;
    }
    .section-conectivity .bg{
        top: 50px;
    }
    .section-conectivity .content{
        padding-top: 200px;
        margin: auto;

    }
    .section-conectivity .clip-path-color{
        clip-path: circle(1% at 51% 39%);
    }
    .section-conectivity .clip-path-color.active{
        clip-path: circle(100% at 51% 39%);
    }
    .section-connectivity-about .image-wrapper img{
        position: unset;
    }
    .section-connectivity-about .image-wrapper{
        text-align: center;
    }
    .section-connectivity-about{
        padding: 100px 0;
    }
    .section-connectivity-about .content{
        margin-bottom: 20px;
    }
    .section-connectivity-about .content .text{
        max-width: unset;
    }
    .section-connectivity-about.about .image-wrapper{
        position: unset;
        top: unset;
    }
    .section-connectivity-about.about{
        padding: 150px 0 50px 0;
    }
    .section-connectivity-about.about.section-2{
        padding-top:0 ;
    }
    .section-connectivity-about.community .content li{
        margin-bottom: 10px;
    }
    /* section-conectivity */
    
    /* section-platform-about */
    .section-platform-info .title{
        font-size: 30px;
        line-height: 30px;
    }
    .section-platform-about .text{
        max-width: unset;
    }
    .section-platform-about .title,
    .section-connectivity-about .content .title{
        font-size: 40px;
        line-height: 40px;
    }
    .section-platform-about .image1{
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .section-platform-connect,
    .section-platform-accesible{
        border-radius: 0;
    }
    .section-platform-info .bg1 img{
        max-width: 100px;
    }
    .section-platform-info .bg2 img{
        max-width: 100px;
    }
    /* section-platform-about */



    /* footer */
    .site-footer2{
        padding-top: 50px;
    }
    .site-footer2 .top-part .title{
        margin-bottom: 30px;
    }
    .site-footer2 .top-part .title,
    .site-footer .top-part .title{
        font-size: 40px;
        line-height: 40px;
    }
    .site-footer2 .top-part .content .btn-secondary{
        padding: 1.375rem 5.5rem 1.188rem 5.5rem;
    }
    .site-footer .form-box{
        border-radius: 0;
        max-width: 100%;
    }
    .site-footer .form-box .social-links{
        list-style: disc;
        margin-top: 45px;
        margin-bottom: 34px;
    }
    .site-footer .form-box .social-links li:not(:last-child):after{
        content: unset;
    }
    .site-footer .bottom-part{
        position: unset;
    }
    .site-footer .bottom-part .image{
        height: 100%;
        border-radius: 0;
    }
    .site-footer .copyright{
        position: unset;
        padding: 33px 24px;
    }
    .site-footer .copyright .text-1{
        margin-bottom: 23px;
    }
    .site-footer .copyright .text-2,
    .site-footer2 .copyright .text-2,
    .site-footer3 .text-2
    {
        justify-content: start;
    }
    .site-footer .copyright .text-1, .site-footer .copyright .text-2{
        color: #212121;
    }
    .site-footer .footer-col{
        margin-top: unset !important;
    }
    .site-footer .form-box{
        padding: 0;
        max-width: 380px;
    }
    .site-header .navbar-expand-lg .navbar-nav .nav-link{
    color: var(--white);
    }
    
    /* footer */

    .image-top{
        order: -1;
    }
    .section-conectivity .bg .bg-gif{
        display: none;
    }
    .section-spotlight-info .image{
        left: 27px;
        max-width: 500px;
        margin: auto;
    }
    .section-spotlight .bottom-content .left .images{
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 24%;
    }
    .section-spotlight .hero-banner{
        padding: 0;
        border-radius: 0;
        height: 145px;
    }
    .section-spotlight .bottom-content{
        justify-content: left;
    }
    .section-spotlight .bottom-content .right{
        margin-top: 90px;
        padding-left: 19px;
    }

    /* section-information */
    .section-information .top-content .title{
        font-size: 40px;
    }
    .section-information .top-content .title .image-1{
        width: 80px;
        height: 80px;
    }
    .section-information .top-content .title .image-2{
        width: 181px;
        height: 78px;
    }
    .section-spotlight .bottom-content .light-1{
        left: -82%;
    }
    .section-spotlight .bottom-content .light-2{
        left: -29%;
    }
    /* section-information */

    /* section-topics */
    .section-topics .topics-content.image-right .bg-1 img{
        max-width: 100px;
    }
    .section-topics .topics-content.image-left .bg-1 img{
        max-width: 100px;
    }
    .section-topics .topics-content.image-right .bg-2 img,
    .section-topics .topics-content.image-left .bg-2 img{
        max-width: 150px;
        height: 150px;
    }
    .section-topics .topics-content.image-left .bg-2{
        left: 55%;
    }
    
    .section-topics .topics-content.image-right .content{
        padding-left: 100px;
    }
    .section-topics .topics-content.image-right .content .title, .section-topics .topics-content.image-left .content .title{
        font-size: 20px;
        line-height: 22px;
    }
    /* section-topics */

    /* animated-image */
    .section-community .banner{
        margin-bottom: 0;
    }

    .section-community .animated-image .image-1{
        position: unset;
    }
    .section-community .animated-wrapper{
        top: 0;
        margin-top: -70px;
    }
    .section-community .animated-image .image-2{
        position: absolute;
    }
    .section-community .image-top{
        padding-top: 75px;
    }
    .section-community{
        padding-bottom: 0;
    }

    /* animated-image */

    /* sectiom-grow-business */
    .sectiom-grow-business .ring-container{
        display: none;
    }
    /* sectiom-grow-business */

    /* speciality-mobile */
    
    .section-speciality{
        padding: 100px 0;
    }
    .section-speciality .innerbox{
        /* border: 1px solid rgba(255, 255, 255, 0.2); */
        width: 300px;
        height: 300px;
        position: relative;
        border-radius: 100%;
        z-index: 20;
        margin: auto;
    }
    .section-speciality .category{
        position: unset;
    }
    .section-speciality .innerbox .item{
        position: absolute;
    }
    .section-speciality .innerbox .item.item1{
        top: -27%;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-speciality .innerbox .item.item1 .title{
        transform: translateY(0);
    }
    .section-speciality .innerbox .item.item2{
        right: -20%;
        top: 0;
    }
    .section-speciality .innerbox .item.item2 .title{
        transform: translateX(10px);
    }
    .section-speciality .innerbox .item.item3{
        right: -20%;
        bottom: 18%;
    }
    .section-speciality .innerbox .item.item3 .title{
        transform: translateX(42px);
    }
    .section-speciality .innerbox .item.item4{
        bottom: -22%;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-speciality .innerbox .item.item4 .title{
        transform: translateY(90px);
    }
    .section-speciality .innerbox .item.item5{
        bottom: 18%;
        left: -18%;
    }
    .section-speciality .innerbox .item.item5 .title{
        transform: translateX(-6px);
    }
    .section-speciality .innerbox .item.item6{
        top: 0;
        left: -25%;
    }
    .section-speciality .innerbox .item.item6 .title{
        transform: translateX(-27px);
    }
    .section-speciality .innerbox .item .title{
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        color: var(--white);
    }
    .section-speciality .category .item .images{
        width: 63px;
        height: 63px;
        padding: 12px;
    }
    .section-speciality .category .item .images img{
        max-width: 25px;
    }
    .section-speciality .innerbox .center-image{
        width: 374px;
        height: 374px;
        border: 7px solid var(--white);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    .section-speciality .circle-wrapper{
        display: none;
    }
    .section-speciality .clippath-circle.slide2{
        top: 66px;
        left: 67%;
    }
    .section-speciality .clippath-circle.slide3{
        top: 25%;
        left: 68%;
    }
    .section-speciality .clippath-circle.slide4{
        top: 39%;
        left: 50%;
    }
    .section-speciality .clippath-circle.slide5{
        top: 25%;
        left: 32%;
    }
    .section-speciality .clippath-circle.slide6{
        top: 7%;
        left: 33%;
    }
    .section-speciality .content .title{
        font-size: 30px;
        line-height: 32px;
    }
    .section-speciality .content p{
        font-size: 14px;
        line-height: 28px;
    }
    .section-speciality .content .image-wrapper{
        max-width: 400px;
        margin: auto;
    }
    .section-speciality .content .image-wrapper .image-1{
        position: relative;
    }
    .section-speciality .content .image-wrapper:hover .image-1{
        position: relative;
        transform: unset;
        z-index: 5;
    }
    .section-speciality .content .image-wrapper .image-2{
        position: absolute;
        top: -30px;
    }
    .section-speciality .content .image-wrapper:hover .image-2{
        position: absolute;
        top: 30px;
        z-index: 2;
        transform: unset;
    }
    
    /* speciality-mobile */
    
    /* conecteres-mobile */
    
    .section-conecteres .top-part .title{
        font-size: 50px;
        line-height: 50px;
    }
    
    .section-conecteres .mobile-avtar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #F7F7F7;
        box-shadow: 0px 41px 16px rgba(0, 0, 0, 0.01), 0px 23px 14px rgba(0, 0, 0, 0.03), 0px 10px 10px rgba(0, 0, 0, 0.05), 0px 3px 6px rgba(0, 0, 0, 0.06), 0px 0px 100px rgba(0, 0, 0, 0.06);
        border-radius: 27px;
        padding: 35px;
        margin-bottom: 38px;
        text-align: center;
    }
    .section-conecteres .mobile-avtar .mobile-icon{
        width: 100px;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .section-conecteres .mobile-text .designation{
        margin-bottom: 0;
    }
    .section-conecteres .popup-block{
        position: relative;
    }
    .popup{
        display: none;
        transform: unset;
        background-color: var(--BALANCE-blue);
        height: unset;
        padding: 0 0 60px 0;
        border-radius: 50px 50px 0px 0px;
        transform: translateX(-50%);
        width: 100vw;
    }
    .section-conecteres .popup .mobile-avtar{
        background-color: unset;
        border-radius: unset;
        padding: 0;
        display: block;
        justify-content: unset;
        box-shadow: unset;
        transform: translateY(-30%);
    }
    .popup .popup-top-part{
        margin-top: 0;
    }
    .popup .popup-close{
        top: 2%;
        right: 25%;
    }
    .section-conecteres .popup .mobile-avtar .mobile-icon{
        margin: auto;
    }
    .section-conecteres .popup .mobile-text{
        text-align: center;
        color: var(--white);
    }
    .section-conecteres .popup .mobile-text .name{
        font-size: 24px;
        line-height: 36px;
    }
    .section-conecteres .popup .mobile-text .designation{
        font-size: 20px;
        line-height: 30px;
    }
    .popup .popup-clip-path{
        position: unset;
    }
    .popup .popup-top-part ul{
        flex-wrap: wrap;
        justify-content: start;
    }
    .popup .popup-top-part ul li{
        margin-bottom: 10px;
    }
    .popup .popup-top-part ul li:first-child{
        padding-left: 15px;
    }

    .subscriptionColumn {
        width:300px;
    }  
    
    
    /* conecteres-mobile */
}


@media only screen and (max-width: 768px){


    /* section-platform-about */
    .section-platform-info{
        padding: 80px 0;
    }
    .section-platform-info .content{
        padding-left: 15px;
        margin-top: 20px;
    }
    .section-platform-info .title{
        padding-left: 30px;
        max-width: 147px;
        margin-bottom: 32px;
    }
    .section-platform-info .content p{
        margin-bottom: 1rem;
    }
    .section-platform-connect .image-wrapper:hover .image-1{
        transform: translate(-20px,0);
    }
    .section-platform-connect .image-wrapper:hover .image-2{
        transform: translate(-10px,40px);
        z-index: unset;
    }
    .section-platform-ai .image-wrapper:hover .image-1{
        z-index: 2;
        transform: unset;
    }
    .section-platform-insight .image-wrapper:hover .image-1{
        transform: translate(0px,29px);
        z-index: 2;
    }
    .section-platform-insight .image-wrapper:hover .image-2{
        transform: translate(6px,48px);
        z-index: 1;
    }
    .section-platform-ai .image-wrapper:hover .image-2{
        transform: translate(20px,20px);
        z-index: 1;
    }
    .section-platform-info .image-wrapper,
    .section-platform-accesible .image{
        position: absolute;
        width: 100%;
        max-width: 200px;
        right: 0;
        top: 20px;
    }
    .section-platform-info .image-2{
        transform: translate(-10px,40px);
    }
    .section-platform-insight .image-wrapper .image-2{
        transform: translate(6px,48px);
    }
    .section-platform-ai .image-wrapper{
        left: unset;
        right: 20px;
    }
    .section-platform-accesible .image{
        left: unset;
    }
    .section-platform-ai .rightBlock .bg1{
        right: unset;
        top: 60px;
        left: -20px;
    }
    .section-platform-ai .image-wrapper .image-2{
        transform: translate(20px,20px);
    }
    .section-platform-ai .leftBlock, .section-platform-ai .rightBlock{
        position: unset;
    }
    .section-platform-accesible .leftBlock, .section-platform-accesible .rightBlock{
        position: unset;
    }
    .section-platform-info .bg1{
        top: 70px;
        left: -8px;
    }
    .section-platform-info .bg1 img{
        max-width: 64px;
    }
    .section-platform-accesible .bg2{
        top: 246px;
    }
    .section-platform-about .image1 img,
    .section-connectivity-about .image-wrapper img,
    .section-contact .image-wrapper img{
        max-width: 300px;
    }
    .section-platform-info .title{
        font-size: 20px;
        line-height: 20px;
    }
    .section-platform-accesible .downloadapp .innerimages img{
        max-width: 50px;
    }
    .section-platform-accesible .downloadapp .title{
        padding-left: 0;
    }
    .section-platform-accesible .content{
        padding-top: 0;
    }
    .section-platform-accesible .rightBlock .bg1{
        left: -5%;
        right: unset;
        top: 24%;
    }
    .banner .icons img{
        max-width: 30px;
    }
    .banner .inner-content{
        flex-direction: column;
    }
    .banner .inner-content .icons{
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .section-platform-accesible .banner{
        padding: 20px;
        border-radius: 0;
    }
    .section-platform-accesible{
        border-radius: 0;
    }
    /* section-platform-about */

    /* section-spotlight-heightlight */
    .section-spotlight-info{
        padding-top: 0;
        overflow: hidden;
    }
    .section-spotlight-heightlight{
        overflow: hidden;
    }
    .section-spotlight-heightlight .top-part .image-1,
    .section-spotlight-heightlight .top-part .image-3{
        width: 150px;
        height: 150px;
    }
    .section-spotlight-heightlight .top-part .image-2{
        width: 200px;
        height: 200px;
    }
    .section-spotlight-info .image .image-1{
        position: unset;
    }
    .section-spotlight-info .image .image-2{
        position: absolute;
        top: 0;
    }
    .section-spotlight-heightlight .top-part .image-3{
        transform: translate(-22px,28px);
    }
    .section-spotlight-heightlight .top-part .image-1{
        transform: translate(22px,28px);
    }
    /* section-spotlight-heightlight */

    /* footers */
    .site-footer2 .footer-col,
    .site-footer .footer-col{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:center;
        width: 25%;
        height: 183px;
    }

    .site-footer .form-box .social-links{
        max-width: 243px;
        margin: auto;
        margin-top: 45px;
        margin-bottom: 34px;
        flex-wrap: wrap;
        padding-left: 2rem;
    }
    .site-footer .form-box .social-links li{
        width: 50%;
        margin-bottom: 21px;
    }
    .site-footer2 .image-1,
    .site-footer2 .image-4{
        border-radius: 0;
    }
    .site-footer2 .copyright{
        position: unset;
        padding:33px 24px ;
    }
    .site-footer2 .copyright .text-1, 
    .site-footer2 .copyright .text-2,
    .site-footer3 .text-1, 
    .site-footer3 .text-2    {
        color: #212121;
    }
    .site-footer2 .copyright .text-1,
    .site-footer3 .text-1 {
    margin-bottom: 23px;
    }
    .site-footer .form-box{
        max-width: 320px;
    }
    .site-footer .form-box .input-group{
        flex-wrap: unset;
        align-items: unset;
        column-gap: unset;
        flex-direction: column;
        margin-bottom: 0;
    }
    .site-footer .form-box .input-group input,
    .site-footer .form-box .input-group textarea{
        width: 100%;
        margin-bottom: 32px;
    }

    /* end footers */

    .section-connectivity-about, .section-contact{
        padding: 50px 0;
    }
    .section-connectivity-about .image-wrapper,
    .section-contact .image-wrapper {
        margin-bottom: 30px;
    }

    /* section-topics */
    .section-topics .topics-content{
        margin-bottom: 30px;
    }
    .section-topics .topics-content.image-right .bg-2 img, .section-topics .topics-content.image-left .bg-2 img{
        max-width: 72px;
        height: 72px;
    }

    .section-topics .topics-content.image-right .image-wrapper,
    .section-topics .topics-content.image-left .image-wrapper{
        position: absolute;
        width: 100%;
        max-width: 200px;
        right: 1%;
    }
    .section-topics .topics-content.image-left .image-wrapper{
        top: -58%;
    }
    .section-topics .topics-content.image-left .bg-2{
        left: 10px;
        top: -18px;
    }
    .section-topics .topics-content.image-right .bg-1 {
        top: 38%;
    }
    .section-topics .topics-content.image-left .bg-1{
        transform: rotate(180deg);
        left: unset;
        right: 0;
        top: -20%;
    }
    .section-topics .topics-content.image-left.block-4 .image-wrapper{
        top: -60%;
    }
    .section-topics .topics-content.image-right .content .title,
    .section-topics .topics-content.image-left .content .title{
        max-width: 147px;
        padding-left: 35px;
    }
    .section-topics .topics-content.image-right .content .text,
    .section-topics .topics-content.image-left .content .text{
        max-width: 380px;
    }
    .section-topics .topics-content.image-right .content,
    .section-topics .topics-content.image-left .content{
        padding-left: 0;
    }
    .section-topics .topics-content.image-right.block-3 .bg-2{
        top: 69px;
        left: -2%;
    }
    .section-topics .topics-content.image-right.block-3 .image-wrapper{
        top: -40px;
    }
    .section-topics .topics-content.image-right.block-1 .bg-2{
        left: -17px;
    }
    .section-topics .topics-content .image:hover .image-1{
        position: absolute;
        /* position: relative; */
        z-index: 9;
        transform: translate(6%,16%);
        top: 0;
    }
    .section-topics .topics-content .image:hover .image-2{
        transform: translate(7%,42%);
        position: absolute;
        top: 0;
        z-index: 2;
    }
    .section-topics .topics-content.image-left .image-wrapper .image:hover .image-1{
        position: relative;
        z-index: 9;
        transform: unset;
    }
    .section-topics .topics-content.image-left .image-wrapper .image:hover .image-2{
        position: absolute;
        transform: translate(0%,-70%);
        z-index: 2;
        top: unset;
    }

    /* section-topics */

    /* section-community */
    .section-community .bottom-content .title{
        font-size: 31px;
        line-height: 32px;
    }
    .section-community .banner{
        background-color: unset;
        padding: 0;
        border-radius: 0;
        position: absolute;
        top: -14%;
        right: 0;
    }
    .section-community .banner .inner-content .icons{
        justify-content: center;
    }
    .section-community .banner .inner-content .text{
        padding: 11px 0 11px 22px;
        background-color: var(--light-grey);
        border-radius: 100px 0 0 100px;
        font-size: 10px;
        max-width: 192px;
        line-height: 15px;
    }
    .section-community .banner .icons img{
        max-width: 19px;
    }
    .section-community .image-top{
        padding-top: 64px;
    }
    /* section-information */

    .section-information .info-col{
        width: 50%;
    }
    .section-information .btn-secondary{
        display: none;
    }
    .section-information .top-content .title{
        font-size: 21px;
        line-height: 28px;
    }
    .section-information .download-app{
        display: none;
    }
    .section-information .download-app.mobile{
        display: block;
    }
    .section-information .img-button{
        display: flex;
    }
    .section-information .img-button img{
        width: 130px;
        height: 44px;
    }
    .section-information .img-button img:first-child{
        margin-right: 16px;
    }
    .section-spotlight .bottom-content .left .images .image-1{
        transform: translateX(30px);
    }
    .section-spotlight .bottom-content .left .images .image-3{
        transform: translateX(-30px);
    }
    .section-spotlight .bottom-content .light-1{
        left: -122%;
        /* top: -83%; */
    }
    .section-spotlight .bottom-content .light-2{
        left: -61%;
        /* top: -73%; */
    }
    .section-information .top-content .title .image-2{
        margin-top: 31px;
        margin-bottom: 21px;
    }

    /* section-information */
    
    /* section-community */

    /* section-conectivity */
    .section-conectivity .content{
        padding-top: 80px;
    }
    .section-conectivity .content .subtitle{
        margin-bottom: 22px;
    }
    .section-conectivity .innerbox .center-image{
        width: 227px;
        height: 227px;
        border: 7px solid var(--white);
    }
    .section-conectivity .innerbox .pillar{
        width: 44px;
        height: 44px;
        padding: 7px;
    }
    .section-conectivity .innerbox .icon .pillar img{
        max-width: 25px;
    }
    .section-conectivity .innerbox p{
        font-size: 12px;
        line-height: 12px;
    }
    .section-conectivity .innerbox .icon-1{
        top: -3%;
    }
    .section-conectivity .innerbox .icon-2{
        right: 12%;
        top: 15%;
    }
    .section-conectivity .innerbox .icon-3{
        right: 6%;
        bottom: 43%;
    }
    .section-conectivity .innerbox .icon-3 p{
        left: 75%;
    }
    .section-conectivity .innerbox .icon-4{
        bottom: 20%;
    }
    .section-conectivity .innerbox .icon-4 p{
        bottom: -72px;
    }
    .section-conectivity .innerbox .icon-5{
        bottom: 42%;
        left: 10%;
    }
    .section-conectivity .innerbox .icon-5 p {
        left: -85%;
    }
    .section-conectivity .innerbox .icon-6{
        top: 15%;
        left: 3%;
    }
    .section-conectivity .top-content .title{
        margin-bottom: 0;
    }
    /* section-conectivity */

    .sectiom-grow-business{
        padding: 36px 0 216px 0;
    }

    /* section-solutions  */
    .section-solutions .circle-blocks .circle, .section-speciality .circle-wrapper .circle{
        width: 125px;
        height: 125px;
    }
    .section-solutions .circle-blocks .circle:before, .section-speciality .circle-wrapper .circle:before{
        width: 125px;
        height: 125px;
    }
    .section-solutions .circle-blocks .circle:before, .section-speciality .circle-wrapper .circle:before{
        border: 18px solid var(--BALANCE-blue);
    }
    .section-solutions .circle-blocks .circle.purple:before, .section-speciality .circle-wrapper .circle.purple:before{
        border: 18px solid var(--TEAM-purple);
    }
    .section-solutions .circle-blocks .circle.green:before, .section-speciality .circle-wrapper .circle.green:before{
        border: 18px solid var(--SOCIAL-green);
    }
    .section-solutions .circle-blocks .circle.yellow:before, .section-speciality .circle-wrapper .circle.yellow:before{
        border: 18px solid var(--GROWTH-yellow);
    }
    .section-solutions.active .circle-blocks .circle .circle-title{
        transform: unset;
    }
    .section-solutions .circle-blocks .circle .circle-title, .section-speciality .circle-wrapper .circle .circle-title{
        top: 25px;
        left: 34%;
    }
    /* section-solutions  */

        /* speciality-mobile */


    .section-speciality .innerbox{
        /* border: 1px solid rgba(255, 255, 255, 0.2); */
        width: 300px;
        height: 300px;
        position: relative;
        border-radius: 100%;
        z-index: 20;
        margin: auto;
    }
    
    .section-speciality .innerbox .item.item1{
        top: 0;
    }
    .section-speciality .innerbox .item.item2{
        right: 2%;
        top: 20%;
    }
    .section-speciality .innerbox .item.item2 .title{
        transform: translateX(33px);
    }
    .section-speciality .innerbox .item.item3{
        right: 10%;
        bottom: 30%;
    }
    .section-speciality .innerbox .item.item4{
        bottom: 8%;
    }
    .section-speciality .innerbox .item.item4 .title{
        transform: translateY(70px);
    }
    .section-speciality .innerbox .item.item5{
        bottom: 30%;
        left: 8%;
    }
    .section-speciality .innerbox .item.item5 .title{
        transform: translateX(-20px);
    }
    .section-speciality .innerbox .item.item6{
        top: 15%;
        left: 5%;
    }
    .section-speciality .innerbox .item.item6 .title{
        transform: translateX(-27px);
        max-width: 80px;
    }
    .section-speciality .innerbox .item .title{
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
    }
    .section-speciality .category .item .images{
        width: 44px;
        height: 44px;
        padding: 7px;
    }
    .section-speciality .innerbox .center-image{
        width: 227px;
        height: 227px;
    }
    .section-speciality .clip-path-row{
        position: unset;
    }
    .section-speciality .content .image-wrapper{
        max-width: 300px;
        margin: auto;
    }
    
    /* speciality-mobile */
    
    /* conecteres-mobile */ 
    
    .popup .popup-close svg{
        max-width: 40px;
    }
    
    .section-conecteres .mobile-avtar{
        max-width: 286px;
        margin-left: auto;
        padding-left: 75px;
        text-align: start;
    }
    .section-conecteres .mobile-avtar .mobile-icon{
        position: absolute;
        transform: translateX(-125%);
        border: 4px solid var(--white);
        border-radius: 50%;
    }
    .section-conecteres .mobile-avtar .mobile-button{
        position: absolute;
        transform: translateX(478%);
    }
    .section-conecteres .mobile-text .designation{
        max-width: 150px;
    }
    .section-conecteres .container{
        max-width: calc(320px + var(--bs-gutter-x, .75rem)*2);
    }
    .section-conecteres .popup .mobile-avtar .mobile-icon{
        position: unset;
        transform: unset;
        border:unset;
        border-radius: 50%;
    }
    .section-conecteres .popup .mobile-text .designation{
        max-width: unset;
    }
    .left-border{
        min-height: 148px;
    }
    /* conecteres-mobile */ 
    
    /* section-hero */
    
    .section-hero{
        background-size: cover;
        padding: 170px 0;
    }
    .section-hero .content .btn{
        opacity: 1;
    }
    .section-hero .content .title{
        margin-bottom: 0;
    }
    .section-hero.section-innerpage-hero{
        background-size: cover;
        padding: 0;
    }
    /* section-hero */
    
    .section-privacy h1{
        font-size: 30px !important;
        line-height: 31px !important;
    }
    
    
    .section-terms-and-conditions h1{
        font-size: 30px !important;
        line-height: 31px !important;
    }

    .subscriptionColumn {
        width:250px;
    }
}

@media only screen and (max-width: 650px){
    .popup .popup-close{
        top: 0%;
        right: 5%;
    }
    
    .subscriptionColumn {
        width:225px;
    }      
}

@media only screen and (max-width: 500px){
    .section-solutions .bg-circle{
        right: -10%;
        top: -12%;
    }
    /* conecteres-mobile */


    .subscriptionColumn {
        width:200px;
    } 

/* conecteres-mobile */

}

@media only screen and (max-width: 450px){
    .section-platform-info .image-wrapper{
        max-width: 150px;
    }
    .section-topics .topics-content.image-right .content .text, .section-topics .topics-content.image-left .content .text{
        max-width: 277px;
    }

    .subscriptionColumn {
        width:200px;
    }  
    
}
@media only screen and (max-width: 390px){
    .section-conectivity .innerbox p{
        font-size: 10px;
        line-height: 10px;
    }
    .section-conectivity .innerbox .icon-2{
        right:14%;
    }
    .section-conectivity .innerbox .icon-3{
        right:9%;
    }
    .section-conectivity .innerbox .icon-5{
        left:12%;
    }
    .section-conectivity .innerbox .icon-6{
        left:6%;
    }
    .section-conectivity .innerbox .icon-3 p{
        left:80%;
    }
    .section-conectivity .innerbox .icon-5 p {
        left: -21px;
    }
    .section-conectivity .innerbox .icon-6 p {
        left: -26%;
    }

    .subscriptionColumn {
        width:200px;
    }      
}
