/**
* Template Name: KnightOne - v4.7.0
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    font-family: "Poppins", sans-serif;
    color: #212529;
    background: #fff;
}

.redclr {
    color: red;
}

.icon50 {
    max-width: 80px;
}

.icon70 {
    max-width: 70px;
}

/* embed-responsive css */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-custom {
    padding-bottom: 90%;
}

a {
    color: #F7F7F7;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

    a.clink, a.clink:hover {
        text-decoration: underline;
    }

    a.cslink, a.cslink:hover {
        color: #000;
        text-decoration: underline;
    }

p {
    color: #212529;
}

.center-block {
    display: block;
    margin: 0 auto;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}*/

.container-fluid {
    padding: 0 50px;
}

.btn-learn-more {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #232323;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #232323;
}

    .btn-learn-more:hover {
        background: #F7F7F7;
        color: #000;
        text-decoration: none;
    }

    .btn-learn-more.btn-learn-more-left {
        margin-right: 15px;
    }

.btn-learn-more-blue {
    /*font-family: "Raleway", sans-serif;*/
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: #216498;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #216498;
}

    .btn-learn-more-blue:hover {
        background: #216498;
        color: #fff;
        text-decoration: none;
    }

.btn-learn-more-hover:hover {
    background: #216498;
    color: #fff;
}

.visible-xs {
    display: none;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #232323;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #F7F7F7;
        border-top-color: #232323;
        border-bottom-color: #232323;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #F7F7F7;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #000;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #191A38;
        color: #fff;
    }

        .back-to-top:hover i {
            color: #fff;
        }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid #4b4e71;
    background: #216498;
}

    #header.header-scrolled {
        background: #216498;
    }

    #header.header-scrolled {
        background: #216498;
    }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 40px;
        }

@media (max-width: 992px) {
    #header {
        border: 0;
        padding: 15px 0;
    }
}

.menu-right {
    display: flex;
    align-content: center;
}

.btn-signin {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0px;
}

    .btn-signin i {
        margin-right: 5px;
    }

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    background: #fff;
    color: #232323;
    border-radius: 0;
    padding: 8px 20px 9px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    display: inline-block;
    /* border: 1px solid #fff; */
}

    .get-started-btn:hover {
        background: #26274D;
        color: #fff;
    }

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        position: relative;
        white-space: nowrap;
        margin: 0 12px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 3px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

    .navbar > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
        visibility: visible;
        width: 100%;
    }

    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
    }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgb(23, 24, 45);
        transition: 0.3s;
        border-top: 5px solid #ddd;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            font-weight: 400;
            color: #000;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #216498;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(15, 15, 15, 0.9);
    transition: 0.3s;
    z-index: 999;
    min-height: 600px;
}

    .navbar-mobile .dropdown ul a, .navbar-mobile a:hover {
        color: #000 !important;
    }

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #282828;
    }

        .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
            visibility: hidden;
        }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #F7F7F7;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #F7F7F7;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #hero:before {
        content: "";
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero .container-fluid {
        padding-top: 72px;
        position: relative;
    }

    #hero h1 {
        margin: 0 0 10px 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #fff;
    }

    #hero h2 {
        color: #eee;
        margin-bottom: 40px;
        font-size: 24px;
    }

    #hero .play-btn {
        width: 94px;
        height: 94px;
        margin: 0;
        background: radial-gradient(#cf9f66 50%, #191A38b0 52%);
        border-radius: 50%;
        display: block;
        overflow: hidden;
        position: relative;
    }

        #hero .play-btn::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 100;
            transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }

        #hero .play-btn::before {
            content: "";
            position: absolute;
            width: 120px;
            height: 120px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation: pulsate-btn 3s;
            animation: pulsate-btn 3s;
            -webkit-animation-direction: forwards;
            animation-direction: forwards;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: steps;
            animation-timing-function: steps;
            opacity: 1;
            border-radius: 50%;
            border: 5px solid #191A38b0;
            top: -15%;
            left: -15%;
            background: rgba(198, 16, 0, 0);
        }

        #hero .play-btn:hover::after {
            border-left: 15px solid #F7F7F7;
            transform: scale(20);
        }

        #hero .play-btn:hover::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-40%) translateY(-50%);
            width: 0;
            height: 0;
            border: none;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid #fff;
            z-index: 200;
            -webkit-animation: none;
            animation: none;
            border-radius: 0;
        }
