@import url(fonts.css);
@import url(font-awesome.min.css);
html, body {
    margin: 0 auto;
}
body {
    font-family: 'Interstate';
    font-weight: normal;
    font-size: 14px;
    color: #333f48;
}

::-webkit-scrollbar {
 display: none;
}
*, :after, :before {
    box-sizing: border-box;
}
* {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
img {
    height: auto;
    max-width: 100%;
    display: block;
}
img[height], img[width] {
    max-width: 100%;
    width: 100%
}
.clear-fix::after {
    content: "";
    clear: both;
    display: table;
}
/* pages preloader - white fadein */ 
body.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}
.smBanner {
    display: none !important;
}
.lgBanner {
    display: block !important;
}
.loading-bar {
    height: 20px;
    background: #00B2A9;
    width: 0%;
    position: fixed;
    left: 0;
    bottom: 0;
}
/*Loading screen*/

nav .menu-top {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100px;
    padding-right: 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav .menu-top .darkLogo {
    display: none;
}
nav .menu-top.darkMenu {
}
nav .menu-top.darkMenu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav .menu-top.darkMenu .quick-link p, nav .menu-top.darkMenu .quick-link .lang {
    color: #115e67 !important;
}
nav .menu-top.darkMenu .darkLogo {
    display: inline-block;
}
nav .menu-top.darkMenu .lightLogo {
    display: none;
}
.quick-link i.fa {
    font-size: 19px;
    margin-left: 7px;
    position: relative;
}
.quick-link i::after {
    content: '';
    height: 2px;
    width: 13px;
    background: #fff;
    display: block;
    position: absolute;
    transition: 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    margin-top: -2px;
}
.darkMenu .quick-link i::after {
    background: #115e67;
}
.quick-link a:hover i::after {
    background: #ffc72c;
}
.quick-link a:hover i::after {
    background: #ffc72c;
}
#menuBox.menuOpen .darkMenu .quick-link i::after {
    background: #fff;
}
#menuBox.menuOpen .darkMenu .quick-link a:hover, #menuBox.menuOpen .darkMenu .quick-link i:hover {
    color: #FFCB3B !important;
}
#menuBox.menuOpen .darkMenu .quick-link p a:hover i::after {
    background: #FFCB3B;
}
.menuOpen .menu-top.darkMenu .quick-link p, .menuOpen .menu-top.darkMenu .quick-link .lang {
    color: #fff !important;
}
.menuOpen .menu-top.darkMenu .darkLogo {
    display: none;
}
.menuOpen .menu-top.darkMenu .lightLogo {
    display: block;
}
nav.s2 {
    background: none;
}
nav.s2 .quick-link p, nav.s2 .quick-link .lang {
    color: #fff;
    font-family: 'Interstate';
}
nav .logo {
    height: 100%;
    float: left;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .logo img {
    width: 250px;
}
nav .quick-link {
    font-size: 18px;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    padding-right: 130px
}
nav .quick-link p {
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 0;
}
nav .quick-link .lang {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 0 20px;
}
nav .quick-link .lang a:last-child {
    font-family: "GEDinarOne-Light";
    font-size: 14px;
}
nav .menu {
    position: fixed;
    right: 0;
    top: 0;
    background: #01B2A9;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    color: white;
    float: right;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
#menuBox {
/* -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    */
}
#menuBox.menuOpen {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #333f48;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;/* -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
}
.menu-box .box-header {
    width: 92%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    height: 100px;
    color: white;
}
.menu-box .box-footer {
    width: 100%;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    color: white;
}
.menu-box .box-footer a {
    color: white;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 10px;
}
.menu-box .box-footer a.download-link {
    text-transform: uppercase;
    vertical-align: middle;
}
.menu-box .box-footer a.download-link img {
    vertical-align: middle;
    display: inline-block;
}
.menu-box .box-footer .social {
    padding-bottom: 20px;
}
.menu-box ul {
    margin: 0;
    padding: 0;
}
.menu-box ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-right: 2px #ffc72c solid;
    position: relative;
}
.menu-box ul li:last-child {
    border-right: none;
}
.menu-box ul li a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}
.menu-box ul li:hover ul li a {
    color: white
}
.menu-box ul li:hover a {
    color: #ffc72c
}
.menu-box .socialIcons {
    padding-bottom: 30px;
    padding-top: 20px;
}
.menu-box .socialIcons a {
    padding: 0px 15px;
}
#menuBox .menu-box {
    display: none;
}
#menuBox #menuBtnOpen {
    display: flex;
}
#menuBox #menuBtnClose {
    display: none;
}
#menuBox.menuOpen #menuBtnClose {
    display: flex;
}
#menuBox.menuOpen #menuBtnOpen {
    display: none;
}
#menuBox.menuOpen .menu-box {
    display: flex;
}
.menu-box ul li ul li a:hover {
    color: #ffc72c;
}
.menu-box ul li.active a {
    color: #ffc72c;
}
.menu-box ul li ul {
    position: absolute;
    width: auto;
    min-width: 180%;
    left: -40%;
    top: 0;
    padding-top: 70px;
    display: none;
}
.menu-box ul li ul li {
    display: block;
    border-right: none;
    text-align: center
}
.menu-box ul li ul li a {
    font-size: 16px;
    text-transform: none;
    text-align: center;
    padding: 0;
    line-height: 30px;
}
.menu-box ul li img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
    object-fit: cover;/*display: none !important;*/
}
.menu-box .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.menu-box .bg img {
    width: 100%;
}
.menu-box ul li ul:hover+img {
    display: block
}
.menu-box ul li a:hover~img {
    display: block
}
.menu-box ul li.active a, .menu-box ul li ul li.active a {
    color: #FFCB3B
}
.color-green {
    color: #01B2A9 !important;
}
.color-yellow {
    color: #FFCB3B !important;
}
.border {
    position: relative;
    padding: 1em 0 0em 0 !important;
    margin-top: 2em !important;
    font-weight: normal !important;
}
.border:before {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #417e85;
}
.border-sub {
    padding: 0;
}
/*leadership*/
blockquote {
    margin: 0;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
.home-page .portfolio .left {
    position: inherit;
    height: auto;
    width: auto;
    float: none;
    padding: 0;
    min-height: inherit;
}
.home-page .portfolio .left .title, .home-page .portfolio .right {
    height: auto;
    position: inherit;
    text-align: center;
    display: inherit;
    width: auto;
    top: -80px;
    right: auto;
    left: auto;
    padding: 0;
    margin: 0px;
}
.home-page .wSet.clear-fix {
    position: relative;
    top: 50%;
    margin-top: -80px;
}
.home-page .portfolio .btn-click-play {
    padding: 21px 15px;
}
.home-page .portfolio .btn-click-play, .home-page .portfolio-section .img-video-box .btn-click-play {
    position: inherit;
    right: auto;
    left: auto;
    top: 0;
    margin: 40px;
    display: inline-block;
}
.home-page .portfolio .title h1 {
    margin-bottom: 0px;
}
.home-page .portfolio .left .section-content {
    position: inherit;
    bottom: inherit;
    left: auto;
    right: auto;
}
.home-page .portfolio {
    min-height: auto;
    height: 100vh;
    overflow: hidden;
}
/*.home-page .portfolio .banner-bg-img {
    height: 100%;
    position: absolute;
}

.home-page .portfolio .left {
    float: none;
    width: 100%;
    padding: inherit;

}

.home-page .portfolio .left .title {
    text-align: center;
    height: 50vh;
}

.home-page .portfolio .right {
    float: none;
    text-align: center;
    height: 50vh;
    width: 100%;
}

.home-page .portfolio .btn-click-play {
    right: calc(53% - 80px);
    font-size: 11px;
    padding: 15px 15px 15px 18px;
}

.home-page .portfolio h1 {
    margin-bottom: 0px;
    margin-top: 20%;
}*/

.section .title h2 {
    font-size: 14px;
    color: #ffc72c;
    padding-bottom: 14px;
    position: relative;
    margin: 0;
    font-weight: 400;
}
.section .title p {
    color: #333f48;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
.section-3 .title p, .section-4 .title p {
    color: #ffffff;
    font-weight: 300
}
.section .title h1 {
    font-size: 28px;
    font-weight: 300;
    color: #00b2a9;
    padding: 14px 0 18px;
    width: 100%;
    line-height: 34px;
    margin: 0;
}
.section .title h2:after, .section.responsible-left-content .title h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 210px;
    height: 1px;
    background: #c1c5c8;
}
.section.responsible-left-content .title h2:before {
    top: 0;
    background: #417e85;
}
.section .scroll-content p, .portfolio-section .scroll-content p {
    margin-bottom: 25px;
    line-height: 19px;
    position: relative;
    letter-spacing: -.2px;
}
.section .scroll-content .cl-para, .portfolio-section .scroll-content .cl-para {
    font-size: 14px;
    padding-bottom: 0px;
    font-weight: bold;
    padding-top: 19px;
    margin-top: 58px;
    margin-bottom: 9px;
    position: relative;
}
.scroll-content .show-content .sub-text {
    padding: 0;
}
.scroll-content .show-content .sub-text .box {
    margin-bottom: 0;
}
.title .image-box {
    margin-bottom: 50px;
}
.d-flex-center {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.section .scroll-content .cl-para::before, .portfolio-section .scroll-content .cl-para::before {
    content: "";
    width: 210px;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #c1c5c8;
}
.section-1 {
    background: white;
}
.section .scroll-content blockquote, .portfolio-section .scroll-content blockquote {
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px !important;
    padding: 0 0px 25px 18px;
    letter-spacing: 0.2px;
}
.portfolio-section.dark-gray .scroll-content blockquote {
    padding: 0;
    margin-bottom: 25px;
}
.section .scroll-content blockquote::before {
    content: open-quote;
    left: 0;
    position: absolute;
    top: 17px;
}
.section .scroll-content blockquote::after {
    content: close-quote;
}
.section .scroll-content {
    padding-top: 30px;
    z-index: 20;
}
.scroll-content {
    padding-bottom: 300px !important;
    -webkit-transform: translate3d(0, 0, 0);/*-webkit-transform:translateZ(1px);
      -moz-transform:translateZ(1px);
      -o-transform:translateZ(1px);
      transform:translateZ(1px);*/
}
.section-1 .scroll-content blockquote {
    color: #01B2A9;
}
/*.aerospace-renewables-ict .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

/*.fullscreen-bg.portfolio .left .title,
.portfolio.fullscreen-bg {
    min-height: 760px;
    height: 760px;
}
*/
.video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.video-bg video {
    width: 120%;/**for Perfect view upload video in 1440x900**/
}
.aerospace-renewables-ict.fullscreen-bg.portfolio h2:after {
    height: 2px;
}
.section-1 .left {
    float: left;
    width: 50%;
    padding: 0 0 0 135px;
}
.section-1 .left .title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section-1 .left .title, .section-1 .right {
    display: flex;
    height: 100vh;
}
.section-1 .right {
    width: 50%;
    align-items: flex-end;
    text-align: right;
    justify-content: center;
}
.section-1 .left .title {
    text-align: left;
}
.section-1 .scroll-content {
    width: 72%;
    padding-bottom: 70px;
    background: white;
    position: relative;
    z-index: 20;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.section-1 .left .title .down-arrow {
    position: absolute;
    bottom: 27%;
}
.section .title .down-arrow img {
    max-height: 9px;
}
.section-2 {
    background: #333f48;
    padding: 20px 0;
    min-height: 900px;
    overflow: hidden;
    flex-direction: column;
}
.group-image .wrap-img {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.group-image .wrap-img img {
    width: 100%;
}
.overlay-text {
    transition: .4s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.group-image .overlay-text {
    position: absolute;
    width: 295px;
    font-size: 14px;
    text-align: left;
    background-color: #115e67;
    color: #fff;
    padding: 15px;
}
.group-image .overlay-text span {
    color: #ffc72c;
    display: block;
}
.pic-1 {
    width: 15%;
    height: 47%;
    position: absolute;
    left: 40px;
    top: 70px;
    cursor: pointer;
}
.pic-1 .overlay-text {
    position: absolute;
    left: 100px;
    top: -90px;
}
.pic-1:hover .overlay-text, .pic-2:hover .overlay-text, .pic-3:hover .overlay-text, .pic-4:hover .overlay-text, .pic-5:hover .overlay-text, .pic-6:hover .overlay-text, .pic-7:hover .overlay-text, .pic-8:hover .overlay-text, .pic-9:hover .overlay-text, .pic-10:hover .overlay-text {
    display: block;
    opacity: 1;
    z-index: 1;
}
.pic-2 {
    width: 17%;
    height: 35%;
    position: absolute;
    left: 250px;
    top: 35px;
    cursor: pointer;
}
.pic-2 .overlay-text {
    position: absolute;
    left: 113px;
    top: -103px;
}
.pic-3 {
    width: 14%;
    height: 29%;
    position: absolute;
    left: 480px;
    top: 86px;
    cursor: pointer;
}
.pic-3 .overlay-text {
    position: absolute;
    left: 93px;
    top: -100px;
}
.pic-4 {
    width: 15%;
    height: 34%;
    position: absolute;
    left: 679px;
    top: 56px;
    cursor: pointer;
}
.pic-4 .overlay-text {
    position: absolute;
    left: 90px;
    top: -112px;
}
.pic-5 {
    width: 13%;
    height: 31%;
    position: absolute;
    left: 894px;
    top: 60px;
    cursor: pointer;
}
.pic-5 .overlay-text {
    position: absolute;
    left: 85px;
    top: -105px;
}
.pic-6 {
    width: 15%;
    height: 28%;
    position: absolute;
    left: 1062px;
    top: 68px;
    cursor: pointer;
}
.pic-6 .overlay-text {
    position: absolute;
    left: -35px;
    top: 90px;
}
.group-image .pic-6 .overlay-text:after {
    right: 0;
    left: 40%;
    width: 0;
    height: 0;
    border: 1.531em solid transparent;
    border-top-color: #185e68;
    border-bottom: 0;
    border-right: 0;
    margin-bottom: -20px;
}
.group-image .pic-10 .overlay-text:after {
    left: 150px;
}
.pic-7 {
    width: 17%;
    height: 50%;
    position: absolute;
    left: 208px;
    top: 231px;
    cursor: pointer;
}

.pic-7 .overlay-text {
    position: absolute;
    left: 90px;
    top: -111px;
}
.pic-7 .overlay-text {
    position: absolute;
    left: 100px;
    top: -90px;
}
.pic-8 {
    width: 17%;
    height: 50%;
    position: absolute;
    left: 460px;
    top: 250px;
    cursor: pointer;
}
.pic-8 .overlay-text {
    position: absolute;
    left: 100px;
    top: -90px;
}
.pic-9 {
    width: 17%;
    height: 50%;
    position: absolute;
    left: 706px;
    top: 250px;
    cursor: pointer;
}
.pic-9 .overlay-text {
    position: absolute;
    left: 100px;
    top: -90px;
}
.pic-10 {
    width: 17%;
    height: 50%;
    position: absolute;
    left: 974px;
    top: 222px;
    cursor: pointer;
}
.pic-10 .overlay-text {
    position: absolute;
    left: -30px;
    top: 100px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-80 {
    padding-bottom: 80px;
}
.section-2 blockquote {
    font-size: 28px;
    font-weight: 300;
    color: #00b2a9;
    padding: 0px 0 82px 0;
    line-height: 36px;
    width: 55%;
}
.section-2 h6 {
    font-size: 14px;
    font-weight: bold;
    color: #00b2a9;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 0;
    line-height: 24px;
}
.section-2 p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    line-height: 24px;
}
.section-3 {
    background: #115e67;
    /*padding: 20px 0; height: 100vh; overflow: hidden*/
    padding-top: 115px;
}
.section-3 .title h2:after {
    background: #417e85;
}
.section-3 .left {
    float: right;
    width: 50%;
    padding: 0 0 0 133px;/*height: 100vh; overflow: scroll;*/
}
.section-3 .left .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    height: 100vh;
}
.section-3 .scroll-content {
    width: 72%;
    padding-bottom: 66px;
    background: #115e67;
    position: relative;
    z-index: 20;
}
.section-3 .scroll-content p, .section-4 .scroll-content p {
    color: #FFF;
    font-weight: 300;
}
.section-3 .left .title .down-arrow {
    position: absolute;
    bottom: 27%;
}
.section-3 .right {
    float: left;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.section-3 .right img {
    display: block;
}
.section-3 .cl-para::before {
    background: #417e85;
    top: 9px;
}
.section .scroll-content .cl-para::before {
    background: #c1c5c8;
}
.section-4.section .scroll-content .cl-para::before {
    background: #33626d;
}
.section-4 {
    background: #003b48;
}
.section .scroll-content blockquote, .portfolio-section .scroll-content blockquote {
    color: #00b2a9;
}
.portfolio-section .scroll-content blockquote {
    padding: 0px 0px 32px 0;
}
.portfolio-section .scroll-content blockquote::before {
    top: 0;
}
.section-3 .scroll-content .cl-para::before, .section-4 .title h2:after {
    background: #417e85;
}
.section-4 .left {
    float: left;
    width: 50%;
    padding: 0 0 0 135px;
    padding-bottom: 25px;
}
.section-4.responsible-left-content .left {
    padding: 0 0 0 135px;
}
.section-4 .left .title, .responsible-right-content .right .title, .portfolio-section.aero-space-3 .left .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    height: 100vh;
}
.portfolio-section.aero-space-3 .sub-text {
    padding: 0;
}
.portfolio-section.aero-space-3 .sub-text .box {
    margin-bottom: 0;
}
.section-4 .scroll-content {
    width: 76%;
    padding-bottom: 40px;
    background: #003b48;
    position: relative;
    z-index: 20;
}
.section-4 .left .title .down-arrow {
    position: absolute;
    bottom: 27%;
}
.section-4 .right {
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.note {
    margin: 80px 0;
}
footer .footer-bottom {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: left;
}
footer .footer-bottom .left, footer .footer-bottom .right {
    width: 25%;
}
footer .footer-bottom .copyright {
    width: 50%;
    text-align: center;
}
footer .footer-bottom .left {
    float: left;
    padding-left: 50px;
}
footer .footer-bottom .left a {
    margin-right: 20px
}
footer .footer-bottom .right {
    text-align: right;
    padding-right: 80px;
}
footer .footer-bottom a {
    font-size: 12px;
    display: inline-block;
    color: #01B2A9;
    text-decoration: none;
    text-transform: uppercase;
}
footer .footer-bottom .right a {
    margin-top: 5px;
}
footer .footer-bottom .right img {
    display: inline-block;
    max-height: 10px;
}
footer .footer-bottom .left a img {
    max-height: 23px;
}
footer .footer-banner {
    /*background: url("../images/footer-banner.png");*/
    width: 100%;
    height: 276px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    color: #ffc72c;
    background: #333f48;
}
footer .footer-banner {
    color: #01B2A9;
}
/*

footer .footer-banner.leadership-banner {
    background: url("../images/footer-banner-ceo.png") center;
    background-size: cover
}
footer .footer-banner.leadership-banner2 {
    background: url("../images/footer-ledership.png") center;
    background-size: cover
}
*/

footer .footer-banner h2 {
    font-size: 28px;
    font-weight: 300;
    color: #FFCB3B;
    text-transform: uppercase;
}
footer .footer-banner p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
footer a {
    text-decoration: none;
}
.p-bar {
    background: #FFCB3B;
    width: 4px;
    /*height: 100%;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;/*min-height: 100px;*/

}
/*end of ledership*/

.portfolio {
    background: #003b48;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}
.portfolio .banner-bg-img, .portfolio .banner-bg-img img {
    width: 100%;
    height: 100%;
}
.aboutPage .portfolio .banner-bg-img img {
/*height: auto;*/
}
.portfolio .banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio .banner-bg-img img {
    object-fit: cover;
    object-position: top;
}
/*.home-page .portfolio .banner-bg-img img {
    object-position: inherit;
}*/

.portfolio h1 {
    font-family: "Lexia";
    font-size: 52px;
    font-weight: 300;
    line-height: 62px;
    color: white;
    margin-bottom: 60px;
}
.portfolio h2 {
    font-size: 14px;
    font-weight: 300;
    color: white;
    padding-bottom: 25px;
    position: relative
}
.portfolio h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 210px;
    height: 1px;
    background: #ffc72c;
}
.portfolio p {
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.portfolio .left {
    float: left;
    width: 49%;
    padding: 0 0 0 134px;
    position: relative
}
.portfolio .left .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    height: 100vh;
    position: relative;
}
.portfolio .scroll-content {
    width: 70%;
    padding-bottom: 40px;
    z-index: 20;
}
.portfolio .scroll-content p {
    padding-bottom: 20px;
}
.portfolio .label-box {
    position: absolute;
    bottom: 0;
    background: white;
    left: 0;
    height: 217px;
    width: 100%;
    padding: 0 30px 0 134px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
}
.portfolio .label-box h4.black-color {
    color: #333f48;
}
.portfolio .label-box h4 {
    font-size: 28px;
    font-weight: 300;
    color: #01B2A9;
    margin: 0
}
.portfolio .right {
    width: 51%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.text-uppercase {
    text-transform: uppercase;
}
.portfolio .btn-click-play, .portfolio-section .img-video-box .btn-click-play {
    width: 100px;
    height: 100px;
    cursor: pointer;
    color: #1f535e;
    background: white;
    position: absolute;
    top: calc(53% - 80px);
    right: 14%;
    padding: 14px 7px 20px 18px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    text-align: center;
    align-items: center;
}
.portfolio .btn-click-play .btn-icon {
    width: 100%;
    text-align: center;
}
.portfolio .btn-click-play .btn-icon img {
    margin: auto
}
.portfolio .bottom-link {
    color: white;
    position: absolute;
    width: 100%;
    bottom: 5%;
    right: 5%;
    text-align: right;
}
.portfolio .bottom-link a {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}
.portfolio .bottom-link a img {
    display: inline-block;
    height: 10px;
    padding: 0 8px;
}
.portfolio-list h2, .portfolio-section h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    color: #333f48;
}
.portfolio-section h2 {
    padding: 30px 0;
    position: relative;
}
.portfolio-section .color-yellow {
    color: #FFCB3B;
}
.portfolio-section h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 210px;
    height: 1px;
    background: #01B2A9;
    z-index: 9;
}
.portfolio-section h2 span {
    display: inline-block
}
.portfolio-section h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 210px;
    height: 1px;
    background: #01B2A9;
}
.portfolio-section.aero-space-3 h2:before, .portfolio-section.aero-space-3 h2:after, .portfolio-section h2.yellow-line:before, .portfolio-section h2.yellow-line:after, .responsible-left-content .title h2.yellow-line:before, .responsible-left-content .title h2.yellow-line:after {
    background: #FFCB3B;
}
.portfolio-section .left {
    float: left;
    width: 50%;
    padding: 0 140px 0 134px;
}
.portfolio-section .left .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    position: relative;
}
.portfolio-list.portfolio-list-inner .list-box ul {
    width: 80%;
    margin: auto;
}
.portfolio-list.portfolio-list-inner .list-box ul li {
    width: 25%;
}
/*
.portfolio-list .list-box li:hover p{
    color: #ffc72c;
}
*/
.portfolio-section .section-content {
    padding-top: 100px;
}
.portfolio-section, .aboutPage .section-3 .left .title {
    padding-bottom: 60px;
}
.portfolio-section .left .icon-box {
    padding: 19px 0;
}
.portfolio-section .left .icon-box img {
    max-height: 45px;
}
.portfolio-section .sub-text .box {
    margin-bottom: 50px;
}
.portfolio-section .sub-text {
    padding: 60px 0 60px;
}
.portfolio-section .sub-text h1 {
    font-size: 36px;
    font-weight: 300;
    color: #FFCB3B;
    padding: 0;
    margin-bottom: 15px;
}
.portfolio-section.aero-space-3 blockquote {
    color: #FFCB3B;
}
.portfolio-section .scroll-content {
    padding-top: 30px;
    z-index: 20;
}
.portfolio-section p.comment.color-yellow {
    color: #FFCB3B;
}
.bg-white {
    background: white;
    position: relative
}
.portfolio-section .img-video-box {
    margin: 30px 0;
    position: relative;
}
.portfolio-section .img-video-box .label {
    font-size: 18px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 1rem;
}
.portfolio-section .img-video-box .label p {
    width: 100%;
}
.portfolio-section .img-video-box .btn-click-play {
    right: 50%;
    margin-right: -50px;
}
.portfolio-section .img-video-box .btn-click-play .btn-icon img {
    display: inline-block;
}
.label-custom h5 {
    margin-bottom: 5px;
}
.label-custom h6 {
    margin-bottom: 5px;
}
.portfolio-section .right {
    display: flex;
    align-items: flex-end;
    text-align: left;
    justify-content: flex-end;
}
.portfolio-section.responsible-right-content .right {
    float: left;
    width: 50%;
    display: block;
}
.responsible-right-content h4 {
    font-size: 18px;
    color: #00b2a9;
    font-weight: 400;
}
.responsible-right-content .scroll-content .meta-data p {
    margin-bottom: 0;
}
.responsible-right-content .scroll-content .meta-data {
    margin-bottom: 20px;
}
.portfolio-section.responsible-right-content .right .image-box, .portfolio-section.aero-space-3 .right .image-box {
    margin-top: 50px;
}
.portfolio-section.responsible-right-content {
    padding-bottom: 0;
}
.portfolio-section .right .scroll-content {
    width: 62%;
    padding-top: 163px;
    margin: auto;
    z-index: 20;
}
.responsible-right-content.portfolio-section .right .scroll-content, .portfolio-section.aero-space-3 .scroll-content {
    padding-bottom: 200px;
    z-index: 20;
}
.align {
    text-align: left;
}
.align-center {
    text-align: center;
}
.white-color, .portfolio-section h2.white-color, .portfolio .label-box h4.white-color {
    color: #FFF;
}
.f-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}
.portfolio-section.dark-gray {
    background: #333f48;
    color: white;
}
.section-4.portfolio-section-darkgray .scroll-content {
    background: #333f48;
    width: 85%;
    padding-bottom: 200px;
    z-index: 20;
}
.section-4.portfolio-section-new .scroll-content {
    width: 85%;
    padding-bottom: 200px;
    z-index: 20;
}
.aboutPage .risk {
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.portfolio-section-darkgray {
    background: #333f48;
    color: #FFF;
}
.pb-0 {
    padding-bottom: 0;
}
.portfolio-section-darkgray h2 {
    color: #FFF;
}
.aero-space-3 {
    padding-bottom: 0;
}
.scroll-content .image-box {
    margin-bottom: 40px;
}
.portfolio-section-new .scroll-content .image-box {
    margin-top: 50px;
}
.responsible-right-content .left {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}
.portfolio-section-dark-primary {
    background: #333f48;
}
.portfolio-section-dark-primary .left {
    width: 100%;
}
.responsible-right-content .show-content {
    background: #FFF;
    padding-top: 30px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 20;
}
.responsible-right-content .show-content blockquote {
    color: #FFCB3B;
}
.responsible-left-content .title {
    width: 80%;
}
.responsible-left-content {
    padding-bottom: 0;
}
.responsible-left-content blockquote::after, .responsible-left-content blockquote::before, .responsible-right-content .show-content blockquote:after, .responsible-right-content .show-content blockquote:before, .portfolio-section.aero-space-2 .scroll-content blockquote::before, .portfolio-section.aero-space-2 .scroll-content blockquote::after {
    display: none;
}
.responsible-left-content .scroll-content blockquote, .responsible-right-content .show-content blockquote, .portfolio-section.aero-space-2 .scroll-content blockquote {
    padding-left: 0;
}
.responsible-left-content.section-4 .right img {
    max-height: 100vh
}
.m-70 {
    margin: 70px 0;
}
.mb-70 {
    margin-bottom: 40px;
}
.portfolio .label-box.bg-dark-primary {
    background-color: #333f48;
}
.section.responsible-left-content .title h2 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    margin-bottom: 50px;
    font-weight: 300;
}
.aero-space-3 .right {
    height: 100vh;
}
.aero-space-3 .right .img {
    height: 100vh;
}
.aero-space-3 p.comment {
    color: #ffc72c;
    font-size: inherit;
}
p.blue-highllight {
    color: #00b2a9;
    font-size: inherit;
}
.ri-section-1 {
    background: #115e67;
    color: white;
}
.ri-section-1.bg2 {
    background: #333f48;
    color: white;
    padding: 50px 0;
}
.ri-section-1 .sub-text {
    color: white;
    width: 70%;
}
.ri-section-1 .sub-text p {
    color: white;
}
.ri-section-1 .scroll-content {
 background: #115e67;  z-index:20;
}
.ri-section-1.bg2 .scroll-content {
 background: #333f48;  z-index:20;
}
.ri-section-3 {
    padding: 50px 0;
}
.ri-section-3 .left {
    padding: 0 0 0 0;
}
.ri-section-3 .sub-text {
    padding-right: 15%;
}
.ri-section-3 .sub-text .image-box {
    padding: 0 0 20px 0;
}
.ri-section-3 .right {
    padding-top: 0 !important;
}
.ri-section-3 .scroll-content {
    padding-top: 0 !important;
    padding-bottom: 0;
    margin: 0 0 5vh 0;
    z-index: 20;
}
.ri-section-3 .scroll-content .sc {
    padding: 10vh 0
}
.ri-section-1 .section-content .h2 {
    padding-bottom: 20px;
}
.portfolio-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-list .list-box {
    width: 100%;
    text-align: center;
    padding: 95px 0;
}
.portfolio-list .list-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-list .list-box li {
    margin-top: 63px;
    float: left;
    width: 20%;
    color: #333f48;
    font-weight: 300;
    text-align: center;
    padding: 13px 11px;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.portfolio-list .list-box li:last-child {
    border-right: 0 solid #ccc;
}
.portfolio-list .list-box li .right-arrow {
    padding: 20px 0;
}
.portfolio-list .list-box li:hover .right-arrow {
    transform: translateY(-20px);
}
.portfolio-list .list-box li:hover p {
    transform: translateY(-20px);
}
.portfolio-list .list-box li .icon-box {
    padding: 20px 0 10px;
    opacity: 0;
    transition: .4s ease-in-out;
}
.portfolio-list .list-box li .icon-box img {
    display: inline-block;
}
.primary-color {
    background: #115e67;
}
.portfolio-list .list-box li:hover .icon-box {
    opacity: 1;
}
.list-box ul li {
    position: relative;
}
.list-box ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
}
.portfolio-list .list-box ul.portolio-inner-list-box li {
    width: 25%;
}
.portfolio-list .list-box li .right-arrow img {
    display: inline-block;
    max-height: 19px;
}
.animate {
    transition-property: opacity, transform;
    transition-duration: .4s;
}
.animate:hover {
    transition-property: opacity, transform;
    transition-duration: .4s;
}
/*.portfolio.aerospace-renewables-ict {
    background: #003b48 url("../images/top-banner-aerospace-renewables-ict.jpg");
    background-size: cover;
}
*/
.portfolio.aerospace-renewables-ict .label-box {
    background: #115e67;
}
.pop-up-video {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    background: #1e1e1e;
}
.pop-up-video .video-box {
    width: 80%;
    height: 80vh;
    background: black;
    margin: auto;
    margin-top: 10vh;
}
.pop-up-video .video-box iframe {
    width: 100%;
    height: 100%;
}
.pop-up-video .close-btn {
    background: url("../images/close.png");
    cursor: pointer;
    background-size: 100% 100%;
    position: absolute;
    fill: red;
    width: 26px;
    height: 26px;
    top: 20px;
    right: 20px;
    color: gold
}
.quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start;
    position: relative;
}
.res-inv .aero-space-2 .title .h1, .res-inv .aero-space-3 .title .h1 {
    font-family: 'Interstate';
}
.home-slider {
    background: #333f48;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: scroll;
    white-space: nowrap;
}
.portfolio-section-new, .section-4.portfolio-section-new .scroll-content {
    background: #115e67;
}
.portfolio-section-new h2, .portfolio-section-new .scroll-content p {
    color: #FFF;
}
.portfolio-section-new .scroll-content p a {
    color: #FFCB3B;
}
.portfolio-section .right .scroll-content {
    padding-top: 163px;
}
.home-slider .slide {
    display: inline-block;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}
