.section-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-tittle p{
    color: #454e6d;
    font-size: 16px;
}
.section-tittle .subheading{
    color: #ff6d21;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 800px;
}

header .navbar-nav .nav-item{
    padding: 0px 16px;
}
header .navbar-nav .nav-link, header .navbar-nav .dropdown-item{
    color: #232f55 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-btn{
    line-height: 1.7;
    padding: 18px 30px;
}


.link{
    color: #ff6d21;
}
.link:hover{
    color: #232f55;
}

.slider-bg2,
.slider-bg1{
    background-image: url('../../img/background.webp');
}

.project-us .project-right-cap .project-right-img img,
.support-company-area .support-location-img img{
    border-radius: 10px;
}


.marq-main-wrapper{
    border-bottom: 1px solid #232f55;
    max-width: 100vw;
    overflow: hidden;
}
.marq-main-wrapper .marquee-wrap{
    display: flex;
}
.marq-main-wrapper .marquee-wrap .marq-item{
    margin-right: 60px;
}
.marq-main-wrapper .marquee-wrap .marq-item h3{
    margin-bottom: 0px;
}
.marq-main-wrapper .marquee-wrap .marq-item:last-child{
    margin-right: 0px;
}
.marq-main-wrapper .maqr-title h2{
    background-color: #232f55;
    color: #fff;
    z-index: 99;
    text-align: center;
    margin-bottom: 0px;
    padding: 20px 0px;
}
.marq-heading-col{
    z-index: 99;
}
.marq-main-wrapper .container-fluid{
    padding:0px;
}

.marq-main-wrapper .maqr-title h2,
.marq-main-wrapper .marquee-wrap .marq-item h3{
    font-size: 20px;
}

/* Homepage */

.hero-area .hero-caption h1 {
    color: #fff;
    font-family: "DM Sans",sans-serif;
    font-size: 67px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.hero-area .hero-caption p{
    margin-bottom: 44px;
    padding: 0 36px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.hero-area .hero-shape img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* .hero-area .hero-shape {
    position: relative;
    top: unset;
    right: unset;
} */

.place-at{
    padding: 50px 0px;
    padding-top: 80px;
}

.place-at.partners, .place-at.worked-for{
    padding-top: 50px;
}

.accordion .card{
    border: 0px;
    border-radius: 0px;
}
.accordion .card .card-body{
    border-bottom: 1px solid #e8ecf1;
}

.our-client{
    padding: 30px 0px;
    border-top: 1px solid #ddd;
}

.our-client .client-single{
    margin-bottom: 0px;
}

.services-area .single-cat{
    text-align: center !important;
    padding: 25px 30px;
    border: 1px solid #ddd;
}

.place-at .img-wrap{
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.place-at .img-wrap img{
    max-width: 100%;
}

.client-single blockquote img{
    border-radius: 0px;
}

.single-team{
    align-items: center;
    border: 1px solid #ddd;
}

.single-team .team-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-team .team-info{
    padding: 40px;
}

.gallery-grid .grid{
    margin-bottom: 2rem;
}
.gallery-grid .grid img{
    max-width: 100%;
    transition: all 0.5s ease-in-out;
    cursor: zoom-in;
}
.gallery-grid .grid img:hover{
    transform: scale(1.1);
    filter: brightness(0.7);
}
.gallery-grid .grid .figcaption{
    display: none;
}

.features-img img{
    max-width: 100%;
    border-radius: 10px;
}

.services-area2 .features-caption{
    padding-left: 20px;
}

.footer-wrappper .footer-bottom-area .footer-border{
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.footer-wrappper .footer-area .footer-tittle ul li a,
.footer-wrappper .footer-area .footer-tittle p{
    color: #fff;
}


@media screen and (min-width: 1080px){
    
    .place-at .col-lg-2{
        width: 16.666666666%;
        margin-bottom: 1.5rem;
    }
    
    
    
    /* Services */
    
    .services-area .single-cat.mb-50{
        margin-bottom: 1.5rem;
    }
    
    /* Testimonials */
    .emargency-care .single-emargency{
        margin-left: 0px;
    }
    
}

@media screen and (max-width: 990px) {

    .hero-area .hero-caption{
        margin-bottom: 40px;
    }
    .place-at .col-lg-2{
        width: 50%;
        margin-bottom: 1.5rem;
    }
    .place-at{
        padding-top: 50px;
    }

    .our-client .client-single{
        margin-bottom: 30px;
    }
    .our-client .client-single:last-child{
        margin-bottom: 0px;
    }

    .support-company-area .support-location-img img{
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 767px){
    .section-tittle{
        margin-bottom: 30px;
    }
    .about-btn{
        padding: 18px 20px;
    }
    .hero-area .hero-caption h1{
        font-size: 40px;
    }
}