* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
}

.hero{
    min-height:500px;
    width:100%;
    display:flex;
    position: relative;
    flex-direction: column;
}

.hero .row{
    flex-grow: 1;
}

.primary-glass-nav{
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.10);
    padding:8px 25px;
    margin-right:15px;
    display:flex;
}
.primary-glass-nav-sec{
    border-radius: 39px;
    background: rgba(178, 178, 178, 0.10);
    padding:8px 25px;
    margin-right:15px;
    display:flex;
}
.active-home{
    color: #242331 !important;
}
.active-sec{
    color: #5236FF !important;
}

.hero-content-title{
    color: #242331;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    max-width:25ch;
}
.hero-content-desc{
    margin-top:10px;
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.4%; /* 39.35px */
    max-width:35ch;
}
.color-white{
    color:#fff !important;
}
.nav-link-c-btn{
    padding: 20px 30px;
    border-radius: 37.5px;
    background: #684FFF;
    text-decoration: none;
    color:#fff;
}
.hero-content-side-bg{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: -1;
}
.hero-content-side-bg-img{
    width: 70%;
    height: auto;
}
.illus-11{
    width:55%;
    height: auto;
}
.btn-hero{
    margin-top:2rem;
    height:45px;
    width:150px;
    display:flex;
    align-items:center;
    justify-content: center;
    outline:none;
    border:none;
    border-radius: 39px;
    background: #5236FF;
    font-size:14px;
    color:#fff;
    text-decoration: none;
}
.btn-hero:hover{
    color: #fff;
}

.hero-img-1{
    width:100%;
    height: auto;
    border-radius: 67px;
}

.services{
    min-height: 700px;
    padding:30px;
}
.services-wrapper{
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-wrap: wrap;
}
.services-wrapper .services-wrapper-box{
    height:250px;
    width:275px;
    display:flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    padding:15px 0px 15px 24px;
    border-radius: 30px;
    background: #F9F9F9;
    margin:10px;
    transition: .5s all;
    
}
/* .services-wrapper .services-wrapper-box:hover{
    height:300px;
    width:300px;
    background: #D9D9D9;
    box-shadow: 0px 17px 16.9px 0px rgba(167, 181, 250, 0.33);
} */

