a.active.logo-link {
    background-color: transparent;
}

.content p {
    line-height: 26px;
    text-align: left;
    font-size: 16px;
    color: black;
    white-space: unset;
}

#progressbar li:before {
    position: unset;
}

.floating-label .time {
    background-image: unset !important;
}

.ui-timepicker-container.ui-timepicker-standard ul>li:before,
.easy-autocomplete-container ul>li:before,
.subcat_div ul>li:before {
    display: none
}

.ui-timepicker-standard ul li a {
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
    transition: unset;
}

.subcat_div ul>li {
    padding-top: unset;
    padding-bottom: unset;
}

.loader_div .overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    opacity: 1;
}

#quoteform-modal label {
    text-transform: unset
}

section.gallery-section {
    padding: 70px 0px;
    background-color: #f7f7f7;
}

.gallery-list {
    display: inline-block;
}

.gallery-list .col-md-6 {
    max-width: 49%;
    display: inline-block;
    flex: 0 0 49%;
    padding-left: 0px;
    margin-bottom: 15px;
}

.gallery-list .main_albums {
    padding: 10px 10px 0px;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.main_albums:hover {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.main_albums h3.gallery-inner-title {
    padding: 12px 5px !important;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    transition: all .5s ease-out;
}

.main_albums .fm_album_title a {
    color: #000;
}

.main_albums:hover .fm_album_title a {
    text-decoration: none;
    color: #ff004a;
}

.gallery-right-sec .grid .g-item-main {
    position: relative;
    float: left;
    overflow: hidden;
    width: auto;
    height: auto;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

.gallery-right-sec .g-item-main.effect-goliath:hover img {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

.gallery-right-sec .col-md-4 {
    max-width: 30.5%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0px;
    margin-right: 10px;
}

.gallery-right-sec .pm_album_title h3 {
    display: none;
}

.gallery-right-sec .g-item-main.effect-goliath p {
    text-transform: none;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    top: 50px;
}

.gallery-right-sec .g-item-main.effect-goliath h3,
.gallery-right-sec .g-item-main.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px;
    right: 0;
    top: 0;
}

.gallery-right-sec .g-item-main.effect-goliath {
    margin-bottom: 10px;
}

.gallery-right-sec .g-item-main.effect-goliath p {
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;
}

.pm_slbums_listing_wrapper p a {
    color: #fff;
}

.gallery-right-sec .g-item-main.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: rgba(27, 26, 26, 0.43);
}

.gallery-right-sec {
    padding-right: 5px;
}

.gallery-right-sec .pm_slbums_listing_wrapper p a {
    display: block;
    position: relative;
    top: calc(100% - 55%)
}

.gallery-right-sec .g-item-main.effect-goliath img {
    height: 156px;
    object-fit: cover;
}

.mt-10 {
    margin-top: 10px
}

.gallery-new-btn {
    display: inline-block;
    width: 100%;
}

.blue-bg {
    background-color: #1BA5A8;
}

.c19-head {
    text-align: left;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 18px;
}

/*  new designs   */
.intro .textwidget {
    padding: 30vh 0 40vh;
    width: 750px;
    margin: auto;
}

.intro .textwidget h1 {
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: unset;
}

.intro .textwidget h2 {
    line-height: 1.4;
    text-transform: unset;
    font-size: 20px;
}

.nav-menu li a {
    text-transform: uppercase;
}

.btn.large {
    font-size: 17px;
    width: 200px;
    height: 54px;
    line-height: 54px;
    padding: 0 13px;
}

.ai-content table,
.content_design table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.ai-content table caption,
.content_design table caption {
    text-align: center;
    caption-side: top;
    color: #000;
    border: 1px solid #dddddd;
}

.ai-content table td,
.ai-content table th,
.content_design table td,
.content_design table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.ai-content table tr:nth-child(even),
.content_design table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.ai-content table tr:hover,
.content_design table tr:hover {
    background-color: #ddd;
}

.ai-content table th,
.content_design table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background: #ddd;
    color: #000;
}

.common-feedback p {
    font-size: 16px;
}

.common-feedback i {
    font-size: 22px;
    padding: 8px;
    cursor: pointer;
}

.common-feedback.active {
    color: #1a73e8;
}

.common-feedback i:hover {
    padding: 8px;
    background: #eee;
    border-radius: 50px;
}

.latest-blog_sec .blog-card_llb {
    margin: 20px 10px;
    position: relative;
    padding: 0px;
}

.latest-blog_sec .slider_lblog {
    width: 100%;
}

.latest-blog_sec h3 {
    margin: 10px 0px 10px 0px;
}

.latest-blog_sec .view_lblog {
    background-color: var(--colorcode);
    padding: 15px;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
}

.blog-card_llb {
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    max-height: 600px
}

.latest_blog-heading {
    font-size: 20px;
    line-height: 2.5rem;
    margin: 10px 0px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 58px;
}

.latest_blog-card_header img {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.latest-blog-date {
    align-items: center;
}

.latest_blog-links,
.latest_blog-links:hover {
    color: #000;
}

.latest_blog-links span,
.latest_blog-link {
    color: var(--colorcode);
    text-decoration: underline;
    padding: 0px 3px;
}

.latest_blog-badges {
    padding: 0.4rem 0.7rem;
    background-color: var(--colorcode);
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1rem;
    line-height: 1.2rem;
    border-radius: 5px;
    color: #fff;
}

.latest_blog-badges:hover {
    color: #fff;
}

.latest-blog_sec .row {
    margin: 0;
}

.latest-blog_sec .container {
    padding: 0;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.latest_blog-card_body_llb {
    padding: 12px;
    text-align: start;
}

.latest-blog_sec .slick-dots {
    display: flex;
    justify-content: center;
}

.latest-blog_sec .slick-dots li {
    padding: 5px;
    margin: 5px;
    font-size: 25px;
    cursor: pointer;
}

.latest-blog_sec .slick-dots li button {
    display: none;
}

.latest-blog_sec .slick-dots li.slick-active {
    color: var(--colorcode);
}

.d-none {
    display: none !important;
}

.plusminus.horiz {
    display: none !important;
}

.area_list .flex-between {
    justify-content: start !important;
}

.footer p {
    color: #fff;
}

.contact-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(10 10 10 / 29%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--colorcode);
    border-radius: 50%;
    animation: contact-spin 1s linear infinite;
}

@keyframes contact-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.content_design h3,
.content_design h4 {
    text-align: left;
}

summary {
    display: list-item;
    text-align: left;
}

details summary h3,
details summary h4 {
    display: inline-flex;
}

@media (max-width: 992px) {
    .intro .textwidget {
        width: 600px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .latest-blog-date,
    .latest_blog-links span {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .gallery-right-sec {
        padding-right: 15px;
    }

    .gallery-right-sec .g-item-main.effect-goliath img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .intro .textwidget {
        padding: 25vh 0 40vh;
        width: 500px;
        margin: auto;
    }

    .intro .textwidget h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .intro .textwidget h2 {
        font-size: 15px;
    }

    .btn.large {
        font-size: 15px;
        font-weight: 400 !important;
        height: 46px;
        line-height: 48px;
    }

    .intro .actions {
        padding: 20px 0 0;
    }

    .latest-blog-date,
    .latest_blog-links span {
        font-size: 14px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .gallery-list .col-md-6 {
        max-width: 100%;
        display: inline-block;
        flex: 0 0 100%;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .gallery-right-sec .col-md-4 {
        max-width: 100%;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }

    .our-gallery-sec h2 {
        font-size: 24px;
    }

    .gallery-right-sec {
        padding-right: 15px;
    }

    .gallery-right-sec .g-item-main.effect-goliath img {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .intro .textwidget {
        padding: 25vh 0 40vh;
        width: 300px;
        margin: auto;
    }

    .intro .textwidget h1 {
        font-size: 25px !important;
    }

    .intro .textwidget h2 {
        font-size: 14px;
    }

    .btn.large {
        font-size: 15px;
        font-weight: 400 !important;
        width: 100% !important;
        height: 46px;
        line-height: 48px;
        padding: 0 13px;
    }

    .intro .actions {
        padding: 46px 0 0;
    }
}

@media(max-width: 480px) {
    .row {
        margin: 0 -15px;
    }
}

@media (min-width: 320px) and (max-width: 500px) {

    .ai-content table,
    .content_design table {
        display: block;
        overflow-x: scroll;
        height: unset !important;
    }
}