@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Yellowtail&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Yellowtail&display=swap');

/* font-family: "Outfit", sans-serif; */
body {
    padding: 0;
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    overflow-y: auto;
    top: 0 !important;
}

.bodyfrezze {
    overflow: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #E0DADA;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #007F97;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #007F97;
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}

h1 {
    font-size: 89px;
    font-weight: 600;
    line-height: 88px;
}

h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 90px;
}

h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 39px;
}

h4 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
}

h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
}

h6 {
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
}

p {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

p:last-child {
    margin: 0;
}

img {
    max-width: 100%;
}

select {
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
}

.color-grey {
    color: #424242 !important;
}

.color-blue {
    color: #075665 !important;
}

.positionRelative {
    position: relative;
}

.z-index-2 {
    z-index: 2;
}

.container {
    width: 100%;
    max-width: 1600px;
    padding-left: 100px;
    padding-right: 100px;
}

.customContainer {
    width: 100%;
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}

.btnPrimary {
    padding: 13px 36px;
    background: #F15F22;
    border: 1px solid #F15F22;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    color: #fff;
    border-radius: 100px;
    outline: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
}

.btnPrimary:hover {
    color: #fff;
    background-color: #004754;
    border-color: #004754;
}

.btnBlue {
    padding: 13px 36px;
    background: #007F97;
    border: 1px solid #007F97;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 17.64px;
    color: #fff;
    border-radius: 100px;
    outline: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
}

.btnBlue:hover {
    color: #fff;
    background-color: #004754;
}


.padding-0 {
    padding: 0 0 0 0 !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.pd-top-24 {
    padding-top: 24px !important;
}

.pd-top-40 {
    padding-top: 40px !important;
}

.pd-top-80 {
    padding-top: 80px !important;
}

.pd-top-76 {
    padding-top: 76px !important;
}

.pd-top-120 {
    padding-top: 120px !important;
}

.pd-bottom-24 {
    padding-bottom: 24px !important;
}

.pd-bottom-40 {
    padding-bottom: 40px !important;
}

.pd-bottom-76 {
    padding-bottom: 76px !important;
}

.pd-bottom-80 {
    padding-bottom: 80px !important;
}

.pd-bottom-120 {
    padding-bottom: 120px !important;
}

.line {
    width: 67px;
    height: 5px;
    background-color: #073543;
    display: block;
    margin-top: 15px;
}

.bg-grey {
    background-color: #ededed !important;
}

.bg-light-green {
    background-color: #d5eadc !important;
}

.formGroup {
    margin: 0 0 20px;
}

.formGroup label {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #073543;
    margin: 0 0 7px;
    padding-left: 20px;
}

.form-control {
    background: #fff;
    border-radius: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 12px 20px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #073543;
    transition: all .3s;
}

.form-control:focus {
    background: #fff;
    box-shadow: 0 0 0 2px #88c59d !important;
    border-color: transparent;
}

textarea.form-control {
    height: 121px;
    resize: none;
}

.inputGroup {
    position: relative;
}

.inputGroup i {
    color: #313144;
}

.positionLeft .form-control {
    padding: 12px 19px 12px 50px;
}

.positionRight .form-control {
    padding: 12px 50px 12px 19px;
}

.positionLeft.positionRight .form-control {
    padding: 12px 50px 12px 50px;
}

.inputGroupLeft {
    position: absolute;
}

.inputGroupLeft {
    position: absolute;
    left: 19px;
    top: 13px;
}

.inputGroupRight {
    position: absolute;
    right: 19px;
    top: 20px;
}

.bg-white {
    background-color: #fff !important;
    padding: 54px 0;
}

.font-size-18 {
    font-size: 18px !important;
}


/* Start Header */

header {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 34px 0px #0000000F;
    padding: 20px 0 17px;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .main-menu {
    padding-right: 36px;
}

.header-right .main-menu ul {
    list-style: none;
    display: flex;
    gap: 50px;
}

.header-right .main-menu ul li {
    position: static;
    cursor: pointer;
}

.header-right .main-menu ul li a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    color: #000000;
    transition: all ease-in-out 0.5s;
    text-transform: capitalize;
}

.header-right .main-menu ul li a img {
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.header-right .main-menu ul li a:hover,
.header-right .main-menu ul li a.active {
    color: #F15F22;
}

.header-right .main-menu ul li.submenu ul {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    display: none;
    background-color: #fff;
    border-radius: 3px 3px 0px 0px;
    z-index: 5;
    border-top: 2px solid #F15F22;
    padding: 14px 0;
    box-shadow: 0px 4px 12px 0px #00000045;
    min-width: 214px;
}

.header-right .main-menu ul li.submenu:hover>ul {
    display: flex;
}

.header-right .main-menu ul li.submenu ul a {
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEED6;
    display: block;
}

.header-right .main-menu ul li.submenu ul li {
    width: 100%;
    position: relative;
}

.header-right .main-menu ul li.submenu ul li:last-child a {
    border-bottom: none;
}

.header-right .main-menu ul li.submenu ul li {
    width: 100%;
    padding: 0 16px;
}

.header-right .main-menu ul li.submenu ul li>ul {
    left: 100%;
    top: 0;
    display: none;
}

.header-right .main-menu ul li.submenu ul li.submenu:hover>ul {
    display: flex;
}

.header-right .main-menu ul li.submenu ul li>ul li.submenu>ul {
    position: relative;
    padding: 0;
    box-shadow: none;
    border: none;
    top: 0;
    left: 0;
    display: none;
}

.header-right .main-menu ul li.submenu ul li>ul li.submenu:hover>ul {
    display: flex;
}

.header-right .main-menu ul li.submenu ul li>ul li.submenu>ul li {
    position: relative;
    padding-left: 20px;
}

.header-right .main-menu ul li.submenu ul li>ul li.submenu>ul li::before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    background: url(../images/ep_arrow-down-bold.svg);
    transform: rotate(-90deg);
}

.header-right .main-menu-support {
    border-left: 1px solid #000000;
    padding-left: 19px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-right .main-menu-support .language-block {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-right .main-menu-support .language-block .goog-te-gadget>span {
    display: none;
}

.header-right .main-menu-support .language-block select {
    border: none;
    background-color: transparent;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 18.9px;
    color: #000;
}

.header-right .main-menu-support .language-block img {
    position: relative;
    top: 4px;
}

.header-right .main-menu-support a {}

.mobileNav {
    display: none;
}

/* End Header */

/* Start Home Banner */

.home-banner {
    position: relative;
    padding: 44px 0 68px;
}

.home-banner .img-block {
    position: relative;
}

.home-banner .img-block .handImg {
    width: 1035px;
    position: relative;
}

.home-banner .img-block .handImg-top-block {
    position: absolute;
    top: 36px;
    left: 130px;
}

.home-banner .img-block .img-one {
    position: absolute;
    top: -137px;
    left: 641px;
    width: 367px;
}

.home-banner .img-block .img-two {
    position: absolute;
    top: -27px;
    left: 1000px;
    width: 208px;
}

.home-banner .img-block .img-three {
    position: absolute;
    top: -310px;
    left: 1160px;
    width: 397px;
}

.home-banner .img-block .img-four {
    position: absolute;
    top: -290px;
    left: 937px;
    width: 281px;
}

.home-banner .img-block .img-five {
    position: absolute;
    top: -430px;
    left: 1157px;
    width: 208px;
}

.banner-block {
    position: relative;
}

.banner-content {
    max-width: 718px;
}

.banner-content h1 {
    color: #007F97;
}

.banner-content h2 {
    color: #000000;
    text-transform: capitalize;
}

.banner-content h6 {
    color: #000000;
    text-transform: capitalize;
}

.join-the-journey-block-mobile {
    display: none;
}

.join-the-journey-block {
    margin-top: 50px;
    position: relative;
    width: 100%;
    max-width: 518px;
}

.join-the-journey-block input {
    border: 2px solid #007F97;
    background-color: #FFFFFF;
    height: 67px;
    padding: 8px 224px 8px 24px;
    width: 100%;
    border-radius: 70px;
}

.join-the-journey-block button {
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 17px 36px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

/* End Home Banner */

.challenge-sec {
    background: #E9F3F5;
    padding: 94px 0;
}

.challenge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 89px;
}

.challenge-row .left {
    width: calc(50% - 44.5px);
}

.challenge-row .right {
    width: calc(50% - 44.5px);
}

.challenge-row .right ul {
    list-style: none;
    padding: 0;
    margin: 50px 0 52px;
}

.challenge-row .right ul li {
    display: flex;
    margin-bottom: 48px;
}

.challenge-row .right ul li:last-child {
    margin-bottom: 0px;
}

.challenge-row .right ul li .img-block {
    width: 42px;
}

.challenge-row .right ul li .content-block {
    width: calc(100% - 42px);
    padding-left: 24px;
}

.challenge-row .right ul li .content-block h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.challenge-row .right ul li .content-block p {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #424242;
}

.vision-sec {
    background: #007F97;
    padding: 100px 0;
}

.vision-row {
    display: flex;
    flex-wrap: wrap;
    gap: 74px;
}

.vision-row .left {
    width: calc(52% - 37px);
    position: relative;
}

.vision-row .left .key-circle {
    width: 161px;
    height: 161px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.vision-row .left .key-circleInner {
    border: 2px solid #FD5100;
    background: #004754;
    width: 161px;
    height: 161px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-row .left .key-circle::after {
    content: '';
    position: absolute;
    width: 161px;
    height: 161px;
    border-radius: 100%;
    background: #FD5100;
    z-index: 1;
    right: 20px;
    top: 0;
}

.vision-row .left .key-circle h3 {
    text-align: center;
    margin: 0;
    color: #fff;
}

.vision-row .right {
    width: calc(48% - 37px);
}

.vision-row .right h6 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    color: #fff;
    margin: 0 0 16px;
}

.vision-row .right h3 {
    color: #fff;
    margin: 0 0 12px;
}

.vision-row .right p {
    color: #fff;
    margin: 0 0 32px;
    font-weight: 400;
}

.vision-list {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    padding-right: 40px;
}

.vision-list-block {
    width: 100%;
    background: #004754;
    padding: 17px 13px;
    position: relative;
}

.vision-list-block .number-div {
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    background-color: #FD5100;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vision-list-block .number-div::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    transform: rotate(-90deg);
    border-top: 4px solid #FD5100;
    border-left: 4px solid #FD5100;
    right: 27px;
    top: 27px;
}

.vision-list-block .number-div::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    transform: rotate(-90deg);
    border-top: 4px solid #FD5100;
    border-left: 4px solid #FD5100;
    right: 45px;
    top: 45px;
}

.vision-list-block .number-div .number-div-inner {
    transform: rotate(-45deg);
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
}

.vision-list-block:nth-child(2) {
    max-width: 520px;
    max-width: 94%;
}

.vision-list-block:nth-child(3) {
    max-width: 470px;
    max-width: 85%;
}

.vision-list-block:nth-child(4) {
    max-width: 420px;
    max-width: 76%;
}

.vision-list-block:nth-child(5) {
    max-width: 370px;
    max-width: 67%;
}

.vision-list-block:nth-child(6) {
    max-width: 320px;
    max-width: 58%;
}

.vision-list-block p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26.01px;
    color: #fff;
    margin: 0;
}

.objectives-strategic-sec {
    padding: 95px 0;
    background-image: url(../images/objectives-strategic-bg.png);
    background-size: cover;
}

.objectives-strategic-block h3 {
    color: #000;
    margin: 0 0 32px;
}

.objectives-strategic-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.objectives-strategic-col {
    width: 33.333%;
    padding: 13px 13px;
}

.objectives-strategic-col-inner {
    border: 1px solid #222222B2;
    padding: 32px;
    border-radius: 15px;
    background: rgb(255, 255, 255, 18%);
    height: 100%;
}

.objectives-strategic-col-inner .icon-block {
    margin: 0 auto 20px;
    display: block;
    width: max-content;
    max-width: 100%;
}

.objectives-strategic-col-inner .content-block h6 {
    color: #222222;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
    margin: 0 0 12px;
}

.objectives-strategic-col-inner .content-block p {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: center;
}

.objectives-strategic-col-inner .content-block a {
    color: #FF7F32;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
}

.traning-sec {
    padding: 85px 0;
    background-image: url(../images/traning-sec-bg.png);
    background-size: cover;
    position: relative;
}

.traning-sec::before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #FF7F32;
    opacity: 60%;
}

.traning-slider-row {
    display: flex;
    align-items: center;
}

.traning-slider-row .img-block {
    width: 487px;
}

.traning-slider-row .content-block {
    width: calc(100% - 478px);
    padding-left: 38px;
}

.traning-slider-row .content-block h5 {
    color: #fff;
    font-size: 32px;
    margin: 0 0 14px;
}

.traning-slider-row .content-block p {
    color: #fff;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    line-height: 20.23px;
}

.traning-slider .owl-dots {
    margin-top: 40px !important;
}

.development-sec {
    position: relative;
    padding: 95px 0;
    background-color: #000;
}

.development-sec::after {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    /* background-color: #000;
    opacity: 85%; */
    background-image: url(../images/development-sec-bg.jpeg);
    background-size: cover;
}

.development-sec .container {
    position: relative;
    z-index: 1;
}

.development-sec .title {
    margin-bottom: 50px;
}

.development-sec .title h3 {
    text-align: center;
    color: #fff;
}

.development-sec .description h5 {
    color: #F15F22;
    font-size: 36px;
    text-align: center;
    margin: 0 0 24px;
}

.development-sec .description p {
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    margin: 0 0 20px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.development-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
    justify-content: center;
}

.development-col {
    width: 25%;
    padding: 13px;
}

.development-colinner {
    border: 1px solid;
    border-image-source: linear-gradient(119.57deg, rgba(255, 255, 255, 0.315) -3.47%, rgba(255, 255, 255, 0.063) 101.68%);
    background: #FFFFFF2E;
    padding: 44px 36px 69px 36px;
    border-radius: 15px;
    height: 100%;
    transition: all 300ms ease-in-out;
}

.development-colinner:hover {
    background: #F15F22;
}

.development-colinner .icon-block {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    max-width: 100%;
}

.development-colinner:hover .icon-block img {
    transition: all 300ms ease-in-out;
}

.development-colinner:hover .icon-block img {
    filter: brightness(0) invert(1);
}

.development-colinner .content-block {
    padding: 20px 0 0;
}

.development-colinner .content-block h6 {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 19.48px;
    text-align: center;
    margin: 0 0 10px;
    color: #FFFFFF;
}

.development-colinner .content-block p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.development-colinner .content-block p a {
    color: #F15F22;
    transition: all 300ms ease-in-out;
}

.development-colinner:hover .content-block p a {
    color: #000;
}

.focusareas-sec {
    padding: 96px 0;
}

.focusareas-sec .title h3 {
    color: #000;
    text-align: center;
}

.focusareas-sec .description {
    padding: 22px 0 0;
}

.focusareas-sec .description p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    max-width: 1133px;
}

.focusareas-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 47px;
}