/*
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}*/

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 45px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #8fffd6;
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 25px;
        padding-bottom: 10px;
        position: relative;
    }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #ffffff;
            bottom: 0;
            left: 0;
        }

    .section-title h5 {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: 400;
        color: #000;
    }

    .section-title p {
        margin-bottom: 0;
        color: #d9d9d9;
        font-size: 16px;
    }




/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background-image: url("../img/contact-us-for-custom-creative-designs-in-norcross-ga.jpg");
    background-size: cover;
    position: relative;
    padding-top: 30px !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

    .cta::before {
        content: "";
        background: rgba(23, 24, 45, 0.9);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        /*font-family: "Raleway", sans-serif;*/
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 30px;
        border-radius: 2px;
        transition: 0.5s;
        margin: 10px;
        background: #F7F7F7;
        color: #000;
        border-radius: 50px;
    }

        .cta .cta-btn:hover {
            background: #232323;
        }

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding-top: 30px;
}

    .clients .clients-wrap {
        border-top: 1px solid #e7e7e7;
        border-left: 1px solid #e7e7e7;
    }

    .clients .client-logo {
        padding: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        overflow: hidden;
        background: #fff;
        height: 140px;
    }

        .clients .client-logo:hover img {
            transform: scale(1.1);
        }

    .clients img {
        transition: all 0.4s ease-in-out;
    }

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    background: url("../img/counts-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 80px 0 60px 0;
    position: relative;
}

    .counts::before {
        content: "";
        position: absolute;
        background: rgba(17, 17, 17, 0.9);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .counts .title {
        position: relative;
        color: #fff;
        margin-bottom: 40px;
    }

        .counts .title h3 {
            font-size: 36px;
            font-weight: 700;
        }

    .counts .counters span {
        font-size: 48px;
        display: block;
        font-weight: 700;
        color: #F7F7F7;
    }

    .counts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        /*font-family: "Raleway", sans-serif;*/
        font-size: 14px;
        color: #fff;
    }

@media (min-width: 1200px) {
    .counts {
        background-attachment: fixed;
    }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio {
    background: #216498;
}

    .portfolio .section-title {
        color: #fff;
    }

    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 8px 16px 10px 16px;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            color: #444444;
            margin: 0 3px 10px 3px;
            transition: all ease-in-out 0.3s;
            background: #f4f4f4;
            border-radius: 50px;
        }

            .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
                color: #fff;
                background: #26274f;
            }

            .portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
        overflow: hidden;
    }

        .portfolio .portfolio-item img {
            position: relative;
            top: 0;
            transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: -50px;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: #F7F7F7;
            padding: 15px 20px;
        }

            .portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
            }

            .portfolio .portfolio-item .portfolio-info p {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0;
            }

            .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 50px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: white;
                transition: ease-in-out 0.3s;
            }

                .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #33ffb4;
                }

            .portfolio .portfolio-item .portfolio-info .details-link {
                right: 15px;
            }

        /*.portfolio .portfolio-item:hover img {
        top: -30px;
    }*/

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 0;
        }

    .portfolio.portfolio-home .btn-learn-more {
        color: #fff;
        border: 2px solid #fff;
    }

        .portfolio.portfolio-home .btn-learn-more:hover {
            color: #216498;
        }

    .portfolio.portfolio-home .section-title h5 {
        color: #fff;
    }

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq {
    padding: 0;
}

    .faq .content {
        padding: 60px 100px 0 100px;
    }

        .faq .content h3 {
            font-weight: 400;
            font-size: 34px;
        }

        .faq .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }

        .faq .content p {
            font-size: 15px;
            color: #848484;
        }

    .faq .img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
    }

    .faq .accordion-list {
        padding: 0 100px 60px 100px;
    }

        .faq .accordion-list ul {
            padding: 0;
            list-style: none;
        }

        .faq .accordion-list li + li {
            margin-top: 15px;
        }

        .faq .accordion-list li {
            padding: 20px;
            background: #fefefe;
            box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
            border-radius: 4px;
        }

        .faq .accordion-list a {
            display: block;
            position: relative;
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            padding-right: 30px;
            outline: none;
            cursor: pointer;
        }

        .faq .accordion-list i {
            font-size: 24px;
            position: absolute;
            right: 0;
            top: 0;
        }

        .faq .accordion-list p {
            margin-bottom: 0;
            padding: 10px 0 0 0;
        }

        .faq .accordion-list .icon-show {
            display: none;
        }

        .faq .accordion-list a.collapsed {
            color: #343a40;
        }

            .faq .accordion-list a.collapsed:hover {
                color: #F7F7F7;
            }

            .faq .accordion-list a.collapsed .icon-show {
                display: inline-block;
            }

            .faq .accordion-list a.collapsed .icon-close {
                display: none;
            }

