:root {
    /* --primary: #f87000; */
    --primary: #064f73;
    --secondary: #0080ff;
    /* --primary-hover: #ca6009; */
    --primary-hover: #0a79af;
    --black: #1d1e1a;
}

.idea-card-wrap .card-body {
    background: #fbfbfb !important;
}

.cg {}

.cg img {
    height: 180px;
    width: 180px;
}

.cg .grid a {
    color: #4a4a4a;
    text-decoration: none;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cg .separator {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 30px;
}

.cg .item {
    padding-left: 0px;
    padding-right: 5px;
    position: relative;
}

.cg .item .hlt {
    color: #fff;
    background-color: var(--secondary);
    padding: 2px 5px 2px 5px;
    width: 100px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 238px;
    font-size: 12px;
    font-weight: 800;
    /* right: -76px; */
}

@media (max-width: 767px) {
    .cg .item .hlt {
        display: none;
    }
}

.cg .item-card {
    transition: 0.5s;
    cursor: pointer;
    width: 180px;
    height: 262px;
}

.cg .item-card-title {
    font-weight: 600;
    font-size: 13px;
    transition: 1s;
    cursor: pointer;
}

.cg .item-card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
    color: #ffa710;
}

.cg .card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;
}

.cg .card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.cg .card-text {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

.cg .card::before,
.cg .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.cg .card::before {
    transform-origin: left top;
}

.cg .card::after {
    transform-origin: right bottom;
}

.cg .card:hover::before,
.cg .card:hover::after,
.cg .card:focus::before,
.cg .card:focus::after {
    transform: scale3d(1, 1, 1);
}

@media (max-width: 600px) {
    .cg .item-card {
        height: 250px;
    }
    .cg img {
        height: 180px;
        width: 180px;
        .cg img {
            height: 180px;
            width: 180px;
        }
        ;
    }
}

.hero-menu {
    background: #fff;
    padding: 30px 0px 30px 0px;
}

.navigation {
    left: 0;
    margin: 0 auto -60px;
    max-width: 1170px;
    padding-top: 50px;
    width: 100%;
}

.navigation a:hover {
    text-decoration: none !important;
}

.navigation__card,
.navigation__card .tabs__tab {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
}

.navigation__card {
    /* background-color: #fff; */
    min-height: 242px;
    width: 730px;
    border-radius: 0 0 6px 6px;
    transition: height 0.5s ease-in-out;
}

.navigation__card .tabs {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -50px;
    width: 100%;
}

.navigation__card .tabs__tab {
    background: #fbfbf9;
    border: 0;
    border-radius: 6px 6px 0 0;
    color: #767475;
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    height: 46px;
    line-height: 1;
    outline: 0;
    padding: 14px 0;
    text-align: center;
    transition: background 0.2s, font-size 0.2s;
}

.navigation__card .tabs__tab:focus,
.navigation__card .tabs__tab:hover {
    background: #f9f9f5;
}

.navigation__card .tabs__tab::before {
    background: #6eb7c2;
    bottom: 5px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    width: 30%;
}

.navigation__card .tabs__tab--active {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #545253;
    height: 55px;
    padding: 18px 0;
    z-index: 1;
}

.navigation__card .tabs__tab--active,
.navigation__card .tabs__tab--active:focus,
.navigation__card .tabs__tab--active:hover {
    background: #fff;
}

.navigation__card .tabs__tab--active::before {
    opacity: 1;
    width: 90%;
}

.navigation__card .links {
    background-color: #000000c0;
    /* border-radius: 0 0 6px 6px; */
    border-radius: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 15px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    max-height: 550px;
    min-height: 226px;
    overflow: hidden;
    padding: 18px 15px;
    position: relative;
    z-index: 1;
}

.navigation__card .links__item {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
    cursor: pointer;
    display: none;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: center;
    /* by james */
    border-radius: 25px;
    background: #00000000;
    transition: all 0.3s;
}


/* by james */

.navigation__card .links__item:hover .links__item-name {
    color: white;
}

.navigation__card .links__item[data-index='1'] {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.navigation__card .links__item[data-index='2'] {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.navigation__card .links__item[data-index='3'] {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.navigation__card .links__item[data-index='4'] {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.navigation__card .links__item[data-index='5'] {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.navigation__card .links__item[data-index='6'] {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.navigation__card .links__item[data-index='7'] {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.navigation__card .links__item[data-index='8'] {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.navigation__card .links__item:not([data-index='0']) {
    display: block;
}

.navigation__card .links__item[data-index='8'] {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.navigation__card .links__item-link {
    border-radius: 6px;
    display: block;
    margin-bottom: 5px;
    padding: 16px 10px 10px;
    transition: 0.35s;
}

.navigation__card .links__item-link:focus,
.navigation__card .links__item-link:hover {
    /* font-size: 16px;*/
    background: #ffffff50;
}

.navigation__card .links__item-link:focus .icon,
.navigation__card .links__item-link:hover .icon {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.navigation__card .links__item-link:active .icon {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.navigation__card .links__item-icon {
    color: var(--secondary) !important;
    font-size: 22px;
}

.navigation__card .links__item-icon .icon {
    display: block;
    height: 40px;
    margin: 0 auto 8px;
    transition: 0.35s;
    width: 40px;
}

.navigation__card .links__item-name {
    color: #ffffff70;
    /* color: white; */
    transition: all 0.2s;
    font-weight: 700;
}


/* by james */

.arrow.gx-bounce-right {
    text-decoration: none !important;
}

.adjust .card {
    width: 18rem;
    height: 480px;
}

.idea-card-wrap .adjust .image-wrapper {
    width: 100%;
    overflow: hidden;
    /* height: 35vh; */
    height: 240px
}

.idea-card-wrap .adjust .image-wrapper img {
    transition: all 0.3s;
}

.idea-card-wrap .adjust .image-wrapper:hover img {
    transform: scale(1.2);
}

.fa-arrow-right-long {
    padding: 4px;
    border-radius: 100px;
    background: #00000020;
    /* transition: all 0.3s; */
    /* position: absolute; */
    /* top: 421px;
    font-size: 13px; */
}

.fa-arrow-right-long:hover {
    background: #00000050;
}

.img-fluid.img-with-padding {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #00003030;
}

.land-heading {
    color: #fff;
    position: relative;
    font-weight: 900;
}

.bg-brush {
    position: absolute;
    left: -3%;
    top: -114%;
    z-index: -1;
    opacity: 0.8;
    /* max-width: 218%; */
    width: 72vh;
    height: 148px;
}

.owl-item .item {
    min-height: 280px;
}

.container .text-column {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #00003030;
    border-radius: 20px;
    background: #cdcdcf;
    padding: 3vw 2vw;
}

.container .text-column h5 {
    text-align: center;
}

.project-container .card {
    /* min-height: 250px; */
    height: 290px;
}

.find-pro-img {
    display: block;
    width: 100%;
}


/* header nav */

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item {
    padding: 10px;
    border-radius: 30px;
    transition: all 0.3s;
}

.navbar-nav .hover-effect:hover {
    background: #e7f7fe;
    cursor: pointer;
}

.navbar-nav .nav-item a {
    text-decoration: none !important;
}

.navbar-nav .nav-search {
    position: relative;
}


/* MENU MOBILE */

@media (max-width: 767px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        max-height: 258px !important;
    }
    .navbar-nav .nav-search {
        top: -257px;
        right: -17vh;
    }
    /* search */
    .navigation {
        /* bottom: -110px; */
        margin: 0 auto;
        position: relative;
    }
    .navigation__card {
        margin: 0 auto;
        min-height: 214px;
        width: 100%;
    }
    .navigation__card .tabs__tab {
        font-size: 16px;
    }
    .navigation__card .links {
        font-size: 14px;
        padding: 4px;
    }
    .navigation__card .links__item {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
    .navigation__card .links__item-link {
        padding: 16px 5px 10px;
    }
    .navigation__card .links__item[data-index='7'],
    .navigation__card .links__item[data-index='8'] {
        display: none;
    }
    .navigation__card .links__item-name {
        line-height: 1.1;
        margin: auto;
        max-width: 105px;
    }
    /* by james */
    .land-heading {
        text-align: center;
    }
    .bg-brush {
        top: -50%;
        max-width: 100%;
        height: 80px;
        left: 10%;
    }
}

.home-info-cards {
    color: #3a3c33 !important;
    font-weight: 600!important;
}

@media (max-width: 600px) {
    .home-info-cards {
        margin-bottom: 25px;
    }
}

.home-info-cards .h {
    color: var(--secondary) !important;
    font-weight: 900!important;
}

.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.testimonials::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--secondary);
}

.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials .title h5 {
    color: #fff;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}

.testimonials .title h2 {
    color: #fff;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0;
}

.testimonials .title img {
    margin-top: -10px;
}

.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: var(--black);
}

.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
}

.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}

.testimonials .testi .item .profile .information .stars i {
    color: var(--primary);
}

.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: var(--black);
    font-weight: 900;
    line-height: 1;
}

.testimonials .testi .item .profile .information span {
    color: var(--primary);
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}

.testimonials .testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: var(--black);
    text-align: center;
}

.testimonials .testi .item .icon {
    text-align: center;
}

.testimonials .testi .item .icon i {
    font-size: 32px;
    color: var(--primary);
}

.faq-header {
    font-size: 42px;
    border-bottom: 1px dotted #ccc;
    padding: 24px;
}

.faq-content {
    margin: 0 auto;
}

.faq-question {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

.panel-title {
    font-size: 24px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;
    display: block;
    cursor: pointer;
    background: bisque;
}

.panel-content {
    font-size: 20px;
    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 14px;
}

.plus {
    position: absolute;
    margin-left: 20px;
    margin-top: 4px;
    z-index: 5;
    font-size: 42px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    display: none;
}

a.cost_guide_link {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    a.cost_guide_link {
        margin: auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
}

.cg-home-view-more {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    position: relative !important;
}