.services-wrapper-box--head{
    display: flex;
    align-items: center;
}
.services-wrapper-box--head__icon{
    width:50px;
    height: auto;
} 
.services-wrapper-box--head__title{
    color: #242331;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-left:15px;
}
.services-wrapper-box--body__text{
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.4%;
    max-width:30ch;
}
.services-wrapper-box--footer__text{
    color: #242331;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
.experience{
    min-height:434px;
    width:100%;
    position:relative;
    display:flex;
    align-items:center;
    flex-direction: column;
    justify-content:space-evenly;
    padding:20px 0;
}
.experience--head--content{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:20px;
    margin-top:-20px;
}
.experience--head--content-title{
    color: #5236FF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.experience--head--content-desc{
    color: #736E6E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    max-width:50ch;
}
.experience-number-wrapper{
    min-height:200px;
    width:90%;
    border-radius: 50px;
    background: #F9F9F9;
    padding: 25px;
    display:flex;
    align-items:center;
    justify-content: space-evenly;
    position: relative;
    z-index:999999;
}

.experience-number-wrapper-content{
    display:flex;
    align-items:center;
    flex-direction: column;
    margin:1rem 0;
}
.experience-number-wrapper-content-number{
    color: #242331;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; 
}
.experience-number-wrapper-content-number span{
    color: #5236FF;
}
.experience-number-wrapper-content-text{
    color: #242331;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 157.4%;
    max-width: 25ch;
    text-align: center;
}

.exp-side-img{
    position: absolute;
    right:0;
    top:70px;
    width:197px;
}
.choose-company{
    background: #F8F8F8;
    padding:25px;
}
.custom-grid-row-styles{
    border-top:2px solid #5236FF;
}

.choose-company-grid{
    background: #EFEFEF;
    margin-top: 40px;
}
.choose-company-grid-text{
    font-size:12px;
    text-align: center;
    color: #736E6E;
}
.choose-company-grid-text-main{
    font-size:16px;
    color: #736E6E;
    max-width:50ch;
}
.custom-grid-choose-position{
    position: relative;
}
.choose-company-grid-slogan{
    position: absolute;
    top:-20px;
    left:10px;
    min-height:20px;
    width:50%;
    background: #F96909;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    text-align:center;
}
.choose-company-grid-slogan-2{
    position: absolute;
    bottom:-20px;
    right:10px;
    min-height:20px;
    width:40%;
    background: #F96909;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    text-align:center;
}
.unique-approach{
    min-height:550px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
    padding:3rem 0;
}
.unique-approach-primary-img{
    width:80%;
    height:auto;
}
.custom-flex-primary{
    display:flex;
    align-items:center;
    justify-content:center;
}
.unique-approach--content{

}
.unique-approach--content--title{
    color: #5236FF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width:18ch;
}
.unique-approach--content--desc{
    color: #2A3A42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width:40ch;
    margin-top:15px;
}
.unique-appraoch--wrapper{
    width: 100%;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin-top:40px;
}
.unique-appraoch--wrapper-box{
    margin:15px 0 0 15px; 
}
.upper-border{
    width:130px;
    background: #2A3A42;
    height:1px;
    transition: 1s all;
}
.upper-border:hover{
    background: #5236FF;
    transition: 1s all;
}
.unique-appraoch--wrapper-box-title{
    color: #2A3A42;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width:13ch;
    margin-top:10px;
}
.tech-solution-primary-img{
    height: auto;
    width: 70%;
}

.tech-solution{
    min-height:500px;
    width:100;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tech-solution--content--title{
    color: #5236FF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width:20ch;
}
.tech-solution--content--desc{
    color: #736E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    max-width:50ch;
}
.contact-you-btn{
    border-radius: 6px;
    background: #5236FF;
    height:45px;
    width:250px;
    outline:none;
    border:none;
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.footer{
    min-height:350px;
    width:100%;
    border-radius: 12px;
    background: linear-gradient(96deg, #6848FD 0.61%, #B06EFE 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
.footer-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    flex-grow: 1;
}
.footer-ideas-text{
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.served-text{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}
.footer-started-btn{
    border-radius: 5.145px;
    border: 2.573px solid #FFF;
    height:45px;
    width:150px;
    background:transparent;
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: transparent;
    color:#fff;
    text-decoration: none;
}
.footer-started-btn:hover{
    color: #fff;
}
.footer-privacy-tab{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-top:1px solid #fff;
    padding:20px;
}
.copy-right-text{
    font-size:12px;
    color:#fff;
}
.footer-links{
    font-size:12px;
    text-decoration: none;
    color:#fff;
}
.fl-span{
    color:#fff;
    font-size:12px;
}


/* About Styles */





.about-hero-content{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.about-hero-title{
    color: #242331;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}
.about-hero-desc{
    color: #797979;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.4%;
    max-width:50ch;
}
.about-hero-number{
    font-size:12px;
    color:#4077C9;
}
.about-hero-images{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-hero-img-1{
    width:65%;
    height: auto;
   
}
.about-hero-img-2{
    width:35%;
    height: auto;
    margin-left:10px;
   
}
.about-hero{
    min-height:600px;
    width:100%;
    background: url('../assets/about/about-hero-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 0;
}

.about-hero-we-title{
    color: #242331;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; 
    margin:1rem 0;
}
.about-hero-we-desc{
    font-size:14px;
    color:#797979;
    max-width:80ch;
    margin:1rem 0;
}

.mission{
    min-height:450px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2rem 0px;
}
.values{
    min-height:500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.values-content{
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
.about-values-top{
    height:40px;
    width:120px;
    border-radius: 39px;
    background: #EFECFF;
    display:flex;
    align-items:center;
    justify-content: center;
    font-size:14px;
    color:#5236FF;
    margin-bottom:15px;
}
.about-values-title{
    font-size:22px;
    color: #242331;
    text-align: center;
    font-weight: 800;
    line-height: 110%;
    max-width:25ch;
}

.about-values-wrapper{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.about-values-wrapper-content{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #F9F9F9;
    padding:20px;
    height:170px;
}
.avwc-icon-img{
    width:75px;
    height: auto;
    margin-right:20px;
}
.avwc-text-box--title{
    color: #242331;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}
.avwc-text-box--desc{
    font-size:12px;
    color:#797979;
}
.side-col-img{
    min-height:400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-primary-content--text--title{
    color: #5236FF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.mission-primary-content--text--desc{
    color: #736E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width:50ch
}
.custom-mission-max-width{
    max-width:25ch;
}


/* Features */
a:hover{
    color: inherit;
}

.features-cards-wrapper{
    margin:20px 0;
}

.features-cards-box{
    width:100%;
    min-height:400px;
    padding:15px;
    transition: .5s all;
    padding:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.features-cards-box:hover{
    border-radius: 40px;
    background: #F9F9F9;
    transition: .5s all;
}
.fcb-title{
    font-size:24px;
    font-weight: 700;
}
.fcb-desc{
    font-size:14px;
    font-weight:400;
    color: #797979;
    text-align: center;
}
.fcb-btn-lm{
    font-size:12px;
    color:#242331;
    font-weight: 600;
    text-decoration: underline;
    text-align: center;
    transition: .5s all;

}
.fcb-btn-lm:hover{
    color:#5236FF;
    transition: .5s all;

}
.fcb-img-top{
    width:250px;
    height: auto;
    margin-bottom:20px;
}
.fcb-img-top-2{
    width:225px;
    height: auto;
    margin-bottom:20px;
}
.free-trial{
    min-height:450px;
    width: 100%;
    border-radius: 50px;
    background: linear-gradient(108deg, #684FFF 15.95%, #B871FE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-str{
    display:flex;
    align-items:center;
    justify-content: center;
}
.ftc-title{
    font-size:34px;
    color: #fff;
    font-weight: 800;
    max-width: 20ch;
    line-height: 110%;
}
.ftc-desc{
    font-size:14px;
    color:#fff;
    font-weight: 400;
    line-height: 157.4%;
    max-width: 40ch;
}
.iw-input{
    height:45px;
    border-radius: 39px;
    background: rgba(255, 255, 255, 0.20);  
    padding:20px;
    outline:none;
    border:none;
    font-size:12px;
    color:#fff;
}
.iw-input::placeholder{
    font-size:12px;
    color:#fff;
}
.iw-btn{
    width:100px;
    height:40px;
    color:#5236FF;
    border-radius: 39px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:12px;
    margin-left:10px;
}
.iw-btn:hover{
    color:inherit;
}
.ftc-img{
    width:85%;
    height:auto;
    margin-top:40px;
}
/* Portfolio */


.customer-relation-img{
    width:100%;
    height: auto;
}
.bp-left-text{
    display: flex;
    align-items: flex-start;
    position: relative;
}
.bp-left-text-1{
    font-size:14px;
    max-width:40ch;
    text-align: justify;
    margin-right:10px;
}
.bp-title{
    font-size:34px;
    color: #5236FF;
    max-width:34ch;
    font-weight:600;
}
.bp-indicator{
    width:15px;
    height:auto;
    margin-left: 5rem;
    position: absolute;
    right:-40px;
}
.bp-margin{
    margin: 5rem 0;
}
.bp-indicator{
    width:10px;
    height:auto;
    margin-left: 5rem;
    position: absolute;
    right:-30px;
}
.bp-indicator-2{
    width:10px;
    height:auto;
    margin-left: 5rem;
    position: absolute;
    right:-10px;
}
.bp-indicator-3{
    width:10px;
    height:auto;
    margin-left: 5rem;
    position: absolute;
    right:-30px;
}
.bp-indicator-4{
    width:10px;
    height:auto;
    margin-right: 5rem;
    position: absolute;
    left:-30px;
}
.bp-indicator-5{
    width:10px;
    height:auto;
    margin-right: 5rem;
    position: absolute;
    left:-30px;
}
.bp-indicator-6{
    width:10px;
    height:auto;
    margin-right: 5rem;
    position: absolute;
    left:-50px;
}
.brw-box{
    width:100%;
    border-radius: 12.094px;
    border: 1px solid #5236FF;
    background: #FFF;
    padding: 20px;;
}
.brw-box-icon{
    width:40px;
    height: auto;
}
.brw-box-desc{
    font-size:14px;
    margin-top:15px;
}
.brw-box-title{
    font-size:16px;
    color:#5236FF;
    font-weight: 600;
}

.attend{
    min-height:600px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ac-title{
    font-size:34px;
    color: #5236FF;
    max-width:20ch;
    font-weight:600;
}
.ac-desc{
    font-size:14px;
    color: #736E6E;
    max-width:50ch;
    margin-top:15px;
}

.ac-number{
    width:200px;
    height:54px;
    border-radius: 74.384px;
    background: #5236FF;
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-top:20px;
}
.mute{
    font-size:12px;
    color: #fff;
}
.ac-number-main{
    font-size:18px;
    color:#fff;
}

/* Contact */

.contact-form{
    min-height:600px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.contact-hero-title{
    font-size:32px;
    color: #5236FF;
    font-weight: 600;
}
.contact-hero-number-mute{
    font-size:12px;
    color: #5236FF;
    margin-top:4rem;
}
.contact-hero-number{
    font-size:22px;
    color: #5236FF;
    font-weight:600;
}
.cfcl-flex-title{
    font-size:14px;
    color:#5236FF;
    font-weight: 500;
}
.cfcl-desc-email{
    color: #736E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
    text-decoration-line: underline;
}
.cfcl-flex-desc{
    color: #736E6E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width:35ch;
}
.lottie{
    width: 86px;
    height: 100px;
    margin-bottom: 10px;
    display:flex;
    align-items:center;
    justify-content:center
}
.cf-form{
    min-height:450px;
    width:90%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 11px 24px 0px rgba(0, 0, 0, 0.10);
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding:3rem 0;
}
.cf-form-inputs{
    height:40px;
    width: 100%;
    border-radius: 11.843px;
    border: 0.74px solid #1D3A89;
    font-size:12px;
    outline:none;
    margin-bottom: 12px;
    padding:12px;
}
.cf-form-inputs::placeholder{
    color:#C4C4C4;
}
.cf-form-textarea{
    border-radius: 11.843px;
    border: 0.74px solid #1D3A89;
    font-size:12px;
    padding:12px;
    width: 100%;
}
.cf-form-textarea:hover{
    color:#C4C4C4;
}
.cf-form-btn{
    height:40px;
    width:75%;
    display:flex;
    align-items:center;
    justify-content: center;
    border:none;
    outline:none;
    font-size:#1D3A89;
    border-radius: 6px;
    background: #5236FF;
    color:#fff;
    font-size:14px;
    margin:20px;
}
.cf-form-title{
    font-size:24px;
    color:#5236FF;
    text-align: left;   
    font-weight: 600;
}
.cf-form-desc{
    font-size:12px;
    color:#5236FF;
    text-align: left;   
}

.contact-last-section{
    min-height:800px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
}

.last-sec-img{
    width:60%;
    height: auto;
    border-radius: 48px;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
}

.cls-content-title{
    font-size:36px;
    color:#5236FF;
    font-weight: 700;
    max-width:24ch;
}
.cls-content-desc{
    font-size:16px;
    color:#736E6E;
    margin-top:10px;
    max-width:50ch;

}
.cls-call-now-btn{
    min-width:150px;
    border-radius: 6px;
    background: #5236FF;
    outline:none;
    border:none;
    padding:20px 65px;
    font-size:12px;
    color:#fff;
    margin-top:20px;
}

.nav-link{
    font-size:12px;
}
.nav-link-c-btn{
    font-size:12px;
}
.nav-link-c-btn:hover{
    color: #fff;
}


.custom-bp-left-margin-1{
    margin-left:2rem;
    margin-top:1rem;
}
.bp-left-margin{
    margin-left:3rem;
}
.well-img{
    width:50%;
    height:auto;
}

.ps-margin{
    margin:1rem 2rem;
}


@media(max-width:991px){
    .custom-bp-left-margin-1{
        margin: 0;
     }
    .ps-margin{
        margin:0px
    }
    .footer{
        border-radius: 0px;
    }
    .primary-glass-nav-sec{
        flex-direction: column !important;
        border-radius: 3px;
        }
    .primary-glass-nav{
        flex-direction: column;
        border-radius: 3px;
    }
    .primary-glass-nav .color-white{
        color:#000 !important;
    };
 
 
    .customer-relation-img{
        width:50%;
        margin:2rem 0;
    }
    .bp-left-margin{
        margin-left:0rem;
    }
    .bp-indicator{
        display:none;
    }
    .bp-indicator-2{
        display: none;
    }
    .bp-indicator-3, .bp-indicator-4, .bp-indicator-5, .bp-indicator-6 {
        display: none;
    }
    .hero-content-side-bg {
        width: 90%;
        height: 70%;
    }
    .hero-content-title{
        font-size:20px;
    }
    .hero-content-desc{
        font-size:14px;
    }
    .hero-img-1{
        border-radius: 20px;
    }
    .experience-number-wrapper-content-number{
        font-size:24px;
    }
    .experience-number-wrapper-content-text{
        font-size:12px;
    }
    .choose-company-grid-text-main{
        margin:12px 0px;
    }
    .custom-flex-primary{
        justify-content: flex-start;
        margin-top:2rem;
    }
    .row-flex-reverse{
        display:flex;
        flex-direction: column-reverse;
    }
    .avwc-icon-img{
        width:50px;
    }
    .ftc-img{
        width:50%;
    }
    .free-trial{
        padding:25px;
    }
    .ftc-title{
        font-size: 28px;
    }
}


@media(max-width:768px){
    .custom-align-start{
        align-items:flex-start
    }
}

@media(max-width:600px){
    .hero-img-1{
        margin-top:20px;
    }
    .hero-content-side-bg {
        height: 57%;
    }
    .services{
        padding:10px;
    }
    .services-wrapper .services-wrapper-box{
        width:100%;
    }
    .exp-side-img {
        top: 130px;
        width:171px;
    }
    .experience-number-wrapper-content{
        justify-content: flex-start;
        align-items: flex-start;
    }
    .exp-side-img{
        display: none;
    }
    .experience-number-wrapper-content-number {
        font-size: 20px;
    }
    .experience--head--content-desc{
        font-size:12px;
    }
    .experience--head--content-title{
        font-size:18px;
    }
    .choose-company{
        padding: 0px;
    }
    .choose-company-grid-slogan{
        width:100%;
        left:0px;
    }
    .custom-grid-choose-position{
        padding: 0px;
    }
    .choose-company-grid-text-main{
        font-size:12px;
    }
    .choose-company-grid-slogan-2{
        right:0px;
        width:100%;
    }
    .unique-approach--content--title{
        font-size:24px;
    }
    .unique-approach--content--desc{
        font-size:12px;
    }
    .unique-appraoch--wrapper{
        flex-direction: column;
    }
    .unique-appraoch--wrapper-box{
        margin: 15px 0 0 0px;
    }
    .unique-approach-primary-img{
        width:100%;
    }
    .tech-solution--content--title{
        font-size: 24px;
    }
    .tech-solution--content--desc{
        font-size:12px;
    }
    .tech-solution-primary-img{
        width:100%;
    }
    .served-text{
        font-size:12px;
    }
    .footer-ideas-text{
        font-size:20px;
    }
    .footer-privacy-tab{
        padding:10px;
    }
    .mission-primary-content--text--desc{
        font-size:12px;
    }
    .mission-primary-content--text--title{
        font-size:18px;
    }
    .about-hero-img-1{
        width:63%;
    }
    .bp-title{
        font-size:24px;
    }
    .about-hero-title{
        font-size:19px;
    }
    .ac-title{
        font-size:24px;
    }
}


@media(max-width:600px){
    .contact-hero-title{
        font-size:24px;
    }
    .cf-form-title{
        font-size:18px;
    }
    .cf-form{
        width:100%;
    }
    .cls-content-title{
        font-size:24px;
        margin-top:1rem;
    }
    .experience-number-wrapper-content-text{
        max-width: 100ch;
    }
}