@media (max-width: 1024px) {
    .faq .content, .faq .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .faq {
        /* img {
      padding-top: 30px;
    } */
    }

        .faq .content {
            padding-top: 30px;
        }

        .faq .accordion-list {
            padding-bottom: 30px;
        }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    color: #212529;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #d5d2d2;
}

    #footer h3 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        position: relative;
        font-family: "Poppins", sans-serif;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p {
        font-size: 15;
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer .social-links {
        margin: 0 0 20px 0;
    }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #216498;
            color: #f9f9fb;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: #232323;
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        margin: 0 0 5px 0;
        font-size: 13px;
        color: #212529;
    }

    #footer .credits {
        font-size: 13px;
    }

        #footer .credits a {
            color: #232323;
            transition: 0.3s;
        }

            #footer .credits a:hover {
                color: #F7F7F7;
            }


/*--------------------------------------------------------------
# Breadcrumbs + Inner Pages
--------------------------------------------------------------*/
.breadcrumbs1 {
    margin: 4pc 0 3pc;
    padding: 15px 0;
    min-height: 40px;
    position: relative;
}

    .breadcrumbs1 .no-padding {
        padding: 0;
    }

.breadcrumbs-about, .breadcrumbs-custom {
    margin: 4.53pc 0 3pc;
    padding: 0px 0;
    min-height: 40px;
    position: relative;
    background: #216498;
}

.breadcrumb-image-2 {
    padding-top: 4pc;
}

    .breadcrumb-image-2 p {
        text-align: center;
        display: block;
        margin: 0 auto;
        max-width: 50%;
        margin-top: 20px;
    }

.breadcrumb-image-block {
    background: #212221
}

.breadcrumb-content1 {
    background: #216498;
}

.breadcrumbs {
    padding: 15px 0 10px;
    min-height: 40px;
    margin-top: 72px;
    position: relative;
    margin-bottom: 3pc;
    background: #216498;
}

/*.breadcrumbs::before {
        content: "";
        display: block;
        position: absolute;
        width: 1000%;
        height: 50%;
        background: #216498;
        z-index: -1;
        top: 30%;
    }*/

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 63px;
    }
}

.breadcrumb-content {
    position: relative;
    top: -1pc;
}

.breadcrumbs h2 {
    font-size: 40px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #424242;
            content: "/";
        }

.minpght {
    min-height: 700px
}

.breadcrumb-content1 {
    background: #216498;
    display: flex;
    align-items: end;
    padding-left: 30px !important;
    padding-bottom: 33px !important;
}

.flashbanner .embed-responsive-16by9 {
    padding-bottom: 40.25%;
}

.flashbanner .owl-controls .owl-buttons div {
    color: #fff !important;
    background: #232323d4;
    border-radius: 0 !important;
    padding: 0 !important;
    top: 40% !important;
}

/*About Page*/
.about-block, .section-main {
    margin: 3pc 0;
}

    .about-block.about-block-left .about-main-content {
        margin-right: 3pc;
    }

    .about-block.about-block-right .about-main-content {
        margin-left: 3pc;
    }


