@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500;1,600;1,700;1,800;1,900&display=swap');
.w3l-about-breadcrumb {
    margin-top: -10px;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: grid;
    padding-top: 2em;
    margin-bottom: -100px;
}

.w3l-about-breadcrumb img {

    width: 470px;
    height: 330px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: -13px;

}

.w3l-about-breadcrumb h2.title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-top: 100px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.w3l-about-breadcrumb h2.title span {
    font-size: 53px;
}

.w3l-about-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    min-height: 91%;
    left: 0;
    right: 0;
    z-index: -1;
    background: #4b6cb7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.row-why {
    margin-top: 150px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.why-left p {
    color: #6BB8F0;
    font-weight: 600;
}
.why-left{
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.why-left h2 {
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 80px;
    color: #1267a0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;
font-size: 40px;
}
.why-left  span {
    letter-spacing: 2.5px;
    line-height: 0px;
    margin-top: 75px;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #1267a0;
}

.why-right p {
    margin-right: 40px;
    font-size: 17px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 32px;
    text-align: justify;
}

.top {

    position: absolute;
    top: 55%;
    /*
    background-image: url(../images/why-choose-us-top.png);
    background-size: cover;
   background-repeat: no-repeat;
    background-position: center;
*/
}

.top img {
    width: 89%;
    height: 630px;
    margin-left: 70px;
    margin-top: 240px;
    /*   opacity: 0.8;*/
}

.choose-head {
    font-weight: 600;
    margin-bottom: 40px;
}

.features i {
    font-size: 37px;
    color: #1267a0;
}

.features h3 {
    margin-left: 20px;
    font-size: 27px;
    font-weight: 700;
    margin-top: 5px;
    color: #1267a0;
    width: 400px;
}

.features {
    margin-top: 30px;
    text-align: justify;
}

.feature {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 380px;
}

.clients {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 70px;
}

.clients1 {
    margin-top: 100px;
}

.clients p {
    color: #6BB8F0;
    font-weight: 600;
    margin-bottom: 10px;
}

.clients h2 {
    line-height: 40px;
    letter-spacing: 0.5px;

}

.clients h6 {
    margin-top: 10px;
    letter-spacing: 0.5px;
    color: #616365;
    line-height: 28px;
    margin-bottom: 20px;
}

.clients-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 20px;
}

.item-x img {
    margin: 30px 40px;
    width: 120px;
    height: 120px;
}

.item-x1 img {
    width: 250px;
    height: 60px;
    margin: 20px;
}

.bottom {





}

.bottom img {
    width: 100%;
    height: auto;
    /*   opacity: 0.8;*/

}

.absolute a {
    background: #4b6cb7;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding: 13px 23px;
    font-weight: 600;
    border-radius: 4px;
transition: 0.3s ease-out;

}
.absolute a:hover {
    opacity: 0.9;
}
.side-img img {
    width: 800px;
    height: 450px;
    margin-left: -300px;
    margin-top: -20px;
}

.mar {
    margin-top: 580px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .item-x img {
        margin: 15px 10px;
        width: 90px;
        height: 90px;
    }
    .item-x1 img {
    width: 200px;
    height: 35px;
    margin: 10px;
}
    .w3l-about-breadcrumb h2.title {
        font-size: 22px;

    }

    .w3l-about-breadcrumb h2.title span {
        font-size: 32px;
    }


    .w3l-about-breadcrumb img {

        width: 280px;
        height: 180px;
        margin-left: -20px;
       margin-bottom: 2px;
    }

 
    .w3l-about-breadcrumb::before {

        min-height: 92%;


    }

    .top {
        position: relative;
        top: -100px;

    }

    .top img {
        width: 95%;
        height: auto;
        margin-left: 2px;
        margin-top: 10px;

    }

    .why-right p {
        margin-right: 0px;
        margin-top: 20px;
        line-height: 30px;
        text-align: justify;
    }

  .why-left h2 {
    letter-spacing: 0.5px;
    line-height: 40px;
    margin-top: 10px;
    color: #1267a0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Poppins', sans-serif;
font-size: 20px;
}
.why-left  span {
    letter-spacing: 2.5px;
    line-height: 0px;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #1267a0;
}


    .mar {
        margin-top: -50px;
    }

    .features i {
        font-size: 30px;
        color: #1267a0;
    }

    .features h3 {
        margin-left: 20px;
        font-size: 20px;
        font-weight: 700;
        margin-top: 0px;
        width: 270px;
        text-align: left;
    }

    .features {
        margin-top: 30px;

    }

    .feature {
        /*    text-align: justify;*/
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0px;
        line-height: 25px;
        margin-left: 60px;
        margin-top: 10px;
        margin-bottom: 30px;
        width: auto;
    }
    .side-img {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .side-img img {
        width: 400px;
        height: 230px;
        margin-left: -100px;
        
        margin-top: -60px;

    }

    .bottom img {
        width: 100%;
        height: auto;
margin-left: 0px;
    }

    .clients {

        margin-top: 50px;
    }

    .clients1 {
        margin-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bottom img {
        margin-left: 0px;

    }
    
    .side-img img {
        width: 950px;
        height: 550px;
        margin-left: -300px;
        margin-top: -60px;
    }

    .top {
        position: relative;
        top: -100px;

    }

    .top img {
        width: 95%;
        height: auto;
        margin-left: 10px;
        margin-top: 0px;

    }

    .mar {
        margin-top: -50px;
    }

    .fl {
        width: 500px;
    }

    .features {
        margin-top: 30px;
        width: 500px;
        margin-left: 110px;
    }

    .bottom img {
        width: 100%;
        height: 350px;

    }

    .item-x img {
        margin: 30px 30px;
        width: 110px;
        height: 110px;
    }

    .features h3 {

        width: 800px;
    }

    .feature {
        width: 500px;
        margin-left: 180px;
    }

}

@media (min-width: 1024px) and (max-width: 1086px) {
    .w3l-about-breadcrumb img {

        width: 380px;
        height: 340px;
        margin-left: 0px;

    }
   
    .fl {
        width: 300px;
    }

    .features {
        margin-top: 30px;
        width: 400px;
        margin-left: -15px;
    }
     .feature {
        width: 300px;
        margin-left: 13px;
    }
    .side-img img {
    width: 700px;
    height: 500px;
    margin-left: -250px;
    margin-top: -50px;
}
 .bottom img {
        margin-left: 0px;

    }
    
}

@media (min-width: 481px) and (max-width: 767px) {
    .w3l-about-breadcrumb img {

        width: 300px;
        height: 250px;
        margin-left: 0px;
margin-bottom: 22px;
    }

    .top {
        position: relative;
        top: -100px;

    }

    .top img {
        width: 95%;
        height: auto;
        margin-left: 20px;
        margin-top: 10px;

    }

    .mar {
        margin-top: -50px;
    }

    .side-img img {
        width: 450px;
        height: 250px;
        margin-left: -40px;
        margin-top: -60px;

    }

    .bottom img {
        width: 100%;
        height: auto;

    }

    .item-x img {
        margin: 20px 10px;
        width: 90px;
        height: 90px;
    }

    .clients {

        margin-top: 50px;
    }

    .clients1 {
        margin-top: 60px;
    }
    .bottom img {
        margin-left: 0px;

    }
}
