@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

h1, h2, i, strong{
	color: #36fec8;
}

p {
	color: white;
}

#module-details i::before{
    font-size: 25px;
}

.banner-hero {
background: #04f9c4; /* Old browsers */
background: -moz-linear-gradient(-45deg, #04f9c4 -1%, #2bb194 100%);
background: -webkit-linear-gradient(-45deg, #04f9c4 -1%,#2bb194 100%);
background: linear-gradient(135deg, #000000 30%,#2bb194 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04f9c4', endColorstr='#2bb194',GradientType=1 );
}

.dsme-green {
	color: #36fec8;
}

.dsme-bg-dark {
	background-color: #23282e;
}

.dsme-bg-dark2 {
	background-color: #16191d;
}

#banner-video h1 {
	color: white;
}

#banner-video {
    position: relative;
    height: 100vh;
    overflow: hidden
}

#banner-video>div:first-child {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    font: 0/0 a
}

#banner-video>div:first-child::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1ab394
}

#banner-video>div:first-child video,
#banner-video>div:first-child img {
    width: inherit;
    pointer-events: none;
    opacity: .6;
    mix-blend-mode: darken
}

#banner-video>div:first-child video {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease
}

#banner-video>div:first-child video.ready {
    opacity: .6
}

#banner-video>div:first-child video.ready+img {
    display: none
}

#banner-video>div:first-child img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

@media only screen and (max-width: 1024px) {
    #banner-video>div:first-child {
        bottom: 0
    }
    #banner-video>div:first-child video,
    #banner-video>div:first-child img {
        height: 100vh;
        width: auto
    }
}

@media only screen and (max-width: 479px) {
    #banner-video>div:first-child video,
    #banner-video>div:first-child img {
        margin-left: -100%
    }
}

@media only screen and (max-width: 380px) {
    #banner-video>div:first-child video,
    #banner-video>div:first-child img {
        margin-left: -120%
    }
}

#banner-video>div:last-child {
    position: relative;
    z-index: 2;
    height: 100%;
    color: #fff
}

#banner-video>div:last-child>div {
    position: absolute;
    bottom: 20%;
    left: 0
}

#banner-video>div:last-child>div h1 {
    margin: 0 0 30px;
    font-weight: 800;
    font-size: 42px
}

@media only screen and (max-width: 768px) {
    #banner-video>div:last-child>div {
        left: 15px;
        right: 15px;
        bottom: 15px
    }
    #banner-video>div:last-child>div h1 {
        font-size: 32px
    }
}

#dsme-player {
	background-color: #23282e;
}

#modules-selector div[data-aos] {
    padding: 80px 15px
}

#modules-selector div[data-aos]::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    content: '';
    transition: all 0.3s ease-out
}

#modules-selector div[data-aos] div {
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2
}

#modules-selector div[data-aos] div+.mdi {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 2;
    transition: all 0.3s ease-out;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    #modules-selector div[data-aos] div .mdi {
        font-size: 48px
    }
    #modules-selector div[data-aos] div h2 {
        font-size: 18px
    }
    #modules-selector div[data-aos] div h2 strong {
        display: block
    }
}

#modules-selector div[data-aos].active::before {
    background-color: #3a434d
}

#modules-selector div[data-aos].active div {
    margin-top: -15px;
    margin-bottom: 25px
}

#modules-selector div[data-aos].active div+.mdi {
    margin-top: 25px
}

#module-details {
    background-color: #16191d;
    font-size: 80%;
}

#module-details .container>div {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: flex;
    flex-flow: row wrap
}

#module-details .container>div.active {
    height: auto;
    overflow: hidden;
    opacity: 1;
    padding: 80px 0
}

#module-details .container>div div {
    width: 25%;
    padding: 0 15px
}

#module-details .container>div div:nth-child(n+5) {
    margin-top: 40px
}

@media only screen and (max-width: 768px) {
    #module-details .container>div div {
        width: 100%;
        margin-bottom: 40px
    }
}

#module-details+div {
    background-color: #23282e;
    color: #fff
}

#manager-section {
    max-height: 630px;
}

#manager-section .features-block>div:first-child {
    z-index: 1
}

#manager-section img {
    position: absolute;
    left: calc(100vw - (1170px / 2) - 741px);
    top: -20px;
    z-index: 0
}

@media only screen and (max-width: 1280px) {
    #manager-section img {
        left: calc(100vw - (1170px / 2) - 671px)
    }
}

@media only screen and (max-width: 1024px) {
    #manager-section img {
        left: calc(100vw - (1170px / 2) - 401px);
        top: 60px
    }
}

@media only screen and (max-width: 960px) {
    #manager-section {
        text-align: center
    }
    #manager-section div>p {
        text-align: justify;
        font-size: 2rem
    }
    #manager-section img {
        display: none
    }
}

#testimonials {
	color: white;
}

.pricing .panel {
    transition: transform .2s ease-out;
    will-change: transform
}

.pricing .panel:hover {
    transform: scale(1.05)
}

@media only screen and (max-width: 359px) {
    .pricing .container>.row button {
        margin-right: 0 !important;
        margin-bottom: 20px !important
    }
    .pricing .container>.row .btn {
        display: block;
        width: 100%
    }
}

#statistics {
    background-color: #28b18c;
    background-image: url("../img/word_map.png");
    background-repeat: no-repeat;
    background-position: center
    color: white;
	text-shadow: 1px 1px 2px #000000;
}

#statistics h2, i {
	color: white;
	text-shadow: 1px 1px 2px #000000;
}

@media only screen and (max-width: 991px) {
    #statistics div.font-64 {
        font-size: 48px !important
    }
}