.about-header, .section-header {
    font-size: 30px;
    margin-bottom: 1pc;
    line-height: 1.1;
    color: #000;
    font-weight: 600;
}

    .about-header i {
        color: #000 !important;
        font-size: 20px;
        font-weight: 400;
        line-height: 0;
    }

.about-main {
    margin: 4pc 6pc 1pc 2pc;
    position: relative;
    padding: 20px 0 0;
    color: #fff;
}

    .about-main p {
        color: #fff;
    }

    .about-main::before, .about-main::after {
        content: "";
        position: absolute;
    }

    .about-main::after {
        border-top: 5px solid #ffffff;
        width: 100px;
        top: 0;
        display: block;
        left: -30px;
        height: 6px;
    }

    .about-main::before {
        border-left: 5px solid #ffffff;
        width: 1px;
        height: 100px;
        left: -20px;
        top: -10px;
    }


.about-image {
    position: relative;
    z-index: 99;
}

    .about-image::before {
        position: absolute;
        content: "";
        display: block;
        background: #ffffff3d;
        width: 200px;
        height: 200px;
        bottom: -35px;
        z-index: -1;
        left: -2pc;
    }

.about-block-right .about-image::before {
    left: auto;
    right: -2pc;
}


.mb-7 {
    margin-bottom: 4pc;
}

/*jewelbot page*/

.section-main {
    margin: 4pc 5pc 1pc 2pc;
    position: relative;
    padding: 20px 0 0;
}

    .section-main::before, .section-main::after {
        content: "";
        position: absolute;
    }

    .section-main::after {
        border-top: 5px solid #232323;
        width: 100px;
        top: 0;
        display: block;
        left: -30px;
        height: 6px;
    }

    .section-main::before {
        border-left: 5px solid #232323;
        width: 1px;
        height: 100px;
        left: -20px;
        top: -10px;
    }

.section-image {
    position: relative;
    z-index: 99;
}

    .section-image::before {
        position: absolute;
        content: "";
        display: block;
        background: #ffffff3d;
        width: 200px;
        height: 200px;
        bottom: -35px;
        z-index: -1;
        left: -2pc;
    }

.section-block-right .section-image::before {
    left: auto;
    right: -2pc
}

.section-main h4 {
    font-size: 21px;
    margin: 20px 0 15px;
    text-decoration: underline;
    color: #fff;
}

.section-main h2 {
    margin-bottom: 1pc;
    color: #fff;
}

.section-main p {
    color: #fff;
}

.section-image-right {
    margin-top: -12pc;
}

.section-main-content {
    margin-right: 3pc;
}

.section-main-content-right {
    margin-right: 0;
    margin-top: 4pc;
    margin-left: 3pc !important;
}

.kfeatures {
    margin: 0 0 5pc;
}

.k-header {
    text-align: center;
}

    .k-header h3 {
        font-size: 30px;
        line-height: 1.1;
        color: #000;
        font-weight: 600;
    }

.ficon-box {
    padding: 2pc;
    background: #216498;
    color: #fff;
    box-shadow: rgb(9, 6, 6) 0px 20px 30px -10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    margin: 2pc 0 0;
}

    .ficon-box i {
        font-size: 50px;
        color: #ffffff;
    }

    .ficon-box h4 {
        margin: 5px 0 20px;
    }

    .ficon-box p {
        color: #cecece;
    }

.applications {
    margin: 0 0 3pc;
}

/*.applications .k-header {
        margin-bottom: 3pc;
    }*/

.aicon-box {
    padding: 1pc;
    border: 1px solid #216498;
    margin: 1.5pc 0;
}

    .aicon-box h4 {
        margin: 1pc 0;
        color: #000;
        font-weight: 500;
    }


.bottom-block {
    margin: 1pc 0 3pc;
}

.promptbtn {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #216498;
    background: transparent;
    padding: 14px 10px;
    color: #216498;
    font-size: 15px;
}

    .promptbtn:hover {
        background: #ffffff;
        color: #fff;
        border-color: #ffffff;
    }

    .promptbtn.disabled {
        background: #eee;
        border-color: #eee;
        cursor: not-allowed;
        color: #000;
    }


