/*HTML*/
html {
  scroll-behavior: smooth;
}
/*Spacing*/
.pb-0,
.py-0{
    padding-bottom: 0 !important;
}
.pt-0,
.py-0{
    padding-top: 0 !important;
}
.pt-60{
    padding-top: 60px;
}
.mb-60-i{
    margin-bottom: -60px !important;
}
.bg-lightgray{
    background-color: #f2f2f2;
}
/*Sections*/
.di_section{
    padding: 120px 0;
    color: #666;
    line-height: 1.5;
    font-size: 20px;
    position: relative;
}
.di_section .row-fluid{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.di_section h1, .di_section h2, .di_section h3, .di_section h4, .di_section h5, .di_section h6{
    color: #000;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 45px;
}
.di_section h2{
    font-size: 36px;
}
.di_section h3{
    font-size: 26px;
}
.di_section h4{
    font-size: 22px;
}
.di_section .zen-container{
    position: relative;
}
.di_section .di_zencontent{
    position: relative;
    z-index: 1;
}
.di_section .di_zencontent p{
    line-height: 1.5;
}
.di_section .di_zencontent p:last-child{
    margin-bottom: 0;
}
.di_section .di_zencontent ul{
    margin-bottom: 20px;
}
.di_section.smart-management .di_zencontent p{
    max-width: 500px;
}
.di_section .di_zencontent .di_zenbuttons{
    margin-top: 45px;
}
.di_section .netmdp-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    color: #000;
    font-size: 18px;
    border-radius: 8px;
    background-color: #30ebf7;
    border-color: #30ebf7;
    border-width: 1px;
}
.di_section .netmdp-btn:hover{
    color: #000;
    border-width: 1px;
    border-color: #26d6e3;
    background-color: #26d6e3;
}
.di_section .netmdp-btn svg{
    width: 20px;
    height: 20px;
}
.di_section .di_subheader{  
    text-align: center;
}
.di_section .di_zenimage{
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.08);
}
/*Dotted background*/
.dotted-background {
    width: 100%;
    max-width: 410px;
    height: 100%;
    background-size: 20px 20px;
    background-position: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cellipse rx=%271.5%27 ry=%271.5%27 cx=%272%27 cy=%272%27 fill=%27%23E6E6E6%27/%3E%3C/svg%3E");
}
.di_section.smart-management .dotted-background {
    max-width: 800px;
    height: 200px;
}
.di_section.smart-management .dotted-background.bottom{
    top: initial;
    bottom: 0;
}
/*Featured Boxes*/
.di_section .di_zenbox{
    position: relative;
    border-radius: 14px;
    padding: 40px 30px;
    overflow: hidden;
    background-color: #000;
    min-height: 220px;
    z-index: 1;
}
.di_section .di_zenbox h4, .di_section .di_zenbox p{
    position: relative;
    color: #fff;
    z-index: 1;
}
.di_section .di_zenbox h4{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.di_section .di_zenbox p{
    font-size: 15px;
    margin-bottom: 0;
}
.di-container-featured .gradient-bg__gradient--1,
.di_zenbox-gradient .span4:nth-child(1) .gradient-bg__gradient--1 {
    animation: moveVertical 32s ease-in-out infinite
}
.di-container-featured .gradient-bg__gradient--2,
.di_zenbox-gradient .span4:nth-child(1) .gradient-bg__gradient--2 {
    animation: moveDiagonal 28s linear infinite
}
.di-container-featured .gradient-bg__gradient--3,
.di_zenbox-gradient .span4:nth-child(1) .gradient-bg__gradient--3 {
    animation: moveHorizontal 24s ease infinite
}
.di-container-featured .gradient-bg__gradient--4,
.di_zenbox-gradient .span4:nth-child(1) .gradient-bg__gradient--4 {
    animation: moveInCircle 24s ease infinite
}
.di_zenbox-gradient .span4:nth-child(2) .gradient-bg__gradient--1 {
    animation: moveDiagonal 28s ease-in-out infinite
}
.di_zenbox-gradient .span4:nth-child(2) .gradient-bg__gradient--2 {
    animation: moveHorizontal 32s linear infinite
}
.di_zenbox-gradient .span4:nth-child(2) .gradient-bg__gradient--3 {
    animation: moveInCircle 24s ease infinite
}
.di_zenbox-gradient .span4:nth-child(2) .gradient-bg__gradient--4 {
    animation: moveInCircle 30s ease infinite
}
.di_zenbox-gradient .span4:nth-child(3) .gradient-bg__gradient--1 {
    animation: moveVertical 24s ease-in-out infinite
}
.di_zenbox-gradient .span4:nth-child(3) .gradient-bg__gradient--2 {
    animation: moveDiagonal 28s ease infinite
}
.di_zenbox-gradient .span4:nth-child(3) .gradient-bg__gradient--3 {
    animation: moveHorizontal 32s linear infinite
}
.di_zenbox-gradient .span4:nth-child(3) .gradient-bg__gradient--4 {
    animation: moveInCircle 38s ease infinite
}
.gradient-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(40deg, rgb(38, 214, 227), rgb(18, 0, 35));
    top: 0;
    left: 0
}
.gradient-bg__filter {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    filter: blur(10px);
    transform: translate3d(0, 0, 0)
}
.gradient-bg__gradient--1 {
    position: absolute;
    background: radial-gradient(circle at center, rgb(38, 214, 227, 0.6), rgba(80, 109, 240, 0) 46%) no-repeat;
    mix-blend-mode: hard-light;
    width: 800px;
    height: 800px;
    top: calc(50% - 800px/2 + 25%);
    left: calc(50% - 800px/2 + 44%);
    transform-origin: calc(50% - 80px)
}
.di-container-featured .gradient-bg__gradient--1{
    left: calc(40% - 800px/2 + 44%);
}
.gradient-bg__gradient--2 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(14, 160, 200, 0.599) 0, rgba(90, 220, 250, 0) 43%) no-repeat;
    mix-blend-mode: hard-light;
    width: 800px;
    height: 800px;
    top: calc(50% - 800px/2 + 0);
    left: calc(50% - 800px/2 + 33%);
    transform-origin: calc(50% - 60px)
}
.di-container-featured .gradient-bg__gradient--2{
    left: calc(40% - 800px/2 + 33%);
}
.gradient-bg__gradient--3 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(80, 240, 189, 0.6) 0, rgba(80, 109, 240, 0) 45%) no-repeat;
    mix-blend-mode: hard-light;
    width: 800px;
    height: 800px;
    top: calc(50% - 800px/2 - 25px);
    left: calc(50% - 800px/2 + 55%);
    transform-origin: calc(50% + 60px)
}
.di-container-featured .gradient-bg__gradient--3{
    left: calc(40% - 800px/2 + 55%);
}
.gradient-bg__gradient--4 {
    position: absolute;
    background: radial-gradient(circle at center, rgba(4, 178, 222, 0.702) 0, rgba(30, 48, 180, 0) 42%) no-repeat;
    mix-blend-mode: hard-light;
    width: 800px;
    height: 800px;
    top: calc(50% - 800px/2 + 22%);
    left: calc(50% - 800px/2 + 44%);
    transform-origin: calc(50% - 70px)
}
.di-container-featured .gradient-bg__gradient--4{
    left: calc(40% - 800px/2 + 44%);
}
@keyframes moveInCircle {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes moveVertical {
    0% {
        transform: translateY(-50%)
    }
    50% {
        transform: translateY(50%)
    }
    100% {
        transform: translateY(-50%)
    }
}
@keyframes moveHorizontal {
    0% {
        transform: translateX(-50%) translateY(-20%)
    }
    50% {
        transform: translateX(50%) translateY(20%)
    }
    100% {
        transform: translateX(-50%) translateY(-20%)
    }
}
@keyframes moveDiagonal {
    0% {
        transform: translateX(-30%) translateY(50%)
    }
    50% {
        transform: translateX(30%) translateY(-50%)
    }
    100% {
        transform: translateX(-30%) translateY(50%)
    }
}
/*Benefits*/
.di_zenbenefits .di_zenimage{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.di_zenbenefits .di_zencontent{
    background-color: #fff;
    padding: 30px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.di_zenbenefits .di_zencontent h4{
    margin-bottom: 15px;
}
/*Featured container*/
.di_section .di-container-featured{
    background-color: #000;
    border-radius: 14px;
    color: #fff;
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
}
.di_section .di-container-featured h2, .di_section .di-container-featured p{
    color: #fff;
}
.di_section .di-container-featured h2 span{
    color: #30ebf7;
}
/*Video*/
.di_zenvideo{
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    margin: 30px auto 0;
    border-radius: 14px;
    box-shadow: 0 0 15px #30ebf7, 0 0 40px rgba(48, 235, 247, 0.5), 0 0 70px rgba(48, 235, 247, 0.2);
}
.di_zenvideo video{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Footer*/
#bottomrow .widget-area .wpcf7-form{
    padding-top: 1rem;
    margin-bottom: 0;
}
#bottomrow .widget-area .zen-container .span8.offset2{
    width: 100% !important;
    margin-left: 0 !important;
}
#bottomrow .widget-area .wpcf7-form .row-fluid p{
    margin-bottom: 15px;
}
#bottomrow .widget-area .wpcf7-form label{
    text-shadow: initial;
}
#bottomrow .widget-area .wpcf7-form .row-fluid .wpcf7-form-control-wrap input[type="text"],
#bottomrow .widget-area .wpcf7-form .row-fluid .wpcf7-form-control-wrap input[type="email"],
#bottomrow .widget-area .wpcf7-form .row-fluid .wpcf7-form-control-wrap textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
}
#bottomrow .widget-area .contact-methods{
    padding-top: 30px;
}
#bottomrow .widget-area .contact-methods .contact-btn,
#bottomrow .widget-area .zen-container .wpcf7-form-control.wpcf7-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12.5px 15px;
    background-color: #222;
    border: 3px solid #e67715 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    text-shadow: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    position: relative;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all .4s ease;
}
#bottomrow .widget-area .zen-container .wpcf7-form-control.wpcf7-submit:hover{
    background-color: #e67715;
}
#bottomrow .widget-area .contact-methods .contact-btn:not(:last-child){
    margin-bottom: 35px;
}
/*Responsive*/
@media (min-width: 992px){
    .di_section h2{
        font-size: 42px;
    }
    .di_section h3{
        font-size: 32px;
    }
    .di_section.smart-management h2{
        font-size: 32px;
    }
    .di_zenvideo{
        max-width: 600px;
        margin-top: 0;
    }
    .di_section .di-container-featured{
        padding: 60px;
    }
}
@media (max-width: 991px){
    .di_section .row-fluid.row-reverse-resp{
        flex-direction: column-reverse;
    }
    .di_section .row-fluid .span4,
    .di_section .row-fluid .span6,
    #bottomrow .row-fluid .widget-area{
        width: 100%;
        margin-left: 0;
    }
    .di_section .row-fluid .di_zenimage{
        margin-bottom: 30px;
    }
}
@media (max-width: 880px){
    .row-fluid.di_zenbox-gradient .span4{
        width: 100%;
        margin-left: 0;
    }
    .row-fluid.di_zenbox-gradient .span4:not(:last-child){
        margin-bottom: 30px;
    }
    .di_section .di_zenbox{
        min-height: 280px;
    }
    .mt-80-sm{
        margin-top: 80px;
    }
}