/**
* Template Name: Nova
* Template URL: https://bootstrapmade.com/nova-bootstrap-business-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Montserrat", sans-serif;
    --font-secondary: "Raleway", sans-serif;
}

/* Colors */
:root {
    --color-default: #2b180d;
    --color-primary: #ffffff;
    --color-secondary: #216498;
}

/* Smooth scroll behavior */
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--font-primary);
    color: var(--color-default);
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
}

    a:hover {
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 3pc;
}

.section-header {
    text-align: center;
    padding-bottom: 30px;
}
    /*
    .section-header h2 {
        font-size: 32px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
*/
    .section-header h2:after {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 2px;
        background: #216498;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .section-header p {
        margin-bottom: 0;
    }


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid var(--color-primary);
        border-top-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container {
    max-width: 90% !important;
    margin: 0 auto;
    width: 85%;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }

    .divblock {
        width: 80%;
        margin: 2pc auto;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.col-xl-6.bgclour {
    padding: 0 6pc;
}

.bgclour {
    background: #216498;
    display: grid;
    align-content: center;
}

.hero .container {
    z-index: 1;
}

.containerblock {
    margin: 0 auto;
    width: 90%;
}

section#hero {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nopadding {
    padding: 0 !important;
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.hero h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-primary);
    text-transform: uppercase;
}

.hero blockquote {
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    font-family: var(--font-default);
    border-left: 3px solid #fff;
    margin: 40px 0;
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
    font-weight: 600;
    padding: 10px 0px;
}

    .hero .btn-watch-video i {
        color: var(--color-primary);
        font-size: 32px;
        transition: 0.3s;
        line-height: 0;
        margin-right: 8px;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 5px;
    }

    .hero .btn-watch-video:hover {
        color: #fff;
    }

        .hero .btn-watch-video:hover i {
            color: #216498;
            background: #fff;
        }

.hero .btn-get-started {
    background: #fff;
    color: #216498;
    border: 2px solid #216498;
    padding: 10px 30px;
}

    .hero .btn-get-started:hover {
        background: #216498;
        color: #fff;
        border: 2px solid #fff;
        padding: 10px 30px;
    }

@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
        line-height: 1;
    }

    .hero .btn-get-started,
    .hero .btn-watch-video {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Why Choose Us Section
--------------------------------------------------------------*/
.why-us {
    padding: 4pc 0;
    background: #ebf1f6;
}

    .why-us .slides .item {
        padding: 40px;
        min-height: 400px;
        display: grid;
        align-content: center;
    }

    .why-us h3 {
        font-size: 28px;
        font-weight: 700;
        color: var(--color-secondary);
        text-transform: uppercase;
    }

    .why-us h4 {
        font-size: 18px;
        font-weight: 400;
        color: #29486a;
        font-family: var(--font-secondary);
    }

    .why-us .swiper {
        margin: auto;
        overflow: hidden;
        width: 80%;
    }

    .why-us .swiper-button-prev:after,
    .why-us .swiper-button-next:after {
        font-size: 24px;
        color: var(--color-secondary);
    }

    .why-us .swiper-button-prev {
        left: 60px;
    }

    .why-us .swiper-button-next {
        right: 60px;
    }

    .why-us .swiper-pagination {
        margin-top: -20px;
        position: relative;
    }

        .why-us .swiper-pagination .swiper-pagination-bullet {
            background-color: var(--color-secondary);
        }

        .why-us .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #216498;
        }

.col-xl-6.slides.position-relative {
    display: grid;
    align-content: center;
}

@media (max-width: 1200px) {
    .why-us .swiper {
        margin: 60px 60px 40px 60px;
    }

    .why-us .swiper-button-prev,
    .why-us .swiper-button-next {
        display: none;
    }
}

@media (max-width: 575px) {
    .why-us .swiper {
        margin: 40px 40px 20px 40px;
    }
}

