﻿body {
    font-family: Raleway,sans-serif;
    padding: 0;
    margin: 0;
    color: #212230;
    font-size: 16px
}

img {
    max-width: 100%;
    height: auto
}

.h1, h1 {
    font-size: 48px
}

.h2, h2 {
    font-size: 36px;
    font-weight: 700
}

.h3, h3 {
    font-size: 24px;
    color: #212021;
    font-weight: 700
}

.h4, h4 {
    font-size: 24px
}

.h5, h5 {
    font-size: 18px;
    font-weight: 700;
    color: #212230
}

a {
    color: #000;
    transition: all .2s ease-in-out
}

p {
    color: #212021;
    font-size: 16px;
    font-weight: 500
}

    p a {
        color: #212021
    }

hr {
    margin: 0;
    padding: 0;
    border-color: #f3f6f8
}

button:focus, input:focus {
    outline-style: none
}

.form-control {
    font-size: 14px
}

.btn.btn-c-o {
    background-color: #307cf8;
    color: #fff
}

    .btn.btn-c-o.orange {
        background-color: #e36740
    }

    .btn.btn-c-o:hover {
        background-color: #498eff
    }

    .btn.btn-c-o:focus {
        background-color: #1971ff
    }

    .btn.btn-c-o.orange:focus, .btn.btn-c-o.orange:hover {
        background-color: #cc532e
    }

