.header-left {
    display: flex;
    align-items: center;
    /* height: 100%; */
    background: transparent;
    padding: 4px 0px;
}

.header-main .header-right {
    background: transparent;
    padding: 0px 24px;
    width: 85.48%;
}

.header-section-2::before {
    display: block;
    content: "";
    background-color: transparent;
    flex: 1;
    position: absolute;
    width: 17%;
    height: 100%;
}

.header-section-2::after {
    display: block;
    content: "";
    background-color: transparent;
    flex: 1;
    position: absolute;
    width: 5.65%;
    height: 100%;
    right: 0px;
}

.social-icon {
    gap: 28px;
    margin: 0px 20px;
}

.social-icon a {
    color: var(--white);
}

.achivements-section {
    position: relative;
}

.achivements-section::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    /* background: var(--bgrgb); */
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(60deg, #0c72b0a3, #2fa64ec2);
}

.achivements-wrapper {
    position: relative;
    z-index: 33;
}

.features-bar {
    padding-top: 0;
    padding-bottom: 0px;
    overflow: visible;
}

.features-bar .features-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.11);
    -webkit-transform: translateY(-62px);
    -ms-transform: translateY(-62px);
    transform: translateY(-62px);
    position: relative;
    z-index: 55;
    margin-bottom: -62px;
    position: absolute;
    margin: 0 auto;
    /* left: 10%; */
}

.about-wrapper-2 {
    margin-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 0px;
        position: relative;
    }
}

.features-bar .features-container .feature-head {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: var(--theme);
    padding: 50px 20px 45px 50px;
}

@media screen and (min-width: 992px) {
    .features-bar .features-container .feature-head {
        border-radius: 4px 0 0 4px;
    }
}

