body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.navbar a.nav-link:hover {
    color: #dc3545;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #dc3545;
}

.banner-heading {
    color: #dc3545;
}

.banner .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.banner .swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.banner .swiper-slide .subtitle {
    font-size: 21px;
}

.banner .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.banner .swiper-slide {
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.slider-1 {
    background: rgba(95, 88, 88, 0.71) url(img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-2 {
    background: rgba(95, 88, 88, 0.71) url(img/banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-3 {
    background: rgba(95, 88, 88, 0.71) url(img/banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-1 {
    border: solid 2px #dc3545;
    padding: 15px 30px;
    border-radius: 10px;
    color: #dc3545;
    display: inline-block;
    transition: all .3s;
}

.btn-1:hover {
    background-color: #dc3545;
    color: #fff;
    transition: all .3s;
}

.btn-2 {
    border: solid 2px #dc3545;
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    transition: all .3s;
    background-color: #dc3545;
}

.btn-2:hover {
    background-color: transparent;
    border: solid 2px #dc3545;
    color: #dc3545;
    transition: all .3s;
}

.about-bg {
    background-color: rgba(234, 226, 226, 0.68);

}

.about-img img {
    border-radius: 10px;
}

.img-box {
    overflow: hidden;
    transition: all 0.4s;

}

.about-img img {
    position: relative;
    display: block;
    transition: all 0.4s linear;
}

.about-img img:hover {
    transform: scale(1.2);
    transition: all 0.4s linear;
    display: block;
}

.story-year {
    color: #dc3545;
    border-right: solid 2px #dc3545;
    margin-right: 25px;
}

.story-card {
    padding: 25px 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(219, 209, 209, 0.73);
}



.progress {
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 40px;
    width: 100%;
}

.progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #000;
    border-radius: 100px;
    background: #000;
    height: 17px;
    width: 0;
    color: #fff;
    text-align: end;

}

.prog-2 .progress-value {
    animation: load2 3s normal forwards;
    background-color: blue;
}

.prog-3 .progress-value {
    animation: load3 3s normal forwards;
    background-color: #dc3545;
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 60%;
    }
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 80%;
    }
}

@keyframes load3 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}




.counter-up div:nth-child(1) {
    color: #000;
    font-size: 52px;
    font-weight: bold;
}

.counter-up div:nth-child(2) {
    color: #9a9a9a;
    font-size: 22px;
    font-weight: 500;

}

/*
 
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
*/

.swiper-slide .position-absolute {
    color: #fff;
    top: 10%;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 90px;
}

.swiper-slide .overly {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 3;
}

.num {
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 20px;
    font-size: 40px;
}

.service-btn {
    border: solid 2px #dc3545;
    padding: 10px 20px;
    border-radius: 10px;
    color: #dc3545;
    display: inline-block;
    transition: all .3s;
}

.service-btn:hover {
    background-color: #dc3545;
    color: #fff;
    transition: all .3s;
}


.logo img {
    filter: grayscale(1);
    margin: 0 auto;
    transition: .4s all;

}

.logo img:hover {
    filter: grayscale(0);
}

.testimonial-img img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.testimonial-card {
    text-align: center;
    /* border: solid 2px  #dc3545;*/
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(191, 181, 181, 0.76);
    margin-top: 20px;
    transition: all .3s;
}

.testimoial-icon i {
    color: #dc3545;
}

.testimonial-card img {
    margin-top: -60px;
}

.testimonial-card:hover h5 {
    color: #dc3545;
    transition: all .3s;
}

.blog-card h5 {
     transition: all .3s;
   
}
.blog-card:hover h5 {
    color:  #dc3545;
    transition: all .3s;
}
.blog-card a{
    transition: all .3s;
}
.blog-card:hover a{
    color:  #dc3545;
    transition: all .3s;
}
.blog-card{
   padding: 20px;
     box-shadow: 0px 4px 10px rgba(219, 209, 209, 0.73);
    
}

.footer-bg{
    background-color: rgb(242, 238, 238);
    color: #000;
}

.icon {

    font-size: 20px;
    margin-right: 10px;
    background-color:  #fff;
    border-radius: 50px;
    padding: 6px 10px;
    color:#dc3545;
    transition: all 0.6s;
}

.icon:hover {
    background-color: #dc3545;
    color: #fff;
    transition: all 0.6s;
}


.footer-menu ul li a {
    color: #000;
}

.footer-menu ul li i {
    color: #dc3545;
}

.footer-menu ul li {
    transition: all 0.6s;
}

.footer-menu ul li:hover {
    margin-left: 10px;
    transition: all 0.6s;

}


.footer-menu ul li a:hover {
    text-decoration: underline;
    color: #dc3545;
}

.footer-contact:hover {
    margin-left: 10px;
    transition: all 0.6s;
}

.footer-contact {
    transition: all 0.6s;
}

.footer-contact a {
    color: #dc3545;
}

.footer-service {
    margin-left: 150px;
}
.footer-icon i{
    
}
.f-contact{
    transition: all .3s;
}
.f-contact:hover{
    margin-left: 10px;
    transition: all .3s;
}
.contact-info a{
    color: #000;
    transition: all .3s;
}
.contact-info a:hover{
    color:  #dc3545;
    transition: all .3s;
}


@media screen and (max-width: 900px) {
    .footer-service{
        margin-left: 0px; 
        margin-top: 50px;
    }
    
    
    .testimonial-card {
        margin-top: 60px;
    }
}



@media screen and (max-width: 600px) {
    .banner .swiper-slide{
        padding: 20px 25px;
    }
    .btn-2{
        margin-top: 30px;
    }
    .about-img{
        margin-top: 25px;
    }
    .prog-1{
        padding-top: 20px;
    }
    .testimonial-card{
        margin-bottom: 40px;
    }
    .blog-card{
        margin-bottom: 20px;
    }
    .footer-service{
       margin-left: 0px; 
    }
    .swiper-slide .position-absolute{
        top: 0;
        padding: 20px;
    }
    }