.btn.btn-c-w {
    background-color: transparent;
    color: #fff;
    border: #fff solid 1px
}

    .btn.btn-c-w:hover {
        color: #307cf8;
        background-color: #f5f5f5
    }

    .btn.btn-c-w:focus {
        color: #307cf8;
        background-color: #eae9e9
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.btn.btn-c-o.btn-small {
    font-size: 14px
}

.bg-gray {
    background-color: #f6f5fb
}

@media (min-width:1366px) {
    .container {
        max-width: 1230px
    }
}

.fixed-social {
    position: fixed;
    left: 0;
    top: 45%;
    z-index: 99
}

    .fixed-social li a {
        display: block;
        padding-left: 10px;
        text-align: center;
        height: 50px;
        padding-right: 10px;
        line-height: 60px
    }

    .fixed-social li.fb a {
        background-color: #4268b3
    }

    .fixed-social li.tw a {
        background-color: #43bceb
    }

    .fixed-social li.ld a {
        background-color: #0177b5
    }

    .fixed-social li.ins a {
        background-color: #6057f9
    }

.header {
    background-color: #fff;
    border-bottom: #212230 solid 2px
}

.navbar-brand.logo {
    height: auto;
    padding: 5px 0;
    position: relative
}

    .navbar-brand.logo h1 {
        font-size: 36px;
        color: #fff;
        font-weight: 600;
        font-style: italic;
        line-height: 36px
    }

        .navbar-brand.logo h1 small {
            color: #307cf8;
            font-size: 15px;
            line-height: normal;
            font-style: normal;
            margin-top: 2px
        }

.navigation .navbar-nav > li.nav-item {
    color: #7e8098;
    font-weight: 500;
    font-size: 16px;
    margin-left: 10px;
    position: static
}

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        color: #7e8098;
        padding: 32px 25px;
        transition-property: none;
        position: relative
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link:before {
            display: block;
            content: "";
            height: 2px;
            background-color: #fff;
            position: absolute;
            bottom: 30px;
            left: 25px;
            right: 25px
        }

        .navigation .navbar-nav > li.nav-item > a.nav-link > i {
            margin-left: 8px
        }

    .navigation .navbar-nav > li.nav-item.show > a.nav-link > i {
        transform: rotate(180deg)
    }

    .navigation .navbar-nav > li.nav-item.active > a.nav-link, .navigation .navbar-nav > li.nav-item:focus > a.nav-link, .navigation .navbar-nav > li.nav-item:hover > a.nav-link {
        color: #307cf8;
        background-color: #f2f2f2
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link:after {
        display: none
    }

    .navigation .navbar-nav > li.nav-item.active > a.nav-link:after, .navigation .navbar-nav > li.nav-item:hover > a.nav-link:after {
        background-color: #307cf8
    }

    .navigation .navbar-nav > li.nav-item.active > a.nav-link:before, .navigation .navbar-nav > li.nav-item:hover > a.nav-link:before {
        background-color: #307cf8
    }

.navigation .megamenu {
    padding: 20px 20px;
    max-width: 1230px;
    margin: 0 auto;
    left: 15px;
    right: 15px;
    background-color: #fff;
    background-color: rgba(255,255,255,.98);
    background-repeat: no-repeat;
    background-position: 97% center;
    border-radius: 0;
    border-color: #eaeaea
}

    .navigation .megamenu > div > li > ul > li {
        font-weight: 500;
        font-size: 14px
    }

        .navigation .megamenu > div > li > ul > li > a {
            display: block;
            padding: 3px 25px;
            color: #757575;
            white-space: normal
        }

            .navigation .megamenu > div > li > ul > li > a:before {
                content: "\f111";
                font-family: FontAwesome;
                display: inline-block;
                margin-right: 5px;
                font-size: 8px;
                position: relative;
                top: -2px
            }

.dropstyle {
    left: -106px
}

    .dropstyle li:hover {
        background-color: rgba(242,242,242,.25)
    }

.card img {
    width: 320px
}

.gryclr {
    background-color: rgba(242,242,242,.65)
}

.dropstyle li div {
    line-height: 20px;
    display: inline-block;
    padding: 5px 0 0 14px
}

    .dropstyle li div span {
        font-size: 18px;
        padding: 5px 0;
        color: #4e5867
    }

.dropstyle li:hover div span {
    color: #000
}

.dropstyle > li > a {
    display: inline-block;
    text-decoration: none
}

    .dropstyle > li > a > img {
        text-decoration: none
    }

.dropstyle {
    min-width: 348px !important;
    border: none;
    box-shadow: 0 0 46px 0 rgba(0,0,0,.2)
}

ul.dropdown-menu.mt-0.pb-0.dropstyle:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.dropstyle > li > a > div > p {
    margin-bottom: 0;
    display: inline-block;
    padding: 0 0 12px 0;
    color: #7f7f7f;
    font-size: 14px
}

.scnd {
    background-color: #ebf6ee;
    color: #1d9f44;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 5px !important;
    display: inline-block
}

.thrd {
    background-color: #eeeef0;
    color: #6b6b6b;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 5px !important;
    display: inline-block
}

.first {
    background-color: #ecf3fe;
    color: #307cf8;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 5px !important;
    display: inline-block
}

.dropstyle li {
    border-bottom: 1px solid #e1e1e1;
    padding: 1rem !important
}

    .dropstyle li:last-child {
        border-bottom: none
    }

.navigation .megamenu > div > li > ul > li > a:focus, .navigation .megamenu > div > li > ul > li > a:hover {
    text-decoration: none;
    color: #000;
    background-color: transparent
}

.navigation .megamenu .dropdown-header {
    color: #000;
    font-size: 16px;
    font-weight: 700
}

.navigation .megamenu .dropdown-item:focus, .navigation .megamenu .dropdown-item:hover {
    background-color: transparent
}

@media (min-width:768px) {
    .navbar-nav li:hover > ul.dropdown-menu {
        display: block
    }
}

.pageTopBanner {
    background-color: #252636;
    padding: 65px 0 150px;
    background-repeat: no-repeat;
    background-position: 80% 80%,72% 10%
}

    .pageTopBanner .bTitle {
        color: #fff;
        line-height: 60px;
        padding-bottom: 10px
    }

    .pageTopBanner p, .pageTopBanner span, .pageTopBanner ul.list-unstyled li {
        font-size: 18px;
        line-height: 24px;
        color: #9293a6
    }

    .pageTopBanner span {
        color: #fff
    }

    .pageTopBanner ul.list-unstyled li {
        position: relative;
        padding-left: 34px;
        margin-bottom: 15px;
        margin-left: 10px
    }

        .pageTopBanner ul.list-unstyled li:before {
            background-image: url(https://www.bitguardian.de/images/bnr_tik.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            width: 22px;
            height: 22px;
            background-position: center center;
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0
        }

.list-inline.btns-list .list-inline-item {
    max-width: 210px;
    vertical-align: top
}

.btn.btn-download-middle {
    font-size: 18px;
    padding: 13px 35px
}

.hm-section-1 {
    margin-top: -115px
}

.sec-1-box {
    background-color: #fff;
    box-shadow: #d8d7d7 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
    border-radius: 10px
}

    .sec-1-box:hover {
        background-color: #fcfdff
    }

    .sec-1-box span i {
        color: #000;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        font-size: 24px;
        border-radius: 100%;
        box-shadow: #d2d2d2 0 0 8px;
        box-shadow: rgba(0,0,0,.4) 0 0 8px
    }

        .sec-1-box span i.fa-android {
            color: #1d9f44
        }

.hm-section-2 {
    background-color: #f3f6f8
}

    .hm-section-2 .container {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 110%
    }

    .hm-section-2 .container {
        background-repeat: no-repeat;
        background-position: left center
    }

    .hm-section-2 .row .col {
        background-color: #fff;
        border-radius: 10px;
        -moz-box-shadow: #d8d7d7 0 0 10px;
        -webkit-box-shadow: #d8d7d7 0 0 10px;
        box-shadow: #d8d7d7 0 0 10px;
        margin-bottom: -30px
    }

    .hm-section-2 .btn.btn-download-middle {
        padding: 13px 45px
    }

.hm-section-5 {
    padding: 0 120px 0 60px
}

.hm-section-3 {
    padding: 0 120px 0 60px
}

    .hm-section-3 .container {
        position: relative
    }

.sliderReview {
    max-width: 650px;
    border-radius: 10px;
    box-shadow: #d8d7d7 0 0 8px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 8px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 8px;
    box-shadow: rgba(0,0,0,.2) 0 0 8px
}

    .sliderReview .item {
        position: relative;
        background-repeat: no-repeat;
        background-position: center center
    }

        .sliderReview .item p {
            min-height: 100px
        }

        .sliderReview .item span {
            font-size: 18px;
            font-weight: 700;
            color: #307cf8
        }

            .sliderReview .item span a {
                color: #307cf8
            }

        .sliderReview .item i.fa-star {
            font-size: 20px;
            color: #02b81a
        }

.str-icon-info {
    font-weight: 700;
    font-style: normal;
    color: #000
}

    .str-icon-info a, .str-icon-info a:hover {
        color: #000;
        text-decoration: none
    }

    .str-icon-info img {
        max-width: 24px
    }

.sliderReview .owl-dots {
    position: absolute;
    bottom: -50px;
    z-index: 9999;
    text-align: center;
    width: 100%
}

    .sliderReview .owl-dots .owl-dot span {
        height: 6px
    }

    .sliderReview .owl-dots .owl-dot span {
        background-color: #e8e9ea;
        width: 15px;
        display: inline-block;
        margin: 0 4px;
        border-radius: 6px;
        transition: all .1s ease
    }

    .sliderReview .owl-dots .owl-dot.active span, .sliderReview .owl-dots .owl-dot:hover span {
        background-color: #307cf8
    }

    .sliderReview .owl-dots .owl-dot.active span {
        width: 40px
    }

.client-img {
    position: absolute
}

    .client-img:first-child {
        animation: floatIt 3s 2s linear infinite
    }

    .client-img:nth-child(2) {
        animation: floatIt 3s linear infinite
    }

    .client-img:nth-child(3) {
        animation: floatIt 3s linear infinite
    }

    .client-img:nth-child(4) {
        animation: floatIt 2s 1s linear infinite
    }

    .client-img:nth-child(5) {
        animation: floatIt 3s 1s linear infinite
    }

    .client-img:nth-child(6) {
        animation: floatIt 3s 2s linear infinite
    }

@keyframes floatIt {
    25% {
        -webkit-transform: translate(-2px,-3px);
        transform: translate(-2px,-3px)
    }

    50% {
        -webkit-transform: translate(-4px,-6px);
        transform: translate(-4px,-6px)
    }

    50% {
        -webkit-transform: translate(-2px,-3px);
        transform: translate(-2px,-3px)
    }

    0%,100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.client-img.top {
    top: 5%
}

.client-img.middle {
    top: 50%;
    margin-top: -48px
}

.client-img.bottom {
    bottom: 8%
}

.client-img.top.left {
    left: 0
}

.client-img.middle.left {
    left: -10%
}

.client-img.bottom.left {
    left: 5%
}

.client-img.top.right {
    right: 0
}

.client-img.middle.right {
    right: -10%
}

.client-img.bottom.right {
    right: 5%
}

.hm-section-4 h3 {
    padding-left: 85px;
    position: relative
}

    .hm-section-4 h3 img {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -34px;
        max-width: 64px
    }

    .hm-section-4 h3 b {
        display: block
    }

.hm-section-5 {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%
}

.news-list .card {
    transition: all .3s ease
}

    .news-list .card .news-lnk {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2
    }

.news-list .card, .news-list .card-header {
    border-color: #e1e1e1;
    border-radius: 0
}

    .news-list .card p {
        font-weight: 300;
        color: #999
    }

        .news-list .card p a {
            color: #0000e1;
            font-weight: 600;
            text-decoration: underline
        }

.news-list .owl-dots {
    position: absolute;
    bottom: -50px;
    z-index: 9999;
    text-align: center;
    width: 100%
}

    .news-list .owl-dots .owl-dot span {
        height: 6px
    }

    .news-list .owl-dots .owl-dot span {
        background-color: #e8e9ea;
        width: 15px;
        display: inline-block;
        margin: 0 4px;
        border-radius: 6px;
        transition: all .1s ease
    }

    .news-list .owl-dots .owl-dot.active span, .news-list .owl-dots .owl-dot:hover span {
        background-color: #307cf8
    }

    .news-list .owl-dots .owl-dot.active span {
        width: 40px
    }

.ws-section-sft {
    background-repeat: no-repeat;
    background-position: 3% -95px;
    background-color: #f3f6f8
}

.ws-section-info p, .ws-section-work p {
    font-size: 18px;
    font-weight: 500
}

.ws-section-info .list-featured li {
    position: relative;
    font-weight: 500;
    padding-left: 40px
}

    .ws-section-info .list-featured li:not(:first-child) {
        margin-top: 20px
    }

    .ws-section-info .list-featured li:before {
        background-image: url(https://www.bitguardian.de/images/2_tik.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        background-position: center center;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -3px
    }

.ws-section-work .list-featured li {
    position: relative;
    font-weight: 500;
    padding-left: 80px
}

    .ws-section-work .list-featured li:not(:first-child) {
        margin-top: 30px
    }

    .ws-section-work .list-featured li img {
        position: absolute;
        left: 0;
        top: 0
    }

    .ws-section-work .list-featured li p, .ws-section-work .list-featured li span {
        font-size: 16px
    }

    .ws-section-work .list-featured li p {
        color: #464646;
        margin-bottom: 0
    }

.ws-down-bx {
    background-color: #fff;
    border-radius: 25px;
    max-width: 590px;
    margin: 0 auto;
    box-shadow: #d8d7d7 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px
}

.ws-section-sft > p {
    font-size: 15px;
    font-weight: 500;
    max-width: 750px;
    margin: 0 auto
}

.ws-down-bx span {
    color: #2f86d5
}

.ws-down-bx p {
    color: #464646;
    font-size: 13px;
    font-weight: 500
}

.footerBox {
    padding-top: 30px;
    background-color: #252636
}

.fooCopyrights {
    background-color: #212230
}

.footerBox p {
    font-size: 14px;
    color: #fff
}

.footerBox h5 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px
}

.footerBox .list-unstyled .list-unstyled-item {
    margin-bottom: 3px;
    font-weight: 500;
    color: #7e8097;
    font-size: 14px;
    position: relative
}

.footerBox .list-unstyled.foo-icon .list-unstyled-item {
    padding-left: 22px;
    margin-bottom: 8px
}

    .footerBox .list-unstyled.foo-icon .list-unstyled-item i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 14px
    }

        .footerBox .list-unstyled.foo-icon .list-unstyled-item i.fa-map-marker {
            font-size: 20px
        }

.footerBox .list-unstyled .list-unstyled-item a {
    color: #7e8097;
    font-size: 14px
}

    .footerBox .list-unstyled .list-unstyled-item a:hover {
        color: #307cf8;
        text-decoration: none
    }

.fooCopyrights p {
    font-size: 14px;
    margin-bottom: 0
}

.fooCopyrights .list-inline {
    margin-bottom: 0
}

    .fooCopyrights .list-inline .list-inline-item, .fooCopyrights .list-inline .list-inline-item a {
        color: #fff;
        font-size: 14px
    }

    .fooCopyrights .list-inline.f-copy-links .list-inline-item {
        color: #7e8097;
        border-left: #7e8097 solid 1px;
        margin: 0;
        padding: 0 5px;
        line-height: 12px
    }

        .fooCopyrights .list-inline.f-copy-links .list-inline-item:first-child {
            padding-left: 0;
            border-color: transparent
        }

    .fooCopyrights .list-inline .list-inline-item a {
        font-size: 16px
    }

.about-info {
    background-color: #fff
}

    .about-info img {
        border-radius: 12px;
        box-shadow: #d8d7d7 0 0 10px;
        -moz-box-shadow: rgba(0,0,0,.2) 0 0 10px;
        -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
        box-shadow: rgba(0,0,0,.2) 0 0 10px
    }

.about-info-desc {
    background-color: #fff;
    margin-left: -40%;
    border-radius: 12px;
    box-shadow: #d8d7d7 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px
}

.trustship-section {
    background-color: #f3f6f8
}

    .trustship-section span {
        color: #307cf8;
        font-weight: 700;
        margin-bottom: 20px;
        display: block
    }

.contact-frm label {
    color: #212230;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    margin-top: 5px
}

.contact-frm .form-control {
    border-color: #e0e0e0;
    height: 54px;
    border-radius: 0;
    color: #212230;
    font-size: 17px
}

    .contact-frm .form-control.input-error {
        border-color: red
    }

    .contact-frm .form-control::-webkit-input-placeholder {
        color: #b7b7b7
    }

    .contact-frm .form-control:-ms-input-placeholder {
        color: #b7b7b7
    }

    .contact-frm .form-control::-moz-placeholder {
        color: #b7b7b7;
        opacity: 1
    }

    .contact-frm .form-control:-moz-placeholder {
        color: #b7b7b7;
        opacity: 1
    }

.contact-frm textarea.form-control {
    height: auto
}

.contact-frm .btn.btn-c-o {
    padding: 12px 70px
}

.contact-address {
    background-color: #fff;
    border-top: #307cf8 solid 10px;
    box-shadow: #307cf8 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
    border-radius: 10px
}

    .contact-address ul.list-unstyled li {
        position: relative;
        padding-left: 68px;
        margin-top: 45px
    }

        .contact-address ul.list-unstyled li p {
            color: #000;
            font-weight: 500
        }

        .contact-address ul.list-unstyled li:first-child {
            margin-top: 0
        }

        .contact-address ul.list-unstyled li img {
            position: absolute;
            top: 0;
            left: 0
        }

.contact-map iframe {
    margin: 0;
    vertical-align: top
}

.nav.store-tabs .btn {
    border: #307cf8 solid 1px;
    color: #212230;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 45px
}

    .nav.store-tabs .btn.active {
        color: #fff;
        background-color: #307cf8
    }

.store-list li {
    background-color: #fff;
    box-shadow: #d8d7d7 0 0 10px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 10px;
    box-shadow: rgba(0,0,0,.2) 0 0 10px;
    border-radius: 10px;
    margin-top: 50px
}

    .store-list li:first-child {
        margin-top: 0
    }

    .store-list li p {
        font-weight: 500
    }

    .store-list li .btn.btn-download-middle {
        font-weight: 600
    }

    .store-list li .btn.btn-c-w.btn-download-middle {
        border-color: #307cf8;
        color: #000
    }

    .store-list li span small {
        color: #949494;
        font-size: 70%;
        text-decoration: line-through;
        color: #307cf8
    }

        .store-list li span small b {
            font-weight: 500;
            color: #212230
        }

.card-date {
    font-size: 12px;
    padding: 0 0 14px 22px;
    font-weight: 600;
    color: #8c8585
}

.content-info h4 {
    font-weight: 700
}

.content-info ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px
}

    .content-info ul.type_decimal {
        list-style: decimal
    }

.content-info p.font-weight-bold {
    margin-bottom: 0
}

.content-info p a {
    color: #0000e1;
    text-decoration: underline
}

.owl-item:hover .card .card-date span a {
    background-color: #007bff;
    color: #fff
}

.card:hover {
    border: 1px solid #007bff
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    display: block
}

.card-body .descriptn {
    padding-bottom: 23px;
    border-bottom: 1px solid #f5f4f4
}

.card-body {
    padding: 18px 18px 5px 18px
}

    .card-body .category {
        display: inline-block;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        padding: 2px;
        background-color: #ff5e3a;
        color: #fff !important
    }

.newsRight ul li {
    padding: 10px 0;
    border-top: #f3f3f3 solid 1px
}

.newsRight ul li {
    font-weight: 700
}

    .newsRight ul li span {
        display: block;
        font-size: 14px;
        color: #969696;
        font-weight: 500
    }

.cookie-bar.visible {
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    color: #fff;
    -webkit-transition: max-height .5s cubic-bezier(0,1,0,1);
    -o-transition: max-height .5s cubic-bezier(0,1,0,1);
    -moz-transition: max-height .5s cubic-bezier(0,1,0,1);
    transition: max-height .5s cubic-bezier(0,1,0,1)
}

.AVsizer {
    margin: 0 auto;
    text-align: left;
    position: relative;
    max-width: 1290px;
    background: #0f0d27;
    padding-left: 25px;
    padding-right: 25px
}

.cookie-bar .AVsizer {
    padding-top: 15px;
    padding-bottom: 15px;
    float: right;
    margin-bottom: 20px;
    max-width: 450px;
    border-radius: 9px 0 0 9px
}

.cookie-bar .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 8px
}

.cookie-bar p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-align: left;
    color: #adb2b6;
    font-size: 15px;
    line-height: 26px
}

