.statement-sec {
    display: flex;
    padding: 0 25px 0 0;
    grid-gap: 7vw;
    position: relative;
    padding-bottom: 10vw;
}

.statement-sec .left {
    width: 55%;
}

.statement-sec .left .operating-head {
    padding: 0;
    margin-bottom: 4vw;
}

.statement-sec .left .operating-head .heading-line {
    width: 90%;
}

.statement-sec .left .operating-head i {}

.statement-sec .left .operating-head .inner {
    line-height: 1;
}

.main_info {
    width: 70%;
    margin: auto;
}

.info_text {
    display: flex;
    grid-gap: 3vw;
    margin-bottom: 5vw;
}

.info_text .para {}

.info_text .para p {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
}

.read_more {
    position: relative;
}

.read_more .link_btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: fit-content;
    padding: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    font-weight: 300;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.read_more .link_btn:before {
    content: '';
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    transition: all .5s ease;
    background: red;
}

.read_more .link_btn:hover:before {
    width: 100%;
    border-radius: 0;
    padding: 0px 0 0 10px;
}

.read_more .link_btn .arrow {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
    width: 60px;
    height: 60px;
}

.read_more .link_btn:hover .info {
    color: #fff;
}

.read_more .link_btn:hover .arrow svg {
    transform: rotate(-136deg);
    margin-top: 0px;
}

.read_more .link_btn .arrow svg {
    width: 25px;
    height: 25px;
    margin: -6px 6px 0 0px;
    transition: all .7s ease;
    transform: rotate(-100deg);
}

.read_more .link_btn .info {
    color: #E41F28;
    font-size: 20px;
    margin-left: 2vw;
}

.statement-sec .right {
    position: relative;
}

.statement-sec .right .name_sec {
    top: 7vw;
    width: 45%;
}

.statement-sec .right img {
    width: 100%;
    transform: rotateY(180deg);
}

.statement-sec .right .name_sec {
    position: absolute;
    top: 8vw;
    width: 50%;
    right: 5vw;
}

.statement-sec .right .name_sec h2 {
    color: #E41F28;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.statement-sec .right .name_sec p {
    font-size: 20px;
    color: #7B6E66;
    font-weight: 300;
}

.bantnet_sec {
    background: #F5F5F5;
    margin: 0 25px;
}

.bantnet_sec .main_text {
    padding: 5vw 7vw 0 7vw;
}

.bantnet_sec .main_text .left {
    width: 51%;
    border-bottom: solid 1px #7D6E66;
    padding-bottom: 4vw;
    margin-bottom: 5vw;
}

.bantnet_sec .main_text .left .number_sec {
    display: flex;
    align-items: baseline;
    margin-bottom: 2vw;
}

.bantnet_sec .main_text .left .number_sec h3 {
    font-size: 30px;
    font-weight: 300;
    margin-left: 1vw;
    text-transform: uppercase;
    line-height: 1;
}

.bantnet_sec .main_text .left .number_sec .number h2 {
    line-height: 1;
    font-size: 14px;
    color: #E41F28;
}

.bantnet_sec .main_text .left .number_sec h2 span {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -10px;
}

.bantnet_sec .main_text .left p {
    font-size: 18px;
    line-height: 24px;
}

.bantnet_sec .img {
    margin-top: -20vw;
}

.bantnet_sec .img img {
    width: 100%;
    transform: rotateY(180deg);
}

.responsibly_sec {
    position: relative;
    height: 100vh;
}

.responsibly_sec .head {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    bottom: 4vw;
}

.responsibly_sec .head h2 {
    font-size: 32px;
    line-height: 42px;
    color: #00843D;
    width: 55%;
    margin: auto;
    text-align: center;
}

.responsibly_sec .img {
    height: 100%;
}

.responsibly_sec .img img {}

.process_sec {
/*    background: #00843D;*/
    /*    height: 100vh;*/
    margin-bottom: 0;
}

.process_sec .text {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-top: 8vw;
}

.process_sec .text h2 {
    color: #F6F6F6;
    font-size: 55px;
    line-height: 1.7;
    font-weight: 400;
    text-transform: math-auto;
}

.download_report {
    margin-bottom: 3vw;
}

.download_report .read_more {
    display: flex;
    margin-bottom: 0;
}

.download_report .read_more a {}

.download_report .read_more .link_btn .arrow svg {
    margin: 0;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    transform: rotate(0deg);
}

.download_report .read_more .link_btn:hover .arrow svg {
    transform: rotate(0);
    margin-top: 0;
}

.new_line {
    width: 70%;
}

.new_line i {
    width: 100%;
}

.new_line .inner {
    width: 52%;
}

.inner-banner {
    text-align: center;
    padding: 10vw 0 0vw;
}

.inner-banner>div {}

.inner-banner>div h2 {
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}

.inner-banner>div h3 {
    font-size: 95px;
    line-height: 1.3;
}

.vision_sec {
    z-index: 2;
    position: relative;
}

.vision_sec .img {
    position: absolute;
    top: 15vw;
    z-index: -22;
}

.vision_sec .img img {
    position: relative;
    z-index: -4;
}

.vision_sec .vision {
    margin-bottom: 5vw;
}

.vision_sec .vision .left {
    width: 55%;
    margin-right: auto;
    padding-top: 10vw;
}

.vision_sec .vision .left .operating-head {
    padding: 0px 0vw 0 10vw;
}

.vision_sec .vision .left .operating-head .heading-line {
    width: auto;
}

.vision_sec .vision .left .operating-head .heading-line .inner {}

.vision_sec .vision .left .operating-head .heading-line .inner span {}

.vision_sec .vision .left .operating-head .heading-line .inner h2 {
    text-align: center;
}

.vision_sec .vision .left .operating-head .heading-line h2 {
    font-size: 35px;
    /*    line-height: 40px;*/
}

.vision_sec .vision .left .main_info {}

.vision_sec .vision .left .main_info .info_text {
    margin: 0;
}

.vision_sec .vision .left .main_info .info_text .para {}

.saving_sec {
    width: 90%;
    margin: auto;
    margin-bottom: 10vw;
    position: relative;
    z-index: 3;
}

.saving_sec .home_pin {
    width: 40%;
    padding: 10vw 2vw 2vw;
    z-index: 2;
    position: relative;
}

.saving_sec .red_box h2 {
    font-size: 38px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 5vw;
}

.saving_sec .red_box {
    width: 60%;
    margin: 0 auto 0 0;
    background: #E41F28;
    padding: 3vw 3vw 10vw;
}

