
body {
    font-weight: 400;
    overflow-x: hidden !important;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    font-size: 16pt;
}
b{
    font-weight: 700;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

input:focus {
    outline: none;
}

p{
    margin-bottom: 0px; 
}
.ease {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.uppercase{
    text-transform: uppercase;
}


@media only screen and (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
}
@media only screen and (min-width: 1300px) {
    .container {
      max-width: 1300px;
    }
}


header{
    background-color: #2B00F7;
    padding: 15px 0px;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 900;
}

.main-menu{
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 0px;
}

.main-menu li{
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}
.main-menu li:last-child{
    padding-right: 0px;
}

.main-menu li a{
    font-size: 13pt;
    font-weight: 700;
    color: #FFF;
    position: relative;
}

.main-menu li a:after{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    bottom: -40px;
    left: 50%;
    background: #FFF;

}

.main-menu li.active a::after, .main-menu li:hover a::after{
    bottom: -27px;
}


.intro-section{
    margin-top: 70px;
    position: relative;
}
.intro-section .container{
    position: relative;
    z-index: 2;
}
.intro-section-image{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/intro-bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    height: 100%;
}
.main-color{
    color: #FA1E64;
}
.white-color{
    color: #ffffff;
}
.dark-color{
    color: #111111;
}
.grey-color{
    color: #565656;
}

.mega-title{
    font-weight: 900;
    font-size: 60pt;
    margin: 0;
}

.intro-content-wrap{
    background-image: linear-gradient(135deg, #FF6564 0%, #5D28D1 100%);
    padding: 75px 50px;
    margin-top: 35px;
    color: #FFF;
    margin-bottom: 115px;
}

.section-title{
    font-weight: 900;
    font-size: 34pt;
    margin: 0;
    line-height: 45px;
}

.intro-content-wrap .section-title{
    width: 50%;
}

.gerenal-text{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.gerenal-text + .gerenal-text{
    margin-top: 20px;
}
.intro-content-wrap .gerenal-text{
    padding-top: 30px;
}

.rmz-corp-subsection{
    padding-top: 70px;
}

#leadership{
    margin: 150px 0px;
}

.section-title-wrap{
    padding-bottom: 30px;
}
#leadership .section-title-wrap{
    padding-bottom: 50px;
}
.section-sub-title{
    font-size: 14pt;
    font-weight: 700;
    letter-spacing: 4px;
    padding-bottom: 20px;
    margin: 0px
}

.leadership-content-wrap{
    background-image: linear-gradient(135deg, #822ABA 0%, #F96268 100%);
    color: #FFF;
    padding: 75px 60px;
    transform: translateX(-150px);
}

.leadership-content{
    font-weight: 400;
    font-size: 16pt;
    line-height: 26px;
    margin: 0;
}

.leadership-content span{
    font-weight: 700;
}

.intermediate-section-image{
    width: 100%;
    height: auto;
}
#foundation-section{
    margin-top: 150px;
}

#foundation-section .section-title-wrap .section-title{
    width: 60%;
}

.foundaton-image-wrap{
    position: relative;
}
.foundation-label{
    position: absolute;
    width: 245px;
    
    padding: 20px 0px;
    background-image: linear-gradient(270deg, #FC6466 0%, #3304F2 100%);
    bottom: 30px;
    right: -30px;
}
.foundation-label h6{
    font-size: 26pt;
    font-weight: 400;
    letter-spacing: 6px;
    margin: 0;
    line-height: 26px;
    padding-bottom: 15px;
}
.foundation-label h4{
    font-size: 32pt;
    font-weight: 900;
    letter-spacing: 5.33px;
    margin: 0;
    line-height: 32px;
}

.foundation-content-wrap{
    padding-left: 65px;
}


#cowrks{
    margin: 150px 0px;
}

#highlights-and-milestones{
    margin: 150px 0px 120px 0px;
}

#highlights-and-milestones .section-title-wrap{
    padding-bottom: 50px;
}
.milestone{
    margin-bottom: 30px;
}
.milestone .milestone-year{
    font-weight: 900;
    font-size: 26pt;
    padding-bottom: 5px;
}

#sustainable-practices{
    margin-top: 150px;
}
#sustainable-practices .section-title-wrap{
    padding-bottom: 50px;
}