.ci-left-block .promptbtn {
    font-size: 14px;
    background: #eee;
    border-color: #eee;
    color: #216498;
}

    .ci-left-block .promptbtn:hover {
        background: #ffffff;
        color: #fff;
        border-color: #ffffff;
    }

/*--------------------------------------------------------------
# gemArt
--------------------------------------------------------------*/
.cadmessage a {
    color: #000;
    text-decoration: underline;
}

.cadmessage span {
    color: red;
}

.pd15 {
    padding: 0 15px !important;
}

.pd10 {
    padding: 0 10px !important;
}

.guest {
    text-align: center;
    margin: 5pc 0 0;
    font-size: 22px;
    color: red;
}

.dmsg {
    text-align: center;
    display: block;
    font-size: 19px;
    color: red;
}

.glightbox-clean .gslide-desc {
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
    color: #000;
    margin-bottom: 0;
    line-height: 1.4em;
    text-align: center;
}

.breadcrumbs-ci {
    margin-bottom: 0;
}

.block-ci {
    padding: 40px 0px 20px;
    margin-bottom: 5pc;
}

    .block-ci .form-control {
        background-color: transparent;
        border-color: #ced4da;
        border-radius: 0;
        color: #000;
        margin-top: 10px;
    }

        .block-ci .form-control:disabled {
            color: #393939;
            background: #ddd;
            opacity: 0.8;
        }

    .block-ci .form-area {
        margin-top: 0px;
    }

.placeholder-img {
    margin: 2pc 0;
}

    .placeholder-img img {
        box-shadow: rgb(17, 17, 26) 0px 20px 30px -10px;
        border-radius: 20px;
    }


.breadcrumbs-ci {
    margin-bottom: 0;
}

.block-ci-header {
    font-size: 20px;
    text-align: center;
    margin: 0px 0 1pc;
}

.ci-left-panel {
    border: 1px solid #ced4da;
    padding: 20px;
}

.ci-left-block {
    margin-bottom: 1pc;
}

.btnSubmit, .btnSubmit:hover {
    display: block;
    background: #216498;
    border: 0;
    color: #fff;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
}

.btnSend:hover {
    color: #fff !important;
}

.aiimage {
    margin: 3pc 0 0;
    overflow: hidden;
}

.loadingBtn {
    /* Add your styling for the loading button here */
    position: relative;
    width: 100%;
    cursor: not-allowed !important;
}

.spinner {
    border: 4px solid rgb(255, 255, 255);
    border-left-color: #ffffff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 20%;
    animation: spin 1s linear infinite;
    margin-left: -12px;
    margin-top: -12px;
}