.saving_sec .red_box .main_info {
    width: 65%;
}

.saving_sec .red_box .info_text .para p {
    color: #fff;
}

.future_sec {
    background: #F5F5F5;
    padding: 10vw;
    margin-bottom: 10vw;
}

.future_sec h2 {
    font-size: 70px;
    line-height: 1.60;
    text-align: center;
    text-transform: math-auto;
}

.yellow h3 {
    font-size: 95px;
    line-height: 1;
}

.cr {
    color: #E41F28 !important
}

.cf {
    color: #FCAF17 !important;
}

.vision_new {
    width: 90%;
    margin: auto;
    position: relative;
}

.vision_new>div {
    display: flex;
    grid-gap: 5vw;
    position: relative;
    top: 10vw;
    z-index: 1;
}

.vision_new .left {
    width: 30%;
}

.vision_new .left h2 {
    font-size: 90px;
    line-height: 1;
    color: #E41F28;
}

.vision_new .right {
    width: 70%;
}

.vision_new .right p {
    font-size: 40px;
    line-height: 45px;
}

.main_vision .img {
    position: relative;
}

.main_vision .img img {}

.obj_sec {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-top: -20vw;
    position: relative;
    margin-bottom: 5vw;
    width: 50%;
    margin-right: auto;
}

.obj_sec h2 {
    font-size: 90px;
    line-height: 1;
    color: #7D6E66;
    margin-bottom: 2vw;
    width: 100%;
}

.obj_sec ul {
    padding: 0vw 2vw 0 0;
}

.obj_sec ul li {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    list-style: disc;
    margin-bottom: 5px;
}

.islamic_sec .vision_new ul li::marker,
.value_sec ul li::marker,
.obj_sec ul li::marker {
    font-size: 17px;
}

.islamic_sec {
    position: relative;
    width: 93%;
    margin-right: auto;
}

.islamic_sec .obj_sec {
    position: absolute;
    width: 60%;
    align-items: start;
    margin: 0;
    top: 22vw;
    right: 30vw;
}

.islamic_sec .obj_sec h2 {
    color: #E41F28;
    /*line-height: 70px;*/
    text-align: inherit;
}

.islamic_sec .obj_sec p {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
}

.islamic_sec .img {}

.islamic_sec .vision_new>div {
    flex-direction: column;
    grid-gap: 0;
    top: 0;
}

.islamic_sec .vision_new {
    position: absolute;
    top: 68%;
    right: 7vw;
    width: 50%;
}

.islamic_sec .vision_new ul {
    padding-right: 2vw;
}

.islamic_sec .vision_new ul li {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    list-style: disc;
    margin-bottom: 5px;
}

.islamic_sec .vision_new .left h2 {
    color: #00843D;
    /*line-height: 70px;*/
    margin-bottom: 2vw;
}

.islamic_sec .vision_new p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}

.value_sec {
    width: 45%;
    margin-right: auto;
    position: relative;
    top: -3vw;
}

.value_sec h2 {
    color: #00843D;
    line-height: 1;
    font-size: 90px;
    margin-bottom: 2vw;
}

.value_sec ul {
    padding: 0vw 2vw;
}

.value_sec ul li {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    list-style: disc;
    margin-bottom: 5px;
}

.head-lf {
    font-size: 95px;
    line-height: 1;
    position: relative;
    left: 0;
    text-align: end;
    padding-left: 8vw;
}

.appproach_banner {
    text-align: right;
}

.appproach_banner h3 {
    font-size: 95px;
    line-height: 1.2;
/*    margin: 0 0 1vw !important;*/
    line-height: 1;
    /*    margin: 0 0 1vw !important;*/
}

.appproach_banner .text {}

.appproach_banner .text>div {}

.appproach_banner .text>div p {
    font-size: 40px;
    line-height: 1.30;
    text-align: right;
    width: 70%;
}

.appproach_banner .text>div .left {
    margin-left: 0;
}

.appproach_banner>div {
    position: relative;
    width: 61%;
    margin: 0 auto;
}

.img_sec {}

.img_sec .img-top {
    position: absolute;
    top: 1.5vw;
    width: 29%;
    right: -2vw;
    z-index: -1;
}

.img_sec .img-top img {
    width: 100%;
}

.img_sec .img-right {
    position: absolute;
    bottom: 2vw;
    width: 35%;
    z-index: -1;
    left: 0;
}

.img_sec .img-right img {
    width: 100%;
}

.stra_img {
    width: 93%;
    margin: auto;
    margin-top: -12vw;
}

.stra_img img {
    width: 100%;
}

.embracing-text {
    position: relative;
    right: -5vw;
}

.rapid_sec {
    width: 45%;
    margin: auto;
    margin-top: -5vw;
    margin-bottom: 15vw;
}

.rapid_sec .heading-line {
    width: auto;
}

.rapid_sec .heading-line i {}

.rapid_sec .heading-line h2 {
    font-size: 57px;
    margin-bottom: 7vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}

.rapid_sec .heading-line h2 span {
    color: #7D6E66;
    text-transform: lowercase;
}

.rapid_sec .main_info {}

.culture_sec {
    position: relative;
    padding: 0 12.5vw 10vw;
}