.focusareas-row .left {
    width: calc(40% - 15px);
}

.focusareas-row .left .img-block-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 400px;
}

.focusareas-row .left .img-block-row .img-block {
    width: calc(50% - 20px);
    overflow: hidden;
}

.focusareas-row .left .img-block-row .img-block img {
    width: 100%;
    object-fit: cover;
}

.focusareas-row .left .img-block-row .img-block:nth-child(1) {
    border-radius: 48px 3px 3px 3px;
}

.focusareas-row .left .img-block-row .img-block:nth-child(2) {
    border-radius: 3px 48px 3px 3px;
    position: relative;
    top: 35px;
}

.focusareas-row .left .img-block-row .img-block:nth-child(3) {
    border-radius: 3px 0px 3px 3px;
}

.focusareas-row .left .img-block-row .img-block:nth-child(4) {
    border-radius: 3px 3px 48px 3px;
    position: relative;
    top: 35px;
}

.focusareas-row .right {
    width: calc(60% - 15px);
    position: relative;
}

.focusareas-row .right::before,
.focusareas-row .right::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #007F97;
    position: absolute;
}

.db-header .user-info .icon-user {
    width: 36px;
    height: 36px;
}

.db-header .user-info .icon-user img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focusareas-row .right::before {
    top: 6px;
    left: -5px;
}