.cookie-bar a {
    color: #fff;
    text-decoration: underline
}

.cookie-bar .close {
    cursor: pointer;
    display: block;
    border: #adb2b6 solid 1px;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    text-shadow: none;
    color: #adb2b6;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px
}

.stepsshadow {
    box-shadow: 2px 2px 20px #307CF833;
    max-width: 369px;
    height: 95%;
    margin-bottom: 25px;
    background-color: #fff;
    margin: 0 auto
}

.clicklink h3 {
    font-size: 26px
}

.clicklink a {
    font-size: 16px;
    color: #e36740
}

.downldsteps {
    background-color: #f3f6f8
}

.section-6-review {
    background-color: #f5f9ff;
    box-shadow: rgba(0,0,0,.28) 0 0 6px
}

    .section-6-review .bg-white {
        box-shadow: rgba(0,0,0,.11) 0 0 6px;
        border-radius: 8px
    }

        .section-6-review .bg-white p a {
            text-decoration: underline;
            color: #5d5f64
        }

.hm-section-6 .bg-white {
    box-shadow: rgba(0,0,0,.11) 0 0 6px;
    border-radius: 8px
}

    .hm-section-6 .bg-white p small {
        font-size: 14px
    }

    .hm-section-6 .bg-white hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-color: #ececec
    }

    .hm-section-6 .bg-white p.mh {
        min-height: 95px
    }