.culture_sec h2 {
    font-size: 71px;
    line-height: 1.25;
    text-transform: math-auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.culture_sec .culture_img {}

.culture_sec .culture_img .left_img {
    width: 21%;
    position: absolute;
    right: 2vw;
    bottom: 3vw;
}

.culture_sec .culture_img .left_img img {
    width: 100%;
}

.culture_sec .culture_img .right_img {
    position: absolute;
    top: -9vw;
    left: 3vw;
    width: 16%;
}

.culture_sec .culture_img .right_img img {
    width: 100%;
}

.culture-text {
    width: 75%;
    margin: auto;
    display: flex;
    grid-gap: 3vw;
    margin-bottom: 10vw;
}

.culture-text .left {
    width: 50%;
}

.culture-text .left p {
    font-size: 27px;
    line-height: 36px;
    color: #7D6E66;
}

.culture-text .right {
    width: 50%;
}

.culture-text .right .main_info {
    width: 90%;
}

.offer_digital {
    background: #7D6E66;
    color: #fff;
    height: 100vh;
    padding: 5vw 2vw 0 5vw;
    display: flex;
    grid-gap: 15vw;
    margin-bottom: 5vw;
}

.offer_digital .heading-line {
    width: 60%;
}

.offer_digital .heading-line i {
    background: #fff;
}

.offer_digital .heading-line h2 {
    font-size: 55px;
    line-height: 1.3;
    text-transform: uppercase;
}

.offer_digital .main_info {
    margin: 0;
    width: 40%;
}

.offer_digital .main_info .info_text .para {
    width: 50%;
}

.offer_digital .heading-line h2 span {
    text-transform: lowercase;
    line-height: 1.2;
}

.isolation_sec .left .heading-line .com {
    text-align: end;
    padding: 0;
}

.isolation_sec .left .heading-line h2 {
    padding-left: 0vw;
}

.isolation_sec {
    padding: 0 2vw 0 0;
    grid-gap: 10vw;
    opacity: 1;
}

.isolation_sec .left {
    width: 57%;
}

.isolation_sec .right {
    top: 0;
    width: 45%;
}

.isolation_sec .left .operating-head {
    margin-bottom: 5vw;
}

.isolation_sec .info_text .para,
.rapid_sec .info_text .para {
    width: 50%;
}

.business_model {
    background: #7D6E66;
    text-align: end;
    padding: 10vw 0 5vw;
}

.business_model>div {
    text-align: end;
}

.business_model>div h3 {
    font-size: 140px;
    line-height: 1.3;
    padding: 0 2vw;
}

.business_model .img {
    margin: 0;
    margin-top: -10vw;
}

.business_model .img img {
    width: 100%;
    transform: rotateY(180deg);
}

.business_model h4 {
    color: #fff !important;
    text-align: right;
    padding: 0 2vw 0 2vw;
    font-size: 36px;
    width: 40%;
    line-height: 44px;
    margin-top: -8vw;
}

.model_img {
    margin-bottom: 5vw;
}

.model_img img {
    width: 100%;
}

.services_main {
    padding: 0vw 2vw 0 5vw;
    margin-bottom: 10vw;
    position: relative;
}

.services_main .inner {
    position: relative;
    /* width: 77%; */
    /* margin: 0 auto; */
    padding: 0px 45% 0 0;
}

.services_main .inner .left {
    width: 30%;
    position: absolute;
    top: 3vw;
    right: 0;
}

.services_main .inner .left ul {}

.services_main .inner .left ul li {
    margin: 0 0 20px;
}

.services_main .inner .left ul li a {
    font-size: 32px;
    line-height: 1;
    color: rgba(196, 18, 48, .3);
    transition: all .7s ease;
}

.services_main .inner .right {
    /* width: 60%; */
    padding: 0vw 0 0%;
    position: relative;
}

.services_main .inner .left ul li.active a,
.services_main .inner .left ul li:hover a {
    color: rgba(196, 18, 48, 1);
}

.services_main .services_section {
    padding-top: 0;
    padding-right: 5vw;
}

.services_main .services_section .services_container {
    width: 100%;
}

.services_main .services_section .swiper-pagination2 {
    width: 50% !important;
    transform: rotate(90deg);
    right: -24% !important;
    top: 27% !important;
    background: #b4975a24;
    height: 3px !important;
    position: absolute;
    /* height: 50%; */
    z-index: 1;
}

.services_main .services_section .swiper-pagination {
    top: 0;
    right: 0;
    color: #C41230;
    letter-spacing: 2px;
    position: absolute;
}

.services_main .services_section .services_container .heading-line i {
    width: 100%;
}

.services_main .services_section .services_container .com {
    text-align: end;
}

.services_main .services_section .services_container h2 {
    font-size: 55px !important;
}

.adj_btn {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: -4vw;
}

.adj_btn .swiper-button-next {
    /* left: 10px; */
    left: auto;
}

.adj_btn .swiper-button-prev.clear-arrow,
.adj_btn .swiper-button-next.clear-arrow {
    background: #E41F28;
    width: 4vw;
    height: 4vw;
    position: relative;
    margin: 0;
    right: 0;
    border-radius: 50px;
    transition: all 1s ease;
}

.adj_btn .swiper-button-prev {
    left: 10px;
    right: auto;
}

.adj_btn .swiper-button-prev {
    margin-bottom: 10px !important;
}

.adj_btn .swiper-button-prev svg {}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.adj_btn .swiper-button-prev.clear-arrow svg,
.adj_btn .swiper-button-next.clear-arrow svg {
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
}

.leveraged_sec {
    width: 96%;
    margin: auto;
    margin-bottom: 5vw;
}

.leveraged_sec h2 {
    font-size: 70px;
    width: 50%;
    line-height: 1.1;
    /* margin-bottom: 5vw; */
    text-transform: uppercase;
}

.leveraged_sec .grid_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1vw;
    margin-top: 5vw;
}

.leveraged_sec .grid_wrap .grid {
    background: #F5F5F5;
    padding: 2vw;
}

.leveraged_sec .grid_wrap .grid .img {
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 2vw;
}

.leveraged_sec .grid_wrap .grid .img img {
    width: auto;
}

.leveraged_sec .grid_wrap .grid p {
    border-top: 1px solid #7D6E66;
    font-size: 32px;
    line-height: 1;
    padding-top: 1vw;
}

.product_sec {
    background: #E41F28;
    width: auto;
    padding: 4vw 2vw;
    margin: 0;
    position: relative;
}

.product_sec h2 {
    color: #fff;
}

.product_sec .grid_wrap .grid {
    background: rgba(0, 0, 0, 15%);
}

.product_sec .grid_wrap .grid p {
    color: #fff;
    border-color: #fff;
}

.create_sec {
    /* background-image: url(../images/create-img.jpg); */
    /*background-size: cover;*/
    height: 100vh;
    width: 100%;
    padding: 5vw 0 0;
    position: relative;
    margin-bottom: 10vw;
    overflow: hidden;
}

.create_sec .bg_img_serv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
}

.create_sec .bg_img_serv img {
    width: 100%;
    height: initial;
    object-fit: cover;
}

.create_sec h2 {
    font-size: 54px;
    color: #E41F28;
    line-height: 1;
    padding: 0vw 2vw 0vw 0vw;
}

.create_sec .services_main {
    padding: 0vw 5vw 0 4vw;
    margin-bottom: 0;
}

.create_sec .services_main .inner {
    padding: 5vw 6vw 0 0;
    width: 50%;
}

.create_sec .services_container .box {
    background: #fff;
    padding: 4vw 2vw 2vw;
}

.create_sec .services_container .box h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 5vw;
}

.create_sec .services_container .box p {
    color: #E41F28;
    font-size: 20px;
    border-top: 1px solid #7D6E66;
    padding-top: 1vw;
}

.create_sec .services_container .box .line {}