#sustainable-practices .section-title-wrap .section-title{
    padding-bottom: 20px;
}
.sustainable-practices-bg{
    background-image: url(../images/sustainable-practices-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sustainable-practices-content-panel{
    background-image: linear-gradient(135deg, #3116DF 0%, #F96268 100%);
    
}
.sustainable-practices-contnet-wrap{
    padding: 80px 50px;
}

.sustainable-practices-contnet-wrap .sustainable-practice-item{
    margin-bottom: 30px;
    display: inline-block;
}
.sustainable-practices-contnet-wrap .sustainable-practice-item:last-child{
    margin-bottom: 0px;
}
.sustainable-practice-item .count{
    color: #FFF;
    font-size: 36pt;
    font-weight: 400;
    line-height: 50px;
    width: 110px;
    float: left;
}

.sustainable-practice-item-content{
    width: calc(100% - 110px);
    float: left;
}

#awards-and-honours{
    margin: 150px 0px
}

#awards-and-honours .section-title{
    width: 50%;
}

.awards-list{
    margin:0;
    padding: 0;
    list-style: none;
}
.awards-list li::before{
    content: '';
    display: block;
    width: 55px;
    height: 40px;
    float: left;
    background-image: url(../images/awrd-icon.svg);
    background-position: left top;
    background-size: 30px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;

}

.awards-list li{
    font-size: 18pt;
    font-weight: 400;
    line-height: 32px;
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    color: #333333;
}

.awards-list li:last-child{
    margin-bottom: 0px;
}



footer{
    background: #1E252D;
    padding: 40px 0px;
}

.link-bq {
    color: #a1a1a1 !important;
    font-size: 12px;
    line-height: 2.5;
    text-decoration: none;
    padding-left: 0;
}

.powered-by .link-bq::after {
    content: "|";
    color: #fff;
    margin: 0 11px;
    margin-left: 11px;
}

.powered-by .link-bq:first-child::after {
    content: "|";
    color: #fff;
    margin-left: 14px;
}
.powered-by .link-bq:last-child::after {
    content: "";
}

footer .dot {
    height: 3px;
    width: 3px;
    margin: 0 11px 2px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
}

.hamburger-menu{
    width: 50px;
    float: left;
    display: none;
}
.sidepane-module__hamberger-menu__TeijD {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.sidepane-module__hamberger-menu-inner__3wuhS::before {
    content: " ";
    top: -7px;
}
.sidepane-module__hamberger-menu-inner__3wuhS::after {
    content: " ";
    top: 7px;
}

.sidepane-module__hamberger-menu-inner__3wuhS, .sidepane-module__hamberger-menu-inner__3wuhS::after, .sidepane-module__hamberger-menu-inner__3wuhS::before {
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #fff;
    display: block;
    border-radius: 2px;
}


.mobile-nav-panel-overlay{
    background-color: rgba(0,0,0,.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    
    transition: opacity 0.2s linear;
    z-index: 998;
}
.mobile-nav-panel-overlay.show-now{
    opacity: 1;
    visibility: visible;
}

.mobile-nav-panel{
    position: fixed;
    left: -110%;
    top: 0;
    width: 85%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 1px 12px 3px rgba(0,0,0,.6);
    -webkit-transition: left .4s ease;
    transition: left .4s ease;
}

.mobile-nav-panel.show-now{
    left: 0%;
}

.mobile-nav-top-ceil{
    background-color: #2B00F7;
    padding: 15px 30px;
    width: 100%;
    position: relative;
}

.close-mobile-nav{
    display: inline-block;
    width: 62px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.close-mobile-nav::before, .close-mobile-nav::after{
    content: '';
    position: absolute;
    width: 23px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    border-radius: 2px;
    top: 30px;
    right: 20px;
}
.close-mobile-nav::before{
    transform: rotate(45deg);
}
.close-mobile-nav::after{
    transform: rotate(-45deg);
}


.mobile-menu{
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu li{
    padding-left: 30px;
    border-bottom: 1px solid hsla(0,0%,58.8%,.2);
    position: relative;
}

.mobile-menu li a{
    font-size: 1.125rem;
    font-weight: 700;
    color: #2b00f7;
    line-height: 1.5;
    text-decoration: none;
    margin: 10px 0px;
    display: inline-block;
}



.video-block{
    position: relative;
    width: 100%;
    height: 410px;
    background-image: linear-gradient(135deg, #6B22FB 0%, #FA4D55 100%);
    margin-top: 70px;
}

.video-block .overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/video-poster.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    opacity: 0.4;
    mix-blend-mode: multiply;
}

.video-title-wrap{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 12;
}

.play-video-button{
    display: inline-block;
    margin-top: 30px;
}
.lg-backdrop{
    background: rgba(0,0,0,.9);
}