@font-face {
    font-family: 'GE Dinar One';
    src: url('./fonts/GE-Dinar-One-Medium.eot');
    src: url('./fonts/GE-Dinar-One-Medium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/GE-Dinar-One-Medium.woff2') format('woff2'),
         url('./fonts/GE-Dinar-One-Medium.woff') format('woff'),
         url('./fonts/GE-Dinar-One-Medium.ttf')  format('truetype'),
         url('./fonts/GE-Dinar-One-Medium.svg#GE Dinar One') format('svg');
}
@font-face {
    font-family: 'Asen Pro';
    src: url('./fonts/AsenPro-Regular.eot');
    src: url('./fonts/AsenPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/AsenPro-Regular.woff2') format('woff2'),
         url('./fonts/AsenPro-Regular.woff') format('woff'),
         url('./fonts/AsenPro-Regular.ttf')  format('truetype'),
         url('./fonts/AsenPro-Regular.svg#Asen Pro') format('svg');
         font-weight: 400;
}

@font-face {
    font-family: 'Asen Pro';
    src: url('./fonts/AsenPro-Medium.eot');
    src: url('./fonts/AsenPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/AsenPro-Medium.woff2') format('woff2'),
         url('./fonts/AsenPro-Medium.woff') format('woff'),
         url('./fonts/AsenPro-Medium.ttf')  format('truetype'),
         url('./fonts/AsenPro-Medium.svg#Asen Pro') format('svg');
         font-weight: 500;
}
@font-face {
    font-family: 'Asen Pro';
    src: url('./fonts/AsenPro-Semibold.eot');
    src: url('./fonts/AsenPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/AsenPro-Semibold.woff2') format('woff2'),
         url('./fonts/AsenPro-Semibold.woff') format('woff'),
         url('./fonts/AsenPro-Semibold.ttf')  format('truetype'),
         url('./fonts/AsenPro-Semibold.svg#Asen Pro') format('svg');
         font-weight: 600;
}

@font-face {
    font-family: 'Asen Pro';
    src: url('./fonts/AsenPro-Bold.eot');
    src: url('./fonts/AsenPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/AsenPro-Bold.woff2') format('woff2'),
         url('./fonts/AsenPro-Bold.woff') format('woff'),
         url('./fonts/AsenPro-Bold.ttf')  format('truetype'),
         url('./fonts/AsenPro-Bold.svg#Asen Pro') format('svg');
         font-weight: 700;
}
@font-face {
    font-family: 'Asen Pro';
    src: url('./fonts/AsenPro-ExtraBold.eot');
    src: url('./fonts/AsenPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/AsenPro-ExtraBold.woff2') format('woff2'),
         url('./fonts/AsenPro-ExtraBold.woff') format('woff'),
         url('./fonts/AsenPro-ExtraBold.ttf')  format('truetype'),
         url('./fonts/AsenPro-ExtraBold.svg#Asen Pro') format('svg');
         font-weight: 800;
}

html ,body { overflow-x: hidden; }
body {
	font-size: 20px;
	color: #4d4d4d;
	line-height: 28px;
	  font-family: 'Asen Pro';
	font-weight: 400;
}