.create_sec .services_container .box .line p {}

.create_sec .adj_btn {
    right: -3vw;
    bottom: 12%;
}

.create_sec .services_main .services_section {
    padding-right: 3vw;
}

.create_sec .img {
    position: absolute;
    bottom: 3vw;
    margin-bottom: 0;
}

.create_sec .img img {
    transform: rotateY(180deg);
}

.through_sec {
    height: 100vh;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 67%;
    margin: auto;
}

.through_sec .small_text {
    position: relative;
}

.through_sec .small_text p {
    font-size: 20px;
}
.through_sec .small_text{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 60%;
    margin: 3vw auto;
}

.through_sec h2 {
    font-size: 90px;
    line-height: 120px;
    text-transform: uppercase;
}

.adj_img {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.adj_img span {
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
}

.adj_img .img {
    width: 200px;
    margin: 0;
}

.adj_img img {
    width: 100%;
}

.ch_bannar {
    padding: 10vw 0 0;
/*    margin-bottom: 5vw;*/
}

.ch_bannar .statement-sec {
    padding-bottom: 0;
}

.ch_bannar .statement-sec .left .operating-head .inner {
    justify-content: normal;
}

.ch_bannar .statement-sec .left .operating-head .inner h2 {
    margin-left: 2vw;
}

.ch_bannar .statement-sec .left .operating-head h3 {
    font-size: 50px;
    color: #E41F28;
    text-transform: math-outo;
    line-height: 1;
    margin-bottom: 2vw;
}

.ch_bannar .statement-sec .left .info_text .para {
    width: 50%;
}

.ch_bannar .statement-sec .left {
    width: 50%;
}

.ch_bannar .statement-sec .right {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.ch_bannar .statement-sec .left .operating-head .heading-line {
    width: 95%;
}

.ch_bannar .statement-sec .right .name_sec {
    right: 15vw;
    width: 50%;
}

.ch_bannar .home_pin {
    height: auto;
    width: 80%;
    margin: auto;
    padding: 4vw 2vw 3vw;
}

.ch_bannar .statement-sec .left .number_main .operating-head .inner h2 {
    margin-left: 1vw;
}

.ch_zoom .process_sec .offer_digital {
    grid-gap: 12vw;
}

.ch_zoom .images {}

.ch_zoom .images .heading-line {}

.ch_zoom .images .heading-line i {}

.ch_zoom .images .heading-line h3 {
    font-size: 55px !important;
    width: auto !important;
    text-align: initial !important;
    line-height: 1;
    color: #E41F28;
}

.ch_zoom .images .clipper .info {
    position: relative;
    display: block;
    padding: 5vw 2vw;
}

.ch_zoom .images .clipper picture {
    position: absolute;
    bottom: 0;
    top: 35%;
    transform: rotateY(180deg);
}

.ch_zoom .images .heading-line h2 {
    font-size: 55px !important;
    width: auto !important;
    text-align: initial !important;
    line-height: 1 !important;
    color: #7D6E66 !important;
}

.ch_zoom .info_text2 {
    width: 22%;
    position: absolute;
    left: 5vw;
    bottom: 5vw;
}

.ch_zoom .info_text2 .para {}

.ch_zoom .info_text2 .para p {
    color: #7D6E66;
}

.process_sec.ch_zoom {
    margin-bottom: 7vw;
    background: transparent;
}

.clear_sec {
    margin-bottom: 7vw;
}

.clear_sec .heading-line {
    margin-bottom: 10vw;
}

.clear_sec .heading-line h3 {
    font-size: 55px;
    color: #E41F28;
    line-height: 1;
}

.clear_sec .heading-line h2 {
    font-size: 55px;
    line-height: 1;
}

.clear_sec .main_info {
    width: 42%;
    margin: initial;
    padding: 0vw 0vw 0vw 10vw;
}

.clear_sec .main_info .info_text {
    margin: 0;
}

.clear_sec .main_info .info_text .para {
    width: 50%;
}

.proud_sec {
    background: #F5F5F5;
    padding: 5vw 2vw;
}

.proud_sec .proud {
    width: 50%;
}

.proud_sec .proud .operating-head {
    padding: 0;
}

.proud_sec .proud .operating-head .heading-line {
    width: auto;
}

.proud_sec .proud .operating-head .heading-line i {}

.proud_sec .proud .operating-head .heading-line h3 {
    font-size: 55px;
    line-height: 1;
    color: #E41F28;
    margin-bottom: 1.5vw;
}

.proud_sec .proud .operating-head .heading-line h2 {
    font-size: 55px;
    line-height: 1;
}

.proud_text {
    width: 85%;
    margin-right: auto;
    margin-bottom: 5vw;
}

.proud_text p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 1vw;
}

.value-bg {
    background: #7D6E66;
    width: 100%;
    padding: 10vw 12vw;
    margin-bottom: 0;
}

.value-bg h2 {
    color: #fff;
}

.stakeholder_sec {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 7vw;
    padding-top: 10vw;
}

.stakeholder_sec>h2 {
    font-size: 75px;
    color: #7D6E66;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 4vw;
}

.stakeholder_sec .grid_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.stakeholder_sec .grid {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    align-items: end;
    cursor: pointer;
    padding: 20px 15px;
    justify-content: space-between;
    transition: all .6s ease;
    grid-gap: 1vw;
}

.stakeholder_sec .swiper-slide .grid {
    height: 100%;
}

.stakeholder_sec .grid svg {
    stroke: #796E65;
}

.stakeholder_sec .grid p {
    text-align: end;
    color: #E41F28;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.stakeholder_sec .grid:hover {
    background: #00843D;
}

.stakeholder_sec .grid:hover p {
    color: #fff;
}

.stakeholder_sec .grid:hover svg {
    stroke: #fff;
}

.call_sec .adj_btn {
    top: 35%;
    bottom: auto;
}

.call_sec.services_main .inner .left {
    top: -40%;
}

.program_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1.5vw;
    margin-bottom: 4vw;
}

.program_sec .left {}

.program_sec .left img {
    width: 100px;
}

.program_sec .right {
    text-align: start;
}

