:root {
    --theme: #1c3a97;
    --theme2: #e92533;
}
.header-logo img{
    width: 200px;
    height: 90px;
}

@media (max-width: 1899px) {
    .header-1 .mega-menu-wrapper .header-main .header-left {
        gap: 0;
        justify-content: space-between;
        width: 100%;
    }
}

.hero-1 .slide-bg{
    padding: 80px 0 100px;
}
.hero-1 .slide-bg::before{
    display: none;
}
.hero-1 .hero-content .title{
    color: #170236;
}
.hero-1 .hero-content .sub-title{
    background-color: var(--theme2);
    width: fit-content;
    padding:  5px 10px;
    border-radius: 5px;
}
.hero-1 .hero-content .description{
    color: #280072;
    margin-top: 30px;
}
.hero-1 .hero-content h4::before{
    display: none;
}
.theme-btn{
    padding: 15px 35px;
}
.header-main .main-menu ul li a{
    padding: 20px 0;
}
.theme-btn.hover-white::before, .theme-btn.hover-white::after{
    background-color: var(--theme2);
}
.theme-btn.hover-white:hover{
    color: #fff;
}
.about-wrapper-2 .about-image-items .about-image-2{
    padding: 10px;
}
.about-wrapper-2 .about-image-items .about-image-2 img{
    width: 100%;
    border-radius: 20px;
    height: 400px;
}
.section-title span{
    background-color: var(--theme);
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 10px;
    text-decoration-line:none;
}
.service-section-2::before{
    display: none;
}
.sec-bg{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-image img{
    max-width: 600px;
}
.service-section{
    background-color: #EBE6F1;
}
.service-box-items:hover .icon img{
    filter: brightness(0) invert(1);
    
}
.counter-wrapper .counter-items:hover .icon  img{
    filter: brightness(0) invert(1);

}
.case-study-2 .case-study-items{
    box-shadow: 0px 0px 15px 1px #d3cdcd;
    margin: 20px 15px;
}
.case-study-wrapper .case-study-items .case-study-image {
    display: flex;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}
.case-study-wrapper .case-study-items .case-study-image img{
   
    height: 350px;
    max-width: 100%;
    width: auto;
    padding: 10px;
}
.case-study-wrapper .case-study-items .case-study-content{
    background-color: #EBE6F1;
}
.service-wrapper-2 .service-box-items-2 .icon{
    color: var(--theme2);
}
.brand-section {
    background-color: #EBE6F1;
    padding: 90px 0;
}
.brand-wrapper-3{
    border: none;
    padding: 20px;
}
.brand-wrapper-3 .brand-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    background-color: #fff;
    padding: 20px;
}
.brand-wrapper-3 .brand-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.brand-wrapper-3 .brand-box img{
    width: 100%;
    max-height:100%; 
    transition: 0.4s;
} 
.brand-wrapper-3 .brand-box:hover img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-news-items-2{
    box-shadow: 0px 0px 15px 1px #d3cdcd;
}
.single-news-items-2 .news-image{
    width: 100%;
    max-width: 100%;
}
.single-news-items-2 .news-image .image{
    width: 100%;
    height: 270px;

}

