/**************************************/
/************ General CSS *************/
/**************************************/

.handcenter{
    text-align: -webkit-center;
}
































  

/* my main part  */
.earth{
    margin-top: 200px;
    width: 300px;
    height: 300px;
    background-image: url(../img/1\ \(1\).jpg);
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: 700px 100%;
    box-shadow: inset 0px 0px 5px #FDFfF29E ,
                inset 30px 0px 50px #000 ;   
                animation: rotate 10s infinite linear;
    

}

@keyframes rotate {
    0%{
        background-position-x: 0px;

    }
    100%{
        background-position-x: 1000px ;
    }
}


#particles-js {
    height: 100vh;
    background-color: #000000; 
    /* position: absolute; */
    width: 100%;
  }
  
  .service-section {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* Text color */
  }
  
  .service-section h2 {
    font-size: 2em;
  }
  
  .service-section p {
    font-size: 1.2em;
  }
  
  .ask-for-service-btn {
    background-color: #1c1b1b; /* Green button color */
    color: #fff; /* Button text color */
    padding: 10px 20px;
    font-size: 1em;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .ask-for-service-btn:hover {
    background-color: #27ae60; /* Darker green on hover */
  }


 
/* #particles-js{
    width: 100%;
    height: 100%;
    /* position: absolute; */
    /* position: relative; */


body {
    color: #757575;
    font-family: 'Raleway', sans-serif;
    background: #ffffff;

}

a {
    color: #4F84C4;
    transition: 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    outline: none;
    text-decoration: none;
}

p {
    color: #757575;
    padding: 0;
    margin: 0 0 15px 0;
}

h1{
    font-weight: 700;
    color: transparent;
    margin: 0 0 15px 0;
    padding: 0;
    background: linear-gradient(to right, grey, rgb(255, 252, 252), rgb(97, 93, 93));
    -webkit-background-clip: text;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #666666;
    margin: 0 0 15px 0;
    padding: 0;
   
}





body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
  }
  

.mt-100 {
    margin-top: 100px;
}



/**************************************/
/********** Back to Top CSS ***********/
/**************************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #000000;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

/* back3deffct */




/* end */


/**************************************/
/************** Nav CSS ***************/
/**************************************/
#nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0;
    z-index: 999;
}

#nav.nav-sticky {
    height: 70px;
    padding: 8px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

#nav .navbar {
    height: 100%;
    background: transparent !important;
}

#nav .navbar-brand {
    padding: 0;
}

#nav .navbar-brand img {
    position: absolute;
    max-height: 40px;
    margin-top: -27px;
    transition: all .5s;
}

#nav.nav-sticky .navbar-brand img {
    position: absolute;
    max-height: 33px;
    margin-top: -25px;
    transition: all .5s;
}

#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
    color: #ffffff;
}

#nav .nav-link:hover,
#nav .nav-link.active {
    color: #4F84C4;
    background: #ffffff;
    transition: none;
}

#nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {
    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }
    
    #nav a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {   
    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }
    
    #nav a.nav-link {
        padding: 5px;
    }
    
    #nav .dropdown-menu {
        box-shadow: none;
    }
    
    #nav .container-fluid {
        padding: 0;
    }
}



/**************************************/
/************* Header CSS *************/
/**************************************/
.header {
    position: relative;
    width: 100%;
    background: #ffffff;
    margin-top: 100px;
}

.header .carousel-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header .carousel-img {
    text-align: center;
}

.header .carousel-img img {
    max-width: 100%;
    max-height: 100%;
}

.header .carousel-content {
    padding: 30px;
    text-align: center;
}

.header .carousel-content h2 {
    color: #4F84C4;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.header .carousel-content p {
    color: #353535;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.header .carousel-content .btn {
    padding: 12px 30px;
    color: #ffffff;
    border-radius: 0;
    background: #4F84C4;
}

.header .carousel-content .btn:hover {
    background: #888888;
}

