:root {
    --primary-color: #ff5335;
    --primary-hover-color: #ff7d09;
    --alternate-color: #007cb7;
    --muted-color: #58676f;
    --title-color: #242628;
    --lecture-color: #323538;
    --lecture-color-two: #ddd;
    --alternate-background: #edf4f8;
    --bg-black: #101010;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.section-product-introduction-image-wrapper {
    max-height: 864px;
    margin-top: 85px;
}
.carousel-control-prev, .carousel-control-next {
    width: 5%;
}
.section-product-introduction-image-wrapper .section-product-introduction-image {
    padding: 0 52px;
}
.owl-carousel .item {
    border: 1px solid #eee;
    border-radius: 10px;
}
.section_text_graphic_image {
    background-color: #fff;
}


.sign-up-toast {
    position: fixed;
    right: 50px;
    top: 110px;
    z-index: 10;
}

.page-link {
    color: var(--title-color);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.most-popular {
    width: 56px;
    height: 56px;
    background-image: url("../img/most-popular.png");
    background-position: center center;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.overview {
    position: relative;
}

#coodiv-header.moon-edition {
    background: #fff !important;
}

.ring-body {
    position: absolute;
    z-index: -1;
}

.ring-orange {
    background-image: url("../img/ring-orange.png");
    background-size: 100%;
    background-position: center center;
}

.ring-blue {
    background-image: url("../img/ring-blue.png");
    background-size: 100%;
    background-position: center center;
}

.ring-big {
    width: 250px;
    height: 250px;
    left: 0px;
    top: 250px
}

.ring-medium {
    width: 150px;
    height: 150px;
    right: 50px;
    top: 100px
}

.ring-small {
    width: 75px;
    height: 75px;
    right: 250px;
    top: 250px
}

.tofront {
    position: relative;
    z-index: 5;
}

.fw-400 {
    font-weight: 400;
}

.z-5 {
    z-index: 5;
}

.box-blog-index {
    background: #fff;
    height: 100%;
    box-shadow: 0 10px 100px 0 rgba(77, 77, 119, 0.08);
    border-radius: 10px;
    padding: 0;
    width: 100%;
    position: relative;
}

.box-blog-index .data {
    padding: 25px 25px 0px 25px;
}

.box-blog-index img {
    border-radius: 10px 10px 0 0;
}

.box-blog-index .title {
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: var(--title-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-blog-index .prev {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: var(--lecture-color);
    line-height: 1.73;
    margin-top: 10px;
}

.body-shapes .static-shape {
    position: absolute;
}

.btn-white {
    background-color: #fff !important;
    color: #000 !important;
}

.btn-white:hover {
    background-color: #f0f0f0 !important;
    color: #000 !important;
}

section.overview ul {
    padding-left: 15px;
}

section.overview ul li {
    display: flex;
    align-items: center;
    /* Align bullet with text */
    padding-left: 0;
    line-height: 36px;
}

section.overview ul li::before {
    content: "•";
    color: var(--primary-color);
    font-size: 30px;
    margin-right: 0.5em;
    line-height: 30px;
}

.shapes-container {
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.shapes-container-home {
    background-color: rgba(0, 0, 0, .0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-header-wpr {
    min-height: 570px;
}

.top-header-box {
    max-width: 650px;
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
}

.top-header .static-shape {
    position: absolute;
    z-index: 4;
}

.top-header .background-shape-main {
    background: #262626;
    position: absolute;
    top: -470px;
    right: 600px !important;
    width: 110%;
    height: 110%;
    transform: translate(75%, -30%) rotate(-35deg);
    background-image: none;
    border-radius: 120px;
    opacity: 1;
}

.top-header .static-shape.shape-ring-2 {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 15px solid rgba(255, 255, 255, .5);
    top: 20%;
    right: 0px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.top-header .static-shape.shape-ring-2 {
    border: 15px solid rgba(255, 83, 53, .95);
}

.top-header .static-shape.shape-ring-1 {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 15px solid rgba(255, 255, 255, .5);
    top: 25%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-header .static-shape.shape-ring-1 {
    border: 15px solid rgba(255, 83, 53, .82);
}

.top-header .static-shape.shape-circle-1 {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, .09);
    border-radius: 50%;
    margin: 0;
    top: 32%;
}

.top-header .static-shape.shape-circle-1 {
    background: rgba(255, 255, 255, .1);
    left: 25%;
}

/* Animation shapes */

.top-header .animation-shape {
    position: absolute;
    z-index: 5;
}

.top-header .animation-shape.shape-ring {
    top: 75%;
    left: 25%;
}

.top-header .animation-shape.shape-ring div {
    border: 5px solid #ff5335;
    opacity: .95;
}

.top-header .animation-shape.shape-ring div {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 5px solid #ff7e0b;
}

.top-header .animation-shape.shape-circle {
    top: 50%;
    left: 50%;
}

.top-header .animation-shape.shape-circle div {
    width: 15px;
    height: 15px;
    background: rgba(237, 244, 248, .3);
    border-radius: 50%;
    margin: 0;
}

.top-header .animation-shape.shape-circle div {
    background: rgba(255, 83, 53, .82);
}

.top-header .animation-shape.shape-triangle {
    top: 50%;
    left: 50%;
}

.top-header .animation-shape.shape-triangle div {
    opacity: .82;
    background-color: #ff5335;
}

.top-header .animation-shape.shape-triangle div,
.top-header .animation-shape.shape-triangle div:after,
.top-header .animation-shape.shape-triangle div:before {
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}

.top-header .animation-shape.shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}

.top-header .animation-shape.shape-triangle div,
.top-header .animation-shape.shape-triangle div:after,
.top-header .animation-shape.shape-triangle div:before {
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}


.top-header .animation-shape.shape-triangle div:after,
.top-header .animation-shape.shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
}

.top-header .animation-shape.shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}

.top-header .animation-shape.shape-triangle div,
.top-header .animation-shape.shape-triangle div:after,
.top-header .animation-shape.shape-triangle div:before {
    width: 15px;
    height: 15px;
    border-top-right-radius: 30%;
}

.top-header .animation-shape.shape-triangle div:after,
.top-header .animation-shape.shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
}

.top-header .animation-shape.shape-diamond {
    top: 55%;
    left: 25%;
}

.top-header .animation-shape.shape-diamond div {
    opacity: .5;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #007cb7;
    position: relative;
    top: -10px;
}

.top-header .animation-shape.shape-diamond div {
    opacity: .82;
    border-bottom-color: #ff5335;
}

.top-header .animation-shape.shape-diamond div:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 10px;
    border: 10px solid transparent;
    border-top-color: #007cb7;
}

.top-header .animation-shape.shape-diamond div:after {
    border-top-color: #ff5335;
}





@-webkit-keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px, 150px) rotate(0);
        transform: translate(-300px, 150px) rotate(0)
    }

    100% {
        -webkit-transform: translate(300px, -150px) rotate(180deg);
        transform: translate(300px, -150px) rotate(180deg)
    }
}

@keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px, 150px) rotate(0);
        transform: translate(-300px, 150px) rotate(0)
    }

    100% {
        -webkit-transform: translate(300px, -150px) rotate(180deg);
        transform: translate(300px, -150px) rotate(180deg)
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg)
    }
}

@-webkit-keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0) translate(165px) rotate(0);
        transform: rotate(0) translate(165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
        transform: rotate(-360deg) translate(165px) rotate(360deg)
    }
}

@keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0) translate(165px) rotate(0);
        transform: rotate(0) translate(165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
        transform: rotate(-360deg) translate(165px) rotate(360deg)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.animation--rotating-diagonal {
    -webkit-animation: rotating-diagonal 15s linear infinite alternate;
    animation: rotating-diagonal 15s linear infinite alternate;
}

.animation--clockwise {
    -webkit-animation: clockwise 30s linear infinite normal;
    animation: clockwise 30s linear infinite normal
}

.animation--anti-clockwise {
    -webkit-animation: anti-clockwise 30s linear infinite normal;
    animation: anti-clockwise 30s linear infinite normal
}

.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal
}

.animation {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}


/* Custom Styles */

.dn {
    display: none;
}

.card {
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.trial-block h5 {
    color: var(--primary-color);
    font-size: 21px;
    font-weight: 600;
}

.trial-block p {
    color: var(--lecture-color);
    font-size: 16px;
    font-weight: 400;
}

/* Styles Overrides */
.action-btn {
    font-family: 'Basier Circle';
    padding: 20px 30px !important;
    margin-bottom: 15px;
}

.action-btn i {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    margin-left: 8px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.action-btn:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.coodiv-text-3 {
    font-size: 44px;
}

.coodiv-feutres-black-version {
    margin-bottom: 50px;
}

.coodiv-feutres-black-version i {
    background-color: var(--primary-color);
    color: #fff;
}

.coodiv-feutres-black-version h5 {
    text-align: center;
}

.coodiv-feutres-black-version p {
    color: var(--lecture-color);
    text-align: center;
}

.privacy-content p {
    color: var(--lecture-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.box-features-sevices-home .box-features-sevices-ovelow {
    background: linear-gradient(45deg, #000, #000) !important;
}

.box-features-sevices-home .box-text {
    display: block;
    font-size: 15px;
    color: var(--lecture-color);
    font-weight: 400;
}

.box-features-sevices-home i {
    color: var(--primary-color);
}

.box-features-sevices-home:hover i,
.box-features-sevices-home.active i {
    color: var(--primary-color);
}

.hero-header-features {
    display: flex;
    justify-content: center;
}

.hero-header-features span {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 19px;
    position: relative;
    padding: 5px;
    margin: 0 15px;
}

.map-server-selection span {
    font-weight: bold;
    font-size: 32px;
    color: #b8bdbf;
    background: var(--primary-color);
    background: linear-gradient(to right, #777 0%, #242628 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: fit-content;
    margin: auto;
}

.map-server-selection a {
    background: var(--primary-color);
}

.map-server-selection a:hover {
    background: var(--primary-hover-color)
}

/* Shapes */

/* Testimonials */
.main-customers-text-about-us p {
    color: var(--lecture-color-two) !important;
    font-size: 15px;
    font-weight: 400;
}

.main-customers-text-about-us span {
    color: var(--lecture-color-two) !important;
    font-size: 14px;
    font-weight: 300;
}

.main-customers-text-about-us b {
    color: var(--lecture-color-two) !important;
    font-size: 14x;
    font-weight: 600;
}

.main-customers-text-about-us {
    margin-top: 100px;
}

.main-customers-text-about-us:after {
    content: "\f10d";
    position: absolute;
    top: 0px;
    font-size: 36px;
    left: 0;
    right: 0;
    color: var(--primary-color);
    margin: auto;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
}

/* Summary */

.summary .top {
    font-size: 24px;
    font-weight: 700;
}

.summary .middle {
    font-size: 64px;
    font-weight: 700;
    line-height: 64px;
    margin-top: 10px;
}

.summary .bottom {
    font-size: 20px;
    font-weight: 400;
    color: #58676f;
}

/* testimonials */
.testimonials-box-wpr {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
}

.testimonials-box {
    padding: 35px 25px 25px;
    background: #fff;
    border-radius: 12px 12px 0 0;

}

.testimonials-box-bottom {
    padding: 15px 25px 15px 25px;
    background: #fff;
    border-top: 1px solid #ddd;
    margin-bottom: 35px;
    border-radius: 0 0 12px 12px;
    display: flex;
}

.testimonials-box-bottom .logo {
    min-width: 48px;
    width: 48px !important;
    height: 49px !important;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonials-box-bottom .by {
    font-size: 19px;
    font-weight: 600;
}

.testimonials-box-bottom .from {
    font-size: 14px;
    font-weight: 400;
}



/* Features v1 */
.box-features-one {
    text-align: left;
    padding: 0px 15px;
    cursor: inherit;
}

.box-features-one h5 {
    color: var(--title-color);
    font-weight: 700;
    /* margin-bottom: 7px; */
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: auto;
}

.box-features-one p {
    color: var(--lecture-color);
    font-weight: 400;
}

.box-features-one i {
    width: 56px;
    height: 56px;
    background: var(--primary-color);
    color: #fff;
    font-size: 26px;
    border-radius: 8px;
}

/* Pricing Table */

.second-pricing-table-container.dedicated-version .second-pricing-table {
    border: 3px solid #dbf4f4;
    border-radius: 12px;
}

.second-pricing-table {
    padding: 35px 25px 25px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    z-index: 10;
    position: relative;
}

.second-pricing-table-price {
    border-bottom: 1px solid var(--primary-color);
}

.second-pricing-table:before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgb(237 244 248 / 43%);
    bottom: -120px;
    right: -130px;
    border-radius: 100%;
    z-index: 0;
    pointer-events: none;
}

.second-pricing-table-title,
.second-pricing-table-price,
.second-pricing-table-bitrate,
.second-pricing-table-body-features {
    text-align: center !important;
}

.second-pricing-table-title {
    font-weight: 600;
}

.second-pricing-table-price small {
    color: var(--lecture-color);
    opacity: 1;
}

.second-pricing-table-body-features {
    color: var(--muted-color);
}

.second-pricing-table-bitrate {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 13px;
}

.second-pricing-table-button {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.second-pricing-table-button:hover {
    background: var(--primary-hover-color);
    border: 2px solid var(--primary-hover-color);
    color: #fff;
}

.second-pricing-table ul {
    padding-left: 0 !important;
    text-align: left !important;
    list-style: none !important;
} 

.second-pricing-table ul li {
    list-style: none;
    font-size: 14px;
    padding: 6px;
    font-weight: 400;
    border-radius: 30px;
    color: #242628;
    position: relative;
    z-index: 1;
}

.pricing-pills-wpr {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;
}

.pricing-pills {
    height: auto;
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #ff5335;
    border-radius: 32px;
    padding: 0;
    margin: 0;
}

.pricing-pills a {
    color: #fff;
}

.pricing-pills .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    color: var(--lecture-color);
    border-radius: 32px;
    transition: background-color 200ms ease-in;
}

.currency-btns {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 50px;
}

.currency-btns .btn {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    border-color: #1f1f1f;
    border-radius: 32px;
}

.currency-btns .btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.currency-btns .btn-secondary:focus,
.btn-secondary.focus {
    color: #212529;
    /* background-color: #4acd6d; */
    border-color: transparent;
    box-shadow: 0 0 0 .2rem rgba(93, 187, 119, 0.0);
}

.features-box-style-two h5 {
    color: #fff;
    font-weight: 600;
}

.features-box-style-two p {
    color: var(--lecture-color-two);
    font-size: 14px;
    font-weight: 400;
}

.features-box-style-two i {
    color: var(--primary-color);
    font-size: 36px;
    width: auto;
    height: auto;
    display: block;
    text-align: left;
    line-height: 32px;
    border-radius: 0;
    margin-bottom: 15px;
}

.features-box-style-two i:before {
    color: var(--primary-color);
    font-size: inherit !important;
}


.bg-alternate .features-box-style-two h5 {
    color: var(--title-color);
}

.bg-alternate .features-box-style-two p {
    color: var(--lecture-color);
}

.bg-alternate .features-box-style-two i {
    color: var(--alternate-color);
}

.bg-alternate .features-box-style-two i:before {
    color: var(--alternate-color);
}

.text-white {
    color: #fff;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--primary-hover-color) !important;
    border-color: var(--primary-hover-color) !important;
    color: #fff;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 .2rem rgba(255, 83, 53, 0.5) !important;
    color: #fff;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-alternate {
    color: var(--alternate-color);
}

.bg-black {
    background-color: var(--bg-black) !important;
}

.bg-alternate {
    background-color: var(--alternate-background) !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.section-title,
.block-title,
.block-lecture,
.feature-title {}

.section-title {
    color: var(--title-color);
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}

.block-title {
    color: var(--title-color);
    font-size: 34px;
    font-weight: 600;
}

.eyebrow-title {
    color: var(--alternate-color);
    font-family: 'Basier Circle Mono', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}

.block-lecture {
    color: var(--lecture-color);
    font-size: 16px;
    font-weight: 400;
}

/* Our Services Carousel */

.our-services-coresol-box {
    font-family: "Sofia Pro", sans-serif !important;
}

.our-services-coresol-box i {
    color: var(--primary-color);
}

.our-services-coresol-box h5 {
    position: relative;
    color: var(--title-color);
    font-weight: 600;
    font-size: 19px;
    letter-spacing: normal;
}

.our-services-coresol-box p {
    color: var(--lecture-color);
    font-size: 14px;
    font-weight: 400;
}

.our-services-coresol-box {
    padding: 30px 20px;
    text-align: left;
    border-radius: 8px;
    margin: 15px 15px;
    position: relative;
    overflow: hidden;
    width: 390px;
    border: 1px solid #ecf0f2;
}

/* Quick Faqs Starts */

.questions-box {
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    border-radius: 12px;
}

.questions-box .questions-title {
    width: 100%;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.questions-box .questions-title.collapsed {
    color: var(--title-color);
}

.questions-box .questions-title:before {
    background: var(--primary-color);
    right: 0px;
    left: auto;
}

.questions-box .questions-title:after {
    background: var(--primary-color);
    left: auto;
    right: 6px;
}

.questions-box .questions-reponse {
    color: var(--lecture-color);
    font-size: 15px;
    font-weight: 400;
}

.questions-box .questions-reponse p:last-child {
    padding: 0;
    margin: 0;
    padding-bottom: 27px;
}

.questions-box .questions-reponse.show {
    margin-bottom: 0px;
}

/* Why Choose Us */

.why-choose-us-box {
    text-align: center;
    margin-bottom: 40px;
}

.why-choose-us-box .title {
    color: var(--title-color);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose-us-box p {
    color: var(--lecture-color);
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.why-choose-us-box i {
    font-size: 27px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    margin-bottom: 25px;
}

/* Lead Notes Box */

.lead-notes-box {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 28px 25px 25px 28px;
    min-height: 180px;

}

.lead-notes-box h5 {
    position: relative;
    color: var(--title-color);
    font-weight: 600;
    font-size: 19px;
    letter-spacing: normal;
}

.lead-notes-box p {
    color: var(--lecture-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.lead-notes-box i {
    font-size: 32px;
    width: auto;
    height: auto;
    background-color: #fff;
    color: var(--primary-color);
    display: block;
    text-align: left;
    line-height: 32px;
    border-radius: 0;
    margin-bottom: 15px;
}

/* Navbar */

#coodiv-header .cloud-bg {
    background-color: #000;
    background-image: none;
    opacity: 0.25;
}

#coodiv-header .navbar {
    background-color: #000;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.header-user-info-coodiv li a:hover {
    background: var(--primary-color);
}

.header-user-info-coodiv {
    margin-bottom: 0px;
}

#coodiv-header .navbar-brand img {
    max-height: 40px;
}

#coodiv-header .navbar.fixed-header-layout {
    padding: 1.2rem 1rem;
}

#coodiv-header .top-header-fixed .navbar-nav .nav-link:before {
    background: var(--primary-color);
}

#coodiv-header .top-header-fixed .navbar-nav .nav-link:after {
    background: var(--primary-color);
}

#coodiv-header .navbar.fixed-header-layout.top-header-fixed {
    padding: 1.2rem 1rem;
    background: #ffffff;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
    opacity: 1;
}

#coodiv-header.services-page {
    min-height: 580px;
}

#coodiv-navbar-header .navbar-nav .nav-link,
#coodiv-navbar-header .navbar-nav .nav-link:hover {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

#coodiv-navbar-header .navbar-nav .nav-link:after {
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    bottom: 2px;
}

#coodiv-navbar-header .navbar-nav .nav-link:before {
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    bottom: 2px;
}

.coodiv-menu-dropdown .dropdown-menu-wrapper {
    box-shadow: 0 4px 16px rgb(56 46 44 / 30%);
    background: #101010;
    margin-top: 0px;
}

#coodiv-header .navbar.fixed-header-layout.top-header-fixed {
    background: #000;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
}

#coodiv-header .navbar.fixed-header-layout.top-header-fixed {
    background: #000;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.04);
}