.program_sec .right p {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.program_sec .right h2 {
    font-size: 55px;
    line-height: 1;
}

.main_program {
    width: 55%;
}

/*.main_program .grid_wrap{
    grid-template-columns: repeat(5, 1fr);
}*/
.main_program .grid {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    align-items: end;
    cursor: pointer;
    padding: 20px 15px;
    justify-content: space-between;
    transition: all .6s ease;
}

.main_program .grid:hover {
    background: #CCD533;
}

.main_program .grid p {
    font-size: 18px;
    line-height: 22px;
    color: #7D6E66;
    text-align: end;
}

.main_program .grid .img {
    width: 50px;
    margin: 0;
    position: relative;
}

.main_program .grid img {
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 50px;
}

.main_program .grid img.img1 {
    position: relative;
    visibility: visible;
    opacity: 1;
}

.main_program .grid:hover img.img1 {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 50px;
}

.main_program .grid:hover img.img2 {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 50px;
}

.bottom_img {
    margin-bottom: 5vw;
}

.bottom_img img {
    width: 100%;
}

.finac_sec {
    margin-bottom: 0;
}

.finac_sec .adj_btn {
    top: 40%;
    bottom: auto;
}

.growth-banner {
    padding: 11vw 0;
}

.info_text2 {
    padding-left: 4% !important;
    margin-bottom: 3vw;
}

.technology_sec {
    display: block;
    padding: 0;
    width: 50%;
    opacity: 1;
    margin: auto;
    margin-bottom: 5vw;
}

.technology_sec .left {
    width: auto;
}

.technology_sec .main_info {}

.technology_sec .main_info .info_text .para {
    width: 50%;
}

.technology_sec .text {}

.technology_sec .text p {
    font-size: 26px;
    margin-bottom: 2vw;
    line-height: 32px;
}

.neom_sec {}

.neom_sec p {
    font-size: 26px;
    line-height: 32px;
}

.neom_sec .number {
    margin-bottom: 4vw;
}

.neom_sec .number h2 {
    font-size: 45px !important;
    color: #E41F28 !important;
    line-height: 1 !important;
}

.neom_sec .number h2 span {
    font-size: 115px;
    color: #E41F28 !important;
}

.neom_sec .number p {
    font-size: 20px;
    color: #7D6E66;
}

.neom_sec h2 {
    font-size: 55px;
    color: #E41F28;
    line-height: 1;
}

.supp_sec {
    background: #FCAF17;
}

.retial_banner {
    background: #7D6E66;
    padding: 10vw 0;
    height: 100vh;
    margin-bottom: 4vw;
}

.retial_banner>div h3 {
    font-size: 12vw;
    color: #fff !important;
}

.retial_banner .img {
    position: absolute;
    top: 12.5vw;
}

.retial_banner .img img {}

.retial_text {
    width: 50%;
    margin-left: auto;
    padding: 0 5vw 0 0vw;
}

.retial_text .heading-line {
    width: auto;
}

.retail_bank .offer_digital .heading-line h2 {
    text-transform: math-auto;
}

.treasury_banner {
    padding: 6vw 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
    /*margin-bottom: 5vw;*/
}

.treasury_banner .treasury_text {
    position: absolute;
    bottom: 5vw;
    width: 100%;
}

.treasury_banner .treasury_text .heading-line {
    width: 80%;
    margin: auto;
}

.treasury_banner .treasury_text .heading-line i {
    background: #fff;
    width: 100%;
}

.treasury_banner .treasury_text .heading-line .inner {
    width: 85%;
    align-items: start;
}

.treasury_banner .treasury_text .heading-line .inner span {
    color: #fff !important;
    text-transform: uppercase;
}

.treasury_banner .treasury_text .heading-line .inner h2 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    line-height: 85px;
}

.treasury_banner .treasury_text .heading-line>div {}

.treasury_banner .treasury_text .heading-line>div h3 {
    font-size: 100px;
    color: #fff;
    text-transform: uppercase;
    line-height: 130px;
    padding: 0;
}

.moving_sec {
    background: #E41F28;
    margin-bottom: 0;
}

.moving_sec .heading-line h2 {
    text-transform: capitalize;
}

.moving_sec .heading-line i {
    width: 100%;
}

.treasury_main .future_sec {
    margin-bottom: 0;
    opacity: 1;
}

.adj_img .img img {
    transition: all .6s ease;
}

.adj_img .img img:hover {
    transform: scale(1.2);
}

.modelSwiper .swiper-slide,
.visionSwiper .swiper-slide {
    height: auto;
}

.modelSwiper .swiper-slide .grid,
.visionSwiper .swiper-slide .grid {
    height: 100%;
}

.modelSwiper .swiper-slide .grid .anim {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    height: 100%;
    grid-gap: 1vw;
}

.composition-equity-sec .adj_btn .swiper-button-prev.clear-arrow,
.composition-equity-sec .adj_btn .swiper-button-next.clear-arrow {
    width: 3vw;
    height: 3vw
}

.composition-equity-sec .adj_btn .swiper-button-prev.clear-arrow svg,
.composition-equity-sec .adj_btn .swiper-button-next.clear-arrow svg {
    width: 20px;
    height: 20px;
}

.digital-banner {
    padding: 10vw 0 0vw;
}

.people_banner {
    background: #ffffff;
    text-align: start;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
}

.people_banner>div h3 {
    /*color: #fff !important;*/
    text-transform: uppercase;
}

.people_banner .img {
    width: 70%;
    margin: -16vw auto -5vw;
}

.people_banner .img picture {}

.people_head {
    text-align: start !important;
    width: 70%;
    display: flex;
    grid-gap: 4vw;
    align-items: end;
    padding-left: 0;
}

.people_head .info_text {
    width: 50%;
    margin: 0;
}

.people_banner .img img {}

.people_head .heading-line .head1 {
    margin: 0 !important;
    color: #7D6E66;
    font-size: 54px;
}

.people-sec {
    margin-bottom: 10vw;
}

.people_head .info_text .para p {
    /*color: #fff;*/
    line-height: 22px;
}

.people-sec .heading-line h2 {
    font-size: 55px;
}

.staff_slider {
    padding: 0;
    width: 60%;
    margin: auto;
    margin-bottom: 10vw;
}

.staff_slider .inner {
    padding: 0;
}

.staff_slider .inner .right {}

.staff_slider .inner .right .services_container {}

.staff_slider .staff_text {}

.staff_slider .staff_text .staff {
    display: flex;
    align-items: end;
    border-bottom: solid 1px #7D6E66;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    justify-content: end;
    text-align: end;
}

.staff_slider .staff_text .staff .left {
    width: 50%;
    position: relative;
    top: 0;
}

.staff_slider .staff_text .staff .left .img {
    width: 35%;
    margin: 0;
}

.staff_slider .staff_text .staff .left .img img {}

.staff_slider .staff_text .staff .right {
    width: 50%;
}

