@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chivo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');

body {
    background-attachment: fixed !important;
}

.sitelogo {
    width: 100%;
    height: auto;
    font-family: 'Chivo', sans-serif;
    font-weight: 400
}

.sitelogotext {
    fill: none;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-dasharray: 70px;
    stroke-dashoffset: 0;
    -webkit-animation: stroke 6s linear infinite;
    -moz-animation: stroke 6s linear infinite;
    animation: stroke 6s linear infinite;
    font-size: 4em;
    text-transform: uppercase
}

.sitelogotext:nth-child(5n+1) {
    stroke: #009de1;
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sitelogotext:nth-child(5n+2) {
    stroke: #CBFC01;
    -webkit-animation-delay: -2.4s;
    -moz-animation-delay: -2.4s;
    animation-delay: -2.4s
}

.sitelogotext:nth-child(5n+3) {
    stroke: #ff0;
    -webkit-animation-delay: -3.6s;
    -moz-animation-delay: -3.6s;
    animation-delay: -3.6s
}

.sitelogotext:nth-child(5n+4) {
    stroke: #CBFC01;
    -webkit-animation-delay: -4.8s;
    -moz-animation-delay: -4.8s;
    animation-delay: -4.8s
}

.text:nth-child(5n+5) {
    stroke: #3aa1bf;
    -webkit-animation-delay: -6s;
    -moz-animation-delay: -6s;
    animation-delay: -6s
}

@-webkit-keyframes stroke {
    to {
        stroke-dashoffset: -400
    }
}

@-moz-keyframes stroke {
    to {
        stroke-dashoffset: -400
    }
}

@keyframes stroke {
    to {
        stroke-dashoffset: -400
    }
}

.download-links-div img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: #CBFC01
}

::-webkit-selection {
    color: #fff;
    background: #CBFC01
}

::selection {
    color: #fff;
    background: #CBFC01
}

body,
html {
    font-family: 'Chivo', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    background: #000;
    color: #fff
}

a {
    color: #CBFC01;
    text-decoration: underline;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all
}

img,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.head-search .search-form {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    z-index: 0;
}

.head-search input.search-field {
    border: none;
    padding: 13px 15px;
    padding-right: 90px;
}

/* .mobile-ads-img {
    display: none;
} */

