    /*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Kareem Shalaby
VERSION:	Versoin Number
-------------------------------------------------------------------*/
    /*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
    /* 1.1 typography */
    
    @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
    @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;500&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');
    @font-face {
        font-family: VIP-Hala;
        src: url(./webfonts/VIP-Hala.otf);
    }
    
    @font-face {
        font-family: Blabeloo;
        src: url(./webfonts/Blabeloo.ttf);
    }
    
    h1,
    p,
    a,
    label,
    option,
    select,
    input,
    li,
    button,
    /*span,*/
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Almarai', sans-serif !important;
    }
    
    body {
        line-height: 31px;
        font-family: 'Almarai', sans-serif !important;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        font-size: 17px;
    }
    
    p,
    .paragraph {
        font-weight: 300;
        color: #4d546f;
        font-size: 17px;
        line-height: 31px;
        font-family: "Poppins", sans-serif;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        /* color: #00361e; */
        /* color: #f7941d; */
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        line-height: 1.5;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #f7941d;
    }
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        color: #00361e;
    }
    
    h1,
    .h1 {
        font-size: 56px;
    }
    
    h2,
    .h2 {
        font-size: 43px;
    }
    
    h3,
    .h3 {
        font-size: 37px;
    }
    
    h4,
    .h4 {
        font-size: 22px;
    }
    
    h5,
    .h5 {
        font-size: 16px;
    }
    
    h6,
    .h6 {
        font-size: 13px;
    }
    
    .btn {
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
        padding: 15px 60px;
        font-weight: 400;
        border: 0;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        transition: .2s ease;
    }
    
    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }
    
    .btn:active {
        box-shadow: none;
    }
    
    .btn-primary {
        background-color: #00361e !important;
        color: white !important;
        transition: all 1s ease-in-out;
    }
    
    .btn-primary:active {
        background-color: #035932;
    }
    
    .btn-primary:hover {
        background-color: #035932;
    }
    
    .btn-secondary {
        /* background-image: linear-gradient(6deg, #9b8afd 0%, #e7e7eb 100%); */
        transition: all 1s ease-in-out;
        background-color: transparent;
        color: #091337;
    }
    
    .btn-secondary:active {
        background: linear-gradient(6deg, #e7e7eb 0%, #9b8afd 100%) !important;
    }
    
    .btn-secondary:hover {
        background: linear-gradient(6deg, #e7e7eb 0%, #9b8afd 100%);
        color: #091337;
    }
    
    .btn-lg {
        padding: 15px 85px;
    }
    
    body {
        background-color: #fff;
        overflow-x: hidden;
    }
    
     ::-moz-selection {
        background: #20a5ff;
        color: #fff;
    }
    
     ::selection {
        background: #20a5ff;
        color: #fff;
    }
    /* preloader */
    
    .preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    ol,
    ul {
        list-style-type: none;
        margin: 0px;
    }
    
    img {
        vertical-align: middle;
        border: 0;
    }
    
    a,
    a:hover,
    a:focus {
        text-decoration: none;
    }
    
    a,
    button,
    select {
        cursor: pointer;
        transition: .2s ease;
    }
    
    a:focus,
    button:focus,
    select:focus {
        outline: 0;
    }
    
    a:hover {
        color: #008dec;
    }
    
    .slick-slide {
        outline: 0;
    }
    
    .section {
        padding-top: 130px;
        padding-bottom: 130px;
    }
    
    .section-sm {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-lg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    @media (max-width: 575px) {
        .section-lg {
            padding-top: 150px;
            padding-bottom: 150px;
        }
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .bg-cover {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    /* overlay */
    /* .overlay {
        position: relative;
    } */
    
    .overlay::before {
        /* position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: .5; */
    }
    
    .outline-0 {
        outline: 0 !important;
    }
    
    .d-unset {
        display: unset !important;
    }
    
    .page-title {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .bg-primary {
        background: #008dec !important;
    }
    
    .bg-gray {
        background: #f2f3f5;
    }
    
    .text-primary {
        color: #008dec !important;
    }
    
    .text-dark {
        color: #091337 !important;
    }
    
    .text-purple {
        color: #9491ff !important;
    }
    
    .text-color {
        color: #4d546f;
    }
    
    .primary-shadow {
        box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
    }
    
    .border-blue {
        border-color: #dcebf4 !important;
    }
    
    .shadow-primary {
        box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
    }
    
    .facebook {
        color: #334bff;
    }
    
    .twitter {
        color: #45d9f0;
    }
    
    .linkedin {
        color: #1b91ff;
    }
    
    .black {
        color: #000;
    }
    
    .mb-10 {
        margin-bottom: 10px !important;
    }
    
    .mb-20 {
        margin-bottom: 20px !important;
    }
    
    .mb-30 {
        margin-bottom: 30px !important;
    }
    
    .mb-40 {
        margin-bottom: 40px !important;
    }
    
    .mb-50 {
        margin-bottom: 50px !important;
    }
    
    .mb-60 {
        margin-bottom: 60px !important;
    }
    
    .mb-70 {
        margin-bottom: 70px !important;
    }
    
    .mb-80 {
        margin-bottom: 80px !important;
    }
    
    .mb-90 {
        margin-bottom: 90px !important;
    }
    
    .mb-100 {
        margin-bottom: 100px !important;
    }
    
    .pb-100 {
        padding-bottom: 100px !important;
    }
    
    .translate-y-150 {
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
    }
    
    @media (max-width: 575px) {
        .translate-y-150 {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    
    .left-right-animation {
        animation: left_right 3s ease-in infinite alternate-reverse;
    }
    
    @-webkit-keyframes left_right {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
    }
    
    @keyframes left_right {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
        100% {
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }
    }
    
    .up-down-animation {
        animation: up_down 3s ease-in infinite alternate-reverse;
    }
    
    @-webkit-keyframes up_down {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }
    }
    
    @keyframes up_down {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        100% {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }
    }
    
    .zindex-1 {
        z-index: 1;
    }
    
    .navbar-light .navbar-nav .nav-link {
        color: #091337;
    }
    
    .navigation {
        transition: .3s ease;
    }
    
    .navbar {
        transition: .3s ease;
    }
    
    @media (max-width: 991px) {
        .navbar-collapse {
            padding-bottom: 20px;
        }
    }
    
    .nav-bg {
        background-color: #fff;
        box-shadow: 0px 10px 20px 0px rgba(0, 141, 236, 0.1);
    }
    
    .nav-bg .navbar {
        padding: 10px 0;
    }
    
    .nav-item {
        padding: 20px 10px;
    }
    
    @media (max-width: 991px) {
        .nav-item {
            padding: 0;
        }
    }
    
    .hero-section {
        padding-top: 150px;
        padding-bottom: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        margin-bottom: 30px;
    }
    
    .banner-image {
        position: absolute;
        top: 0;
        z-index: 10000;
        /* left: 50%; */
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both
    }
    
    .hero-bg-1 {
        z-index: -1;
        position: absolute;
        left: 30px;
        top: 200px;
    }
    
    @-webkit-keyframes up-down {
        0% {
            transform: translateX(-52%);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    
    @media (max-width: 767px) {
        .hero-bg-1 {
            display: none;
        }
    }
    
    .hero-bg-2 {
        z-index: -1;
        position: absolute;
        top: 50%;
        left: 20%;
    }
    
    @media (max-width: 767px) {
        .hero-bg-2 {
            display: none;
        }
    }
    
    .hero-bg-3 {
        z-index: -1;
        bottom: 0%;
        left: 10%;
    }
    
    @media (max-width: 767px) {
        .hero-bg-3 {
            display: none;
        }
    }
    
    .hero-bg-4 {
        z-index: -1;
        top: 210px;
        right: 40%;
        position: absolute;
    }
    
    @media (max-width: 767px) {
        .hero-bg-4 {
            display: none;
        }
    }
    
    .hero-bg-5 {
        z-index: -1;
        position: absolute;
        top: 250px;
        right: 17%;
    }
    
    @media (max-width: 767px) {
        .hero-bg-5 {
            display: none;
        }
    }
    
    .hero-bg-6 {
        z-index: -1;
        position: absolute;
        right: 10%;
        bottom: 20%;
    }
    
    @media (max-width: 767px) {
        .hero-bg-6 {
            display: none;
        }
    }
    
    .hero-bg-7 {
        z-index: -1;
        position: absolute;
        left: 20%;
        bottom: -17%;
        z-index: 0;
    }
    
    @media (max-width: 767px) {
        .hero-bg-7 {
            display: none;
        }
    }
    
    .hero-bg-8 {
        position: absolute;
        bottom: -30%;
        right: 50%;
        z-index: 0;
    }
    
    @media (max-width: 767px) {
        .hero-bg-8 {
            display: none;
        }
    }
    
    .hero-bg-9 {
        position: absolute;
        right: 20%;
        bottom: -10%;
        z-index: 1;
    }
    
    @media (max-width: 767px) {
        .hero-bg-9 {
            display: none;
        }
    }
    
    .feature {
        position: relative;
    }
    
    .feature-item h4 {
        line-height: 1;
    }
    
    .feature-item p {
        line-height: 25px;
    }
    
    .feature-item:hover .feature-icon {
        box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
    }
    
    .feature-bg-1 {
        position: absolute;
        left: 0;
        top: 50%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .feature-bg-1 {
            display: none;
        }
    }
    
    .feature-bg-2 {
        position: absolute;
        right: 0;
        bottom: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .feature-bg-2 {
            display: none;
        }
    }
    
    .feature-icon {
        display: inline-block;
        height: 90px;
        width: 90px;
        border-radius: 5px;
        color: #fff;
        font-size: 45px;
        line-height: 90px;
        background: #008dec;
        box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
        text-align: center;
        transition: .2s ease;
    }
    
    .seo {
        position: relative;
        overflow: visible;
    }
    
    .seo-bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    
    .seo-img {
        margin-top: -50px;
    }
    
    @media (max-width: 1200px) {
        .seo-bg {
            max-width: 500px;
        }
    }
    
    @media (max-width: 991px) {
        .seo-bg {
            max-width: 400px;
        }
    }
    
    .seo-bg-shape-1 {
        position: absolute;
        left: 25%;
        top: 0;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .seo-bg-shape-1 {
            display: none;
        }
    }
    
    .seo-bg-shape-2 {
        position: absolute;
        right: 2%;
        top: 40%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .seo-bg-shape-2 {
            display: none;
        }
    }
    
    .seo-bg-shape-3 {
        position: absolute;
        left: 30%;
        bottom: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .seo-bg-shape-3 {
            display: none;
        }
    }
    
    .service {
        position: relative;
        overflow: visible;
    }
    
    .service-list li {
        margin-bottom: 30px;
        color: #4d546f;
    }
    
    .service-list li i {
        margin-right: 20px;
        color: #4d546f;
    }
    
    .service-bg {
        position: absolute;
        right: 0;
        top: -10%;
        z-index: -1;
    }
    
    @media (max-width: 1200px) {
        .service-bg {
            max-width: 500px;
        }
    }
    
    @media (max-width: 991px) {
        .service-bg {
            max-width: 400px;
            top: 0;
        }
    }
    
    .service-bg-shape-1 {
        position: absolute;
        left: 0;
        top: 150px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-shape-1 {
            display: none;
        }
    }
    
    .service-bg-shape-2 {
        position: absolute;
        left: 40%;
        bottom: 0;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-shape-2 {
            display: none;
        }
    }
    
    .courses {
        overflow: visible;
        position: relative;
    }
    
    .courses-slider {
        overflow: hidden;
        padding-bottom: 100px;
    }
    
    .courses-slider .slick-list {
        overflow: visible;
    }
    
    .courses-slider .slick-arrow {
        border: 0;
        background: transparent;
        color: #008dec;
        position: absolute;
        bottom: 0;
        z-index: 1;
        font-size: 25px;
    }
    
    .courses-slider .slick-arrow.slick-disabled {
        color: #86ceff;
    }
    
    .courses-slider .prevArrow {
        left: 10px;
    }
    
    .courses-slider .nextArrow {
        left: 50px;
    }
    
    .courses-member {
        padding: 30px 45px;
        background: #fff;
        box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
        margin: 0 20px;
    }
    
    .courses-member h4 {
        background: linear-gradient(25deg, #ed818b 0%, #cb9fe7 95%);
        color: #091337;
        margin: 20px 0;
        padding: 5px;
        border-radius: 10px;
    }
    
    @media (max-width: 1200px) {
        .courses-member {
            padding: 30px;
        }
    }
    
    .courses-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    
    .courses-bg-shape-1 {
        position: absolute;
        top: 100px;
        left: 20px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .courses-bg-shape-1 {
            display: none;
        }
    }
    
    .courses-bg-shape-2 {
        position: absolute;
        top: 100px;
        right: -5px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .courses-bg-shape-2 {
            display: none;
        }
    }
    
    .courses-bg-shape-3 {
        position: absolute;
        bottom: 20%;
        right: 40%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .courses-bg-shape-3 {
            display: none;
        }
    }
    
    .courses-bg-shape-4 {
        position: absolute;
        bottom: 20%;
        right: 180px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .courses-bg-shape-4 {
            display: none;
        }
    }
    
    .pricing {
        position: relative;
        overflow: visible;
    }
    
    .pricing-table {
        padding: 50px 35px 30px;
        transition: .2s ease;
    }
    
    @media (max-width: 1200px) {
        .pricing-table {
            padding: 30px 20px;
        }
    }
    
    .pricing-table h1 {
        font-size: 65px;
    }
    
    .pricing-table h1 span {
        font-size: 20px;
        vertical-align: top;
        line-height: 65px;
        margin-right: 5px;
    }
    
    .pricing-table:hover {
        box-shadow: 0px 59px 43px 0px rgba(216, 233, 243, 0.3);
    }
    
    .pricing-table.table-1 {
        background-image: linear-gradient(59deg, #d5fc71 0%, #64feab 95%);
    }
    
    .pricing-table.table-2 {
        background-image: linear-gradient(59deg, #06ffdf 0%, #42dbef 95%);
    }
    
    .pricing-table.table-3 {
        background-image: linear-gradient(59deg, #0bfce0 0%, #c5fd78 95%);
    }
    
    .pricing-btn {
        font-size: 25px;
        font-weight: 700;
        color: #091337;
    }
    
    @media (max-width: 1200px) {
        .pricing-btn {
            padding: 5px;
        }
    }
    
    .pricing-btn:hover {
        color: #008dec;
    }
    
    .pricing-bg-shape-1 {
        position: absolute;
        left: 30%;
        top: 100px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .pricing-bg-shape-1 {
            display: none;
        }
    }
    
    .pricing-bg-shape-2 {
        position: absolute;
        right: 10%;
        top: 110px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .pricing-bg-shape-2 {
            display: none;
        }
    }
    
    .pricing-bg-shape-3 {
        position: absolute;
        bottom: 20%;
        left: 0;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .pricing-bg-shape-3 {
            display: none;
        }
    }
    
    .newsletter {
        position: relative;
    }
    
    .newsletter-form {
        height: 85px;
        width: 100%;
        padding: 0 40px;
        border: 0;
        background: #fff;
        box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
        border-radius: 5px;
    }
    
    .newsletter-form:focus {
        outline: 0;
        box-shadow: 0;
    }
    
    .newsletter-btn {
        position: absolute;
        height: 100%;
        background: #8986ff;
        top: 0;
        right: 0;
        border-radius: 0 5px 5px 0;
        font-weight: 700;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
    }
    
    @media (max-width: 575px) {
        .newsletter-btn {
            padding-left: 5px;
            padding-right: 5px;
        }
    }
    
    .newsletter-bg-shape {
        position: absolute;
        top: 0;
        right: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .newsletter-bg-shape {
            display: none;
        }
    }
    
    .footer {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    
    .footer-section {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    
    .footer-menu a {
        color: #091337;
        display: block;
        padding: 15px;
        font-weight: 400;
    }
    
    .social-icon li {
        margin: 0 12px;
    }
    
    .social-icon li a {
        height: 45px;
        width: 45px;
        background: #fff;
        border-radius: 5px;
        line-height: 45px;
        display: block;
        text-align: center;
    }
    
    .client-logo-slider img {
        transition: .2s ease;
    }
    
    .client-logo-slider a:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    /* service page */
    
    .service-bg-image {
        background-size: containe;
        background-repeat: no-repeat;
        background-position: center 400px;
    }
    
    .service-bg-1 {
        position: absolute;
        left: 50px;
        top: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-1 {
            display: none;
        }
    }
    
    .service-bg-2 {
        position: absolute;
        right: 50px;
        top: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-2 {
            display: none;
        }
    }
    
    .service-bg-3 {
        position: absolute;
        right: 50px;
        top: 50%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-3 {
            display: none;
        }
    }
    
    .service-bg-4 {
        position: absolute;
        left: 50px;
        bottom: 30%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-4 {
            display: none;
        }
    }
    
    .service-bg-5 {
        position: absolute;
        left: 10%;
        bottom: 5%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .service-bg-5 {
            display: none;
        }
    }
    
    .about {
        position: relative;
        overflow: visible;
    }
    
    .about-video {
        position: relative;
    }
    
    .about-video .play-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .about-bg-1 {
        position: absolute;
        left: 30%;
        top: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .about-bg-1 {
            display: none;
        }
    }
    
    .about-bg-2 {
        position: absolute;
        top: 30%;
        right: 40px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .about-bg-2 {
            display: none;
        }
    }
    
    .about-bg-3 {
        position: absolute;
        bottom: 20%;
        left: 30px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .about-bg-3 {
            display: none;
        }
    }
    
    .about-bg-4 {
        position: absolute;
        top: 20%;
        left: 40px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .about-bg-4 {
            display: none;
        }
    }
    
    .about-bg-5 {
        position: absolute;
        bottom: 10%;
        right: 40px;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .about-bg-5 {
            display: none;
        }
    }
    
    .about-bg-6 {
        position: absolute;
        top: 10%;
        right: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .about-bg-6 {
            display: none;
        }
    }
    
    .play-btn {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        color: #fff;
        line-height: 70px;
        font-size: 20px;
        text-align: center;
        background: #7aff91;
        display: inline-block;
        transition: .2s ease;
        box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
    }
    
    .play-btn:hover {
        color: #fff;
        font-size: 30px;
    }
    
    .product {
        position: relative;
        overflow: visible;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }
    
    .about-bg {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: -1;
    }
    
    .form-control {
        height: 65px;
        width: 100%;
        background: #f7fafc;
    }
    
    .form-control:focus {
        border-color: #008dec;
        box-shadow: none;
    }
    
    textarea.form-control {
        height: 157px;
    }
    
    .contact-bg {
        background-color: #f3f7fb;
    }
    
    .round-icon {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 50px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    
    .round-icon.green {
        background: #e0fef4;
        color: #00f7a7;
    }
    
    .round-icon.blue {
        background: #e0f1ff;
        color: #008cff;
    }
    
    .round-icon.orange {
        background: #fff1e0;
        color: #ff8b00;
    }
    
    .contact {
        position: relative;
    }
    
    .contact-bg-1 {
        position: absolute;
        left: 0;
        top: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .contact-bg-1 {
            display: none;
        }
    }
    
    .contact-bg-2 {
        position: absolute;
        top: 20%;
        right: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .contact-bg-2 {
            display: none;
        }
    }
    
    .contact-bg-3 {
        position: absolute;
        top: 10%;
        left: 40%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .contact-bg-3 {
            display: none;
        }
    }
    
    .contact-bg-4 {
        position: absolute;
        bottom: 10%;
        left: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .contact-bg-4 {
            display: none;
        }
    }
    
    .contact-bg-5 {
        position: absolute;
        bottom: 10%;
        right: 10%;
        z-index: -1;
    }
    
    @media (max-width: 767px) {
        .contact-bg-5 {
            display: none;
        }
    }
    /* Custom button style*/
    
    .main-box {}
    
    .main-box .button-box {
        align-items: center;
        justify-content: end;
        margin: auto;
        display: grid;
    }
    /* Button 1 */
    
    .main-box .button {
        height: 40px;
        width: 190px;
        display: flex;
        border-radius: 1.5rem;
        transition: 0.5s;
        font-size: 2rem;
        background: #009572;
        /* background-image: linear-gradient( to right top, #00e9d8, #1eebd2, #31eecb, #42f0c4, #51f2bc, #5ff3b5, #6cf5af, #79f6a8, #88f7a0, #96f899, #a4f992, #b2f98b); */
        /* background: rgb(80, 69, 83);
    background-image: linear-gradient(90deg, rgba(119, 168, 133, 1) 16%, rgba(182, 178, 146, 1) 46%, rgba(119, 168, 133, 1) 100%); */
        /* background-image: linear-gradient( to right, #8081cf, #847dc9, #8778c3, #8a74bd, #8d70b7, #8f6db2, #9169ac, #9266a7, #9362a1, #935e9a, #935b93, #93578d); */
        color: white;
        animation: blurr 2s;
        animation-iteration-count: infinite;
        outline: none;
        cursor: pointer;
        border: none;
    }
    
    .main-box img {
        margin-left: 3px;
        transition: 0.5s;
        width: 2.0rem;
        height: 2.0rem;
    }
    
    @keyframes blurr {
        0%,
        100% {
            box-shadow: 0 0 6px var(--handshake);
        }
        50% {
            box-shadow: 0 0 15px var(--handshake);
        }
    }
    
    @keyframes fade {
        0% {
            opacity: 100%;
        }
        100% {
            opacity: 0%;
        }
    }
    
    .main-box .title {
        margin: 20px;
        font-weight: bold;
        color: #ebdfdf;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 46%);
        font-size: 20px;
        transition: 0.5s;
        line-height: 0rem;
    }
    
    .main-box .button:hover .title {
        transform: translateX(-40px);
        animation: fade 0.5s;
        opacity: 0%;
        line-height: 0rem;
    }
    
    .main-box .button:hover img {
        transform: translateX(-120px);
    }
    
    .main-box .description {
        position: absolute;
        font-weight: bold;
        font-size: 20px;
        font-style: italic;
        transition: 0.5s;
        opacity: 0%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin: 20px;
        color: #ddd;
        line-height: 0rem;
    }
    
    .main-box .button:hover .description {
        transform: translateX(40px);
        opacity: 100%;
    }
    /* Button 3 */
    
    .main-box .button3 {
        height: 40px;
        width: 190px;
        display: flex;
        border-radius: 1.5rem;
        transition: 0.5s;
        font-size: 20px;
        background: #01204e;
        /* background-image: linear-gradient( to right top, #ffb4be, #ffb5b6, #ffb7ad, #ffbaa5, #ffbd9e, #ffc098, #ffc492, #ffc88d, #ffcd87, #ffd281, #ffd77b, #ffdd76); */
        animation: blurr3 2s;
        animation-iteration-count: infinite;
        outline: none;
        cursor: pointer;
        border: none;
    }
    
    .main-box .button3:hover .title {
        transform: translateX(-40px);
        animation: fade 0.5s;
        opacity: 0%;
    }
    
    .main-box .button3:hover img {
        transform: translateX(-120px);
    }
    
    .button3:hover .description {
        transform: translateX(40px);
        opacity: 100%;
    }
    
    @keyframes blurr3 {
        0%,
        100% {
            box-shadow: 0 0 6px var(--btn3);
        }
        50% {
            box-shadow: 0 0 15px var(--btn3);
        }
    }
    
    .main-box .watermark {
        text-align: center;
        color: white;
    }
    
    .main-box .watermark a {
        color: #8081cf;
    }
    
    .hero-section h1 {
        font-family: 'VIP-Hala', 'Almarai' !important;
    }
    
    .our-svg {
        display: flex;
        justify-content: center;
        align-items: center;
        /* min-height: 100vh; */
        text-align: center;
        margin: 0;
        padding: 0;
        /* background-color: #080808; */
        transform-style: preserve-3d;
    }
    
    .our-svg span {
        position: relative;
        height: 200px;
        width: 1px;
        transform-style: preserve-3d;
        background-color: bisque;
        margin-left: 20px;
        border: 1px solid #00ceaf;
        transform: perspective(600px);
        animation: animation 2.5s linear infinite;
        box-shadow: 10px 5px 50px #dfe6cc;
    }
    
    .our-svg span::before {
        content: "";
        position: absolute;
        top: -5px;
        transform-origin: top;
        width: 20px;
        height: 20px;
        background-color: rgb(155, 211, 0);
        border-radius: 50px;
        left: -8px;
        transform-style: preserve-3d;
        box-shadow: 0px 0px 20px #aeea07, inset 5px 5px 10px #000;
    }
    
    .our-svg span::after {
        content: "";
        position: absolute;
        bottom: 0;
        transform-origin: bottom;
        width: 20px;
        height: 20px;
        background-color: rgb(6, 198, 121);
        border-radius: 50px;
        bottom: -5px;
        left: -8px;
        transform-style: preserve-3d;
        box-shadow: 0px 0px 20px #25f1cf, inset 5px 5px 10px #000;
    }
    
    .our-svg span:nth-child(1) {
        animation-delay: 0.1s;
    }
    
    .our-svg span:nth-child(2) {
        animation-delay: 0.2s;
    }
    
    .our-svg span:nth-child(3) {
        animation-delay: 0.3s;
    }
    
    .our-svg span:nth-child(4) {
        animation-delay: 0.4s;
    }
    
    .our-svg span:nth-child(5) {
        animation-delay: 0.5s;
    }
    
    .our-svg span:nth-child(6) {
        animation-delay: 0.6s;
    }
    
    .our-svg span:nth-child(7) {
        animation-delay: 0.7s;
    }
    
    .our-svg span:nth-child(8) {
        animation-delay: 0.8s;
    }
    
    .our-svg span:nth-child(9) {
        animation-delay: 1s;
    }
    
    .our-svg span:nth-child(10) {
        animation-delay: 1.1s;
    }
    
    .our-svg span:nth-child(11) {
        animation-delay: 1.2s;
    }
    
    .our-svg span:nth-child(12) {
        animation-delay: 1.3s;
    }
    
    .our-svg span:nth-child(13) {
        animation-delay: 1.4s;
    }
    
    .our-svg span:nth-child(14) {
        animation-delay: 1.5s;
    }
    
    .our-svg span:nth-child(15) {
        animation-delay: 1.6s;
    }
    
    .our-svg span:nth-child(16) {
        animation-delay: 1.7s;
    }
    
    .our-svg span:nth-child(17) {
        animation-delay: 1.8s;
    }
    
    .our-svg span:nth-child(18) {
        animation-delay: 1.9s;
    }
    
    .our-svg span:nth-child(19) {
        animation-delay: 2s;
    }
    
    .our-svg span:nth-child(20) {
        animation-delay: 2.1s;
    }
    
    .our-svg span:nth-child(21) {
        animation-delay: 2.2s;
    }
    
    .our-svg span:nth-child(22) {
        animation-delay: 2.3s;
    }
    
    .our-svg span:nth-child(23) {
        animation-delay: 2.4s;
    }
    
    .our-svg span:nth-child(24) {
        animation-delay: 2.5s;
    }
    
    .our-svg span:nth-child(25) {
        animation-delay: 2.6s;
    }
    
    .our-svg span:nth-child(26) {
        animation-delay: 2.7s;
    }
    
    .our-svg span:nth-child(27) {
        animation-delay: 2.8s;
    }
    
    .our-svg span:nth-child(28) {
        animation-delay: 2.9s;
    }
    
    .our-svg span:nth-child(29) {
        animation-delay: 3s;
    }
    
    .our-svg span:nth-child(30) {
        animation-delay: 3.1s;
    }
    
    .our-svg span:nth-child(31) {
        animation-delay: 3.2s;
    }
    
    .our-svg span:nth-child(32) {
        animation-delay: 3.3s;
    }
    
    .our-svg span:nth-child(33) {
        animation-delay: 3.4s;
    }
    
    .our-svg span:nth-child(34) {
        animation-delay: 3.5s;
    }
    
    @keyframes animation {
        0% {
            transform: perspective(600px) rotateX(0deg);
        }
        100% {
            transform: perspective(600px) rotateX(360deg);
        }
    }
    
    .seven h1 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        color: #f7941d;
        letter-spacing: 1px;
        text-transform: uppercase;
        /* display: grid; */
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 27px 0;
        grid-gap: 20px;
        align-items: center;
    }
    
    .seven h1:after,
    .seven h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #01204e;
        border-top: 1px solid #009572;
        height: 5px;
    }
    
    .courses-section {
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.42 180h-1.415L0 98.995v-2.827L6.167 90 0 83.833V81.004L81.005 0h2.827L90 6.167 96.167 0H98.996L180 81.005v2.827L173.833 90 180 96.167V98.996L98.995 180h-2.827L90 173.833 83.833 180H82.42zm0-1.414L1.413 97.58 8.994 90l-7.58-7.58L82.42 1.413 90 8.994l7.58-7.58 81.006 81.005-7.58 7.58 7.58 7.58-81.005 81.006-7.58-7.58-7.58 7.58zM175.196 0h-25.832c1.033 2.924 2.616 5.59 4.625 7.868C152.145 9.682 151 12.208 151 15c0 5.523 4.477 10 10 10 1.657 0 3 1.343 3 3v4h16V0h-4.803c.51.883.803 1.907.803 3 0 3.314-2.686 6-6 6s-6-2.686-6-6c0-1.093.292-2.117.803-3h10.394-13.685C161.18.938 161 1.948 161 3v4c-4.418 0-8 3.582-8 8s3.582 8 8 8c2.76 0 5 2.24 5 5v2h4v-4h2v4h4v-4h2v4h2V0h-4.803zm-15.783 0c-.27.954-.414 1.96-.414 3v2.2c-1.25.254-2.414.74-3.447 1.412-1.716-1.93-3.098-4.164-4.054-6.612h7.914zM180 17h-3l2.143-10H180v10zm-30.635 163c-.884-2.502-1.365-5.195-1.365-8 0-13.255 10.748-24 23.99-24H180v32h-30.635zm12.147 0c.5-1.416 1.345-2.67 2.434-3.66l-1.345-1.48c-1.498 1.364-2.62 3.136-3.186 5.14H151.5c-.97-2.48-1.5-5.177-1.5-8 0-12.15 9.84-22 22-22h8v30h-18.488zm13.685 0c-1.037-1.793-2.976-3-5.197-3-2.22 0-4.16 1.207-5.197 3h10.394zM0 148h8.01C21.26 148 32 158.742 32 172c0 2.805-.48 5.498-1.366 8H0v-32zm0 2h8c12.15 0 22 9.847 22 22 0 2.822-.53 5.52-1.5 8h-7.914c-.567-2.004-1.688-3.776-3.187-5.14l-1.346 1.48c1.09.99 1.933 2.244 2.434 3.66H0v-30zm15.197 30c-1.037-1.793-2.976-3-5.197-3-2.22 0-4.16 1.207-5.197 3h10.394zM0 32h16v-4c0-1.657 1.343-3 3-3 5.523 0 10-4.477 10-10 0-2.794-1.145-5.32-2.992-7.134C28.018 5.586 29.6 2.924 30.634 0H0v32zm0-2h2v-4h2v4h4v-4h2v4h4v-2c0-2.76 2.24-5 5-5 4.418 0 8-3.582 8-8s-3.582-8-8-8V3c0-1.052-.18-2.062-.512-3H0v30zM28.5 0c-.954 2.448-2.335 4.683-4.05 6.613-1.035-.672-2.2-1.16-3.45-1.413V3c0-1.04-.144-2.046-.414-3H28.5zM0 17h3L.857 7H0v10zM15.197 0c.51.883.803 1.907.803 3 0 3.314-2.686 6-6 6S4 6.314 4 3c0-1.093.292-2.117.803-3h10.394zM109 115c-1.657 0-3 1.343-3 3v4H74v-4c0-1.657-1.343-3-3-3-5.523 0-10-4.477-10-10 0-2.793 1.145-5.318 2.99-7.132C60.262 93.638 58 88.084 58 82c0-13.255 10.748-24 23.99-24h16.02C111.26 58 122 68.742 122 82c0 6.082-2.263 11.636-5.992 15.866C117.855 99.68 119 102.206 119 105c0 5.523-4.477 10-10 10zm0-2c-2.76 0-5 2.24-5 5v2h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-2c0-2.76-2.24-5-5-5-4.418 0-8-3.582-8-8s3.582-8 8-8v-4c0-2.64 1.136-5.013 2.946-6.66L72.6 84.86C70.39 86.874 69 89.775 69 93v2.2c-1.25.254-2.414.74-3.447 1.412C62.098 92.727 60 87.61 60 82c0-12.15 9.84-22 22-22h16c12.15 0 22 9.847 22 22 0 5.61-2.097 10.728-5.55 14.613-1.035-.672-2.2-1.16-3.45-1.413V93c0-3.226-1.39-6.127-3.6-8.14l-1.346 1.48C107.864 87.987 109 90.36 109 93v4c4.418 0 8 3.582 8 8s-3.582 8-8 8zM90.857 97L93 107h-6l2.143-10h1.714zM80 99c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm20 0c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6z' fill='%23d8ede1' fill-opacity='0.43' fill-rule='evenodd'/%3E%3C/svg%3E");
        /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1027%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(224%2c 214%2c 214%2c 0.09)'%3e%3c/rect%3e%3ccircle r='93.335' cx='63.17' cy='-42.02' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='93.335' cx='414.92' cy='350.25' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='93.335' cx='691.17' cy='777.49' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='135.22' cx='489.52' cy='244.51' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='168.84' cx='943.23' cy='314.42' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='101.94' cx='1408.09' cy='311.01' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='137.54' cx='508.53' cy='153.46' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='49.145' cx='309.11' cy='329.34' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='79.875' cx='358.74' cy='442.8' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='95.415' cx='879.88' cy='219.91' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='56.57' cx='288.28' cy='36.61' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='139.93' cx='355.05' cy='401.67' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='68.155' cx='344.92' cy='46.06' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='151.375' cx='489.44' cy='245.3' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='75.11' cx='1106.28' cy='23.6' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='53.69' cx='1241.21' cy='488.98' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='68.155' cx='969.31' cy='111.55' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='158.035' cx='623.99' cy='94.93' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='86.065' cx='1382.4' cy='144.7' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='142.37' cx='182.94' cy='125.21' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='182.035' cx='73.94' cy='251.48' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='125.245' cx='1043.53' cy='253.45' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='133.815' cx='874.1' cy='204.67' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='64.72' cx='1104.54' cy='435.01' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='56.985' cx='960.36' cy='476.68' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='109.05' cx='653.8' cy='365.2' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='161.5' cx='596.3' cy='418.74' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='177.305' cx='1065.62' cy='391.63' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='78.855' cx='1154.48' cy='227.16' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='136.965' cx='181.06' cy='515.78' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='50.215' cx='1092.95' cy='195.61' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='83.01' cx='1373.35' cy='201.57' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='184.58' cx='895.19' cy='364.51' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='126.23' cx='700.96' cy='103.2' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='103.705' cx='975.57' cy='15.66' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='108.59' cx='463.72' cy='171.46' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='52.71' cx='427.33' cy='4.49' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='153.94' cx='241.5' cy='321.64' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='100.22' cx='1336.54' cy='550.68' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='104.08' cx='290.92' cy='258.76' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='148.165' cx='1358.03' cy='472.76' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='162.245' cx='1328.88' cy='280.3' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='104.465' cx='92.22' cy='136.38' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='180.47' cx='21.44' cy='200.72' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='185.845' cx='1127.43' cy='197.87' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='183.165' cx='505.1' cy='69.87' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='154.215' cx='1217.27' cy='528.8' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='167.75' cx='244.7' cy='265.5' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='62.145' cx='95.69' cy='16.29' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='141.605' cx='1280.41' cy='443.68' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='54.53' cx='1261.26' cy='294.73' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='109.575' cx='201.02' cy='409.83' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='107.17' cx='1157.71' cy='92.8' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='182.67' cx='31.19' cy='386.98' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='54.175' cx='91.29' cy='505.19' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='92.505' cx='459.22' cy='553.35' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='65.405' cx='183.19' cy='338.24' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='130.61' cx='50.61' cy='98.52' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='157.79' cx='845' cy='330.36' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='128.215' cx='836.95' cy='489.16' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='115.48' cx='754.58' cy='527.97' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='130.655' cx='1206.36' cy='94.03' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='60.94' cx='900.76' cy='206.49' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3ccircle r='114.725' cx='574.3' cy='449.27' stroke='%23365aa3' stroke-opacity='0.08' stroke-width='2'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1027'%3e%3crect width='1440' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
        /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1025%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(224%2c 214%2c 214%2c 0.1)'%3e%3c/rect%3e%3ccircle r='93.335' cx='63.17' cy='-42.02' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='93.335' cx='414.92' cy='350.25' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='93.335' cx='691.17' cy='777.49' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='135.22' cx='489.52' cy='244.51' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='168.84' cx='943.23' cy='314.42' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='101.94' cx='1408.09' cy='311.01' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='137.54' cx='508.53' cy='153.46' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='49.145' cx='309.11' cy='329.34' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='79.875' cx='358.74' cy='442.8' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='95.415' cx='879.88' cy='219.91' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='56.57' cx='288.28' cy='36.61' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='139.93' cx='355.05' cy='401.67' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='68.155' cx='344.92' cy='46.06' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='151.375' cx='489.44' cy='245.3' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='75.11' cx='1106.28' cy='23.6' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='53.69' cx='1241.21' cy='488.98' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='68.155' cx='969.31' cy='111.55' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='158.035' cx='623.99' cy='94.93' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='86.065' cx='1382.4' cy='144.7' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='142.37' cx='182.94' cy='125.21' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='182.035' cx='73.94' cy='251.48' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='125.245' cx='1043.53' cy='253.45' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='133.815' cx='874.1' cy='204.67' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='64.72' cx='1104.54' cy='435.01' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='56.985' cx='960.36' cy='476.68' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='109.05' cx='653.8' cy='365.2' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='161.5' cx='596.3' cy='418.74' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='177.305' cx='1065.62' cy='391.63' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='78.855' cx='1154.48' cy='227.16' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='136.965' cx='181.06' cy='515.78' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='50.215' cx='1092.95' cy='195.61' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='83.01' cx='1373.35' cy='201.57' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='184.58' cx='895.19' cy='364.51' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='126.23' cx='700.96' cy='103.2' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='103.705' cx='975.57' cy='15.66' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='108.59' cx='463.72' cy='171.46' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='52.71' cx='427.33' cy='4.49' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='153.94' cx='241.5' cy='321.64' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='100.22' cx='1336.54' cy='550.68' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='104.08' cx='290.92' cy='258.76' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='148.165' cx='1358.03' cy='472.76' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='162.245' cx='1328.88' cy='280.3' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='104.465' cx='92.22' cy='136.38' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='180.47' cx='21.44' cy='200.72' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='185.845' cx='1127.43' cy='197.87' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='183.165' cx='505.1' cy='69.87' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='154.215' cx='1217.27' cy='528.8' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='167.75' cx='244.7' cy='265.5' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='62.145' cx='95.69' cy='16.29' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='141.605' cx='1280.41' cy='443.68' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='54.53' cx='1261.26' cy='294.73' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='109.575' cx='201.02' cy='409.83' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='107.17' cx='1157.71' cy='92.8' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='182.67' cx='31.19' cy='386.98' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='54.175' cx='91.29' cy='505.19' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='92.505' cx='459.22' cy='553.35' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='65.405' cx='183.19' cy='338.24' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='130.61' cx='50.61' cy='98.52' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='157.79' cx='845' cy='330.36' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='128.215' cx='836.95' cy='489.16' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='115.48' cx='754.58' cy='527.97' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='130.655' cx='1206.36' cy='94.03' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='60.94' cx='900.76' cy='206.49' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3ccircle r='114.725' cx='574.3' cy='449.27' stroke='%23365aa3' stroke-opacity='0.11' stroke-width='2'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1025'%3e%3crect width='1440' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
        /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1023%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(224%2c 214%2c 214%2c 0.21)'%3e%3c/rect%3e%3ccircle r='93.335' cx='63.17' cy='-42.02' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='93.335' cx='414.92' cy='350.25' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='93.335' cx='691.17' cy='777.49' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='135.22' cx='489.52' cy='244.51' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='168.84' cx='943.23' cy='314.42' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='101.94' cx='1408.09' cy='311.01' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='137.54' cx='508.53' cy='153.46' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='49.145' cx='309.11' cy='329.34' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='79.875' cx='358.74' cy='442.8' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='95.415' cx='879.88' cy='219.91' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='56.57' cx='288.28' cy='36.61' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='139.93' cx='355.05' cy='401.67' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='68.155' cx='344.92' cy='46.06' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='151.375' cx='489.44' cy='245.3' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='75.11' cx='1106.28' cy='23.6' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='53.69' cx='1241.21' cy='488.98' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='68.155' cx='969.31' cy='111.55' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='158.035' cx='623.99' cy='94.93' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='86.065' cx='1382.4' cy='144.7' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='142.37' cx='182.94' cy='125.21' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='182.035' cx='73.94' cy='251.48' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='125.245' cx='1043.53' cy='253.45' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='133.815' cx='874.1' cy='204.67' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='64.72' cx='1104.54' cy='435.01' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='56.985' cx='960.36' cy='476.68' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='109.05' cx='653.8' cy='365.2' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='161.5' cx='596.3' cy='418.74' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='177.305' cx='1065.62' cy='391.63' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='78.855' cx='1154.48' cy='227.16' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='136.965' cx='181.06' cy='515.78' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='50.215' cx='1092.95' cy='195.61' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='83.01' cx='1373.35' cy='201.57' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='184.58' cx='895.19' cy='364.51' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='126.23' cx='700.96' cy='103.2' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='103.705' cx='975.57' cy='15.66' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='108.59' cx='463.72' cy='171.46' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='52.71' cx='427.33' cy='4.49' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='153.94' cx='241.5' cy='321.64' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='100.22' cx='1336.54' cy='550.68' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='104.08' cx='290.92' cy='258.76' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='148.165' cx='1358.03' cy='472.76' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='162.245' cx='1328.88' cy='280.3' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='104.465' cx='92.22' cy='136.38' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='180.47' cx='21.44' cy='200.72' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='185.845' cx='1127.43' cy='197.87' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='183.165' cx='505.1' cy='69.87' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='154.215' cx='1217.27' cy='528.8' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='167.75' cx='244.7' cy='265.5' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='62.145' cx='95.69' cy='16.29' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='141.605' cx='1280.41' cy='443.68' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='54.53' cx='1261.26' cy='294.73' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='109.575' cx='201.02' cy='409.83' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='107.17' cx='1157.71' cy='92.8' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='182.67' cx='31.19' cy='386.98' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='54.175' cx='91.29' cy='505.19' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='92.505' cx='459.22' cy='553.35' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='65.405' cx='183.19' cy='338.24' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='130.61' cx='50.61' cy='98.52' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='157.79' cx='845' cy='330.36' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='128.215' cx='836.95' cy='489.16' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='115.48' cx='754.58' cy='527.97' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='130.655' cx='1206.36' cy='94.03' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='60.94' cx='900.76' cy='206.49' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3ccircle r='114.725' cx='574.3' cy='449.27' stroke='%23365aa3' stroke-opacity='0.14' stroke-width='2'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1023'%3e%3crect width='1440' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); */
    }
    
    .page-title {
        position: relative;
        background-image: url('../images/coursepage.png');
    }
    
    .page-title img {
        max-width: 400px;
    }
    
    .page-title .overlay {
        background-color: #1b4a23eb;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    
    .page-title h1 {
        max-width: 500px;
        border-radius: 50px;
        padding: 10px;
        border: 2px solid #f7941d;
    }
    /*# sourceMappingURL=maps/style.css.map */