.page-about .why-us {
    padding: 0 0 80px 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 36px;
    font-family: var(--font-secondary);
    color: var(--color-secondary);
}

.about .content p {
    margin: 30px 0;
    color: #29486a;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding: 0 0 15px 26px;
        position: relative;
        font-size: 15px;
        font-weight: 600;
    }

    .about .content ul i {
        position: absolute;
        font-size: 20px;
        left: 0;
        top: -3px;
        color: var(--color-primary);
    }

/*--------------------------------------------------------------
# Services List Section
--------------------------------------------------------------*/
section#services-list {
    margin: 5pc 0;
}

.services-list .service-item {
    position: relative;
}

    .services-list .service-item .icon i {
        font-size: 40px;
        line-height: 0;
        margin: 0px auto;
        color: #216498;
    }

    .services-list .service-item .title {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 18px;
    }

        .services-list .service-item .title a {
            color: #000;
        }

            .services-list .service-item .title a:hover {
                color: #216498;
            }

    .services-list .service-item .description {
        line-height: 24px;
        font-size: 14px;
    }

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
    background: linear-gradient(rgb(56 97 142 / 70%), rgb(56 97 142 / 75%)), url(../img/custom-design-jewelry-at-star-gems.jpg) center center;
    background-size: cover;
    padding: 100px 0;
}

@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed;
    }
}

.cursivefont {
    font-family: "Pacifico", cursive;
    font-weight: 400;
}

.call-to-action h3 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 700;
}

.call-to-action h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.call-to-action h1 {
    color: #fff;
    text-shadow: 1px 1px #216498;
}

.call-to-action p {
    color: #fff;
    margin: 30px;
    font-size: 20px;
}

