.banner_sec {
    position: relative;
}

.banner_caption {
    position: absolute;
    top: 25%;
    width: 100%;
}

.home-banner {position: relative;}
.home-banner img {width: 100%;}
.homebanner-content {     position: absolute;    top: 20%;    width: 100%;}

.sec_heading h2::after {display: none;}
.sec_heading p {display: inline;}
.sec_heading h2 {font-size:1rem; font-weight:400; color:#212529; display:inline;}	

#banner_slider .owl-dots button {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
}

#banner_slider .owl-dots {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

#banner_slider .owl-dots button.active {
    background-color: #EB3916;
}

.who_we_are_sec {
    padding: 60px 0;
}

.who_we_are_sec .sec_heading p {
    text-align: center;
    display: inline-block !important;
}

.who_we_are_sec span {
    color: #EB3916;
}

.strength_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    max-width: 850px;
    gap: 50px;
    margin: 0 auto;
}
/* .strength_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    max-width: 850px;
    margin: 0 auto;
} */
.block {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 30px;
    max-width: 245px;
}

.icon {
    text-align: center;
    margin-bottom: 20px;
}

.text p {
    color: #4B5058;
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.counter_sec {
    padding-top: 60px;
}

.counter_sec>p {
    text-align: center;
    color: #4B5058;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.counter_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

/* .counter_block {
    flex: 0 0 33%;
    max-width: 33%;
    padding: 15px 25px;
    text-align: center;
} */

.counter_block {
    flex: 0 0 20%;
    max-width: 33%;
    padding: 15px 25px;
    text-align: center;
}

.counter_block h4,
.counter_block h5 {
    color: #4B5058;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
}

.counter_block h5 span {
    color: #4B5058;
    display: block;
    margin-top: 15px;
}

.counter-scroll {
    height: 50px;
    overflow: hidden;
}

.counter-scroll>div {
    transition: all 1s ease-in-out;
    transform: translateY(-245px);
}

/*.who_we_are_sec:hover .counter-scroll > div {
	transform: translateY(-15px);
}*/
.counter_block h4 span {
    color: #4B5058;
}
.counter_block p {
    color: #FD5000;
    font-size: 18px;
    margin-bottom: 0;
}

.key_project_wrpr {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 25px 30px;
    text-align: center;
    max-width: 300px;
    background-color: #fff;
}

.power_constrction_wrpr {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 25px 30px;
    text-align: center;
    max-width: 300px;
    height: 290px;
    background-color: #fff;
}

.project_name h4 {
    color: #4B5058;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out;
    position: relative;
    top: 0;
}

.key-partners {
    padding-top: 60px;
}

.project_logo {
    min-height: 88px;
}

.project_logo img {
    transition: all 0.3s ease-in-out;
}

.key_project_wrpr:hover .project_logo img {
    transform: scale(1.3);
}

.power_constrction_wrpr:hover .project_logo img{
    transform: scale(1.3);
}

.power_constrction_wrpr:hover .project_name h4 {
    top: 10px;
}
.key_project_wrpr:hover .project_name h4 {
    top: 10px;
}

.power_constrction_wrpr{
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.key_project_wrpr {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.key_partners_sec {
    padding-top: 0px;
}

.partner_logo img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

#key_partner_slider .owl-next {
    position: absolute;
    right: -45px;
    top: 24%;
}

#key_partner_slider .owl-prev {
    position: absolute;
    left: -45px;
    top: 24%;
}

.left_new_wrpr {
    background-repeat: no-repeat;
    background-size: cover;
    height: 488px;
    background-position: center;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    margin-top: 30px;
}

.right_wrpr {
    background-repeat: no-repeat;
    background-size: cover;
    height: 235px;
    background-position: center;
    border-radius: 8px;
    padding: 40px;
    position: relative;
    margin-top: 25px;
}

.right_wrpr::before {
    content: "";
    display: block;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    /* z-index: -1; */
}

.left_new_wrpr::before {
    content: "";
    display: block;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    /* z-index: -1; */
}

.infra_market_home_news_sec {
    padding-bottom: 50px;
}

.news_heading {
    position: relative;
}

.news_heading {
    display: flex;
    align-items: center;
}

.new_portal_logo {
    flex-shrink: 0;
}

.news_heading h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding-left: 15px;
    max-width: 400px;
}

.news_readmore a {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.25s ease-in-out;
}

.news_readmore a:hover {
    color: #ffffff;
    border-bottom: 1px solid #EB3916;
}

.news_readmore {
    position: absolute;
    bottom: 40px;
}

.testimonial_sec {
    padding: 60px 0;
}

.testimonial_img {
    text-align: center;
    margin-bottom: 15px;
}

.testimonial_img h3 {
    color: #FD5000;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
}

.testimonial_content {
    background: #E2E2E2;
    padding: 20px 20px 40px 20px;
    position: relative;
    margin-top: 20px;
    border-radius: 8px;
    height: 270px;
}

.testimonial_content::before {
    content: '';
    display: block;
    background-image: url(../images/testimonial/testimonial_arrow.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
}

.testimonial_content p {
    color: #3A3F46;
    font-size: 16px;
    margin-bottom: 0;
}

.testimonial_img img {
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    height: 100px;
}

#testimonial_carousel .owl-next {
    position: absolute;
    right: -58px;
    top: 59%;
}

#testimonial_carousel .owl-prev {
    position: absolute;
    left: -58px;
    top: 59%;
}

.testimonial_sec .sec_heading {
    margin-bottom: 50px;
}

.btn-grey {
    background-color: #fff;
    color: #7A7E83;
    border: 1px solid #7A7E83;
    font-size: 16px;
    border-radius: 0px;
    padding: 7px 30px;
    margin-top: 30px;
    transition: all 0.25s ease-in-out;
}

