@import url(../css/home-header.css);

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

/*home banner css*/
section.home_banner {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    height: auto;
}

.item_detail {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.item_name {
    margin-bottom: 26px;
}

.owl-dots button.owl-dot span {
    width: 8px;
    height: 8px;
    background: #00000029;
    display: inline-block;
    border-radius: 50%;
}

.owl-dots button.owl-dot {
    margin: 0 3px;
}

.owl-dots button.owl-dot.active span {
    background: #BFCFD9;
}

section.home_banner .owl-dots {
    position: absolute;
    bottom: 8%;
    width: auto;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.item_detail h2 {
    color: #fff;
    position: relative;
    padding-bottom: 0;
    font-weight: normal;
    z-index: 99;
    margin-bottom: 10px;
}

.owl-item a.explore-more:after {
    width: 0px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.item_name h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 300;
}

.item_name h3 strong {
    display: block;
    color: #fff;
    font-weight: bold;
}

.home_banner_slider .owl-item.active h2 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIndown;
    animation-delay: 0.3s;
}

.home_banner_slider .owl-item.active h4 {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIndown;
    animation-delay: 0.3s;
}

.home_banner_slider .owl-item.active p {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active a.explore-more {
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active a {
    position: relative;
}

.owl-item.active a.explore-more:after {
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    animation-name: fadeInline;
    animation-delay: 0.3s;
}

.owl-carousel .owl-item img.img-fluid {
    width: auto;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIndown {
    0% {
        opacity: 0;
        transform: translateY(-3rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInline {
    0% {
        opacity: 0;
        width: 0%
    }

    100% {
        opacity: 1;
        width: 150px;
    }
}

.home_banner .item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000000;
    z-index: 2;
}

.banner-img:after {
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(243deg, #000000BD 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    opacity: 0.6;
}


.banner-img {
    position: relative;
}

.link_section {
    width: 150px;
    display: flex;
    margin-top: 60px;
}

.link_section a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.item_name p {
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    line-height: 43px;
    padding: 0px 250px;
}

.owl-carousel .owl-item .banner-img img {
    width: 100%;
    filter: brightness(0.5);
}

section.home_banner .owl-dots button.owl-dot span {
    background: #ffffff6e;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}

section.home_banner .owl-dots button.owl-dot.active span {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFB300;
}




/*------------------home banner css end---------------*/

@media (min-width:1366px) {
    .item_detail h2 {
        font-size: calc(40px + (50 - 40) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(43px + (53 - 43) * (100vw - 1366px) / (1920 - 1366));
    }

    .item_name p {
        font-size: calc(34px + (38 - 34) * (100vw - 1366px) / (1920 - 1366));
        line-height: calc(43px + (47 - 43) * (100vw - 1366px) / (1920 - 1366));
    }
}


/*--------------home about 1------------------*/


.home_who_we_are {
    text-align: center;
    padding: 70px 0 30px;
    background: #F8F8F8;
}

section.home_who_we_are h1 {
    font-size: 48px;
    color: #0077B5;
    font-weight: bold;
    margin-bottom: 35px;
}

section.home_who_we_are blockquote {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    padding: 0 75px 20px;
}

.title_head h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.title_head h4 {
    font-size: 59px;
    color: #0077B5;
    font-weight: bold;
    margin-bottom: 50px;
}

/*tab css*/
.offering-tabs .nav.nav-tabs li {
    position: relative;
    margin-bottom: 30px;
}

.offering-tabs .nav.nav-tabs .nav-link {
    position: static;
    padding: 0;
}

.offering-tabs .nav.nav-tabs .nav-link {
    position: static;
}

.offering-tabs .nav.nav-tabs .nav-link::after {
    position: absolute;
    inset: 0;
    content: '';
}

.offering-tabs .nav.nav-tabs {
    /* width: 300px; */
    text-align: left;
    display: inline-block !important;
    vertical-align: top;
    margin-right: 0px;
    border: 0;
    padding-right: 11%;
}
.img-offering{
    position: relative;
}
.img-offering::before{
    width: 10px;
    height: 20%;
    content: "";
    position: absolute;
    background: #FFB300;
    top: 40%;
    right: 0;
    z-index: 1;

}

.offering-tabs .nav-tabs .nav-link {
    text-align: left;
    border: 0 !important;
    border-radius: 0px;
    position: relative;
    background: none;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
}

.offering-tab .nav-tabs .nav-link {
    text-align: left;
}

.offering-tabs .tab-content.accordion {
    /* width: 66%; */
    /* display: inline-block; */
}
.padding-offer_left{padding-left: 100px;}

.offering-tabs h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.offering-tabs p {
    font-size: 13px;
    color: #292929;
}

section.home-Our-Offerings .accordion-body {
    padding: 0;
    border: 0;
}

.offering-tabs .nav-tabs .nav-link.active:before {
    width: 10px;
    height: 100%;
    content: "";
    position: absolute;
    left: -50px;
    background: #FFB300;
    top: 0;
}


.offering-tabs .nav-tabs .nav-link.active h3 {
    color: #0077B5;
}

.offering-tabs .nav-link.active~h3 {
    color: #0077B5;
}

.home_box1 {
    position: relative;
}

.home_box_detail {
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

section.we-deliver-box .col-md-4 {
    margin-bottom: 25px;
    display: none;
}

.home_box_detail h3 {
    font-size: 18px;
    margin: 10px 0 25px;
}

.home_box1 p {
    display: none;
    transition: .2s linear;
}

.home_box_detail:after {
    background: #ffdd00eb;
    width: 100%;
    height: 0%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s linear;
    opacity: 0;

}

.home_box1:hover .home_box_detail:after {
    height: 100%;
    opacity: 1;
    transition: .3s linear;
}

.home_icon {
    position: relative;
    z-index: 2;
}

.home_box1:hover .home_icon img {
    filter: invert(1);
}

.home_box1:hover .home_box_detail p {
    transition: .3s linear;
    display: block;
    position: relative;
    color: #000;
    z-index: 2;
}

.home_box1:hover .home_box_detail h3 {
    display: block;
    position: relative;
    color: #000;
    z-index: 2;
}

section.home-Our-Offerings {
    padding-top: 80px;
    background: #fff;
    padding-bottom: 80px;
}

section.we-deliver-box {
    background: #F8F8F8;
    padding-bottom: 75px;
}

.view_more_product {
    text-align: center;
    padding-top: 30px;
}

.view_more_product a {
    color: #292929;
}

.view_more_product a img {
    margin-left: 5px;
}

.innvate-text1 {
    /* padding-right: 495px; */
    position: relative;
    width: auto;
    display: inline-block;
}

.innvate-text1 a.view_more {
    position: absolute;
    top: -2px;
    right: 421px;
}

section.innovation-project {
    padding: 80px 0;
    background: #F8F8F8;
}
.innovation-project .title_head h4{
    font-size: 58px;
    margin-bottom: 30px;
}
.innovation-project .title_head .innvate-text1 p{
    font-size: 15px;
    width: 59%;
    margin-right: auto;
}

.plus_project {
    width: 233px;
    background: #0077B5;
    padding: 45px 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.plus_project h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.plus_project p {
    color: #fff;
    font-size: 15px;
    margin: 18px 0 0;
}

.plus_project h3:after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    margin-bottom: -10px;
    display: block;
    bottom: 0;
    background: #ffdd007d;
}

.title_head {
    position: relative;
}

.innovate_slider.owl-carousel {
    margin-top: 50px;
}

section.innovation-project .owl-carousel .owl-item img {
    width: 100%;
}


.innovate_slider .project-short {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 35px 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: normal;
    width: 100%;
    text-align: left;
    justify-content: end;
}

.innovate_slider .project-short h3 {
    font-size: 18px;
    color: #fff;
}

.innovate_slider .project-short p {
    color: #fff;
    margin: 0;
}

section.innovation-project .owl-dots {
    margin-top: 25px;
}

.innovate_slider .owl-item .streched_link {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 9;
}

.innovate_box {
    position: relative;
}

.innovate-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    padding-left: 6rem;
}
.innvate-text1 p{line-height: 22px;}

.plus_project2 {
    background: #FFDD00;
    margin-right: 50px;
    padding: 45px 50px;
    width: 234px;
    position: relative;
    z-index: 1;
}
.mecklear_main_video {
   padding-bottom: 90px;
}
.youtube_mecklear iframe {
    width: 100%;
    min-height: 424px;
    height: 100%;
}
.youtube_mecklear{position: relative}
.mecklear_lastvideo{position: absolute; bottom: 0;padding: 1rem;}

.mecklear_lastvideo h5{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.title_head h3 {
    font-size: 53px;
}

.plus_project2 h3 {
    font-size: 48px;
    margin: 0;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #003055;
}

.plus_project2 p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.plus_project2 h3:after {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;
    background: #003055;
    left: 0;
    bottom: 0;
}

.innovate-pic2 {
    margin-top: -39px;
}

.innovate-font3 {
    margin-left: 335px;
    padding-top: 50px;
    position: relative;
}

.innovate-font3:before {
    content: "";
    width: 10px;
    height: 122%;
    position: absolute;
    left: -75px;
    top: -56px;
    background: #0077B5;
}

section.innovate_project2 {
    padding-bottom: 90px;
    padding-top: 0px;
}

.home_sustainbility {
    position: relative;
}

section.home_csr {
    background: #292929;
    padding: 130px 0 130px;
}

.home_people {
    background: #fff;
    padding: 50px 65px 35px;
}

.home_sustainbility a.view_more {
    margin-left: -10px;
    margin-top: 10px;
    display: inline-block;
}

.home_sustainbility .title_head {
    position: absolute;
    top: 0;
    padding: 50px 65px;
}

.home_sustainbility .title_head h2 {
    color: #fff;
}

.home_sustainbility .title_head h4 {
    color: #fff;
    font-size:48px;
    margin-bottom: 20px;
}

.home_sustainbility .title_head p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.home_people p {
    font-size: 13px;
    line-height: 18px;
}

.home_people a.view_more {
    margin-left: -10px;
    margin-top: 10px;
    display: inline-block;
}

.home_people .title_head h4 {
    margin-bottom: 20px;
    font-size:48px;
}



.innovate-font3 blockquote {
    font-weight: 300;
    font-size: 24px;
    padding-right: 235px;
    line-height: 30px;
}

.innovate-font3 a.view_more {
    display: inline-block;
    margin-top: 20px;
    margin-left: -10px;
}

.viewport {
    margin: 0 auto;
    overflow: hidden;
    /*position: fixed;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


@media (max-width:1498px) {

    section.home_csr .col-md-6:nth-child(1) figure {
        height: 336px;
        overflow: hidden;
    }

}

@media (min-width:1499px) {

    .home_sustainbility .title_head {
        position: absolute;
        top: 0;
        padding: 70px 110px 50px;
    }

    .home_people {
        background: #fff;
        padding: 70px 110px 50px;
    }

}

.only-mobile {
    display: none;
}

.home_sustainbility img {
    width: 100%;
}


/* ui-20081995 */
.innovate_box figure img {
    filter: brightness(0.4);
}

.row.offering-tabs li {
    position: relative;
}

/* new 10-1-24 */
.home-Our-Offerings .title_head h4{
    font-size: 72px;
}

.project-block {
    position: relative;
}
.youtube-icon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    z-index: 2;
}
.project-block figure {
    position: relative;
}
figure {
    margin: 0px;
}
.streched_link {
    display: inline-block;
    text-indent: -99999px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.youtube-icon img{width: auto;}
.project-block figure:after {
    background: #00000040;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0px;
}