
.strip_orange_leftdown{
    background-image: url(https://assets.a3logics.com/image/new-image/orangstrip1.webp);
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% center;
}
.strip_orange_rightdown{
    background-image: url(https://assets.a3logics.com/image/new-image/orangstrip2.webp);
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% center;
}
.strip_orange_footer{
    background-image: url(https://assets.a3logics.com/image/new-image/orangstripfooter.webp);
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% bottom;
}
.slick_container{
    border: 2px solid #141850;
    padding: 2rem 2rem;
    border-radius: 10px;
    margin: 0 1rem;
}
.slick_container h4{
    font-weight: bold;
    color: #141850;
    font-size: 20px;
    margin-bottom: 1rem;
}
.slick_container h2{
    font-weight: bold;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
    color: #141850;
    font-size: 20px;
    margin-bottom: 1rem;
}
.slick_container p{
    font-size: 16px;
    min-height: 220px;
    max-height: 220px;
    display: flex;
    align-items: baseline;
    overflow: hidden;
    color: #1f1f1f;
}
.slick_container:hover{
    border: 2px solid #141850;
    background-color: #141850;
    padding: 2rem 2rem;
    border-radius: 10px;
}
.slick_container:hover h4, .slick_container:hover h2, .slick_container:hover p{
    color: #fff;
}
.slick_container button{
    margin-top: 1rem;
    border: none;
    background-color: #D85A30;
    color: #fff;
    padding: 0.6rem;
    border-radius: 5px;
}
/* .clientlogo-slider-3 .client-logo img, .clientlogo-slider-2 .client-logo img{
    width: 50%;
} */
.clientlogo-slider-3, .clientlogo-slider-2{
    margin: 3rem 0;
}
.impact-section-main{
    padding: 3rem 0;
    background-color: #141850;
    color: #fff;
}
.impact-section h6{
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #D85A30;
    text-transform: capitalize;
    /* font-family: var(--primary-font); */
    line-height: normal;
    margin-right: 5px;
}
.impact-section h6::after{
    content: "";
    width: 20%;
    height: 2px;
    background-color: #D85A30;
    position: absolute;
    bottom: 3px;
    left: 70px;
}
.impact-section h4{
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.75rem;
}
.impact-section p{
    font-size: 18px;
}
.impact-section .story_impacts{
    margin-bottom: 4rem;
}
.impact-section .story_impacts h4{
    color: #D85A30;
    font-weight: bold;

}
.Sustainable-section{
    background-image: url(https://assets.a3logics.com/image/new-image/sustainable_bg.webp);
    background-size: cover;
    background-position: bottom;
    padding: 8rem 0;
}
.Sustainable-section .heading h2{
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.sustainable-sec .icon_box{
    margin-bottom: 4rem;
}
.sustainable-sec .icon_box strong {
    color: #D85A30;
    font-size: 1.75rem;
    margin-left: 1rem;
}
.sustainable-sec .icon_box p {
    color: #fff;
    margin-top: 1rem;
    font-size: 18px;
}
.sustainable-sec.d-flex {
    align-items: center;
}
.testimonial_slider_new .testimonial_box{
        background-color: #fff;
        padding: 3rem 1rem;
        border-radius: 10px;
        text-align: center;
        margin-bottom: 3rem;
        margin-right: 1rem;    
}
.testimonial_slider_new .testimonial_box:hover{
    background-color: #141850;
}
.testimonial_slider_new .testimonial_box p {
    font-size: 16px;
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
}
.testimonial_slider_new .testimonial_box:hover p, 
.testimonial_slider_new .testimonial_box:hover h4, 
.testimonial_slider_new .testimonial_box:hover span,
.testimonial_slider_new .testimonial_box:hover .fa-quote-left,
.testimonial_slider_new .testimonial_box:hover .fa-quote-right
{
    color: #fff;
}
.testimonial_box p .fa-quote-left {
    position: absolute;
    top: -30px;
    font-size: 29px;
    left: 0px;
    color: #575756;
}
.testimonial_box p .fa-quote-right {
    position: absolute;
    bottom: -20px;
    font-size: 29px;
    right: 0px;
    color: #575756;
}
.newsletter_box{
    padding: 3rem 0;
    text-align: center;
}
.newsletter_box .heading h2{
    color: #D85A30;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 2rem;
}
.newsletter_box .heading h4{
    color: #D85A30;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 2rem;
}
.newsletter_box form input{
    width: 75%;
    padding: 0.7rem;
    margin-bottom: 1rem;
    background-color: #ebebeb;
    border: 0;
    border-radius: 5px;
    
}
.newsletter_box form .send_btn{
    width: 24%;
    display: inline-block;    
    background-color: #D85A30;
    text-align: center;
    color: #fff;
    padding: 0.7rem;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 5px;
    position: relative;
    right: 10px;
}
/* footer new design css */
.footer_new{
    background-color: #051321;
    background-size: 100%;
    padding: 2rem 0 !important;
    border-bottom: 3px solid #D85A30;
}
.contact_footer {
    margin-top: 6rem;
}
.contact_footer li {
    display: flex;
    align-items: baseline;
    margin: 1rem 0;
    color: #fff;
    font-size: 16px;
}
.contact_footer li i {
    color: #fff;
    margin-right: 1rem;
}
.footer_new .social_link li {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5rem;
    font-size: 18px;
    text-align: center;
    margin: auto;
    margin-right: 0.5rem;
    align-items: center;
    display: inline-grid;
}
.footerlink_heading {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.link_footer li {
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 16px;
}
.link_footer li:hover {
    color: #D85A30;
    
}
.sub_footer{
    background-color: #051321;
    border-top: 3px solid #D85A30;
    padding: 1rem 0;
  }
  .sub_footer a, .sub_footer p{
    color: #fff;
    font-size: 14px;
    opacity: .5;
    margin-right: 1rem;
  }
  .sub_footer a:hover{
    color: #D85A30 !important;
    opacity: 1;
  }
/* footer new design css */
/* service page css updates */

.success_story_counter{
    margin-bottom: 4rem;
}
.success_story_counter h4{
    font-weight: bold;
    color: #141850;
    margin-bottom: 1rem;
}
.success_story_counter p{
    font-size: 16px;
}
.success_story_counter a button{
    margin-top: 2rem;
    background-color: #D85A30;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}
.success_story_counter a button:hover{
    background-color: #D85A30;
}
/* process slider css */

.process_box.even{
    border-bottom: 25px solid #051321;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.process_box.odd{
    border-top: 25px solid #051321;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.processbox_wrapper{
    margin: 2rem 0;
    padding: 0 3rem;
    text-align: center;
}
.processbox_wrapper{
    position: relative;
}
.process_box.odd .processbox_wrapper::before{
    content: '';
    width: 1px;
    height: 320px;
    background: #171851;
    position: absolute;
    left: 0;
    top: 0;
}
.process_box.odd .processbox_wrapper::after{
    content: '';
    width: 1px;
    height: 320px;
    background: #171851;
    position: absolute;
    right: 0;
    top: 0;
}
.process_box{
    margin: 1rem 0;
}
.process_box h5{
    width: 100%;
    text-align: center;
    border: 1px solid #D85A30;
    border-radius: 50px 0px 50px 0px;
    background: #D85A30;
    margin: 10px 0;
    color: white;
    font-size: 24px;
    padding: 5px 0;
}
.process_box h4{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 1rem 0;
}
.process_box p{
    font-size: 16px;
    min-height: 200px;
    max-height: 200px;
    display: flex;
    align-items: top;
    color: #575756;
    margin-bottom: 20px;
}
.cta-banner-footer{
    padding: 2rem 0;
    background-color: #D85A30;
}
.cta-banner-footer h2{
    color: #fff;
    font-weight: 800;
}
.cta-banner-footer .footer_cta_btn a{
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #D85A30;
    font-size: 16px;
    font-weight: 600;
}
.cta-banner-footer .footer_cta_btn a:hover{
    background-color: #D85A30;
    border: 2px solid #fff;
    color: #fff;
}
.cta-banner-footer .footer_cta_img{
    width: auto;
}
/* process slider css end*/
.tab_section{
    padding: 30px 5px;
}
.tab_section h2{
    font-size: 13px;
    font-weight: 700;
    min-height: 50px;
}
/* service page css updates */


.info1_box{
    padding: 2rem 1rem;
    display: flex;
    position: relative;
    margin-top: 1rem;
}
.info1_box h2{
    font-size: 22px;
    color: #051321;
    font-size: 5rem;
    font-weight: 900;
}
.info1_box:after{
    content: "";
    position: absolute;
    background: linear-gradient(#48668500, #0000000a, #ebebeb, #ebebeb);
    width: 15em;
    height: 3em;
    
    border-bottom: 3px solid #d9d9d9;
    transform: rotate(130deg);
    top: 70px;
    left: -20px;
}
.info1_box .info_content{
    z-index: 999;
    
    text-align: center;
}
.info1_box .info_content i{
    font-size: 3em;
    color: #d85a30;
    margin-bottom: 1rem;
}
.info1_box .info_content h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #141850;
}

.info2_box{
    padding: 0rem 0rem;
    text-align: center;
}
.info2_box.even .info2_icon{
    background-color: #D85A30;
    padding: 1rem;
    margin: auto;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 2rem;
}
.info2_box.even .info2_icon:after{
    width: 2px;
    content: "";
    background-color: #d85a30;
    height: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -19px;
    left: 26px;

}
.info2_box.even .info2_counter{
    background-color: #D85A30;
    width: 100%;
    border-radius: 50px 50px 0 0;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    margin-bottom: 1rem;
    border-bottom: 2px solid #141850;
}
.info2_box.even .info2_counter:before {
    content: "";
    border-bottom: 10px solid #D85A30;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    z-index: 1;
    position: absolute;
    top: -10px;
  }
  .info2_box.even .info2_counter:after {
    content: "";
    position: absolute;
    border: 2px solid #141850;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    bottom: -5px;
    right:0;
  }
  .info2_box.odd .info2_icon{
    background-color: #141850;
    padding: 1rem;
    margin: auto;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    margin-top: 2rem;
}
.info2_box.odd .info2_icon:after{
    width: 2px;
    content: "";
    background-color: #141850;
    height: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -19px;
    left: 26px;

}
  .info2_box.odd .info2_counter{
    background-color: #141850;
    width: 100%;
    border-radius: 0px 0px 50px 50px;
    padding: 0.5rem 0;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    margin-bottom: 1rem;
    border-top: 2px solid #d85a30;
}
.info2_box.odd .info2_counter:before {
    content: "";
    border-top: 10px solid #141850;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    z-index: 1;
    position: absolute;
    bottom: -10px;
  }
  .info2_box.odd .info2_counter:after {
    content: "";
    position: absolute;
    border: 2px solid #d85a30;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    top: -5px;
    right:0;
  }
.info2_box h4{
    color: #D85A30;
    font-size: 16px;
    font-weight: 900;
}
.info2_box p{
    font-size: 14px;
    line-height: 1.5rem;
    margin: 0.2rem 0;
    min-height: 6.2rem;
    max-height: 6.2rem;
}