.call-to-action .cta-btn, .btn-get-started {
    font-family: 'Raleway';
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #216498;
    background: #ffffff;
    border: 2px solid #216498;
    font-weight: 700;
}

    .call-to-action .cta-btn:hover {
        color: #ffffff;
        background: #216498;
    }

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
    padding-bottom: 0;
}

    .features .align-items-md-end {
        align-items: stretch;
        display: flex;
    }

    .features h3, .section-header h2 {
        color: var(--color-secondary);
        font-size: 32px;
        font-weight: 700;
        position: relative;
        padding-bottom: 15px;
    }

    .features .icon-list i {
        margin-right: 10px;
        font-size: 24px;
        line-height: 1.2;
    }

    .features .icon-list span {
        font-size: 18px;
        color: #29486a;
    }

    .features p.lastline {
        font-size: 20px;
        margin: 10px;
        text-align: center;
        color: #216498;
        font-weight: 600;
        font-family: 'Montserrat';
    }

    .features .featuredblock {
        flex-direction: column;
        display: inline-grid;
        align-items: end;
        padding: 1pc;
    }

    .features .details {
        margin-top: 80px;
        padding: 120px 0;
        background-color: #f7f9fc;
    }

        .features .details h4 {
            color: var(--color-secondary);
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .features .details p {
            margin-bottom: 20px;
            font-size: 15px;
        }

        .features .details .btn-get-started {
            font-family: var(--font-primary);
            display: inline-block;
            font-weight: 500;
            font-size: 15px;
            letter-spacing: 1px;
            padding: 10px 32px;
            border-radius: 50px;
            transition: 0.5s;
            background-color: var(--color-primary);
            color: #fff;
        }

            .features .details .btn-get-started:hover {
                background: #000;
            }

    .features .featuredblock .vertical-text {
        writing-mode: vertical-rl; /* For modern browsers */
        transform: rotate(180deg); /* Fallback for older browsers */
    }

    .features .featuredblock .row > * {
        display: grid;
        align-content: center;
        position: relative;
    }

    .features .featuredblock .stepblock.vertical-text {
        font-size: 60px;
        font-weight: bolder;
        font-family: 'Montserrat';
        color: #21649873;
    }

        .features .featuredblock .stepblock.vertical-text span {
            color: #0000001f;
        }

    .features .featuredblock .icon-list p {
        padding: 2pc;
        line-height: 2;
        font-size: 16px;
        font-family: 'Montserrat';
    }

    .features .featuredblock .imgwrap img {
        padding: 0 2pc;
    }

    .features .featuredblock .imgwrap::before {
        position: absolute;
        content: "";
        display: block;
        background: #ebf1f6;
        width: 60px;
        height: 200px;
        bottom: 25%;
        z-index: -1;
        right: -1pc;
    }

.icon-list a.btn-get-started {
    background: #216498;
    color: #fff;
    border: 2px solid #216498;
}

    .icon-list a.btn-get-started:hover {
        color: #216498;
        background: #fff;
    }
/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

    .recent-posts .post-box .post-img {
        overflow: hidden;
        position: relative;
    }

        .recent-posts .post-box .post-img img {
            transition: 0.5s;
        }

    .recent-posts .post-box .meta {
        margin-top: 15px;
    }

        .recent-posts .post-box .meta .post-date {
            font-size: 15px;
            font-weight: 400;
            color: var(--color-primary);
        }

        .recent-posts .post-box .meta .post-author {
            font-size: 15px;
            font-weight: 400;
            color: var(--color-secondary);
        }

    .recent-posts .post-box .post-title {
        font-size: 18px;
        color: var(--color-secondary);
        font-weight: 700;
        margin: 15px 0 0 0;
        position: relative;
        transition: 0.3s;
    }

    .recent-posts .post-box p {
        margin: 15px 0 0 0;
        color: rgba(27, 47, 69, 0.7);
    }

    .recent-posts .post-box .readmore {
        display: flex;
        align-items: center;
        font-weight: 600;
        line-height: 1;
        transition: 0.3s;
        margin-top: 15px;
    }

        .recent-posts .post-box .readmore i {
            line-height: 0;
            margin-left: 4px;
            font-size: 18px;
        }

    .recent-posts .post-box:hover .post-title {
        color: var(--color-primary);
    }

    .recent-posts .post-box:hover .post-img img {
        transform: scale(1.1);
    }

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
    overflow: hidden;
    background: #fff;
}

    .team .team-member .member-img {
        position: relative;
        overflow: hidden;
    }

    .team .team-member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.85);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .team .team-member .social a {
            transition: color 0.3s;
            color: #31547c;
            margin: 0 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .team .team-member .social a i {
                line-height: 0;
            }

            .team .team-member .social a:hover {
                color: var(--color-primary);
            }

        .team .team-member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

    .team .team-member .member-info {
        padding: 25px 15px 0 15px;
        text-align: center;
    }

        .team .team-member .member-info h4 {
            font-weight: 700;
            margin-bottom: 5px;
            font-size: 18px;
            color: var(--color-secondary);
        }

        .team .team-member .member-info span {
            display: block;
            font-size: 13px;
            font-weight: 400;
            color: #6c757d;
        }

        .team .team-member .member-info p {
            font-style: italic;
            font-size: 14px;
            line-height: 26px;
            color: #6c757d;
        }

    .team .team-member:hover .social {
        opacity: 1;
    }

/*--------------------------------------------------------------
# Services Cards Section
--------------------------------------------------------------*/
.services-cards {
    background: #f7f9fc;
}

    .services-cards .card-item {
        border: 1px solid rgba(27, 47, 69, 0.1);
        background: #fff;
        position: relative;
        border-radius: 0;
    }

        .services-cards .card-item .card-bg {
            min-height: 300px;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .services-cards .card-item .card-body {
            padding: 30px;
        }

        .services-cards .card-item h4 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 15px;
            color: var(--color-secondary);
        }

        .services-cards .card-item p {
            color: var(--color-secondary);
            margin: 0;
        }

.services-list .icon.flex-shrink-0 {
    display: grid;
    align-items: center;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0px 0 20px rgba(27, 47, 69, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

    .testimonials .testimonial-item .stars {
        margin-bottom: 15px;
    }

        .testimonials .testimonial-item .stars i {
            color: #ffc107;
            margin: 0 1px;
        }

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        border: 4px solid #fff;
        margin: 0 auto;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 0;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #e8eff6;
        opacity: 1;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--color-primary);
    }

.testimonials .swiper-slide {
    opacity: 0.3;
}


@media (min-width: 1550px) {
    .col-xl-6.bgclour {
        padding: 0 10pc;
    }

        .col-xl-6.bgclour p {
            font-size: 21px;
            line-height: 1.7;
        }

    .call-to-action .cta-btn, .btn-get-started, .hero .btn-watch-video {
        font-size: 21px;
    }

    .services-list .service-item .title {
        font-size: 22px;
    }

    section#services-list ul li {
        font-size: 20px;
        line-height: 2;
    }

    .services-list .service-item .icon i {
        font-size: 50px;
        padding: 0 15px;
    }

    .features .featuredblock .icon-list p {
        line-height: 2;
        font-size: 20px;
    }

    .why-us .slides .item {
        padding: 6pc;
    }

    .why-us h3 {
        font-size: 30px;
        margin-bottom: 2pc !important;
        line-height: 1.5;
    }

    .why-us .slides .item p {
        font-size: 20px;
    }

    .why-us .swiper-button-next {
        right: 90px;
    }

    .why-us .swiper-button-prev {
        left: 90px;
    }

    .features h3, .section-header h2, .hero h2 {
        font-size: 36px;
        line-height: 1.5;
    }
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }

    .testimonials .testimonial-item {
        margin: 40px 20px;
    }

    .col-xl-6.bgclour {
        margin: 0 0 2pc;
    }

    .divblock {
        width: 60%;
        margin: 2pc auto;
    }

    section#hero img, .col-xl-6.img-bg img {
        max-width: 60%;
    }

    .col-xl-6.img-bg {
        order: 2;
    }

    .col-xl-6.slides.position-relative {
        order: 1 !important;
    }

    .why-us {
        padding: 4pc 0;
        background: #ebf1f6;
        margin: 2pc auto 0;
        text-align: center;
    }

        .why-us .slides .item {
            padding: 17px;
            min-height: auto;
            display: grid;
            align-content: center;
            text-align: center;
        }

        .why-us .swiper {
            margin: 2pc auto;
        }

    .features h3, .section-header h2 {
        font-size: 28px;
    }

    .services-list .service-item .title {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-flters {
    padding: 0;
    margin: 0 auto 30px auto;
    list-style: none;
    text-align: center;
}

    .portfolio .portfolio-flters li {
        color: var(--color-secondary);
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        margin: 0 10px;
        line-height: 1;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio .portfolio-flters li:hover,
        .portfolio .portfolio-flters li.filter-active {
            color: var(--color-primary);
        }

        .portfolio .portfolio-flters li:first-child {
            margin-left: 0;
        }

        .portfolio .portfolio-flters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.portfolio .portfolio-item {
    position: relative;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            font-weight: 600;
            color: var(--color-default);
            padding-right: 50px;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #6c757d;
            font-size: 14px;
            margin-bottom: 0;
            padding-right: 50px;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link,
        .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 50px;
            font-size: 24px;
            top: calc(50% - 14px);
            color: rgba(27, 47, 69, 0.7);
            transition: 0.3s;
            line-height: 0;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover,
            .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: var(--color-primary);
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 14px;
            font-size: 28px;
        }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid var(--color-primary);
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--color-primary);
    }

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(27, 47, 69, 0.1);
}

    .portfolio-details .portfolio-info h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d6e2ef;
    }

    .portfolio-details .portfolio-info ul {
        list-style: none;
        padding: 0;
        font-size: 15px;
    }

        .portfolio-details .portfolio-info ul li + li {
            margin-top: 10px;
        }

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

    .portfolio-details .portfolio-description h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px;
        color: var(--color-secondary);
    }

    .portfolio-details .portfolio-description p {
        padding: 0;
    }

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
    background: url("../img/contact-bg.png") left top no-repeat;
    background-size: contain;
    position: relative;
}

