.sunshine h1 {
    margin-bottom: 3rem;
    margin-top: 2rem;
    font-weight: 700;
}
.sunshine h1 span {
    color: #5ee1e6;
}
.navbar .navbar-nav {
    border-top: none;
    background: none;
}
.quote{
        padding: 14px !important;
    height: 54px !important;
    font-size: 14px;
}
.sunshine p {
    line-height: 27px;
    font-family: auto;
    font-size: 20px;
    text-align: justify;
}
strong {
    font-weight: bolder;
}
.imgg img {
    width: 100%;
    margin-top: 1rem;
}
.img img {
    width: 100%;
    margin-top: 7rem;
}
.section1{
    margin-top: 100px;
    margin-bottom: 50px;
}
.background-text {
    color: #2ab0d5;
    font-size: 16px;
    background: #eeebff;
    padding: 6px 20px;
    border-radius: 16px;
    margin-bottom: 0;
    width: fit-content;
    text-transform: uppercase;
}
 .about-box h3 {
    color: #0a003e;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-box p {
    font-family: "Sofia Pro", sans-serif;
    color: #272240;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}
.about-box{
    margin-top: 20px;
    padding: 40px;
}

.section2{
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo img{
    width: 37%;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    height: 90px;
}
.industrie{
  color: #ce2127 !important;
}
.industries{
    background-color: #ce2127;
   
  
}
.industri{
    transition: 0.4s;
}
.industri:hover{
    background-color: white;
    color: #ce2127;
}
.btn-primary {
    color: #000;
    background-color: #ce2127;
    border-color: #ce2127;
}
.bg-primary {
    background-color: #ce2127 !important;
}
.text-primary {
    color: #ce2127 !important;
}

a {
    color: #ce2127;
    text-decoration: none;
}
#portfolio-flters li.active {
    color: #ce2127;
    border-color:#ce2127;
}
#portfolio-flters li:hover{
    color: #ce2127;
    border-color:#ce2127;
}
.btn-outline-primary {
    color: #ce2127;
    border-color: #ce2127;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: #ce2127;
}
.btn-outline-primary:hover {
    color: #000;
    background-color: #ce2127;
    border-color: #ce2127;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #ce2127;
    font-size: 45px;
    transition: .5s;
}
.btn-primary:hover {
    color: white;
    background-color:#ce2127;
    border-color:#ce2127;
}
.navbar-side{
    margin-left: -100px;
    padding-right: 15px;
}


body {
    align-items: center;
    justify-content: center;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-250px * 7));
   }
}
.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}
.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 250px;
}

.page-headerr {
    background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 17%)), url(../images/home/Industrial-banner.png)  center center no-repeat ;
        background-size: cover;
}

.page-headerrr {
    background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 17%)), url(../images/jp.png) center center no-repeat;
        background-size: cover;
}

@media (max-width:1400px){
    .about-box {
        margin-top: 0px;
        padding: 10px;
    }
}
@media(max-width:1300px){
        .navbar-side {
    margin-left: -296px;
    padding-right: 15px;
}
.navbar-side {
    margin-left: 0px;
    padding-right: 0px;
}
}
@media (max-width:998px){
    .navbar .navbar-nav {
    border-top: 1px solid #0000002e ;
    background: white;
}
}

@media (max-width:700px){
    .navbar .navbar-brand, .navbar a.btn {
        height: 75px;
        width: 70%;
    }
    .logo img {
        width: 64%;
    }
}

@media (max-width:500px){
    .section1 {
        margin-top: 53px;
        margin-bottom: 33px;
    }
    .sunshine h1 {
        margin-bottom: 1rem;
    }
    .img img {
        width: 100%;
        margin-top: 2rem;
    } 
    .section2 {
        margin-top: 37px;
        margin-bottom: 29px;
    }  
    .row1{
        flex-direction: column-reverse;
    }
}