.focusareas-row .right::after {
    bottom: -20px;
    left: -5px;
}

.focusareas-row .right .line {
    width: 1px;
    height: 100%;
    background-color: #007F97;
    position: absolute;
    left: 0;
    top: 0;
}

.focusareas-row .right ul {
    padding: 0;
    list-style: none;
    padding-top: 40px;
}

.focusareas-row .right ul li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 60px;
}

.focusareas-row .right ul li .number-div {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -14px;
    background-color: #007F97;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.focusareas-row .right ul li:last-child {
    margin-bottom: 0px;
}

.focusareas-row .right h5 {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 14px;
}

.focusareas-row .right p {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.subpage-banner {
    height: 400px;
    background-size: cover;
    position: relative;
}

.subpage-banner::before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #007F97;
    position: absolute;
    opacity: 60%;
}

.subpage-banner-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

.subpage-banner-row .left {
    width: 100%;
    max-width: 660px;
    padding: 62px 15px;
}

.subpage-banner-row .left h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 50.58px;
    color: #fff;
    text-transform: capitalize;
}

.subpage-banner-row .left p {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 37.57px;
    color: #fff;
    text-transform: capitalize;
}

.subpage-banner-row .left .search-block {
    margin-top: 42px;
    position: relative;
    width: 100%;
}

.subpage-banner-row .left .search-block button {
    position: absolute;
    right: 2px;
    top: 2.2px;
    text-transform: capitalize;
}

.subpage-banner-row .right {
    width: 100%;
    max-width: 500px;
    padding: 17px 15px;
}

.subpage-banner-drc .subpage-banner-row .right .imgblock-group {
    display: flex;
    gap: 14px;
}

.subpage-banner-drc .subpage-banner-row .right .imgblock-group .img-block {
    width: calc(50% - 14px);
    border-radius: 8px;
    overflow: hidden;
    height: 302px;
}

.subpage-banner-drc .subpage-banner-row .right .imgblock-group .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subpage-banner-drc .subpage-banner-row .right .imgblock-group .img-block:last-child {
    position: relative;
    top: 50px;
}

.grey-sec {
    padding: 70px 0;
    background-color: #F5F4F5;
}

.grey-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    margin-bottom: 50px;
}

.grey-block-row:last-child {
    margin-bottom: 0px;
}

.grey-block-row-rev {
    flex-direction: row-reverse;
}

.grey-block-row .content-block {
    width: calc(50% - 100px);
}

.grey-block-row .content-block h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
    color: #000;
    margin: 0 0 32px;
    text-transform: capitalize;
}

.translated-ltr .notranslate {
    margin-left: 3px;
}

.grey-block-row .content-block p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #424242;
}

.grey-block-row .image-block {
    width: calc(50% - 100px);
}

.white-sec {
    padding: 90px 0;
}

.white-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    margin-bottom: 50px;
}

.white-block-row:last-child {
    margin-bottom: 0px;
}

.white-block-row-rev {
    flex-direction: row-reverse;
}

.white-block-row .content-block {
    width: calc(50% - 50px);
}

.white-block-row .content-block h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
    color: #000;
    margin: 0 0 16px;
}

.white-block-row .content-block h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45.5px;
    color: #000;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.white-block-row .content-block h5 {
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    color: #007F97;
    margin: 0 0 24px;
}

.white-block-row .content-block h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0 0 24px;
}

.white-block-row .content-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #424242;
}

.white-block-row .content-block .icon-block {
    margin: 0 0 16px;
}

.white-block-row .image-block {
    width: calc(50% - 50px);
}

.white-block-row .content-block .quotation-block {
    padding-left: 30px;
    position: relative;
}

.white-block-row .content-block .quotation-block::before {
    content: '';
    display: block;
    width: 4px;
    background-color: #F15F22;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.white-block-row .content-block .quotation-block h6 {
    font-size: 25px;
    font-weight: 400;
}

.white-block-row .content-block .strategies-block {
    background: #F8F8F8;
    padding: 30px;
    border-radius: 16px;
}

.white-block-row .content-block .strategies-block h5 {
    margin: 0 0 12px;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 40.8px;
    color: #000;
}

.white-block-row .content-block .strategies-block ul {
    list-style: none;
}

.white-block-row .content-block .strategies-block ul li {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #000;
    margin-bottom: 14px;
    padding-left: 30px;
}

.white-block-row .content-block .strategies-block ul li:last-child {
    margin-bottom: 0px;
}

.white-block-row .content-block .strategies-block ul li::before {
    content: '';
    background-image: url(../images/circle-arrow-right.svg);
    width: 19px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.white-block-row .content-block .vision-list .vision-list-block p {
    font-family: Jost;
    font-size: 33px;
    font-weight: 600;
    line-height: 39.6px;
    color: #fff;
    margin: 0;
}

.white-block-row .content-block .vision-list .vision-list-block {
    padding: 14px 73px 14px 13px;
}

.white-block-row .content-block .statement-block {
    background: #FFF6F2;
    padding: 32px 24px;
    margin: 32px 0;
    display: flex;
    border-radius: 10px;
}

.white-block-row .content-block .statement-block .icon-block {
    width: 52px;
}

.white-block-row .content-block .statement-block .text-block {
    padding-left: 22px;
    width: calc(100% - 52px);
}

.white-block-row .content-block .statement-block .text-block p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #004754;
    margin: 0 0 6px;
}

.white-block-row .content-block .statement-block .text-block h6 {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: #353535;
    margin: 0;
}

.blue-sec {
    padding: 90px 0;
    background-color: #E9F3F5;
}

.blue-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
    margin-bottom: 50px;
}

.blue-block-row:last-child {
    margin-bottom: 0px;
}

.blue-block-row-rev {
    flex-direction: row-reverse;
}

.blue-block-row .content-block {
    width: calc(50% - 50px);
}

.blue-block-row .content-block h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
    color: #000;
    margin: 0 0 16px;
}

.blue-block-row .content-block h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45.5px;
    color: #000;
    margin: 0 0 8px;
}

.blue-block-row .content-block h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    margin: 0 0 24px;
}

.blue-block-row .content-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #424242;
}

.blue-block-row .content-block .icon-block {
    margin: 0 0 16px;
}

.blue-block-row .content-block .strategies-block {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}

.blue-block-row .content-block .strategies-block h5 {
    margin: 0 0 12px;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 40.8px;
    color: #000;
}

.blue-block-row .content-block .strategies-block ul {
    list-style: none;
}

.blue-block-row .content-block .strategies-block ul li {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #000;
    margin-bottom: 14px;
    padding-left: 30px;
}

.blue-block-row .content-block .strategies-block ul li:last-child {
    margin-bottom: 0px;
}