.loadingBtn1 {
    position: relative;
    width: 50px;
    cursor: not-allowed !important;
}

    .loadingBtn1 .spinner {
        margin-left: 0;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.errormsg {
    margin: 10px 0;
    font-size: 19px;
    color: red;
}

.errormsg-fnt {
    font-size: 17px;
}

.sliderarea {
    padding-top: 4pc;
}

    .sliderarea .btn-learn-more {
        font-size: 13px;
        padding: 10px 25px;
    }

.item-inner {
    margin: 0 10px;
    border: 1px solid #cecece;
}

.galleryslider .owl-controls .owl-buttons div {
    margin: 0px 0px 0px !important;
}

.galleryslider .owl-prev {
    left: -25px !important;
}

.galleryslider .owl-next {
    right: -25px !important;
}

/*--------------------------------------------------------------
# VoiceGem
--------------------------------------------------------------*/

.voicegem-image-right {
    margin-top: -10pc;
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.breadcrumbs-contact {
    padding: 0;
    margin-bottom: 0;
}

    .breadcrumbs-contact .breadcrumb-content {
        top: 0;
    }

        .breadcrumbs-contact .breadcrumb-content .section-main {
            margin: 0pc 5pc 1pc 4pc;
            position: relative;
            padding: 20px 0 0;
        }

.contact-page {
    padding: 0;
    position: relative;
    overflow: visible;
    top: -2pc;
}

    .contact-page .info {
        color: #000;
        text-align: center;
        background: #f7f7f7;
        min-height: 180px;
        padding: 20px;
        border: 1px solid #dbdbdb;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

        .contact-page .info p {
            color: #000;
        }

        .contact-page .info i {
            font-size: 32px;
            color: #ffffff;
            line-height: 1;
        }

        .contact-page .info a, .contact-page .info a:hover {
            color: #000;
        }


/*--------------------------------------------------------------
# Terms/Policy
--------------------------------------------------------------*/

.termsblock {
    position: relative;
    margin: 30px auto 50px;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 2px;
    padding: 50px;
    border: 1px solid #eee;
}

    .termsblock::before, .termsblock::after {
        content: "";
        position: absolute;
        top: 6px;
        width: 50%;
        height: 100px;
        box-shadow: 0 5px 14px #000000b3;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .termsblock::before {
        left: 1px;
        transform: skew(0) rotate(0);
    }

    .termsblock::after {
        right: 1px;
        transform: skew(0) rotate(0);
    }

.terms-first {
    color: #242424;
    font-style: italic;
    opacity: 0.8;
    line-height: 2;
    margin-top: 21px;
    font-size: 15px;
    margin-bottom: 25px;
}

.block-terms {
    margin-bottom: 30px;
}

.question {
    font-size: 21px;
    font-weight: 600;
    color: #216498;
}

.block-terms-inner {
    padding: 0px 20px 10px;
    font-size: 15px;
}

    .block-terms-inner:last-child {
        padding-bottom: 0;
    }

    .block-terms-inner h4 {
        font-size: 19px;
    }

.policy-ul li {
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.register {
    margin-top: 6pc;
}

.bgcolor {
    background: #216498;
    background: linear-gradient(135deg, #2C2D5B, #232323);
    padding: 40px 40px;
    color: #fff;
    outline: 1px solid #216498;
    position: relative;
    z-index: 1;
}

    .bgcolor::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(https://aidev.cloudwebsitesolutions.com/assets/img/icons/accessibility-at-cloud-website-solutions.svg);
        z-index: -1;
        opacity: 0.1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
    }

.right-form {
    box-shadow: 1.95px 1.95px 2.6px rgba(0, 0, 0, 0.15), /* top, right */
    0 0 2.6px rgba(0, 0, 0, 0.15); /* bottom */
}

    .right-form .card {
        border: 0;
    }

.loginbg h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.loginbg p {
    color: #fff;
    font-size: 15px;
}

.loginbottom {
    padding-top: 6pc;
}

    .loginbottom p {
        color: #fff;
        font-size: 15px;
    }

        .loginbottom p a, .loginbottom p a:hover {
            color: #fff;
        }

.input-login {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: transparent;
}

.form-login {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 0;
}


.FHeadRed {
    color: red;
    text-align: center;
    display: block;
    font-size: 17px
}

.btn-login, .btn-login:hover {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    background: #216498;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #216498;
}

/*--------------------------------------------------------------
# Sign Up
--------------------------------------------------------------*/

.acc-message {
    text-align: center;
    margin-bottom: 2pc
}

.regmessage {
    padding: 6pc 2pc
}

    .regmessage h3 {
        font-size: 25px;
        color: #232323;
        margin-bottom: 20px;
        font-style: italic
    }

    .regmessage h4 {
        margin-bottom: 10px
    }

.left-icon {
    font-size: 100px;
    display: flex;
    justify-content: center
}


.btnpwd, .btnpwd:hover {
    background: #216498;
    border: 0;
    color: #fff;
    padding: 5px 10px
}

.card-body.card-body-signup {
    padding: 3pc 1em
}

.smtxt {
    font-size: 12px
}

.ftxt {
    font-size: 14px;
    color: red;
    margin-bottom: 15px
}

.signup-left {
    display: flex;
    flex-direction: column
}

.signuptxt {
    margin: auto;
    color: #fff
}

    .signuptxt p {
        color: #fff
    }

    .signuptxt h4 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .signuptxt a, .signuptxt a:hover {
        color: #fff
    }

.regmessage p {
    font-size: 16px
}


/*--------------------------------------------------------------
# Mobile / Responsive
--------------------------------------------------------------*/
@media(min-width: 1600px) and (max-width: 2100px) {
    .align-items-center-xxl {
        align-items: center;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .container-fluid {
        padding: 0 35px;
    }

    .about-block.about-block-right .about-main-content {
        margin-left: 1pc;
    }

    .about-block.about-block-left .about-main-content {
        margin-right: 1pc;
    }

    .navbar > ul > li {
        margin: 0 5px;
    }

    .navbar a, .navbar a:focus {
        font-size: 12px;
    }

    .get-started-btn {
        margin-left: 10px;
        padding: 8px;
        font-size: 13px;
    }
}

@media(max-width: 991px) {
    .cadmessage {
        margin-top: 50px;
    }

    .btn-signin {
        font-size: 13px;
        padding: 10px;
    }

    .section-image-right {
        margin-top: 0;
    }

    .section-block.section-block-right.mb-7 {
        margin-bottom: 3pc;
    }

    .section-main-content {
        margin-right: 0pc;
        margin-left: 0 !important;
    }

    .about-block.about-block-left .about-image {
        padding-top: 2pc;
    }

    .about-block.about-block-right {
        margin-top: 5pc;
    }

        .about-block.about-block-right .about-main-content {
            margin-left: 0pc;
            margin-top: 2pc;
        }

        .about-block.about-block-right .about-image {
            margin-top: 2pc;
            margin-bottom: 2pc;
        }

    .about-block.about-block-left .about-main-content {
        margin-right: 0pc;
    }

    .about-main-content .mt-5 {
        margin-top: 20px !important;
    }

    .about-header, .section-header, .k-header h3 {
        font-size: 25px;
        margin-bottom: 1pc;
    }

    .about-main, .section-main {
        margin: 2pc 20px 1pc 2pc;
    }

    .flex-reverse-sm {
        display: flex;
        flex-direction: row-reverse;
    }

    .kfeatures {
        margin: 5pc 0 3pc;
    }
}

@media(max-width: 767px) {
    .guest {
        margin: 3pc 0 0;
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
    }

    .register {
        margin-top: 0pc;
        padding-top: 10px !important
    }

    .card-body.card-body-signup {
        padding: 3pc 10px
    }

    .loginbottom {
        padding-top: 1pc;
        border-top: 1px solid #30314a;
        margin-top: 3pc;
    }

    .bgcolor {
        padding: 30px;
    }

    .loginbg h4 {
        font-size: 26px;
    }

    .btn-signin {
        padding-right: 13px;
        font-size: 15px;
    }

        .btn-signin span {
            font-size: 13px;
        }

    .termsblock {
        padding: 30px 20px;
    }

    .breadcrumbs-contact .breadcrumb-content .section-main {
        margin: 2pc 20px 1pc 3pc;
    }

    .contact-page {
        top: 2pc;
    }

        .contact-page .info {
            margin-bottom: 20px;
        }

    .section-image::before {
        left: -1pc;
    }

    .section-block-right .section-image::before {
        left: auto;
        right: -1pc
    }

    .about-image::before {
        left: -1pc;
    }

    .about-block-right .about-image::before {
        right: -1pc;
    }

    .voicegem-image-right {
        margin-top: 2pc;
    }

    .section-image-right {
        margin-top: 2pc;
    }

    .flashbanner .owl-controls .owl-buttons div {
        font-size: 25px !important
    }

    .embed-responsive-custom {
        padding-bottom: 75%;
    }

    #footer .copyright {
        font-size: 12px;
    }

    .get-started-btn {
        margin: 0 5px 0 0;
        padding: 5px 10px;
        font-size: 13px;
    }

    .portfolio {
        padding-bottom: 20px;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }
}


@media(max-width: 400px) {
    .btn-signin span {
        display: none;
    }
}
