.btn,
.btn-grad,
.btn-grad-2 {
    padding: 9px 20px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
}
@font-face {
    font-family: Domine;
    src: url("/assets/webfonts/Domine-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Lato;
    src: url("/assets/webfonts/Lato-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Lato;
    src: url("/assets/webfonts/Lato-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-1: #0c2d57;
    --color-2: #e88d67;
    --color-3: #f5cb00;
    --color-4: #144A66;
    --color-5: #FF914D;
    --dark-grey: #363636;
    --danger-color: #b43f3f;
    --black: #221e25;
    --white-color: #ffffff;
    --light-grey: #eef7ff;
    --medium-grey: #dee2e6;
    --grey: #5e5e5e;
}
.btn-dark,
.btn-primary,
.cld-choose-list li:nth-child(2n) h3,
.cld-search-category-list li a:hover .cld-category-name,
.cld-service-addons-btn label input,
.cld-startkit-modal-category-list a:hover,
.cld-startkit-modal-category-list a:hover .ico,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .txt,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .txt,
.tab-style-07 .nav-tabs .nav-item .nav-link:hover .txt {
    color: var(--white-color);
}
body {
    color: var(--dark-grey);
    line-height: 1.6;
    font-family: Lato;
    font-weight: 400;
}
.cld-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 2500px;
    margin: auto;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#spinner,
.bg-overlay,
.cld-about-sec-1,
.cld-about-sec-3,
.cld-addon-preview,
.cld-form-contact-sec {
    z-index: 1;
}
#spinner {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 44%;
}
.preloader-orbit-loading {
    position: relative;
    left: calc(50% - 31px);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}
.preloader-orbit-loading .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.preloader-orbit-loading .cssload-inner.cssload-one {
    left: 0;
    top: 0;
    animation: 1.15s linear infinite cssload-rotate-one;
    -webkit-animation: 1.15s linear infinite cssload-rotate-one;
    -moz-animation: 1.15s linear infinite cssload-rotate-one;
    border-bottom: 3px solid var(--white-color);
}
.preloader-orbit-loading .cssload-inner.cssload-two {
    right: 0;
    top: 0;
    animation: 1.15s linear infinite cssload-rotate-two;
    -webkit-animation: 1.15s linear infinite cssload-rotate-two;
    -moz-animation: 1.15s linear infinite cssload-rotate-two;
    border-right: 3px solid var(--white-color);
}
.preloader-orbit-loading .cssload-inner.cssload-three {
    right: 0;
    bottom: 0;
    animation: 1.15s linear infinite cssload-rotate-three;
    -webkit-animation: 1.15s linear infinite cssload-rotate-three;
    -moz-animation: 1.15s linear infinite cssload-rotate-three;
    border-top: 3px solid var(--white-color);
}
.three-layer-loaderbg .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-1);
}
.three-layer-loaderbg .layer {
    position: absolute;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
@keyframes cssload-rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes cssload-rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
#preloader .txt-loading {
    text-align: center;
    user-select: none;
    margin-top: 30px;
}
#preloader .txt-loading .letters-loading {
    background: #f5cb00;
    background: linear-gradient(to bottom, #f5cb00 0, #e88d67 100%);
    background-clip: text;
    color: transparent;
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
}
#preloader .txt-loading .letters-loading:before {
    background: #f5cb00;
    background: linear-gradient(to bottom, #f5cb00 0, #e88d67 100%);
    background-clip: text;
    color: transparent;
    animation: 4s infinite letters-loading;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
#preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}
#preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}
#preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}
#preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}
#preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}
#preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}
#preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}
#preloader .txt-loading .letters-loading:nth-child(9):before {
    animation-delay: 1.6s;
}
#preloader .txt-loading .letters-loading:nth-child(10):before {
    animation-delay: 1.8s;
}
#preloader .txt-loading .letters-loading:nth-child(11):before {
    animation-delay: 2s;
}
#preloader .txt-loading .letters-loading:nth-child(12):before {
    animation-delay: 2.2s;
}
#preloader .txt-loading .letters-loading:nth-child(13):before {
    animation-delay: 2.4s;
}
@keyframes letters-loading {
    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0);
    }
}
.shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0 !important;
}
a {
    text-decoration: underline;
    color: #004f99;
}
.bg-overlay:after,
.cld-about-sec-1:after,
.cld-about-sec-2:after,
.cld-about-sec-2:before,
.cld-about-sec-3:after,
.cld-action-cta:after,
.cld-addon-preview:after,
.cld-addons-wraper:after,
.cld-addons-wraper:before,
.cld-blog-col .content-box:before,
.cld-blog-col .content:after,
.cld-blog-col .content:before,
.cld-blog-col .read-more:after,
.cld-deign-template-Date:after,
.cld-download-type-btn-list:after,
.cld-download-type-btn-list:before,
.cld-edit-logo:after,
.cld-features-widget-col:after,
.cld-features-widget-col:before,
.cld-filter-thumbnail:after,
.cld-footer-page .ft-heading strong:before,
.cld-form-check-box input[type="checkbox"] + label:before,
.cld-form-contact-sec:after,
.cld-ft-contact-list li .cld-contact-col:after,
.cld-hero-sec-2 .cld-hero-caption:after,
.cld-hero-sec:after,
.cld-img-tempalte-block .tab-text-2:before,
.cld-img-tempalte-block .tab-text:after,
.cld-img-tempalte-block .tab-text:before,
.cld-menu-list li a:after,
.cld-mockup-content:after,
.cld-mockup-content:before,
.cld-mockup-step-sec:after,
.cld-mockup-step-sec:before,
.cld-mockup-step-wrap .detail-holder:after,
.cld-mockup-step-wrap .detail-holder:before,
.cld-page-nav .cld-navbar .nav-link:after,
.cld-pricing-col .price-head:before,
.cld-pricing-col:after,
.cld-pricing-col:before,
.cld-search-category-list li .cld-category-name:after,
.cld-search-category-list li a:before,
.cld-social-selection .imgchk:checked + label:after,
.cld-social-selection label:before,
.cld-startkit-modal-category-list a:after,
.cld-template-list-wrapper:after,
.cld-template-list-wrapper:before,
.iso-nav .cld-filter-list li a:before,
.iso-nav .cld-filter-list li + li a:after,
.plus-icon:after,
.plus-icon:before,
.tab-style-07 .nav-tabs .nav-item .nav-link:after {
    position: absolute;
    content: "";
}
.bg-overlay:after,
.cld-about-sec-1:after,
.cld-about-sec-2:after,
.cld-about-sec-2:before,
.cld-about-sec-3:after,
.cld-blog-col .content:after,
.cld-blog-col .content:before,
.cld-blog-col .read-more:after,
.cld-download-type-btn-list:before,
.cld-filter-thumbnail:after,
.cld-form-contact-sec:after,
.cld-hero-sec:after,
.cld-mockup-step-sec:after,
.cld-mockup-step-sec:before,
.cld-mockup-step-wrap .detail-holder:after,
.cld-search-category-list li .cld-category-name:after,
.cld-search-category-list li a:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.bg-overlay:after {
    background: var(--black);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.bg-light {
    background-color: var(--light-grey) !important;
}
.bg-primary {
    background: var(--color-1) !important;
}
.bg-drak {
    background: var(--dark-grey) !important;
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--black);
    font-weight: 700;
    font-family: Domine;
}
h1 {
    font-size: 40px;
}
h1 span {
    background: #f5cb00;
    background: linear-gradient(to bottom, #f5cb00 50%, #e88d67 100%);
    background-clip: text;
    color: transparent;
}
h2 {
    font-size: 32px;
    text-transform: capitalize;
}
.cld-rating-wrapper .rating-points,
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
.btn {
    white-space: nowrap;
    border-radius: 10px;
    letter-spacing: 0.75px;
    font-weight: 500;
    line-height: 23px;
    transition: 0.3s ease-in-out;
    justify-content: center;
}
.btn-primary {
    background: var(--color-1);
    border-color: var(--color-1);
}
.btn-primary:hover {
    background: 0 0;
    border-color: var(--color-1);
    color: var(--color-1);
}
.btn-dark {
    background: var(--grey);
    border-color: var(--grey);
}
.btn-dark:hover {
    background: 0 0;
    color: var(--grey);
}
.btn-danger,
.cld-logo-startkit-page-list .btn.active {
    background: var(--danger-color);
    border-color: var(--danger-color);
    color: var(--white-color);
}
.btn-light:hover {
    border-color: var(--danger-color);
    color: var(--danger-color);
    background: 0 0;
    border-color: var(--white-color);
    color: var(--white-color);
}
.btn-light {
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--color-1);
}
.btn-grad,
.btn-grad-2 {
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    border: none;
    justify-content: center;
    gap: 5px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 10px;
}
.btn-grad {
    background-image: linear-gradient(to right, #0c2d57 0, #0e6d9f 51%, #0c2d57 100%);
    color: var(--white-color);
}
.btn-grad-2 {
    background-image: linear-gradient(to right, #e88d67 0, #f5cb00 51%, #e88d67 100%);
    color: var(--black);
}
.btn-grad-2:hover,
.btn-grad:hover {
    background-position: right center;
}
.bg-gradient {
    background: linear-gradient(90deg, rgba(232, 141, 103, 0.6) 0, rgba(245, 203, 0, 0.6) 100%) !important;
}
.border {
    border: 1px solid var(--medium-grey) !important;
}
.cld-section-caption {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 30px;
}
.cld-about-sec-3 .cld-about-list li p,
.cld-accordian .accordion-body p,
.cld-choose-list p,
.cld-logo-category-points-list li p,
.cld-pricing-col p,
.cld-section-caption p,
.cld-story-list p {
    margin-bottom: 0;
}
.form-control {
    height: 40px;
    border-radius: 4px;
    font-size: 15px;
    background-color: var(--white-color);
    color: var(--black);
}
.form-control:focus {
    border-color: var(--color-2);
    box-shadow: none;
}
textarea.form-control {
    height: 110px;
    resize: none;
    padding: 10px 15px;
}
.form-check-input:checked {
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.cld-menu-list li a,
.cld-page-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cld-accordian .accordion-button:focus,
.form-check-input:focus {
    box-shadow: none;
}
.cld-form-check-box input[type="checkbox"] + label {
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 25px;
}
.cld-form-check-box input[type="checkbox"],
.cld-service-addons-btn .check-icon {
    display: none;
}
.cld-form-check-box input[type="checkbox"] + label:before {
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    line-height: 19px;
    color: transparent;
    text-align: center;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--medium-grey);
    background-color: var(--light-grey);
    border-radius: 5px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
}
.cld-form-check-box input[type="checkbox"]:checked + label:before {
    background-image: url("/assets/images/checkbox-check.png");
    background-color: var(--color-2);
}
.spacing-padding {
    padding: 50px 0;
}
.spacing-margin {
    margin: 0 0 50px;
}
.cld-about-content-sec .cld-about-content ul,
.cld-about-sec-wrapper-2 .cld-about-col ul,
.cld-contact-widget-sec ul,
.cld-content-page-wrap ul,
.list-group-features ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.cld-about-content-sec .cld-about-content ul li,
.cld-about-sec-wrapper-2 .cld-about-col ul li,
.cld-contact-widget-sec ul li,
.cld-content-page-wrap ul li,
.cld-pricing-col .pricing-list li,
.list-group-features ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 7px;
    background-image: url("/assets/images/checked.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 4px;
}
.cld-logo-startkit-page-list li,
.cld-profile-logo-list figure {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
}
.cld-logo-startkit-page-list .cld-logo-overlay,
.cld-profile-logo-list figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    margin: 0.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.75);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    gap: 9px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.cld-logo-startkit-page-list li:hover .cld-logo-overlay,
.cld-profile-logo-list figure:hover figcaption {
    opacity: 1;
    transform: scale(1);
}
@keyframes slideDown {
    from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(0);
    }
}
.cld-page-header {
    position: relative;
    background: var(--white-color);
    z-index: 999;
}
.cld-page-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: 0.5s ease-in-out slideDown;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    border: none;
}
.cld-page-nav .cld-navbar {
    gap: 25px;
}
.cld-page-nav .cld-navbar .nav-link {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-1);
    position: relative;
    line-height: 75px;
    transition: color 0.5s ease-in-out;
}
.cld-contact-sec .cld-contact-widget a:hover,
.cld-lead-form .form-control:focus + .ico,
.cld-lead-form textarea.form-control:focus + .textarea-ico,
.cld-page-nav .cld-navbar .nav-link:hover {
    color: var(--color-2);
}
.cld-page-nav .cld-navbar .nav-link:after {
    transition: width 0.5s;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
}
.cld-page-nav .cld-navbar .nav-link:hover:after {
    right: auto;
    left: 0;
    width: 100%;
}
@keyframes rotateY {
    0% {
        transform: rotateY(90deg);
    }
    80% {
        transform: rotateY(-10deg);
    }
    100% {
        transform: rotateY(0);
    }
}
@keyframes t-rotateY {
    0% {
        transform: translateZ(200px) transLateY(40px) translateX(-50%);
    }
    80% {
        transform: translateZ(-10px) transLateY(0) translateX(-50%);
    }
    100% {
        transform: translateZ(0) transLateY(0) translateX(-50%);
    }
}
.cld-menu-dropdown {
    display: none;
    background: #fff;
    top: 100%;
    position: absolute;
    perspective: 1000px;
    animation: 0.5s ease-in-out forwards rotateY;
    transform-origin: top center;
    opacity: 1;
    max-width: 250px;
    width: 100%;
}
.cld-page-nav .cld-navbar li:hover .cld-menu-dropdown {
    display: grid;
    box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
}
.cld-menu-dropdown:has(.cld-medium-menu-dropdown) {
    max-width: 850px;
    width: 100%;
    left: 50%;
    padding: 12px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    animation: 0.3s ease-in-out forwards t-rotateY;
}
.cld-checkout-form .form-group,
.cld-menu-list-wrapper .cld-menu-caption {
    margin-bottom: 8px;
}
.cld-about-caption,
.cld-lead-form .form-group,
.cld-portfolio-wrapper.slick-vertical .slick-slide {
    margin-bottom: 10px;
}
.cld-menu-list-wrapper .cld-menu-caption a {
    color: var(--dark-grey);
    text-decoration: none;
}
.cld-menu-list-features .cld-menu-list {
    gap: 0 15px;
    grid-template-columns: repeat(2, 1fr);
}
.cld-medium-menu-dropdown .cld-menu-list li a {
    padding: 4px 7px;
}
.cld-medium-menu-dropdown .cld-menu-list li a:hover {
    padding-left: 12px;
}
.cld-menu-list {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
}
.cld-menu-list li a {
    color: var(--grey);
    position: relative;
    display: block;
    transition: 220ms linear;
    padding: 6px 12px;
    text-decoration: none;
}
.cld-menu-list li:last-child a,
.cld-service-addons-table .total-price td:first-child {
    border: none;
}
.cld-menu-list li a:after {
    display: inline-block;
    height: 0;
    width: 4px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    background: var(--color-2);
    transition: height 0.4s, opacity 0.4s, top 0.4s;
    top: 50%;
    left: 0;
    transform: translateX(0);
}
.cld-menu-list li a:hover:after {
    top: 0;
    left: -1px;
    height: calc(100% + 1px);
    opacity: 1;
    visibility: visible;
}
.cld-menu-list li a:hover {
    color: var(--color-2);
    padding-left: 18px;
}
.cld-menu-list li a .h-menu-ico {
    color: var(--color-2);
    position: absolute;
    top: 6px;
    left: -5px;
    opacity: 0;
    transition: 220ms linear;
    font-size: 11px;
}
.cld-menu-list li a:hover .h-menu-ico {
    left: 1px;
    opacity: 1;
}
.cld-header-user-btn .btn-grad-2 {
    padding: 7px 16px;
    font-size: 15px;
    white-space: nowrap;
}
.cld-portfolio-slider-1.slick-slider .slick-list,
.cld-portfolio-slider-1.slick-slider .slick-slide {
    transform: rotate(180deg);
}
.cld-portfolio-wrapper .slick-slide img {
    display: block;
}
.cld-service-addons-btn input:checked + span .check-icon,
.cld-upload-btn,
.iso-nav .cld-filter-list li {
    display: inline-block;
}
.cld-portfolio-img {
    padding: 4px;
    width: fit-content;
    background: var(--white-color);
}
.cld-hero-sec {
    min-height: 500px;
    background: #0c2d57;
    background: linear-gradient(180deg, #0c2d57 0, #0e6d9f 100%);
    z-index: 1;
}
.cld-hero-sec:after {
    background-image: url("/assets/images/hero-bg.webp");
    z-index: -1;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.cld-hero-caption {
    font-size: 18px;
    line-height: 28px;
}
.cld-hero-caption p {
    text-align: justify;
}
.cld-main-slider-wrapper {
    height: 500px;
}
.cld-rating-wrapper {
    font-size: 13px;
    line-height: 18px;
}
.cld-rating-wrapper .cld-rating-star {
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 30px;
}
.cld-contact-widget-sec .map-frame {
    right: -7%;
    opacity: 0.1;
    top: 0;
}
.cld-choose-img img,
.cld-contact-widget-sec .map-frame img,
.cld-faq-sec img {
    object-fit: cover;
}
.cld-lead-form {
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
    padding: 35px 50px;
}
.cld-lead-form .form-control {
    border: none;
    border-bottom: 2px solid var(--medium-grey);
    padding: 4px 30px 4px 0;
    border-radius: 0;
}
.cld-lead-form .form-control:focus {
    border-color: var(--color-2);
}
.cld-lead-form textarea.form-control {
    padding: 10px 30px 5px 0;
}
.cld-lead-form .ico {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--grey);
}
.cld-lead-form .textarea-ico {
    right: 5px;
    top: 7px;
    color: var(--grey);
}
.cld-lead-form .btn-grad-2 {
    font-size: 18px;
    line-height: 26px;
}
.cld-features-widget-col {
    transition: 0.25s ease-in-out;
    font-size: 15px;
    color: var(--grey);
    top: 0;
}
.cld-addons-wraper:hover,
.cld-features-widget-col:hover {
    top: -10px;
}
.cld-addons-wraper:after,
.cld-addons-wraper:before,
.cld-features-widget-col:after,
.cld-features-widget-col:before {
    z-index: -1;
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.cld-addons-wraper:after,
.cld-features-widget-col:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.cld-features-widget-col h3 {
    font-size: 23px;
    transition: 0.25s ease-in-out;
}
.cld-about-sec-3 .cld-about-list h3,
.cld-features-widget-col:hover h3 {
    color: var(--color-1);
}
.cld-features-widget-col .ico {
    width: 25%;
    background: var(--light-grey);
}
.cld-features-widget-content {
    width: 75%;
    padding: 18px 25px;
}
.cld-features-widget-content p {
    margin-bottom: 0;
}
.cld-portfolio-widget-list {
    gap: 4px;
}
.cld-portfolio-widget-list li {
    width: calc(100% / 4 - 3px);
    cursor: pointer;
    overflow: hidden;
}
.cld-portfolio-widget-list li img {
    transition: transform 0.75s ease-in-out;
}
.cld-portfolio-widget-list li:hover img {
    transform: scale(1.05);
}
.cld-mockup-sec {
    padding: 80px 0;
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 100%);
}
.mockup-shape {
    left: 0;
    line-height: 0;
    top: -1px;
}
.mockup-bg-overlay {
    background-image: url("/assets/images/pattern-background.webp?vw");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    background-attachment: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.mockup-shape svg {
    width: calc(100% + 1.3px);
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.cld-mockup-col,
.cld-startkit-aside,
.cld-template-listing {
    gap: 30px;
}
.cld-mockup-col img {
    border-radius: 10px;
    transition: 1s ease-in-out;
}
.cld-mockup-col:hover img {
    transform: translateY(8px);
    opacity: 0.9;
}
.cld-mockup-content {
    padding: 0 0 0 30px;
}
.cld-mockup-content:after {
    width: 3px;
    height: 100%;
    background: #f5cb00;
    background: linear-gradient(180deg, #f5cb00 0, #e88d67 100%);
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.cld-mockup-content:before {
    width: 3px;
    height: 40%;
    background: var(--white-color);
    top: 7px;
    left: 10px;
    animation: 4s infinite mover;
    z-index: 9;
}
@keyframes mover {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(100%);
    }
}
.cld-mockup-content span {
    font-size: 19px;
    line-height: 30px;
    background: linear-gradient(to bottom, #f5cb00 20%, #e88d67 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cld-mockup-content b {
    font-size: 30px;
    line-height: 37px;
}
.cld-mockup-btn .btn-grad-2 {
    font-size: 19px;
    line-height: 26px;
    padding: 14px 34px;
}
.cld-mockup-btn {
    padding-top: 40px;
}
.cld-mockup-wrapper .row > div:nth-child(odd) .cld-mockup-col {
    margin-right: 20px;
}
.cld-mockup-wrapper .row > div:nth-child(2n) .cld-mockup-col {
    margin-top: 40px;
    margin-left: 20px;
}
.cld-choose-wrapper {
    gap: 40px;
}
.cld-choose-img {
    width: 50%;
}
.cld-choose-list {
    gap: 30px;
    width: 50%;
    font-size: 15px;
}
.cld-choose-list li {
    display: flex;
    box-shadow: #ccdbe8 -1px 1px 6px 1px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 44px inset;
    gap: 20px;
    padding: 25px;
}
.cld-choose-list li:nth-child(2n) {
    margin: 0 100px 0 -100px;
    color: var(--white-color);
    box-shadow: none;
    background: #0c2d57;
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 100%);
}
.cld-choose-list .content {
    padding-top: 5px;
}
.cld-edit-logo {
    padding: 35px;
    width: 210px;
    height: 210px;
    margin-top: -105px;
}
.cld-edit-logo:after {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-in-out;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    border-radius: 50%;
}
.cld-pricing-col:after,
.cld-pricing-col:before {
    left: -60px;
    bottom: -60px;
    opacity: 0.05;
    z-index: -1;
}
.cld-edit-logo img {
    max-width: 100%;
    height: auto;
}
.cld-offers-package-layout {
    z-index: 1;
    padding: 0 35px 40px;
    margin-top: 105px;
}
.cld-pricing-col {
    font-size: 15px;
    line-height: 20px;
    padding: 30px 25px;
    background: var(--light-grey);
    z-index: 1;
    height: 100%;
}
.cld-pricing-col:after {
    background: var(--black);
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.cld-pricing-col:before {
    border: 1px solid var(--black);
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.cld-pricing-col .price-head {
    gap: 17px;
}
.cld-pricing-col .price-head:before {
    top: -17%;
    right: -17%;
    background-image: url("/assets/images/dots.webp");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right top;
    width: 200px;
    height: 200px;
}
.cld-pricing-col .package-icon {
    background: linear-gradient(90deg, rgba(12, 45, 87, 0.8) 0, rgba(14, 109, 159, 0.8) 100%);
    width: 90px;
    height: 90px;
    padding: 3px;
}
.cld-pricing-col .package-name {
    padding: 10px 20px;
    font-size: 20px;
    color: var(--color-1);
}
.cld-pricing-col .price-through {
    font-size: 26px;
    color: var(--grey);
    line-height: 30px;
    opacity: 0.8;
}
.cld-pricing-col .actual-price {
    font-size: 36px;
    line-height: 40px;
}
.cld-pricing-col .divider {
    width: 100%;
    height: 1px;
    background: var(--medium-grey);
    margin: 20px 0;
}
.cld-pricing-col .pricing-list li {
    background-position: 0 0;
    margin-bottom: 11px;
}
.cld-pricing-col.active {
    color: var(--white-color);
    background: var(--color-1);
    background: linear-gradient(180deg, #0e6d9f 0, #0c2d57 100%);
}
.cld-blog-col .read-more:after,
.cld-categories-startkit-list .category-check-ico,
.cld-footer-page .ft-heading strong:before,
.cld-had-list-group:after,
.cld-logo-counter,
.cld-mobile-collapse .cld-inner-collapse[aria-expanded="true"],
.cld-pricing-col.active .package-icon,
.cld-search-category-list li .cld-category-name:after,
.cld-service-addons-table thead tr,
.wishlist-ico {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
}
.cld-pricing-col.active .price-head:before {
    opacity: 0.15;
}
.cld-pricing-col.active:before {
    border-color: var(--white-color);
}
.cld-categories-startkit-list .cld-category-link:hover,
.cld-pricing-col.active:after {
    background: var(--white-color);
}
.cld-pricing-col.active .package-name {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    color: var(--white-color);
}
.cld-pricing-col.active .price-through {
    color: var(--white-color);
    opacity: 0.6;
}
.cld-accordian .accordion-button[aria-expanded="true"] .plus-icon:after,
.cld-pricing-col.active .divider {
    background: var(--color-2);
}
.cld-pricing-col.active .btn-grad {
    background-image: linear-gradient(to right, #e88d67 0, #f5cb00 51%, #e88d67 100%);
}
.cld-story-sec {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.cld-logo-category-wrapper-1 .cld-contact-caption p,
.cld-story-sec .cld-section-caption p {
    margin-bottom: 30px;
}
.cld-story-list {
    line-height: 26px;
    gap: 30px;
}
.cld-story-list .divider {
    height: 1.5px;
    margin: 0 10px;
}
.cld-story-list .counter {
    font-size: 26px;
    color: var(--color-2);
}
.cld-accordian {
    border: 1px solid var(--medium-grey);
    border-right-width: 2px;
    border-left-width: 2px;
}
.cld-accordian .accordion-button {
    padding: 22px 30px 22px 15px;
    font-size: 16px;
    color: var(--black);
    background: 0 0;
    border-top: 1px solid var(--medium-grey);
    border-bottom: 1px solid var(--medium-grey);
}
.category-slider .slick-dots li button:before,
.cld-accordian .accordion-button::after,
.cld-filter-logo-dropdown .dropdown-toggle::after,
.cld-view-pswp .pswp__button--arrow--left:before,
.cld-view-pswp .pswp__button--arrow--right:before {
    content: none;
}
.cld-accordian .accordion-body {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 22px 30px 22px 15px;
}
.cld-accordian .accordion-item {
    border: none;
    background: 0 0;
    transition: 0.2s ease-in-out;
}
.cld-accordian .ico {
    background: var(--color-1);
    width: 40px;
    height: 40px;
}
.plus-icon {
    width: 12px;
    height: 12px;
    right: 15px;
}
.plus-icon:after {
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}
.plus-icon:before {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}
.plus-icon:after,
.plus-icon:before {
    background: var(--color-1);
    transition: 0.2s linear;
    pointer-events: none;
}
.cld-accordian .accordion-button[aria-expanded="true"] .plus-icon:before {
    opacity: 0;
    visibility: hidden;
}
.cld-page-footer {
    padding: 85px 0 0;
    background: linear-gradient(180deg, #0c2d57 0, #0e6d9f 100%);
}
.ft-page-list li {
    display: inline-flex;
    line-height: 23px;
}
.ft-page-list li + li {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 10px;
    padding-left: 10px;
}
.ft-page-list a {
    color: var(--white-color);
    transition: color 0.25s ease-in-out;
}
.cld-logo-category-wrapper-1 .cld-contact-caption p a,
.cld-mobile-nav-holder li a:hover,
.copyright a,
.ft-page-list a:hover,
.tab-style-07 .nav-tabs .nav-item .nav-link.active .number,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .number,
.tab-style-07 .nav-tabs .nav-item .nav-link:hover .number {
    color: var(--color-3) !important;
}
.copyright {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cld-social-icon {
    gap: 10px;
}
.cld-social-icon li a {
    background: rgba(255, 255, 255, 0.075);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: 0.25s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.cld-social-icon li a:hover {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    color: var(--white-color);
    border-color: rgba(255, 255, 255, 0.01);
}
.cld-about-page {
    font-size: 15px;
    line-height: 27px;
}
.cld-about-col-heading {
    font-size: 26px;
}
.cld-about-caption {
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--color-2);
}
.cld-about-sec-1:after,
.cld-about-sec-3:after {
    background-image: radial-gradient(at bottom center, #eef7ffc4 0, #eef7ff 75%);
    z-index: -1;
}
.cld-about-sec-1 .cld-about-col {
    background: var(--white-color);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 65px 20px 20px;
}
.cld-about-sec-1 .cld-img-holder img {
    margin: 0 0 0 -60px;
}
.cld-about-sec-2 {
    padding: 60px 0 0;
    margin-bottom: 120px;
}
.cld-about-sec-2:after {
    background: linear-gradient(90deg, rgba(12, 45, 87, 0.85) 0, rgba(14, 109, 159, 0.85) 100%);
    z-index: -1;
}
.cld-about-sec-2:before,
.cld-inner-banner-sec {
    background-size: cover;
    background-repeat: no-repeat;
}
.cld-about-sec-2:before {
    background-image: url("/assets/images/cld-about-bg.jpg");
    z-index: -1;
    background-attachment: fixed;
    background-position: center;
}
.cld-about-sec-wrapper-2 {
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    z-index: 9;
    border-radius: 6px;
    margin-bottom: -60px;
}
.cld-about-sec-wrapper-2 .cld-img-holder img {
    height: 100%;
    object-fit: cover;
}
#customSizeDownload .modal-body,
.cld-about-sec-wrapper-2 .cld-about-col {
    padding: 30px;
}
.cld-about-sec-wrapper-2 h3 {
    font-size: 23px;
}
.cld-about-sec-3 .cld-about-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.cld-about-sec-3 .cld-about-list .ico {
    margin-bottom: 15px;
}
.cld-about-sec-3 .cld-about-list li {
    padding: 25px;
}
.cld-contact-sec .cld-contact-widget {
    padding: 30px;
    transition: 0.25s ease-in-out;
}
.cld-contact-sec .cld-contact-widget:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}
.cld-contact-sec .cld-contact-widget a {
    color: var(--grey);
    transition: 0.25s ease-in-out;
    font-size: 18px;
    text-decoration: none;
}
.cld-social-wrapper {
    background-position: bottom;
    padding: 35px 13px;
    background-repeat: no-repeat;
}
.cld-social-wrapper .cld-social-icon a {
    background: 0 0;
    border: 1px dashed var(--white-color);
    width: 36px;
    height: 36px;
    text-decoration: none;
}
.cld-social-wrapper .cld-social-icon a:hover {
    background: var(--white-color);
    color: var(--color-2);
}
.cld-ft-contact-list,
.cld-mockup-step-wrap h3,
.cld-profile-form .btn-grad-2,
.cld-social-wrapper h4 {
    font-size: 18px;
}
.cld-inner-banner-sec {
    background-position: center;
    min-height: 300px;
}
.cld-caption-holder {
    font-size: 28px;
    border-left: 5px solid rgba(255, 255, 255, 0.15);
    padding: 15px 0 15px 30px;
    line-height: 34px;
}
.cld-inner-banner-sec.bg-overlay:after {
    background: var(--color-1);
    opacity: 0.8;
}
.cld-form-contact-sec:after {
    position: absolute;
    background-image: radial-gradient(at bottom center, #eef7ffc4 0, #eef7ff 75%);
    z-index: -1;
}
.cld-form-block {
    padding: 25px 30px;
}
.cld-form-block h2 {
    font-size: 30px;
}
.cld-form-block label {
    color: var(--grey);
    font-size: 15px;
    line-height: 18px;
}
.cld-form-block input.form-control {
    border-left: 0;
}
.cld-form-block .form-control {
    height: 48px;
    border-radius: 0;
    font-size: 15px;
    border-color: rgba(0, 0, 0, 0.05);
    background: var(--light-grey);
}
.cld-chat-sec .cld-chat-service-box::after,
.cld-chat-sec .cld-chat-widget {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cld-form-block textarea.form-control {
    height: 120px;
}
.cld-form-block .input-group-text {
    background-color: #d8edff;
    color: rgba(12, 45, 87, 0.7);
    border-color: transparent;
    border-radius: 5px;
}
.cld-chat-sec .cld-chat-widget {
    background-image: url("/assets/images/hosting-service-bg.jpg");
    gap: 25px;
    padding: 20px;
    font-size: 15px;
}
.cld-chat-sec .cld-chat-widget .img-holder {
    min-width: 170px;
    width: 170px;
}
.cld-chat-sec .cld-chat-widget img {
    border: 5px solid var(--white-color);
}
.cld-chat-sec .cld-chat-service-box {
    padding: 25px 20px 20px;
    background-image: linear-gradient(0deg, #fff 0, #eef7ff 100%);
    z-index: 2;
    transition: 0.5s;
    font-size: 15px;
}
.cld-chat-sec .cld-chat-service-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    background-image: linear-gradient(0deg, #eef7ff 0, #fff 100%);
    border-radius: 10px;
}
.cld-chat-sec .cld-chat-service-box:hover::after,
.tab-style-07,
.tab-style-07 .nav-tabs {
    height: 100%;
}
.cld-gallery-head {
    width: 90%;
    margin: auto;
}
.iso-nav .cld-filter-list li a {
    display: inline-block;
    color: var(--grey);
    font-size: 16px;
    cursor: pointer;
    padding: 0 6px;
    margin-right: 15px;
    margin-left: 10px;
    opacity: 0.8;
    transition: 0.3s;
    z-index: 1;
    text-decoration: none;
}
.cld-view-pswp .pswp__ui--idle .pswp__top-bar,
.iso-nav .cld-filter-list li.active a {
    opacity: 1;
}
.iso-nav .cld-filter-list li a:before {
    width: 0;
    height: 6px;
    left: 0;
    bottom: 7px;
    background: #f5cb00;
    background: linear-gradient(90deg, #f5cb00 0, #e88d67 100%);
    z-index: -1;
    transition: 0.3s;
}
.cld-blog-col:hover .content-box:before,
.cld-startkit-modal-category-list a:hover:after,
.iso-nav .cld-filter-list li.active a:before {
    width: 100%;
}
.iso-nav .cld-filter-list li + li a:after {
    content: "•";
    font-size: 20px;
    color: #b7b7b7;
    left: -16px;
    line-height: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.cld-filter-thumbnail img {
    width: 100%;
    transition: 0.75s;
}
.cld-filter-thumbnail:hover img {
    transform: scale(1.075);
}
.cld-filter-thumbnail:after {
    background: var(--black);
    opacity: 0;
    transition: 0.3s;
}
.cld-filter-thumbnail:hover:after {
    opacity: 0.6;
}
.filter-text {
    left: 0;
    bottom: 20px;
    padding: 0 15px;
    z-index: 3;
}
.card.dash-cards h6,
.filter-text h3 {
    font-size: 19px;
}
.filter-text span {
    font-size: 15px;
    bottom: 20px;
    opacity: 0;
    transition: 0.3s;
}
.filter-text h3 {
    bottom: 40px;
    opacity: 0;
    transition: 0.3s 0.2s;
}
.cld-filter-thumbnail:hover .filter-text span {
    bottom: 0;
    opacity: 1;
    transition: 0.3s 0.2s;
}
.cld-filter-thumbnail:hover .filter-text h3 {
    padding-top: 3px;
    bottom: 0;
    opacity: 1;
    transition: 0.3s;
}
.cld-filter-logo-dropdown .btn-light {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 9px 12px;
    min-width: 200px;
}
.cld-filter-logo-dropdown .btn-light.show,
.cld-filter-logo-dropdown .btn-light:active,
.cld-filter-logo-dropdown .btn-light:hover {
    background: var(--color-1);
    color: var(--white-color);
    border-color: var(--color-1);
}
.cld-filter-logo-dropdown .dropdown-menu {
    min-width: 250px;
}
.cld-filter-logo-dropdown .dropdown-menu ul {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 10px 0 0;
}
.cld-filter-logo-dropdown ul a {
    padding: 3px 20px 3px 15px;
    font-size: 15px;
    color: var(--grey);
    transition: 0.25s ease-in-out;
    text-decoration: none;
}
.cld-filter-logo-dropdown ul a:hover {
    color: var(--black);
    background: var(--medium-grey);
    padding-left: 22px;
}
.cld-filter-logo-dropdown ul a:hover .circle-ico {
    color: var(--grey);
    opacity: 1;
    left: 8px;
}
.circle-ico {
    top: 10px;
    left: 2px;
    transition: 0.25s ease-in-out;
    opacity: 0;
}
.cld-filter-logo-dropdown .form-control {
    background: var(--light-grey);
    height: 37px;
    border-radius: 0;
    font-size: 15px;
    padding: 4px 8px 4px 32px;
    border-width: 2px;
    color: #878787;
}
.cld-filter-logo-dropdown .form-control::placeholder {
    color: #878787;
}
.cld-filter-logo-dropdown .search-ico {
    top: 50%;
    transform: translateY(-50%);
    color: #878787;
    left: 8px;
}
.scroll-track::-webkit-scrollbar-track {
    background-color: var(--white-color);
}
.scroll-track::-webkit-scrollbar {
    width: 4px;
    background-color: var(--medium-grey);
    border-radius: 6px;
}
.scroll-track::-webkit-scrollbar-thumb {
    background-color: var(--medium-grey);
    border-radius: 6px;
}
.br-bottom {
    border-bottom: 1px solid var(--medium-grey);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cld-checkout-form label {
    font-size: 15px;
}
.cld-checkout-form .form-control {
    height: 40px;
}
.cld-payment-method a {
    border: 2px solid transparent;
    padding: 4px;
    text-decoration: none;
}
.cld-payment-method a.cld-card-active {
    border-image: linear-gradient(to right, #e88d67 0%, #f5cb00 100%) 1;
    border-width: 2px;
    border-style: solid;
}
.cld-payment-method-had .checkout-type {
    border: 2px solid var(--light-grey);
}
.cld-payment-btn {
    padding: 12px 20px;
    background: var(--light-grey);
    gap: 7px;
    font-size: 13px;
    min-width: 185px;
    color: var(--black);
}
.cld-logo-category-img,
.cld-logo-category-points-list,
.cld-photoswipe-gallery {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.cld-card-active .cld-payment-btn {
    background: linear-gradient(90deg, #0e6d9f 0, #0c2d57 100%);
    color: var(--white-color);
}
.cld-payment-method-head h2 {
    font-size: 26px;
    line-height: 33px;
}
.cld-checkout-form-footer a {
    color: var(--color-2);
    text-decoration: none;
}
.cld-checkout-form-footer .btn-grad {
    font-size: 18px;
    padding: 8px 20px;
}
.cld-checkout-price-wrapper .btn-grad-2 {
    letter-spacing: 1px;
    font-size: 18px;
}
.cld-order-total {
    border-top: 1px solid var(--medium-grey);
    margin: 20px 0 30px;
    padding-top: 20px;
    color: var(--black);
    font-size: 24px;
}
#card-element {
    padding: 18px 14px;
    border: 1px solid var(--medium-grey);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#card-element input {
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
}
.cld-checkout-form-footer {
    padding: 30px 40px 0;
}
.cld-checkout-features {
    padding: 30px;
    color: var(--grey);
}
.cld-checkout-features.bg-overlay:after {
    background: linear-gradient(90deg, rgba(232, 141, 103, 0.05) 0, rgba(245, 203, 0, 0.05) 100%);
    opacity: 1;
}
.cld-paypal-method {
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 22px 15px 8px;
    background: rgba(255, 255, 255, 0.7);
}
.cld-paypal-method span {
    top: -14px;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
    background: #fcf9f2;
    padding: 0 12px;
    letter-spacing: 1px;
}
.cld-header-checkout-icon {
    width: 45px;
    height: 45px;
    background: #f5cb00;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    color: var(--black);
}
.cld-checkout-wrapper {
    background: rgba(255, 255, 255, 0.7);
}
.cld-checkout-wrapper h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
}
.cld-checkout-form {
    padding: 20px;
}
.cld-sidemargins {
    margin: 0 5%;
}
.cld-logo-ctg-bg-gradient {
    background: radial-gradient(circle, #6a9a37 10%, #1e6158 40%, #0d1d1f 80%);
}
.cld-hero-sec-2 {
    margin-bottom: 80px;
}
@keyframes gt3pulse_figure {
    25% {
        transform: scale(1.05) translateY(-50%);
    }
    75% {
        transform: scale(0.95) translateY(-50%);
    }
}
.cld-hero-sec-2 .cld-hero-caption {
    z-index: 1;
    padding: 0 40px 0 100px;
}
.cld-hero-sec-2 .cld-hero-caption:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;
    background-image: url("/assets/images/gradient-figure-1.png");
    width: 550px;
    height: 400px;
    background-size: 550px 400px;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.7;
    animation: 8s linear infinite gt3pulse_figure;
}
.hero-svg-line {
    position: absolute;
    transform: translateX(-50%) rotate(-90deg);
    bottom: -78px;
    left: 50%;
}
.hero-svg-line .bottom-icon g path {
    fill: #103639;
    stroke: #103639;
}
.hero-svg-line .caret-ico {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.category-slider .img-holder img {
    border-radius: 70px 15px;
}
.category-slider .img-holder {
    border-radius: 76px 21px;
    border: 6px solid #fff;
}
.category-slider .slick-dots {
    bottom: 25px;
}
.category-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    transition: 0.3s ease-in-out;
    background: var(--white-color);
    border-radius: 10px;
    opacity: 0.6;
}
.category-slider .slick-dots li.slick-active button {
    width: 19px;
    opacity: 1;
}
.category-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
}
.main-cld-form {
    border: 6px solid rgba(255, 255, 255, 0.1);
}
.cld-search-form .btn-grad-2 {
    height: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
    font-size: 19px;
    padding: 9px 30px;
}
.cld-search-form .form-control {
    font-size: 19px;
    height: 60px;
}
.cld-logo-category-wrapper-1 .cld-img-holder img {
    border-radius: 15px;
}
.cld-logo-category-points .counter {
    font-size: 66px;
    line-height: 60px;
    -webkit-text-stroke: 1.5px var(--color-1);
}
.cld-logo-category-points img {
    transform: rotate(-11deg) translateY(45px) translateX(-16px);
}
.cld-logo-category-points-list {
    z-index: 99;
    font-size: 15px;
}
.cld-logo-category-points-list li:first-child {
    margin: 90px 0 0;
}
.cld-logo-category-points-list li:nth-child(2) {
    margin: 60px 0 0;
}
.cld-logo-category-points-list li:nth-child(3) {
    margin: 30px 0 0;
}
.cld-logo-category-content-sec ul li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 7px;
    background-image: url("/assets/images/checked.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 2px;
}
.cld-logo-category-content-sec ul {
    padding-left: 0;
    list-style: none;
}
.cld-view-pswp .pswp__img {
    position: absolute;
    cursor: default !important;
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 10px;
}
.cld-view-pswp .pswp__button--arrow--left,
.cld-view-pswp .pswp__button--arrow--right {
    opacity: 1;
    width: 50px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    transition: 0.25s ease-in-out;
}
.cld-view-pswp .pswp__button--arrow--left:hover,
.cld-view-pswp .pswp__button--arrow--right:hover {
    background-color: var(--color-2);
}
.cld-view-pswp .pswp__button--arrow--right {
    background-image: url("/assets/images/caret-right.png");
    right: 15px;
}
.cld-view-pswp .pswp__button--arrow--left {
    background-image: url("/assets/images/caret-left.png");
}
.pswp__button--arrow--left,
.pswp__button--arrow--right .cld-view-pswp .cld-view-pswp .pswp__button--arrow--left {
    left: 15px;
}
.cld-mobile-collapse .accordion-button::after,
.cld-profile-logo-list .btn-grad:before,
.cld-view-pswp .pswp__button--arrow--right:before {
    content: none;
}
.cld-photoswipe-gallery figure {
    position: relative;
    margin-bottom: 0;
    border: 1px solid var(--medium-grey);
    padding: 5px;
    background: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.cld-photoswipe-gallery figure a {
    overflow: hidden;
    text-decoration: none;
}
.cld-photoswipe-gallery figure .ico {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s ease-in-out;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    width: 75px;
    height: 75px;
}
.cld-photoswipe-gallery figure:hover .ico {
    opacity: 1;
    margin-top: 0;
}
.cld-view-pswp .pswp__img--placeholder--blank {
    background: 0 0 !important;
}
.dashborad-menus {
    gap: 15px 20px;
}
.dashborad-menus li a {
    color: var(--grey);
    padding: 11px 20px;
    line-height: 24px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.cld-profile-tab-list .list-group-item.active,
.dashborad-menus li a.active,
.dashborad-menus li a:hover {
    background: linear-gradient(90deg, rgba(12, 45, 87, 0.9) 0, rgba(14, 109, 159, 0.9) 100%);
    color: var(--white-color);
}
.dashborad-menus .profile-ico {
    width: 24px;
    min-width: 24px;
}
.dashborad-menus svg {
    width: 24px;
    height: 24px;
}
.dashborad-menus .cld-logout .btn-grad-2 {
    padding: 12px 20px;
}
.card.dash-cards {
    padding: 25px;
    text-align: center;
    border: 0;
    box-shadow: 3px 5px 13px rgba(222, 226, 231, 0.44);
}
.dash-cards-wrapper .card-body {
    padding: 0;
}
.dash-widget-info {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 30px;
}
.dash-profile-wrapper .card-header {
    background: 0 0;
    border-color: var(--medium-grey);
    padding: 15px 12px;
}
.dash-profile-wrapper .card-header h4 {
    font-size: 2px;
}
.cld-profile-form .input-icon {
    color: var(--color-2);
    top: 50%;
    z-index: 999;
    left: 8px;
    transform: translateY(-50%);
}
.cld-profile-form .form-group input.form-control {
    height: 45px;
    padding: 0 0 0 40px;
    font-size: 15px;
}
.cld-profile-form label {
    font-size: 15px;
    font-weight: 500;
}
.dash-profile-wrapper .card-body {
    padding: 40px;
}
.cld-profile-img .cld-settings-upload-img,
.cld-profile-img .cld-settings-upload-img img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.cld-upload-btn {
    position: relative;
}
.cld-upload-btn .hide-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.cld-upload-btn .file-upload {
    background: linear-gradient(90deg, rgba(12, 45, 87, 0.9) 0, rgba(14, 109, 159, 0.9) 100%);
    color: var(--white-color);
    padding: 8px 32px;
    font-size: 16px;
    cursor: pointer;
}
.cld-profile-photo span {
    font-size: 15px;
    color: var(--grey);
}
.profile-img-del {
    width: 40px;
    height: 40px;
}
.cld-profile-tab-list {
    height: 100%;
    background: var(--light-grey);
    padding: 15px 0;
    border-radius: 10px;
    margin: 0;
    text-align: center;
}
.cld-profile-tab-list .list-group-item:last-child {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}
.cld-profile-tab-list .list-group-item:first-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.cld-profile-tab-list .list-group-item {
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cld-profile-tab-content {
    background: var(--light-grey);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}
.cld-profile-logo-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.cld-profile-logo-list li {
    height: 150px;
    border: 1px solid var(--medium-grey);
    overflow: hidden;
}
.cld-profile-logo-list img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cld-profile-logo-list .btn-grad,
.cld-profile-logo-list .btn-grad-2 {
    padding: 6px 8px !important;
    border-radius: 7px;
    height: 35px;
    min-width: auto;
}
.cld-transection-table thead th {
    padding: 10px;
}
.cld-transection-table {
    width: 80%;
    font-size: 15px;
}
.cld-transection-table .img-thumbnail {
    max-width: 100px;
    max-height: 75px;
}
.cld-transection-table thead,
.page-link.active,
.pagination .active > .page-link {
    background: linear-gradient(90deg, rgba(12, 45, 87, 0.9) 0, rgba(14, 109, 159, 0.9) 100%);
}
.cld-logo-startkit-page-list .btn,
.cld-transection-table tbody td {
    padding: 6px 10px;
}
.cld-custom-size-form-wrapper .form-control,
.cld-inquiry-card-form .form-control,
.cld-mockup-step-sec:before,
.cld-service-addons-table tbody tr:nth-child(2n),
.cld-transection-table tr:nth-child(2n) {
    background: var(--light-grey);
}
.cld-transection-table .btn-grad-2 {
    padding: 6px 12px;
    font-size: 15px;
    line-height: 22px;
}
.pagination {
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 0;
    gap: 7px;
}
.cld-logo-startkit-page-list,
.cld-startkit-modal-category-list {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.pagination .page-link {
    padding: 4px 17px;
    border-color: var(--medium-grey);
}
.pagination .page-link svg {
    margin-top: -3px;
}
.page-link.disabled,
.pagination .disabled > .page-link {
    background-color: var(--light-grey);
    border-color: var(--light-grey);
}
.cld-content-page-wrap {
    padding: 30px 25px;
    border-radius: 15px;
    font-size: 15px;
}
.cld-content-page-wrap ul {
    margin-left: 20px;
}
.cld-content-page-wrap h1 {
    font-size: 36px;
}
.cld-content-page-wrap h2 {
    font-size: 25px;
}
.cld-flip-card-inner {
    cursor: pointer;
    transition: 1s cubic-bezier(0.6, 1.3, 0.6, 1.3);
    transform-style: preserve-3d;
}
.cld-flip-card-front {
    z-index: 2;
}
.cld-flip-card-back,
.cld-flip-card-front {
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform: rotateX(0);
}
.cld-flip-card-back,
.cld-flip-card:hover .cld-flip-card-inner {
    transform: rotate3d(1, -1, 0, 180deg);
}
.cld-flip-card-back {
    background: linear-gradient(180deg, #0c2d57 0, #0e6d9f 100%);
    font-size: 20px;
    letter-spacing: 0.75px;
}
.cld-flip-card-back a {
    color: var(--white-color);
    text-decoration: none;
}
.cld-startkit-modal-category-list {
    height: 250px;
    overflow: auto;
    margin-top: 30px;
    padding: 15px;
    line-height: 20px;
}
.cld-startkit-modal-category-list a {
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 4% 100%, 0 50%);
    color: var(--black);
    border-radius: 0 4px 4px 0;
    z-index: 1;
    padding: 7px 10px 7px 0;
    transition: 0.25s ease-in-out;
    text-decoration: none;
}
.cld-startkit-modal-category-list a:after {
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    min-width: 40px;
    height: 100%;
    z-index: -1;
    transition: 0.25s ease-in-out;
    background: #f5cb00;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
}
.cld-startkit-modal-category-list .ico {
    width: 40px;
    min-width: 40px;
    color: var(--grey);
    transition: 0.25s ease-in-out;
}
.cld-startkit-modal-dialog .form-control {
    background: var(--white-color);
    height: 50px;
    font-size: 15px;
    padding: 5px 15px 5px 55px;
}
.cld-startkit-modal-dialog .category-icon {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-2);
}
.cld-startkit-modal-dialog {
    max-width: 900px;
}
.cld-main-modal-dialog .modal-header {
    padding: 10px 15px;
    background: #deefff;
}
.cld-main-modal-dialog .modal-header .btn-close {
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out;
    color: var(--white-color);
    background: var(--danger-color);
    background-image: none;
    position: relative;
    padding: 0;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin: 0;
}
.cld-logo-startkit-page-list li {
    display: block;
    border: 1px solid var(--medium-grey);
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.cld-logo-startkit-page-list .btn-grad-2 {
    padding: 7px 12px;
}
.cld-startkit-features .cld-category-search-form {
    max-width: 550px;
}
.cld-category-search-form .btn-grad-2 {
    height: 50px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 9px 10px 9px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 21% 50%);
}
.cld-category-search-form .form-control {
    height: 50px;
    font-size: 16px;
}
.cld-startkit-features .form-group .btn-grad-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
}
.cld-categories-startkit-wrapper {
    padding: 20px 0;
}
.cld-close-icon.btn-grad-2 {
    width: 37px;
    height: 37px;
    min-width: 37px;
    min-height: 37px;
    font-size: 23px;
    margin-left: auto;
    padding: 0;
}
.cld-slide-icon {
    font-size: 24px;
    line-height: 26px;
    width: 40px;
    height: 40px;
    top: 4px;
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 100%);
    color: var(--white-color);
}
.cld-categories-startkit-list {
    gap: 12px;
    max-height: 350px;
    overflow: auto;
    padding: 1px 10px 0;
}
.cld-categories-startkit-list .cld-category-link {
    color: var(--dark-grey);
    padding: 0 0 0 45px;
    overflow: hidden;
    text-decoration: none;
    background: var(--light-grey);
    transition: background 0.25s ease-in-out;
    border-radius: 100px 10px 10px 100px;
    box-shadow: rgba(9, 30, 66, 0.25) 0 4px 8px -2px, rgba(9, 30, 66, 0.08) 0 0 0 1px;
}
.cld-categories-startkit-list .category-check-ico {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    left: 0;
    top: 0;
}
.cld-categories-startkit-list .cld-category-link .check-ico {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    width: 90%;
    height: 90%;
    color: var(--grey);
    font-size: 15px;
    border: 3px solid var(--light-grey);
}
.cld-categories-startkit-list .category-name {
    padding: 8px 35px 8px 8px;
}
.cld-logo-counter {
    height: 25px;
    min-width: 23px;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 4px;
    color: var(--black);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.wishlist-ico {
    width: 30px;
    height: 30px;
}
.cld-startkit-aside .cld-link-logo {
    border-bottom: 1px solid var(--medium-grey);
    padding-bottom: 8px;
}
.cld-startkit-aside .cld-brows-logo a {
    color: var(--dark-grey);
    font-size: 17px;
    line-height: 26px;
    text-decoration: none;
}
.cld-category-list-wrap,
.cld-startkit-aside .cld-brows-logo {
    gap: 20px;
}
.cld-mobile-menu .offcanvas {
    background: var(--color-1);
    max-width: 330px;
}
.cld-mobile-menu .offcanvas-opener {
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 100%);
    color: var(--white-color);
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 7px;
    border-radius: 7px;
}
.cld-mobile-menu .btn-grad-2 {
    width: 35px;
    height: 35px;
    padding: 10px;
}
.cld-mobile-menu .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 12px;
}
.cld-mobile-nav-holder li a.nav-link {
    padding: 8px 6px;
    color: var(--white-color);
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}
.cld-mobile-nav-holder .cld-mobile-collapse {
    font-size: 15px;
    background: rgb(255 255 255 / 0.03);
    margin: 7px auto 3px;
    width: 88%;
    line-height: 20px;
}
.cld-mobile-collapse .cld-inner-collapse {
    background: #fff0;
    border: none;
    color: var(--white-color);
    padding: 8px 8px 8px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cld-mobile-collapse li a {
    display: flex;
    padding: 7px 10px;
    color: var(--white-color);
    transition: 0.25s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    align-items: baseline;
    gap: 6px;
    text-decoration: none;
}
.cld-mobile-collapse .accordion-item:last-child,
.cld-mobile-collapse li:last-child a,
.tab-style-07 .nav-tabs .nav-item:last-child .nav-link {
    border-bottom: none;
}
.cld-mobile-collapse li a svg {
    font-size: 12px;
    transition: color 0.25s linear;
    color: var(--color-3);
    position: relative;
    top: 1px;
}
.cld-mobile-collapse li a:hover {
    background: var(--white-color);
    color: var(--dark-grey);
}
.cld-mobile-menu .products-collapse-icon {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-3);
}
.cld-mobile-menu .cld-collapse-item .nav-link {
    padding: 8px 30px 8px 6px;
}
.expand-icon {
    height: 10px;
    width: 10px;
    left: 10px;
    top: 13px;
}
.expand-icon::after,
.expand-icon::before {
    content: " ";
    width: 10px;
    height: 2px;
    background-color: var(--color-3);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.25s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
    border-radius: 2px;
}
.cld-img-tempalte-block .badge-dark,
.cld-template-list-wrapper .free-template {
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 100%);
}
.expand-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.expand-icon::after {
    transform: translate(-50%, -50%);
}
.cld-mobile-collapse .cld-inner-collapse[aria-expanded="true"] .expand-icon:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
}
.cld-mobile-collapse .cld-inner-collapse[aria-expanded="true"] .expand-icon:after {
    background-color: var(--white-color);
}
.cld-mobile-collapse .accordion-item:last-of-type {
    border-radius: 0;
}
.cld-footer-page {
    background-size: cover;
    background-position: center center;
    font-size: 15px;
    background: linear-gradient(180deg, #0c2d57 0, #0e6d9f 100%);
}
.cld-footer-page .cld-top-footer-features {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cld-footer-page .cld-footer-wrapper {
    padding: 35px 0 0;
}
.cld-footer-page .ft-heading strong {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
.cld-footer-page .ft-heading strong:before {
    left: 0;
    bottom: 0;
    width: 75%;
    height: 3px;
}
.cld-footer-inner-list .ft-list {
    gap: 7px 45px;
    grid-template-columns: repeat(2, 1fr);
}
.cld-footer-page .ft-list li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    text-decoration: none;
}
.cld-footer-page .ft-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.cld-footer-page .ft-list li a:hover {
    transform: translateX(7px);
    color: var(--color-2);
}
.cld-footer-page .ft-list .ft-angles-ico {
    color: var(--color-2);
    margin-top: 5px;
}
.cld-footer-page a {
    color: var(--white-color);
    transition: 0.25s ease-in-out;
}
.cld-footer-features {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.cld-footer-wrap-holder {
    gap: 45px;
    grid-template-columns: repeat(2, 1fr);
}
.social-mdeia-icons {
    gap: 8px;
}
.social-mdeia-icons a {
    width: 40px;
    height: 40px;
    color: var(--white-color);
    transition: 0.25s linear;
    border-bottom: 2px solid var(--color-2);
    background: rgb(255 255 255 / 0.1);
}
.social-mdeia-icons a:hover {
    background: rgb(255 255 255);
    color: var(--color-2);
}
.cld-action-cta:after,
.cld-search-category-list li a:before {
    border-image: linear-gradient(to right, #e88d67 0%, #f5cb00 100%) 1;
    border-style: solid;
}
.cld-search-category-list {
    gap: 17px;
    grid-template-columns: repeat(6, 1fr);
}
.cld-profile-addon-sec .cld-search-category-list,
.cld-template-listing {
    grid-template-columns: repeat(4, 1fr);
}
.cld-search-category-list li a:hover:after {
    opacity: 0.5;
    visibility: visible;
}
.cld-search-category-list li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.cld-search-category-list li a:before {
    border-width: 4px;
}
.cld-search-category-list li .cld-category-name {
    min-height: 70px;
    font-size: 20px;
    z-index: 1;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    color: var(--grey);
    word-break: break-word;
    line-height: 24px;
    margin: 9px;
    width: 100%;
}
.cld-search-category-list li .cld-category-name:after {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.cld-search-category-list li a:hover .cld-category-name:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.cld-img-tempalte-block {
    cursor: pointer;
}
.cld-img-tempalte-block img {
    min-height: 100%;
    opacity: 0.8;
}
.cld-img-tempalte-block .tab-text {
    transform-style: preserve-3d;
    perspective: 300px;
    font-size: 1.25rem;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}
.cld-img-tempalte-block .tab-text:before {
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(132, 132, 132, 0.25) 50%, rgba(255, 255, 255, 0.55) 65%);
    transform: rotate3d(-1, 1, 0, 20deg);
    transform-origin: 50% 50%;
    transition: width 0.2s linear 0.2s, height 0.2s linear 0.2s, bottom 0.2s linear, right 0.2s linear;
}
.cld-img-tempalte-block:hover .tab-text:before {
    width: 100%;
    height: 100%;
    bottom: 50%;
    right: 50%;
    transition: width 0.2s linear, height 0.2s linear, bottom 0.2s linear 0.2s, right 0.2s linear 0.2s;
}
.cld-img-tempalte-block:hover .tab-text:after {
    top: -100%;
    left: -100%;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.04) 60%);
}
.cld-img-tempalte-block .tab-text:after {
    width: 180%;
    height: 180%;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0) 60%);
    top: 0;
    left: 0;
    transition: 0.4s linear;
    z-index: -1;
}
.cld-img-tempalte-block .badge-dark {
    transform: translateY(10px) translateX(10px);
    left: 0;
    top: 0;
    transition: 0.2s linear;
    font-size: 13px;
}
.cld-img-tempalte-block:hover .badge-dark {
    transform: translateY(0) translateX(0);
    opacity: 0;
    visibility: hidden;
}
.cld-img-tempalte-block:hover .tab-text-2:before {
    transform: rotate(70deg);
}
.cld-img-tempalte-block .tab-text-2:before {
    bottom: 0;
    left: 0;
    width: 150%;
    height: 200%;
    background-color: var(--white-color);
    opacity: 0.8;
    transform-origin: 0 100%;
    transform: rotate(90deg);
    transition: 0.35s;
}
.cld-img-tempalte-block .tab-text-2 {
    font-size: 1.25rem;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}
.cld-img-tempalte-block .tab-text-2 .btn-grad-2 {
    bottom: 10px;
    right: 15px;
    padding: 5px 10px;
    opacity: 0;
    font-size: 15px;
    transform: translate3d(0, 50px, 0);
    transition: 0.35s;
    line-height: 20px;
}
.cld-addons-wraper h3:before,
.content-box .title:before {
    position: absolute;
    content: attr(data-heading);
    font-size: 55px;
    line-height: 45px;
    font-variant-numeric: lining-nums;
    font-weight: 700;
}
.cld-img-tempalte-block:hover .btn-grad-2 {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.15s;
}
.cld-action-cta {
    padding: 8px 18px;
    font-size: 16px;
    color: var(--white-color);
    background: var(--color-1);
    transition: 0.25s ease-in-out;
    box-shadow: 6px 6px 0 #c9e6ff;
    transform: skewX(-15deg);
    gap: 15px;
    text-decoration: none;
}
.cld-action-cta:hover {
    padding: 8px 26px 8px 10px;
    box-shadow: 0 0 0 var(--white-color);
}
.cld-action-cta:after {
    left: 6px;
    top: 6px;
    border-width: 6px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-top: none;
    border-left: none;
    opacity: 0;
    transition: 0.25s ease-in-out;
}
.cld-action-cta:hover:after,
.cld-blog-col:hover .read-more:after {
    opacity: 1;
    visibility: visible;
}
.cld-action-cta .category-name {
    transform: skewX(15deg);
}
.cld-action-cta .chevron-icon {
    transition: 0.5s;
    top: -2px;
    transform: skewX(15deg);
}
.cld-action-cta path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}
.cld-action-cta path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}
.cld-action-cta:hover .chevron-icon {
    transition: 0.5s;
}
.cld-action-cta:hover path.one {
    transform: translateX(0);
    animation: 1s 0.6s infinite color_anim;
}
.cld-action-cta:hover path.two {
    transform: translateX(0);
    animation: 1s 0.4s infinite color_anim;
}
.cld-action-cta:hover path.three {
    animation: 1s 0.2s infinite color_anim;
}
@keyframes color_anim {
    0%,
    100% {
        fill: white;
    }
    50% {
        fill: #fbc638;
    }
}
.tab-style-07 .nav-tabs .nav-item {
    width: 100%;
    height: calc(100% / 4);
}
.tab-style-07 .nav-tabs .nav-item .nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px 20px;
    background: 0 0;
    transition: 0.3s;
    font-size: 18px;
    color: var(--grey);
}
.tab-img-block {
    width: 50%;
    top: 0;
    left: 0;
}
.tab-img-block img {
    object-fit: cover;
    object-position: center;
}
.tab-style-07 .nav-tabs .nav-item .nav-link .number,
.tab-style-07 .nav-tabs .nav-item .nav-link .txt {
    z-index: 9;
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}
.tab-style-07 .nav-tabs .nav-item .nav-link .number {
    color: var(--color-2);
    margin-right: 6px;
}
.tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
    top: 50%;
    z-index: 9;
    right: 0;
    opacity: 0;
    transform: translate(25%, -50%);
    transition: opacity, transform;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #0e6c9e;
}
.tab-style-07 .nav-tabs .nav-item .nav-link:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 90%);
    z-index: 1;
}
.tab-style-07 .nav-tabs .nav-item .nav-link.active,
.tab-style-07 .nav-tabs .nav-item .nav-link.show,
.tab-style-07 .nav-tabs .nav-item .nav-link:hover {
    color: var(--white-color);
    isolation: inherit;
}
.tab-style-07 .nav-tabs .nav-item .nav-link.active .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link.show .number-box,
.tab-style-07 .nav-tabs .nav-item .nav-link:hover .number-box {
    opacity: 1;
    transform: translate(50%, -50%);
    transition: opacity 0.4s 0.35s, transform 0.4s 0.35s;
}
.tab-style-07 .nav-tabs .nav-item .nav-link.active:after,
.tab-style-07 .nav-tabs .nav-item .nav-link.show:after,
.tab-style-07 .nav-tabs .nav-item .nav-link:hover:after {
    transform: scaleX(1);
}
.tab-img-block .btn-grad-2 {
    bottom: 0;
    line-height: 23px;
    right: 0;
    min-height: 75px;
    padding: 0 20px;
    font-size: 18px;
    gap: 14px;
}
.tab-img-block .btn-grad-2 span {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.4);
    color: var(--black);
}
.tab-text-block {
    padding: 3% 5%;
    line-height: 30px;
}
.cld-about-centent-sec .cld-section-caption {
    line-height: 28px;
    font-size: 16px;
}
.cld-hero-banner02-sec {
    min-height: 350px;
    background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 90%);
    margin: 0 1%;
    z-index: 1;
}
.cld-logo-search-form .btn-grad-2 {
    width: 60px;
    min-width: 60px;
    height: 60px;
}
.cld-logo-search-form .form-control {
    font-size: 17px;
    height: 60px;
    padding: 10px 26px;
}
.cld-hero-shape-img {
    top: -150px;
    left: -30px;
    z-index: -1;
}
.cld-hero-banner02-sec .img-holder {
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 250px 250px 0 0;
}
.cld-hero-banner02-sec .img-holder img {
    height: 322px;
    border-radius: 250px 250px 0 0;
}
.cld-template-listing-2 {
    grid-template-columns: repeat(3, 1fr);
}
.cld-template-list-wrapper img {
    transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.cld-template-list-wrapper .badge {
    right: 10px;
    top: 10px;
    z-index: 99;
}
.cld-template-list-wrapper .paid-template {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    color: var(--black);
}
.cld-template-list-wrapper:after {
    right: -47%;
    top: -13%;
    background: var(--light-grey);
    width: 100%;
    height: 34%;
    transform: rotate(45deg);
}
.cld-template-listing-2 .cld-template-list-wrapper:after {
    right: -46%;
    top: -3%;
}
.cld-template-list-wrapper {
    perspective: 50em;
}
.cld-template-list-wrapper .btn-grad-2 {
    padding: 6px 12px;
}
.cld-template-list-wrapper:before {
    background: var(--light-grey);
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    transition: 0.4s ease-in-out;
    transform: rotateX(-90deg);
    transform-origin: 50% 50%;
    opacity: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.cld-template-list-wrapper:hover:before {
    transform: rotateX(0);
    opacity: 0.9;
}
.btn-block-hover {
    top: 50%;
    left: 20px;
    right: 20px;
    opacity: 0;
    z-index: 1;
    transition: 0.2s ease-out;
}
.cld-template-list-wrapper:hover .btn-block-hover {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.2s;
}
.cld-thank-you-page h3 {
    font-size: 27px;
}
.cld-addons-wraper {
    font-size: 15px;
    gap: 30px;
    transition: 0.25s ease-in-out;
    top: 0;
}
.cld-addons-img {
    width: 170px;
    background: var(--light-grey);
}
.cld-addons-wraper h3 {
    z-index: 1;
    font-size: 24px;
    padding-right: 55px;
}
.cld-addons-wraper h3:before {
    color: rgba(0, 0, 0, 0.1);
    left: -25px;
    top: -12px;
    z-index: -1;
}
.cld-addons-wraper .content {
    padding: 30px 0;
}
.cld-addons-wraper p {
    margin-bottom: 25px;
}
.add-adoons {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    color: rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
}
.cld-service-addons-btn label span {
    padding: 10px 25px;
    background-image: linear-gradient(to right, #e88d67 0, #f5cb00 51%, #e88d67 100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: var(--black);
    cursor: pointer;
    gap: 6px;
    font-size: 16px;
    line-height: 20px;
}
.cld-service-addons-btn input:checked + span {
    background: #b43f3f;
    color: var(--white-color);
}
.cld-addons-wraper:has(.cld-service-addons-btn input:checked) {
    background: linear-gradient(90deg, rgba(232, 141, 103, 0.15) 0, rgba(245, 203, 0, 0.15) 100%);
}
.cld-addons-wraper:has(.cld-service-addons-btn input:checked) h3:before {
    color: rgba(255, 255, 255, 0.9);
}
.cld-addons-wraper:has(.cld-service-addons-btn input:checked) .cld-addons-img {
    background: var(--white-color);
}
.cld-addons-wraper:has(.cld-service-addons-btn input:checked) .add-adoons svg {
    transform: rotate(-45deg);
    color: var(--white-color);
}
.cld-addons-wraper:has(.cld-service-addons-btn input:checked) .add-adoons {
    background: #b43f3f;
}
.cld-service-addons-table tbody tr:nth-child(odd) {
    background: var(--white-color);
}
.cld-service-addons-table .discount-price .btn-grad {
    padding: 8px;
}
.total-price td:not(:first-child) {
    background: var(--color-1);
    color: var(--white-color);
    font-weight: 700;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
}
.discount-price td:not(:first-child) {
    background: var(--white-color);
    color: var(--color-2);
    font-weight: 700;
    font-size: 18px;
}
.discount-price .form-control {
    background-color: var(--light-grey);
    height: 38px;
    max-width: 200px;
}
#payment-element.StripeElement {
    height: 43px;
    padding: 12px 10px;
    background: var(--white-color);
    border: 1px solid var(--medium-grey);
    border-radius: 6px;
    max-width: 480px;
    margin: auto;
}
.cld-deign-template-Date {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 12px;
    background: linear-gradient(90deg, rgba(232, 141, 103, 0.15) 0, rgba(245, 203, 0, 0.15) 100%);
    border-radius: 10px 10px 0 0;
}
.cld-deign-template-Date .expiry-date {
    color: var(--danger-color);
}
.cld-deign-template-Date:after {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1px;
    height: 80%;
    background: var(--dark-grey);
    opacity: 0.2;
}
.cld-addon-preview:after {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-in-out;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    border-radius: 0 0 10px 10px;
}
.cld-addon-logo-preview {
    border-radius: 0 0 10px 10px;
    padding: 12px 0;
}
.cld-addon-logo-preview img {
    max-width: 350px;
    max-height: 225px;
}
.cld-addon-logo-preview .btn-grad-2 {
    top: 15px;
    right: 10px;
    font-size: 15px;
    padding: 6px 10px;
    gap: 6px;
    line-height: 20px;
}
.cld-download-type-btn-list:after,
.cld-social-selection .imgchk:checked + label:after,
.cld-social-selection label:before {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
}
.cld-download-type-btn-list .btn-grad-2 {
    border-radius: 0;
    position: relative;
    z-index: 9;
    padding: 7px 12px;
    font-size: 15px;
}
.cld-download-type-btn-list .btn-grad-2:first-child,
.cld-had-list-group .list-group li:first-child a {
    border-radius: 50px 0 0 50px;
}
.cld-download-type-btn-list .btn-grad-2:last-child {
    border-radius: 0 50px 50px 0;
}
.cld-download-type-btn-list {
    width: fit-content;
    padding: 5px;
    margin: 25px auto 0;
    gap: 1px;
}
.cld-download-type-btn-list:after {
    background: linear-gradient(to right, #e88d67 0, #f5cb00 51%, #e88d67 100%);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    pointer-events: none;
    background-size: 200% auto;
    border-radius: 50px;
}
.cld-download-type-btn-list:before {
    background: var(--white-color);
    background-size: 200% auto;
    border-radius: 50px;
    z-index: 1;
}
.cld-profile-addon-sec li .cld-category-name {
    font-size: 18px;
    min-height: 60px;
}
.cld-form-check-wrapper {
    gap: 16px;
    border-bottom: 1px solid var(--medium-grey);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.cld-social-selection label {
    border-radius: 50%;
    position: relative;
}
.cld-social-selection label img {
    position: relative;
    z-index: 1;
}
.cld-social-selection label:before {
    bottom: 0;
    background: 0 0;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.cld-social-selection .imgchk:checked + label:before {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
}
.cld-social-selection .imgchk:checked + label:after {
    background-image: url(/assets/images/check-mark-hire-a-designer.png?ke);
    border-radius: 50%;
    animation: 2s linear infinite glow-icon;
    width: 30px;
    height: 30px;
    background-size: 30px;
    display: block;
    z-index: 9;
}
.cld-main-modal-dialog .form-check {
    padding-left: 30px;
    line-height: 20px;
    min-height: auto;
}
.cld-main-modal-dialog .form-check .form-check-input {
    margin-left: -1.8em;
    margin-top: 0;
    width: 20px;
    height: 20px;
}
#color-picker .form-control {
    width: 45px;
    padding: 5px;
}
.cld-mockup-step-sec {
    padding: 70px 0;
    z-index: 1;
}
.cld-mockup-step-sec:after,
.cld-mockup-step-sec:before {
    z-index: -1;
    height: 65%;
}
.cld-mockup-step-sec:after {
    background-image: url("/assets/images/icon-lines.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cld-mockup-step-wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.cld-mockup-step-wrap li {
    border-radius: 20px;
}
.cld-mockup-step-wrap .cld-step-img img {
    border-radius: 20px 20px 0 0;
}
.cld-mockup-step-wrap .detail-holder {
    padding: 17px 10px;
    min-height: 215px;
    gap: 10px;
    border-radius: 0 0 20px 20px;
    margin: -20px 5px 0;
}
.cld-mockup-step-wrap .detail-holder:after {
    bottom: auto;
    height: 5px;
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
}
.cld-mockup-step-wrap .detail-holder:before {
    left: 50%;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.04);
    width: 98%;
    height: 110%;
    z-index: -1;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
    filter: blur(20px);
}
.cld-mockup-step-wrap .detail-holder p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 23px;
}
.cld-mockup-step-wrap .cld-step-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(360deg, #e88d67 0, #f5cb00 100%);
    padding: 10px;
}
.cld-blog-col {
    margin: 0 25px 0 0;
}
.cld-blog-col .content-box {
    bottom: 20px;
    right: -30px;
    max-width: 310px;
    z-index: 2;
}
.cld-blog-col .content-box:before {
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: var(--black);
    transition: 0.3s ease-in-out;
    z-index: 2;
}
.cld-blog-col .content:before {
    border-bottom: 23px solid rgba(255, 255, 255, 0.2);
    border-right: 43px solid transparent;
    width: 0;
    height: 0;
}
.cld-blog-col .content:after {
    border-top: 23px solid rgba(255, 255, 255, 0.2);
    border-left: 43px solid transparent;
    width: 0;
    height: 0;
}
.cld-blog-col .content {
    padding: 18px 60px 18px 28px;
    background: var(--color-1);
    font-size: 15px;
    line-height: 25px;
}
.cld-blog-col .title {
    color: var(--color-2);
    z-index: 3;
    font-size: 20px;
}
.content-box .title:before {
    color: rgba(255, 255, 255, 0.1);
    left: -6px;
    top: -12px;
    z-index: -1;
}
.cld-blog-col .read-more {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 3;
}
.cld-had-list-group .list-group:before,
.cld-had-list-group:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}
.cld-blog-col .read-more:after {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.3s ease-in-out;
}
.cld-blog-col p {
    height: 0;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.cld-blog-col:hover p {
    height: 90px;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}
.loader_more {
    display: inline-block;
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.loader_more span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 2px;
    -webkit-animation: 0.8s linear infinite alternate loader_more;
    animation: 0.8s linear infinite alternate loader_more;
}
.loader_more span:first-child,
.loader_more span:nth-child(5) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgb(244 199 6);
}
.loader_more span:nth-child(2),
.loader_more span:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgb(244 199 6);
}
.loader_more span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: rgb(244 199 6);
}
@keyframes loader_more {
    from {
        transform: scale(0, 0);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes loader_more {
    from {
        -webkit-transform: scale(0, 0);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}
.cld-inquiry-card-form input.form-control {
    height: 44px;
}
.cld-inquiry-card-form label {
    margin-bottom: 6px;
}
.cld-inquiry-card-form .cld-clint-preview-img {
    padding: 5px;
}
.cld-inquiry-card-form .cld-clint-preview-img img {
    max-width: 130px;
    max-height: 130px;
}
.cld-had-list-group {
    padding: 4px;
    margin: 0 auto 30px;
    width: fit-content;
}
.cld-had-list-group .list-group {
    z-index: 1;
    padding: 4px;
}
.cld-had-list-group .list-group:before {
    background: #fff;
    z-index: -1;
}
.cld-had-list-group .list-group li:last-child a {
    border-radius: 0 50px 50px 0;
    border-right: none;
}
.cld-had-list-group .list-group li a {
    min-width: 150px;
    background: var(--light-grey);
    border: none;
    border-right: 1px solid #dee2e6;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
.cld-had-list-group .list-group li a.active,
.cld-had-list-group .list-group-item-action:focus,
.cld-had-list-group .list-group-item-action:hover {
    background: linear-gradient(90deg, #e88d67 0, #f5cb00 100%);
    color: var(--white-color);
    border-color: #f5cb00;
}
.cld-tab-accordian-wrapper h2{
	font-size: 26px;
}
.cld-tab-accordian-wrapper .cld-tab-list-group{
    font-size: 18px;
    letter-spacing: .5px;
}
.cld-tab-accordian-wrapper .cld-tab-list-group .list-group-item{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
	transition: all .25s ease-in-out;
}
.cld-tab-accordian-wrapper .cld-tab-list-group li{
    margin-bottom: 10px;
}
.cld-tab-accordian-wrapper .cld-tab-list-group li:last-child .list-group-item{
	border: none;
}
.cld-tab-accordian-wrapper .cld-tab-list-group .list-group-item.active{
	color: var(--color-4);
}
.cld-tab-accordian-wrapper .cld-tab-list-group .list-group-item:hover{
	color: var(--color-4);
}
.cld-tab-accordian .accordion-button{
	padding: 16px 44px 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 18px;
}
.cld-tab-accordian .accordion-button[aria-expanded=true] {
    color: var(--color-4);
}
.cld-tab-accordian .cld-toggle-icon{
	right: 5px;
	color: var(--color-4);
}
.cld-tab-accordian a.accordion-button{
	text-decoration: none;
}
.cld-tab-accordian a.accordion-button:hover{
	text-decoration: underline;
	color: var(--color-4);
}

.cld-widget .nav-bar {
    border-radius: 11px;
    box-shadow: -2px 0px 32px 0px rgba(24, 99, 220, 0.26), 2px 2px 23px 0px rgba(45, 173, 112, 0.33);
}
.cld-widget-wrap {
    top: 150px;
    right: 40px;
    z-index: 997;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.cld-widget .nav-bar:before {
    content: "";
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    right: -1.5px;
    bottom: -1.5px;
    background: linear-gradient(to right, var(--color-2), var(--color-1));
    border-radius: 12px;
    z-index: -1;
}
.cld-widget li.nav-item:first-child {
    border-radius: 11px 11px 0 0;
}
.cld-widget li.nav-item:last-child {
    border-bottom: none;
    border-radius: 0 0 11px 11px;
}
.cld-widget-wrap:before {
    content: "";
    position: absolute;
    top: -28px;
    right: -25px;
    width: 30px;
    height: 30px;
    background-image: url('https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/llm-widget/ai-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cld-widget li.nav-item:hover {
    background: var(--light-grey);
    transition: all .3s ease-in-out;
}
.cld-widget li.nav-item {
    transition: all .3s ease-in-out;
    border-bottom: 1px solid var(--medium-grey);
    margin: 0;
    position: relative;
}
.cld-widget .nav-bar a {
    padding: 12px;
    display: flex;
    color: var(--color-1);
}
.cld-widget .nav-item a:after, 
.cld-widget .nav-item a:before {
    height: 0;
    width: 0;
    position: absolute;
    opacity: 0;
    content: "";
    z-index: 9999;
}
.cld-widget .nav-item:hover a:after, 
.cld-widget .nav-item:hover a:before {
    opacity: 1;
}
.cld-widget .nav-item a:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--color-1);
    left: -10px;
    top: calc(50% - 4px);
}
.cld-widget .nav-item:hover a:after, 
.cld-widget .nav-item:hover a:before {
    opacity: 1;
}
.cld-widget .nav-item a:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--white-color);
    left: -11px;
    top: calc(50% - 3px);
}
 .cld-widget .nav-item-text {
    color: var(--grey);
    font-size: 12px;
    line-height: 18px;
    padding: 8px 9px 8px 9px;
    margin-right: 60px;
    filter: drop-shadow(1.333px 1.333px 5.333px rgba(45, 173, 112, 0.32)) drop-shadow(-1.333px 0px 5.333px rgba(24, 99, 220, 0.25));
    position: relative;
    display: none;
}
.cld-widget .nav-item:hover .nav-item-text {
    display: block;
    position: absolute;
    top: 0;
    left: -170px;
    padding: 10px;
    z-index: 1000;
    margin-right: 60px;
}
.cld-widget .nav-item-text:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(to right, var(--color-2), var(--color-1));
    border-radius: 12px;
    z-index: -1;
}
.cld-widget span.nav-item-text:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: var(--white-color);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 11px;
}
.cld-faq-category-list-wrapper{
    padding: 25px;
}
.cld-faq-category-list-wrapper li{
    margin-bottom: 12px;
}
.cld-faq-category-list-wrapper li a{
    background: var(--white-color);
    padding: 10px 12px;
    display: block;
    text-decoration: none;
    color: var(--dark-grey);
    border-radius: 6px;
    transition:all .25s ease-in-out;
}
.cld-faq-category-list-wrapper li a:hover{
    background:var(--color-1);
    color:var(--white-color);
}
.cld-faq-category-list-wrapper .cld-faq-link{
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
}
.cld-faq-category-list-wrapper .cld-post-meta{
    font-size: 14px;
    color: var(--grey);
    transition:all .25s ease-in-out;
}
.cld-faq-category-list-wrapper li a:hover .cld-post-meta{
    color:var(--white-color);
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 27px;
    }
    .cld-mockup-sec,
    .cld-story-sec {
        padding: 50px 0;
    }
    .cld-story-sec {
        z-index: 1;
    }
    .cld-story-sec:after {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: var(--white-color);
        opacity: 0.9;
        z-index: -1;
    }
    .cld-hero-caption {
        font-size: 16px;
        line-height: 23px;
    }
    .main-cld-form .btn-grad-2,
    .main-cld-form .form-control {
        font-size: 16px;
        height: 42px;
    }
    .cld-logo {
        width: 130px;
    }
    .cld-page-nav .cld-navbar {
        gap: 12px;
    }
    .cld-header-user-btn .btn-grad-2 {
        padding: 6px 10px;
        font-size: 15px;
    }
    .cld-search-category-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .cld-startkit-features .cld-category-search-form {
        max-width: 400px;
    }
    .cld-sidemargins {
        margin: 0 2%;
    }
    .cld-hero-sec-2 .cld-hero-caption {
        padding: 0 40px 0 65px;
    }
    .cld-hero-sec-2 .cld-hero-caption:after {
        width: 430px;
        height: 360px;
        background-size: 430px 340px;
        background-position: 0 20px;
    }
    .cld-about-sec-1 .cld-img-holder img {
        margin: 0 0 0 -30px;
    }
    .cld-about-col-heading {
        font-size: 23px;
    }
    .cld-about-sec-2 {
        padding: 40px 0 0;
        margin-bottom: 100px;
    }
    .cld-profile-addon-sec .cld-search-category-list,
    .cld-profile-logo-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .cld-filter-logo-dropdown .btn-light {
        min-width: 170px;
    }
    .dash-profile-wrapper .card-body {
        padding: 25px;
    }
    .cld-transection-table {
        width: 100%;
    }
    .cld-checkout-features {
        padding: 20px;
    }
    .cld-checkout-form-footer {
        padding: 20px 0 0;
    }
    #preloader .txt-loading .letters-loading {
        letter-spacing: 6px;
        font-size: 50px;
        line-height: 52px;
    }
}
@media (max-width: 991px) {
    .cld-footer-features,
    .cld-logo-category-points-list,
    .cld-profile-addon-sec .cld-search-category-list {
        grid-template-columns: repeat(2, 1fr);
    }
    body {
        font-size: 15px;
        line-height: 1.5;
    }
    h1 {
        font-size: 29px;
    }
    h2 {
        font-size: 25px;
    }
    .btn-grad-2 {
        padding: 6px 14px;
    }
    .spacing-padding {
        padding: 30px 0;
    }
    .spacing-margin {
        margin: 0 0 30px;
    }
    .cld-section-caption {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .cld-main-slider-wrapper {
        height: 310px;
    }
    .cld-about-sec-wrapper-2 .cld-about-col,
    .cld-contact-sec .cld-contact-widget,
    .cld-lead-form {
        padding: 20px;
    }
    .cld-features-widget-col h3 {
        font-size: 20px;
    }
    .cld-portfolio-widget-list li {
        width: calc(100% / 3 - 3px);
    }
    .cld-mockup-content span {
        font-size: 17px;
        line-height: 24px;
    }
    .cld-mockup-content b {
        font-size: 21px;
        line-height: 29px;
    }
    .cld-mockup-col {
        gap: 20px;
    }
    .cld-choose-list {
        gap: 20px;
        width: 85%;
        margin: 0 0 0 auto;
    }
    .cld-choose-img {
        width: 60%;
    }
    .cld-story-sec .cld-section-caption p {
        margin-bottom: 15px;
    }
    .cld-logo-category-points-list {
        gap: 12px;
    }
    .cld-logo-category-points-list li {
        margin: 0 !important;
        gap: 6px;
    }
    .cld-logo-category-points img {
        transform: rotate(-6deg) translateY(19px) translateX(-19px);
    }
    .cld-footer-features,
    .dashborad-menus {
        gap: 10px;
    }
    .cld-logo-category-img,
    .cld-mockup-step-wrap,
    .cld-search-category-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .cld-startkit-aside {
        position: absolute;
        left: -350px;
        width: 350px;
        height: 100vh;
        background: linear-gradient(90deg, #0c2d57 0, #0e6d9f 100%);
        top: 0;
        padding: 15px;
        z-index: 10;
        opacity: 0;
        gap: 20px;
    }
    .cld-category-search-form .btn-grad-2,
    .cld-category-search-form .form-control {
        height: 42px;
        font-size: 16px;
    }
    .cld-startkit-aside .cld-brows-logo a {
        color: var(--white-color);
    }
    .cld-startkit-aside .cld-link-logo:first-child svg {
        color: var(--color-3);
    }
    .cld-hero-sec-2 {
        margin-bottom: 50px;
    }
    .cld-logo-category-wrapper-1 .cld-contact-caption p {
        margin-bottom: 20px;
    }
    .cld-hero-sec-2 .cld-hero-caption:after {
        content: none;
    }
    .cld-hero-sec-2 .cld-hero-caption {
        padding: 0;
    }
    .cld-content-page-wrap h1 {
        font-size: 30px;
    }
    .cld-content-page-wrap h2,
    .cld-form-block h2 {
        font-size: 23px;
    }
    .cld-content-page-wrap {
        padding: 20px 15px;
    }
    .cld-caption-holder {
        font-size: 23px;
        line-height: 29px;
    }
    .cld-inner-banner-sec {
        min-height: 230px;
    }
    .dashborad-menus .cld-logout .btn-grad-2,
    .dashborad-menus li a {
        padding: 8px 10px;
        gap: 5px;
    }
    .dashborad-menus svg {
        width: 20px;
        height: 20px;
    }
    .dashborad-menus .profile-ico {
        width: 20px;
        min-width: 20px;
    }
    .cld-footer-wrap-holder,
    .cld-logo-category-img {
        gap: 15px;
    }
    .cld-footer-page .ft-list {
        gap: 3px;
    }
    .cld-footer-inner-list .ft-list {
        gap: 3px 15px;
    }
    .cld-transection-table-block {
        overflow: auto;
        width: 100%;
    }
    .cld-transection-table {
        width: 750px;
        font-size: 14px;
    }
    .cld-transection-table thead th {
        padding: 10px 6px;
        white-space: nowrap;
    }
    .cld-transection-table tbody td {
        padding: 6px;
    }
    .pagination {
        padding-top: 20px;
    }
    .cld-profile-addon-sec li .cld-category-name {
        font-size: 16px;
        min-height: 50px;
        line-height: 22px;
    }
    .cld-pricing-col {
        padding: 15px;
    }
    .cld-offers-package-layout {
        margin-top: 40px;
        padding: 0 15px 25px;
    }
    .cld-edit-logo {
        margin-top: -40px;
        width: 180px;
        min-width: 180px;
        height: 180px;
    }
    .cld-pricing-col .package-name {
        padding: 8px 14px;
        font-size: 16px;
    }
    .cld-pricing-col .divider {
        margin: 12px 0;
    }
    .cld-pricing-col .price-through {
        font-size: 22px;
        line-height: 28px;
    }
    .cld-pricing-col .actual-price {
        font-size: 32px;
        line-height: 36px;
    }
    #preloader .txt-loading .letters-loading {
        letter-spacing: 4px;
        font-size: 43px;
        line-height: 50px;
    }
    .cld-logo-startkit-page-list .btn-grad-2 {
        padding: 5px 8px;
        font-size: 13px;
    }
    .cld-logo-startkit-page-list .btn-grad-2 svg {
        width: 18px;
        height: 18px;
    }
    .cld-logo-startkit-page-list .btn {
        padding: 6px 8px;
    }
    .cld-logo-startkit-page-list .btn svg {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 767px) {
    .cld-hero-caption,
    .cld-section-caption {
        font-size: 15px;
        line-height: 22px;
    }
    .cld-logo-category-points-list {
        font-size: 15px;
        grid-template-columns: repeat(1, 1fr);
    }
    .cld-section-caption {
        margin-bottom: 20px;
    }
    .cld-rating-wrapper .rating-points {
        font-size: 17px;
    }
    .cld-content-page-wrap h1,
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
    .btn-grad-2,
    .discount-price td:not(:first-child),
    .total-price td:not(:first-child) {
        font-size: 14px;
    }
    .main-cld-form .form-group {
        background: 0 0 !important;
        gap: 10px;
    }
    .cld-search-form .form-control {
        padding: 6px 10px;
    }
    .main-cld-form .btn-grad-2 {
        clip-path: none;
        padding: 7px 14px;
    }
    .main-cld-form {
        border: none;
    }
    .cld-logo-search-form .form-control {
        font-size: 16px;
        height: 50px;
        padding: 6px 20px;
    }
    .cld-logo-search-form .btn-grad-2 {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .cld-features-widget-col .ico {
        padding: 0 15px;
    }
    .cld-checkout-features,
    .cld-checkout-form,
    .cld-features-widget-content,
    .cld-form-block,
    .dash-profile-wrapper .card-body {
        padding: 15px;
    }
    .cld-portfolio-widget-list li {
        width: calc(100% / 2 - 3px);
    }
    .cld-mockup-sec,
    .cld-story-sec {
        padding: 30px 0;
    }
    .cld-mockup-wrapper .row > div:nth-child(2n) .cld-mockup-col,
    .cld-mockup-wrapper .row > div:nth-child(odd) .cld-mockup-col {
        margin: 0;
    }
    .cld-choose-img,
    .cld-choose-list,
    .dashborad-menus .cld-logout .btn-grad-2 {
        width: 100%;
    }
    .cld-choose-list li {
        margin: 0 25px 0 0;
        gap: 15px;
        padding: 15px;
    }
    .cld-choose-list li:nth-child(2n) {
        margin: 0 0 0 25px;
    }
    .cld-choose-img img {
        height: auto;
    }
    .cld-logo-category-points .counter {
        font-size: 45px;
        line-height: 45px;
    }
    .cld-logo,
    .cld-rating-wrapper .cld-rating-star {
        width: 100px;
    }
    .cld-header-user-btn .btn-grad-2 {
        padding: 5px 6px;
        font-size: 13px;
    }
    .cld-header-user-btn .btn-grad-2 svg {
        width: 18px;
        height: 18px;
    }
    .cld-footer-features {
        grid-template-columns: none;
    }
    .cld-logo-startkit-page-list,
    .cld-search-category-list {
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
    .cld-search-category-list li .cld-category-name {
        font-size: 17px;
        min-height: 55px;
    }
    .cld-about-sec-2 {
        padding: 35px 0 0;
        margin-bottom: 90px;
    }
    .cld-about-col-heading,
    .cld-content-page-wrap h2 {
        font-size: 20px;
    }
    .cld-about-page {
        line-height: 23px;
    }
    .cld-about-sec-3 .cld-about-list {
        gap: 15px;
        grid-template-columns: auto;
    }
    .cld-addons-wraper,
    .cld-chat-sec .cld-chat-widget {
        gap: 15px;
    }
    .cld-form-block .form-control {
        height: 42px;
    }
    .cld-caption-holder {
        font-size: 20px;
        line-height: 26px;
        padding: 8px 0 8px 20px;
    }
    .cld-social-wrapper {
        padding: 20px 13px;
    }
    .dashborad-menus {
        gap: 0;
    }
    .dashborad-menus li a {
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .cld-upload-btn .file-upload {
        padding: 8px 12px;
        font-size: 15px;
    }
    .cld-logo-category-img,
    .cld-profile-logo-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .cld-profile-logo-list li {
        height: 120px;
    }
    .cld-choose-list .ico {
        width: 60px;
        min-width: 60px;
    }
    .cld-accordian .accordion-button {
        padding: 12px 30px 12px 10px;
    }
    .cld-story-list {
        line-height: 22px;
        gap: 15px;
    }
    .cld-footer-page .cld-footer-wrapper {
        padding: 20px 0 0;
    }
    textarea.form-control {
        height: 90px;
    }
    .cld-lead-form .form-group {
        margin-bottom: 8px;
    }
    .cld-mockup-step-wrap,
    .cld-startkit-modal-category-list {
        grid-template-columns: auto;
    }
    .cld-mockup-step-wrap .detail-holder {
        min-height: auto;
    }
    .cld-download-type-btn-list .btn-grad-2 {
        font-size: 13px;
        padding: 7px 9px;
    }
    .cld-checkout-price-wrapper .btn-grad-2 {
        padding: 10px 14px;
    }
    .cld-payment-method-head h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .cld-service-addons-table th:first-child {
        width: 50%;
    }
    .cld-service-addons-table td,
    .cld-service-addons-table th {
        padding: 6px !important;
    }
    .cld-service-addons-table .discount-price .btn-grad {
        padding: 5px 8px;
    }
    .cld-service-addons-table .discount-price .btn-grad svg {
        width: 14px;
    }
    .cld-addons-img {
        width: 150px;
    }
    .cld-addons-wraper p {
        margin-bottom: 15px;
    }
    .cld-addons-wraper h3 {
        font-size: 20px;
        padding-right: 0;
    }
    .cld-addons-wraper .content {
        padding: 20px 30px;
    }
    .cld-addons-wraper h3:before {
        top: -8px;
        font-size: 45px;
        line-height: 40px;
    }
    .cld-payment-btn {
        padding: 7px;
        min-width: 130px;
    }
    .cld-logo-category-wrapper-1 .img-holder img {
        width: calc(100% / 2 - 10px);
    }
    #preloader .txt-loading .letters-loading {
        letter-spacing: 0.5px;
        font-size: 25px;
        line-height: 22px;
    }
    #preloader .txt-loading {
        margin-top: 15px;
    }
}


