

    .section.is-home-section-4 {
        position: relative;
        z-index: 1;
        overflow: hidden;
        background-color: rgb(255, 204, 120);
    }

    .padding-global {
        padding-right: 5%;
        padding-left: 5%;
    }

    .container-large {
        width: 100%;
        max-width: 80rem;
        margin-right: auto;
        margin-left: auto;
    }

    .padding-section-large {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .margin-xxlarge {
        margin: 5rem;
    }

    .margin-bottom {
        margin-top: 0rem;
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .max-width-large {
        width: 100%;
        max-width: 48rem;
    }

    .margin-xsmall {
        margin: 0.5rem;
    }

    .text-weight-semibold {
        font-weight: 600;
    }

    .margin-small {
        margin: 1rem;
    }

    #firstd h1,
    #firstd h2,
    #firstd h3,
    #firstd h4,
    #firstd h5,
    #firstd h6 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    #firstd h2 {
        font-size: 32px;
        
        margin-top: 20px;
    }

    #firstd h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 2.8125rem;
        
        font-weight: 400;
    }

    #firstd p {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #firstd p {
        margin-bottom: 0px;
        opacity: 0.7;
    }

    .text-size-medium {
        font-size: 1.125rem;
    }

    .portfolio-15-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
    }

    .portfolio-15-list {
        display: grid;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        grid-auto-columns: 1fr;
        row-gap: 3rem;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .portfolio-15-item {
        display: grid;
        -webkit-box-align: center;
        align-items: center;
        grid-auto-columns: 1fr;
        column-gap: 5rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        border-radius: 1.5rem;
        background-color: rgb(255, 255, 255);
    }

    .portfolio-15-title-wrapper {
        display: flex;
        padding: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        align-items: flex-start;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr max-content;
        grid-template-rows: auto;
    }

    #firstd a {
        background-color: transparent;
    }

    #firstd a:active,
    #firstd a:hover {
        outline: 0px;
    }

    .w-inline-block {
        max-width: 100%;
        display: inline-block;
    }

    #firstd a {
        color: rgb(12, 12, 13);
        text-decoration: underline;
    }

    .portfolio-15-title-link {
        display: block;
        margin-bottom: 0.5rem;
        text-decoration: none;
    }

    #firstd h3 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }

    #firstd h3 {
        margin-top: 0px;