.blue-block-row .content-block .strategies-block ul li::before {
    content: '';
    background-image: url(../images/circle-arrow-right.svg);
    width: 19px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.blue-block-row .content-block .vision-list .vision-list-block p {
    font-family: Jost;
    font-size: 33px;
    font-weight: 600;
    line-height: 39.6px;
    color: #fff;
    margin: 0;
}

.blue-block-row .content-block .vision-list .vision-list-block {
    padding: 14px 73px 14px 13px;
}

.blue-block-row .content-block .statement-block {
    background: #FFF6F2;
    padding: 32px 24px;
    margin: 32px 0;
    display: flex;
    border-radius: 10px;
}

.blue-block-row .content-block .statement-block .icon-block {
    width: 52px;
}

.blue-block-row .content-block .statement-block .text-block {
    padding-left: 22px;
    width: calc(100% - 52px);
}

.blue-block-row .content-block .statement-block .text-block p {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #004754;
    margin: 0 0 6px;
}

.blue-block-row .content-block .statement-block .text-block h6 {
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    color: #353535;
    margin: 0;
}

.blue-block-row .image-block {
    width: calc(50% - 50px);
}

.blue-block-row .image-block .imgGroup-block {
    display: flex;
    gap: 30px;
}

.blue-block-row .image-block .imgGroup-block .imgblock {
    width: calc(50% - 15px);
    height: 295px;
    border-radius: 24px;
    overflow: hidden;
}

.blue-block-row .image-block .imgGroup-block .imgblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.normal-grey-sec {
    background-color: #F3F1F0;
    padding: 50px 0;
}

.normal-grey-sec h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40.8px;
    color: #000;
    margin: 0 0 16px;
}

.normal-grey-sec p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #000;
}

.subpage-banner-support {
    overflow: hidden;
}

.subpage-banner-support .subpage-banner-row {
    height: 100%;
}

.subpage-banner-support .subpage-banner-row .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: calc(100% - 780px);
}

.subpage-banner-support .container {
    height: 100%;
}

.subpage-banner-support .subpage-banner-row .right {
    max-width: 780px;
}

.subpage-banner-support .subpage-banner-row .right .imgblock-group {
    display: flex;
    gap: 0px;
}

.subpage-banner-support .subpage-banner-row .right .imgblock-group .img-block:first-child {
    position: relative;
    top: 80px;
}

.subpage-banner-support .subpage-banner-row .right .imgblock-group .img-block:last-child {
    position: relative;
    top: -99px;
}

.support-sec {
    padding: 70px 0;
}

.support-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 62px;
}

.support-row .left,
.support-row .right {
    width: calc(50% - 31px);
}

.support-row .left h3 {
    margin: 0 0 20px;
}

.join-joureny-block {
    background: #075665;
    border-radius: 16px;
    overflow: hidden;
}

.join-joureny-form {
    padding: 64px;
}

.join-joureny-form .form-group {
    margin-bottom: 29px;
}

.join-joureny-form .form-group .form-control {
    border-radius: 8px;
}

.dealing-with-bad-faith-sec {
    padding: 80px 0;
}

.dealing-with-bad-faith-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.dealing-with-bad-faith-col {
    width: 25%;
    padding: 10px;
}

.dealing-with-bad-faith-col .box {
    background: #F3F1F0;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}

.dealing-with-bad-faith-col .box .icon-block {
    margin: 0 0 32px;
}

.dealing-with-bad-faith-col .box .content-block h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    color: #000;
    margin: 0 0 16px;
}

.dealing-with-bad-faith-col .box .content-block p {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.newregions-sec {
    padding: 70px 0;
}

.newregions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.newregions-row .left {
    width: calc(50% - 40px);
}

.newregions-row .left h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 39px;
    color: #000000;
}

.newregions-row .left h6 {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    color: #000000;
    margin: 0 0 50px;
}

.newregions-row .right {
    width: calc(50% - 40px);
}

.newregions-row .right .box {
    margin-bottom: 24px;
}

.newregions-row .right .form-group {
    margin-bottom: 16px;
}

.newregions-row .right .form-group .form-control {
    border: 1px solid #D7D7D7;
    border-radius: 8px;
}

.our-collaborators-sec {
    background: #E9F3F5;
    padding: 60px 0;
}

.our-collaborators-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 80px;
}

.our-collaborators-row .left {
    width: calc(48% - 40px);
}

.our-collaborators-row .left h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
    color: #000;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.our-collaborators-row .left h4 {
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    color: #444444;
    margin: 0 0 16px;
}

.our-collaborators-row .left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #444444;
}

.our-collaborators-row .right {
    width: calc(52% - 40px);
}

.our-collaborators-row .right .box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.our-collaborators-row .right .box .collaborators-box {
    width: max-content;
    max-width: 100%;
    padding: 8px;
}

.our-collaborators-row .right .box .collaborators-box .collaborators-box-inner {
    box-shadow: 0px 2px 12px 0px #0000000A;
    padding: 22px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 100%;
}

.our-collaborators-row .right .box .collaborators-box .collaborators-box-inner p {
    color: #424242;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}

.collaborators-thumb-sec {
    padding: 0 0 70px;
}

.collaborators-thumb-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.collaborators-thumb-col {
    width: 50%;
    padding: 10px;
}

.collaborators-thumb-col .box {
    background: #F3F1F0;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}

.collaborators-thumb-col .box .icon-box {
    margin-bottom: 32px;
}

.collaborators-thumb-col .box .content-box h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    color: #000;
    margin: 0 0 16px;
}

.collaborators-thumb-col .box .content-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
}


.subpage-banner-about-siou .subpage-banner-row .right .imgblock-group {
    display: flex;
    gap: 0px;
}

.subpage-banner-about-siou .subpage-banner-row .right .imgblock-group .img-block {
    position: relative;
    top: -17px;
}

.siou-emergency-sec {
    background: #F5F4F5;
    padding: 60px 0;
}

.siou-emergency-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.siou-emergency-row .left {
    width: 440px;
}

.siou-emergency-row .left h3 {
    font-size: 42px;
    line-height: 56px;
}

.siou-emergency-row .left p {
    font-family: "Jost", sans-serif;
    color: #575757;
}

.siou-emergency-row .right {
    width: calc(100% - 440px);
    padding-left: 80px;
}

.siou-emergency-row .right p {
    font-size: 22px;
    color: #575757;
}

.initiative-objectives-sec {
    padding: 80px 0;
}

.initiative-objectives-row {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.initiative-objectives-row .left,
.initiative-objectives-row .right {
    width: calc(50% - 40px);
}

.initiative-objectives-row .left .title {
    display: flex;
    margin-bottom: 24px;
    gap: 10px;
}

.initiative-objectives-row .left .title h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45.5px;
    color: #000;
}

.initiative-objectives-row .left ul {
    list-style: none;
}

.initiative-objectives-row .left ul li {
    padding: 14px;
    box-shadow: 0px 2px 2px 0px #00000005;
    border-radius: 3px;
    background: #E9F3F5;
    margin-bottom: 14px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.initiative-objectives-row .left ul li:last-child {
    margin-bottom: 0px;
}

.initiative-objectives-row .left ul li img {
    position: relative;
    top: 5px;
}

.initiative-objectives-row .left ul li p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #424242;
}

.initiative-objectives-row .left ul li p span {
    color: #000;
    font-weight: 600;
}

.initiative-objectives-row .left .imgblock-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 24px;
}

.initiative-objectives-row .left .imgblock-group .img-block {
    width: calc(50% - 15px);
    height: 205px;
    border-radius: 24px;
    overflow: hidden;
}

.initiative-objectives-row .left .imgblock-group .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.methodology-sec {
    padding: 70px 0;
    background: #E9F3F5;
}

.methodology-sec .title {
    margin: 0 0 32px;
}

.methodology-sec .title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 39px;
    color: #000;
    margin: 0;
}

.methodology-sec .title h6 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin: 16px 0 0;
}

.methodology-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -50px 32px;
}

.methodology-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.methodology-row:last-child {
    margin-bottom: 0px;
}

