/* .front-page-tpl .bkg__parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

body:not(.home) .l-loading{
	opacity: 1;
    background-color: rgba(255, 255, 255, .7);
}
body:not(.home) .l-loading:before{
    background: #2D3C4E;
}
body:not(.home) .l-loading .ajax-loading-pub{
	display: block;
    background-color: transparent;
}
body:not(.home) .l-loading .ajax-loading-pub div span{
    opacity: 1;
}

.front-page-tpl .container {
    max-width: 1280px;
}
#our-project .section-content .our-project-item .container{
    max-width: 1065px;
}

.front-page-tpl section#home-banner .banner-bkg .section-heading.text-center{
    margin-top: 64px;
}
.front-page-tpl section#home-banner .banner-bkg .section-heading .section-subheading, 
.front-page-tpl section#home-banner .banner-bkg .section-heading .section-heading {
    margin-top: 0;
    margin-bottom: 0;
}

.front-page-tpl .banner-bkg .dots-banner{
    position: relative;
    text-align: center;
    transform: translateY(57px);
    -webkit-transform: translateY(57px);
    -moz-transform: translateY(57px);
    -ms-transform: translateY(57px);
    -o-transform: translateY(57px);
}
.front-page-tpl .banner-bkg .dots-banner button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    background: #D8D8D8;
    border: 1px solid #979797;
    opacity: 0.5;
    cursor: pointer;
}
.front-page-tpl .banner-bkg .dots-banner button.owl-dot.active {
    opacity: 1;
}
.front-page-tpl .banner-bkg .dots-banner button.owl-dot:focus{
    outline: none;
}

.front-page-tpl .banner-bkg .dots-banner button.owl-dot + button.owl-dot {
    margin-left: 31px;
}


.front-page-tpl section#home-banner .banner-bkg{
    max-height: 800px;
}
.front-page-tpl .banner-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.front-page-tpl section#home-banner .banner-bkg .scroll-down{
    cursor: pointer;
}


/* // override */
.front-page-tpl #our-business .section-heading h2 {
    margin-top: 0;
    margin-bottom: 21px;
}

.front-page-tpl #our-business .section-content {
    padding-top: 48px;
}

.front-page-tpl #our-business .section-content .item-inner h4 {
    padding-top: 5px;
}

.front-page-tpl #our-business .section-content .item-inner h4 a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}

.front-page-tpl #our-business .section-content .item-inner {
    margin-bottom: 30px;
}

.front-page-tpl #our-business .button-link {
    margin-top: 28px;
}

.front-page-tpl #our-business .button-link a {
    font-weight: 400;
    display: inline-block;
    width: auto;
}
.front-page-tpl section#our-business .banner-bkg {
    padding: 88px 0 99px;
}

.front-page-tpl #our-project .section-heading h2 {
    margin: 0;
}

.front-page-tpl section#our-project .button-link .see-all {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}
.front-page-tpl #our-project .section-content .our-project-item .item-inner a{
    text-transform: capitalize;
}

.front-page-tpl #sustainability-section .section-heading {
    margin-top: 3px;
}

.front-page-tpl #sustainability-section .container .button-link .see-all {
    padding-right: 100px;
}

.front-page-tpl #news-events .banner-bkg {
    padding: 68px 0 96px;
}

.front-page-tpl #news-events .section-heading.text-left .button-link {
    margin-top: 37px;
}

.front-page-tpl #news-events .section-content .news-events-content {
    padding-left: 21.1%;
    margin-top: 44px;
}

.front-page-tpl #news-events .section-content .item-inner .title h3 {text-transform: capitalize;}

.front-page-tpl #news-events .section-content .item-inner {
    padding: 36px 0 39px;
}

.front-page-tpl #news-events .section-content .item-inner .button-link {
    margin-top: 7px;
}

.front-page-tpl #our-project .section-content .our-project-item .item-inner h2{
    color: #ffffff;
    font-family: Barlow;
    font-weight: 700;
    letter-spacing: 2.890756px;
    margin-bottom: 10px;
}