#coodiv-header .top-header-fixed .navbar-nav .nav-link,
#coodiv-header .top-header-fixed .navbar-nav .nav-link:hover {
    color: #fff;
}

/* Footer */

.footer-section {
    background: #000;
    color: var(--lecture-color-two);
    font-size: 14.5px;
}

.footer-logo {
    max-height: 40px;
}

.quiq-links-footer-title {
    font-size: 16px;
}

.quiq-links-footer-ul li a {
    color: var(--lecture-color-two);
    font-weight: 400;
    line-height: 25px;
    font-size: 14.5px;
}

.secure-img-footer-area {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.secure-img-footer-area img {
    max-width: 75px;
}

.footer-section-banner {
    padding: 100px 0;
    background: var(--primary-color);
    color: #fff;
}

.free-trial-footer-banner-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.free-trial-footer-links a {
    border-radius: 8px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: inherit;
    position: relative;
    height: auto;
    width: auto;
    border: 1px solid transparent;
    padding: .75rem 1.5625rem;
    font-size: 1.1rem;
    line-height: 1.88;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

/* Radio Hosting Menu */

.megamenu-services-box i {
    background-color: #1f1f1f;
    color: var(--primary-color);
}

.megamenu-services-box:hover i {
    background-color: var(--primary-color);
    color: #fff;
}

.megamenu-services-box h5 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.megamenu-services-box p {
    color: var(--lecture-color-two);
    font-size: 14px;
}

.megamenu-services-box:hover {
    background-color: #232323;
}

/* Radio Apps Menu */

.web-hosting-menu-header li {
    border-bottom: 1px solid #232323;
}

.web-hosting-menu-header li a {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.web-hosting-menu-header li a span {
    color: var(--lecture-color-two);
    font-size: 14px;
}

.web-hosting-menu-header li i {
    color: var(--primary-color);
    background: #1f1f1f;
}

.web-hosting-menu-header li:hover i {
    color: #fff;
    background: var(--primary-color);
}

/* OLD Styles */

.sc-legend {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: center;
}

.sc-legend .txt-1 {
    color: #999;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.sc-legend .txt-2 {
    color: var(--title-color);
    font-size: 34px;
    font-weight: 500;
    line-height: 32px;
}

.sc-legend .txt-3 {
    color: var(--lecture-color);
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
}

.sc-legend .item {
    margin: 0 20px;
}

.sc-legend .sep {
    width: 1px;
    height: 60px;
    background-color: rgba(0, 0, 0, .1);
}

.services-page-bg-overflow {
    left: 0px;
    right: 0px;
    border-radius: 0;
}

.hero-img-bg {
    bottom: 0px;
}

.dark-header {
    color: #fff;
}

.services-page-bg-overflow {
    background-color: #000 !important;
    left: 0px;
    right: 0px;
}

.coodiv-features-black-version {
    padding: 20px 25px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #eaebec;
    position: relative;
    -webkit-box-shadow: 0 0px 30px rgb(0 0 0 / 2%);
    -moz-box-shadow: 0 0px 30px rgb(0 0 0 / 2%);
    box-shadow: 0 0px 30px rgb(0 0 0 / 2%);
    display: block;
    color: #394043;
    margin-bottom: 25px;
}

.coodiv-features-box-black-color:hover {
    -webkit-box-shadow: 0 0px 30px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 30px rgb(0 0 0 / 7%);
    color: var(--lecture-color);
    transform: translateY(-3px);
}

.coodiv-features-black-version i {
    font-size: 27px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.section-product-introduction-image-wrapper .section-product-introduction-background {
    background: var(--alternate-background);
}



@media (max-width: 1200px) {
    .coodiv-text-3 {
        font-size: calc(1.5rem + 3vw);
    }
    .ring-small {
        width: 45px;
        height: 45px;
        right: auto;
        left: 100px;
        top: 25px
    }
    .hero-header-features {
        display: block;
    }
    .hero-header-features span {
        display: block !important;
    }
    .ring-medium {
        width: 120px;
        height: 120px;
        right: 10px;
        top: 10px
    }
    .ring-big {
        width: 200px;
        height: 200px;
        left: 10px;
        top: 160px
    }
    .sc-legend {
        padding: 20px 0 30px 0;
        display: block;
        justify-content: center;
        overflow: hidden;
    }

    .sc-legend .txt-1 {
        color: #999;
        font-size: 30px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
    }

    .sc-legend .txt-2 {
        font-size: 30px;
        line-height: 28px;
        text-align: center;
    }

    .sc-legend .txt-3 {
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
    }

    .sc-legend .item {
        margin: 0 20px;
    }

    .sc-legend .sep {
        width: 100%;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
}