margin-bottom: 0px;
font-size: 35px;
line-height: 34px;
font-weight: 400;
    }

    .heading-style-h-4 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 400;
    }

    .text-size-regular {
        font-size: 1rem;
    }

    .portfolio-15-tag-list {
        display: flex;
        margin-top: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        gap: 0.5rem;
    }

    .portfolio-15-tag-item {
        padding: 0.25rem 0.5rem;
        border-radius: 1rem;
        background-color: rgb(212, 212, 226);
        font-size: 0.875rem;
        font-weight: 500;
        text-decoration: none;
    }

    .margin-medium {
        margin: 2rem;
    }

    .margin-top {
        margin-right: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem;
    }

    #firstd .button {
        padding: 0.75rem 1.5rem;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(93, 232, 193);
        border-radius: 2rem;
        background-color: rgb(93, 232, 193);
        color: rgb(12, 12, 13);
        font-weight: 500;
        text-align: center;
        text-decoration: none;
    }

    #firstd .button:hover {
        background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
    }

    .button.is-link {
        padding: 0.25rem 0rem;
        border-style: none;
        background-color: transparent;
        color: rgb(0, 0, 0);
        line-height: 1;
        text-decoration: none;
    }

    .button.is-link:hover {
        background-image: none;
    }

    .button.is-link.is-icon {
        gap: 0.5rem;
    }

    .button.is-link.is-icon:hover {
        column-gap: 0.75rem;
    }

    .button.is-icon {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 0.75rem;
    }

    .w-embed::before,
    .w-embed::after {
        content: " ";
        display: table;
        grid-area: 1 / 1 / 2 / 2;
    }

    .w-embed::after {
        clear: both;
    }

    .icon-embed-xxsmall {
        display: flex;
        width: 1rem;
        height: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    .portfolio-15-image-link {
        width: 100%;
    }

    .portfolio-15-image-wrapper {
        position: relative;
        right: 2rem;
        overflow: hidden;
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-top: 75%;
    }

    #firstd img {
        border: 0px;
    }

    #firstd img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }

    #firstd img {
        display: inline-block;
        max-width: 100%;
    }

    .portfolio-15-image {
        position: absolute;
        inset: 0%;
        width: 100%;
        height: 100%;
        border-radius: 1rem;
        object-fit: cover;
    }

    .portfolio-15-item:last-child {
        padding-bottom: 0rem;
    }

    .margin-xlarge {
        margin: 4rem;
    }

    .button-group {
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        gap: 1rem;
    }

    .button-group.is-center {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .w-button {
        display: inline-block;
        padding: 9px 15px;
        background-color: rgb(56, 152, 236);
        color: white;
        border: 0px;
        line-height: inherit;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0px;
    }

    .button.is-secondary {
        border-color: rgb(12, 12, 13);
        background-color: rgb(12, 12, 13);
        color: rgb(255, 255, 255);
    }

    .button.is-secondary:hover {
        background-image: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
    }

    @media screen and (max-width: 991px) {
        .padding-section-large {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
    }

    @media screen and (max-width: 767px) {
        .padding-section-large {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-xxlarge {
            margin: 4rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-xxlarge {
            margin: 3rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        .margin-bottom {
            margin-top: 0rem;
            margin-right: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        .text-size-medium {
            font-size: 1rem;
        }
    }

    @media screen and (max-width: 767px) {
        .portfolio-15-list {
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 991px) {
        .portfolio-15-item {
            padding-top: 2rem;
            padding-bottom: 2rem;
            column-gap: 3rem;
        }
    }

    @media screen and (max-width: 767px) {
        .portfolio-15-item {
            padding-top: 0rem;
            padding-bottom: 0rem;
            row-gap: 1.5rem;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 767px) {
        .portfolio-15-title-wrapper {
            padding-top: 0rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            justify-items: start;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 991px) {
        .heading-style-h-4 {
            font-size: 1.75rem;
        }
    }

    @media screen and (max-width: 767px) {
        .heading-style-h-4 {
            font-size: 1.5rem;
            line-height: 1.4;
        }
    }

    @media screen and (max-width: 991px) {
        .margin-medium {
            margin: 1.5rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-medium {
            margin: 1.25rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #w-node-_2fd4cbc3-3ccf-55f0-e957-b7d7a26e48d7-11eadaba {
            grid-area: 1 / 1 / 2 / 2;
        }
    }

    @media screen and (max-width: 767px) {
        .portfolio-15-image-wrapper {
            right: 0rem;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        .portfolio-15-item {
            padding-top: 2rem;
            padding-bottom: 2rem;
            column-gap: 3rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-item {
            padding-top: 0rem;
            padding-bottom: 0rem;
            row-gap: 1.5rem;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-title-wrapper {
            padding-top: 0rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            justify-items: start;
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .heading-style-h-4 {
            font-size: 1.75rem;
        }
    }

    @media screen and (max-width: 767px) {
        .heading-style-h-4 {
            font-size: 1.5rem;
            line-height: 1.4;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-medium {
            margin: 1.5rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-medium {
            margin: 1.25rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #w-node-_2fd4cbc3-3ccf-55f0-e957-b7d7a26e48f1-11eadaba {
            grid-area: 1 / 1 / 2 / 2;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .portfolio-15-image-wrapper {
            right: 0rem;
            margin-top: 0rem;
            margin-bottom: 0rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-xlarge {
            margin: 3rem;
        }
    }

    @media screen and (max-width: 991px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-xlarge {
            margin: 2rem;
        }
    }

    @media screen and (max-width: 767px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }

    @media screen and (max-width: 479px) {
        #firstd .margin-top {
            margin-right: 0rem;
            margin-bottom: 0rem;
            margin-left: 0rem;
        }
    }









   
    
    /**
* Reset
*/

.tc-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px;
}

.tc-container h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #ccc;
  margin-bottom: 60px;
    text-align: center;
}


/**
* Pricing Table
*/

.tc-pricing-style-1 {
  align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan {
    position: relative;
    background-color: #fff;
    padding: 45px 30px;
    border-radius: 10px;
    box-shadow: 0 20px 40px -5px rgba(9, 30, 66, .3);
    margin: 30px 0 60px;
    z-index: 10;
    transition: 0.3s;
}

.tc-pricing-style-1 .tc-pricing-plan:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    background-color: #fff;
    height: calc(100% + 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 12px;
}

.tc-pricing-style-1 .tc-pricing-plan:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 60px);
    background-image: linear-gradient(-30deg, #cea607 11%, #21469d 83.4%);
    height: calc(100% + 59px);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: 20px;
}

.tc-pricing-style-1 .pricing-head {
    text-align: center;
}

.tc-pricing-style-1 .pricing-head .price {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.tc-pricing-style-1 .pricing-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.tc-pricing-style-1 .pricing-duration {
    position: relative;
    z-index: 10;
    padding: 13px;
    line-height: 1;
    background-color: #0ab2d9;
    margin: 0 -30px 30px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(30deg, #0ab2d9 11%, #0a5bd9 83.4%);
}

.tc-pricing-style-1 .pricing-duration:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #9C27B0;
    background-image: linear-gradient(30deg, #9C27B0 11%, #673AB7 83.4%);
    opacity: 0;
    width: 0;
    transition: 0.4s;
}

.tc-pricing-style-1 .tc-pricing-plan:hover .pricing-duration:before {
    width: 100%;
    opacity: 1;
}

.tc-pricing-style-1 .pricing-content {
    position: relative;
}

.tc-pricing-style-1 .pricing-content .pricing-icon {
    margin-right: 10px;
    position: absolute;
    top: 63%;
    transform: translateY(-50%);
    right: -10px;
}

.tc-pricing-style-1 .pricing-content .pricing-icon > i {
    font-size: 150px;
    color: rgba(19, 19, 19, 0.09);
}

.tc-pricing-style-1 .pricing-content > ul {
    margin-bottom: 30px;
    margin-left: 10px;
}

.tc-pricing-style-1 .pricing-content > ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 7px 0;
}

.tc-pricing-style-1 .pricing-content > ul li:before {
    content:"\e080";
    position: absolute;
    font-family:simple-line-icons;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    background: #4CAF50;
    color: #ffff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    text-indent: 1px;
}

.tc-pricing-style-1 .pricing-content > ul li.not-in {
    text-decoration: line-through;
    color: #bbb;
}

.tc-pricing-style-1 .pricing-content > ul li.not-in:before {
    content:"\e082";
    background-color: #0ab2d9;
}

.tc-pricing-style-1 .pricing-footer {
    text-align: center;
}

.tc-pricing-style-1 .pricing-footer > a {
    padding: 14px 17px;
    line-height: 1;
    text-align: center;
    background-color: #0ab2d9;
    color: #fff;
    min-width: 120px;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}


.tc-pricing-style-1 .pb-row {
    -ms-flex-align: center;
    align-items: center;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured {
    padding: 90px 30px;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured .pricing-duration {
    padding: 18px;
}

.tc-pricing-style-1 .pricing-footer > a:hover,
.tc-pricing-style-1 .pricing-footer > a:focus {
    box-shadow: 0 10px 30px #ddd;
    background-color: #7037b6;
}

.tc-pricing-style-1 .tc-pricing-plan.is-featured:before {
    background-color: #3e028c;
}
.tc-pricing-style-1 .is-featured .pricing-head .price,
.tc-pricing-style-1 .is-featured .pricing-content > ul,
.tc-pricing-style-1 .is-featured .pricing-title {
    color: #fff;
}

.tc-pricing-style-1 .is-featured .pricing-content .pricing-icon > i {
    color: rgba(255, 255, 255, 0.1);
}

.tc-pricing-style-1 .is-featured .pricing-footer > a:hover {
    box-shadow: 0 10px 30px #131313;
}
    













