

header.header-area {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}


.logo a {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fd5f00;
}

.menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.menu ul li a {
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}
.menu ul li.active a,
.menu ul li a:hover{
    background: #fd5f00;
    border-radius: 0 5px 0 10px;
}


.slider-item {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.slider-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -1;
}

.slider-content p {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 380px;
}
.slider-content.nsic{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 150px;
    margin-right: 900px;
    color: #Fff;
}
.slider-content.nsic p{
    font-size: 15px;
}

.slider-content h4 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -120px;
    margin-right: -400px;
}


a.slider-btn {
    display: inline-block;
    color: #fff;
    background: #fd5f00;
    padding: 10px 15px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 10px;
    border-radius: 0 5px 0 10px;
}
.slider-item {
    height:500px;
   
}

.slider-area.owl-carousel .owl-nav button span {
    font-size: 65px;
    color: #fd5f00;
    font-weight: bold;
}

.slider-area.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}


.slider-area.owl-carousel .owl-nav button.owl-next {
    right: 15px;
    left: auto;
    color: #fff;
}

.slider-area.owl-carousel .owl-dots button {
    width: 20px;
    height: 20px;
    background: #fd5f00;
    margin: 0 5px;
    border-radius: 50%;
}

.slider-area.owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.slider-area.owl-carousel .owl-dots button.active {
    background: #fff;
}


/* Style for home page */

@media (max-width:767px){
    .header-area__desktop.header-area__desktop--style3{
        position: relative !important;

    }
    .header-wrapper--style3__header-right{
        position: absolute !important;
        right: 10px !important;
        
    }
    .responsive{
        left: -70px;
        top: -40px !important;
        
    }
    .responsive img{
        width: 34% !important;
        padding: 5px;
        margin-left:68px !important;
    }
}

@media (min-width:700px) and (max-width:767px){
    .header-area__desktop.header-area__desktop--style3{
        position: relative !important;

    }
    .header-wrapper--style3__header-right{
        position: absolute !important;
        right: 10px !important;
        
    }
    .responsive{
        left: -70px;
        top: -40px !important;
        
    }
    .responsive img{
        width: 35% !important;
        padding: 5px;
        margin-left:105px !important;
    }
    .mt-24{
        margin-top: -30px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .header-area__desktop.header-area__desktop--style3{
        position: relative !important;

    }
    .header-wrapper--style3__header-right{
        position: absolute !important;
        right: 10px !important;
        
    }
    .responsive{
        left: -70px;
        top: -40px !important;
        
    }
    .responsive img{
        width: 35% !important;
        padding: 5px;
        margin-left:119px !important;
    }
    .col-lg-4.col-md-6.energy.card3{
    position: absolute;
left: 179px !important;
top: 305px !important;
}

}


@media (max-width: 767px){
.focus-area img{
width: 100% !important;
}
img.office{
height: 250px;
}
img.products{
height: 250px;
}
}

p.subtitle {
    color: #00204A;
    font-size: 14px;
    /* text-align: center; */
}

/* .image1 {
    background-image: url(assets/img/patterns/5.jpg);
    height: 470px;
    width: 100%;

} */

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
    top: 42px;
    width: 100%;
}

* {
    font-family: 'K2D';

}

.r-angle-img {
    width: 100%;
    height: 113px;
}

.pb-20 {
    padding-bottom: 26px;
}

.mb-7 {
    margin-bottom: 7px;
}

.ml-120 {
    margin-left: 120px;
}

.hidden {
    overflow-x: hidden;
}



.industry-two-slider__single-item__content .title a {
    color: #fd7f33;
}


.button .case-readmore:hover button.case-readmore1 {
    display: block;
    margin-left: 20px;

    background-color: #FD5F00;

}

.button .case-readmore1 {
    position: absolute;
    top: 145px;
    right: 20px;
    height: 60px;
    width: 60px;
    /* border: 2px solid#FF731D; */
    border-radius: 50%;
    z-index: 3;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    /* background-color: #fff; */

}