.methodology-row .content-block,
.methodology-row .img-block {
    width: 50%;
    padding: 0 50px;
}

.methodology-row .content-block .number-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #F15F22;
    box-shadow: 0px 6px 9px 0px #00000012;
    border-radius: 100%;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin-bottom: 16px;
}

.methodology-row .content-block h3 {
    font-family: "Outfit", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #000;
}

.methodology-row .content-block p {
    color: #424242;
}

.expectedoutcomes-sec {
    padding: 80px 0;
}

.expectedoutcomes-sec .title {
    margin: 0 0 23px;
}

.expectedoutcomes-sec .title h4 {
    font-family: "Outfit", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 56px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
}

.expectedoutcomes-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.expectedoutcomes-col {
    width: 33.333%;
    padding: 10px;
}

.expectedoutcomes-col .box {
    background: #F3F1F0;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}

.expectedoutcomes-col .box p {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000;
}

.normal-blue-sec {
    padding: 50px 0;
    background: #E9F3F5;
}

.normal-blue-sec .content-block p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.apply-micro-financing-sec {
    background: #353535;
    padding: 75px 0;
}

.apply-micro-financing-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.apply-micro-financing-content h2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 67.6px;
    text-align: center;
    color: #fff;
    margin: 0 0 38px;
}

.micro-financing-sec {
    padding: 67px 0 106px;
    background: #E9F3F5;
}

.micro-financing-sec .title {
    margin-bottom: 42px;
}

.micro-financing-sec .title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 54.6px;
    color: #000;
    margin: 0;
}

.micro-financing-title {
    margin-bottom: 40px;
}

.micro-financing-title h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    line-height: 39px;
    text-align: center;
    color: #000;
    margin: 0 0 10px;
}

.micro-financing-title h5 {
    font-family: Jost;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color: #000;
    margin: 0;
}

.micro-financing-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.micro-financing-row .left,
.micro-financing-row .right {
    width: 50%;
    padding: 0 25px;
}

.micro-financing-row .left h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 39px;
    color: #000;
}

.micro-financing-row .left h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    color: #000;
    margin: 0 0 22px;
}

.micro-financing-row .left h6 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.micro-financing-row .left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #424242;
}

.micro-financing-row .right .top-block {
    background: #F6F6F6;
    padding: 32px 23px;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

.micro-financing-row .right .top-block .icon-block {
    padding: 15px;
    background: #F15F22;
    border-radius: 16px;
    width: 93px;
}

.micro-financing-row .right .top-block .content-block {
    width: calc(100% - 93px);
    padding-left: 20px;
    padding-right: 337px;
}

.micro-financing-row .right .top-block .content-block h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.micro-financing-row .right .bottom-block {
    display: flex;
    position: relative;
}

.micro-financing-row .right .bottom-block .bottom-block-left {
    width: 100%;
    padding: 37px 376px 37px 37px;
}

.micro-financing-row .right .bottom-block .bottom-block-left ul {
    list-style: none;
    padding: 0;
}

.micro-financing-row .right .bottom-block .bottom-block-left ul li {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
    text-transform: capitalize;
}

.micro-financing-row .right .bottom-block .bottom-block-left ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    background-image: url(../images/check.svg);
}

.micro-financing-row .right .bottom-block .bottom-block-right {
    width: 283px;
    height: 326px;
    position: absolute;
    right: 40px;
    top: -124px;
}

.micro-financing-row .right .bottom-block .bottom-block-right::before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    width: 157px;
    height: 290px;
    display: block;
    border-radius: 24px;
    background-color: #f6f6f6;
    z-index: 1;
}

.micro-financing-row .right .bottom-block .bottom-block-right img {
    position: relative;
    z-index: 2;
}

.dark-blue-sec {
    background: #075665;
    padding: 75px 0;
    position: relative;
}

.dark-blue-sec::after {
    content: '';
    display: block;
    width: 54px;
    height: 31px;
    background-image: url(../images/polygon.svg);
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background-repeat: no-repeat;
}

.dark-blue-content h2 {
    text-align: center;
    color: #fff;
    margin: 0;
}

.light-blue-sec {}

.light-blue-block {
    background: #E9F3F5;
    padding: 50px 59px;
    border-radius: 9px;
}

.light-blue-block p {
    font-family: "Jost", sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 41.31px;
    text-align: center;
}

.requirements-sec {
    padding: 72px 0;
}

.requirements-sec .title {
    margin-bottom: 24px;
}

.requirements-sec .title h3 {
    font-family: "Outfit", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 56px;
    margin: 0 0 24px;
}

.requirements-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.requirements-col {
    width: 33.333%;
    padding: 10px;
}

.requirements-col .box {
    background: #F3F1F0;
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}

.requirements-col .box img {
    margin-bottom: 32px;
}

.requirements-col .box h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
    text-transform: capitalize;
}

.objectives-strategic-approach-sec {
    background: #F5F4F5;
    padding: 30px 0;
}

.objectives-strategic-approach-sec .title h4 {
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 54.6px;
    margin: 0;
}

.stakeholders-sec {
    background-image: url(../images/stakeholders-bg.jpeg);
    position: relative;
    padding: 90px 0;
    background-size: cover;
}

.stakeholders-sec::after {
    position: relative;
    content: '';
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: #F8F8F8EB;
    position: absolute;
}

.stakeholders-block {
    position: relative;
    z-index: 1;
}

.stakeholders-sec .title {
    margin-bottom: 24px;
}

.stakeholders-sec .title h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45.5px;
    color: #000000;
}

.stakeholders-sec .title p {
    color: #000;
}

.stakeholders-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 24px;
}

.stakeholders-col {
    width: 25%;
    padding: 0 10px;
}

.stakeholders-col .box {
    box-shadow: 0px 3px 12px 0px #0000000F;
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
}

.stakeholders-col .box .icon-block {
    margin-bottom: 32px;
}

.stakeholders-col .box .content-block h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    color: #000;
    margin: 0 0 16px;
}

.stakeholders-col .box .content-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.stakeholders-block .nrmltext {
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    color: #000000;
}

.incentive-focus-blue-sec {
    background: #075665;
}

.incentive-focus-blue-sec .container {
    padding-right: 0px;
}

.incentive-focus-blue-row {
    display: flex;
    flex-wrap: wrap;
}

.incentive-focus-blue-row .left {
    width: 40%;
    padding: 70px 0;
}

.incentive-focus-blue-row .left h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 38.4px;
    color: #fff;
}

.incentive-focus-blue-row .left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #fff;
}

.incentive-focus-blue-row .right {
    width: 60%;
    position: relative;
}

.incentive-focus-blue-row .right .img-block {
    height: 372px;
    overflow: hidden;
    position: relative;
}

.incentive-focus-blue-row .right .img-block::after {
    content: '';
    display: block;
    left: 52px;
    bottom: -47px;
    width: 21.2px;
    height: 233px;
    position: absolute;
    z-index: 1;
    background: #F15F22;
    transform: rotate3d(3, 1, 1, 52deg);
}

.incentive-focus-blue-row .right .img-block::before {
    content: '';
    display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    left: -35px;
    top: 0;
    background: #075665;
    transform: skew(349deg, 0deg);
}

.incentive-focus-blue-row .right .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infrastructure-building-sec {
    background: #E9F3F5;
    padding: 70px 0;
}

.infrastructure-building-block .title {
    margin-bottom: 50px;
}

.infrastructure-building-block .title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 39px;
    color: #000;
}

.infrastructure-building-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 100px;
    margin-bottom: 50px;
}

.infrastructure-building-row:last-child {
    margin-bottom: 0px;
}

.infrastructure-building-row.row-rev {
    flex-direction: row-reverse;
}

.infrastructure-building-row .img-block {
    width: calc(50% - 50px);
}

.infrastructure-building-row .content-block {
    width: calc(50% - 50px);
}