@media (max-width: 640px) {
    .contact {
        background-position: center 50px;
    }
}

.contact:before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.contact .info-item + .info-item {
    margin-top: 40px;
}

.contact .info-item i {
    font-size: 20px;
    background: var(--color-primary);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h4 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1c88ba;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .php-email-form {
    width: 100%;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #df1529;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #059652;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #059652;
            border-top-color: #fff;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        padding: 12px 15px;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: var(--color-primary);
        }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #1f98d1;
        border: 0;
        padding: 12px 40px;
        color: #fff;
        transition: 0.4s;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: var(--color-primary);
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #d6e2ef;
    padding-bottom: 30px;
}

    .blog .posts-list article + article {
        margin-top: 60px;
    }

.blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden;
}

.blog .posts-list .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
}

    .blog .posts-list .title a {
        color: var(--color-secondary);
        transition: 0.3s;
    }

        .blog .posts-list .title a:hover {
            color: var(--color-primary);
        }

.blog .posts-list .meta-top {
    margin-top: 20px;
    color: #467ab3;
}

    .blog .posts-list .meta-top ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        align-items: center;
        padding: 0;
        margin: 0;
    }

        .blog .posts-list .meta-top ul li + li {
            padding-left: 20px;
        }

    .blog .posts-list .meta-top i {
        font-size: 16px;
        margin-right: 8px;
        line-height: 0;
        color: rgba(86, 184, 230, 0.8);
    }

    .blog .posts-list .meta-top a {
        color: #467ab3;
        font-size: 14px;
        display: inline-block;
        line-height: 1;
    }

