@import url(/Content/css/variable.css);

/* //blogs list start/// */
.blog-section-start [data-overlay]:before {
    position: absolute;
    content: "";
    background: #020d16;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-section-start .blog-sec-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    padding: 130px 0 100px 0;
}

.blog-section-start .blog-captions .heading {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    font-family: cursive;
}

.blog-section-start .blog-captions .detail {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8;
}

.about-section {
    padding: 30px 80px;
}

.about-section .about-content h2 {
    color: #3e3e3e;
}

.about-section .about-content p {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    font-weight: 500;
}

.facts-section {
    background-color: #f7f9fc !important;
}

.facts-section .content {
    color: #455873;
    font-size: 13px;
    font-weight: 500;
}

.article-section-start {
    padding: 80px 0 80px;
}

.article-section-start .text {
    color: #3e3e3e;
    font-size: 24px;
}

.article-section-start .content{
    font-size: 14px;
    color: #5d6f7d;
    line-height: 1.8;
    font-weight: 500;
}
.blost-list-card .destination-label {
    padding: 4px 15px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 60%;
    background-color: #d4eee3;
}

.blost-list-card .blg-text {
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
}

.blost-list-card .detail {
    font-size: 13px;
    color: #5d6f7d;
    line-height: 1.8;
    font-weight: 500;
}

.blost-list-card .read-btn {
    text-decoration: none;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
}
.faq {
    padding: 40px 0px;
    background-color: #eff7f8;
}
    .faq p{
        font-size:14px;
        text-align:justify;
    }
    .faq .faq-thumb {
        width: 100%;
    }
.who-we-are {
    padding: 45px 0px;
    background: #eff7f8;
}
    
    .work-process .single-work-process {
        background: #FFF;
        box-shadow: 0 16px 52px rgb(0 0 0 / .07);
        padding: 42px 30px 21px;
        border-radius: 10px;
        transition: .5s;
        margin-bottom: 30px;
    }
    .work-process .single-work-process .content h2 {
        font-size: 22px;
        margin: 10px 0px;
    }


.service-slider {
/*    max-width: 1100px;*/
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}
    .service-slider h3{
        font-size:24px;
        color:var(--primary-color);
        font-weight:bold;
    }
    .services-card {
        display: flex;
        align-items: center;
    }

.service_content {
    height:340px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 20px;
    padding: 20px;
    border: 2px solid #125;
    border-radius: 4px;
    transition: all .3s ease;
    color: #000
}

    .service_content .fab {
        font-size: 70px;
        margin: 16px 0;
        color: #126
    }

    .service_content > * {
        flex: 1 1 100%;
    }

    .service_content:hover {
        color: white;
    }

        .service_content:hover a {
            border-color: white;
            background: white;
        }

.content-1:hover {
    border-color: #1DA1F2;
    background: #1DA1F2;
}

    .content-1:hover a {
        color: #1DA1F2;
    }

.content-2:hover {
    border-color: #E1306C;
    background: #E1306C;
}

    .content-2:hover a {
        color: #E1306C;
    }

.content-3:hover {
    border-color: #ff0000;
    background: #ff0000;
}

    .content-3:hover a {
        color: #ff0000;
    }

.service_content h2 {
    font-size: 18px;
    margin: 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.service_content p {
    font-size: 12px;
    font-family: 'Poppins',sans-serif;
}

.service_content a {
    margin: 22px 0;
    background: #123;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid black;
    padding: 15px 0;
    border-radius: 25px;
    transition: .3s ease;
}

    .service_content a:hover {
        border-radius: 4px;
    }

@media (max-width: 900px) {
    .services-card {
        display: flex;
        flex-direction: column;
    }
}

    @media (max-width : 769px) {
        .who-we-are{
            padding:15px 0px;
        }
        .service-slider{
            padding:0px;
        }
        .service_content h2{
            font-size:16px;
            font-weight:bold;
        }
        .blog-section-start .blog-sec-banner {
            padding: 99px 0 31px 0;
        }
    .blog-section-start .blog-captions .heading{
        font-size :  25px;
    }
    .blog-section-start .blog-captions .detail{
        font-size : 17px;
    }
    .blog-section-start .blog-sec-banner {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        width: 100%;
        height: 100%;
   
    }
}