.navbar-brand {
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.end-txt {
    position: absolute;
    right: 10px;
    bottom: -15px;
    color: #CBFC01;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.site-main article.post figure {
    position: relative;
}

.site-main article.post figure .video-label {
    position: absolute;
    right: 0;
    z-index: 1;
    background: #00d0ff;
    background: -moz-linear-gradient(left, #00d0ff 0%, #CBFC01 100%);
    background: -webkit-linear-gradient(left, #00d0ff 0%, #CBFC01 100%);
    background: linear-gradient(to right, #00d0ff 0%, #CBFC01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d0ff', endColorstr='#CBFC01', GradientType=1);
    color: #000;
    padding: 3px 10px;
    top: 14px;
    font-size: 14px;
}

.video-icon {
    position: absolute;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
    background: rgb(0 0 0 / 55%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
}

.video-icon svg {
    width: 70px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.video-icon svg path {
    stroke: #fff;
    stroke-width: 1.5px;
}

.site-main article.post figure:hover .video-icon {
    opacity: 1;
    visibility: visible;
}

.single-service-content figure .post-thumbnail {
    display: inline-block;
    position: relative;
}

.single-service-content figure .video-label {
    position: absolute;
    right: 0;
    z-index: 1;
    background: #00d0ff;
    background: -moz-linear-gradient(left, #00d0ff 0%, #CBFC01 100%);
    background: -webkit-linear-gradient(left, #00d0ff 0%, #CBFC01 100%);
    background: linear-gradient(to right, #00d0ff 0%, #CBFC01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d0ff', endColorstr='#CBFC01', GradientType=1);
    color: #000;
    padding: 3px 10px;
    top: 14px;
    font-size: 16px;
}

.call-action {
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    z-index: 9999;
    background: -webkit-gradient(linear, right top, left top, from(#ca85ca), color-stop(#e54e7e), color-stop(#607ec7), color-stop(#46c49c), to(#f4b23f));
    background: -webkit-linear-gradient(right, #ca85ca, #e54e7e, #607ec7, #46c49c, #f4b23f);
    background: -o-linear-gradient(right, #ca85ca, #e54e7e, #607ec7, #46c49c, #f4b23f);
    background: linear-gradient(270deg, #ca85ca, #e54e7e, #607ec7, #46c49c, #f4b23f);
    background-size: 1000% 1000%;
    -webkit-animation: btnbganim 30s infinite;
    animation: btnbganim 30s infinite;
    color: #000 !important;
    font-size: 16px;
    z-index: 999;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 600;
}

.call-action i {
    margin-left: 10px;
}

.site-main article.post figure {
    box-shadow: none;
    background: linear-gradient(#222, #222), linear-gradient(to right, #ca4747, #f4c922);
    background-repeat: repeat, repeat;
    background-origin: padding-box, padding-box;
    background-origin: padding-box, border-box;
    background-repeat: no-repeat;
    border: 4px solid transparent;
}

.single-service-content>h1,
.movie-title {
    background: #00d0ff;
    background: -moz-linear-gradient(left, #00d0ff 0%, #CBFC01 100%);
    background: -webkit-linear-gradient(left, #00d0ff 0%, #CBFC01 100%);
    background: linear-gradient(to right, #00d0ff 0%, #CBFC01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d0ff', endColorstr='#CBFC01', GradientType=1);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.download-links-div h4,
.site-main article.post .entry-title {
    font-weight: 500;
}

.maintenance-txt {
    text-align: center;
    color: #fff;
    background: red;
    padding: 13px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

div#Adoxen-25100>div>div,
div#Adoxen-25101>div>div,
div#Adoxen-25102>div {
    opacity: 0;
    visibility: hidden;
}

.download-actions {
    position: relative;
    overflow: hidden;
}

.wp-video {
    width: 100% !important;
}

.head-search {
    position: relative;
    z-index: 0;
}

.search_result {
    display: none;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 12px;
    max-height: 250px;
    overflow: auto;
}

.head-search input.search-field {
    border-radius: 10px;
    height: 44px;
}

.head-search .search-submit {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    line-height: 25px;
    background: #CBFC01;
    font-weight: 600;
    padding: 4px 10px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    min-width: 100px;
    font-family: inherit;
    height: 44px;
    top: 0;
}

.search_result ul {
    margin: 0;
    padding: 0;
}

.search_result ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    color: #000;
}

.search_result ul li:last-child {
    margin-bottom: 0px;
}

.search_result ul li a img {
    width: 90px;
    height: 80px;
    object-fit: cover;
    object-position: center center;
    margin-right: 10px;
    position: absolute;
    max-width: none;
    left: 0;
    top: 0;
}

.search_result ul li a h6 {
    font-size: inherit;
    margin: 0;
}

.search_result ul li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 100px;
    min-height: 80px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

iframe[height="250"] {
    height: 250px;
}

.iframe-ad iframe {
    transform: translateY(-50%) scale(1.8);
    -webkit-transform: translateY(-50%) scale(1.8);
}

body,
html {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.alert-msg {
    background: red;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.alert-msg strong {
    color: #fff;
    font-size: 23px;
    display: block;
    text-align: center;
}

@media (min-width: 1560px) {
    .left-ads {
        position: fixed;
        left: 20px;
        top: 50%;
        z-index: 9;
        transform: translateY(-50%);
    }

    .right-ads {
        position: fixed;
        right: 20px;
        top: 50%;
        z-index: 9;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    /* .desktop-ads-img,
    .desktop-ads-link {
        display: none;
    } */

    .search_result ul li a {
        font-size: 14px;
    }

    /* .mobile-ads-img {
        display: inline-block;
    }

    .mobile-ads-link {
        display: inline-block;
    } */

    .main-navigation {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    .head-ads {
        margin: 0 !important;
        width: calc(100% - 50px);
        text-align: right;
    }
}