.footer-section{
    padding: 50px 0;
}
.footer-widgets-wrapper{
    padding: 0 0 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head img{
    padding: 10px;
    background-color: #fff;
    height: 70px;
    border-radius: 15px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a{
    background-color: var(--theme2);
    color: #fff;
}
.footer-address-text i{
    background-color: var(--theme2);
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.footer-address-text a{
    color: var(--text2);
}
.footer-address-text a:hover{
    color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list-items li a:hover{
    color: var(--theme2);
}
.footer-widgets-wrapper .single-footer-widget .list-items li a::before{
    background-color: var(--theme2);
}

.footer-bottom .footer-wrapper p{
    color: #c1b3b3;
}

.footer-bottom .footer-wrapper p a{
    font-weight: bold;
}
.footer-bottom .footer-wrapper p a:hover{
    color: var(--theme2);

}

@media (min-width:1024px){
    .footer-widgets-wrapper .single-footer-widget ul{
        columns: 2;
    }
}
.footer-bottom .scroll-icon{
    position: fixed ;
    right: 30px ;
    bottom: 30px ;
    top: auto ;
    left: auto ;
    cursor: pointer;
    display: block;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    width: 60px;
    height: 60px;
    line-height: 50px;
}

.footer-bottom .scroll-icon.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width:767px){
    .header-logo img {
        width: 130px;
    }
    .header-1 .mega-menu-wrapper .header-main .header-left {
        gap: 60px;
    }
    .hero-1 .hero-content .sub-title{
        margin: 30px auto ;
    }
    .hero-image img{
        max-width: 300px;
    }
    .about-wrapper-2 .about-content .single-tab-items .nav .nav-link{
        padding: 12px;
    }
    .service-wrapper,.case-study-wrapper{
        padding: 0 20px;
    }
    .case-study-wrapper .case-study-items .case-study-content .icon{
        display: none;
    }
    .service-wrapper .service-carousel-active .slide-dots{
        display: none !important;
    }
    .section-title span{
        font-size: 14px;
    }
    .section-title h2{
        font-size: 20px;
    }
    .service-box-items .content h3{
        font-size: 18px;

    }
    .news-section .theme-btn{
        display: none;
    }
    .footer-bottom .scroll-icon{
        right: -15px;
        width: 50px;
        height: 50px;
        line-height: 40px;
    }
}
.service-wrapper-2{
    margin-top: 30px;
}
.offcanvas__logo img{
    width: 150px;
}
.case-studies-carousel-active-2 .case-study-items.slick-slide.slick-current.slick-active .case-study-content h3 a {
    color: var(--header);
}
.footer-bottom .scroll-icon:hover{
    background-color: var(--theme2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a{
    color: #fff;
}
.breadcrumb-wrapper{
    padding: 100px 0;
}
.why_us .about-wrapper-2 .about-content .single-tab-items .nav{
    justify-content: center;
    border: none;
}
.why_us .about-wrapper-2 .about-content .single-tab-items .nav .nav-link{
    border-radius: 10px;
    background-color: #d3cdcd;
}
.why_us .about-wrapper-2 .about-content .single-tab-items .nav .nav-link.active{
    background-color: var(--theme2);
}
.why_us .about-wrapper-2 .about-content .about-tabs-area img{
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
}
.service-wrapper .service-carousel-active .slick-slide{
    margin: 15px;
}
.service-wrapper .single-news-items-2 {
    border-radius: 10px;
}
.service-wrapper .single-news-items-2 .news-image{
    overflow: hidden;
    height: 230px;
}
.service-wrapper .single-news-items-2 .news-image .image{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.6s;
    height: 230px;
}
.service-wrapper .single-news-items-2:hover .news-image .image{
    transition: 0.6s;
    transform: scale(1.1);
}
.service-wrapper .single-news-items-2 .news-image .post-date{
    border-top-right-radius: 10px;
    z-index: 5;
    
}
.service-wrapper .single-news-items-2 .news-image .post-date img{
    filter: brightness(0) invert(1);
}
.service-wrapper .single-news-items-2 .news-content p{
    color: var(--text2);
}
.service-details-wrapper .service-details-items .details-image img{
    height: 400px;
    width: 100%;
}
.popular-posts .single-post-item .thumb img{
    width: 100%;
    height: 100%;
}
.blog-wrapper .single-blog-post.post-details .post-content img{
    margin-top: 0;
}
.case-study-wrapper .case-study-items .case-study-content .icon{
    display: none;
}
.team-details-wrapper .team-image{
    height: auto;
}
.team-details-wrapper .team-image img{
    width: 100%;
    height: 400px;
}
.team-details-wrapper .team-details-content h3{
    margin-bottom: 20px;
}
.project-image {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 300px;
    background-color: #fff;
}
.project-image img{
    height: 300px;
    width: auto;
    max-width: 100%;
}
.project-image .icon,.project-image .project-content h3{
    color: #170236;
}
.section-padding{
    padding: 90px 0;
}
.contact-section::before{
    left: 0;
}
.contact-info .service-box-items{
    box-shadow: 0px 0px 15px 1px #e3dfdf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    padding: 30px;
}
.contact-info .service-box-items:hover .content h3{
    color: #fff;
}
.contact-info .service-box-items .content{
    text-align: center;
}
.contact-info .service-box-items:hover .content a{
    color: #fff;
}


.about-wrapper-2 .more-desc{
    margin-top: 90px;
}
.single-news-items-2 .news-content h4{
    font-size: 20px;
}
.single-news-items-2 .news-content{
    background-color: #fff;
    min-height: 210px;
    padding: 25px 18px;
}
@media (min-width:1024px){
    .breadcrumb-wrapper .page-heading h1{
        font-size: 50px;
    }
}
.service-wrapper-2 .service-box-items-2{
    padding: 20px;
    height: 380px;
}
.project-details-wrapper .details-info{
    padding:20px 30px;
    background-color: #dadcee;
}
.project-details-wrapper .details-info .info-items:not(:last-child){
    border-bottom: 1px solid #bdb4b4;
    padding: 10px 0;
}
@media (max-width:991px){
    .project-details-wrapper .details-info{
        margin-top: 30px;
    }
}
.case-study-wrapper .case-study-items .case-study-image{
    filter: none;
}
.blog-wrapper .single-blog-post.post-details .post-content .single-post-image{
    height: 400px;
}

.chairman-container {
    
    display: flex;
    justify-content: center;
}
.chairman-box {
    position: relative;
    width: 400px;
    height: 400px;
}
@media (max-width:991px){
    .chairman-box{
        width: 250px;
        height: 250px;
    }
}

.chairman-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    padding: 10px;
}

.chairman-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px dashed var(--theme);
    padding: 10px;
    box-sizing: border-box;
    animation: rotateBorder 10s linear infinite;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#whatsapp {
    cursor: pointer;
    position: fixed;
    z-index: 9;
    border-radius: 50px 50px 4px 4px;
    text-align: center;
    left :30px;
    bottom :30px;
}
#whatsapp a img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.main-sidebar .single-sidebar-widget{
    background-color: #ebe6f1;
}
.case-studies.machine-section  {
    background-color: #e0e1eb !important;
}
.case-studies-wrapper-2 .case-studies-items .case-studies-image{
    display: flex;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
}
.case-studies-wrapper-2 .case-studies-items .case-studies-image img{
    height: 400px;
    width: auto;
    max-width: 100%;
    padding: 10px;
}
.case-studies-wrapper-2 .case-studies-items .case-studies-image .case-studies-content{
    padding: 20px;
    background-color: var(--theme);
}
.case-studies-wrapper-2 .case-studies-items .case-studies-image .case-studies-content h4 a{
    font-size: 18px;
    color: #fff ;
}
.main-sidebar .single-sidebar-widget .service-category a i{
    right: 8px;
}

.project-multi-img .img-box .project-image{
    margin: 10px;
}
.project-multi-img .img-box .project-image img{
    width: 100%;
}
.multi-imgs-section .testimonial-nav-prev, .multi-imgs-section .testimonial-nav-next {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    color: var(--black);
    background-color: #F1F1F1;
    line-height: 60px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-weight: 700;
    border-radius: 50%;
  }
  @media (max-width: 767px) {
    .multi-imgs-section .slider-button{
        display: none  !important;
    }
    .multi-imgs-section .testimonial-nav-prev, .multi-imgs-section .testimonial-nav-next {
      display: none !important;
    }
  }
  .multi-imgs-section .testimonial-nav-prev.slick-disabled, .multi-imgs-section .testimonial-nav-next.slick-disabled {
    background-color: #b8b8b8 !important;
  }
  .multi-imgs-section .testimonial-nav-prev:hover, .multi-imgs-section .testimonial-nav-next:hover {
    background-color: var(--theme2);
    color: var(--white);
  }
  .breadcrumb-wrapper .page-heading .breadcrumb-items li i{
    color: #fff;
  }
  .machinery-imgs-section .project-image img{
    object-fit: unset;
  }
  .text-editor-section ul{
    padding: 10px; 
    margin: 5px;
    list-style: disc; 
  }
  .comp_img{
    display: flex;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
  }
  .comp_img img{
    max-width: 100%;
    width: auto;
    height: 70px;
    padding: 10px;
  }
  .service-details-wrapper .service-details-items .details-image{
    display: flex;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
  }
  .service-details-wrapper .service-details-items .details-image img{
    width: auto;
    max-width: 100%;
  }
  .contact-section::before{
    background-color: #ebe6f1;
  }
  @media(min-width:1024px){
      .section-title.style-2 h1{
        font-size: 48px;
      }
  }
  img.mfp-img{
    max-height: 100% !important;
  }