.blog .posts-list .content {
    margin-top: 20px;
}

.blog .posts-list .read-more a {
    display: inline-block;
    color: #1f98d1;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
}

    .blog .posts-list .read-more a:hover {
        color: var(--color-primary);
    }

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

    .blog .blog-details .post-img {
        margin: -30px -30px 20px -30px;
        overflow: hidden;
    }

    .blog .blog-details .title {
        font-size: 28px;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 0 0;
        color: var(--color-secondary);
    }

    .blog .blog-details .content {
        margin-top: 20px;
    }

        .blog .blog-details .content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .blog-details .content blockquote {
            overflow: hidden;
            background-color: rgba(27, 47, 69, 0.06);
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .blog-details .content blockquote p {
                color: var(--color-default);
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .blog-details .content blockquote:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: var(--color-secondary);
                margin-top: 20px;
                margin-bottom: 20px;
            }

    .blog .blog-details .meta-top {
        margin-top: 20px;
        color: var(--color-gray);
    }

        .blog .blog-details .meta-top ul {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            align-items: center;
            padding: 0;
            margin: 0;
        }

            .blog .blog-details .meta-top ul li + li {
                padding-left: 20px;
            }

        .blog .blog-details .meta-top i {
            font-size: 16px;
            margin-right: 8px;
            line-height: 0;
            color: rgba(86, 184, 230, 0.8);
        }

        .blog .blog-details .meta-top a {
            color: var(--color-gray);
            font-size: 14px;
            display: inline-block;
            line-height: 1;
        }

    .blog .blog-details .meta-bottom {
        padding-top: 10px;
        border-top: 1px solid rgba(27, 47, 69, 0.15);
    }

        .blog .blog-details .meta-bottom i {
            color: #216498;
            display: inline;
        }

        .blog .blog-details .meta-bottom a {
            color: rgb(56 97 142);
            transition: 0.3s;
        }

            .blog .blog-details .meta-bottom a:hover {
                color: var(--color-primary);
            }

        .blog .blog-details .meta-bottom .cats {
            list-style: none;
            display: inline;
            padding: 0 20px 0 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .cats li {
                display: inline-block;
            }

        .blog .blog-details .meta-bottom .tags {
            list-style: none;
            display: inline;
            padding: 0;
            font-size: 14px;
        }

            .blog .blog-details .meta-bottom .tags li {
                display: inline-block;
            }

                .blog .blog-details .meta-bottom .tags li + li::before {
                    padding-right: 6px;
                    color: var(--color-default);
                    content: ",";
                }

        .blog .blog-details .meta-bottom .share {
            font-size: 16px;
        }

            .blog .blog-details .meta-bottom .share i {
                padding-left: 5px;
            }

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .blog .post-author img {
        max-width: 120px;
        margin-right: 20px;
    }

    .blog .post-author h4 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 0px;
        padding: 0;
        color: var(--color-secondary);
    }

    .blog .post-author .social-links {
        margin: 0 10px 10px 0;
    }

        .blog .post-author .social-links a {
            color: rgba(27, 47, 69, 0.5);
            margin-right: 5px;
        }

    .blog .post-author p {
        font-style: italic;
        color: rgba(var(--color-gray-rgb), 0.8);
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-secondary);
}