a { text-decoration: none; color: #000; }
a:hover {    color: #1376b6;}

 
h1,h2,h3,h4,h5 {  font-family: 'Asen Pro';  font-weight: 600; }

h1 {}
h2 { font-size: 39px;color: #274a7c; }
h3 { font-size: 35px;color: #274a7c; }
h4 { font-size: 25px; font-weight: 600;color: #274a7c; }

.padd-40 {    padding: 40px 0;}
.padd-50 {    padding: 50px 0;}
.padd-60 {    padding: 60px 0;}
.padd-70 {    padding: 70px 0;}
.padd-80 {    padding: 80px 0;}
.padd-100 {    padding: 100px 0;}
.pb-200 {    padding-bottom: 200px;}
.pt-100{     padding-top: 100px;}
.pt-70{     padding-top: 70px;}
.pb-70 {    padding-bottom: 70px;}
.pt-50{padding-top: 50px;}

.mb-30 {    margin-bottom: 30px;}
.font-28{
    font-size: 26px;
    line-height: 42px;
}
.font-26{
    font-size: 24px;
    line-height: 42px;
}
.blue-color {
    color: #274a7c;
    font-weight: 500;
}
.grey-bg {
    background-color: #eaebed;
}
.green-bg {
    background-color: #d7ebd2;
}
.light-blue-bg{background: rgb(148 187 247 / 24%);}
.heading-28{font-size: 28px; font-weight: 600;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.mt-60{margin-top: 60px;}
.font-bold{font-weight: 700;}
ul.pt-50 {
    padding-top: 50px;
}
a.btn {
    background-color: #1376b6;
    border: 0;
    color: #fff;
    border-radius: 50px;
    padding: 0 30px;
    min-width: 175px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: none;
}



img { max-width: 100%; height: auto;} 


.navigation-main > ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.navigation-main > ul > li {
    display: inline-block;
    padding: 22px 0;
}
.navigation-main > ul > li > a {
    display: inline-block;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50px;
    color: #808080;
}
.navigation-main > ul > li.activepage > a {
    color: #2fa2da;
}
ul.main-nav li a:hover {
    color: #2fa2da;
}
 .heder-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
button.menu-toggle {
    display: none;
}

.headertop-row {
    text-align: right;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.headertop-row a.language-btn {
    margin-left: 10px;
    color: #808080;
}
a.btn-blue {
    font-size: 20px;
    display: inline-block;
    padding: 16px 50px;
    color: #fff;
    border-radius: 5px;
    background: #249ED8;
    background: linear-gradient(124deg, rgba(36, 158, 216, 1) 0%, rgba(0, 92, 151, 1) 100%);
}

.home-banner {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
.home-banner .container {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}
.home-banner h4 {
    color: #274a7c;
}

.home-banner h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 69px;
    line-height: 70px;
    letter-spacing: -1px;
    margin-top: 50px;
    background: #249ED8;
    background: linear-gradient(124deg, rgba(36, 158, 216, 1) 0%, rgba(0, 92, 151, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-banner img {
    width: 100%;
}
.home-banner .container img {
    width: auto;
}
.border-radius-15 {
    border-radius: 15px;
}
.blue {
    background: #274a7c;
    color: #fff;
}
.box-retail {
    padding: 30px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
}
.box-retail h3 {
    color: #369fd8;
    font-weight: 600;
}
.box-retail img {
    width: auto !important;
    float: right;
    margin-top: auto;
    clear: both;
    margin-left: auto;
}
a.link-white {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
}
.box-retail a.link-white {
    margin-bottom: 50px;
    clear: both;
    display: block;
    margin-top: 20px;
}
.slider-one.owl-carousel .owl-stage {
    display: flex;
}
.slider-one.owl-carousel .owl-stage .item, .slider-gap.owl-carousel .owl-stage .item {
    height: 100%;
}
.gray-section {
    background-color: #e4e4e4;
    color: #274a7c;
}
.gray-section.padd-70 {
    padding-bottom: 0;
}
.gray-section p {
    font-size: 25px;
    line-height: 36px;
}
.gray-section h3 {
    margin-bottom: 20px;
}

.btnplain-blue {
	font-size: 28px;
    display: inline-block;
    padding: 18px 20px;
    color: #fff;
    border-radius: 8px;
    background: #274a7c;
    margin-top: 20px;
    transition: 0.3s;
}
.btnplain-blue:hover, input.btnplain-blue:hover {
    background: #1376b6;
    color: #fff;
}
.counting-bar h2 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.counting-bar .row {
    row-gap: 50px;
}
.counting-bar h3 {
    color: #fff;
    font-weight: 500;
}
.counting-bar h2 span {
    display: inline-block;
    font-size: 30px;
}
.counting-bar p {
    margin: 0;
}
.slider-partners img {
    width: auto !important;
    max-height: 85px;
    max-width: 93%;
    height: auto;
}
.slider-partners .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 55px;
    row-gap: 25px;
}
.partners-section h2 ,
.success-section  h2 { text-align: center; color: #274a7c; margin-bottom: 60px; }
.partners-section .owl-theme .owl-nav {
    margin-top: 50px;
}

.post-box {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.post-box img{
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.post-box:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}

.post-box a::after {
    display: inline-block;
    width: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 120%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.post-box a h4 {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 30px 50px 30px 40px;
    margin: 0;
}
.post-small .post-box h4 {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px;
}
.post-small .row {
    row-gap: 18px;
}
.post-box-explore {
    position: relative;
    height: 100%;
}
.post-box-explore img{
    height: 100%;
}
.post-box-explore h4 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 99;
    font-size: 37px;
    padding: 20px 20px;
}
.video-section iframe {
    width: 100%;
}

.field-set {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
}
.field {
    width: 100%;
}
.field input {
    border: none;
    outline: none;
    width: 100%;
    padding: 9px 15px;
}
input.btnplain-blue {
    border: none;
    border-radius: 0;
    background-color: #123259;
    padding: 12px 25px;
    font-size: 18px;
    min-width: 250px;
    transition: 0.3s;
}

.contact-form form {
    padding-top: 30px;
}
.contact-form p {
    max-width: 750px;
}

.contact-map a {
    display: block;
    color: #4d4d4d;
}
.contact-map iframe {
    width: 100%;
    max-height: 299px;
    margin-top: 45px;
}
.contact-map {
    padding-left: 52px;
}

footer {
    background: #1a497f;
    color: #fff;
    padding: 20px 0px;
}
footer .row {
    justify-content: space-between;
}
.footer-list ul li {
    line-height: 27px;
}
footer a, footer span {
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
}
footer a:hover {
    color: #fff;
}
footer h4, footer h2 {
    color: #fff;
    margin-bottom: 28px;
}
.footer-list {
    display: flex;
    justify-content: space-between;
}
.footer-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer input {
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 18px;
}
footer input::placeholder {
    color: #466b98;
}
footer input[type="submit"] {
    width: auto;
    margin-left: auto;
    display: flex;
    background: #123259;
    color: #fff;
    margin-top: 20px;
    padding: 8px 30px;
}
.social-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 180px;
    margin: 20px 0px 40px 0px;
}
.footer-jumbo {
    text-align: right;
}


p a {
    color: #1376b6;
    text-decoration: underline;
}

.Philosophy-section h3 {
    font-size: 33px;
    line-height: 46px;
}
.Philosophy-section p {
    margin-bottom: 50px;
}
/* .retail-section.governance-retail .owl-item.active {
    margin-right: 24px !important;
} */
.governance-retail p {
    line-height: 36px;
}
.governance-retail .box-retail h3 {
    font-size: 28px;
    color: rgb(128 225 255);
}
.governance-retail .box-retail {
    background: rgb(0 70 132);
}

.ethical-section h3 {
    font-size: 31px;
    line-height: 60px;
}

.home-banner.top-50 .container {
    transform: translateY(-50%);
    top: 50%;
}

.top-50 h2 {
    font-weight: 800;
    font-size: 43px;
    line-height: 52px;
    color: rgb(47 162 218);
}
.governance-banner h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.Business-Partners p {
    color: #274a7c;
    margin-bottom: 25px;
}

.partners-brand ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 55px;
    row-gap: 25px;
    justify-content: space-between;
}
.partners-brand ul li img {
    width: auto !important;
    max-height: 85px;
}
.moment-Leadership .row {
    row-gap: 50px;
    justify-content: space-between;
}
.pl-40{padding-left: 40px;}
.pr-40{padding-right: 40px;}
.moment-Leadership .pl-40 p {
    margin-bottom: 0px;
}
.moment-Leadership .pl-40 h3 + p {
    margin-bottom: 30px !important;
}
.moment-Leadership h4 {
    font-weight: 700;
}
.moment-Leadership  ul {
    padding-top: 40px;
}
.moment-Leadership p, .moment-Leadership li {
    font-size: 26px;
    line-height: 40px;
}
.Pioneering h3 {
    font-size: 31px;
}
.moment-section h3 {
    margin-bottom: 40px;
}
.moment-section p {
    display: inline-block;
}
.principle-bar span img {
    max-width: 100px;
}
.principle-bar span {
    display: flex;
    align-items: center;
    gap: 20px;
}
.principle-bar span h3 {
    color: #fff;
    font-size: 54px;
    margin: 0px;
    font-weight: 500;
}
.principle-bar h2 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.principle-bar h2.mb-30 {
    margin-bottom: 30px;
}
.principle-bar {
    margin-bottom: 70px;
}
.principle-bar .row {
    padding-bottom: 50px;
}
.owl-nav button.owl-next span {
    background: transparent;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
    transform: rotate(-45deg);
}
.owl-nav button.owl-prev span {
    background: transparent;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 0px;
    width: 25px;
    height: 25px;
    display: inline-block;
    transform: rotate(45deg);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #818181 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background: #c9c9c9 !important;
}
.career-retail .box-retail {
    font-size: 20px;
    line-height: 26px;
    margin: 0px;
    min-height: auto;
}
.career-retail p{
    line-height: 26px;
}
.career-retail h3 {
    font-size: 31px;
}
.career-retail .box-retail h3 {
    font-size: 21px;
    margin-bottom: 10px;
}
.note {
    text-align: center;
    background: #e9eff3;
    padding: 50px;
    border-radius: 16px;
    max-width: 750px;
    margin: 50px auto 0px auto;
}
.note a {
    color: rgb(37 75 124);
}
.note p {
    line-height: normal;
}
.headoffice-section .row {
    align-items: end;
}
.Middle-East {
    font-weight: 500;
}

.Middle-East h5 {
    color: #274a7c;
    margin-bottom: 20px;
}
.Middle-East .row {
    border-bottom: 2px solid rgb(149 190 249);
    padding-bottom: 40px;
    margin-bottom: 34px;
}
.Middle-East .row:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.Middle-East .row .col-md-4 {
    padding: 0px 50px 0px 0px;
}
.Middle-East p {
    font-size: 18px;
    line-height: 22px;
}

.banner-right {
    display: flex;
    justify-content: right;
    text-align: left;
}
.contact-head p {
    padding-bottom: 30px;
    max-width: 1000px;
}
.vision-section h3 {
    font-size: 28px;
    font-weight: 700;
}
.vision-section p {
    font-weight: 500;
}
.gray-section.vision-section.padd-70 {
    padding-bottom: 70px;
}
.press-section h3, .video-section h3 {
    margin-bottom: 50px;
    font-weight: 700;
}
.press-section .item a {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 31px;
    padding: 20px;
}
.press-pic {
    background: #274a7c;
    height: 400px;
}
.press-section .owl-theme .owl-dots .owl-dot span{
    background: #a7a8ac !important;
}
.press-section .owl-theme .owl-dots .owl-dot.active span, .press-section .owl-theme .owl-dots .owl-dot:hover span, .success-section .owl-theme .owl-dots .owl-dot.active span, .success-section .owl-theme .owl-dots .owl-dot:hover span {
    background: #274a7c !important;
}
.press-section .owl-theme .owl-nav.disabled+.owl-dots, .success-section .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 40px;
}
.success-section .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}
.people-card {
    background: rgb(24 74 128);
    border-radius: 20px;
    padding: 50px 70px 40px 70px;
    color: #fff;
    background-image: url(./images/team-vector.png);
    background-repeat: no-repeat;
    background-position: right top;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.people-card.sky {
    background-color: rgb(47 162 218);
}
.team-pic {
    text-align: right;
    margin-top: -140px;
    margin-bottom: auto;
    margin-right: -40px;
}
.profile-detail span {
    font-size: 22px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}
.profile-detail p {
    font-size: 17px;
    line-height: 23px;
}
p.quote-text {
    position: relative;
}
img.quote-before {
    position: absolute;
    top: -35px;
    left: -30px;
}
img.quote-after {
    position: absolute;
    bottom: -10px;
    right: -30px;
}
.ex-people .row {
    row-gap: 150px;
    padding-top: 30px;
}
.ex-people .row .col-md-6{
    padding: 0px 20px;
}
.partner-banner h2 span {
    font-size: 38px;
}

.vision-pic {
    margin-top: -33px;
}
.Vision-Realized h4 {
    font-size: 28px;
    margin: 30px 0px;
    line-height: 40px;
}
.gray-section.Vision-Realized p {
    color: #4d4d4d;
}
.jumbo-action {
    border-top: 1px solid #4d4d4d;
    margin-top: 50px;
    padding-top: 15px;
}
.jumbo-leader .row {
    align-items: end;
}
.jumbo-leader h2 {
    margin-bottom: 40px;
}
.jumbo-card h3 {
    text-align: center;
    background: #274a7c;
    color: #fff;
    border-radius: 15px;
    font-weight: 500;
    font-size: 30px;
    padding: 40px 30px;
}
.jumbo-action h4 {
    line-height: 37px;
    font-weight: 700;
}
.milestone h2, .milestone h3{
    color: #fff;
}
.milestone {
    color: #fff;
    background: #249ED8;
    background: linear-gradient(124deg, rgba(36, 158, 216, 1) 0%, rgba(0, 92, 151, 1) 100%);
}

.lines-bar {
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 1px;
    position: absolute;
    top: calc(50% - 4px);
    right: 140px;
    width: 200vw;
}
.lines-bar span {
    background: rgb(255 255 255 / 40%);
    display: inline-block;
    width: 100%;
    height: 10px;
    max-width: 100%;
    margin: 0px 0;
    position: relative;
}
.milestone-wraps {
    position: relative;
    width: 100%;
}
/* span.hrs:before {
    content: "";
    background: rgb(255 255 255 / 40%);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
} */

/* .row.first-row:before, .row.secound-row:before {
    content: "";
    background: rgb(255 255 255 / 40%);
    position: absolute;
    width: 100%;
    height: 10px;
    right: 100%;
    bottom: -10px;
} */
/* .row.secound-row:before{
    bottom: auto;
    top: -10px;
} */
.row.first-row {
    row-gap: 31px;
    margin-left: 0px;
    margin-right: 0px;
}
.first-row .milestone-col.upp-arrow:after {
    bottom: auto;
    top: 0;
}

.milestone-col {
    text-align: center;
    padding: 20px 0;
    position: relative;
    height: 100%;
    font-size: 18px;
    line-height: 23px;
}
.slider-milestone .item {
    width: calc(100% - 140px);
}
.milestone h2 {
    font-size: 60px;
    font-weight: 700;
}
.milestone-col h3 {
    font-size: 48px;
    font-weight: 700;
}
.first-row .milestone-col:after {
    content: "";
    width: 10px;
    height: 20px;
    background: #70b0d3;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}
.secound-row .milestone-col:before {
    content: "";
    top: 0;
    background: #70b0d3;
    width: 10px;
    height: 20px;
    position: absolute;
}
.milestone .slider-milestone {
    background-image: url(./images/jombo-anivarsy.png);
    background-repeat: no-repeat;
    background-position: 100% 38%;
    background-size: 190px;
}

.milestone .owl-nav button.owl-prev span, .milestone .owl-nav button.owl-next span {
    border-color: #fff;
}
.milestone .owl-nav {
    position: absolute;
    top: 30%;
    margin: 0px;
    width: 100%;
}
.milestone .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
.milestone .owl-nav button.owl-next {
    left: auto;
    right: -30px;
}
.governance-banner img {
    width: 100%;
}
.ethical-section h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 50px;
}
h2.secound-heading span {
    color: rgb(47 161 217);
}
h2.secound-heading {
    font-weight: 600;
}

.franchise .container {
    display: flex;
    align-items: center;
    gap: 50px;
}
.franchise h2 {
    font-size: 55px;
}
.franchise img {
    max-width: 160px;
}
.jumbo-promise{
     position: relative;
}
.jumbo-promise .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.Retail-Store h3 {
    color: #4d4d4d;
    font-size: 23px;
    display: inline-block;
    padding-right: 15px;
}
.retail-location {
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.Retail-Store .retail-location .row {
    row-gap: 50px;
    padding-top: 50px;
}
.Retail-Store .retail-location .row.retail-row {
    padding-top: 0px;
    margin: auto 0px;
}
.brand-pic {
    min-height: 60px;
    display: flex;
    align-items: end;
    margin-bottom: 20px;
    margin-top: 30px;
}
.remium-Brands p {
    margin-bottom: 30px;
}
.remium-Brands p:last-child {
    margin-bottom: 0;
}
.Infrastructure-col h4 {
    font-weight: 700;
}

.grow-card {
    border: 2px solid rgb(107 230 255);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}
.services-block .row {
    row-gap: 30px;
}
.services-block h4, .services-block h2 {
    font-weight: 800;
}
.counting-bar .counting-col {
    width: 20%;
}
.serve-service  h4.servr-h4 {
    font-weight: 800;
}
.serve-service .serve-service-col {
    display: flex;
    justify-content: center;
}
.Coverage-section h3, .Coverage-section h4 {
    color: #4d4d4d;
}
.Coverage-section li {
    padding: 10px 0px;
}
.our-promise h2 {
    color: #fff;
}
.our-promise ul {
    padding: 0;
    margin: 0px;
}
.our-promise li {
    background-image: url(./images/tick-mark.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-size: 28px;
    line-height: 37px;
    padding-left: 58px;
    margin: 15px 0px;
    list-style: none;
}
.row.row-gap {
    row-gap: 70px;
}
.smart-solution {
    color: #fff;
}
.smart-col {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 40px;
}
.smart-col h4 {
    color: #fff;
    margin: 0;
}
.syan-color {
    color: #36ddff;
}
.cyan {
    color: #00a3dd;
}
.smart-solution .row {
    row-gap: 70px;
}
.governance-retail li {
    font-weight: 600;
    padding: 8px 0px;
}
.Unwired-Works h2 {
    font-size: 50px;
    font-weight: 700;
}
.partners-brand.distribution-brand ul {
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    padding-bottom: 60px;
}
.partners-brand.distribution-brand li {
    width: 16%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.pt-50 {
    padding-top: 50px;
}

.impact-row {
    display: flex;
    justify-content: space-between;
}
.impact-col.font-26 {
    line-height: normal;
    font-weight: 500;
}
.jumbo-force-border {
    border: 7px solid #2097d1;
    border-radius: 20px;
    position: relative;
}
.jumbo-force-icon {
    text-align: right;
    position: absolute;
    top: -95px;
    right: 30px;
}
.jumbo-force h2 {
    background: #249ED8;
    background: linear-gradient(124deg, rgba(36, 158, 216, 1) 0%, rgba(0, 92, 151, 1) 100%);
    color: #fff;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 20px 0px 20px 20px;
    margin-left: -6px;
    margin-top: -2px;
    font-size: 45px;
}
.jumbo-force-border .row {
    padding: 50px;
}
.counting-bar.secound-countbar h2 {
    font-size: 40px;
}
.counting-bar.secound-countbar .row {
    row-gap: 30px;
}
.force-card {
    background-color: #e9eff4;
    border-radius: 20px;
    padding: 40px;
    font-size: 22px;
}
.news-detail .container {
    border-bottom: 1px solid #4d4d4d;
}
span.date {
    display: inline-block;
    font-size: 21px;
    color: rgb(166 168 171);
}
.nesw-list {
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: 112px;
}
.nesw-list a {
    color: #4d4d4d;
    font-size: 23px;
    line-height: 31px;
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 500;
}
.press-list .owl-dots {
    text-align: left;
    margin-top: 20px !important;
}
.milestone-step-inner {
    border: 1px solid #2fa2da;
    border-radius: 15px;
    padding: 25px;
    line-height: 32px;
    width: 40%;
}
.milestone-step h3 {
    font-weight: 700;
    color: #2fa2da;
}
.sastain-col img {
    margin-bottom: 20px;
}
.grey-color {
    color: #4d4d4d;
}
.Environmental-sastain .row {
    row-gap: 50px;
}
.Ecosystem .sastain-col {
    padding-right: 40px;
    font-size: 22px;
    line-height: 37px;
}
.Environmental-sastain {
    background-image: url(./images/grow-vector.png);
    background-repeat: no-repeat;
    background-position: 95% 102%;
    background-size: 350px;
}
.step-inner {
    border: 1px solid #00a4df;
    border-radius: 15px;
    padding: 25px;
    max-width: 43%;
    position: relative;
}
.step-inner.step-right {
    margin-left: auto;
}
.milestone-step{
    position: relative;
}
.milestone-step:before {
    border-left: 2px solid rgb(39 74 124);
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
}
.step-inner:after {
    content: "";
    display: inline-block;
    background: transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #00a4df;
    position: absolute;
    right: -16px;
    top: 20px;
}
.step-inner.step-right:after {
    right: auto;
    transform: rotate(180deg);
    left: -16px;
}
.step-inner:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #00a4df;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -108px;
}
.step-inner.step-right:before{
    left: -108px;
    right: auto;
}
img.mobile-view {
    display: none;
}
li.menu-parent {
    position: relative;
}
li.menu-parent:hover ul.sub-menu {
    opacity: 1;
}
ul.sub-menu {
    list-style: none;
    margin: 0px;
    background: #0565a0;
    border-radius: 10px;
    padding: 14px;
    position: absolute;
    left: 0px;
    z-index: 9;
    top: 80px;
    opacity: 0;
    min-width: 180px;
}
ul.sub-menu a {
    color: #fff;
    font-size: 17px;
}
ul.sub-menu.last-sub-menu {
    min-width: 200px;
}
a.jumbo-card-anchor:hover h3 {
    background-color: #000;
}
a.milestone-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 100%;
    left: auto;
    right: -30px;
    background: transparent;
    z-index: 9;
}

.profile-pic img {
    width: 100%;
    height: 100%;
}
.profile-content h4 {
    display: flex;
    margin: 0px;
    gap: 10px;
}
.profile-content h4 a {
    margin-top: -5px;
}
.profile-content {
    padding-top: 20px;
}
.Leadership-teams .row {
    row-gap: 50px;
}
.team-post {
    border-bottom: 1px solid #274a7c;
}
.team-post h3, .Leadership-section h3{
    color: #000;
}

.team-post .col-md-4{
    position: relative;
}
.team-post .col-md-4:after {
    content: "";
    border-right: 1px solid #274a7c;
    position: absolute;
    left: 80%;
    top: 0;
    bottom: 0;
}
.col-md-4.no-border:after {
    display: none;
}

.slider-partners .owl-stage {
    display: flex;
    align-items: center;
    text-align: center;
}