.front-page-tpl #our-project .section-heading h2 .see-all {
    font-size: 16px;
    color: #fff;
}
.front-page-tpl .button-link.button-white .see-all {
    /* color: #0082c8; */
}

@media only screen and (min-width: 1200px) {
    #our-project .section-content .our-project-item .item-inner h2 {
        max-width: 80%;
    }
}



.front-page-tpl .banner-wrapper .banner-item,
.front-page-tpl .banner-wrapper .owl-carousel.owl-drag .owl-item,
.front-page-tpl .banner-wrapper .owl-carousel .owl-stage,
.front-page-tpl .banner-wrapper .owl-carousel .owl-stage-outer,
.front-page-tpl .banner-wrapper .owl-carousel.owl-loaded {
    height: 100%;
}
.front-page-tpl .banner-wrapper .banner-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.front-page-tpl .banner-wrapper .banner-item .video-player {
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
}


.front-page-tpl .banner-wrapper .owl-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
}



@media screen and (min-width:1281px){
    .front-page-tpl .banner-wrapper .banner-item .video-player {
        width: 100% !important;
        height: calc(100vw * 800/1280) !important;
    }
}

@media screen and (min-width:768px) and (max-width:1280px){
    .front-page-tpl #sustainability-section .container {
        max-width: unset;
        padding: 0 30px;
    }
    .front-page-tpl #news-events .banner-bkg .container {
        max-width: unset;
        padding: 0 30px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px){
    .front-page-tpl #news-events .section-content .news-events-content{
        padding-left: 10%;
    }
}

@media only screen and (max-width: 991px){
    .front-page-tpl #news-events .section-content .news-events-content {
        padding-left: 0;
    }
    .front-page-tpl #our-business .section-content .our-business-item{
        padding: 0 10px;
    }
}