.infrastructure-building-row .content-block .head-title {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.infrastructure-building-row .content-block .head-title .icon-block {
    margin-right: 10px;
}

.infrastructure-building-row .content-block .head-title h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    color: #000;
    margin: 0;
    align-items: center;
    width: calc(100% - 73px);
}

.infrastructure-building-row .content-block p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    margin: 0 0 20px;
    color: #424242;
}

.infrastructure-building-row .content-block .list-block ul {
    list-style: none;
}

.infrastructure-building-row .content-block .list-block ul li {
    padding: 14px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.infrastructure-building-row .content-block .list-block ul li:last-child {
    margin-bottom: 0px;
}

.infrastructure-building-row .content-block .list-block ul li img {
    margin-right: 10px;
}

.infrastructure-building-row .content-block .list-block ul li p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin: 0;
}

.comprehensive-support-services-sec {
    background-color: #E9F3F5;
    padding: 54px 0;
}

.comprehensive-support-services-row {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 40px;
}

.comprehensive-support-services-row .left {
    width: 100%;
    max-width: 457px;
}

.comprehensive-support-services-row .left p {
    font-weight: 600;
    color: #000;
}

.comprehensive-support-services-row .right {
    width: calc(100% - 457px);
    padding-left: 37px;
}

.comprehensive-support-services-row .right .thumb-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.comprehensive-support-services-row .right .thumb-row .thumb-col {
    width: 33.333%;
    padding: 0 10px;
}

.comprehensive-support-services-row .right .thumb-row .thumb-col .box {
    background: #FFFFFF;
    padding: 19px;
    border-radius: 16px;
}

.comprehensive-support-services-row .right .thumb-row .thumb-col .box .icon-block {
    display: block;
    margin: 0 auto 17px;
    width: max-content;
    max-width: 100%;
}

.comprehensive-support-services-row .right .thumb-row .thumb-col .box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
}

.market-analysis-sec {
    background-color: #fff;
    padding: 47px 0;
}

.market-analysis-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.market-analysis-row .left,
.market-analysis-row .right {
    width: 50%;
    padding: 0 40px;
}

.market-analysis-row .right .img-block {
    margin-top: 40px;
}

.market-analysis-row .left .market-analysis-thumb {
    width: 100%;
    max-width: 538px;
    position: relative;
}

.market-analysis-row .left .market-analysis-thumb::after {
    content: '';
    display: block;
    width: 247px;
    height: 337px;
    background: #E9F3F5;
    position: absolute;
    right: -40px;
    bottom: 20px;
    border-radius: 32px;
}

.market-analysis-row .left .market-analysis-thumb .img-block {
    margin-bottom: 13px;
    position: relative;
    z-index: 2;
}

.market-analysis-row .left .market-analysis-thumb .list-block {
    padding: 28px 30px;
    background: #075665;
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.market-analysis-row .left .market-analysis-thumb .list-block ul {
    list-style: none;
    display: flex;
}

.market-analysis-row .left .market-analysis-thumb .list-block ul li {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    width: 33.333%;
    padding-right: 34px;
    padding-left: 34px;
    border-right: 1px dotted #0AB6D7;
}

.market-analysis-row .left .market-analysis-thumb .list-block ul li:first-child {
    padding-left: 0px;
}

.market-analysis-row .left .market-analysis-thumb .list-block ul li:last-child {
    padding-right: 0px;
    border: none;
}

.subpage-banner-incentive-focus-area {
    overflow: hidden;
}

.subpage-banner-incentive-focus-area .subpage-banner-row .right .imgblock-group {
    display: flex;
    gap: 0px;
}

.subpage-banner-incentive-focus-area .subpage-banner-row .right .imgblock-group .img-block {
    position: relative;
    top: -66px;
}

.subpage-banner-about-micro-finance.subpage-banner::before {
    opacity: 80%;
}

.build-step-sec {}

.build-step-sec .container {
    padding-left: 0px;
    padding-right: 0px;
}

.build-step-row {
    display: flex;
    flex-wrap: wrap;
}

.build-step-row .left {
    width: 50%;
    padding: 40px 62px 40px 100px;
    background-color: #000000;
    position: relative;
}

.build-step-row .left::after {
    content: '';
    display: block;
    background-image: url(../images/build-step-sec-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

.build-step-row .left .content-block {
    position: relative;
    z-index: 1;
}

.build-step-row .left .content-block p {
    font-size: 18px;
    color: #fff;
}

.build-step-row .right {
    width: 50%;
    padding: 40px 100px 40px 62px;
    background: #E9F3F5;
}

.step-row {
    display: flex;
    flex-wrap: wrap;
    gap: 57px;
}

.step-col {
    width: calc(33.333% - 38px);
}

.step-col .number-block {
    border: 1px solid #075665;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 34px;
    position: relative;
}

.step-col .number-block::after {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/polygon.svg) no-repeat;
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 100% auto;
}

.step-col .number-block .number-block-inner {
    width: 112px;
    height: 112px;
    background-color: #075665;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
}

.step-col p {
    text-align: center;
    color: #075665;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}


/* Start Footer */

footer {
    background: #075665;
}

.footer-row {
    padding: 83px 0 69px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col {
    width: max-content;
    max-width: 25%;
}

.footer-col .img-block {
    margin: 0 0 14px;
}

.footer-col p {
    color: #fff;
}

.footer-col h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #F15F22;
    margin: 0 0 24px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 4px;
}

.footer-col ul li:last-child {
    margin-bottom: 0px;
}

.footer-col ul li,
.footer-col ul li a {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 29px;
    transition: all ease-in-out 0.5s;
}

.footer-col ul li a:hover {
    color: #F15F22;
}

.footer-bottom {
    padding: 17px 0 22px;
    border-top: 1px solid #FFFFFF33;
}

.footer-bottom p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.footer-col .social-div {
    display: flex;
    gap: 20px;
}

.footer-col .social-div a:hover img {
    filter: brightness(0) invert(1);
}

/* End Footer */

/* sujoy */
/* the challege page start */
.subpage-banner-challege .subpage-banner-row .right .imgblock-group .img-block {
    position: relative;
    top: -18px;
}

.subpage-banner-challege {
    overflow: hidden;
}

.challege-goal-expected {
    padding: 60px 0px;
}

.box.challenge-bg-white-box {
    background: #fff;
    box-shadow: 0px 2px 12px 0px #0000000A;
}

.challege-goal-expected .collaborators-thumb-row .collaborators-thumb-col:last-child {
    width: 100%;
}

.collaborators-thumb-col .box.challenge-bg-white-box h3 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 10px;
}

.box.challenge-bg-white-box .icon-box {
    margin-bottom: 28px;
}

.only-text-grey {
    background: #F5F4F5;
    text-align: center;
    padding: 30px 0px;
}

.only-text-grey h4 {
    font-size: 42px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
}

.challenge-white-community-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
    margin: 0 0px 50px;
}

.challenge-white-community-row:last-child {
    margin: 0px;
}

.challenge-white-community-row .left {
    width: calc(50% - 30px);
}

.challenge-white-community-row .right {
    width: calc(50% - 30px);
}

.challenge-white-community-row:nth-child(even) {
    flex-direction: row-reverse;
}

.challenge-white-community-sec {
    padding: 80px 0px;
}

.challenge-white-community-row .left h3 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.challenge-white-community-row p {
    font-size: 18px;
    margin: 20px 0px;
}

.left-border-add-sec h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.left-border-add-sec {
    padding: 30px;
    background: #FFF6F2;
    border-radius: 8px;
    color: #424242;
    border-left: 5px solid #007F97;
}

.challege-goal-expected .collaborators-thumb-row {
    margin: 0;
}

.challnge-presistent-sec {
    padding: 80px 0px;
    background-size: cover;
}

.challnge-presistent-sec .challenge-white-community-row .right img {
    opacity: 0.8;
}

.challnge-presistent-sec .challenge-white-community-row .right img {
    opacity: 0.8;
}

.challnge-presistent-sec .challenge-white-community-row h3,
.challnge-presistent-sec .challenge-white-community-row p {
    color: #fff;
}

.challnge-presistent-sec .challenge-white-community-row {
    align-items: center;
}

.challnge-presistent-sec .left-border-add-sec {
    border-color: #FD5100;
}

.challnge-presistent-sec .challenge-white-community-row p {
    font-size: 22px;
}


/* the challege page end */

/* about organizer start */
.organizer-white {
    padding: 95px 0px;
}

.organizer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

.organizer-row .left {
    width: calc(50% - 30px);
}

.organizer-row .right {
    width: calc(50% - 30px);
}

.organizer-white .left p {
    font-size: 16px;
    line-height: 26px;
    color: #424242;
}

.organizer-row .left h3 {
    font-size: 35px;
    line-height: 39px;
}

.organizer-row .left h3 sub {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    top: 0;
    color: #424242;
}

.organizer-row .left h5 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 30px;
}