.staff_slider .staff_text .staff .right h2 {
    line-height: 1;
    font-size: 150px !important;
    color: #FCAF17;
    font-weight: 600;
}

.staff_slider .inner .right .staff_text p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.staff_slider .adj_btn {
    top: 0;
}

.SustainabilitySwiper .swiper-slide .slide-right .operating-head {
    margin-bottom: 10vw;
}

.SustainabilitySwiper .swiper-slide .slide-right .info_text {
    margin: auto;
    margin-bottom: 2vw;
}

.future_wrap .left .img {
    width: 70%;
    margin: auto;
}

.future_wrap .left .img img {}

.customer_sec {
    display: block;
    height: auto;
    background: #F5F5F5;
    padding-bottom: 5vw;
}

.customer_sec .offer_digital {
    background: transparent;
    height: auto;
    padding: 0;
}

.customer_sec .offer_digital .heading-line {}

.customer_sec .offer_digital .heading-line i {
    background: #7D6E66;
}

.customer_sec .offer_digital .heading-line .inner {}

.customer_sec .offer_digital .heading-line .inner span {
    color: #7D6E66;
}

.customer_sec .offer_digital .heading-line h2 {
    color: #7D6E66;
}

.customer_sec .offer_digital .main_info {}

.customer_sec .offer_digital .main_info .info_text {}

.customer_sec .offer_digital .main_info .info_text .para {}

.customer_sec .offer_digital .main_info .info_text .para p {
    color: #7D6E66;
}

.customer_sec .common-boxes {
    overflow: inherit;
}

.customer_sec .common-boxes .swiper-slide {}

.customer_sec .common-boxes .swiper-slide .grid {
    background: #fff;
    margin: 0;
    padding: 3vw 2vw;
}

.customer_sec .common-boxes .swiper-slide .grid .img {}

.customer_sec .common-boxes .swiper-slide .grid .img img {
    width: 35%;
}

.customer_sec .common-boxes .swiper-slide .grid p {
    color: #7D6E66;
    font-size: 20px;
}

.resize-image {
    width: 40% !important;
    height: auto;
    margin-bottom: 2.5vw;
}

.map-img {
    width: 50%;
    margin: auto;
    margin-bottom: 7vw;
}

.map-img img {
    width: 100%;
}

.main-banner.red {
    padding: 10vw 0 0;
}

.main-banner.red>div h3 {
    color: #E41F28 !important;
    font-size: 100px;
    line-height: 1.3;
}

.volunteering_slider {
    background: #F5F5F5;
    padding: 5vw 5vw 5vw 2vw;
}

.volunteering_slider .right .swiper {}

.volunteering_slider .right .swiper .swiper-slide {}

.volunteering_slider .right .swiper .swiper-slide p {
    font-size: 20px;
    margin-bottom: 1vw;
}

.pillar_table {
    width: 80%;
    padding-bottom: 5vw;
    margin: auto;
}

.pillar_table table {
    width: 100%;
    border-spacing: 0 15px;
    padding-bottom: 5vw;
}

.pillar_table table tbody {
    width: 100%;
}

.pillar_table table tr {
    background: #F5F5F5;
    transition: all .6s ease;
}

.pillar_table table tr:hover {
    background: #7D6E66 !important;
}

.pillar_table table tr:hover td {
    color: #fff !important;
}

.pillar_table table tr th {
    background: #74D3D4;
}

.pillar_table table tr td {}

.pillar_table table tbody th {
    background: #7D6E66;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    padding: 30px 20px;
    border-right: solid 2px #fff;
    font-weight: 400;
    vertical-align: middle;
    text-align: justify;
}

.pillar_table table tbody tr td:nth-child(2),
.pillar_table table tbody th:nth-child(2) {
    padding: 0vw 3vw;
}

.pillar_table table tbody tr td {
    font-size: 21px;
    line-height: 1;
    border-right: 2px solid #fff;
    transition: all .6s ease-in-out;
    padding: 15px 20px;
    vertical-align: middle;
}

.pillar_table table tbody tr td:last-child {
    border: none;
}

.head_tabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_tabel .left {
    flex: 1;
}

.head_tabel .left img {}

.head_tabel .right {
    flex: 1;
}

.head_tabel .right img {}

.head_tabel .right .logos {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}

/*.head_tabel .right .logos img {
    width: 50px;
}*/

.head_tabel .left ul {
    padding: 0vw 0vw 0vw 1vw;
}

.head_tabel .left ul li {
    margin: 0;
    list-style: disc;
    margin-bottom: 5px;
    font-size: 15px;
}

.head_tabel .left ul li::marker {
    font-size: 14px;
}

.pillar_table table tbody tr td ul li:last-child,
.head_tabel .left ul li:last-child {
    margin: 0;
}

.pillar_table table tr .head_tabel {}

.pillar_table table tr td:first-child {
    color: #C22033;
    font-size: 20px;
    line-height: 24px;
}

.pillar_table table tbody tr td ul {}

.pillar_table table tbody tr td ul li {
    margin: 0;
    list-style: disc;
    margin-bottom: 5px;
    font-size: 15px;
}

.pillar_table table tbody tr td ul li::marker {
    font-size: 14px;
}

.pillar_table table tbody tr td:last-child {
    padding: 20px 40px 20px 20px;
}

.vision_slider {
    width: 100%;
}

.vision_slider .right {}

.vision_slider .right .services_section {
    padding: 0;
}

.vision_slider .heading-line {
    width: 100%;
}

.vision_slider .info_text {
    width: 70%;
    margin: auto;
}

.vision_slider .adj_btn {
    bottom: 0;
    top: auto;
    right: 50%;
}

.vision_slider .people-sec {
    width: 50%;
    margin: 0;
}

.vision_slider .img {
    position: absolute;
    top: 10vw;
}

.vision_slider .img img {}

.vision_slider .heading-line h2 {
    margin-bottom: 5vw !important;
}

.key_sec {}

.key_sec .offer_digital {
    grid-gap: 11vw;
}

.key_sec .offer_digital .heading-line h2 {
    text-transform: lowercase;
}

.key_sec .offer_digital .main_info .info_text {
    margin-top: 4vw !important;
    margin-bottom: 0 !important;
}

.accordion {}

.at-tab {
    display: none;
    border-top: none;
}

.at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.at-item {
    background: #f4f4f4;
    padding: 2vw 3vw;
    border-radius: 10px;
}

.at-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    color: #000;
}

.accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.at-title div {
    background: #c41230;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.at-title div svg {
    width: 1.1vw;
    transform: rotate(180deg);
    transition: all .5s ease;
}

