

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    font-weight: 400;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
    margin: auto;
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}



.img-hover {
    overflow: hidden;
    border-radius: 20px;

}

.img-hover img {
    transition: all 0.5s ease-in-out;
    border-radius: 20px;
}

.img-hover img:hover {
    transform: scale(1.05);
}

.wrapper {
    max-width: calc(100% - 160px);
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.text-center {
    text-align: center;
}

/* Container Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    /* half of column padding */
    margin-right: -15px;
}

/* Column 50% */
.col-50 {
    width: 50%;
    padding-left: 15px;
    /* gutter */
    padding-right: 15px;
    box-sizing: border-box;
    /* make padding part of width */
}

/* Column 33% */
.col-33 {
    width: 33.33%;
    padding-left: 15px;
    /* gutter */
    padding-right: 15px;
    box-sizing: border-box;
    /* make padding part of width */
}

.com-pad {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-40 {
    margin-top: 40px;
}
.mb-0{
    margin-bottom: 0 !important;
}



.txt-orange {
    color: #F1823B !important;
}

#implementation .common-heading-box .heading{
    margin: 40px 0;
}

/* common-banner-sec */
.common-banner-sec {
    position: relative;

}

.common-banner-sec img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.common-banner-sec .limeStrategyImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.common-banner-sec .image {
    position: relative;
    padding-top: calc(700 / 1440 * 100%);
}

.common-banner-sec .limeStrategyImg {
    position: relative;
    padding-top: calc(700 / 1440 * 100%);
}
.our-partner-box  h3{
    font-size: 32px;
    line-height: 42px;
}




.banner-content {
    position: absolute;
    max-width: 500px;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.limeBannerContent {
    max-width: 867px;
}

.limeBannerContent h1 {
    font-family: 'frutiger-regular';
}

.limeBannerContent p {
    max-width: 650px;
    font-family: 'frutiger-light';
    font-weight: 300;

}

.limeBtn {
    padding: 14px 25px 0 28px;
    margin-top: 20px;
    height: 48px;
    background-color: white;
    color: #124061;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 19.2px;
    border-radius: 100px;
    border: none;
    font-family: 'frutiger-regular';
    letter-spacing: -0.4px;


}

.banner-content .heading {
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 24px;
    letter-spacing: -0.72px;
}

.banner-content .text {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.common-heading-box .heading {
    font-size: 40px;
    line-height: 50px;
    color: #124061;
    margin-bottom: 40px;
}



.about-certification .desc p {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
}
.partnering-sec{
    position: relative;
}
.partnering-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 --background-overlay: '';
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #d9f1fd 10px, #d9f1fd00 80px) !important;
    z-index: -1;
}