.organizer-key-point-sec {
    background: #E9F3F5;
    padding: 80px 0px;
    position: relative;
}

.organizer-key-point-sec::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: calc(100% - 65%);
    background-color: #242424;
}

.organizer-key-point-sec .container {
    position: relative;
    z-index: 9;
}

.organizer-key-point-sec .key-point-heading {
    width: 64%;
    margin-left: auto;
    margin-bottom: 30px;
}

.organizer-key-point-sec .key-point-heading h2 {
    font-size: 35px;
    line-height: 39px;
    max-width: 370px;
    text-transform: capitalize;
}

.box.key-point-white {
    background: #fff;
    padding-bottom: 80px;
}

.box.key-point-white h4 {
    font-size: 35px;
    line-height: 42px;
}

.box.key-point-white ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 23px;
}

.box.key-point-white ul li i {
    color: #007F97;
}

.box.key-point-white .icon-block {
    margin-bottom: 20px;
}

/* about organizer end */

/* local advisory board start */

.blue-sec.Citizen-Centric .blue-block-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.blue-sec.Citizen-Centric .blue-block-row .image-block {
    width: calc(50% - 50px);
}

.blue-sec.Citizen-Centric .imgGroup-block .imgblock {
    width: calc(50% - 15px);
    height: 205px;
    border-radius: 24px;
    overflow: hidden;
}

.blue-sec.Citizen-Centric {
    padding: 70px 0px;
}

.blue-sec.Citizen-Centric .blue-block-row {
    margin-bottom: 0px;
}

.local-advisory-effectiveness {
    padding: 70px 0px;
}

.local-advisory-effectiveness-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.local-effectiveness-col {
    width: 33.333%;
    padding: 13px 13px;
    position: relative;
}

.effectiveness-cntn h3 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 2px;
}

.effectiveness-cntn p {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.local-effective-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.local-effective-box .effectiveness-cntn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 70px 20px 20px 20px;
    color: #fff;
    background-image: linear-gradient(360deg, #007F97, #007e97b9, #007e9748, transparent);
}

.advisory-effect-heading p {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0px;
    font-weight: 400;
}

.advisory-effect-pera {
    font-size: 22px;
    line-height: 32px;
    margin-top: 20px !important;
    font-weight: 400;
}

.advisory-effect-heading h2 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.local-effective-box .effectiveness-cntn p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-weight: 400;
    min-height: 55px;
}

.advisory-blue-capacities {
    background-color: #E9F3F5;
    padding: 60px 0px;
}

.advisory-capacities-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.advisory-capacities-col {
    width: 50%;
    padding: 13px 13px;
    position: relative;
}

.advisory-capacities-row .advisory-capacities-col:nth-child(3),
.advisory-capacities-row .advisory-capacities-col:nth-child(4),
.advisory-capacities-row .advisory-capacities-col:nth-child(5) {
    width: 33.333%;
}

.advisory-capacities-box img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.2);
}