.at-tab .accordion_wrap>div {
    background: #fff;
    border-radius: 15px;
    padding: 3vw 2vw 3vw 3vw;
    width: 100%;
}

.at-tab>div h2 {
    font-size: 34px;
    font-weight: bold;
    color: #CA1230;
    line-height: 1.2;
    margin-bottom: 3vw;
}

.at-tab>div ul {}

.at-tab>div ul li {
    color: #000;
    position: relative;
    margin-bottom: 5px;
}

.at-tab>div ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    transform: translate(-16px, 11px);
}

.accordion_faq {}

.at-tab_faq {
    display: none;
    margin-top: 2vw;
    padding-left: 5vw;
}

.at-title_faq {
    cursor: pointer;
    /* background-color: #f5f5f5; */
    position: relative;
    transition: background-color 0.3s ease;
}

.at-title_faq:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: all 0.3s ease;
    font-size: 28px;
    color: #7D6E66;
}

.at-title_faq.active:after {
    content: "-";
}

.at-item_faq {
    margin-bottom: 15px;
    padding: 3vw;
    background: #fff;
}

.at-title_faq h2 {
    font-size: 34px;
    color: #E41F28;
    line-height: 1;
    padding-left: 10vw;
}

.faq_wrap {
    padding: 0 10vw;
    margin: 10vw 0 0;
}

.at-title_faq.active h2 {
    color: #C41230;
}

.at-tab_faq>p {
    color: #7D6E66;
    font-size: 30px;
    line-height: 1;
}

.governace-img {
    width: 90%;
    margin: 0 auto 7vw 0;
}

.governace-img img {
    width: 100%;
}

.sustainability_banner {
    padding: 5vw 0;
    background: #00843D;
}

.download_sec {
    padding-bottom: 10vw;
}

.download_sec .down {
    display: flex;
    align-items: center;
    width: 75%;
    margin: auto;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 2vw 4vw 2vw 2vw;
    margin-bottom: 1vw;
    transition: all .6s ease-in-out;
}

.download_sec .down .left {}

.download_sec .down .left h2 {
    font-size: 30px;
    line-height: 1;
}

.download_sec .down .right {}

.download_sec .down .right a {
    display: flex;
    transition: all .6s ease-in-out;
    align-items: center;
}

.download_sec .down .right a p {
    font-size: 22px;
    line-height: 1;
    margin-left: 2vw;
}

.download_sec .down .right a svg {
    width: 130px;
    height: 130px;
}

.download_sec .down:hover {
    background: #7D6E66;
}

.download_sec .down:hover .right a p,
.download_sec .down:hover .left h2 {
    color: #fff;
}

.award_sec {
/*    background: url(../images/award-img.png);*/
    height: 100vh;
    object-fit: cover;
    background-size: cover;
    padding: 8vw 0 0;
    position: relative;
}

.award_sec>div {}

.award_sec>div h3 {
    color: #fff !important;
    font-size: 100px;
    position: relative;
    z-index: 1;
}

.award_sec .img {
    width: 85%;
    position: absolute;
    top: 17vw;
}

.award_se .img img {}

.award_sec .img picture {}

.award_lider {
    text-align: start !important;
}

.award_lider .inner {
    padding: 2vw 60% 0vw 13vw;
}

.award_lider .inner .right {}

.award_lider .inner .right .services_section {}

.award_lider .inner .right .services_section .swiper-slide 
{
    padding: 2vw 3vw 0 2vw;
}

.award_lider .inner .right .services_section .swiper-slide img {
    margin-bottom: 1.5vw;
}

.award_lider .inner .right .services_section .swiper-slide p {
    font-size: 20px;
    color: #7D6E66;
    line-height: 30px;
}

.award_lider .adj_btn {
    top: 5vw;
    right: -5vw;
}

.corporate-banner {
    background: #E41F28;
    padding: 9vw 0 8vw;
}

.corporate-banner>div h3 {
    font-size: 100px;
    line-height: 1.3;
    color: #fff !important;
    text-transform: uppercase;
}

.corporate-img {
    margin-bottom: 4vw;
}

.subsidiary_banner {
    padding: 10vw 0 3vw;
}

.subsidiary_banner>div h3 {
    font-size: 100px;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 0vw 2vw 0 2vw;
}

.subsidiary_banner>div h4 {
    font-size: 44px;
    line-height: 1.6;
    /*color: #E41F28 !important;*/
    position: relative;
    z-index: 1;
    padding: 0vw 2vw 0 0vw;
}

.subsidiary_banner .img {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 12vw;
}

.subsidiary_banner .operating-head {
    width: 72%;
    margin: 0 auto 0 0;
}

.sub_sec {}

.sub_sec .left {}

.sub_sec .left .operating-head {}

.sub_sec .left .operating-head h2 {
    color: #E41F28;
    font-size: 52px;
}

