body{
    margin: 0;
    padding: 0;
}

.logo{
    width: 40%;
}
.logo img{
    width: 20%;
}
@media screen and (max-width: 991.99px) and (min-width: 768px) {
    .logo{
    width: 40%;
}
    .logo img{
    width: 40%;
}
}

@media screen and (max-width: 767.99px) and (min-width:576px){
    .logo{
    width: 60%;
}
    .logo img{
    width: 30%;
}
}

@media screen and (max-width: 575.99px) and (min-width:320px){
    .logo{
    width: 80%;
}
    .logo img{
    width: 50%;
}
}



/* banner */

.top{
    margin-top: 5%;
}

.banner-content{
    width: 100%;
    margin-top: 10%;
}

.button{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.button .black{
    background-color: #747474;
}

.button a{
    text-decoration: none;
    color: white;
    background-color: #00b4d8;
    padding: 10px 16px;
    border-radius: 20px;
    font-weight: 600;
}

.banner-content .fa-circle-chevron-right{
    margin-left: 10px!important;
}

.banner-content h1{
    color: #1b2957;
    font-size: 60px;
    font-weight: 750;
}

.image{
    width: 100%;
    text-align: right;
}
.image img {
    width: 90%;
}

@media screen and (max-width: 991.99px) and (min-width: 768px){

    .banner-content{
    width: 100%;
    margin-top: 3%;
}
    .banner-content h1{
    color: #1b2957;
    font-size: 40px;
    font-weight: 750;
}

.image{
    width: 100%;
    text-align: right;
}
.image img {
    width: 100%;
}


.button{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.button .black{
    background-color: #747474;
}

.button a{
    text-decoration: none;
    color: white;
    background-color: #00b4d8;
    padding: 8px 8px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}
}


@media screen and (max-width: 767.99px) and (min-width:576px){


     .banner-content{
    width: 100%;
    margin-top: 2%;
    order: 1;
    text-align: center;
}
    .banner-content h1{
    color: #1b2957;
    font-size: 40px;
    font-weight: 750;
}

.image{
    order: 2;
    width: 100%;
    text-align: right;
    text-align: center;
}
.image img {
    width: 100%;
    margin-top: 5%;
}


.button{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.button .black{
    background-color: #747474;
}

.button a{
    text-decoration: none;
    color: white;
    background-color: #00b4d8;
    padding: 8px 8px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

}

@media screen and (max-width: 575.99px) and (min-width:320px){


     .banner-content{
    width: 100%;
    margin-top: 2%;
    order: 2!important;
    text-align: center;
}
    .banner-content h1{
    color: #1b2957;
    font-size: 30px;
    font-weight: 750;
    text-align: center;
}

.image{
    order: 1!important;
    width: 100%;
    text-align: right;
}
.image img {
    margin-top: 5%;
    width: 100%;
}


.button{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.button .black{
    background-color: #747474;
}

.button a{
    text-decoration: none;
    color: white;
    background-color: #00b4d8;
    padding: 8px 8px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

}



/* who we are */
.bg-blue{
    background-color: #1b2957;
}

.heading{
    width: 100%;
}
.heading h2{
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}
.heading h4{
    text-transform:uppercase;
    letter-spacing: 5px;
    color: #00b4d8;
    font-weight: 500;
}
.para{
    width: 80%!important;
}
.para p{
    color: white;
}

.box-1{
    margin-top: 15%;
    width: 100%;
    text-align: center;
}
.box-1 img{
    width: 40%;
}
.box-1 p{
    padding-top: 15px;
    color: white;
}

@media screen and (max-width: 767.99px) and (min-width:576px){


    .heading h2{
    font-size: 40px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}
    .heading h4{
    text-align: center;
}
    .para{
        text-align: center;
    width: 100%!important;
}

    .box-1{
    margin-top: 15%;
    width: 100%;
    text-align: center!important;
}

.box-1 img{
    width: 50%;
}
}

@media screen and (max-width: 575.99px) and (min-width:320px){
    .heading h2{
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.heading h4{
    text-align: center;
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing: 5px;
    color: #00b4d8;
    font-weight: 500;
}

   .para{
    text-align: center;
    width: 100%!important;
}

   .box-1{
    margin-top: 15%;
    width: 100%;
    text-align: center!important;
}


}


/* service */


.service{
    width: 100%;
    text-align: center;
}
.border-r{
      border-right: 1px solid black;
}

.service h3{
    color: #1b2957;
    font-weight: 700;
}
.service p{
    color:#00b4d8;
}


@media screen and (max-width: 991.99px) and (min-width: 768px) {

.border-r{
      border-right: 1px solid black;
}
    .service{
    width: 100%;
    text-align: center;
}

.service h3{
    color: #1b2957;
    font-weight: 700;
}
.service p{
    color:#00b4d8;
}
}


@media screen and (max-width: 767.99px) and (min-width:576px){

    
     .service{
    width: 100%;
    text-align: center!important;
}
.border-r{
      border-right: 1px solid black;
}

.service h3{
    font-size: 18px;
    color: #1b2957;
    font-weight: 700;
}
.service p{
    font-size: 14px;
    color:#00b4d8;
}
}



/* why brand */

.bg{
    background-color: #cbcbcb;
}
.brand-img{
    width: 100%;
}
.brand-img img{
    width: 70%;
}

.content{
    width: 100%;
    margin-left: -10%;
}
.content h2{
    margin-top: 8%;
    font-size: 50px;
    font-weight: 700;
    color: #1b2957;
}

::marker {
   color: #00b4d8;
}
.key-pillars h3{
    margin-left: -10%;
}
.key-pillars ul{
    margin-left: 80px;
    margin-top: -6%;
}

.key-pillars .pillars-button a{
    margin-left: 16%;
    text-decoration: none;
    background-color: #1b2957!important;
     padding: 10px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: white;
}

@media screen and (max-width: 991.99px) and (min-width: 768px) {


    .brand-img{
    width: 100%;
}
.brand-img img{
    width: 80%;
}

.content{
    width: 100%;
    margin-left: -10%;
}
.content h2{
    margin-top: 10%;
    font-size: 35px;
    font-weight: 700;
    color: #1b2957;
}
.content h5{
    font-size: 18px!important;
}

::marker {
   color: #00b4d8;
}
.key-pillars h3{
    margin-left: -10%;
    font-size: 20px;
}
.key-pillars ul{
    margin-left: 70px;
    margin-top: -12%;
}

.key-pillars .pillars-button a{
    margin-left: 16%;
    text-decoration: none;
    background-color: #1b2957!important;
     padding: 10px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: white;
}
}


@media screen and (max-width: 767.99px) and (min-width:576px){


    .brand-img{
        text-align: center;
    width: 100%;
}
.brand-img img{
    width: 80%;
}

.content{
    text-align: center;
    width: 100%;
    margin-left: 0%!important;
}
.content h2{
    margin-top: 10%;
    font-size: 35px;
    font-weight: 700;
    color: #1b2957;
}
.content h5{
    font-size: 18px!important;
}

::marker {
   color: #00b4d8;
}
.key-pillars h3{
    text-align: center;
    margin-left: 0%;
    font-size: 20px;
}
.key-pillars ul{
    margin-left: 130px;
    margin-top: 0%;
}

.pillars-button{
    width: 100%;
margin-left: 15%;
}
.key-pillars .pillars-button a{
    /* margin-left: 26%; */
    text-decoration: none;
    background-color: #1b2957!important;
     padding: 10px 16px;
    border-radius: 20px;
    font-weight: 600;
    color: white;
}
}

@media screen and (max-width: 575.99px) and (min-width:320px){
    .brand-img img{
    width: 100%;
}

.content{
    width: 100%;
    margin-left: 0%;
}
.content{
    width: 100%;
    text-align: center;
}
.content h2{
    font-size: 30px;
    color: #1b2957;
}
.key-pillars h3{
    text-align: center;
}
.key-pillars ul{
    margin-top: 20px;
    margin-left: 22%;
}
.pillars-button{
    text-align: center;
}
.key-pillars .pillars-button a {
    margin-left: -10%;
}
}





/* how we Work */
 .work-1 {
    width: 300px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        
    }
    @media screen and (max-width: 991.99px) and (min-width: 768px){
        .work-1 {
        width: 210px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        
    }
    }

@media screen and (max-width: 767.99px) and (min-width:576px){

    .work-1 {
    width: 500px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        margin-bottom: 40px;
    }
}
    .work-1::after {
        content: "1";
        position: absolute;
        top: -40%;
        right: -22px;
        font-size: 140px;
        font-weight: 700;
        color: #ffffff;
        opacity: 1;
    }

    .work-1 h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    }

    .work-1 p {
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.9;
    }




 .work-2 {
    width: 300px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
    }

    @media screen and (max-width: 991.99px) and (min-width: 768px){
        .work-2 {
    width: 210px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
    }
    }

    @media screen and (max-width: 767.99px) and (min-width:576px){

   .work-2 {
        width: 500px!important;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
        margin-bottom: 40px;
    }

    
    .work-2::after {
        content: "2";
        position: absolute;
        top: 0%;
        right: -22px;
        font-size: 140px;
        font-weight: 700;
        color: #ffffff;
        opacity: 1;
    }

}

@media screen and (max-width: 575.99px) and (min-width:320px){

    .work-1 {
    width: 100%;
        margin-bottom: 40px;
    }
    .work-2 {
    width: 100%;
        margin-bottom: 40px;
    }
    .work-3 {
    width: 100%;
        margin-bottom: 0px;
    }
}


    .work-2::after {
        content: "2";
        position: absolute;
        top: -40%;
        right: -22px;
        font-size: 140px;
        font-weight: 700;
        color: #ffffff;
        opacity: 1;
    }

    .work-2 h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    }

    .work-2 p {
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.9;
    }



 .work-3 {
       width: 300px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
    }
 @media screen and (max-width: 991.99px) and (min-width: 768px){

    .work-3 {
       width: 210px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
    }
 }

  @media screen and (max-width: 767.99px) and (min-width:576px){
     .work-3 {
       width: 500px;
        background-color: #00b5d9!important;
        color: #ffffff;
        padding: 20px;
        border-radius: 20px;
        position: relative;
    }

  }
    .work-3::after {
        content: "3";
        position: absolute;
        top: -40%;
        right: -22px;
        font-size: 140px;
        font-weight: 700;
        color: #ffffff;
        opacity: 1;
    }
    
    @media screen and (max-width: 575.99px) and (min-width:320px){

    .work-3 {
    width: 100%;
        margin-bottom: 40px;
    }
    .work-3 {
    width: 100%;
        margin-bottom: 40px;
    }
    .work-3 {
    width: 100%;
        margin-bottom: 0px;
    }
}

    .work-3 h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
    }

    .work-3 p {
        margin: 0;
        font-size: 14px;
        color: #ffffff;
        opacity: 0.9;
    }

/* form */

.space{
    margin-top: 80px!important;
}

.form-img{
    width: 100%;
    text-align: center;
}
.form-img img{
    width: 80%;
}

 .form-hrading{
    width: 100%;
 }
 .form-hrading h2{
    font-size: 45px;
    font-weight: 700;
 }

@media screen and (max-width: 991.99px) and (min-width: 768px){
    .form-hrading h2{
        text-align: center;
 }
    .form-hrading p{
        padding-bottom: 30px;
        text-align: center;
 }

 .form-img img{
    width: 100%;
 }

}

 @media screen and (max-width: 767.99px) and (min-width:576px){

     .form-hrading h2{
        text-align: center;
 }
    .form-hrading p{
        padding-bottom: 30px;
        text-align: center;
 }

    .form-img img{
        width: 100%;
        margin-top: 0px!important;
        text-align: center;
    }
}

 


 .form {
        max-width: 520px;
        margin: auto;
    }

    label {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 6px;
        color: #000;
    }

    input, select, textarea {
        width: 100%;
        padding: 12px;
        border-radius: 12px;
        border: none;
        background: #e0e0e0;
        font-size: 14px;
        margin-bottom: 18px;
        outline: none;
    }

    textarea {
        height: 120px;
    }

    .submit-btn {
        background: #00b5d9;
        color: #fff;
        border: none;
        padding: 12px 28px;
        font-size: 16px;
        border-radius: 25px;
        cursor: pointer;
        margin-top: 10px;
    }


    @media screen and (max-width: 575.99px) and (min-width:320px){
        .form {
        max-width: 520px;
        margin: auto;
    }

    .form-hrading{
  
        text-align: center;
    }
    .form-hrading h2{
        font-size: 32px;

    }

    .form-img img{
        width: 100%;
        margin-top: 40px;
    }
    }


    /* footer */

    .sky-blue{
        background-color: #c9f0f7;
    }

    .iocn{
        width: 100%;
    }
    .icon a{
        text-decoration: none;
        color: #000;
    }
    .icon .fa-envelopes-bulk{
       color: #1b2957;
    }

    .fa-phone-volume{
         color: #1b2957;
    }

    .fa-location-dot{
        color: #1b2957;
    }
    .text{
        margin-left: 20px;
        font-size: 22px;
        font-weight: 500;
    }

    .fa-brands{
        color: white!important;

    }


    @media screen and (max-width: 767.99px) and (min-width:576px){


        .iocn{
        width: 100%;
        display: block;
    }
    .icon .fa-envelopes-bulk{
       color: #1b2957;
       width: 100%;
    }

    .fa-phone-volume{
        width: 100%;
         color: #1b2957;
    }

    .fa-location-dot{
        width: 100%;
        color: #1b2957;
    }
    .text{
        margin-left: 20px;
        font-size: 16px;
        font-weight: 500;
    }
    }


    @media screen and (max-width: 575.99px) and (min-width:320px){

        .fa{
        width: 100%;
        display: block;
        padding: 10px 0!important;
    }
}