body {
 font-family: "Roboto", sans-serif;
 font-family: "Inria Serif", serif;
 font-family: "Darker Grotesque", sans-serif;
 font-family: "Inter", sans-serif;
 background-color: #fff;
}
a{
    text-decoration:none;
}
:root {
    --primary-color:#EC255A;
	--secondary-color:#292C6D;
	--third-color:#161853;
    --backgroundwhite: #fff;
    --textwhite: #fff;
    --dotline: #c2c2c2;
    --bordercolor: #e6e6e6;
    --othercolor: #0e0f0b;
    --textcolor: #212121;
    --subtextcolor: #4D4D4D;
    --labelcolor: #717171;
}
::-webkit-scrollbar {width:6px;}
::-webkit-scrollbar:horizontal {width:6px; height:6px;}
::-webkit-scrollbar-track {background-color:transparent;border-radius: 9999px;}
::-webkit-scrollbar-thumb {background-color:#ccc;border-radius: 9999px;}

/*header*/
.header {
    margin-top: 50px;
}
.header_main {
    padding: 18px 35px;
    background-color: #000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
}
ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
ul.menu li a {
    font-size: 18px;
    font-family: "Darker Grotesque", sans-serif;
    color: rgb(255 255 255 / 60%);
    font-weight: 500;
    padding: 2px 8px 6px 8px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
ul.menu li a:hover {
    color: #fff;
}
ul.menu li.active a{
    color:#fff;
    border: 1px solid #fff;
}
ul.menu li {
    line-height: normal;
}
/*header*/

/*banner*/
.banner {
    padding-bottom: 60px;
}
.banner_left h1 {
    font-family: "Darker Grotesque", sans-serif;
    font-size: 70px;
    color: #000;
    margin-bottom: 35px;
}

.banner_left h1 span {
    display: block;
}

.banner_left h1 span b {
    color: #FF6A00;
    font-weight: 900;
}

.banner_left h2 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #FF6A00;
    margin-bottom: 35px;
}

.banner_left h2 span {
    color: #000;
    display: block;
}

.banner_btn {
    background-color: rgb(255 106 0 / 30%);
    border-radius: 50px;
    padding: 16px;
    display: inline-flex;
    align-items: center;
    grid-gap: 16px;
}

.banner_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
}

.banner_btn1 a {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    border-radius: 40px;
    padding: 8px;
    font-size: 20px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #000;
    position: relative;
}
.banner_btn1 a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background: radial-gradient(circle, #FFFFFF 0%, #FF6A00 100%);
}
.banner_btn1 a i {
    width: 40px;
    height: 40px;
    background: #FF6A00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 30px;
}

.banner_btn1 a span {
    padding-left: 12px;
}

.banner_btn2 a {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 30px;
    padding: 9px 16px 12px 16px;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 20px;
    font-weight: 500;
    grid-gap: 4px;
    color: #000;
}

.banner_btn2 a span {
    font-weight: bold;
}

.banner_left {
    padding-top: 80px;
}
.banner_right {
    position: relative;
    overflow: hidden;
}
.banner_right img {
    width: 100%;
}
.text1 {
    line-height: 16px;
    position: absolute;
    top: 113px;
    left: 10px;
    background: #fff;
    padding: 4px 16px 6px;
    text-align: center;
    color: #777575;
    font-size: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 700;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 12%);
    border-radius: 15px;
    letter-spacing: 1px;
}
.text1 span {
    display: block;
    color: #000;
}
.text2 {
    line-height: 16px;
    position: absolute;
        top: 70px;
    right: 145px;
    background: #fff;
    padding: 4px 16px 6px;
    text-align: center;
    color: #777575;
    font-size: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 700;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 12%);
    border-radius: 15px;
    letter-spacing: 1px;
}
.text2 span {
    color: #000;
}
.text3 {
    line-height: 16px;
    position: absolute;
    top: 140px;
    right: 20px;
    background: #fff;
    padding: 4px 16px 6px;
    text-align: center;
    color: #FF6A00;
    font-size: 14px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 700;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 12%);
    border-radius: 15px;
    letter-spacing: 1px;
}

.text4 {
    background: rgb(255 255 255 / 94%);
    border-radius: 100px;
    position: absolute;
    bottom: 5px;
    left: 121px;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    padding: 10px 30px 10px 10px;
    font-family: "Darker Grotesque", sans-serif;
}

