.faq-bg {
    position: absolute;
    right: 0;
    z-index: -1;
}
.acc-btn {
    width: 100%;
    padding: 1rem;
    font-size: 15px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
}
.footer-links li a:hover{
    transition: .3s all ease-in-out;
    color: rgb(255, 210, 12) !important;
}
.button {
    position: absolute;
    width: 85%;
    left: 30px;
    top: 70px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
    padding: 3rem;
    background: rgba(2, 12, 27, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
}
.img-container {
    position: relative;
    width: 367px;
    height: 250px;
}

.blog img {
    position: absolute;
    width: 367px;
    height: 250px;
    left: 0;
}
.button a {
    text-decoration: none;
    padding: 12px 48px;
    text-align: center;
    color: white;
    z-index: 1;
}

.img-container:hover .button {
    opacity: 1;
}
.blog {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 1.5rem 0;
}
.blog .blog-heading a {
    text-decoration: none;
    color: #000;
}
.blog .blog-heading a:hover {
    color: #ffd550;
    transition: 0.2s ease-in-out;
}
.chevron svg {
    float: right;
    transition: all 0.3s linear;
    margin-top: 3px;
}
.acc-btn.is-open .chevron svg {
    transform: rotate(90deg);
    color: #fa8d0c;
}
.acc-content {
    max-height: 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 1.5rem;
    margin: 0 1rem;
    padding-left:5px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.bg-home {
    background-color: #091242;
}
.bg-foot {
    background-color: #091242ec;
}
footer h3 {
    color: #fff;
    margin-bottom: 0;
    padding: 15px 2rem;
}
footer .subscribe {
    padding: 15px 0 15px 2rem;
}
footer .subscribe input {
    background: #091242;
    width: 100%;
    outline: 0;
    border: 1px solid grey;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
input[type="text"],
input[type="email"],
textarea {
    color: #c0bcbc;
}
.icon {
    background-color: #183660;
    padding: 10px;
    display: flex;
     align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
footer .icon {
    width: 2.5rem;
    height: 2.5rem;
}
footer a {
    text-decoration: none;
}
.social-btn {
    display: flex;
}
.nav-quote {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background-color: #183660;
}
.nav-quote a {
    color: #fff;
    text-decoration: none;
    font-size: 14px !important;
}
.top-icon {
    background-color: #183660;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.locations {
    border-top: 1px solid rgba(192, 192, 192, 0.589);
    border-bottom: 1px solid rgba(192, 192, 192, 0.589);
}
.clients {
    border-top: 1px solid rgba(192, 192, 192, 0.589);
    border-bottom: 1px solid rgba(192, 192, 192, 0.589);
    border-left: 1px solid rgba(192, 192, 192, 0.589);
}
.social {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.social ul {
    display: flex;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.social ul li {
    margin-left: 8px;
    margin-right: 8px;
}



.slider {
    margin-bottom: 30px;
    position: relative;
}
.slider .owl-item.active.center .slider-card .overlay{
    position: absolute;
    background: black;
    height: 500px;
    width: 100%;
    opacity: 0.5;
}
.service-heading{
    color: #fdcb26;
}
.slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    /* background: #ff9966;
    background: -webkit-linear-gradient(to bottom,
            #ff5e62,
            #ff9966);
    background: linear-gradient(to bottom,
            #ff5e62,
            #ff9966);
    color: #fff; */
}
.service-content{
    position: absolute;
    top: 20rem;
    margin-left:0;
}
.slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 30px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}
.slider .prev{
    position: absolute;
    top: 13rem;
    left: 11rem;
    z-index: 1000;
    color: #fdcb26;
}
.slider .next{
    position: absolute;
    top: 13rem;
    right: 11rem;
    z-index: 1000;
    color: #fdcb26;
}
/* .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
} */

/* .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 5rem !important;
    z-index: 1;
    color: #000;
} */

.owl-dots {
    text-align: center;
}
.mble-hero-content{
        display:none;
    }
.owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border-radius: 12px;
    background: #c0bcbc !important;
    margin-left: 8px !important;
    margin-right: 5px !important;
    outline: none;
}

.owl-dots .owl-dot.active {
    background: #fdcb26 !important;
}





@media screen and (max-width: 992px) {
    .social-btn {
        justify-content: center;
    }
    .nav-quote {
        border: 1px solid #fff;
    }
    .slider .prev{
        left: 0;
        top: 180px !important;
    }
    .slider .next{
        right: 0;
         top: 180px !important;
    }
    .service-content{
        top: 12rem;
        padding: 0 4rem;
    }
}
@media screen and (max-width: 768px) {
    .desktop-hero-content{
        display:none !important;
    }
    .mble-hero-content{
        display:block !important;
    }
    .desk-footer{
        display: none !important;
    }
    
    .mble-footer{
        display: block !important;
    }
    .top-bar {
        flex-direction: column;
    }
    .banner-text2 {
        margin-bottom: 2rem;
    }
    .second-flow-card {
        margin-top: 2rem;
    }
    .clients {
        border-left: none;
    }
    .blog {
        flex-direction: column;
    }
    .blog-image {
        border: none !important;
    }
    .blog-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 1rem;
    }
    .why-us {
        flex-direction: column-reverse;
    }
    .why-image {
        padding-top: 1rem;
    }
    .why-content {
        padding-right: 0 !important;
        padding-top: 2rem;
    }
    .contact {
        padding: 3rem !important;
    }
    .blog-row {
        padding: 2rem !important;
    }
    .desk-date {
        padding-left: 2rem !important;
        padding-right: 0 !important;
    }
    .service-content{
        padding: 0 3rem;
    }
    .service-content .content{
        padding: 0 !important;
    }
    h3{
        font-size:22px !important;
    }
    .contact-btn{
        padding: 0 !important;
    }
}
@media screen and (max-width: 540px) {
    .blog-image {
        flex-direction: column;
    }
    .desk-date {
        display: none !important;
    }
    .mble-date {
        display: block !important;
        color: #16236bea;
    }
    .blog-content {
        padding-top: 0 !important;
    }
    .blog img {
        width: 100%;
    }
    .img-container {
        width: 100%;
    }
}
