body,html{
    width: 100%!important;
    scroll-behavior: smooth;
    height: 100%;
}

@media (max-width: 1499px){
    .about-usp-image {
        max-height: 110px;
        max-width: 110px;
    }
}
@media (min-width: 769px){
    #about-first-section{
        padding-top: 120px;
        padding-bottom: 120px;
        background-image: url('../assets/about-bg-img.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-title{
        font-size: 6rem;
        font-weight: 700;
        color: black;
        text-align: center;
    }
    .about-fs-title{
        font-size: 3rem;
        color: black;
        font-weight: 700;
    }
    .usp-title{
        font-weight: 400;
        line-height: 1.5;
        color: black;
        text-align: left;
        font-size: 1.15rem;
        text-transform: inherit;
    }
    .usp-text-div{
        padding: 0 30px;
    }
    .about-usp-image{
        margin: 0 auto;
    }
    .usp-btn-div{
        align-items: flex-end;
        text-align: center;
    }
    .contact-btn{
        position: relative;
        box-sizing: border-box;
        background: #fff;
        background-clip: padding-box;
        border: 2px solid transparent;
        transition-duration: 0.2s;
        transition-property: color;
        color: black;
        padding: 10px;
        text-align: center;
        border-radius: 28px;
        width: 190px;
        /*margin: 0 auto;*/
    }
    .contact-btn:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: linear-gradient(to right, #f56200 0%, #f3ae0f 50%);
        background-size: 200% auto;
    }
    .contact-btn:hover{
        color: #fff;
        background-image: linear-gradient(to right, #f56200 0%, #f3ae0f 50%);
        background-size: 200% auto;
    }
    .contact-btn:hover:before {
        display: none;
    }
    .usp-row{
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .usp-row:hover{
        box-shadow: 0 0 10px 5px rgba(170,170,170,0.1);
    }
    #about-second-section{
        padding: 65px 0;
    }
}
@media (min-width: 1500px){
    .about-title{
        font-size: 8rem;
    }
    .about-fs-title {
        font-size: 4rem;
    }
    #about-second-section {
        padding: 100px 0;
    }
}
@media (min-width: 768px) and (max-width: 768px) {
    .usp-btn-div {
        margin: 0 auto;
        align-items: flex-end;
        text-align: center;
    }
    .contact-btn {
        width: 170px!important;
    }
}
@media (min-width: 576px) and (max-width: 768px){
    #about-first-section{
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url('../assets/about-bg-img-mob.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-title{
        font-size: 6rem;
        font-weight: 700;
        color: black;
        text-align: center;
        margin-top: 50px;
    }
    .about-fs-title{
        font-size: 3rem;
        color: black;
        font-weight: 700;

    }
    .usp-title{
        font-weight: 500;
        line-height: 1.5;
        color: black;
        text-align: left;
        font-size: 1rem;
    }
    .usp-text-div{
        padding: 0 0;
    }
    .about-usp-image{
        margin: 0 auto;
    }
    .usp-btn-div{
        margin: 0 auto;
        text-align: center;
    }
    .contact-btn{
        position: relative;
        box-sizing: border-box;
        background: #fff;
        background-clip: padding-box;
        border: 2px solid transparent;
        transition-duration: 0.2s;
        transition-property: color;
        color: black;
        padding: 10px;
        text-align: center;
        border-radius: 28px;
        width: 190px;
        /*margin: 0 auto;*/
    }
    .contact-btn:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: linear-gradient(to right, #f56200 0%, #f3ae0f 50%);
        background-size: 200% auto;
    }
    .contact-btn:hover{
        color: #fff;
        background-image: linear-gradient(to right, #f56200 0%, #f3ae0f 50%);
        background-size: 200% auto;
    }
    .contact-btn:hover:before {
        display: none;
    }
    .usp-row{
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .usp-row:hover{
        box-shadow: 0 0 10px 5px rgba(170,170,170,0.1);
    }
    #about-second-section{
        padding: 65px 0;
    }
}
@media (max-width: 768px) and (min-width: 768px){
    .usp-text-div {
        padding: 0 30px;
    }
}
@media (max-width: 767px){
    .about-usp-image {
        margin-bottom: 30px;
    }
    .usp-btn-div {
        display: block!important;
        text-align: left;
        margin-top: 30px;
    }
}
@media (max-width: 575px){
    #about-first-section{
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url('../assets/about-bg-img-mob.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .about-title{
        font-size: 3.5rem;
        font-weight: 700;
        color: black;
        text-align: center;
        margin-top: 50px;
    }
    .about-fs-title{
        font-size: 2.5rem;
        color: black;
        font-weight: 700;
    }
    .usp-title{
        font-weight: 500;
        line-height: 1.5;
        color: black;
        text-align: left;
        font-size: 1rem;
    }
    .usp-text-div{
        padding: 0 0;
    }
    .about-usp-image{
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 30px;
        max-width: 100px;
        max-height: 100px;
    }
    .usp-btn-div{
        margin-left: 0;
        margin-right: auto;
        text-align: left;
        margin-top: 30px;
    }
    .contact-btn{
        position: relative;
        box-sizing: border-box;
        background: #fff;
        background-clip: padding-box;
        border: 2px solid transparent;
        transition-duration: 0.2s;
        transition-property: color;
        color: black;
        padding: 10px;
        text-align: center;
        border-radius: 28px;
        width: 190px;
    }
    .contact-btn:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: linear-gradient(to right, #f56200 0%, #f3ae0f 50%);
        background-size: 200% auto;
    }
    .contact-btn:hover{
        color: #fff;
        background-image: linear-gradient(to right, #f56200 0%, #f3ae0f 50%);
        background-size: 200% auto;
    }
    .contact-btn:hover:before {
        display: none;
    }
    .usp-row{
        margin:0 15px!important;
        padding: 50px 0;
    }
    .usp-row:last-of-type{
        margin:0 15px!important;
        padding: 50px 0;
        border-bottom: none;
    }
    .usp-row:hover{

    }
    #about-second-section{
        padding: 20px 0;
    }
}
@media (max-width: 300px){
    .about-fs-title {
        font-size: 1.7rem;
    }
}


.about-text-div{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.sub-title-div{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.sub-title{
    font-size: 22px;
    font-weight:400;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: rgb(154,154,154);
}
.sub-title-line{
    width: 100px;
    margin-left: 0;
    border-width: 5px;
    background-color: #f56200!important;
    margin-left: 30px;
    position: relative;
    top:-6px;
}


.about-body .row {
    margin: 0 0;
}
.usp-middle{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about-third-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
}
.vision-div{
    display: flex;
    justify-content: center;
    gap: 8%;
}
.vision-box{
    background-color: white;
    width: calc(50% - 4%);
    max-width: 500px;
    padding: 90px 50px;
    box-shadow: 0 0 7px 5px rgba(128,128,128,0.1);
}
.vision-title{
    color: black;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}
.vision-line{
    border: 2px solid #f56200;
    width: 80px;
    margin: 35px auto;
}
.vision-content{
    font-size: 19px;
    line-height: 34px;
    color: #1f1f1f;
    font-weight: 400;
    text-align: center;
}
@media (max-width: 1499px){
    .vision-div{
        gap: 6%;
    }
    .vision-box{
        background-color: white;
        width: calc(50% - 3%);
    }
    .vision-title{
        font-size: 30px;
    }
    .vision-line{
        width: 50px;
        margin: 15px auto;
    }
    .vision-content{
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 767px){
    .vision-div{
        flex-wrap: wrap;
        gap: 30px;
    }
    .vision-box{
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 300px){
    .vision-box{
        padding: 70px 30px;
    }
}