.text4:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        border-radius: inherit;
        background: radial-gradient(circle, #FFFFFF 0%, #000 100%);
}

span.tex1 {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 3px 24px 10px;
    border-radius: 50px;
    font-size: 60px;
    line-height: normal;
    border: 1px solid #FF6A00;
    grid-gap: 12px;
    color: #FF6A00;    width: 147px;
        justify-content: center;
}

span.tex1 span.stat-number {
    font-weight: 600;
    color: #000;
}
span.tex2 {
    font-size: 24px;
    font-weight: 600;
        line-height: 24px;
}
/*banner*/

/*growthpartner*/
.growthpartner {
    padding: 120px 0;
    background-image: url(../images/dot.svg);
    background-color: #000;
    background-repeat: repeat;
    position: relative;
}
.growthpartnertitle {
    font-family: "Inria Serif", serif;
    font-size: 45px;
    color: #fff;
    text-align: center;
    line-height: normal;
}
.growthpartnertitle span {
    color: #FF6A00;
}
.growthpartner_banner img {
    width: 100%;
}
.growthpartner_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    margin-top: 110px;
    margin-bottom: 75px;
}

.growthpartner_box img {margin-bottom:20px;}

.growthpartner_box p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.growthpartner_box {
    position: relative;
}
.growthpartner_banner {
    border-radius: 15px;
    overflow: hidden;
}
/*growthpartner*/

/*tagline*/
.tagline {
    background-color: #DDDDDD;
    padding: 100px 0;
}
.tagline p {
    font-family: "Inria Serif", serif;
    font-size: 45px;
    text-align: center;
    margin: 0;
    line-height: normal;
}
.tagline p span {
    color: #FF6A00;
}
/*tagline*/

/*oursolutions*/
.oursolutions {
    padding: 75px 0 100px 0;
    background: #000;
}
.oursolutionstitle {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-family: "Inria Serif", serif;
    margin-bottom: 60px;
}
.oursolutions_box img {
    width: 100%;
}
.oursolutions_box {
    position: relative;
    border: 1px solid rgb(179 179 179 / 28%);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 24px;    
    height: 320px;
}
.oursolutionstext {
    position: absolute;
    z-index: 99;
    bottom: 16px;
    width: 100%;
}
.oursolutionstext h3 {
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    padding: 0 24px;
     padding-bottom: 8px;
}

.oursolutionstext p {
    color: #fff;
    font-family: "Darker Grotesque", sans-serif;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    padding: 0 24px;
    line-height: normal;
    border-top: 1px solid rgb(179 179 179 / 28%);
    padding-top: 8px;
        line-height: 18px;
}
.oursolutionstext h3 span {
    position: absolute;
    background: #FF6A00;
    font-size: 12px;
    padding: 1px 5px 4px;
    border-radius: 4px;
    transform: rotate(20deg);
    top: -15px;
    right: 55px;
}
p.noline {
    border: 0px;
    position: relative;
}

p.noline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/line1.svg);
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
}
p.noline1 {
    border: 0px;
    position: relative;
}
p.noline1:before {
    content: '';
    position: absolute;
    top: 0;
    background: url(../images/line2.svg);
    width: 100%;
    height: 1px;
    background-repeat: no-repeat;
}
.oursolutionstext h3.leftpos span {
    position: absolute;
    background: #FF6A00;
    font-size: 12px;
    padding: 1px 5px 4px;
    border-radius: 4px;
    transform: rotate(-26deg);
    top: -15px;
    right: 166px;
}
/*oursolutions*/

/*ourprocess*/
.ourprocess {
    background: #171821;
    padding: 100px 0;
}
.ourprocess_main{
    border-radius: 20px;
    text-align: center;
    padding: 120px 45px 65px 45px;
    position: relative;
    background: #000000;
    background: linear-gradient(134deg, rgba(0, 0, 0, 1) 0%, rgba(92, 45, 1, 1) 50%, rgba(0, 0, 0, 1) 100%);
    box-shadow: 0px 0px 70px rgb(0 0 0 / 41%);
}
.ourprocesstitle {
    text-align: left;
    color: #fff;
    font-family: "Inria Serif", serif;
    font-size: 50px;
    margin-top: -52px;
    padding-left: 60px;
}
.ourprocesssubtitle {
    font-family: "Inter", sans-serif;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 22px;
    color: rgb(255 255 255 / 40%);
    text-transform: uppercase;
    width: 305px;
    text-align: right;
    line-height: normal;
}