.features-bar .features-container .feature-head p {
    /* font-family   : "Roboto", sans-serif; */
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.features-bar .features-container .feature-head h6 {
    /* font-family: "Titillium Web", sans-serif; */
    font-weight: 500;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 0;
    color: #ffffff;
    text-transform: capitalize;
}

.features-bar .features-container .feature-panel {
    background-color: #ffffff;
    padding: 45px 30px 40px;
}

@media screen and (min-width: 992px) {
    .features-bar .features-container .feature-panel {
        max-width: 255px;
        border-right: 2px solid #eaeaea;
    }
    .features-bar .features-container .feature-panel:last-child {
        border-right: 0;
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .features-bar .features-container .feature-panel:last-child {
        border-radius: 0px 4px 4px 0px;
    }
}

@media screen and (max-width: 991.98px) {
    .features-bar .features-container .feature-panel {
        border-bottom: 2px solid #eaeaea;
    }
    .features-bar .features-container .feature-panel:last-child {
        border-bottom: 0;
    }
}

.features-bar .features-container .feature-panel h6 {
    /* font-family: "Titillium Web", sans-serif; */
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.features-bar .features-container .feature-panel p {
    /* font-family: "Titillium Web", sans-serif; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000000;
}

.features-bar .features-container .feature-panel a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: var(--theme2);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.features-bar .features-container .feature-panel a:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    background-color: #1b1a1a;
}

.features-bar .features-container .feature-panel a i {
    color: #ffffff;
    font-size: 10px;
}

.banner-section-five video {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh !important;
    position: relative;
    margin-top: -2rem;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.banner-section-five .banner-text {
    position: absolute;
    z-index: 8;
    left: 0px;
    right: 0px;
    top: 10%;
    bottom: 0px;
}

.banner-section-five .content-box {
    position: relative;
    z-index: 2;
    padding: 187px 0 218px;
    max-width: 900px;
}

@media(max-width: 1199.98px) {
    .banner-section-five .content-box {
        padding: 280px 0 160px
    }
}

@media only screen and (max-width: 1023.98px) {
    .banner-section-five .content-box {
        padding: 220px 0 160px
    }
}

@media(max-width: 767.98px) {
    .banner-section-five .content-box {
        padding: 113px 0 150px
    }
}

.banner-section-five .content-box .content-box-inner {
    position: relative
}

.banner-section-five .content-box .anim-icons {
    pointer-events: none
}

.banner-section-five .content-box .image {
    position: absolute;
    height: 160px;
    width: 206px;
    right: -16px;
    margin-bottom: 0;
    top: 30px
}

@media(max-width: 767.98px) {
    .banner-section-five .content-box .image {
        height: 146px;
        width: 140px;
        right: 180px
    }
}

@media(max-width: 575.98px) {
    .banner-section-five .content-box .image {
        height: 117px;
        width: 101px;
        right: 80px;
        top: -10px
    }
    .footer3 .col-12:nth-child(2),
    .footer3 .col-12:nth-child(3) {
        display: none;
    }
    .logo-m img {
        height: 70px;
    }
}

.banner-section-five .content-box .play-btn {
    background-color: var(--theme-color2);
    border-radius: 50%;
    outline: 1px solid var(--text-color-bg-theme-color2);
    outline-offset: 4px;
    font-size: 16px;
    color: var(--text-color-bg-theme-color2);
    font-weight: 600;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    line-height: 60px;
    width: 60px
}

.banner-section-five .content-box .play-btn:hover {
    background-color: var(--text-color-bg-theme-color2);
    color: var(--theme-color2);
    outline-color: var(--text-color-bg-theme-color2)
}

.banner-section-five .content-box .sub-title {
    position: relative;
    display: block;
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px
}

.banner-section-five .content-box .title {
    color: var(--white);
    font-size: 50px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0;
    margin-bottom: 50px;
}

.project_main {
    padding: 80px 0;
}

.project_main .service-box-items .service-thumb .icon {
    position: absolute;
    top: -5px;
    left: 36%;
    bottom: inherit;
    width: 75px;
    height: 75px;
    text-align: center;
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 16%);
    padding: 14px;
    font-size: 30px;
    color: var(--theme);
    border-radius: 0 0 40px 40px;
}

.project_main .service-box-items .service-content h3 {
    margin-bottom: 15px;
    height: auto;
    padding-left: 0;
    text-align: center;
}

.project_main .service-box-items .service-content p {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
}

.project_main .service-box-items {
    min-height: 200px;
    height: 95%;
}

.blue_bg {
    background: #38b6ff !important;
}

.blue_boder-top {
    border-top: 5px #38b6ff solid;
    background: #38b6ff;
}

.blue_bg2 {
    background: #5ce1e6 !important;
}

.blue_boder-top2 {
    border-top: 5px #5ce1e6 solid;
    background: #5ce1e6;
}

.green_bg {
    background: #7ed957 !important;
}

.green_boder-top {
    border-top: 5px #7ed957 solid;
    background: #7ed957;
}

.yellow_bg {
    background: #ffbd59 !important;
}

.yellow_boder-top {
    border-top: 5px #ffbd59 solid;
    background: #ffbd59;
}

.ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.achivements-section.ptb_80 p {
    padding-bottom: 10px;
}

.team-details-wrapper .team-details-items h4 {
    font-size: 23px;
    font-weight: 700;
}

.team-details-wrapper .team-details-items {
    margin-bottom: 30px;
}

.project_table .project-details-wrapper .project-details-content .project-infor-wrapper .project-nformation ul li {
    display: flex;
}

.project_table .project-details-wrapper .project-details-content .project-infor-wrapper .project-nformation ul li .th {
    font-size: 18px;
    font-weight: 700;
    color: var(--header);
    width: 320px;
}

.project_table h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.project_table {
    padding-top: 80px;
}

.project_table .project-details-wrapper .project-details-content .project-infor-wrapper .project-nformation h4 {
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
}

.enargy_process {
    padding: 80px 0;
}

.project-details-wrapper .project-details-content .project-infor-wrapper .project-nformation h5 {
    font-size: 22px;
    margin-top: 25px;
    padding: 10px;
    background: #dee7f5;
}

.gallery-images img {
    width: 100%;
    height: auto;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat!important;
}

.img-fit {
    width: 100%;
}

.enargy_process h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.enargy_process h6 {
    margin-top: 15px;
}

.enargy_process ul {
    margin-bottom: 15px;
}

.enargy_process ul li {
    padding-bottom: 5px;
    list-style: circle;
    list-style-position: inside;
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .header-section-2::after {
        width: 3.25%;
    }
}

@media only screen and (min-width: 1400px) and (max-width:1599px) {
    .header-section-2::after {
        width: 3.95%;
    }
}

@media only screen and (min-width: 998px) and (max-width:1400px) {
    .banner-section-five video {
        height: 100vh !important;
        /* min-height: 680px; */
    }
    .banner-section-five video {
        height: 800px !important;
        /* min-height: 450px; */
    }
}

@media(max-width: 997px) {
    .team-details-wrapper .team-details-items {
        text-align: center;
    }
    .details-image {
        margin: 0 auto;
    }
    .project_table .project-details-wrapper .project-details-content .project-infor-wrapper .project-nformation ul li {
        display: block;
    }
    .banner-section-five video {
        height: 600px !important;
        /* min-height: 450px; */
    }
}

@media(max-width: 767px) {
    .section-title h6 {
        line-height: 22px;
    }
    .banner-section-five video {
        height: 300px !important;
        min-height: 300px;
    }
    .about-wrapper-2 {
        margin-bottom: 15px;
    }
    .service-section {
        padding-top: 50px;
    }
    .banner-section-five .content-box .title {
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }
    .banner-section-five video {
        width: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
        min-height: 504px;
        height: 54vh;
        position: relative;
    }
    .banner-section-five video {
        min-height: 404px;
        height: 400px;
        margin: 0;
    }
    .header-right .social-icon {
        display: none !important;
    }
    .header-main .header-right {
        width: 33.48%;
    }
    .header-section-2::after {
        width: 7.25%;
        height: 91%;
        right: 0px;
    }
    .header-section-2::before {
        width: 17%;
        height: 93%;
    }
    .header-left {
        padding: 0;
    }
    .header-section-2 {
        height: 4.2rem;
        z-index: 999;
        margin-top: 0;
        padding-top: 7px;
    }
    .header-2 .header-right .search-item .sidebar__toggle {
        display: inherit;
    }
    .team-box-items .team-image img {
        width: 100%;
        height: 100%;
        object-position: top;
    }
    .team-box-items .team-content {
        padding: 12px 9px;
    }
    .team-box-items .team-content h5 {
        font-size: 18px;
        margin-bottom: 7px;
        width: 114px;
        height: 75px;
    }
    .contact-info-area .contact-info-items .content {
        width: 231px;
    }
    .contact-info-area {
        padding: 45px 12px;
    }
    .footer-widgets-wrapper {
        padding: 25px 0 23px;
    }
    .footer-section::before {
        background-position: center;
    }
    .sticky {
        padding: 0px 0px;
    }
    .laguage {
        font-family: "Readex Pro", sans-serif;
        font-weight: 600;
        margin-top: 0;
        position: relative !important;
    }
}

@media(max-width:620px) {
    .banner-section-five video {
        min-height: 300px !important;
        height: 300px !important;
        margin: 0;
    }
    .features-bar .features-container .feature-head {
        padding: 30px;
    }
    .features-bar .features-container .feature-head h6 {
        /* font-family: "Titillium Web", sans-serif; */
        font-weight: 500;
        font-size: 33px;
        line-height: 38px;
    }
    .features-bar .features-container .feature-head p {
        line-height: 22px;
    }
}

@media(max-width:450px) {
    .banner-section-five video {
        min-height: 200px !important;
        height: 200px !important;
        margin: 0;
    }
}