﻿.service_box.style8 {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 6px;
}

    .service_box.style8 .service_content .title {
        color: #232323;
        font-size: 22px;
        font-weight: 600;
        margin: 30px 0 10px;
        display: block;
    }

    .service_box.style8 .service-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        display: inline-block;
        background: #fff5f2;
        border-radius: 100%;
        position: relative;
        z-index: 99;
    }

        .service_box.style8 .service-icon:after {
            width: 90px;
            height: 90px;
            line-height: 90px;
            position: absolute;
            left: -7px;
            top: -7px;
            border: 1px dashed #f00;
            border-radius: 100%;
            content: "";
            transition: .5s;
        }

    .service_box.style8:hover .service-icon:after {
        left: 0;
        top: 0;
    }

    .service_box.style8 .service-icon i {
        font-size: 40px;
        color: #00247E;
    }

    .service_box.style8 .service_btn a {
        border: 1px solid #FF3B00;
        border-radius: 30px;
        padding: 8px 25px;
        color: #FF3B00;
        margin-top: 15px;
        display: inline-block;
        transition: .5s;
    }

    .service_box.style8:hover .service_btn a {
        background: #FF3B00;
        border-color: #FF3B00;
        color: #fff;
    }

/* Case Study Style Five */
.case-study.style3.style5 .cases-study-content {
    position: absolute;
    left: 0;
    bottom: -190px;
    right: 0;
    text-align: left;
    background: #fff;
    margin: auto;
    padding: 14px 59px 19px;
    width: 92%;
    border-radius: 100px;
    transition: .5s;
    transition: all 400ms linear;
    text-align: center;
}

    .case-study.style3.style5 .cases-study-content .title a {
        color: #232323;
    }

        .case-study.style3.style5 .cases-study-content .title a:hover {
            color: #00247E;
        }

.case-study.style3.style5 .case_category span {
    color: #ED2C41;
}

/* Blog Style */
.blog_style_two.style5 .blog-page-title_adn h2 a {
    display: inline-block;
    font-weight: 700;
    color: #232323;
    transition: 0.5s;
    font-family: "Merriweather",Sans-serif;
}

    .blog_style_two.style5 .blog-page-title_adn h2 a:hover {
        color: #00247E;
    }

.blog_style_two.style5 .luxury-blog-readmore {
    text-align: center;
}

    .blog_style_two.style5 .luxury-blog-readmore a {
        padding: 9px 20px;
        display: block;
        border: 1px solid #eee;
        font-weight: 400;
        letter-spacing: 1px;
        border-radius: 3px;
        margin-top: 20px;
        transition: .3s;
        color: #00247E;
    }

        .blog_style_two.style5 .luxury-blog-readmore a:hover {
            background: #00247E;
            border-color: #00247E;
            color: #fff;
        }

.blog_style_two.style5 .luxury-blog-thumb_adn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px;
}

.blog_style_two.style5 .em-blog-content-area_adn {
    border: 0;
    padding: 40px 15px 17px;
    text-align: center;
}

.blog_style_two.style5 .owl-dots.disabled {
    height: 15px;
    width: 15px;
    background: #2772EE;
    border-radius: 50%;
    display: none;
}

.blog_style_two.style5 .user-url-meta {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    top: -24px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 20px;
}

.blog_style_two.style5 .luxury-single-blog_adn {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}

.agencya-single-blog_adn {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}

.blog_style_two.style5 .luxury-single-blog_adn:hover .em-blog-content-area_adn {
    filter: inherit;
    border: inherit;
}

.blog_style_two.style5 ul.post-categories {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
}


/* Blog Style 6 */
.blog_style_two.style6 .blog-page-title_adn h2 a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    transition: 0.5s;
    font-family: "Merriweather",Sans-serif;
}

    .blog_style_two.style6 .blog-page-title_adn h2 a:hover {
        color: #00247E;
    }

.blog_style_two.style6 .blog-page-title_adn p {
    color: #fff;
    transition: 0.5s;
}