.blog .sidebar .sidebar-item + .sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, 0.2);
    padding: 3px 10px;
    position: relative;
}

    .blog .sidebar .search-form form input[type=text] {
        border: 0;
        padding: 4px;
        border-radius: 4px;
        width: calc(100% - 40px);
    }

        .blog .sidebar .search-form form input[type=text]:focus {
            outline: none;
        }

    .blog .sidebar .search-form form button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        font-size: 16px;
        padding: 0 15px;
        margin: -1px;
        background: var(--color-primary);
        color: #fff;
        transition: 0.3s;
        border-radius: 0 4px 4px 0;
        line-height: 0;
    }

        .blog .sidebar .search-form form button i {
            line-height: 0;
        }

        .blog .sidebar .search-form form button:hover {
            background: rgba(86, 184, 230, 0.8);
        }

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

    .blog .sidebar .categories ul li + li {
        padding-top: 10px;
    }

    .blog .sidebar .categories ul a {
        color: var(--color-secondary);
        font-size: 15px;
    }

        .blog .sidebar .categories ul a:hover {
            color: var(--color-default);
        }

        .blog .sidebar .categories ul a span {
            padding-left: 5px;
            color: rgba(var(--color-default-rgb), 0.4);
            font-size: 14px;
        }

.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

    .blog .sidebar .recent-posts .post-item + .post-item {
        margin-top: 15px;
    }

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
}

    .blog .sidebar .recent-posts h4 a {
        color: var(--color-secondary);
        transition: 0.3s;
    }

        .blog .sidebar .recent-posts h4 a:hover {
            color: var(--color-primary);
        }

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

    .blog .sidebar .tags ul {
        list-style: none;
        padding: 0;
    }

        .blog .sidebar .tags ul li {
            display: inline-block;
        }

        .blog .sidebar .tags ul a {
            color: #216498;
            font-size: 14px;
            padding: 6px 14px;
            margin: 0 6px 8px 0;
            border: 1px solid rgba(27, 47, 69, 0.15);
            display: inline-block;
            border-radius: 50px;
            transition: 0.3s;
        }

            .blog .sidebar .tags ul a:hover {
                color: #fff;
                border: 1px solid var(--color-primary);
                background: var(--color-primary);
            }

            .blog .sidebar .tags ul a span {
                padding-left: 5px;
                color: rgb(56 97 142);
                font-size: 14px;
            }

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

    .blog .comments .comments-count {
        font-weight: bold;
    }

    .blog .comments .comment {
        margin-top: 30px;
        position: relative;
    }

        .blog .comments .comment .comment-img {
            margin-right: 14px;
        }

            .blog .comments .comment .comment-img img {
                width: 60px;
            }

        .blog .comments .comment h5 {
            font-size: 16px;
            margin-bottom: 2px;
        }

            .blog .comments .comment h5 a {
                font-weight: bold;
                color: var(--color-default);
                transition: 0.3s;
            }

                .blog .comments .comment h5 a:hover {
                    color: var(--color-primary);
                }

            .blog .comments .comment h5 .reply {
                padding-left: 10px;
                color: var(--color-secondary);
            }

                .blog .comments .comment h5 .reply i {
                    font-size: 20px;
                }

        .blog .comments .comment time {
            display: block;
            font-size: 14px;
            color: rgb(56 97 142);
            margin-bottom: 5px;
        }

        .blog .comments .comment.comment-reply {
            padding-left: 40px;
        }

    .blog .comments .reply-form {
        margin-top: 30px;
        padding: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .comments .reply-form h4 {
            font-weight: bold;
            font-size: 22px;
        }

        .blog .comments .reply-form p {
            font-size: 14px;
        }

        .blog .comments .reply-form input {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form input:focus {
                box-shadow: none;
                border-color: rgba(86, 184, 230, 0.8);
            }

        .blog .comments .reply-form textarea {
            border-radius: 4px;
            padding: 10px 10px;
            font-size: 14px;
        }

            .blog .comments .reply-form textarea:focus {
                box-shadow: none;
                border-color: rgba(86, 184, 230, 0.8);
            }

        .blog .comments .reply-form .form-group {
            margin-bottom: 25px;
        }

        .blog .comments .reply-form .btn-primary {
            border-radius: 4px;
            padding: 10px 20px;
            border: 0;
            background-color: var(--color-secondary);
        }

            .blog .comments .reply-form .btn-primary:hover {
                background-color: rgb(56 97 142);
            }

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #216498;
}

    .blog .blog-pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .blog .blog-pagination li {
        margin: 0 5px;
        transition: 0.3s;
    }

        .blog .blog-pagination li a {
            color: #000;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            background: #dbf0fa;
            padding: 7px 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog .blog-pagination li.active a,
        .blog .blog-pagination li:hover a {
            background: var(--color-primary);
            color: #fff;
        }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    font-size: 14px;
}

    .footer .footer-content {
        background-color: #f7f9fc;
        background-size: contain;
        padding: 60px 0 30px 0;
    }

        .footer .footer-content .footer-info {
            margin-bottom: 30px;
        }

            .footer .footer-content .footer-info .logo {
                line-height: 0;
                margin-bottom: 25px;
            }

                .footer .footer-content .footer-info .logo img {
                    max-height: 40px;
                    margin-right: 6px;
                }

                .footer .footer-content .footer-info .logo span {
                    font-size: 30px;
                    font-weight: 700;
                    letter-spacing: 1px;
                    color: var(--color-secondary);
                    font-family: var(--font-secondary);
                    margin-top: 3px;
                }

            .footer .footer-content .footer-info p {
                font-size: 15px;
                margin-bottom: 0;
                font-family: var(--font-primary);
                color: var(--color-secondary);
            }

        .footer .footer-content .social-links a {
            font-size: 14px;
            line-height: 0;
            display: inline-block;
            width: 32px;
            height: 32px;
            color: rgba(27, 47, 69, 0.5);
            margin-right: 10px;
            transition: 0.3s;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--color-primary);
            color: #fff;
            border-radius: 50px;
        }

            .footer .footer-content .social-links a:hover {
                background-color: #216498;
            }

        .footer .footer-content h4 {
            font-size: 16px;
            font-weight: bold;
            color: #29486a;
            position: relative;
            padding-bottom: 12px;
        }

        .footer .footer-content .footer-links {
            margin-bottom: 30px;
        }

            .footer .footer-content .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .footer .footer-content .footer-links ul i {
                    margin-right: 2px;
                    color: var(--color-primary);
                    font-size: 16px;
                    line-height: 0;
                }

                .footer .footer-content .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    .footer .footer-content .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                .footer .footer-content .footer-links ul a {
                    color: #31547c;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    .footer .footer-content .footer-links ul a:hover {
                        color: var(--color-primary);
                    }

        .footer .footer-content .footer-contact p {
            line-height: 26px;
            color: var(--color-secondary);
        }

    .footer .footer-legal {
        background: #fff;
        padding: 30px 0;
    }

        .footer .footer-legal .copyright {
            text-align: center;
            color: var(--color-secondary);
        }

        .footer .footer-legal .credits {
            padding-top: 4px;
            text-align: center;
            font-size: 13px;
            color: var(--color-secondary);
        }