.home-slider .slide .slide-left {
    background: red;
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.home-slider .slide .slide-left img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .slide .slide-left .h1 {
    color: white;
    font-size: 42px;
}
.home-slider .slide .slide-left .h2 {
    color: white;
    font-size: 14px;
    position: relative
}
.home-slider .slide .slide-left .h2:after {
    background: #FFCB3B;
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}
.home-slider .slide .slide-left .text {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: auto;
    right: -18%;
}
.home-slider .slide .slide-right .slide-thumb {
    position: absolute;
    right: calc(20% - 130px);
    left: inherit;
    background: no-repeat;
    width: auto;
    top: calc(50% - 130px);
}
.home-slider .slide .slide-right .slide-thumb .img-box {
    width: 210px;
    height: 260px;
    position: relative;
    opacity: 0.5;
}
.home-slider .slide .slide-right .slide-thumb .p-text {
    color: white
}
.home-slider .scroll {
    background: red;
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.home-slider .scroll img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .scroll .h1 {
    color: white;
    font-size: 42px;
}
.home-slider .scroll .h2 {
    color: white;
    font-size: 14px;
    position: relative
}
.home-slider .scroll .h2:after {
    background: #FFCB3B;
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}
.home-slider .scroll .text {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: auto;
    right: -18%;
}
.home-footer-download {
    color: #fff !important;
}
.home-slider .scroll .p-text {
    color: white;
}
.fixH1 {
    height: 10vh;
}
.fixH2 {
    height: 20vh;
}
.fixH3 {
    height: 30vh;
}
.fixH4 {
    height: 40vh;
}
.fixH5 {
    height: 50vh;
}
.fixH6 {
    height: 60vh;
}
.fixH7 {
    height: 70vh;
}
.fixH8 {
    height: 80vh;
}
.fixH9 {
    height: 90vh;
}
.fixH10 {
    height: 100vh;
}
.fixH100 {
    height: 100vh;
}
.slider-box {
    width: 100%;
}
.slider-box .slide-photo {
    position: relative;
    align-items: inherit;
    height: 100vh;
    width: 100%;
}
.slider-box .mySlides {
    display: none;
    height: 100vh;
}
.slider-box .slide-img {
    display: none;
    height: 100vh;
}
.slider-box .slide-photo img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100vh;
}
.slider-box .slide-photo button img {
    max-height: 60px;
}
.slider-box .slide-photo button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 45px;
    background: transparent;
    border: 0;
}
.slider-box .slide-photo button:focus {
    outline: 0;
}
.slider-box .slide-photo button:hover {
    opacity: 0.7;
}
.slider-box .slide-photo .angle-prev {
    left: 5px;
}
.slider-box .slide-photo .angle-next {
    right: 5px;
}
.slide-fading-right {
    position: relative;
    animation: animateright 0.4s
}
 @keyframes animateright {
 from {
 right: -300px;
 opacity: 0
}
 to {
 right: 0px;
 opacity: 1
}
}
.slide-fading-left {
    position: relative;
    animation: animateleft 0.4s
}
 @keyframes animateleft {
 from {
 left: -300px;
 opacity: 0
}
 to {
 left: 0px;
 opacity: 1
}
}
.list-port {
    float: left;
    width: 100%;
    padding: 0 140px 0 134px;
    margin-top: 80px;
}
.list-port ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.list-port li {
    padding-bottom: 35px;
    padding-right: 15px;
    flex: 0 0 25%;
}
.list-port h4 {
    color: #ffc72c;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px;
}
.list-port p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    width: 76%;
}
/*
footer .footer-banner.portfolio-banner {
    background: url("../images/footer-banner-portfolio.png") center;
    background-size: cover
}

footer .footer-banner.footer-about-banner {
    background: url("../images/footer-about-banner.jpg") center;
    background-size: cover
}

footer .footer-banner.footer-looking-banner {
    background: url("../images/footer-looking-banner.jpg") center;
    background-size: cover
}

footer .footer-banner.looking {
    background: url("../images/footer-banner-looking-head.png") center;
    background-size: cover
}

footer .footer-banner.perform-banner {
    background: url("../images/footer-banner-perform.png") center;
    background-size: cover
}

footer .footer-banner.res-inv {
    background: url("../images/footer-banner-resp-inv.png") center;
    background-size: cover
}
*/