.hm-section-6 .section-6-review .bg-white p.mh {
    min-height: 123px
}

.hm-section-6 .bg-white p a {
    text-decoration: underline
}

@media screen and (min-width:1200px) {
    .sec-1-box > p {
        min-height: 170px;
    }
}

@media screen and (min-width:1381px) {
    .sec-1-box h3 {
        white-space: nowrap
    }
}

@media screen and (max-width:1499px) {
    .client-img.middle.left {
        left: 0
    }

    .client-img.middle.right {
        right: 0
    }

    .client-img.top.left {
        left: 8%
    }

    .client-img.top.right {
        right: 8%
    }
}

@media screen and (max-width:1380px) {
    .h1, h1 {
        font-size: 44px
    }
}

@media (min-width:993px) and (max-width:1199px) {
    .navigation .navbar-nav > li.nav-item > a.nav-link {
        padding: 32px 15px
    }

    .h1, h1 {
        font-size: 40px
    }

    .pageTopBanner .bTitle {
        line-height: 52px
    }

    .pageTopBanner {
        padding: 40px 0 100px
    }

    .pageTopBanner {
        padding: 40px 0 100px;
        background-position: 90% 60%,72% 10%;
        background-size: 49% auto,43% auto
    }

    .list-inline.btns-list {
        padding: 30px 0
    }

    .h3, h3 {
        font-size: 21px
    }

    .hm-section-2 .container {
        background-size: auto 100%
    }

    .h2, h2 {
        font-size: 32px;
        font-weight: 700
    }

    .h4, h4 {
        font-size: 20px
    }

    .pb-5, .py-5 {
        padding-bottom: 1.5rem !important
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important
    }

    .ws-section-info p, .ws-section-work p {
        font-size: 16px
    }

    .hm-section-3 {
        padding: 40px 0 30px
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link:before {
        left: 15px;
        right: 15px
    }

    .hm-section-6 .section-6-review .bg-white p.mh {
        min-height: 168px;
    }

    .sec-1-box > p {
        min-height: 218px;
    }

    .popular_tag {
        background-size: contain !important;
        max-width: 95px !important;
    }

        .popular_tag p {
            margin-top: -23px;
        }

    .sec-1-box span i {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}


@media (min-width:768px) and (max-width:992px) {
    .dropstyle {
        min-width: 315px !important
    }

    .dropstyle {
        left: -143px
    }

    ul.dropdown-menu.mt-0.pb-0.dropstyle:before {
        left: 61%
    }

    .navbar-brand.logo h1 {
        font-size: 26px;
        line-height: 36px
    }

        .navbar-brand.logo h1 small {
            font-size: 13px
        }

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        padding: 30px 10px
    }

    .navigation .navbar-nav > li.nav-item {
        font-size: 14px;
        margin-left: 3px
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link > i {
            margin-left: 0
        }

    .pageTopBanner {
        padding: 30px 0 100px;
        background-position: 90% 65%,80% 5%;
        background-size: 55% auto,51% auto
    }

    .h1, h1 {
        font-size: 36px
    }

    .pageTopBanner .bTitle {
        line-height: 48px
    }

    .pageTopBanner p {
        font-size: 16px;
        line-height: 24px
    }

    .h3, h3 {
        font-size: 18px
    }

    p {
        font-size: 15px
    }

    .h2, h2 {
        font-size: 26px
    }

    .h4, h4 {
        font-size: 18px
    }

    .sliderReview {
        max-width: 420px
    }

    .h5, h5 {
        font-size: 16px
    }

    .p-4 {
        padding: 1rem !important
    }

    .pt-5 {
        padding-top: 1.5rem !important
    }

    .pb-5 {
        padding-bottom: 1.5rem !important
    }

    .sec-1-box img {
        max-width: 250px
    }

    .sec-1-box img {
        max-height: 65px
    }

    .hm-section-3 {
        padding: 100px 0 40px
    }

    .mb-5 {
        margin-bottom: 1.5rem !important
    }

    .list-inline.btns-list {
        padding: 25px 0
    }

    .pb-4 {
        padding-bottom: 1rem !important
    }

    .pt-4 {
        padding-top: 1rem !important
    }

    .py-5 {
        padding-bottom: 1.5rem !important
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important
    }

    .sliderReview .owl-dots {
        bottom: -30px
    }

    .store-list li {
        margin-top: 30px
    }

    .ws-section-info p, .ws-section-work p {
        font-size: 15px
    }

    .hm-section-3 {
        padding: 40px 0 40px
    }

    .pageTopBanner p, .pageTopBanner span, .pageTopBanner ul.list-unstyled li {
        font-size: 16px;
        line-height: 20px
    }

    .navigation .navbar-nav > li.nav-item > a.nav-link:before {
        left: 5px;
        right: 5px
    }

    .sec-1-box > p {
        min-height: 270px;
    }

    .popular_tag {
        max-width: 75px !important;
        background-size: contain !important;
        top: -6px !important;
    }

        .popular_tag p {
            font-size: 12px;
            margin-top: -46px;
        }

    .sec-1-box span i {
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .tagcls {
        background-size: contain !important;
        max-width: 81px !important;
        height: 112px !important;
        left: 15px !important;
    }

        .tagcls p {
            font-size: 12px;
        }
}

@media (max-width:767px) {
    .hm-section-5 {
        padding: 0 60px 0 60px
    }

    .news-list .owl-item {
        width: 286px
    }

    ul.dropdown-menu.mt-0.pb-0.dropstyle:before {
        display: none
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline-style: none
    }

    .navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {
        width: 35px;
        height: 4px;
        background-color: #4d4c4c;
        margin: 6px 0;
        transition: .4s;
        display: block
    }

    .navbar-toggler[aria-expanded=true] .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px,6px);
        transform: rotate(-45deg) translate(-6px,6px)
    }

    .navbar-toggler[aria-expanded=true] .bar2 {
        opacity: 0
    }

    .navbar-toggler[aria-expanded=true] .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px,-8px);
        transform: rotate(45deg) translate(-8px,-8px)
    }

    .navigation .navbar-nav > li.nav-item {
        margin-left: 0
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link > i {
            margin-left: 0;
            float: right;
            font-weight: 700;
            font-size: 18px
        }

    .navigation .megamenu {
        padding: 15px 15px 0
    }

        .navigation .megamenu .dropdown-header {
            padding: 0
        }

        .navigation .megamenu > div > li > ul > li > a {
            padding: 3px 0
        }

        .navigation .megamenu > div > li > ul {
            margin-bottom: 15px
        }

    .navigation .navbar-nav > li.nav-item > a.nav-link {
        padding: 8px 15px
    }

        .navigation .navbar-nav > li.nav-item > a.nav-link:before {
            display: none
        }

    .navbar-brand.logo {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 15px;
        padding-left: 0
    }

        .navbar-brand.logo img {
            top: 5px
        }

        .navbar-brand.logo h1 {
            font-size: 24px;
            line-height: 32px
        }

            .navbar-brand.logo h1 small {
                font-size: 12px
            }

    .h1, h1 {
        font-size: 30px
    }

    .pageTopBanner .bTitle {
        line-height: 40px
    }

    .pageTopBanner p {
        font-size: 16px
    }

    .list-inline.btns-list {
        padding: 15px 0 25px
    }

    .sec-1-box {
        margin-top: 25px
    }

    .h3, h3 {
        font-size: 21px
    }

    p {
        font-size: 15px
    }

    .p-4 {
        padding: 1rem !important
    }

    .client-img {
        width: 70px
    }

    .h2, h2 {
        font-size: 24px
    }

    .h4, h4 {
        font-size: 16px
    }

    .row.news-list > div {
        margin-bottom: 20px
    }

    .pageTopBanner {
        padding: 25px 0 50px;
        background-position: 90% 70%,90% 17%;
        background-size: 55% auto,55% auto
    }

    .header .navbar {
        padding: 0
    }

    .hm-section-1 {
        margin-top: -75px
    }

    .pb-5, .py-5 {
        padding-bottom: 1.5rem !important
    }

    .sliderReview {
        max-width: 70%
    }

    .hm-section-3 {
        padding: 0 0 20px
    }

    .mt-5, .my-5 {
        margin-top: 1.5rem !important
    }

    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important
    }

    .btn.btn-download-middle {
        font-size: 16px;
        padding: 10px 30px
    }

    .pt-5, .py-5 {
        padding-top: 1.5rem !important
    }

    .pb-4, .py-4 {
        padding-bottom: 1rem !important
    }

    .pt-4, .py-4 {
        padding-top: 1rem !important
    }

    .mt-4, .my-4 {
        margin-top: 1rem !important
    }

    .hm-section-4 .row .col:not(:first-child) {
        margin-top: 20px
    }

    .about-info-desc {
        margin-left: 0;
        margin-top: -160px;
        margin-left: 20px;
        margin-right: 20px
    }

    .sliderReview .owl-dots {
        bottom: -30px
    }

    .contact-frm label {
        font-size: 16px;
        margin-top: 0
    }

    .contact-frm .form-control {
        height: 44px;
        font-size: 15px
    }

    .contact-address {
        margin-top: 20px
    }

    .store-list li {
        margin-top: 30px
    }

    .ws-section-info p, .ws-section-work p {
        font-size: 15px
    }

    .pageTopBanner p, .pageTopBanner span, .pageTopBanner ul.list-unstyled li {
        font-size: 16px;
        line-height: 20px
    }

    .fooCopyrights {
        text-align: center !important
    }

        .fooCopyrights p {
            text-align: center !important
        }

        .fooCopyrights .list-inline {
            text-align: center !important
        }

    .hm-section-6 .section-6-review .bg-white p.mh {
        min-height: inherit
    }

    .hm-section-6 .bg-white p.mh {
        min-height: inherit
    }




    .popular_tag {
        top: 16px !important;
    }

    .tagcls {
        top: 25px !important;
    }
}