.button .case-readmore1 {
    transition: transform 0.5s ease;
    /* Add a smooth transition effect */
}

.button:hover .case-readmore1 {
    transform: translateX(-40%);
    background-color: #FD5F00;
    z-index: 2;
}
.single-case-study-project--style2 .single-case-study-project__image:hover .button.case-readmore{
    color: #f66335 !important;
}
.mt-39 {
    margin-top: -39px;
}

div#slide-10-layer-7 {
    font-size: 32px !important;
}

div#slide-11-layer-7 {
    font-size: 32px !important;
}

div#slide-12-layer-7 {
    font-size: 32px !important;
}

@media (min-width: 992px) and (max-width: 1199px){
    .header-area__desktop.header-area__desktop--style3{
        position: relative !important;

    }
    .header-wrapper--style3__header-right{
        position: absolute !important;
        right: 10px !important;
        
    }
    .responsive{
        left: -70px;
        top: -40px !important;
        
    }
    .responsive img{
        width: 41% !important;
        margin-top: -7px;
        margin-left: 132px !important;
    }
    .mt-24{
        margin-top: -30px !important;
    }
    .layer2{
    left: 101px !important;
top: -47px !important;

}
.layer4{
    left: 109px !important;
    top: -23px !important;
}
.layer3{
    left: 101px !important;
    top: -23px !important;
}
.layer5{
    left: 103px !important;
    top: -24px !important;
}
.layer13{
    left: 11px !important;
}
.layer15{
    left: 19px !important;
}
.layer14{
    left: 23px !important;
}
.layer12{
    left: 13px !important;
}
.layer22{
    left: 122px !important;
    top: -264px !important;

}
.layer24{
    left: 105px !important;
    top: -150px !important;
}
.layer23{
    left: 120px !important;
    top: -150px !important;
}
.layer25{
    left: 118px !important;
    top: -150px !important;
}
.production-units h2 {
    text-align: center;
    background: linear-gradient(#FD5F00, #00204A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 40px;

}

.col-md-2 img.img-fluid {
    width: 200px;
    height: 200px;
}

.col-md-2 h4 {
    margin-top: 10px;
}
}

@media (min-width:1200px) and (max-width:1250px) {
    .header-navigation__nav nav > ul{
margin-left: 373px !important;
}
.responsive img{
width: 76% !important;
margin-left: 54px !important;
}

}

.see-more-link--dark:hover {
background-color: #FD5F00;
color: #00204A;
transition: 1s;
}

.industry-two-slider__single-item__image img {

border-radius: 10px;
}
.industry-two-slider__single-item__image{
background-color: #00204A;
border-radius: 10px 10px 0px 10px;
box-shadow: 0px 4px 5px  grey; /* Horizontal offset, vertical offset, blur radius, shadow color */

height: 305px;
}
#ht-500{
height: 490px !important;
}
@media (min-width: 992px) and (max-width: 1199px){ 
.responsive img{
        width: 43% !important;
        padding: 5px;
    }
    .responsive{
        left: -16px !important;
top: -40px !important;
}
.single-case-study-project--style2 .case-readmore{
top: 99px;
}
img.carrer{
height: 165px !important;
}
.image .container{
height: 500px !important;
}
.industry-two-slider__single-item__content{
height: 240px ;
}


    }

   

@keyframes display {
0%, 100% {
transform: translateX(200px);
opacity: 0;
}

10%, 20% {
transform: translateX(0);
opacity: 1;
}

30% {
transform: translateX(-200px);
opacity: 0;
}
}
.pic-ctn img:nth-child(n+2) {
--initial-delay: 1s; /* Adjust this value to control the delay */
}
.pic-ctn {
    position: relative;
    width: 100vw;
    height: 300px;
 
}