.blog_style_two.style6 .luxury-blog-readmore {
    text-align: center;
}

    .blog_style_two.style6 .luxury-blog-readmore a {
        padding: 9px 20px;
        display: block;
        border: 1px solid #eee;
        font-weight: 400;
        letter-spacing: 1px;
        border-radius: 3px;
        margin-top: 20px;
        transition: .3s;
        color: #00247E;
    }

        .blog_style_two.style6 .luxury-blog-readmore a:hover {
            background: #00247E;
            color: #fff;
        }

.blog_style_two.style6 .luxury-blog-thumb_adn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px;
}

.blog_style_two.style6 .em-blog-content-area_adn {
    border: 0;
    padding: 40px 15px 17px;
    text-align: center;
}

.blog_style_two.style6 .owl-dots.disabled {
    height: 15px;
    width: 15px;
    background: #2772EE;
    border-radius: 50%;
    display: none;
}

.blog_style_two.style6 .user-url-meta {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    top: -24px;
    background: #011936;
    left: 0;
    right: 0;
    margin: 0 20px;
}

.blog_style_two.style6 .user_url a {
    color: #ffffff;
    padding-right: 25px;
    position: relative;
    transition: .5s;
    text-transform: capitalize;
}

.blog_style_two.style6 .agencya-blog-meta-left a, .blog_style_two.style6 .agencya-blog-meta-left time, .blog_style_two.style6 .agencya-blog-meta-left span {
    transition: .3s;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    background: transparent;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    margin-right: 14px;
}

.blog_style_two.style6 .luxury-single-blog_adn {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #00152c;
    /* box-shadow: 0 0 35px rgba(0, 0, 0, 0.1); */
    /* padding: 15px; */
    border-radius: 5px;
}

.agencya-single-blog_adn {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}

.blog_style_two.style6 .luxury-single-blog_adn:hover .em-blog-content-area_adn {
    filter: inherit;
    border: inherit;
}

.blog_style_two.style6 ul.post-categories {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
}

.blog-post.style6.blog_style_two .em-blog-content-area_adn {
    border: none;
    padding: 22px 30px 60px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
    background-color: #00152c;
    /* border-bottom: 4px solid #00152c; */
}

.blog-post.style6.blog_style_two .luxury-single-blog_adn:hover .em-blog-content-area_adn {
    border-color: #00247E;
}

.blog-post.style6.blog_style_two .luxury-single-blog_adn .luxury-blog-readmore a i {
    margin-left: 10px;
}

.blog-post.style6.blog_style_two .agencya-blog-meta-top li a {
    display: inline-block;
    background: #00152c;
    padding: 0 16px;
    line-height: 19px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
}

.blog-post.style6.blog_style_two ul.post-categories li a {
    padding: 0 16px;
    font-size: 10px;
    line-height: 19px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Merriweather",Sans-serif;
    background: #00152c;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
/*blog style six end*/


.luxury-blog-readmore a i {
    margin-left: 5px;
}

.style5 .brand-item {
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.about-two-left {
    position: relative;
}

    .about-two-left::after {
        content: "";
        width: 451px;
        height: 100%;
        background: #00247E;
        position: absolute;
        z-index: -1;
        top: 24px;
        left: -98px;
        display: block;
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        animation: agencya_bounce_animation 7s infinite;
    }

@keyframes agencya_bounce_animation {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

.about-two-left-home5::after {
    content: "";
    width: 451px;
    height: 100%;
    background: linear-gradient(to right, #000dff, #2c34ff, #444bff, #5860ff, #6b73ff) !important;
    position: absolute;
    z-index: -1;
    top: 24px;
    left: -98px;
    display: block;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: agencya_bounce_animation 7s infinite;
}

.about-two-counter {
    position: absolute;
    bottom: -44px;
    right: -10%;
}

.about-two-left-home3 {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}



Chat

New Conversation

🤓 Explain a complex thing

Explain Artificial Intelligence so that I can explain it to my six-year-old child.


🧠 Get suggestions and create new ideas

Please give me the best 10 travel ideas around the world


💭 Translate, summarize, fix grammar and more…

Translate "I love you" French



AITOPIA
Hello, how can I help you today?

AITOPIA
coin image
10
Upgrade




Ask me anything...



Make a Review & Earn Credit ❤
Chat
Ask
Search
Write
Image
ChatFile
Vision
Agent
Full Page
Invite & Earn
