.nav-item a{
    font-size: 22px;
    font-weight: bold;
    font-family: sans-serif;
    text-transform:uppercase;
    color: #fff !important;
}
.nav-item a:hover{
    color: #5F2BE0 !important;
}
.navbar{
    background-color: #810201 !important;
}
.robo-img img{
    width: 206px;
    height: 343px;
}
.bg-1{
    background-image: url(./img/vm\ robo.webp);
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 1000px;
}
.robo-tittle{
    text-align: center;
    color: #fff;
    margin-top: -15px;
}
.robo-tittle h4{
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 3px;
}
@media only screen and (max-width: 600px) {
    .robo-tittle h4{
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 8px;
    }
}
.robo-tittle p{
    font-size: 21px;
    letter-spacing: 0.05rem;
    font-weight: 200;
}
@media only screen and (max-width: 600px) {
    .robo-tittle p{
        font-size: 14px;
        letter-spacing: 0.05rem;
        font-weight: 200;
    }
}
.bg-2{
    background-image: linear-gradient(180deg, #ED3737, #810201);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.heading-challenges h4{
    color: #00EAFA;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .heading-challenges h4{
        color: #00EAFA;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }
}
.b2c{
    display: flex;
    flex-direction: column;
    /* row-gap: 30px; */

}
.b2c img{
    width: 600px;
    height: 338px;
}
@media only screen and (max-width: 600px) {
    .b2c img{
        width: 327px;
        height: 184px;
    }
  }
.btc-2{
    align-self:flex-end;
}
.btc-4{
    align-self:flex-end;
}
.one {
    font-size:60px;
    font-weight: 600;
    width:26px;
    height: 26px;
    line-height: 16px;
    text-align: center;
    color:#fff;
    z-index: 2;
    border-radius: 2px;
    position: absolute;
    margin-left: -22px;
}
.two, .four{
    font-size:60px;
    font-weight: 600;
    width:26px;
    height: 26px;
    line-height: 16px;
    text-align: center;
    color:#7A7A77;
    z-index: 2;
    border-radius: 2px;
    position: absolute;
    margin-left: -25px;
}

.three {
    font-size:60px;
    font-weight: 600;
    width:26px;
    height: 26px;
    line-height: 16px;
    text-align: center;
    color:#7A7A77;
    z-index: 2;
    border-radius: 2px;
    position: absolute;
    margin-left: -25px;
}
.bg-3{
    background-image: linear-gradient(180deg, #ED3737, #810201);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.heading-amplify h4{
    text-align: center;
    color: #00EAFA;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 8px;
    font-weight: 400;
    
}
@media only screen and (max-width: 600px) {
    .heading-amplify h4{
        text-align: center;
        color: #00EAFA;
        font-size: 22px;
        line-height: 1.4em;
        letter-spacing: 3px;
        font-weight: 400;
        padding-bottom: 25px;
    }
}
.heading-amplify p{
    font-size: 21px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .heading-amplify p{
        font-size: 13px;
        color: #fff;
        text-align: center;
        letter-spacing: 1px;
        line-height: 20px;
        font-weight: 300;
        padding-bottom: 20px;
    }
}
.img-amplify{
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
.img-amplify img{
    width: 843px;
    /* height: 474px; */
}

.solution_bg {
    background: url(img/solution_bg.webp) center top no-repeat;
    background-size: 81%;
    width: 100%;
    height: 550px;
}

.solution_bg img {
    width: 895px;
    /* height: 450px; */
    position: relative;
    top: 58px;
    left: 1px;
}
@media only screen and (max-width: 600px) {
    .img-amplify img{
        width: 396px;
        height: 220px;
    }
  }
.bg-4{
    background: linear-gradient(to bottom, #000 80%, #FF4040 20%);
}
.heading-contact h4{
    text-align: center;
    color: #7A7A77;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 7px;
    font-weight: 600;
    padding-bottom: 25px;
}
@media only screen and (max-width: 600px) {
    .heading-contact h4{
        text-align: center;
        color: #7A7A77;
        font-size: 28px;
        line-height: 56px;
        letter-spacing: 7px;
        font-weight: 600;
        padding-bottom: 25px;
    }
}
.form{
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 600px) {
    .form{
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.form-container{
    background-color: #fff;
    padding-bottom: 50px;
}
form ::placeholder{
    color: #1A2DF3 !important;
}

form input, select{
    background-color: #DDE0FD !important;
    

}
form textarea{
    background-color: #DDE0FD !important;
}
form button{
    background-color: #7351F3 !important;
    font-size: 15px;
    line-height: 21px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 30px !important;
    border: none !important;
}
.bg-5{
    background-color: #FF4040;
}
.footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.getintouch h4{
    color: #fff;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
}
.getintouch a{
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    padding-top: 10px;
}
.address p{
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
}
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  .instagram {
    background: #000;
    color: white;
  }
.robo {
    border: 2px solid #723033;
    padding: 2em;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
  }
  .robo:before {
    border: 2px solid #4b757d;
    border-radius: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
  }
@media only screen and (max-width: 600px) {
    .robo {
        border:0px solid #723033;
        padding: 2em;
        width: 90%;
        position: relative;
        margin: 0 auto;
      }
      .robo:before {
        border: 0px solid #4b757d;
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        pointer-events: none;
      }

      .robo-img {
          margin-top: -51px!important;
      }
}
.getintouch {
    text-align: center;
}

.f-logo, .credit {
    text-align: center;

}

.nav-item {
    padding-right: 30px;
}

.nav-item a {
    font-family: 'Anton', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
}

.form-control {
    height: 50px;
    border-radius: 8px!important;
}

textarea {
    height: 100px!important;
}

.menu_icon {
    position: fixed;
    right: 85px;
}

.menu_icon img {
    width: 30px;
}

.bg_navi {
    background-color: #00EAFA!important;

}

.modal-header {
    border-bottom: none!important;
}

.modal-backdrop {
    background: url(img/modal_bg.PNG);
    background-size: cover;
    opacity: 1!important;
}

.robos {
    border:1px solid #7575758a;
    width: 740px;
    height: 740px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;

}

.circle2 {
    border: 1px solid #6a8eb485;
    width: 620px;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

.circle3 {
    border: 2px solid #3994a8;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

.robo-img {
    margin-top: -76px;
    text-align: center;
}

.bg-16 {
    background: url(img/workbg.webp) no-repeat center -382px;
    background-size: cover;
}

.chat {
    color: rgb(10, 21, 97);
    background-color: rgb(0, 234, 250);
    border-radius: 8px;
    width: 55px;
    height: 55px;
    position: fixed;
    right: 20px;
    bottom: 15px;
}

.chat svg {
    border-radius: 0px; 
    fill: rgb(10, 21, 97); 
    width: 32px;
     height: 32px; 
    flex-shrink: 0;
}


/* responsive */

@media only screen and (max-width: 540px) {
    .navbar-light .navbar-toggler {
        border-color: white!important;
        background: white;
    }
    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }
    
    .bg-1 {
        background-size: cover;
        height: 600px;
        
    }

    .bg-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .robos {
        width: 480px;
    height: 480px;
    position: absolute;
    top: 163px;
    right: 25px;

    }

    .robo-img img {
        width: 175px;
        height: 270px;
    }

    .circle2 {
        width: 100%;
        height: 100%;
    }
    .circle3 {
        width: 89%;
        height: 89%;
    }

    .icon-bar {
        flex-direction: row;
    display: flex;
    top: 155px;
    right: 0;
    position: absolute;
    }
    .facebook {
        background:none
    }
    .instagram {
        background: none;
    }
    .linkedin {
        background: none;
    }
    .icon-bar a {
        padding: 9px;
    }

    .solution_bg {
       
        height: 100%;
        background-size: 100%
    }
    

    .solution_bg img {
        position: inherit;
    width: 99%!important;
    height: auto!important;
    margin-top: 25px!important;
    top: 0px!important;
    
    }

    .bg-5 {
        background: white;
    }
    .bg-4 {
        background: white;
    }
    .getintouch h4 {
        color: grey;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .getintouch a {
        color: grey;
    font-size: 24px;
    letter-spacing: 2px;
    }
    .address p {
        color: grey;
        font-size: 17px;
    }
    .credit p {
        color: grey!important;
    }

    .navbar-collapse {
        background: #2196f3;
        z-index: 999;
        text-align: center;
    }


}


@media only screen and (max-width: 411px) {
    .navbar-light .navbar-toggler {
        border-color: white!important;
        background: white;
    }
    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }
    
    .bg-1 {
        background-size: cover;
        height: 500px;
        
    }

    .bg-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .robos {
        width: 375px;
    height: 375px;
    position: absolute;
    top: 170px;
    right: 12px;

    }

    .robo-img img {
        width: 175px;
        height: 270px;
    }

    .circle2 {
        width: 100%;
        height: 100%;
    }
    .circle3 {
        width: 89%;
        height: 89%;
    }

    .icon-bar {
        flex-direction: row;
    display: flex;
    top: 155px;
    right: 0;
    position: absolute;
    }
    .facebook {
        background:none
    }
    .instagram {
        background: none;
    }
    .linkedin {
        background: none;
    }
    .icon-bar a {
        padding: 9px;
    }

    .solution_bg {
       
        height: 100%;
        background-size: 100%
    }
    

    .solution_bg img {
        position: inherit;
    width: 99%!important;
    height: auto!important;
    margin-top: 25px!important;
    }

    .bg-5 {
        background: white;
    }
    .bg-4 {
        background: white;
    }
    .getintouch h4 {
        color: grey;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .getintouch a {
        color: grey;
    font-size: 24px;
    letter-spacing: 2px;
    }
    .address p {
        color: grey;
        font-size: 17px;
    }
    .credit p {
        color: grey!important;
    }

    .navbar-collapse {
        background: #2196f3;
        z-index: 999;
        text-align: center;
    }


}


@media only screen and (max-width: 414px) {
    .navbar-light .navbar-toggler {
        border-color: white!important;
        background: white;
    }
    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }
    
    .bg-1 {
        background-size: cover;
        height: 500px;
        
    }

    .bg-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .robos {
        width: 380px;
    height: 380px;
    position: absolute;
    top: 170px;
    right: 12px;

    }

    .robo-img img {
        width: 175px;
        height: 270px;
    }

    .circle2 {
        width: 100%;
        height: 100%;
    }
    .circle3 {
        width: 89%;
        height: 89%;
    }

    .icon-bar {
        flex-direction: row;
    display: flex;
    top: 155px;
    right: 0;
    position: absolute;
    }
    .facebook {
        background:none
    }
    .instagram {
        background: none;
    }
    .linkedin {
        background: none;
    }
    .icon-bar a {
        padding: 9px;
    }

    .solution_bg {
       
        height: 100%;
        background-size: 100%
    }
    

    .solution_bg img {
        position: inherit;
    width: 99%!important;
    height: auto!important;
    margin-top: 25px!important;
    }

    .bg-5 {
        background: white;
    }
    .bg-4 {
        background: white;
    }
    .getintouch h4 {
        color: grey;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .getintouch a {
        color: grey;
    font-size: 24px;
    letter-spacing: 2px;
    }
    .address p {
        color: grey;
        font-size: 17px;
    }
    .credit p {
        color: grey!important;
    }

    .navbar-collapse {
        background: #2196f3;
        z-index: 999;
        text-align: center;
    }


}


@media only screen and (max-width: 375px) {
    .navbar-light .navbar-toggler {
        border-color: white!important;
        background: white;
    }
    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }
    
    .bg-1 {
        background-size: cover;
        height: 500px;
        
    }

    .bg-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .robos {
        width: 350px;
    height: 350px;
    position: absolute;
    top: 170px;
    right: 12px;

    }

    .one {
        margin-left: -37px;
    }
    .three {
        margin-left: -43px;
    }

    .robo-img img {
        width: 175px;
        height: 270px;
    }

    .circle2 {
        width: 100%;
        height: 100%;
    }
    .circle3 {
        width: 89%;
        height: 89%;
    }

    .icon-bar {
        flex-direction: row;
    display: flex;
    top: 155px;
    right: 0;
    position: absolute;
    }
    .facebook {
        background:none
    }
    .instagram {
        background: none;
    }
    .linkedin {
        background: none;
    }
    .icon-bar a {
        padding: 9px;
    }

    .solution_bg {
       
        height: 100%;
        background-size: 100%
    }
    

    .solution_bg img {
        position: inherit;
    width: 99%!important;
    height: auto!important;
    margin-top: 25px!important;
    }

    .bg-5 {
        background: white;
    }
    .bg-4 {
        background: white;
    }
    .getintouch h4 {
        color: grey;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .getintouch a {
        color: grey;
    font-size: 24px;
    letter-spacing: 2px;
    }
    .address p {
        color: grey;
        font-size: 17px;
    }
    .credit p {
        color: grey!important;
    }

    .navbar-collapse {
        background: #2196f3;
        z-index: 999;
        text-align: center;
    }

    .robo-tittle {
        margin-top: -23px;
    }


}


@media only screen and (max-width: 360px) {
    .navbar-light .navbar-toggler {
        border-color: white!important;
        background: white;
    }
    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }
    
    .bg-1 {
        background-size: cover;
        height: 500px;
        
    }

    .bg-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .robos {
        width: 320px;
    height: 320px;
    position: absolute;
    top: 170px;
    right: 15px;

    }
    .robo-tittle h4 {
        font-size: 16px;
    }

    .one {
        margin-left: -59px;
    }
    .three {
        margin-left: -63px;
    }

    .robo-img img {
        width: 175px;
        height: 270px;
    }

    .circle2 {
        width: 100%;
        height: 100%;
    }
    .circle3 {
        width: 89%;
        height: 89%;
    }

    .icon-bar {
        flex-direction: row;
    display: flex;
    top: 155px;
    right: 0;
    position: absolute;
    }
    .facebook {
        background:none
    }
    .instagram {
        background: none;
    }
    .linkedin {
        background: none;
    }
    .icon-bar a {
        padding: 9px;
    }

    .solution_bg {
       
        height: 100%;
        background-size: 100%
    }

    .heading-amplify p {
        letter-spacing: 0px;
        font-size: 13px;
    }
    

    .solution_bg img {
        position: inherit;
    width: 99%!important;
    height: auto!important;
    margin-top: 20px!important;
    }

    .bg-5 {
        background: white;
    }
    .bg-4 {
        background: white;
    }
    .getintouch h4 {
        color: grey;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .getintouch a {
        color: grey;
    font-size: 24px;
    letter-spacing: 2px;
    }
    .address p {
        color: grey;
        font-size: 17px;
    }
    .credit p {
        color: grey!important;
    }

    .navbar-collapse {
        background: #2196f3;
        z-index: 999;
        text-align: center;
    }

    .robo-tittle {
        margin-top: -23px;
    }


}


@media only screen and (max-width: 320px) {
    .robos {
        width: 300px;
        height: 300px;
    }
    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }

}


@media only screen and (max-width: 768px)  {
    .bg-1 {
        background-size: cover;
    }

    .bg-16 {
        background: url(img/workbg.webp) no-repeat ;
    }

    .solution_bg {
        /* background: none; */
        height: 100%;
        background-size: 100%;
    }

    .solution_bg img {
        width: 99%;
        height: auto;
        position: relative;
        top: 45px;
        left: 0px;
    }

    .b2c {
        row-gap: 0;
    }
    .bg-2 {
        padding-bottom: 0px;
    }

    .img-amplify img {
        height: auto;
    }

    .ambg {
        background: url('../img/ambg.jpg') no-repeat;
        background-size: cover;
        border-top: 1px solid rgb(50 50 50 / 99%);
        padding-bottom: 40px;
    }

    .workbg {
        background: url('../img/worbg.jpg') bottom;
        border-top: 1px solid rgb(50 50 50 / 99%);
        padding-bottom: 40px;


    }

    .solubg {
        background: url('../img/worbg.jpg') bottom right;
        border-top: 1px solid rgb(50 50 50 / 99%);

    }
}

.pb-50 {
    padding-bottom: 25px!important;
}




strong {
    font-weight: bold!important;
}

.f-700 {
    font-weight: 700!important;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: sans-serif;
    color: black;
}

.msgbox p {
    
    font-size: larger;
    font-family: sans-serif;
    text-transform: capitalize;
    color: #fff;
  }

  .msgbox {
    background: #fe5050;
    padding: 10px 10px;
  }

  .font-700 {
      font-weight: 700;
      margin-bottom: 5px;
  }

  .red {
      color: red;
  }