/* @import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:wght@100..900&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap'); */
@import url('../fonts/pri/stylesheet.css');
@import url('../fonts/sec/stylesheet.css');

*{margin:0 auto;}

/* body {
    background-color: #eeeeee !important;
    color: #0d2c6c !important;
    font-family: "Instrument Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-variation-settings:
      "wdth" 100 !important;

} */

body{
    background-color: #eeeeee;
    color: #0d2c6c;
    font-family: 'Bw Mitga DEMO';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.navbar{background-color: rgb(255 255 255) !important;}

.global-menu {
    margin-top: 0% !important;
    margin-bottom: 2%;
}

.navbar-brand{padding-left: 60px;}
.navbar-brand img{width: 100%;}
.enquire-now{text-align: center;}
.enquire-btn{
    background-color: #efefef;
    padding: 16px 26px;
    color: #0d2c6c;
    font-weight: 700;
    border-radius: 40px;
    border: 0;
    font-size: 18px;
}

.navbar{padding: 0;background: transparent !important;}
.navbar-collapse{background-color: #efefef;padding: 9px 0;border-radius: 40px;}
.nav-link{color: #0d2c6c;font-weight: 700;}
.nav-link.active, .nav-link:hover, .nav-link:focus {
    color: #b8152a !important;
}
li.nav-item {
    padding: 0 0px;
}


/* Navigation css end */

.sr-firstScreen {
    opacity: 1 !important;
}

.nav-item1 {
    margin-left: auto;
}
.nav-item2 {
    margin-right: auto;
}

a.red-bg-btn.banner-section__cta.red-bg-btn__arrow-down {
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.page-node-type-sustainability a.red-bg-btn.banner-section__cta.red-bg-btn__arrow-down {
    font-family: 'Bw Mitga DEMO';
    font-size: 16px;
    font-weight: 400;
}

.page-node-type-sustainability .banner-section__desc {
    font-family: 'Dubai W23';
}

.hsseq-img-section {
    margin-top: 0px !important;
}

.globe2 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
}

.team-members__each {
    display: block;
}

.team-members__list__title1 {
    /* display: none; */
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}

.section-evolution__videos__each__overlay {
    opacity: 1;
}

.section-csr__item__image img {
    opacity: 1 !important;
    position: fixed;
}

/* CIRCLE ROW BEGIN */

.selector {
    position: relative;
    width: 100%;
    margin-top: 0%;
}

.selector,
.selector button {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.selector button {
    position: relative;
    /* padding: 5rem; */
    padding: 10%;
    background: transparent;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all .1s;
}

.selector button:focus {
    outline: none;
}

.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}

.selector li input {
    display: none;
}

.selector li input+label {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector li input+label:hover {
    background: #f0f0f0;
}

.selector li input:checked+label {
    background: #5cb85c;
    color: white;
}

.selector li input:checked+label:hover {
    background: #449d44;
}

.selector.open li input+label {
    width: 100px;
    height: 100px;
    line-height: 20px;
    margin-left: -55px;
    padding-top: 35px;
    font-size: 14px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
    background: #233368;
    filter: drop-shadow(1px 1px 0.5px #cb0f21);
    color: #fff;
}

@media screen and (max-width: 600px) {
    .selector.open li input+label {
        width: 80px;
        height: 80px;
        line-height: 10px;
        margin-left: -70px;
        padding-top: 35px;
        font-size: 10px;
        box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
        background: #233368;
        filter: drop-shadow(1px 1px 0.5px #cb0f21);
        color: #fff;
    }
}

.ptitle {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    display: block;
    margin-top: 15px;
}

.ptitle span {
    color: #DA1A32;
    font-family: 'DubaiW23-Bold',sans-serif;
    letter-spacing: 0;
    display: block;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url('../../../uat.rsa.global/files/Sustainability/rb-bar.png') repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: bartextanim 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes bartextanim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

@keyframes bartextanim {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.d-none {
    display: none;
}

/* CIRCLE ROW END */

/*******************************************/

/* HSSEQ PILLARS BEGIN */



/* Container for flexboxes */
.row {
    margin-top: -5%;
}
.page-node-type-sustainability .row {
    margin-top: -3% !important;
}

.ft-bg .row {
    margin-top: 0%;
}

/* Create four equal columns */
.column {
    width: 100%;
    margin-left: 9%;
}

.page-node-type-contact-us .sr-firstScreen { 
    opacity:1 !important
}

.page-node-type-e-commerce-logistics .me-auto {
    margin-left: 18% !important;
}

footer {
    font-size: 1rem;
}

footer::before {
    position: unset;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        margin-left: 6%;
    }
}

.page-node-type-sustainability .wimg-hsseq {
    width: 20%;
    /* margin-top: 15%; */
    margin-top: 8%;
    opacity: 0;
}

@keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fhsseq {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.wimg-hsseq.start {
    animation: fhsseq .5s ease-out forwards;
    -webkit-animation: fhsseq .5s ease-out forwards;
    -moz-animation: fhsseq .5s ease-out forwards;
    -ms-animation: fhsseq .5s ease-out forwards;
    -o-animation: fhsseq .5s ease-out forwards;
}

.wimg-hsseq:nth-child(1) {
    animation-delay: .5s;
}

.wimg-hsseq:nth-child(2) {
    animation-delay: 1s;
}

.wimg-hsseq:nth-child(3) {
    animation-delay: 1.5s;
}

.wimg-hsseq:nth-child(4) {
    animation-delay: 2s;
}

.wimg-hsseq:nth-child(5) {
    animation-delay: 2.5s;
}

.page-node-type-sustainability .hsseq__subtitle p {
    font-size: 21px !important;
}

.page-node-type-sustainability .rsa-advantage {
    padding: 0 30px 0px;
}
.page-node-type-sustainability .certificates {
    padding: 0px 30px 80px;
}

.page-node-type-sustainability .hsseq {
    padding: 40px 30px 0px;
}

.pillars-row {
    background: url(../../../uat.rsa.global/files/Sustainability/Map1.png); 
    background-size: 100%; 
    /* height: 55vw;  */
    height: 46vw;
    background-repeat: no-repeat; 
    margin-top: 25px;
}

@media only screen and (max-width: 600px) { 
    .pillars-row {
        background: url(../../../uat.rsa.global/files/Sustainability/Map1.png);
        background-size: contain;
        background-position: 100% 100%;
        height: 100%;
        background-repeat: no-repeat;
        margin-top: 25px;
    }
}

/* HSSEQ PILLARS END */

/*******************************************/

/* GLOBE BEGIN */

.columns-globe {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 75%;
}

.column-globe {
    flex: 33.33%;
}

.icon-globe {
    width: 50%;
}

.icon-globe__item {
    padding: 0!important;
    margin-bottom: auto!important;
    width: 100%;
}

.icon-globe__item__icon {
        max-width: 16vw;
}

@media screen and (max-width: 600px) { 
    .columns-globe {
        flex-direction: column;
    }
    
    .icon-globe {
        width: 100%;
    }

    .icon-globe__item__icon {
        max-width: 70%!important;
    }
}

/* GLOBE END */

/*******************************************/

/* PROJECT ACHIEVEMENT BEGIN */

.proj-ach {
    width: 65%; 
}

.page-node-type-sustainability .project-achievement-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
}
@media screen and (max-width: 600px) {
.proj-ach {
    width: 100%; 
}
}

/* PROJECT ACHIEVEMENT END */

/* How we did it */
.hsseq__each__title {
    font-size: 28px !important;
}
.hsseq__each__desc {
    font-size: 21px !important;
}


/*******************************************/


/* NET ZERO BEGIN */

.net_zero_box {
    display: flex!important;
    flex-wrap: wrap;
}
.net_zero_box_col {
    flex: 50%;
    margin: auto;
}

/* NET ZERO END */

/*******************************************/

/* BLOG BEGIN */

.certificates__each__image {
    max-width: inherit;
    margin: 0 auto 0;
}

.certificates__each__title {
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
    padding-top: 25px;
}

.certificates__each__text a {
    text-decoration: none;
}

.blog-row {
    display: flex;
    flex-direction: row;
}

@media (max-width: 800px) {
    .blog-row {
        flex-direction: column;
    }
    .blog-column {
        flex: 50%;
    }
}

.blog-column {
    flex: 25%;
}

/* BLOG END */

@media screen and (max-width: 1920px) {
    .page-node-type-sustainability .contact .ct-inner {
        min-height: 58vh;
    }

/* footer css start */

.ft-bg{
    background-color: #001845;
    color: #fff;
}

.footer-logo{
    width: 50%;
    margin-bottom: 25px;
}

.footer-links ul{
    padding-left: 0 !important;
}

.footer-links ul li{
    list-style: none;
    margin-bottom: 15px;
}

.footer-links ul li a, footer a{
    color: #fff;
    text-decoration: none;
}

.ft-first{border-right: 1px solid #5b74bb;}
.ft-sec{border-right: 1px solid #5b74bb;}
.ft-abt-bdr{border-top: 1px solid #5b74bb;border-bottom: 1px solid #5b74bb;}


.copy-social{margin: 0;}
.copy-social li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
  
}

.copy-social li a img:hover{
    margin-top: -15px;
      transition: 0.2s ease-in-out;
}


/* footer css end */

.customer-support {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
}