.pic-ctn>img {
position: absolute;
top: 0;
opacity: 0;
animation: display 10s infinite;
animation-delay: var(--initial-delay); /* Set initial delay using CSS variable */
}
.pic-ctn {
--initial-delay: 0s;
}
img:nth-child(2) {
    animation-delay: 2s;
}

img:nth-child(3) {
    animation-delay: 4s;
}

img:nth-child(4) {
    animation-delay: 6s;
}

.pic-ctn img{
    width: 100%;
    height: 490px;
    background-position: center;
    background-size: cover;
}oter-about
/* Footer Styles */
.footer-col:nth-child(2),
.footer-col:nth-child(3) {
    flex-basis: 25%;
}

.footer-logo {
    width: 50%;
    position: relative;
    border-radius: 10px;
    left: 50px;
}

.footer-about {
    position: relative;
    top: -23px;
    font-size: 15px;
    gap: 2px;
    left: 46px;
    font-weight: 800;
    text-align: justify;

}

.footer-col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}

.footer-email {
    width: fit-content;
    margin: 20px 0;
}

.footer-col ul li {
    list-style: none;
    margin-bottom: 12px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-col form {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f66335;
    margin-bottom: 50px;
}

.footer-col form .icon {
    font-size: 18px;
    margin-right: 10px;
}

.footer-col form input {
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}

.footer-col form button {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.footer-col form button .icon-right {
    font-size: 16px;
    color: #ccc;
}

.footer-col .social-icons .social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #f66335;
    margin-right: 15px;
    padding: 5px;
    cursor: pointer;
}
.slider-item::after{
    background: none;
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}

.bottom-line {
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.bottom-line span {
    width: 15px;
    height: 100%;
    background: #f66335;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moveline 2s linear infinite;
}

@keyframes moveline {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}

/* Existing CSS styles */
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.centered-content {
    text-align: center;
}

.footer-col {
    flex-basis: 25%;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    position: relative;

    font-family: 'Poppins', sans-serif;
}

.location {
    position: absolute;
    /* transform: translateY(-50%); */
    top: 78px;
    left: -36px;
    font-size: 25px;

}

.envelope {
    position: absolute;
    transform: translateY(-50%);
    bottom: 23%;
    left: -36px;
    font-size: 21px;
}

.phone {
    position: absolute;
    transform: translateY(-50%);
    bottom: 4%;
    left: -36px;
    font-size: 20px;
}

footer {
    width: 100%;
    background-size: cover;
    /* padding: 50px 0 30px; */
    font-size: 13px;
    line-height: 20px;

}

.footer-row {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-image: linear-gradient(to right, #99a6b7, #FD5F00, #00204A);
    position: absolute;
    border-radius: 60px 60px 0 0;

}


.footer {



    color: #fff;
    position: relative;

}



.fa-location-dot {
    margin-right: 5px;
    /* Optional: Adjust margin as per your design */
}

/* For responsive */









@media screen and (max-width: 767px) {
    .footer-col {
        flex-basis: 100%;
        text-align: center;
    }

    .footer-logo {
        margin: 10px 20px 12px -76px;
    }

    .footer-about {
        margin: 0 auto 30px;
    }

    .footer-col ul {
        padding-left: 0;
        text-align: center;
    }

    .footer-col form {
        margin-bottom: 30px;
    }

    p.footer-about {
        margin-right: 100px;

    }

    @media (max-width:600px) {
        p.footer-about {
            width: 65%;
        }
    }

    p.footer-about {
        width: 85%;
    }

    .office-section {
        width: 100%;
        margin-left: 50px;
    }

    .footer-col h3.office {
        margin-left: 43px;
    }

    .links-section {
        margin-right: 50px;
    }

    .links-section h3.links {
        margin-left: 23px;
    }

    .footer-col h3.news {
        margin-left: 130px;
    }
}

.social-links.social-links--round-style {
    margin-left: 46px;
}