/* .carousel-control-next i,
.carousel-control-prev i {
    color: #888888;
    font-size: 45px;
} */

.carousel-indicators li {
    width: 20px;
    height: 0px;
    background: #888888;
}



/**************************************/
/******** Section Header CSS **********/
/**************************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 60px auto;
    padding-bottom: 25px;
}

.section-header h2 {
    color: #666666;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

.section-header::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #cccccc;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-header p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}



/**************************************/
/********* About + Single CSS *********/
/**************************************/




.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}

.about .about-img img,
.single .single-img img {
    width: 100%;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 16px;
    font-weight: 500;
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #999999;
    border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
    background: #4F84C4;
}



/**************************************/
/************ Services CSS ************/
/**************************************/
.service {
    background: #ffffff;
    padding: 90px 0 60px 0;
    text-align: center;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-icon {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #000000;
}

.service .service-icon i {
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
}

.service .service-detail {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #f2f2f2;
}

.service .service-detail h4,
.service .service-detail h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.service .service-detail p {
    margin: 0;
}



/**************************************/
/********* Call To Action CSS *********/
/**************************************/
.call-to-action {
    position: relative;
    padding: 90px 0;
    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='1560' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 4%2c 7%2c 1)'%3e%3c/rect%3e%3cpath d='M-103.72 357.75L-103.72 357.75' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-103.72 357.75L60.17 367.8' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-103.72 357.75L-44.67 522.28' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-103.72 357.75L58.35 556.7' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-103.72 357.75L209.74 502.78' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-103.72 357.75L-90.28 707.87' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-103.72 357.75L248.11 352.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-44.67 522.28L-44.67 522.28' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-44.67 522.28L58.35 556.7' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-90.28 707.87L-90.28 707.87' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-90.28 707.87L76.68 673.15' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-90.28 707.87L-44.67 522.28' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.17 367.8L60.17 367.8' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.17 367.8L-44.67 522.28' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.17 367.8L248.11 352.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.17 367.8L58.35 556.7' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M60.17 367.8L209.74 502.78' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.35 556.7L58.35 556.7' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.35 556.7L76.68 673.15' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M58.35 556.7L209.74 502.78' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M76.68 673.15L76.68 673.15' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M76.68 673.15L227.02 642.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M76.68 673.15L-44.67 522.28' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M248.11 352.74L248.11 352.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M248.11 352.74L361.04 376.96' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M248.11 352.74L209.74 502.78' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M248.11 352.74L338.22 496.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M248.11 352.74L502.94 364.33' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.74 502.78L209.74 502.78' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.74 502.78L338.22 496.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M227.02 642.11L227.02 642.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M227.02 642.11L209.74 502.78' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M227.02 642.11L369.34 639.35' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M361.04 376.96L361.04 376.96' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M361.04 376.96L338.22 496.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.22 496.73L338.22 496.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.22 496.73L369.34 639.35' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.22 496.73L227.02 642.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M338.22 496.73L543.91 490.51' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M369.34 639.35L369.34 639.35' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M369.34 639.35L534.84 641.33' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M502.94 364.33L502.94 364.33' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M502.94 364.33L543.91 490.51' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.91 490.51L543.91 490.51' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.91 490.51L534.84 641.33' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M543.91 490.51L705.13 526.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M534.84 641.33L534.84 641.33' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M534.84 641.33L665.48 682.07' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M700.85 338.85L700.85 338.85' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M700.85 338.85L824.99 233.93' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M700.85 338.85L705.13 526.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.13 526.11L705.13 526.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.13 526.11L665.48 682.07' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.13 526.11L805.53 653.18' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.13 526.11L534.84 641.33' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.48 682.07L665.48 682.07' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.48 682.07L805.53 653.18' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.48 682.07L543.91 490.51' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.48 682.07L369.34 639.35' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M665.48 682.07L950.95 524.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M824.99 233.93L824.99 233.93' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M824.99 233.93L951.92 199.14' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M824.99 233.93L945.62 372.76' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M824.99 233.93L998.16 39.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M824.99 233.93L1091.87 229.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M824.99 233.93L705.13 526.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M805.53 653.18L805.53 653.18' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.27 -104.88L944.27 -104.88' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.27 -104.88L998.16 39.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.27 -104.88L1160.88 -78.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.27 -104.88L951.92 199.14' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.27 -104.88L1260.56 -50.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.27 -104.88L824.99 233.93' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M998.16 39.94L998.16 39.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M998.16 39.94L951.92 199.14' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M998.16 39.94L1160.88 -78.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M998.16 39.94L1091.87 229.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M951.92 199.14L951.92 199.14' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M951.92 199.14L1091.87 229.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.62 372.76L945.62 372.76' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.62 372.76L950.95 524.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.62 372.76L951.92 199.14' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.62 372.76L1091.87 229.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.62 372.76L1152.01 384.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.62 372.76L1144.66 506.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.95 524.73L950.95 524.73' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.95 524.73L805.53 653.18' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.95 524.73L1144.66 506.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.95 524.73L1152.01 384.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M950.95 524.73L705.13 526.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.88 -78.57L1160.88 -78.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1160.88 -78.57L1260.56 -50.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.87 229.94L1091.87 229.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.87 229.94L1152.01 384.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1152.01 384.74L1152.01 384.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1152.01 384.74L1243.85 338.39' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1152.01 384.74L1144.66 506.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1152.01 384.74L1291.72 498.01' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1152.01 384.74L1280.11 246.29' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.66 506.11L1144.66 506.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.66 506.11L1291.72 498.01' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1159.22 703.07L1159.22 703.07' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1159.22 703.07L1291.08 697.8' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1159.22 703.07L1144.66 506.11' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1159.22 703.07L1291.72 498.01' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1159.22 703.07L1414.28 683.67' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.56 -50.57L1260.56 -50.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.56 -50.57L1285.3 109.35' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1260.56 -50.57L1423.21 -77.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.3 109.35L1285.3 109.35' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.3 109.35L1406.74 55.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.3 109.35L1280.11 246.29' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1285.3 109.35L1421.05 231.46' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1280.11 246.29L1280.11 246.29' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1280.11 246.29L1243.85 338.39' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1280.11 246.29L1421.05 231.46' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1280.11 246.29L1091.87 229.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.85 338.39L1243.85 338.39' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1243.85 338.39L1291.72 498.01' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.72 498.01L1291.72 498.01' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.72 498.01L1408.65 531.63' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.08 697.8L1291.08 697.8' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.08 697.8L1414.28 683.67' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.21 -77.94L1423.21 -77.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.21 -77.94L1406.74 55.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1406.74 55.74L1406.74 55.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1406.74 55.74L1421.05 231.46' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1406.74 55.74L1260.56 -50.57' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1406.74 55.74L1600.02 105.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.05 231.46L1421.05 231.46' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.05 231.46L1447.2 371.69' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1421.05 231.46L1584.59 252.25' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.2 371.69L1447.2 371.69' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.2 371.69L1408.65 531.63' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.2 371.69L1584.59 252.25' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.2 371.69L1581.94 499.12' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.2 371.69L1291.72 498.01' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1447.2 371.69L1243.85 338.39' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.65 531.63L1408.65 531.63' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.65 531.63L1414.28 683.67' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.65 531.63L1581.94 499.12' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1408.65 531.63L1291.08 697.8' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1414.28 683.67L1414.28 683.67' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1600.02 105.74L1600.02 105.74' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1600.02 105.74L1584.59 252.25' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1600.02 105.74L1421.05 231.46' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1600.02 105.74L1423.21 -77.94' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.59 252.25L1584.59 252.25' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.94 499.12L1581.94 499.12' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.94 499.12L1587.64 681.27' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.94 499.12L1584.59 252.25' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.64 681.27L1587.64 681.27' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.64 681.27L1414.28 683.67' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.64 681.27L1408.65 531.63' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.64 681.27L1291.08 697.8' stroke='rgba(101%2c 105%2c 112%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-103.72' cy='357.75' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-44.67' cy='522.28' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-90.28' cy='707.87' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='60.17' cy='367.8' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='58.35' cy='556.7' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='76.68' cy='673.15' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='248.11' cy='352.74' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='209.74' cy='502.78' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='227.02' cy='642.11' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='361.04' cy='376.96' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='338.22' cy='496.73' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='369.34' cy='639.35' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='502.94' cy='364.33' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='543.91' cy='490.51' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='534.84' cy='641.33' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='700.85' cy='338.85' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='705.13' cy='526.11' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='665.48' cy='682.07' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='824.99' cy='233.93' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='805.53' cy='653.18' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='944.27' cy='-104.88' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='998.16' cy='39.94' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='951.92' cy='199.14' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='945.62' cy='372.76' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='950.95' cy='524.73' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1160.88' cy='-78.57' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1091.87' cy='229.94' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1152.01' cy='384.74' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1144.66' cy='506.11' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1159.22' cy='703.07' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1260.56' cy='-50.57' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1285.3' cy='109.35' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1280.11' cy='246.29' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1243.85' cy='338.39' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1291.72' cy='498.01' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1291.08' cy='697.8' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1423.21' cy='-77.94' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1406.74' cy='55.74' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1421.05' cy='231.46' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1447.2' cy='371.69' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1408.65' cy='531.63' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1414.28' cy='683.67' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1600.02' cy='105.74' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1584.59' cy='252.25' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1581.94' cy='499.12' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1587.64' cy='681.27' fill='rgba(101%2c 105%2c 112%2c 1)'%3e%3c/circle%3e%3cpath d='M693.45 388.62L693.45 388.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.45 388.62L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.45 388.62L846.63 410.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M693.45 388.62L555.22 552.41' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.68 701.78L661.68 701.78' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.68 701.78L547.66 680.69' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.68 701.78L820.79 690.73' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.68 701.78L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L858.23 536.54' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L846.63 410.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L820.79 690.73' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L945.17 384.58' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L996.32 674.7' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M858.23 536.54L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.43 226.5L1100.43 226.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.43 226.5L1096.82 355.94' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.43 226.5L1296.84 233.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.68 405.92L1303.68 405.92' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.68 405.92L1298.17 509.35' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.68 405.92L1452.85 380.45' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.68 405.92L1393.52 546.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1298.17 509.35L1298.17 509.35' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1298.17 509.35L1393.52 546.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1298.17 509.35L1246.05 647.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1298.17 509.35L1135 549.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1298.17 509.35L1452.85 380.45' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.38 55.24L1392.38 55.24' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.38 55.24L1306.45 83.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.38 55.24L1422.94 -74.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.38 55.24L1401.41 203.54' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.38 55.24L1553.83 106.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.38 55.24L1538.45 -77.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.41 203.54L1401.41 203.54' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.41 203.54L1296.84 233.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.41 203.54L1306.45 83.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.41 203.54L1553.83 106.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.41 203.54L1452.85 380.45' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.04 221.65L1587.04 221.65' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.04 221.65L1553.83 106.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.04 221.65L1546.18 355.98' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.04 221.65L1401.41 203.54' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1587.04 221.65L1452.85 380.45' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 683.79L1606.56 683.79' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 683.79L1578.31 560.24' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 683.79L1393.52 546.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1606.56 683.79L1546.18 355.98' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L-63.02 546.83' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L43.93 528.14' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L-50.12 676.94' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L106.84 666.57' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L216.2 517.27' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L197.76 688.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-63.02 546.83L343.22 659.65' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-50.12 676.94L-50.12 676.94' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-50.12 676.94L106.84 666.57' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-50.12 676.94L43.93 528.14' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-50.12 676.94L197.76 688.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.93 528.14L43.93 528.14' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.93 528.14L106.84 666.57' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.93 528.14L216.2 517.27' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.93 528.14L197.76 688.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M106.84 666.57L106.84 666.57' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M106.84 666.57L197.76 688.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M216.2 517.27L216.2 517.27' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M216.2 517.27L197.76 688.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M216.2 517.27L106.84 666.57' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.76 688.62L197.76 688.62' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.76 688.62L343.22 659.65' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M407.16 498.48L407.16 498.48' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M407.16 498.48L555.22 552.41' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M407.16 498.48L343.22 659.65' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M407.16 498.48L216.2 517.27' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M407.16 498.48L547.66 680.69' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M343.22 659.65L343.22 659.65' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M343.22 659.65L216.2 517.27' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M343.22 659.65L547.66 680.69' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M343.22 659.65L106.84 666.57' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.22 552.41L555.22 552.41' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.22 552.41L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.22 552.41L547.66 680.69' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M547.66 680.69L547.66 680.69' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M547.66 680.69L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M654.09 535.36L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M846.63 410.09L846.63 410.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M846.63 410.09L945.17 384.58' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M846.63 410.09L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M846.63 410.09L654.09 535.36' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.79 690.73L820.79 690.73' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.79 690.73L996.32 674.7' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.79 690.73L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.17 384.58L945.17 384.58' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.17 384.58L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.17 384.58L1096.82 355.94' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M949.3 518.64L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M949.3 518.64L996.32 674.7' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M949.3 518.64L1135 549.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.32 674.7L996.32 674.7' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.32 674.7L1091.84 687.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M996.32 674.7L1135 549.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.44 -46.19L1162.44 -46.19' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.44 -46.19L1255.12 -90.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.82 355.94L1096.82 355.94' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.82 355.94L1135 549.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.82 355.94L1303.68 405.92' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.82 355.94L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.82 355.94L1296.84 233.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1135 549.04L1135 549.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1135 549.04L1091.84 687.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1135 549.04L1246.05 647.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.84 687.5L1091.84 687.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.84 687.5L1246.05 647.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.84 687.5L949.3 518.64' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.84 687.5L820.79 690.73' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.12 -90.67L1255.12 -90.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.12 -90.67L1422.94 -74.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1255.12 -90.67L1306.45 83.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.45 83.04L1306.45 83.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.45 83.04L1296.84 233.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.45 83.04L1162.44 -46.19' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1306.45 83.04L1422.94 -74.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1296.84 233.61L1296.84 233.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1296.84 233.61L1303.68 405.92' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.05 647.5L1246.05 647.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.94 -74.67L1422.94 -74.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1422.94 -74.67L1538.45 -77.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.85 380.45L1452.85 380.45' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.85 380.45L1546.18 355.98' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.85 380.45L1393.52 546.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.52 546.61L1393.52 546.61' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.52 546.61L1246.05 647.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.52 546.61L1578.31 560.24' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.52 546.61L1546.18 355.98' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.45 -77.5L1538.45 -77.5' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.45 -77.5L1553.83 106.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.45 -77.5L1306.45 83.04' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.45 -77.5L1255.12 -90.67' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.45 -77.5L1587.04 221.65' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1553.83 106.09L1553.83 106.09' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1546.18 355.98L1546.18 355.98' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1546.18 355.98L1578.31 560.24' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1546.18 355.98L1401.41 203.54' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1578.31 560.24L1578.31 560.24' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1578.31 560.24L1452.85 380.45' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1578.31 560.24L1298.17 509.35' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1578.31 560.24L1303.68 405.92' stroke='hsl(228%2c 11.9%25%2c 64.2%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='693.45' cy='388.62' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='661.68' cy='701.78' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='858.23' cy='536.54' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1100.43' cy='226.5' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1303.68' cy='405.92' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1298.17' cy='509.35' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1392.38' cy='55.24' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1401.41' cy='203.54' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1587.04' cy='221.65' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1606.56' cy='683.79' fill='url(%26quot%3b%23SvgjsRadialGradient1001%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-63.02' cy='546.83' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='-50.12' cy='676.94' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='43.93' cy='528.14' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='106.84' cy='666.57' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='216.2' cy='517.27' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='197.76' cy='688.62' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='407.16' cy='498.48' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='343.22' cy='659.65' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='555.22' cy='552.41' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='547.66' cy='680.69' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='654.09' cy='535.36' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='846.63' cy='410.09' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='820.79' cy='690.73' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='945.17' cy='384.58' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='949.3' cy='518.64' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='996.32' cy='674.7' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1162.44' cy='-46.19' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1096.82' cy='355.94' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1135' cy='549.04' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1091.84' cy='687.5' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1255.12' cy='-90.67' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1306.45' cy='83.04' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1296.84' cy='233.61' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1246.05' cy='647.5' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1422.94' cy='-74.67' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1452.85' cy='380.45' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1393.52' cy='546.61' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1538.45' cy='-77.5' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1553.83' cy='106.09' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1546.18' cy='355.98' fill='%23b7bac6'%3e%3c/circle%3e%3ccircle r='5' cx='1578.31' cy='560.24' fill='%23b7bac6'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1001'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(111%2c 117%2c 141%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(111%2c 117%2c 141%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
    
}

.call-to-action .container {
    max-width: 700px;
   
}

.call-to-action .section-header h2 {
    color: #ffffff;
}

.call-to-action .section-header::before {
    background: #ffffff;
}

.call-to-action .section-header p {
    color: #ffffff;
}

.call-to-action .btn {
    padding: 15px 30px;
    color: #4F84C4;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 0;
    transition: 0.3s;
}

.call-to-action .btn:hover {
    color: #ffffff;
    background: #353535;
}



/**************************************/
/************* Pricing CSS ************/
/**************************************/
.pricing {
    background: #f2f2f2;
    padding: 90px 0 60px 0;
}

.pricing .price-content {
    position: relative;
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.pricing .price-plan {
    display: block;
    background: #353535;
    margin: 0 0 30px;
    padding: 20px 0;
}

.pricing .price-plan i {
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
}

.pricing .price-title {
    display: block;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.pricing .price-amount {
    position: relative;
    font-family: 'Arial, Helvetica', sans-serif;
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.pricing .price-amount span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: lowercase;
}

.pricing .price-amount span:first-child {
    position: relative;
    top: -27px;
    left: -5px;
}

.pricing .price-date {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom:0;
}

.pricing .price-details {
    font-size: 16px;
    list-style: none;
    text-align: left;
}

.pricing .price-details li {
    padding: 5px 0;
}

.pricing .price-details li i.ion-md-checkmark {
    color: #4F84C4;
    margin-right: 8px;
}

.pricing .price-details li i.ion-md-close {
    color: #ea4335;
    margin-right: 10px;
}

.pricing .btn {
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.pricing .price-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #353535;
    color: #ffffff;
}

.pricing .price-btn:hover {
    background: #4F84C4;
}

.pricing .features-price-btn {
    background: #4F84C4;
}

.pricing .features-price-btn:hover {
    background: #353535;
}

.pricing .features-price .price-plan {
    background: #4F84C4;
}

.pricing .features-price .price-plan p{
    color:#FFFFFF;
}

.pricing .features-price .price-plan .price-amount, 
.pricing .features-price .price-plan .price-amount span {
    color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
    color:#ffffff;
}



/**************************************/
/*********** Our Skills CSS ***********/
/**************************************/
.skills {
    position: relative;
    padding: 90px 0 60px 0;
}

.skills .skill-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.skills .skill-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 15px;
}

.skills .skill-name {
    position: relative;
    width: 100%;
}

.skills .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.skills .skill-name p:last-child {
    float: right;
}

.skills .progress {
    margin-bottom: 15px;
    border-radius: 0;
}

.skills .progress .progress-bar {
    background: #4F84C4;
    border-radius: 0;
}



/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #4F84C4;
}

.counters i {
    display: inline-block;
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.counters h2 {
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
}

.counters p {
    font-size: 22px;
    color: #ffffff;
}



/**************************************/
/************ Portfolio CSS ***********/
/**************************************/
.portfolio {
    position: relative;
    padding: 90px 0 60px 0;
    /* background: #f2f2f2; */
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img {
    position: relative;
    background: #000000;
    overflow: hidden;
    
}

.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
    position: absolute;
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    background: #4F84C4;
    border: 1px solid #ffffff;
    transition: 0.3s;
    opacity: 0;
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
    font-size: 22px;
    color: #ffffff;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
    background: #ffffff;
    border: 1px solid #4F84C4;
}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
    color: #353535;
}

.portfolio .portfolio-item .link-preview {
    left: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
    right: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
    opacity: 1;
    left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
    opacity: 1;
    right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.portfolio .portfolio-item .portfolio-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}



/**************************************/
/************** Team CSS **************/
/**************************************/
.team {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

.team .team-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-item .team-img {
    position: relative;
    background: #000000;
    overflow: hidden;
    
}

.team .team-item .team-social {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}

.team .team-item .team-social a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #4F84C4;
    border: 1px solid #ffffff;
}

.team .team-item .team-social a i {
    font-size: 22px;
    color: #ffffff;
}

.team .team-item .team-social a:hover {
    background: #ffffff;
    border: 1px solid #4F84C4;
}

.team .team-item .team-social a:hover i {
    color: #353535;
}

.team .team-item:hover .team-social {
    opacity: 1;
    top: calc(50% - 18px);
}

.team .team-item .team-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #f2f2f2;
}

.team .team-item .team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team .team-item .team-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}



/**************************************/
/*********** Testimonials CSS *********/
/**************************************/
.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
}

.testimonials .testimonial-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #4F84C4;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}



/**************************************/
/************* Clients CSS ************/
/**************************************/
.clients {
    position: relative;
    padding: 90px 0;
    background-image: url(../img/backearth.jpg);
}

.clients .section-header p {
    padding-bottom: 10px;
}

.owl-carousel{
margin-top: -45px;


}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients img:hover {
    opacity: .5;
}

/* .clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #4F84C4;
} */



/**************************************/
/************* Contact CSS ************/
/**************************************/
.contact {
    
    position: relative;
    padding: 90px 0;
    /* background: #f2f2f2; */
}

.contact .container {
    max-width: 900px;
}

.contact .container .col-md-6 {
    padding: 0;
    background: #ffffff;
}

.contact .form {
    background: #ffffff;
    padding: 30px;
    color: #353535;
}

.contact .form input,
.contact .form textarea {
    padding: 10px 0;
    border-color: #dddddd transparent #dddddd transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #4F84C4 transparent #4F84C4 transparent;
}

.contact .form button[type="submit"] {
    color: #ffffff;
    background: #888888;
    border-radius: 0;
}

.contact .form button[type="submit"]:hover {
    background: #4F84C4;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -7px;
}



/**************************************/
/************* Footer CSS *************/
/**************************************/
.footer {
    
    position: relative;
    padding: 0 0 30px 0;
    background: #000000;
}

.footer .footer-top {
    
    /* background: #222222; */
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #4F84C4;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #4F84C4;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #4F84C4;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: #4F84C4;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #4F84C4;
    border: 1px solid #4F84C4;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }
    
    .footer .copyright {
        text-align: left;
    }
}