.aboutus-cp {
    position: relative;
}
.aboutus-cp a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.aboutPage .sm-top {
    padding-top: 135px !important;
}
.aboutPage .section-3 {
    padding-top: 0px;
    background: #003b48;
}
.aboutPage .section-3 .left .title {
    padding-top: 90px;
}
.aboutPage .divider {
    width: 210px;
    border: 1px solid #33626d;
    display: inline-block;
    margin: 15px 0px 35px;
}
.aboutPage .simpletext {
    width: 79%;
}
.aboutPage .group-image {
    margin-top: 70px;
    text-align: center;
    float: left;
    width: 100%;
}
.aboutPage .group-image img {
    margin: 0 auto;
}
.lightbox {
    display: none;
}
/* override default feather style... */
.fixwidth {
    background: rgba(256, 256, 256, 0.8);
}
.featherlight-content {
    width: 45%;
    padding: 25px;
    background: #111;
    border-radius: 30px;
}
.featherlight .featherlight-close {
    font-size: 32px;
    top: 20px;
    right: 20px;
}
.aboutPage .lightbox-img {
    float: left;
    width: 210px;
    margin-bottom: 30px;
    margin-right: 50px;
}
.aboutPage .lightbox-intro {
    padding: 50px 50px 0 50px;
}
.aboutPage .lightbox .divider {
    clear: both;
    float: none;
    display: block;
}
.aboutPage .comittee-info {
    width: 100%;
    padding: 50px 140px;
    display: block;
    clear: both;
}
.aboutPage .comittee-mem {
    float: left;
    width: 25%;
    margin-bottom: 40px;
    padding: 0 30px;
    min-height: 75px;
}
.aboutPage .comittee-mem .comittee-num {
    color: #ffc72c;
}
.aboutPage .comittee-mem .comittee-name {
    color: #00b2a9;
}
.aboutPage .comittee-mem .comittee-intro {
    display: block;
}
.rightToLeft {
}
.rightToLeft.portfolio-section .right {
    float: left;
    width: 50%;
    padding: 0px;
}
.big.color-x {
    color: #00b2a9;
}
p.big {
    font-size: 18px;
    line-height: 24px !important;
}
.team-holder .inner-team-holder {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: inset -80px -140px 80px -100px rgba(0, 0, 0, 0.08);
    padding: 65px 0 0;
    overflow: hidden;
}
.section-5i {
    box-shadow: inset -80px -140px 80px -100px rgba(0, 0, 0, 0.08);
    padding-top: 95px;
    padding-bottom: 0;
    margin-bottom: -7px;
}
.section-5i .scroll-content {
    padding: 13vh 0;
    z-index: 20;
}
.team-holder .inner-team-holder .team-member {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    align-items: flex-end;
}
.team-holder .inner-team-holder .team-member .member-img img {
    margin-bottom: -40px;
}
.team-holder .inner-team-holder .team-member div {
    flex: 0 0 50%;
    max-width: 50%;
}
.team-holder .inner-team-holder .team-member .member-details {
    padding: 0 8% 30px 0px;
}
.team-holder .inner-team-holder .team-member .member-details .big, .aboutPage .lightbox .big {
    color: #00b2a9;
    font-size: 18px;
    min-height: auto;
    line-height: 30px;
}
.aboutPage .lightbox .title {
    font-weight: 500;
}
.team-holder .inner-team-holder .team-member .member-details p {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 14px;
    min-height: 58px;
}
.team-holder .inner-team-holder .team-member .member-details p.title {
    min-height: 30px;
}
.team-holder .inner-team-holder .team-member .member-details a {
    color: inherit;
    font-size: 14px;
    vertical-align: middle;
}
.morelink.less {
    display: block;
    margin-top: 10px;
    color: #ffcb3b !important;
}
.morecontent span {
    display: none;
}
.team-holder .inner-team-holder .team-member .member-details p.comment {
    min-height: 100%
}
.section-6i {
    background: #003b48;
    color: #fff;
    padding-top: 95px;
    display: inline-block;
}
.section-6i .h1 {
    color: #fff;
}
.section-6i .group-block-img {
    margin-top: 30px;/* justify-content: space-around; */
}
.section-6i .group-block-img img {
    margin-right: 30px;
    width: 32%;
}
.section-6i .block-img {
    margin: 30px 0;
}
.section-6i .scroll-content {
    padding: 14vh 0;
    z-index: 20;
}
/**************************
Annual Review Page
*************************/
.annual-review {
    background: #333F48;
    padding: 0 10%;
}
#annual-review-area .h1, #annual-review-area p {
    color: #fff;
}
#annual-review-area .h1:before, #annual-review-area .h1:after {
    width: 270px;
}
.chartBars {
    position: relative;
    height: 400px;
}
.annual-review-1 .chartBarsWrap .chartBarsThin {
    flex: 0 0 70%;
    margin-left: 5%;
}
.annual-review-1 .note {
    margin-left: 6%;
}
.chartBars .bars {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.annual-review-1 {
    padding-top: 100px;
    margin-bottom: 200px;
}
.annual-review-1 .chartBarsWrap {
    display: flex;
    align-items: flex-end;
    margin: 100px 0 0px;
    position: relative;
}
.annual-review-1 .chartBarsWrap:before {
    display: none;
    position: absolute;
    content: "2019";
    font-size: 40vw;
    color: #303C44;
    top: 0;
    left: -50px;
    line-height: 0.2;
}
.chartBars .bars li {
    display: inline-block;
    flex: 0 1 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    font-size: 14px;
}
.annual-review-2 .note {
    margin-top: 5px;
}
.annual-review-2 .chartBars .bars li {
    flex: 0 1 34%;
}
.annual-review-2 .chartBars .bars li:nth-child(2) {
    width: 28%;
}
.annual-review-2 .chartBars .bars li:nth-child(2) b {
    left: -102%;
}
.annual-review-1 .chartBarsBold {
    flex: 0 0 30%;
    margin-left: 35px;
    height: 400px;
    max-width: 127px;
}
.annual-review-1 .chartBarsBold .bars li {
    flex: 0 1 100%;
}
.annual-review-1 .chartBarsWrap .chartBars {
    flex: 0 0 70%;
}
.chartBars .bars li .bar {
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0;
    height: 0;
    overflow: hidden;
    outline: 2px solid transparent;
    -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
    transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
/*
.chartBars .bars li .bar:after {
    content: ' bn';

}
*/



.chartBarsThin .bars li .bar {
    background: #FFC72C;
    width: 1px;
    text-indent: -9999px;
    left: 50%;
}
.chartBarsThin .bars li .no-bar {
    height: auto !important;
    left: 0;
    /*top: -15px;*/
    top: auto;
}
.chartBarsBold .bars li {
    border: 1px solid #00B2A9;
}
.chartBarsBold .bars li.color2nd {
    border: 1px solid #FFC72C;
}
.chartBarsBold .bars li .bar {
    background: #00B2A9;
    text-indent: -9999px;
}
.chartBarsBold .bars li.color2nd .bar {
    background: #FFC72C;
}
.chartBarsThin .bars li .no-bar, .chartBarsBold .bars li .no-bar {
    width: 100% !important;
    background: transparent;
    text-indent: initial;
    bottom: auto;
    color: #fff;
}
.annual-review-1 .chartBarsBold .bars li .no-bar {
    margin-left: -5px;
    width: 255px !important;
    line-height: 1.7;
    text-align: left;
    margin-top: -118px;
    bottom: auto !important;
}
.chartBarsBold .bars li .no-bar {
    font-size: 64px;
    color: #00B2A9;
}
.chartBarsBold .bars li.color2nd .no-bar {
    color: #FFC72C;
}
.annual-review-1 .chartBarsBold .bars li .bar-inner, .annual-review-2 .chartBarsBold .bars li .bar-inner, .annual-review-3 .chartBarsBold .bars li .bar-inner {
    position: absolute;
    right: -167px;
    width: 100px;
    text-align: left;
}
.annual-review-1 .chartBarsBold .bars li .bar-inner {
    right: 27px;
    top: -115px;
}
.annual-review-1 .chartBarsBold .bars li .aed, .annual-review-2 .chartBarsBold .bars li .aed, .annual-review-3 .chartBarsBold .bars li .aed {
    color: #00B2A9;
    margin-bottom: 72px;/* padding-bottom: 0px; */
}
.chartBarsBold .bars li .amnt {
    position: absolute;
    right: -50px;
    top: 40px;
    font-size: 32px;
    color: #00B2A9;
}
.chartBarsBold .bars li.color2nd .aed {
    color: #FFC72C;
}
.annual-review-1 .chartBarsBold .bars li span, .annual-review-2 .chartBarsBold .bars li span, .annual-review-3 .chartBarsBold .bars li span {
    display: block;
}
.annual-review-1 .chartBarsBold .bars li .dollar, .annual-review-2 .chartBarsBold .bars li .dollar, .annual-review-3 .chartBarsBold .bars li .dollar {
    color: #fff;
}
.chartBars .bars li b {
    color: #ffffff;
    font-weight: 300;
    width: 100%;
    position: absolute;
    bottom: -2.7em !important;
    left: 0;
    text-align: center;
}
.chartBarsBold .bars li b {
    color: #fff;
}
.chartBars .numbers {
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: -50px;
}
.chartBars .numbers li {
    text-align: right;
    padding-right: 1em;
    list-style: none;
    height: 59px;
    position: relative;
    font-size: 13px;
    bottom: 11px;
    right: -9px;
    color: #eee;
}
.chartBars .numbers li:after {
    content: "\00af";
    position: relative;
    right: -5px;
    font-size: 20px;
    top: 7px;
    color: rgba(255, 255, 255, 0.34);
}
.chartBars .numbers li:first-of-type {
    height: 63px;
    margin-top: -1px;
}
.chartBarsWrap.chartBarsHorizontal {
    flex-direction: column;
    padding-left: 0;
}
.annual-review-2 .chartBarsWrap.chartBarsHorizontal {
    padding-left: 53px;
}
.chartBarsWrap.chartBarsHorizontal .bars b {
    font-weight: 300;
    width: 100%;
    position: absolute;
    bottom: initial;
    top: 47%;
    left: -101%;
    text-align: right;
}
.chartBarsWrap.chartBarsHorizontal .chartBars {
    height: 127px;
}
.annual-review-2 .chartBarsWrap.chartBarsHorizontal .chartBars {
    height: 370px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
    border: 0;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
    width: 0;
    padding-top: 10px;
    height: 100% !important;
    text-indent: -9999px;
    -webkit-transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
    transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .no-bar {
    background: transparent;
    width: auto !important;
    right: -140px;
    text-indent: initial;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .color2nd .no-bar {
    right: -170px;
}
.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
    font-size: .6em !important;
    margin-right: 20px;
}
.chartBarsWrap.chartBarsHorizontal .bars li .amnt {
    right: -10px;
}
.chartBarsBold .bars li.color2nd .amnt {
    color: #FFC72C;
    right: -40px;
}
.chartBarsHorizontal .chartBars .bars {
    flex-direction: column;
}
.annual-review-2 .chartBars .bars {
    width: 80%;
}
.xRow {
    display: flex;
}
.xColumn-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.annual-review-3 .chartBarsWrap.chartBarsHorizontal .chartBars .bars .no-bar {
    right: auto;
    top: -155px;
}
.annual-review-3 .chartBarsBold .bars li .bar-inner {
    right: auto;
    top: -153px;
}
.annual-review-3 .chartBarsHorizontal .chartBars .bars {
    width: 71%;
}
.annual-review-3 .chartBarsWrap.chartBarsHorizontal .bars li .amnt {
    right: -20px;
    top: 38px;
}
.annual-review-3 .chartBarsWrap.chartBarsHorizontal .bars li.color2nd .amnt {
    right: -15px;
    top: 38px;
}
.annual-review-2 .chartBarsWrap {
    margin: 80px 0 130px;
}
.annual-review-3 .chartBarsWrap {
    margin: 205px 0;
}
.annual-review-4 .h1:before, .annual-review-4 .h1:after {
    background: #FFC72C;
}
#annual-review-area .xColumn-6:nth-child(2) .h1:before, #annual-review-area .xColumn-6:nth-child(2) .h1:after {
    background: #FFC72C;
}
/*distribution-map*/
.distribution-map .img-holder {
    position: relative;
}
.distribution-map .img-holder img {
    width: 100%;
}
.distribution-map .img-holder:before {
    position: absolute;
    content: "";
    background: rgba(51, 63, 72, .9);
    width: 100%;
    height: 100%;
}
.centered-y {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.distribution-map {
    position: relative;
    width: 100%;
    padding: 110px 0;
    box-sizing: border-box;
    margin: 0 auto;
}
.distribution-map .map-point {
    cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FFC72C;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    border: 1px solid #FFC72C;
}
.portfolio-section.responsible-right-content .scroll-content, .portfolio-section.aero-space-3 .section-content {
    padding-top: 0;
}
.distribution-map .map-point:before, .distribution-map .map-point:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ffb922;
    border-radius: 50%;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    z-index: 0;
}
.distribution-map .map-point:before {
    animation: blip1 2s infinite;
}
.distribution-map .map-point:after {
    animation: blip2 4s infinite;
}
 @keyframes blip1 {
 to {
 transform: scale(6);
 opacity: 0;
}
}
.distribution-map .map-point .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    overflow: overlay;
    z-index: 1;
    background: #FFC72C;
    border-radius: 50%;
}
.distribution-map .map-point:hover {
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 200px;
    height: 200px;
    color: #e5e5e5;
    z-index: 1;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:hover .content {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    -webkit-transition-delay: 0.25s, 0s, 0s;
    -webkit-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    overflow: hidden;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
    color: #afe1fa;
}
#annual-review-area .distribution-map .map-point p {
    font-size: 14px;
    color: #333F48;
}
#annual-review-area .distribution-map .map-point p.big {
    font-size: 64px;
    line-height: 1;
    color: #fff
}
.distribution-map .map-point .content h4 {
    font-size: 64px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 0px;
}
.distribution-map .map-point .content p {
    color: #333f48;
}
/*annual-review-area*/
.annual-review-area ul {
    list-style: none;
}
.annual-review-5 ul {
    list-style: none;
    margin: 100px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.responsible-left-content .scroll-content .image-box {
    margin-top: 50px;
}
.annual-review-5 ul li {
    flex: 0 0 33%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 90px;
    font-size: 14px;
}
.annual-review-5 {
/* overflow: hidden; */
}
.annual-review-5 ul li span {
    color: #fff;
    margin-left: 25px;
}
.annual-review-5 ul li .dig-count {
    color: #01b2a9;
    margin-left: 0;
}
.annual-review-5 ul li span strong {
    display: block;
    font-size: 64px;
    line-height: .7;
    margin-bottom: 18px;
    font-weight: 300 !important;
    color: #00B2A9;
}
/*annual-review-6*/
.annual-review-6 span {
    display: block;
    color: #fff;
    /* padding-top: 15px; */
    font-size: 14px;
}
.portfolio-section-darkgray .scroll-content .counter-text {
    color: #ffc72c;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 25px;
}
.annual-review-6 img {
    margin: 90px 0 20px;
    max-width: 90%;
}
.annual-review-6 {
    margin-bottom: 200px;
}
.annual-review-7 {
    padding-bottom: 130px;
}
.annual-review-7 .chartBars .bars {
    width: 100%;
}
.annual-review-7 .chartBarsWrap {
    margin-top: 10px;
}
.annual-review-8 .asset-class-holder {
    display: flex;/* align-items: center; */
}
.annual-review-8 .asset-class-holder ul.tabs {
    margin: 0px;
    padding: 6% 10%;
    list-style: none;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.annual-review-8 .asset-class-holder ul.tabs li {
    background: none;
    color: #70706F;
    display: table;
    padding: 10px 0;
    cursor: pointer;
    font-size: 28px;
    font-weight: 300;
    position: relative;
}
.annual-review-8 .asset-class-holder ul.tabs li.current {
    /* background: #ededed; */
    color: #fff;
    padding-left: 30px;
    position: relative;
}
.annual-review-8 .asset-class-holder .tab-content {
    display: none;
    /* background: #ededed; */
    padding: 20% 20% 20% 15%;
}
.annual-review-8 .asset-class-holder .tab-content.current {
    display: inherit;
}
.annual-review-8 .asset-class-holder ul.tabs li.current:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #FFC72C;
    top: 50%;
    left: 0;
}
.annual-review-8 .asset-class-holder ul.tabs .h1 {
    margin-bottom: 80px;
    color: #fff;
}
.annual-review-8 .asset-class-holder ul.tabs:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/tabs-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.asset-class-holder .mb-30 {
    min-height: 77px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.annual-review-8 .asset-class-holder .tab-content .big {
    font-size: 28px;
    color: #FFC72C;
    margin-bottom: 55px;
    font-weight: 300;
}
.annual-review-8 .asset-class-holder .tab-content p {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 18px;
}
.annual-review-8 {
    padding: 0;
}
.rating-masking {
    position: relative;
    height: 190px;
}
.rating-outline {
    position: absolute;
}
.rating-fill {
    position: absolute;
    opacity: 0;
}

@media screen and (max-width: 1439px) and (min-width: 1300px) {
.menu-box ul li img,  .menu-box .bg {
    /*top: -100px;*/
    top: 0px;
}
.loading {
    background-size: contain;
}
.loading .year-timer {
    font-size: 140px;
}
.loading p {
    font-size: 18px;
}
.loading .logo img {
    width: 250px;
}
nav .menu-top,  nav .menu {
    height: 80px;
}
nav .menu {
    width: 80px;
}
nav .logo img {
    width: 250px;
}
.home-slider .scroll .h1 {
    font-size: 32px;
    line-height: 42px;
}
.image1 .home-slider .scroll .text {
    top: 0%;
}
.image3 .home-slider .scroll .text {
    top: 0%;
    right: -45%;
}
.home-slider .scroll .text {
    top: 0px;
}
footer.footer {
    padding-bottom: 10px;
}
footer.footer .socialIcons li a img {
    max-width: 100%;
}
footer.footer .socialIcons li {
    padding: 0px 10px;
}
footer.footer .scrollIcon {
 left: calc(50% - -10px);
    top: 17px;
}
footer.footer p {
    line-height: 32px;
}
.portfolio h1 {
    font-size: 42px;
    line-height: 46px;
}
.portfolio h2 {
    padding-bottom: 10px;
}
.portfolio .label-box {
    height: 140px;
}
.portfolio .label-box h4 {
    line-height: 38px;
}
.portfolio {
    min-height: auto;
    height: 100vh;
    overflow: hidden;
}
.portfolio .left .title,  .portfolio .right {
    height: 100vh;
}
.portfolio .btn-click-play,  .portfolio-section .img-video-box .btn-click-play {
    transition: all .4s ease-in-out;
    right: 5%;
    top: calc(40% - 80px);
}
.portfolio-list h2,  .portfolio-section h2 {
    font-size: 24px;
}
}

@media screen and (max-width: 3300px) and (min-width: 1441px) {
.imgContainer {
    max-width: 100%;
}
.menu-box ul li img,  .menu-box .bg {
    /*top: -100px;*/
    top: 0px;
}
.imgWrap {
    width: 100%;
}
/*.imgWrap {
        width: 50% !important;
        height: 100% !important;
        margin-top: -28% !important;
    }*/




.pic-1 {
    left: 3.6%;
    top: 15%
}
.pic-2 {
    left: 19.6%;
    top: 6%
}
.pic-3 {
    left: 37%;
    top: 17%
}
.pic-4 {
    left: 52%;
    top: 10%
}
.pic-5 {
    left: 69%;
    top: 10%
}
.pic-6 {
    left: 82%;
    top: 10%
}
.pic-7 {
    left: 15%;
    top: 41%
}
.pic-8 {
    left: 35%;
    top: 45%
}
.pic-9 {
    left: 54%;
    top: 44%
}
.pic-10 {
    left: 76%;
    top: 41%
}
.pic-1 .overlay-text,  .pic-2 .overlay-text,  .pic-4 .overlay-text,  .pic-5 .overlay-text,  .pic-7 .overlay-text,  .pic-8 .overlay-text,  .pic-9 .overlay-text {
    left: 50%
}
.pic-3 .overlay-text {
    left: 53%
}
}
a {
    -webkit-transition: 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -ms-transiion: 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition: 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition: 0.1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    text-decoration: none;
}
nav.s2 .quick-link p a, nav.s2 .quick-link .lang a, .menuOpen .menu-top.darkMenu .quick-link p a, .menuOpen .menu-top.darkMenu .quick-link .lang a {
    color: #FFF !important;
}
nav .menu-top.darkMenu .quick-link p a, nav .menu-top.darkMenu .quick-link .lang a {
    color: #115e67 !important;
}
nav.s2 .quick-link p a:hover, nav.s2 .quick-link .lang a:hover, footer.footer p a:hover, .menu-box .socialIcons a:hover, footer.footer .socialIcons li a:hover, footer .footer-bottom a:hover {
    color: #ffc72c !important;
}
.menu-box .box-footer a, footer .footer-bottom .left a {
    color: #01B2A9;
}
footer.footer .socialIcons li a, .menu-box .socialIcons a {
    font-size: 22px;
}
footer .footer-bottom a {
    font-size: 20px;
}
footer .footer-bottom a.download-link {
    font-size: 12px;
}
footer .download-link i {
    font-size: 24px;
    margin-left: 7px;
    position: relative;
}
.download-link i::after {
    content: '';
    height: 2px;
    width: 13px;
    background: #01B2A9;
    display: block;
    bottom: 3px;
    position: absolute;
    left: 1px;
    transition: 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.download-link:hover i::after {
    background: #ffc72c;
}
footer.footer .socialIcons li a, .menu-box .socialIcons a {
    font-size: 20px;
}
footer.footer p .home-footer-download i {
    font-size: 24px;
    margin-left: 7px;
    position: relative;
}
.home-footer-download i::after {
    content: '';
    height: 2px;
    width: 13px;
    background: #fff;
    display: block;
    bottom: 3px;
    position: absolute;
    left: 1px;
    transition: 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
footer .footer-banner {
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.annual-review {
    background: #333F48;
    padding: 0 135px;
}
.annual-review-8 .asset-class-holder ul.tabs {
    padding: 6% 135px;
}
.annual-review-5 ul li .anme-dig-count {
    margin-left: 0;
}
.portfolio .btn-click-play, .portfolio-section .img-video-box .btn-click-play {
    transition: all .4s ease-in-out;
    right: 5%;
    top: calc(40% - 80px);
}
.portfolio .btn-click-play:hover, .portfolio-section .img-video-box .btn-click-play:hover {
    color: #ffffff;
    background: #01b2a9;
}
.team-holder .inner-team-holder .team-member .member-details a:hover {
    color: #ffc72c;
}
.portfolio .btn-click-play .btn-icon i, .portfolio-section .img-video-box .btn-click-play .btn-icon i {
    font-size: 36px;
}
.section-4 .right {
    float: left;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.section-4.responsible-left-content .sub-text h1 {
    font-size: 36px;
    font-weight: 300;
    color: #FFCB3B;
    padding: 0;
    margin-bottom: 15px;
}
.slide-fading-left, .slide-fading-right {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}
.slider-box .slide-photo button img {
    max-height: 60px !important;
}
.section-6i .scroll-content {
    padding-bottom: 0
}
.portfolio-section .sub-text p.f-14 {
    font-size: 14px;
}
.section .scroll-content blockquote::before, .section .scroll-content blockquote::after, .portfolio-section.section-6i .scroll-content blockquote::before, .portfolio-section.section-6i .scroll-content blockquote::after {
    display: none;
}
.portfolio-section.section-6i .scroll-content blockquote, .portfolio-section.section-6i .scroll-content blockquote, .section .scroll-content blockquote {
    padding-left: 0;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-o-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-ms-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
body {
    font-weight: 300;
}

@media screen and (max-width: 1362px) and (min-width: 1141px) {
.menu-box ul li a {
    font-size: 20px;
    padding: 0px 10px;
}
.menu-box .bg img {
    width: auto;
    height: 100%;
}
.menu-box .bg {
    height: 100%;
}
/*
.menu-box ul li {
    margin: 10px 0px;
}
*/
.menu-box ul li ul {
    min-width: 230%;
    left: -65%;
}
.menu-box ul li ul li a {
    line-height: 20px;
}
.portfolio h1 {
    font-size: 42px;
    line-height: 46px;
}
}

@media (max-width:1140px) {
.loading .year-timer {
    font-size: 120px;
    line-height: 200px;
}
.loading p {
    font-size: 18px;
    line-height: 30px;
}
.loading-section .loading {
    background-position: center bottom;
    background-size: cover;
}
.loading-section .loading .logo {
    width: 80%;
    left: 10%;
}
.loading-section .loading .logo img {
    max-width: 100%;
}
nav .menu {
    width: 70px;
    height: 70px;
}
nav .logo {
    width: 42%;
    padding: 0px 15px;
    max-width: 220px;
    min-width: 165px;
}
.menu-box ul li img {
    /*position: fixed;
        top: 0;
        left: -80%;
        width: auto;
        object-fit: contain;
        height: 100%;
        max-width: inherit;
        float: left;
        right: auto;
        */

    object-fit: cover;
    left: 0;
}
nav .logo img {
    max-width: 100%;
}
nav .menu-top {
    height: 70px;
}
nav .quick-link p {
    display: none;
}
nav .quick-link .lang {
    padding-left: 5px;
}
nav .quick-link {
    padding-right: 80px;
    padding-left: 0px;
}
nav .quick-link .lang {
    font-size: 10px;
}
.imgWrap.image1 {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    right: 0px;
    z-index: 1 !important;
}
/*.imgWrap.image2,
    .imgWrap.image3 {
        width: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        top: -100%;
        right: 0px;
        height: 0%;
        z-index: 2 !important;
    }*/

.imgWrap .home-slider {
    left: 10% !important;
    width: 100% !important;
    margin: 0 !important;
}
.videoWrap video {
    width: auto !important;
    height: 100% !important;
}
.home-slider .scroll .text {
    top: 0px !important;
    right: auto !important;
    width: auto !important;
    left: -5% !important;
}
.home-slider .scroll .h1 {
    font-size: 26px !important;
    line-height: 36px !important;
}
.image1 .home-slider .scroll .text {
    right: auto !important;
}
footer.footer {
    width: 90%;
    margin: 0 auto !important;
    padding-bottom: 0px;
    float: none;
    left: 5%;
}
footer.footer .socialIcons li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    width: auto;
    margin: 0px !important;
    height: auto;
}
footer.footer .scrollIcon {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 240px;
}
.menu-box ul li a {
    font-size: 16px;
    padding: 0px 10px;
}
.menu-box .bg img {
    width: auto;
    height: 100%;
}
.menu-box .bg {
    height: 100%;
}
/*
.menu-box ul li {
    margin: 10px 0px;
}
*/
.menu-box ul li ul li a {
    line-height: 20px;
}
.menu-box ul li ul {
    min-width: 250%;
    left: -70%;
    padding-top: 50px;
}
.featherlight-content {
    width: 90%;
    padding: 20px !important;
}
.aboutPage .comittee-mem {
    width: 32%;
    min-height: 110px;
}
.portfolio h1 {
    font-size: 36px;
    line-height: 40px;
}
.portfolio .btn-click-play,  .portfolio-section .img-video-box .btn-click-play {
    top: calc(52% - 80px);
    right: 10%;
}
}
.leadershipPage .leader-img img {
    width: 80%;
}

@media screen and (max-height: 550px) {
.leadershipPage .leader-img img {
    width: 60%;
    top: 0;
    position: relative;
}
.leadershipPage .scroll-content {
    width: 92% !important;
}
.leadershipPage .section-3 .left {
    padding: 0 120px 0 10px !important;
}
.label-box {
    height: 150px !important;
}
.label-box h4 {
    font-size: 20px !important;
}
.portfolio .btn-click-play,  .portfolio-section .img-video-box .btn-click-play {
    right: 10%;
}
.msg-img img {
    width: 50%;
}
}

@media screen and (max-height: 550px) and (min-width: 1300px) {
.label-box {
    height: 150px !important;
    width: 90% !important;
}
.label-box h4 {
    font-size: 24px !important;
    line-height: 28px !important;
}
.portfolio .left {
    width: 39%;
}
.portfolio .title h1 {
    font-size: 36px;
    line-height: 40px;
}
.portfolio .btn-click-play,  .portfolio-section .img-video-box .btn-click-play {
    right: -10%;
}
}

@media screen and (max-height: 800px) and (min-height: 551px) {
.leadershipPage .leader-img img {
    width: 65%;
    top: 0%;
    position: relative;
}
.leadershipPage .scroll-content {
    width: 90% !important;
}
.leadershipPage .section-3 .left {
    padding: 0 120px 0 10px !important;
}
.label-box {
    height: 150px !important;
}
.label-box h4 {
    font-size: 20px !important;
}
.portfolio .btn-click-play,  .portfolio-section .img-video-box .btn-click-play {
    right: auto;
}
.aboutPage .section-3 .left {
    padding: 0 100px 0 10px;
}
.msg-img img {
    width: 70%;
}
}

@media screen and (max-height: 800px) and (min-height: 551px) and (min-width: 1300px) {
.label-box {
    height: 150px !important;
    width: 100% !important;
    padding-right: 10px !important;
}
.label-box h4 {
    font-size: 24px !important;
    line-height: 28px !important;
}
.portfolio .left {
    width: 39%;
}
.portfolio .title h1 {
    font-size: 36px;
    line-height: 40px;
}
.portfolio .btn-click-play,  .portfolio-section .img-video-box .btn-click-play {
    right: -10%;
}
.msg-img img {
    width: 65%;
}
}
#iecheck p {
    padding: 50px;
}
#iecheck a {
    color: #01B2A9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
    -ms-overflow-style: none;
    overflow: auto;
}
.banner-bg-img img {
    height: auto !important;
}
.scroll-content {
    padding-bottom: 0px !important;
    padding-top: 0px;
}
.sticky {
    position: sticky;
    bottom: 0;
    right: 0;
}
.menuOpen#menuBox .menu-top {
    right: 0;
}
/* leadership */
 
.leadershipPage .section-3 .left .title {
    position: relative;
}
.leadershipPage .section-4 .left .title {
    position: relative;
}
.leadershipPage .section-content {
    padding: 180px 0 80px;
}
.leadershipPage .section-content .title {
    height: auto;
}
.leadershipPage .section-content .title .down-arrow {
    position: relative;
}
.leadershipPage .section-3 {
    padding-top: 0;
}
/* portfolio */ 
  
.portfolio-section .right {
    justify-content: flex-start;
}
.portfolioMain .list-port li {
    width: 25%;
    flex: 25%;
}
.portfolio-section.responsible-right-content .right {
    height: 100vh;
}
/* about*/           
.aboutPage .lightbox .divider {
    float: left;
}
.aboutPage .lightbox-intro {
    float: left;
    width: 50%;
    padding-left: 0px;
}
.aboutPage .lightbox p {
    clear: both;
}
.aboutPage .portfolio-section.section-6i .right {
    display: block;
    float: right;
    width: 52%;
    margin-top: -120px;
}
.aboutPage .portfolio-section.section-6i .scroll-content {
    padding-top: 0 !important;
    margin-top: -120px;
}
.aboutPage .portfolio-section.aero-space-3 {
    margin-top: -5px;
}
/*aerospace*/
section.section-2.d-flex-center {
    padding-top: 15% !important;
    min-height: 800px;
}
/*performance*/

.chartBarsThin .bars li .no-bar, .chartBarsBold .bars li .no-bar {
    text-indent: 0px !important;/* top: 8px;*/
}
/*responsible investor*/
.pb-80 {
    padding-bottom: 20px;
}
.title .image-box {
    margin-bottom: 30px;
}
/*
.slider-box .slide-photo  img{
    height:auto;
}   
*/

.responsible-left-content .left {
    padding: 0 0 0 100px;
}
.responsible-left-content .section-content {
    height: 90vh;
    width: 90%;
    padding: 40px 0;
}
.responsible-right-content .right .scroll-content {
    padding: 40px 0;
    width: 95%;
    padding-left: 110px;
    height: 90%;
}
.responsible-left-content .section-content .title, .responsible-right-content .scroll-content .title {
    display: block;
    height: auto;
}
.responsible-right-content .scroll-content .title, .responsible-right-content .scroll-content .show-content {
    padding-right: 100px;
}
.responsible-left-content .section-content:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}
.responsible-right-content .right:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #01B2A9 !important
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    width: 8px;
}
/* aerosapce */ 

.aero-space-3 .left {
    height: 90vh;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
}
.aero-space-3 .section-content {
    height: auto;
    width: 98%;
    padding: 40px 0 0 !important;
}
.aero-space-3 .left .title {
    display: block !important;
    height: auto !important;
}
.aero-space-3 .left .scroll-content {
    padding: 40px 0;
    width: 95%;
    padding-left: 0px;
    height: 90%;
}
.portfolio-msg {
    padding: 80px 0;
}
.portfolio-msg .msg-img {
    height: auto;
}
.portfolio-msg .section-content .title {
    height: auto;
    display: block;
}
.portfolio-msg .title .down-arrow {
    position: relative !important;
}
.portfolio-msg .title .down-arrow img {
    width: auto;
    height: auto;
}
}