.ourprocesssubtitle span {
    color: #FF7D03;
    font-size: 34px;
}
.ourprocessstep img {
    margin-bottom: 12px;
}

.ourprocessstep h3 {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    margin: 0;
}

.ourprocessstep p {
    color: rgb(255 255 255 / 60%);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    margin: 0;
}
.ourprocess_img {
    position: relative;
}
.ourprocessstep {
    text-align: left;
}
.ourprocess_pos1 {
    position: absolute;
    bottom: 80px;
    left: 70px;
}
.ourprocess_pos2 {
    position: absolute;
    bottom: 110px;
    left: 320px;
}
.ourprocess_pos3 {
    position: absolute;
    bottom: 160px;
    left: 560px;
}
.ourprocess_pos4 {
    position: absolute;
    bottom: 220px;
    left: 820px;
}
.ourprocess_pos5 {
    position: absolute;
    bottom: 260px;
    right: 0;
}
/*ourprocess*/

/*empower*/
.empower{
    padding-top: 60px;
    background-image: url(../images/dot.svg);
    background-color: #000;
    background-repeat: repeat;
    position: relative;
}
.empower_img {
    position: relative;
}

.empower_img img {
    width: 100%;
}
.empowertitle {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-family: "Inria Serif", serif;
    line-height: normal;
}

.empowersubtitle {
    text-align: center;
    font-size: 24px;
    font-family: "Inria Serif", serif;
    text-transform: uppercase;
    color: rgb(255 255 255 / 60%);
}
.tagline_btn {
    border-radius: 12px;
    border: 3px solid #21212A;
    background-color: #000;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    padding: 8px 24px;
}


.pos1 {
    position: absolute;
    top: 65px;
}
.pos2 {
    position: absolute;
    top: 30px;
    right: 180px;
}
.pos3 {
    position: absolute;
    bottom: 100px;
}
.pos4 {
    position: absolute;
    bottom: 100px;
    right: 190px;
}
.pos5 {
    position: absolute;
    top: 130px;
    right: 0;
}
/*empower*/


/*challengeline*/
.challengeline{
    background-color: #FF7D03;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.challengeline p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 28px;
    padding: 12px 0;
    font-family: "Inria Serif", serif;
}
/*challengeline*/

/*success*/
.success{
    background-color: #DDDDDD;
    padding: 100px 0;
}
.success_main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.successtitle {
    font-size: 45px;
    text-align: center;
    font-family: "Inria Serif", serif;
    line-height: normal;
    color: #000;
}

.success p {
    font-size: 14px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #000;
    margin: 0;
}

.success_box p {
    font-size: 18px;
    text-align: left;
    color: rgb(0 0 0 / 60%);
}

.successno {
    font-size: 50px;
    line-height: normal;
    color: #FF7D03;
    font-family: "Roboto", sans-serif;
}

.successno span {
    color: #000;
}

.success_box {
    position: relative;
}

.success_box:before {
    content: '';
    position: absolute;
    right: -82px;
    top: 0;
    width: 2px;
    background: url(../images/grline.svg);
    height: 100%;
}

.success_box:last-child:before {
    display: none;
}
/*success*/


/*footer*/
.footer{
background-color: #000;
    position: relative;
    z-index: 0;
}
.EazeAlliance {
    padding-top: 100px;
    text-align: center;
}

.EazeAlliance img {
    width: 80%;
}

.footertitle {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: "Inria Serif", serif;
        margin-top: -24px;
}

.footertitle span {
    color: #FF6A00;
}

.footer h4 {
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.footerbtngroup {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 75px;
}
.footerbottom {
    position: relative;
    padding: 40px 0;
}

.footerbottom p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.footermain {
    background-color: #17171D;
    border-radius: 15px;
    padding: 36px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.footermenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
    row-gap: 16px;
}

.footermenu ul li a {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 14px;
}
.footermedia ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.footermedia ul li a {
    display: flex;
}
/*footer*/