@media(max-width:991px) {
    .container {
        max-width: 100% !important;
        margin: 0 auto;
        width: 100%;
    }

    .features .featuredblock .imgwrap::before {
        position: absolute;
        content: "";
        display: block;
        background: #ebf1f6;
        width: 40px;
        height: 120px;
        bottom: 35%;
        z-index: -1;
        right: 1pc;
    }

    .features .featuredblock .stepblock.vertical-text {
        font-size: 45px;
    }

    .features .featuredblock .icon-list p {
        padding: 0pc;
        font-size: 15px;
    }

    .call-to-action p {
        margin: 20px;
        font-size: 18px;
    }

    section#services-list {
        margin: 2pc;
    }

    section#hero img {
        max-width: 50%;
    }

    section#why-us img {
        max-width: 60%;
    }
}

@media(max-width:767px) {
    .container {
        max-width: 95% !important;
        margin: 0 auto;
        width: 95%;
    }

    .col-xl-6.bgclour {
        padding: 30px;
    }

    .hero h2 {
        font-size: 26px;
        line-height: 1;
    }

    .hero .btn-get-started, .hero .btn-watch-video {
        font-size: 13px;
        padding: 0px 20px;
        margin: 0;
        line-height: 3;
    }

    section#hero img {
        max-width: 80%;
    }

    .why-us {
        padding: 2pc 0;
    }

        .why-us .slides .item {
            padding: 0px;
        }

        .why-us .swiper {
            margin: 20px;
        }

    section#services-list {
        margin: 1pc 0;
    }

    .call-to-action p {
        color: #fff;
        margin: 20px 0px;
        font-size: 17px;
        line-height: 1.7;
    }

    .features h3, .section-header h2 {
        font-size: 24px;
    }

    section#features .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    .features .featuredblock .icon-list p {
        padding: 0pc;
    }

    .features .featuredblock .stepblock.vertical-text {
        position: absolute;
        left: -5px;
        top: 2pc;
    }

    .features .featuredblock .row > .col-sm-1 {
        width: 15% !important;
    }

    .features .featuredblock .row > .col-sm-5 {
        width: 85% !important;
    }

    .features .featuredblock .stepblock.vertical-text {
        font-size: 45px;
        font-weight: 900;
    }

    .features .featuredblock .imgwrap::before {
        width: 150px;
        height: 100px;
        bottom: -2pc;
        z-index: -1;
        right: 28%;
    }

    .features .featuredblock {
        padding: 1pc 1pc 4pc;
    }

    .features p.lastline {
        font-size: 16px;
        margin: 15px;
    }

    .icon-list a.btn-get-started {
        padding: 5px;
        font-size: 14px;
        display: block;
    }

}


@media(max-width:600px) {
    .col-xl-6.bgclour {
        padding: 0px;
    }
    .features .featuredblock .stepblock.vertical-text {
        font-size: 40px;
    }
    .divblock {
        width: 85%;
        margin: 2pc auto;
    }

    .hero .btn-get-started, .hero .btn-watch-video {
        font-size: 13px;
        padding: 0px 10px;
    }

    section#why-us img {
        max-width: 90%;
    }
}