@media screen and (max-width:767.89px){
    .front-page-tpl #our-business .section-content .item-inner:hover .icon:after {
        transform: scale(1.4);
    }

    .front-page-tpl #our-project .section-heading h2 .see-all {
        font-size: 14px;
    }

    .front-page-tpl section#home-banner .banner-bkg {
        max-height: 100vh;
    }
    .front-page-tpl section#home-banner .banner-bkg{
        height: calc(100vw * 280/375);
        min-height: 280px;
    }

    .front-page-tpl section#home-banner .banner-bkg .section-heading .section-subheading {
        font-size: 20px;
        line-height: 24px;
    }
    
    .front-page-tpl section#home-banner .banner-bkg .section-heading .section-heading {
        font-size: 41px;
        line-height: 49px;
    }
    
    .front-page-tpl section#home-banner .banner-bkg .section-heading.text-center {
        margin-top: 0;
    }
    
    .front-page-tpl .banner-bkg .dots-banner {
        transform: translateY(0px);
        margin-top: 21px;
    }
    
    .front-page-tpl .banner-bkg .dots-banner button.owl-dot {
        width: 5px;
        height: 5px;
    }
    
    .front-page-tpl section#home-banner .banner-bkg .scroll-down span {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 7px;
    }
    
    .front-page-tpl section#home-banner .banner-bkg .scroll-down span:after {
        height: 13px;
    }
    
    .front-page-tpl section#home-banner .banner-bkg .scroll-down {
        bottom: 13px;
    }
    
    .front-page-tpl #news-events .section-content .news-events-content {
        padding-left: 0;
    }


    .front-page-tpl .banner-bkg .dots-banner button.owl-dot + button.owl-dot {
        margin-left: 18px;
    }
    
    .front-page-tpl section#our-business .banner-bkg {
        padding-top: 50px;
        padding-bottom: 50px;
        /* letter-spacing: 1.156px; */
    }
    
    .front-page-tpl #our-business .section-heading h2 {
        letter-spacing: 1.156px;
        margin-bottom: 9px;
    }
    
    .front-page-tpl #our-business .section-heading .section-description p {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.694px;
        padding: 0 5px;
        margin-bottom: 0px;
    }
    
    .front-page-tpl #our-business .section-content {
        padding-top: 40px;
        padding: 40px 32px 0px 32px;
    }
    
    .front-page-tpl #our-business .section-content .our-business-item {
        padding: 0;
        width: calc((100% - 26px) / 2);
    }
    
    .front-page-tpl #our-business .section-content .row {
        display: flex;
        justify-content: space-between;
    }
    
    .front-page-tpl #our-business .section-content .item-inner .icon {
        width: 39px;
        height: 39px;
    }
    
    .front-page-tpl #our-business .section-content .item-inner h4 a {
        font-size: 13px;
        letter-spacing: 0.752px;
        line-height: 16px;
    }
    
    .front-page-tpl #our-business .section-content .item-inner h4 {
        padding-top: 12px;
    }
    
    .front-page-tpl #our-business .section-content .item-inner {
        margin-bottom: 32px;
    }
    
    .front-page-tpl #our-business .button-link {
        margin-top: 16px;
    }
    
    .front-page-tpl #our-business .button-link a {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.925px;
        /* padding-right: 25px; */
        padding-right: 0px;
        padding-bottom: 5px;
    }
    .front-page-tpl #our-business .button-link a:hover:before{
        opacity: 0;
    }
    
    .front-page-tpl #our-project .section-heading {
        top: 23px;
    }
    
    .front-page-tpl #our-project .section-heading h2 {
        /* font-size: 14px; */
        /* line-height: 17px; */
        /* font-weight: 400; */
        /* line-height: 17px; */
        /* text-align: center; */
        /* text-transform: uppercase; */
        top: 27px;
    }
    
    .front-page-tpl section#our-project .button-link .see-all {
        /* font-size: 14px; */
        /* line-height: 17px; */
        font-size: 14px;
        line-height: 17px;
        /* font-weight: 400; */
        /* line-height: 17px; */
        /* text-align: center; */
        /* text-transform: uppercase; */
        letter-spacing: 0.8094116px;
    }
    .front-page-tpl section#our-project .button-link .see-all:after {
        width: 0;
    }
    .front-page-tpl #our-project .section-content .our-project-item {
        min-height: 500px;
    }
    
    .front-page-tpl #our-project .section-content .our-project-item .item-inner .item-meta {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .front-page-tpl #our-project .section-content .our-project-item .item-inner h3 {
        line-height: 23px;
        font-size: 23px;
        margin-top: 14px;
        margin-bottom: 0;
        letter-spacing: 1.329748px;
    }
    
    .front-page-tpl #our-project .section-content .our-project-item .item-inner .container {
        padding: 0 25px;
    }
    
    .front-page-tpl #our-project .section-content .our-project-item .item-inner .item-meta span {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.867px;
    }
    
    .front-page-tpl #our-project .section-content .our-project-item .item-inner a {
        padding: 0 25px 0px 0;
        margin-top: 20px;
        font-size: 16px;
    }
    .front-page-tpl #our-project .section-content .our-project-item .item-inner a:after {
        height: 0;
    }
    .front-page-tpl #our-project .section-content .our-project-item .item-inner a:before {
        opacity: 1;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
        
    .front-page-tpl #our-project .section-content .owl-nav button.owl-prev {
        margin-right: 10px;
    }
    
    .front-page-tpl #our-project .section-content button.c-arw-btn {
        width: 40px;
        height: 40px;
    }
    
    .front-page-tpl #our-project .section-content .owl-nav {
        left: unset;
        right: 26px;
        bottom: 13vw;
    }
    
    .front-page-tpl #sustainability-section .section-image {
        order: 1;
        margin-bottom: 0;
    }
    
    .front-page-tpl #sustainability-section .container {
        padding: 0 25px;
    }
    
    .front-page-tpl #sustainability-section {
        /* padding-top: 46px; */
        padding-bottom: 48px;
    }
    
    .front-page-tpl #sustainability-section .section-heading h2 {
        font-size: 16px;
        /* font-weight: 700; */
        line-height: 19px;
        text-transform: uppercase;
        letter-spacing: 0.9250419px;
        margin-top: 0;
        margin-bottom: 25px;
    }
    
    .front-page-tpl #sustainability-section .section-description p {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 1.040672px;
        margin-bottom: 0px;
    }
    
    .front-page-tpl #sustainability-section .container .button-link .see-all {
        font-size: 16px;
        /* font-weight: 400; */
        line-height: 19px;
        letter-spacing: 0.9250419px;
        margin-top: 43px;
        padding: 0 36px 9px 2px;
    }

    /* .front-page-tpl #sustainability-section .container .button-link .see-all:after {
        transform: scaleX(0);
        transform-origin: right center;
    }
    
    .front-page-tpl #sustainability-section .container .button-link .see-all:before {
        opacity: 1;
        transform: translate(0, 0);
    } */
    
    .front-page-tpl #sustainability-section .button-link {
        margin-bottom: 33px;
    }
    
    .front-page-tpl #news-events .banner-bkg {
        padding-top: 56px;
        padding-bottom: 69px;
    }
    
    .front-page-tpl #news-events .banner-bkg .container {
        padding: 0 25px;
    }
    
    .front-page-tpl #news-events .section-heading h2 {
        letter-spacing: 2.5px;
        margin: 0;
    }
    
    .front-page-tpl #news-events .section-content .item-inner .item-meta {
        width: 80px;
    }
    
    .front-page-tpl #news-events .section-content .item-inner .title {
        width: calc(100% - 80px);
        padding-left: 18px;
    }
    
    .front-page-tpl #news-events .section-content .news-events-item:first-child .item-inner {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .front-page-tpl #news-events .section-content .news-events-item:last-child .item-inner{
        border: none;
    }
    
    .front-page-tpl #news-events .section-content .news-events-content {
        margin-top: 38px;
    }
    
    .front-page-tpl #news-events .section-content .item-inner .button-link a {
        margin-top: 0;
        top: 10px;
    }
    
    .front-page-tpl #news-events .section-content .item-inner {
        padding-top: 19.5px;
        padding-bottom: 50px;
    }
    
    .front-page-tpl #news-events .button-link.text-right {
        margin-top: 34px;
    }

    .front-page-tpl #news-events .section-heading.text-left .button-link {
        display: inline-block !important;
        margin-top: -5px;
        /* padding-right: 26px; */
    }
    
    .front-page-tpl #news-events .section-heading.text-left .button-link .see-all {
        padding-right: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0.9250419px;
        padding-right: 26px;
    }
    
    .front-page-tpl #news-events .button-link.text-right {
        display: none !important;
    }
}

@media screen and (max-width:374.89px){
    .front-page-tpl #news-events .section-heading.text-left .button-link{
        /* display: none !important; */
        margin: 0;
        float: unset;
        text-align: left !important;
        margin-top: 15px;
    }
    .front-page-tpl #news-events .button-link.text-right {
        /* display: inline-block !important;
        width: 100%;
        text-align: center !important; */
        display: none !important;
    }
    .front-page-tpl #news-events .button-link.text-right .see-all {
        padding-left: 0;
        padding-right: 26px;
        display: inline-block;
        text-align: center;
        margin: auto;
        color: #0082C8;
        width: auto;
    }
    .front-page-tpl #news-events .button-link .see-all:after {
        background-color: #0082C8;
    }
    .front-page-tpl #news-events .section-content .item-inner .title {
        padding-left: 5px;
    }

    .front-page-tpl #our-business .section-content {
        padding: 20px 0px 0px 0px;
    }
}

/* .front-page-tpl .parallax-mirror{
    z-index: -1 !important;
} */



.front-page-tpl #news-events .banner-bkg:before {
    z-index: 0;
}
.front-page-tpl #news-events .banner-bkg > .container {
    z-index: 1;
}