.numb_flex {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.numb_flex .text {}

.numb_flex .text {}

.numb_flex .text .number {
    margin-bottom: 1vw;
}

.numb_flex .text .number h2 {}

.numb_flex .text p {
    margin-bottom: 0;
}


.download_sec .down .right a .icon {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    background: #E41F28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0 0;
}

.download_sec .down .right a .icon svg {
    /* position: absolute; */
    top: 0;
    /* right: 0; */
    width: 54px;
    height: 46px;
    stroke: #F5F5F5;
    transition: all .7s ease;
}

/*.download_sec .down .right a:hover {
    background: #E41F28;
    color: #fff;
}*/
.download_sec .down:hover .right a .icon {
    background: #fff;
}

.download_sec .down:hover .right a .icon svg {
    stroke: #E41F28;
}

.security-banner {
    height: 100vh;
}

.main-banner.download-banner.security-banner {
    padding: 15vw 25px 0 !important;
}

.security-banner>div {}

.security-banner>div h2 {
    text-transform: uppercase;
    font-size: 100px;
    line-height: 1.3;
    text-align: right;
}

.security-img {
    position: absolute;
    top: 10vw;
}

.security-img img {
    width: 100%;
}

.shared_banner {
    padding: 12vw 0 8vw !important;
}

.technology_sec .text h2 {
    font-size: 57px;
    color: #E41F28;
    line-height: 1;
}

.technology_banner .treasury_text {}

.technology_banner .treasury_text .heading-line {}

.technology_banner .treasury_text .heading-line>div {}

.technology_banner .treasury_text .heading-line>div h3 {
    font-size: 85px;
}

.part_sec {
    width: 50%;
    margin: auto;
}

.page-step {
    padding: 2vw 2vw;
    display: flex;
}

.page-step a {
    display: flex;
    align-items: center;
    grid-gap: 1vw;
}

.page-step a:hover span {
    color: #7D6E66;
}

.page-step a:hover .icon {
    background: #7D6E66;
}

.page-step a span {
    font-size: 22px;
    color: #E41F28;
    transition: all .6s ease-in-out;
}

.page-step a .icon {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    background: #E41F28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all .6s ease-in-out;
    justify-content: center;
}

.page-step a .icon svg {
    stroke: #fff;
    width: 30px;
    height: 30px;
    transform: rotateY(180deg);
}

.sustainability_banner>div h3 {
    text-transform: uppercase !important;
    font-size: 10vw;
}

.award_sec .page-step {
    position: absolute;
    bottom: 0;
}

.page-step-wt a span,
.award_sec .page-step a span {
    color: #fff;
}

.page-step-wt {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.page-step-wt a:hover span {
    color: #E41F28;
}

.page-step-wt a:hover .icon {
    background: #E41F28;
}

.shared_banner>div h3 {
    text-transform: uppercase;
}

.main_vision_mbl {}

.future_sec.fully_anim {
    margin: 0;
}

.sustain_text {}

.sustain_text .common-boxes .adj_btn {
    position: absolute;
    right: auto;
    left: 0;
    top: -15vw;
    z-index: 1;
}

.services_main .services_section .services_container.slider_list.services_font_size h2 {
    position: relative;
    overflow: inherit;
    padding-right: 1vw;
}

.services_main .services_section .services_container.slider_list.services_font_size h2 {
    font-size: 26px !important;
}

.services_main .services_section .services_container.slider_list.services_font_size h2:before {
    content: "";
    position: absolute;
    background: var(--bodyText);
    width: 6px;
    height: 6px;
    right: 0;
    border-radius: 50%;
    top: 13px;
}

.branches-graph ul .yellow .num {
    background: #FCAF17 !important;
    border-color: #FCAF17;
}

.clr_red .left {}

.clr_red .left h2 {
    color: #E41F28 !important;
}

.at-title_faq h2,
.at-tab_faq>p,
.at-title_faq:after,
.at-item_faq {
    transition: all .7s ease;
}

.at-item_faq.active {
    background: #E41F28;
}

.at-item_faq.active p,
.at-item_faq.active h2 {
    color: #fff;
}

.at-item_faq.active .at-title_faq:after {
    color: #fff;
}

.Reference_sec {}

.Reference_sec h2 {
    font-size: 40px;
}

.Reference_sec p {
    font-size: 15px;
    margin-bottom: 1vw;
    line-height: 1;
}

.c_green {
    color: #00843D !important;
}

.product_sec .adj_btn {
    position: absolute;
    top: 5vw;
    left: 2vw;
    right: auto;
}

.product_sec .adj_btn .swiper-button-prev.clear-arrow svg,
.product_sec .adj_btn .swiper-button-next.clear-arrow svg {
    stroke: #E41F28;
}

.product_sec .adj_btn .swiper-button-prev.clear-arrow,
.product_sec .adj_btn .swiper-button-next.clear-arrow {
    background: #fff;
}

.verticals_sec .grid .img {
    width: 30%;
    margin: 0 auto 2vw 0;
}

.verticals_sec .grid .img img {
    width: 100%;
}

.adj_btn.susu {
    bottom: 60% !important;
}

.swipe_disc {}

.swipe_disc h2.head1 {
    position: relative;
    padding-right: 2vw;
}

.swipe_disc h2.head1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: #E31E28;
    border-radius: 50%;
    /* transform: translate(0, -995%); */
    top: 25px;
    right: 0;
}

.sustain_text .common-boxes .swiper-slide .grid .img img {
    width: 35%;
    height: 16vh;
}


.services_main.vision_sl {}

.services_main.vision_sl .inner {
    width: 60%;
}

.services_main.vision_sl .inner .left>ul>li>.anim>p {
    color: #7D6E66;
}

.services_main.vision_sl .inner .left>ul>li>.anim>.img img {
    transition: all .5s ease;
    position: absolute;
    top: 15px;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    width: 50px;
}

.services_main.vision_sl .inner .left>ul>li>.anim>.img {
    margin-bottom: 4vw;
}

.services_main.vision_sl .inner .left>ul>li>.anim>.img img.img1 {
    opacity: 1;
    visibility: visible;
}

.services_main.vision_sl .inner .left>ul>li:hover>.anim>.img img.img1,
.services_main.vision_sl .inner .left>ul>li.active>.anim>.img img.img1 {
    opacity: 0;
    visibility: hidden;
}

.services_main.vision_sl .inner .left>ul>li:hover>.anim>.img img.img2,
.services_main.vision_sl .inner .left>ul>li.active>.anim>.img img.img2 {
    opacity: 1;
    visibility: visible;
}

.services_main.vision_sl .inner .left > ul > li:hover,
.services_main.vision_sl .inner .left > ul > li.active {
    background: #E41F28;
}

.width70 {
    width: 70%;
    margin: auto;
}

.numb_flex .text .number h2 i {
    font-size: 21px;
}
.award_lider .inner .right .services_section .swiper-slide p b {
    font-weight: 600;
}
.adj_btn .swiper-button-prev.clear-arrow:focus-visible,
.adj_btn .swiper-button-next.clear-arrow:focus-visible
{
    outline: none;
}

.read_more.eshbtn .link_btn .arrow svg{
    transform: rotate(0);
    margin: 6px 0px 0 0px;
}

.reverse-arrow .number{
    flex-direction: row-reverse;

}
.sub_sec .numb_flex
{
    width: 80%;
}

.treasury_banner {
    padding-bottom: 0;
    height: auto;
}
.treasury_banner .treasury_text {
    bottom: 10%;
}
.technology_banner
{
    height: 100vh;
    padding: 10vw 0vw;
}
.technology_banner >div{}
.technology_banner h3{
    color: #fff !important;
    font-size: 115px;
    line-height: 1.6;
    text-align: start;
    padding: 0px 10% 0 0;
}
.technology_banner .img{
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}
.home_pin .number svg {
    width: 55px;
    height: 55px;
}
.vision_new.clr_red .left h2 {
    color: #7D6E66 !important;
}
.treasury_banner .img img {
    filter: brightness(0.5);
    object-fit: cover;
    height: -webkit-fill-available;
}
.number.down svg {
    transform: rotateX(180deg);
}