@media (max-width:575px) {
    .h1, h1 {
        font-size: 24px
    }

    .navbar-brand.logo h1 {
        font-size: 18px
    }

    .pageTopBanner .bTitle {
        line-height: 36px;
        padding-bottom: 0
    }

    .pageTopBanner p {
        font-size: 14px;
        line-height: 20px
    }

    .btn.btn-download-middle {
        font-size: 15px;
        padding: 10px 18px
    }

    .sec-1-box img {
        max-width: 80px
    }

    .h3, h3 {
        font-size: 18px
    }

    p {
        font-size: 14px
    }

    .pageTopBanner {
        padding: 15px 0 30px;
        background-image: none !important
    }

    .list-inline.btns-list {
        padding: 0 0 25px
    }

    .pb-5, .py-5 {
        padding-bottom: 1.2rem !important
    }

    .hm-section-2 .btn.btn-download-middle {
        padding: 10px 35px
    }

    .hm-section-2 .container {
        padding-right: 30px
    }

    .h2, h2 {
        font-size: 20px
    }

    .h4, h4 {
        font-size: 15px
    }

    .pt-5, .py-5 {
        padding-top: 1.2rem !important
    }

    .sliderReview {
        max-width: 100%
    }

    .client-img {
        display: none
    }

    .footerBox .row .col {
        max-width: 100%
    }

    .footerBox h5 {
        padding-bottom: 0
    }

    .fooCopyrights .list-inline.text-right, .fooCopyrights p.text-left {
        text-align: center !important
    }

    .about-info-desc {
        margin-top: -70px
    }

    .navbar-brand.logo img {
        max-width: 200px
    }

    .ws-section-info p, .ws-section-work p {
        font-size: 14px
    }

    .nav.store-tabs .btn {
        margin-bottom: 10px
    }
}

@media (max-width:340px) {
    .popular_tag {
        max-width: 100px !important;
        height: 100px !important;
    }
}

.popular_tag {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 27px;
    width: 100%;
    max-width: 120px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

    .popular_tag p {
        color: #fff;
        text-align: center;
        font-weight: bold;
    }

.tagcls {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 13px;
    width: 100%;
    max-width: 103px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}

    .tagcls p {
        color: #fff;
        text-align: center;
        font-weight: bold;
        transform: rotate(-53deg);
        margin: -47px 7px 0px 0px;
    }