.btn-grey:hover {
    background-color: #7A7E83;
    color: #fff !important;
}

.btn-grey:visited {
    color: #7A7E83;
}

.key_partner_carousel .owl-carousel .owl-stage {
    display: flex;
}

.key_partner_carousel .owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#keysuppliers-carousel .item {
    padding: 10px;
}

#keysuppliers-carousel .owl-prev {
    position: absolute;
    left: -45px;
    top: 34%;
}

#keysuppliers-carousel .owl-next {
    position: absolute;
    right: -45px;
    top: 34%;
}

.construction-sec {
    padding-top: 60px;
}

.construction-sec .construction-block {
    background: #ffffff;
    box-shadow: 0px 12px 20px #00000021;
    border-radius: 6px;
    padding: 30px;
    height: 100%;
}

.construction-sec .construction-block .icon {
    text-align: left;
}

.construction-sec .construction-block .text h4 {
    font-size: 17px;
    color: #FD5000;
    text-align: left;
    margin-bottom: 0;
}

.construction-sec .construction-block .text p {
    font-size: 15px;
    text-align: left;
}

.key_project_wrpr .project_logo img {
    width: auto;
    margin: 0px auto;
}

.strength_blocks .block_content img {
    height: 60px;
}

.our-values {
    padding-top: 60px;
}

@media(min-width:767px) and (max-width:990px) {
    .block {
        max-width: 200px;
    }
    .text p {
        font-size: 14px;
    }
    .counter_block h4 {
        font-size: 27px;
    }
    .counter_block p {
        font-size: 16px;
    }
    .footer_logo {
        max-width: 100%;
    }
}

@media(max-width:800px) {
    #key_partner_slider .owl-prev,
    #key_partner_slider .owl-next,
    #testimonial_carousel .owl-next,
    #testimonial_carousel .owl-prev,
    #testimonial_carousel .owl-prev,
    #keysuppliers-carousel .owl-prev,
    #keysuppliers-carousel .owl-next {
        position: initial;
    }
    #key_partner_slider .owl-nav,
    #testimonial_carousel .owl-nav,
    #keysuppliers-carousel .owl-nav {
        text-align: center;
    }
    .construction-sec .construction-block {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
}

@media(max-width:767px) {
    .homebanner-content {
        top: 100px;
    }
    .counter_block {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .counter_content {
        margin: 0;
        justify-content: center;
    }
    .banner_caption h3 {
        font-size: 25px;
    }
    .who_we_are_sec {
        padding: 30px 0;
    }
    .block {
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .project_logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project_logo img {
        max-width: 70%;
        max-height: 70px;
    }
    .project_name h4 {
        font-size: 13px;
    }
    .text p {
        font-size: 16px;
    }
    .counter_block p {
        font-size: 16px;
    }
    .counter_block h4 {
        font-size: 25px;
    }
    .counter_block {
        margin-bottom: 20px;
        padding: 0 0px;
    }
    .testimonial_content p {
        font-size: 14px;
    }
    .banner_caption {
        position: absolute;
        top: 100px;
    }
    .testimonial_content {
        height: auto;
    }
    #testimonial_carousel .owl-next,
    #testimonial_carousel .owl-prev {
        margin: 10px 10px 0px;
    }
    .key_project_wrpr {
        padding: 25px 20px;
    }
    .partner_logo img {
        max-height: 90px;
        max-width: 90%;
    }
    .construction-sec .construction-block .icon {
        text-align: center;
    }
    .construction-sec .construction-block .text h4,
    .construction-sec .construction-block .text p {
        text-align: center;
    }
    .banner_caption h1, .banner-content h1{
        font-size: 26px;
    }
    .power_constrction_wrpr {
    
        height: 200px;
       
    }
}

@media(max-width:380px) {
    .banner_caption h3 {
        font-size: 18px;
    }
    .banner_caption {
        top: 80px;
    }
}

.home-banner-img {
    height: 500px !important;
    width: 100%;
}

@media screen and (min-width:1600px)  and (max-width: 1800px)  {
    .home-banner-img {
        height: 660px !important;
        width: 100%;
    }
}



@media screen and (min-width:1920px) {
    .home-banner-img {
        height: 820px !important;
        width: 100%;
    }
}

@media screen and (max-width:1280px) {
    .home-banner-img {
        height: 500px !important;
        width: 100%;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1365px)  {
    .home-banner-img {
        height: 530px !important;
        width: 100%;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1510px)  {
    .home-banner-img {
        height: 537px !important;
        width: 100%;
    }
}


@media screen and (min-device-width:768px) and (max-device-width:1024px)
{
    .home-banner-img {
        height: 312px !important;
    }
}

/* @media screen and (min-device-width:280px) and (max-device-width:480px)
{
    .slider-height1{
        height: 142px !important; margin-top: 22px;
    }
} */

@media screen and (min-width:280px) and (max-width: 480px) { .slider-height1{height: 153px;} .hero-slide-content{ display:none; } .calc-results li{ width:100%; margin-bottom:20px;} .calc-results ul{flex-wrap: wrap;} ul.application-lists li{ width:50%; }}
/* @media screen and (max-width: 800px) { .slider-height1{height: 305px; margin-top: 22px;} .hero-slide-content{ display:none; } .calc-results li{ width:100%; margin-bottom:22px;} .calc-results ul{flex-wrap: wrap;} ul.application-lists li{ width:50%; }} */
  
.read-more a.read-more-btn {   
    color: #EB3916;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out;
}

.read-more a.read-more-btn:hover {
    color: #000;
    border-bottom: 1px solid #EB3916;
}

.popupopen {cursor: pointer;}