.advisory-capacities-box::after {
    content: '';
    background-image: linear-gradient(87deg, white, #ffffff, #ffffffed, transparent);
    height: 100%;
    width: 56%;
    left: 0;
    position: absolute;
    z-index: 0;
}

.advisory-capacities-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.advisory-capacities-box .advisory-cntn {
    position: absolute;
    left: 0;
    max-width: 280px;
    padding: 25px;
    z-index: 9;
    height: 100%;
    bottom: 0;
}

.advisory-capacities-box .advisory-cntn h3 {
    font-size: 35px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
}

.advisory-capacities-box .advisory-cntn p {
    font-size: 16px;
    line-height: 26px;
    color: #424242;
}

/* local advisory board end */

/* sujoy */
/* 8.14.2024 */

/* about misson start */

.about-our-misson-row .about-our-misson-col {
    width: calc(50% - 40px);
}

.about-our-misson-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.about-our-misson-col .about-our-misson-box h2 {
    font-size: 35px;
    line-height: 39px;
    font-weight: 600;
}

.about-our-misson-col .about-our-misson-box h5 {
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
}

.about-our-misson-col .about-our-misson-box p {
    font-size: 16px;
    line-height: 26px;
}

.about-our-misson-col .about-our-misson-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-our-misson-col .about-our-misson-box .image-block {
    height: 380px;
    border-radius: 24px;
    overflow: hidden;
}

.about-our-misson-col .about-our-misson-box .image-block-group {
    display: flex;
    justify-content: space-between;
    gap: 23px;
}

.abt-misson-collaborate-row .abt-misson-collaborate-col {
    width: calc(50% - 20px);
    position: relative;
}

.abt-misson-collaborate-col .cntn-block h2 {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
}

.abt-misson-collaborate-col .cntn-block p {
    font-size: 16px;
    line-height: 26px;
}

.abt-misson-collaborate-col .cntn-block {
    position: absolute;
    top: 30px;
    left: 30px;
    width: calc(100% - 150px);
}

.abt-misson-collaborate-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.abt-misson-collaborate-row .abt-misson-collaborate-col:nth-child(3) {
    margin-top: -109px;
}

.abt-misson-lpera {
    margin-top: 40px !important;
    font-size: 16px;
    line-height: 26px;
}

/* about misson end */

/* apply financing start */
.micro-financing {
    padding: 80px 0px;
    background: #fff;
}

.apply-micro-financing-row {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.apply-micro-financing-row .micro-financing-left {
    width: calc(40% - 25px);
}

.apply-micro-financing-row .micro-financing-right {
    width: calc(60% - 25px);
    padding: 35px;
    background: #F3F1F0;
    border-radius: 20px;
}

.micro-financing-left .cntn-block h2 {
    font-size: 35px;
    line-height: 39px;
}

.micro-financing-left .cntn-block h4 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 15px;
}

.micro-financing-left .cntn-block p {
    font-size: 20px;
    line-height: 34px;
}

.micro-financing-left .img-block {
    margin-bottom: 30px;
}

.micro-financing-right .form-block h4 {
    font-size: 26px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.micro-financing-right .form-control {
    height: 67px;
    border-radius: 10px;
    border: 1px solid #D7D7D7;
}

.micro-financing-right .form-control:focus {
    box-shadow: none !important;
}

.micro-financing-right .form-group {
    margin-bottom: 16px;
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.micro-financing-right .form-group-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.micro-financing-right textarea.form-control {
    height: 171px !important;
}

.micro-financing-right .form-block h5 {
    font-size: 18px;
    line-height: 26px;
}

.micro-financing-right .form-block ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0px;
}

.micro-financing-right .form-block ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.micro-financing-right p.weight-pera {
    font-weight: 700;
    color: #424242;
    font-size: 16px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
}

.micro-financing-right p.weight-pera a,
.micro-financing-right label.form-check-label a {
    color: #007F97;
    text-decoration: underline;
}

.micro-financing-right label.form-check-label {
    font-size: 14px;
}

.micro-financing-right .form-group label {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 400 !important;
    color: #000;
    min-height: 26px;
}

.asterisk {
    color: #F15F22;
}

.micro-financing-right .form-group .notranslate {
    background: transparent;
    border: none;
    padding: 12px 0;
}

.apply-finance-purspose {
    background-color: #E9F3F5;
    padding: 60px 0;
}

.apply-finance-purspose-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.apply-finance-purspose-row .apply-finance-purspose-col {
    width: calc(50% - 30px);
}

.apply-finance-purspose-row .apply-finance-purspose-col h2 {
    font-size: 35px;
    line-height: 39px;
}

.apply-finance-purspose-row .apply-finance-purspose-col p {
    font-size: 18px;
    line-height: 26px;
}

.apply-finance-purspose-row .apply-finance-purspose-col img {
    margin-bottom: 16px;
}

.apply-financing-conclusion .conclusion-inner {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    right: 0;
}

.apply-financing-conclusion {
    position: relative;
}

.apply-financing-conclusion img {
    width: 100%;
}

.apply-financing-conclusion .conclusion-inner h2 {
    font-size: 35px;
    line-height: 39px;
}

.apply-financing-conclusion .conclusion-inner p {
    font-size: 18px;
    line-height: 26px;
}

.apply-only-pera-white {
    padding: 60px 0px;
    background-color: #fff;
}

.apply-only-pera-white p {
    font-size: 22px;
    line-height: 32px;
}

/* apply financing end */


.termandconditions {
    padding: 100px 0;
}

.termandconditions .content-block {
    margin-bottom: 24px;
}

.termandconditions .content-block ul {
    padding-left: 34px;
}

.termandconditions .content-block ul li {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
}

.content-page {
    padding: 40px 0;
    margin: 0;
}

.content-page-wrap h3 {
    font-size: 26px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px;
}

.content-page-wrap p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    margin: 0 0 15px;
}

.content-page-wrap li {
    font-size: 16px;
    line-height: 1.6;
}

.content-page-wrap ul,
.content-page-wrap ol {
    margin-left: 30px;
    margin-bottom: 30px;
}

/*============== Alert Modal =============*/
.alart-modal-wrap {
    text-align: center;
}

.alart-modal-wrap .icon {
    width: 98px;
    height: 98px;
    background: rgba(199, 66, 10, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.alart-modal-wrap .text-box {
    padding: 0;
    margin: 0;
}

.alart-modal-wrap .text-box h3 {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    padding: 0;
    margin: 0 0 20px;
}

.alart-modal-wrap .text-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: rgba(66, 66, 66, 1);
    padding: 0;
    margin: 0 0 30px;
}

.alart-modal-wrap .text-box p a {
    color: rgba(241, 95, 34, 1);
    text-decoration: underline;
}

.alart-modal-wrap .text-box .btn {
    background: rgba(241, 95, 34, 1);
    font-size: 14px;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    border: 1px solid rgba(241, 95, 34, 1);
    box-shadow: none;
}

.alart-modal-wrap .text-box .btn:hover {
    background: #fff;
    color: rgba(241, 95, 34, 1);
}






.steper_header {
    width: 100%;
    margin-bottom: 20px;
}

.steper_header nav {
    width: 100%;
    justify-content: space-evenly;
}

.steper_header nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.01px;
    color: #838383;
}

.steper_header nav a .number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #666666;
    border: solid 1px #CECECE;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}


.steper_header nav a.active {
    color: #333333;
}

.steper_header nav a.active .number {
    background: #007F97;
    color: #fff;
}

.steper_header nav a.complete {
    color: #000;
}

.steper_header nav a.complete .number {
    background: #F15F22;
    text-indent: 100px;
    border-color: #F15F22;
}

.steper_header nav a.complete .number::before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 14px;
    content: "";
    position: absolute;
    z-index: 1;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.steper_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steper_footer .btn {
    background: #F15F22;
    padding: 13px 36px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 5px;
    border: none;
    color: #fff;
    text-decoration: none;
    border: solid 1px #F15F22;
    display: flex;
    align-items: center;
    gap: 5px;
}

.steper_footer .btn#back_button {
    background: #fff;
    color: #414141;
    border-color: #414141;
}

.steper_footer .btn[disabled] {
    display: none;
}

.steper_footer .btn:focus {
    outline: none;
    box-shadow: none;
}

.short_head {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    display: block;
}


.big_field_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.big_field_box {
    width: 100%;
}

.big_field_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #000;
}

.big_field_head .number {
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 90px;
    border: solid 1px #000;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_field_box label {
    color: #000;
}

.big_checkbox_wrap {
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #D7D7D7;
}

.big_checkbox_wrap .form-check-label {
    margin: 0 !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.big_checkbox_wrap .form-check-input:checked {
    background-color: #F15F22;
    border-color: #F15F22;
}



.amount_part {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.amount_part_left,
.amount_part_right {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #000000;
}

.amount_part_right strong {
    color: #F15F22;
}

.total_part {
    width: 100%;
    margin-top: 20px;
    border-top: solid 1px #E6E6E6;
}

.cart_radio_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.cart_radio {
    position: relative;
    margin-top: 0;
    font-weight: 700;
    text-align: left;
}

.cart_radio input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.cart_radio_wrap .cart_radio label {
    position: relative;
    padding-left: 30px;
    display: inline;
    color: #595959;
    font-size: 16px;
}

.cart_radio label span {
    padding-left: 30px;
}

.cart_radio label::before {
    background: transparent;
    border: 2px solid #424242;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.cart_radio label::after {
    background: #F15F22;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    left: 10px;
    top: 10px;
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cart_radio input:checked+label::after {
    opacity: 1;
}

.cart_radio input:checked+label::before {
    border-color: #F15F22;
}









.range {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.range_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.range_top label {
    margin: 0 !important;
}

.range_bottom {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #999999;
}

.loan_amount {
    box-shadow: 0px 0px 3px 0px #00000040;
    padding: 4px 15px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
    color: #F15F22;
}

.range .thin-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 7px;
    background: #DFDFDF;
    border-radius: 90px;
    z-index: 1;
}

.range .thick-fill {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #F15F22;
    z-index: 1;
    height: 7px;
    border-radius: 90px;
    width: 0;
    /* When input value is 147 (default) */
}

.range input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

.range input[type="range"]:focus {
    outline: none;
}

.range input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
}

.range input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #F15F22;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
    position: relative;
    z-index: 2;
}

.range input[type="range"]::-moz-range-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
}

.range input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 32px;
    border-radius: 2px;
    border: 1px solid white;
    background: #0ec3cc;
    cursor: pointer;
    -moz-appearance: none;
    margin-top: -11px;
    box-shadow: 0 0 2px #F15F22;
}

.range input[type="range"]::-ms-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    background: transparent;
}

.range input[type="range"]::-ms-thumb {
    height: 30px;
    width: 32px;
    border-radius: 2px;
    border: 1px solid white;
    background: #0ec3cc;
    cursor: pointer;
    -ms-appearance: none;
    margin-top: -1px;
    box-shadow: 0 0 2px #F15F22;
}

.range input[type="range"]::-ms-tooltip {
    display: none;
}

/* hide google translate loader */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    display: none !important;
}

/* word counter for micro form */
.word-counting-tag {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #848484;
    padding: 0;
    margin: 0;
}
.mt-1 {
    margin-top: .25rem !important;
}


.form_dropdown .dropdown-menu {
    max-width: 600px;
    left: 0 !important;
    right: auto !important;
}

.form_dropdown .dropdown-menu li a {
    white-space: normal;
}


.btn.btn-dark,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
    background-color: #F15F22;
    border-color: #F15F22;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 400;
}