@charset "UTF-8";

:root {
    --gray-900: #26242C;
    --gray-800: #13111A;
    --gray-700: #E1E1E1;
    --gray-600: #211D2E;
    --gray-10: #fff;
    --primary-600: #724FE5;
    --primary-500: #2C04FE;
    --success-500: #ff9500;
    --warning-600: #EEE6D0;
    --warning-500: #FFC947;
    --warning-400: #F0E9E1;
    --warning-300: #FFFDF5;
    --warning-200: #F6F2E8;
    --warning-100: #FFFCF2;
    --danger-500: #FF6B55;
    --fs-xl-20: 20px;
    --fs-xl-lineheight: 32px;
    --fs-lg-18: 18px;
    --fs-lg-lineheight: 28px;
    --fs-md-16: 16px;
    --fs-md-lineheight: 24px;
    --fs-xs-14: 14px;
    --fs-xs-lineheight: 22px;
    --fs-xss-12: 12px;
    --fs-xss-lineheight: 20px;
}

*,
::after,
::before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    height: 100%;
    color: rgba(19,17,26,.8);
    font-family: Inter,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #fff;
    counter-reset: my-sec-counter;
    font-size: 18px;
    line-height: 30px;
}

body.styleguide {
    background-color: #dcdfe8;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5e7e8;
    padding: 0;
    margin: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0;
}

.hidden {
    display: none!important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

::-moz-selection {
    background-color: #989ffd;
    color: #fff;
}

::selection {
    background-color: #989ffd;
    color: #fff;
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=color]:active,
[type=color]:focus,
[type=color]:hover,
[type=color]:invalid,
[type=date]:active,
[type=date]:focus,
[type=date]:hover,
[type=date]:invalid,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:invalid,
[type=datetime]:active,
[type=datetime]:focus,
[type=datetime]:hover,
[type=datetime]:invalid,
[type=email]:active,
[type=email]:focus,
[type=email]:hover,
[type=email]:invalid,
[type=month]:active,
[type=month]:focus,
[type=month]:hover,
[type=month]:invalid,
[type=number]:active,
[type=number]:focus,
[type=number]:hover,
[type=number]:invalid,
[type=password]:active,
[type=password]:focus,
[type=password]:hover,
[type=password]:invalid,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=search]:active,
[type=search]:focus,
[type=search]:hover,
[type=search]:invalid,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
[type=tel]:active,
[type=tel]:focus,
[type=tel]:hover,
[type=tel]:invalid,
[type=text]:active,
[type=text]:focus,
[type=text]:hover,
[type=text]:invalid,
[type=time]:active,
[type=time]:focus,
[type=time]:hover,
[type=time]:invalid,
[type=url]:active,
[type=url]:focus,
[type=url]:hover,
[type=url]:invalid,
[type=week]:active,
[type=week]:focus,
[type=week]:hover,
[type=week]:invalid,
button:active,
button:focus,
button:hover,
input:not([type]):active,
input:not([type]):focus,
input:not([type]):hover,
input:not([type]):invalid,
textarea:active,
textarea:focus,
textarea:hover,
textarea:invalid {
    outline: 0;
    box-shadow: none;
}

[type=button]:active,
[type=button]:focus,
[type=button]:hover,
[type=reset]:active,
[type=reset]:focus,
[type=reset]:hover,
[type=submit]:active,
[type=submit]:focus,
[type=submit]:hover,
button:active,
button:focus,
button:hover {
    cursor: pointer;
}

@media print{
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap!important;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    padding: 0;
    outline: 0;
    border: none;
    display: inline-block;
    background-color: transparent;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Public Sans",sans-serif;
    color: var(--gray-800);
    font-weight: 700;
}

.h1,
h1 {
    font-size: 80px;
    line-height: 88px;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

@media (max-width:1400px){
    .h1,
    h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width:1199px){
    .h1,
    h1 {
        font-size: 60px;
        line-height: 75px;
    }
}

@media (max-width:991px){
    .h1,
    h1 {
        font-size: 48px;
        line-height: 65px;
    }
}

@media (max-width:767px){
    .h1,
    h1 {
        font-size: 36px;
        line-height: 48px;
    }
}

.h2,
h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 15px;
}

@media (max-width:991px){
    .h2,
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:767px){
    .h2,
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

.h3,
h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}

@media (max-width:767px){
    .h3,
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
}

.h4,
h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.h5,
h5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

.f-size-10 {
    font-size: 10px!important;
}

.f-size-11 {
    font-size: 11px!important;
}

.f-size-12 {
    font-size: 12px!important;
}

.f-size-13 {
    font-size: 13px!important;
}

.f-size-14 {
    font-size: 14px!important;
}

.f-size-15 {
    font-size: 15px!important;
}

.f-size-16 {
    font-size: 16px!important;
}

.f-size-17 {
    font-size: 17px!important;
}

.f-size-18 {
    font-size: 18px!important;
}

.f-size-19 {
    font-size: 19px!important;
}

.f-size-20 {
    font-size: 20px!important;
}

.f-size-21 {
    font-size: 21px!important;
}

.f-size-22 {
    font-size: 22px!important;
}

.f-size-23 {
    font-size: 23px!important;
}

.f-size-24 {
    font-size: 24px!important;
}

.f-size-25 {
    font-size: 25px!important;
}

.f-size-26 {
    font-size: 26px!important;
}

.f-size-27 {
    font-size: 27px!important;
}

.f-size-28 {
    font-size: 28px!important;
}

.f-size-29 {
    font-size: 29px!important;
}

.f-size-30 {
    font-size: 30px!important;
}

.f-size-31 {
    font-size: 31px!important;
}

.f-size-32 {
    font-size: 32px!important;
}

.f-size-33 {
    font-size: 33px!important;
}

.f-size-34 {
    font-size: 34px!important;
}

.f-size-35 {
    font-size: 35px!important;
}

.f-size-36 {
    font-size: 36px!important;
}

.f-size-37 {
    font-size: 37px!important;
}

.f-size-38 {
    font-size: 38px!important;
}

.f-size-39 {
    font-size: 39px!important;
}

.f-size-40 {
    font-size: 40px!important;
}

.line-height-10 {
    line-height: 10px!important;
}

.line-height-11 {
    line-height: 11px!important;
}

.line-height-12 {
    line-height: 12px!important;
}

.line-height-13 {
    line-height: 13px!important;
}

.line-height-14 {
    line-height: 14px!important;
}

.line-height-15 {
    line-height: 15px!important;
}

.line-height-16 {
    line-height: 16px!important;
}

.line-height-17 {
    line-height: 17px!important;
}

.line-height-18 {
    line-height: 18px!important;
}

.line-height-19 {
    line-height: 19px!important;
}

.line-height-20 {
    line-height: 20px!important;
}

.line-height-21 {
    line-height: 21px!important;
}

.line-height-22 {
    line-height: 22px!important;
}

.line-height-23 {
    line-height: 23px!important;
}

.line-height-24 {
    line-height: 24px!important;
}

.line-height-25 {
    line-height: 25px!important;
}

.line-height-26 {
    line-height: 26px!important;
}

.line-height-27 {
    line-height: 27px!important;
}

.line-height-28 {
    line-height: 28px!important;
}

.line-height-29 {
    line-height: 29px!important;
}

.line-height-30 {
    line-height: 30px!important;
}

.line-height-31 {
    line-height: 31px!important;
}

.line-height-32 {
    line-height: 32px!important;
}

.line-height-33 {
    line-height: 33px!important;
}

.line-height-34 {
    line-height: 34px!important;
}

.line-height-35 {
    line-height: 35px!important;
}

.line-height-36 {
    line-height: 36px!important;
}

.line-height-37 {
    line-height: 37px!important;
}

.line-height-38 {
    line-height: 38px!important;
}

.line-height-39 {
    line-height: 39px!important;
}

.line-height-40 {
    line-height: 40px!important;
}

.font-bold {
    font-weight: 700;
}

.black {
    font-weight: 900;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

a {
    text-decoration: none;
    transition: all .24s ease-in-out;
}

img {
    max-width: 100%;
}

.rt-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mouse-cursor,
.pointer {
    cursor: pointer;
}

blockquote {
    font-weight: 400;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    border-radius: 12px;
    padding: 40px 45px;
}

.border-transparent {
    border-color: transparent!important;
}

.bg-transsparent {
    background-color: transparent!important;
}

.hover\:bg-transsparenthover {
    background-color: transparent!important;
}

.hover-shadow\:none {
    box-shadow: none!important;
}

.bgprefix-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgprefix-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bgprefix-full {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.position-parent {
    position: relative;
    z-index: 1;
}

.position-relative {
    position: relative;
}

.body-no-scrolling {
    overflow: hidden;
}

.img-fit {
    display: block;
    object-fit: cover;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    right: 0;
    top: 50%;
    position: absolute;
    height: 100%;
    width: 100%;
}

.rt-mb-15 {
    margin-bottom: 15px;
}

.rt-mb-8 {
    margin-bottom: 8px;
}

.rt-mb-2 {
    margin-bottom: 2px;
}

.rt-mb-4 {
    margin-bottom: 4px;
}

.rt-pt-15 {
    padding-top: 15px;
}

.rt-mb-12 {
    margin-bottom: 12px;
}

.rt-spacer-15 {
    height: 15px;
}

.rt-mb-16 {
    margin-bottom: 16px;
}

.rt-mb-25 {
    margin-bottom: 25px;
}

.rt-mb-24 {
    margin-bottom: 24px;
}

.rt-mb-28 {
    margin-bottom: 28px;
}

.rt-mb-48 {
    margin-bottom: 48px;
}

.rt-mb-32 {
    margin-bottom: 32px;
}

.hr-0 {
    margin: 0;
    padding: 0;
}

.text-gray {
    color: #7b878c;
}

.text-gray-900 {
    color: #26242c!important;
}

.bg-gray-900 {
    background-color: #26242c!important;
}

.border-gray-900 {
    border-color: #26242c!important;
}

.hoverbg-gray-900:hover {
    background-color: #26242c!important;
}

.hover\:bg-gray-900:hover {
    background-color: #26242c!important;
}

.hover\:text-gray-900:hover {
    color: #26242c!important;
}

.hover\:border-gray-900:hover {
    border-color: #26242c!important;
}

.text-gray-800 {
    color: #13111a!important;
}

.bg-gray-800 {
    background-color: #13111a!important;
}

.border-gray-800 {
    border-color: #13111a!important;
}

.hoverbg-gray-800:hover {
    background-color: #13111a!important;
}

.hover\:bg-gray-800:hover {
    background-color: #13111a!important;
}

.hover\:text-gray-800:hover {
    color: #13111a!important;
}

.hover\:border-gray-800:hover {
    border-color: #13111a!important;
}

.text-gray-700 {
    color: #e1e1e1!important;
}

.bg-gray-700 {
    background-color: #e1e1e1!important;
}

.border-gray-700 {
    border-color: #e1e1e1!important;
}

.hoverbg-gray-700:hover {
    background-color: #e1e1e1!important;
}

.hover\:bg-gray-700:hover {
    background-color: #e1e1e1!important;
}

.hover\:text-gray-700:hover {
    color: #e1e1e1!important;
}

.hover\:border-gray-700:hover {
    border-color: #e1e1e1!important;
}

.text-gray-600 {
    color: #211d2e!important;
}

.bg-gray-600 {
    background-color: #211d2e!important;
}

.border-gray-600 {
    border-color: #211d2e!important;
}

.hoverbg-gray-600:hover {
    background-color: #211d2e!important;
}

.hover\:bg-gray-600:hover {
    background-color: #211d2e!important;
}

.hover\:text-gray-600:hover {
    color: #211d2e!important;
}

.hover\:border-gray-600:hover {
    border-color: #211d2e!important;
}

.text-gray-10 {
    color: #fff!important;
}

.bg-gray-10 {
    background-color: #fff!important;
}

.border-gray-10 {
    border-color: #fff!important;
}

.hoverbg-gray-10:hover {
    background-color: #fff!important;
}

.hover\:bg-gray-10:hover {
    background-color: #fff!important;
}

.hover\:text-gray-10:hover {
    color: #fff!important;
}

.hover\:border-gray-10:hover {
    border-color: #fff!important;
}

.text-primary-600 {
    color: #724fe5!important;
}

.bg-primary-600 {
    background-color: #724fe5!important;
}

.border-primary-600 {
    border-color: #724fe5!important;
}

.hoverbg-primary-600:hover {
    background-color: #724fe5!important;
}

.hover\:bg-primary-600:hover {
    background-color: #724fe5!important;
}

.hover\:text-primary-600:hover {
    color: #724fe5!important;
}

.hover\:border-primary-600:hover {
    border-color: #724fe5!important;
}

.text-primary-500 {
    color: #2c04fe!important;
}

.bg-primary-500 {
    background-color: #2c04fe!important;
}

.border-primary-500 {
    border-color: #2c04fe!important;
}

.hoverbg-primary-500:hover {
    background-color: #2c04fe!important;
}

.hover\:bg-primary-500:hover {
    background-color: #2c04fe!important;
}

.hover\:text-primary-500:hover {
    color: #2c04fe!important;
}

.hover\:border-primary-500:hover {
    border-color: #2c04fe!important;
}

.text-success-500 {
    color: #32e7b1!important;
}

.bg-success-500 {
    background-color: #32e7b1!important;
}

.border-success-500 {
    border-color: #32e7b1!important;
}

.hoverbg-success-500:hover {
    background-color: #32e7b1!important;
}

.hover\:bg-success-500:hover {
    background-color: #32e7b1!important;
}

.hover\:text-success-500:hover {
    color: #32e7b1!important;
}

.hover\:border-success-500:hover {
    border-color: #32e7b1!important;
}

.text-warning-600 {
    color: #eee6d0!important;
}

.bg-warning-600 {
    background-color: #eee6d0!important;
}

.border-warning-600 {
    border-color: #eee6d0!important;
}

.hoverbg-warning-600:hover {
    background-color: #eee6d0!important;
}

.hover\:bg-warning-600:hover {
    background-color: #eee6d0!important;
}

.hover\:text-warning-600:hover {
    color: #eee6d0!important;
}

.hover\:border-warning-600:hover {
    border-color: #eee6d0!important;
}

.text-warning-500 {
    color: #ffc947!important;
}

.bg-warning-500 {
    background-color: #ffc947!important;
}

.border-warning-500 {
    border-color: #ffc947!important;
}

.hoverbg-warning-500:hover {
    background-color: #ffc947!important;
}

.hover\:bg-warning-500:hover {
    background-color: #ffc947!important;
}

.hover\:text-warning-500:hover {
    color: #ffc947!important;
}

.hover\:border-warning-500:hover {
    border-color: #ffc947!important;
}

.text-warning-400 {
    color: #f0e9e1!important;
}

.bg-warning-400 {
    background-color: #f0e9e1!important;
}

.border-warning-400 {
    border-color: #f0e9e1!important;
}

.hoverbg-warning-400:hover {
    background-color: #f0e9e1!important;
}

.hover\:bg-warning-400:hover {
    background-color: #f0e9e1!important;
}

.hover\:text-warning-400:hover {
    color: #f0e9e1!important;
}

.hover\:border-warning-400:hover {
    border-color: #f0e9e1!important;
}

.text-warning-300 {
    color: #fffdf5!important;
}

.bg-warning-300 {
    background-color: #fffdf5!important;
}

.border-warning-300 {
    border-color: #fffdf5!important;
}

.hoverbg-warning-300:hover {
    background-color: #fffdf5!important;
}

.hover\:bg-warning-300:hover {
    background-color: #fffdf5!important;
}

.hover\:text-warning-300:hover {
    color: #fffdf5!important;
}

.hover\:border-warning-300:hover {
    border-color: #fffdf5!important;
}

.text-warning-200 {
    color: #f6f2e8!important;
}

.bg-warning-200 {
    background-color: #f6f2e8!important;
}

.border-warning-200 {
    border-color: #f6f2e8!important;
}

.hoverbg-warning-200:hover {
    background-color: #f6f2e8!important;
}

.hover\:bg-warning-200:hover {
    background-color: #f6f2e8!important;
}

.hover\:text-warning-200:hover {
    color: #f6f2e8!important;
}

.hover\:border-warning-200:hover {
    border-color: #f6f2e8!important;
}

.text-warning-100 {
    color: #fffcf2!important;
}

.bg-warning-100 {
    background-color: #fffcf2!important;
}

.border-warning-100 {
    border-color: #fffcf2!important;
}

.hoverbg-warning-100:hover {
    background-color: #fffcf2!important;
}

.hover\:bg-warning-100:hover {
    background-color: #fffcf2!important;
}

.hover\:text-warning-100:hover {
    color: #fffcf2!important;
}

.hover\:border-warning-100:hover {
    border-color: #fffcf2!important;
}

.text-danger-500 {
    color: #ff6b55!important;
}

.bg-danger-500 {
    background-color: #ff6b55!important;
}

.border-danger-500 {
    border-color: #ff6b55!important;
}

.hoverbg-danger-500:hover {
    background-color: #ff6b55!important;
}

.hover\:bg-danger-500:hover {
    background-color: #ff6b55!important;
}

.hover\:text-danger-500:hover {
    color: #ff6b55!important;
}

.hover\:border-danger-500:hover {
    border-color: #ff6b55!important;
}

.hover\:border-transparent {
    border-color: transparent!important;
}

.rt-mr-0 {
    margin-right: 0!important;
}

.rt-ml-0 {
    margin-left: 0!important;
}

.rt-rounded-0 {
    border-radius: 0!important;
}

.rt-mr-1 {
    margin-right: 1px!important;
}

.rt-ml-1 {
    margin-left: 1px!important;
}

.rt-rounded-1 {
    border-radius: 1px!important;
}

.rt-mr-2 {
    margin-right: 2px!important;
}

.rt-ml-2 {
    margin-left: 2px!important;
}

.rt-rounded-2 {
    border-radius: 2px!important;
}

.rt-mr-3 {
    margin-right: 3px!important;
}

.rt-ml-3 {
    margin-left: 3px!important;
}

.rt-rounded-3 {
    border-radius: 3px!important;
}

.rt-mr-4 {
    margin-right: 4px!important;
}

.rt-ml-4 {
    margin-left: 4px!important;
}

.rt-rounded-4 {
    border-radius: 4px!important;
}

.rt-mr-5 {
    margin-right: 5px!important;
}

.rt-ml-5 {
    margin-left: 5px!important;
}

.rt-rounded-5 {
    border-radius: 5px!important;
}

.rt-mr-6 {
    margin-right: 6px!important;
}

.rt-ml-6 {
    margin-left: 6px!important;
}

.rt-rounded-6 {
    border-radius: 6px!important;
}

.rt-mr-7 {
    margin-right: 7px!important;
}

.rt-ml-7 {
    margin-left: 7px!important;
}

.rt-rounded-7 {
    border-radius: 7px!important;
}

.rt-mr-8 {
    margin-right: 8px!important;
}

.rt-ml-8 {
    margin-left: 8px!important;
}

.rt-rounded-8 {
    border-radius: 8px!important;
}

.rt-mr-9 {
    margin-right: 9px!important;
}

.rt-ml-9 {
    margin-left: 9px!important;
}

.rt-rounded-9 {
    border-radius: 9px!important;
}

.rt-mr-10 {
    margin-right: 10px!important;
}

.rt-ml-10 {
    margin-left: 10px!important;
}

.rt-rounded-10 {
    border-radius: 10px!important;
}

.rt-mr-11 {
    margin-right: 11px!important;
}

.rt-ml-11 {
    margin-left: 11px!important;
}

.rt-rounded-11 {
    border-radius: 11px!important;
}

.rt-mr-12 {
    margin-right: 12px!important;
}

.rt-ml-12 {
    margin-left: 12px!important;
}

.rt-rounded-12 {
    border-radius: 12px!important;
}

.rt-mr-13 {
    margin-right: 13px!important;
}

.rt-ml-13 {
    margin-left: 13px!important;
}

.rt-rounded-13 {
    border-radius: 13px!important;
}

.rt-mr-14 {
    margin-right: 14px!important;
}

.rt-ml-14 {
    margin-left: 14px!important;
}

.rt-rounded-14 {
    border-radius: 14px!important;
}

.rt-mr-15 {
    margin-right: 15px!important;
}

.rt-ml-15 {
    margin-left: 15px!important;
}

.rt-rounded-15 {
    border-radius: 15px!important;
}

.rt-mr-16 {
    margin-right: 16px!important;
}

.rt-ml-16 {
    margin-left: 16px!important;
}

.rt-rounded-16 {
    border-radius: 16px!important;
}

.rt-mr-17 {
    margin-right: 17px!important;
}

.rt-ml-17 {
    margin-left: 17px!important;
}

.rt-rounded-17 {
    border-radius: 17px!important;
}

.rt-mr-18 {
    margin-right: 18px!important;
}

.rt-ml-18 {
    margin-left: 18px!important;
}

.rt-rounded-18 {
    border-radius: 18px!important;
}

.rt-mr-19 {
    margin-right: 19px!important;
}

.rt-ml-19 {
    margin-left: 19px!important;
}

.rt-rounded-19 {
    border-radius: 19px!important;
}

.rt-mr-20 {
    margin-right: 20px!important;
}

.rt-ml-20 {
    margin-left: 20px!important;
}

.rt-rounded-20 {
    border-radius: 20px!important;
}

.rt-mr-21 {
    margin-right: 21px!important;
}

.rt-ml-21 {
    margin-left: 21px!important;
}

.rt-rounded-21 {
    border-radius: 21px!important;
}

.rt-mr-22 {
    margin-right: 22px!important;
}

.rt-ml-22 {
    margin-left: 22px!important;
}

.rt-rounded-22 {
    border-radius: 22px!important;
}

.rt-mr-23 {
    margin-right: 23px!important;
}

.rt-ml-23 {
    margin-left: 23px!important;
}

.rt-rounded-23 {
    border-radius: 23px!important;
}

.rt-mr-24 {
    margin-right: 24px!important;
}

.rt-ml-24 {
    margin-left: 24px!important;
}

.rt-rounded-24 {
    border-radius: 24px!important;
}

.rt-mr-25 {
    margin-right: 25px!important;
}

.rt-ml-25 {
    margin-left: 25px!important;
}

.rt-rounded-25 {
    border-radius: 25px!important;
}

.rt-mr-26 {
    margin-right: 26px!important;
}

.rt-ml-26 {
    margin-left: 26px!important;
}

.rt-rounded-26 {
    border-radius: 26px!important;
}

.rt-mr-27 {
    margin-right: 27px!important;
}

.rt-ml-27 {
    margin-left: 27px!important;
}

.rt-rounded-27 {
    border-radius: 27px!important;
}

.rt-mr-28 {
    margin-right: 28px!important;
}

.rt-ml-28 {
    margin-left: 28px!important;
}

.rt-rounded-28 {
    border-radius: 28px!important;
}

.rt-mr-29 {
    margin-right: 29px!important;
}

.rt-ml-29 {
    margin-left: 29px!important;
}

.rt-rounded-29 {
    border-radius: 29px!important;
}

.rt-mr-30 {
    margin-right: 30px!important;
}

.rt-ml-30 {
    margin-left: 30px!important;
}

.rt-rounded-30 {
    border-radius: 30px!important;
}

.rt-mb-0 {
    margin-bottom: 0;
}

.rt-pt-0 {
    padding-top: 0;
}

.rt-spacer-0 {
    height: 0;
}

.rt-mb-10 {
    margin-bottom: 10px;
}

.rt-pt-10 {
    padding-top: 10px;
}

.rt-spacer-10 {
    height: 10px;
}

.rt-mb-20 {
    margin-bottom: 20px;
}

.rt-pt-20 {
    padding-top: 20px;
}

.rt-spacer-20 {
    height: 20px;
}

.rt-mb-30 {
    margin-bottom: 30px;
}

.rt-pt-30 {
    padding-top: 30px;
}

.rt-spacer-30 {
    height: 30px;
}

.rt-mb-40 {
    margin-bottom: 40px;
}

.rt-pt-40 {
    padding-top: 40px;
}

.rt-spacer-40 {
    height: 40px;
}

.rt-mb-50 {
    margin-bottom: 50px;
}

.rt-pt-50 {
    padding-top: 50px;
}

.rt-spacer-50 {
    height: 50px;
}

.rt-mb-60 {
    margin-bottom: 60px;
}

.rt-pt-60 {
    padding-top: 60px;
}

.rt-spacer-60 {
    height: 60px;
}

.rt-mb-70 {
    margin-bottom: 70px;
}

.rt-pt-70 {
    padding-top: 70px;
}

.rt-spacer-70 {
    height: 70px;
}

.rt-mb-80 {
    margin-bottom: 80px;
}

.rt-pt-80 {
    padding-top: 80px;
}

.rt-spacer-80 {
    height: 80px;
}

.rt-mb-90 {
    margin-bottom: 90px;
}

.rt-pt-90 {
    padding-top: 90px;
}

.rt-spacer-90 {
    height: 90px;
}

.rt-mb-100 {
    margin-bottom: 100px;
}

.rt-pt-100 {
    padding-top: 100px;
}

.rt-spacer-100 {
    height: 100px;
}

@media (max-width:1199.98px){
    .rt-mb-lg-0 {
        margin-bottom: 0;
    }

    .rt-pt-lg-0 {
        padding-top: 0;
    }

    .rt-spacer-lg-0 {
        height: 0;
    }

    .rt-mb-lg-10 {
        margin-bottom: 10px;
    }

    .rt-pt-lg-10 {
        padding-top: 10px;
    }

    .rt-spacer-lg-10 {
        height: 10px;
    }

    .rt-mb-lg-20 {
        margin-bottom: 20px;
    }

    .rt-pt-lg-20 {
        padding-top: 20px;
    }

    .rt-spacer-lg-20 {
        height: 20px;
    }

    .rt-mb-lg-30 {
        margin-bottom: 30px;
    }

    .rt-pt-lg-30 {
        padding-top: 30px;
    }

    .rt-spacer-lg-30 {
        height: 30px;
    }

    .rt-mb-lg-40 {
        margin-bottom: 40px;
    }

    .rt-pt-lg-40 {
        padding-top: 40px;
    }

    .rt-spacer-lg-40 {
        height: 40px;
    }

    .rt-mb-lg-50 {
        margin-bottom: 50px;
    }

    .rt-pt-lg-50 {
        padding-top: 50px;
    }

    .rt-spacer-lg-50 {
        height: 50px;
    }

    .rt-mb-lg-60 {
        margin-bottom: 60px;
    }

    .rt-pt-lg-60 {
        padding-top: 60px;
    }

    .rt-spacer-lg-60 {
        height: 60px;
    }

    .rt-mb-lg-70 {
        margin-bottom: 70px;
    }

    .rt-pt-lg-70 {
        padding-top: 70px;
    }

    .rt-spacer-lg-70 {
        height: 70px;
    }

    .rt-mb-lg-80 {
        margin-bottom: 80px;
    }

    .rt-pt-lg-80 {
        padding-top: 80px;
    }

    .rt-spacer-lg-80 {
        height: 80px;
    }

    .rt-mb-lg-90 {
        margin-bottom: 90px;
    }

    .rt-pt-lg-90 {
        padding-top: 90px;
    }

    .rt-spacer-lg-90 {
        height: 90px;
    }

    .rt-mb-lg-100 {
        margin-bottom: 100px;
    }

    .rt-pt-lg-100 {
        padding-top: 100px;
    }

    .rt-spacer-lg-100 {
        height: 100px;
    }
}

@media (max-width:991.98px){
    .rt-mb-md-0 {
        margin-bottom: 0;
    }

    .rt-pt-md-0 {
        padding-top: 0;
    }

    .rt-spacer-md-0 {
        height: 0;
    }

    .rt-mb-md-10 {
        margin-bottom: 10px;
    }

    .rt-pt-md-10 {
        padding-top: 10px;
    }

    .rt-spacer-md-10 {
        height: 10px;
    }

    .rt-mb-md-20 {
        margin-bottom: 20px;
    }

    .rt-pt-md-20 {
        padding-top: 20px;
    }

    .rt-spacer-md-20 {
        height: 20px;
    }

    .rt-mb-md-30 {
        margin-bottom: 30px;
    }

    .rt-pt-md-30 {
        padding-top: 30px;
    }

    .rt-spacer-md-30 {
        height: 30px;
    }

    .rt-mb-md-40 {
        margin-bottom: 40px;
    }

    .rt-pt-md-40 {
        padding-top: 40px;
    }

    .rt-spacer-md-40 {
        height: 40px;
    }

    .rt-mb-md-50 {
        margin-bottom: 50px;
    }

    .rt-pt-md-50 {
        padding-top: 50px;
    }

    .rt-spacer-md-50 {
        height: 50px;
    }

    .rt-mb-md-60 {
        margin-bottom: 60px;
    }

    .rt-pt-md-60 {
        padding-top: 60px;
    }

    .rt-spacer-md-60 {
        height: 60px;
    }

    .rt-mb-md-70 {
        margin-bottom: 70px;
    }

    .rt-pt-md-70 {
        padding-top: 70px;
    }

    .rt-spacer-md-70 {
        height: 70px;
    }

    .rt-mb-md-80 {
        margin-bottom: 80px;
    }

    .rt-pt-md-80 {
        padding-top: 80px;
    }

    .rt-spacer-md-80 {
        height: 80px;
    }

    .rt-mb-md-90 {
        margin-bottom: 90px;
    }

    .rt-pt-md-90 {
        padding-top: 90px;
    }

    .rt-spacer-md-90 {
        height: 90px;
    }

    .rt-mb-md-100 {
        margin-bottom: 100px;
    }

    .rt-pt-md-100 {
        padding-top: 100px;
    }

    .rt-spacer-md-100 {
        height: 100px;
    }
}

@media (max-width:767.98px){
    .rt-mb-xs-0 {
        margin-bottom: 0;
    }

    .rt-pt-xs-0 {
        padding-top: 0;
    }

    .rt-spacer-xs-0 {
        height: 0;
    }

    .rt-mb-xs-10 {
        margin-bottom: 10px;
    }

    .rt-pt-xs-10 {
        padding-top: 10px;
    }

    .rt-spacer-xs-10 {
        height: 10px;
    }

    .rt-mb-xs-20 {
        margin-bottom: 20px;
    }

    .rt-pt-xs-20 {
        padding-top: 20px;
    }

    .rt-spacer-xs-20 {
        height: 20px;
    }

    .rt-mb-xs-30 {
        margin-bottom: 30px;
    }

    .rt-pt-xs-30 {
        padding-top: 30px;
    }

    .rt-spacer-xs-30 {
        height: 30px;
    }

    .rt-mb-xs-40 {
        margin-bottom: 40px;
    }

    .rt-pt-xs-40 {
        padding-top: 40px;
    }

    .rt-spacer-xs-40 {
        height: 40px;
    }

    .rt-mb-xs-50 {
        margin-bottom: 50px;
    }

    .rt-pt-xs-50 {
        padding-top: 50px;
    }

    .rt-spacer-xs-50 {
        height: 50px;
    }

    .rt-mb-xs-60 {
        margin-bottom: 60px;
    }

    .rt-pt-xs-60 {
        padding-top: 60px;
    }

    .rt-spacer-xs-60 {
        height: 60px;
    }

    .rt-mb-xs-70 {
        margin-bottom: 70px;
    }

    .rt-pt-xs-70 {
        padding-top: 70px;
    }

    .rt-spacer-xs-70 {
        height: 70px;
    }

    .rt-mb-xs-80 {
        margin-bottom: 80px;
    }

    .rt-pt-xs-80 {
        padding-top: 80px;
    }

    .rt-spacer-xs-80 {
        height: 80px;
    }

    .rt-mb-xs-90 {
        margin-bottom: 90px;
    }

    .rt-pt-xs-90 {
        padding-top: 90px;
    }

    .rt-spacer-xs-90 {
        height: 90px;
    }

    .rt-mb-xs-100 {
        margin-bottom: 100px;
    }

    .rt-pt-xs-100 {
        padding-top: 100px;
    }

    .rt-spacer-xs-100 {
        height: 100px;
    }
}

.pointer {
    cursor: pointer;
}

.text-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slick-bullet .slick-dots li button:before {
    display: none!important;
}

.slick-bullet .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-bullet .slick-dots li {
    position: relative;
    z-index: 1;
    width: 10px;
    display: inline-block;
    height: 10px;
}

.slick-bullet .slick-dots li button {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-bullet.deafult_style_dot .slick-dots li button {
    overflow: hidden;
    transition: background .3s ease;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active {
    width: 24px;
}

.slick-bullet.deafult_style_dot .slick-dots li.slick-active button {
    border-radius: 32px;
}

.slick-bullet.dotstyle-fillup .slick-dots li button {
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: background .3s ease;
}

.slick-bullet.dotstyle-fillup .slick-dots li button:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
    border-radius: 50%;
}

.slick-bullet.dotstyle-fillup .slick-dots li.slick-active button::after {
    height: 100%;
}

.slick-bullet.dotstyle-scaleup .slick-dots li button {
    overflow: hidden;
    background-color: rgba(255,255,255,.3);
    transition: all .3s ease;
}

.slick-bullet.dotstyle-scaleup .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: #fff;
}

.slick-bullet.dotstyle-stroke .slick-dots li button {
    transition: box-shadow .3s ease,background-color .3s ease;
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
}

.slick-bullet.dotstyle-stroke .slick-dots li.slick-active button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-fillin .slick-dots li button {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: box-shadow .3s ease;
}

.slick-bullet.dotstyle-fillin .slick-dots li.slick-active button {
    box-shadow: inset 0 0 0 8px #fff;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li {
    box-shadow: 0 0 0 2px #fff;
    border-radius: 50%;
    transition: all .3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li button {
    transform: scale(.4);
    background-color: #fff;
    transition: all .3s ease;
}

.slick-bullet.dotstyle-dotstroke .slick-dots li.slick-active button {
    transform: scale(1);
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li {
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
    border-radius: 50%;
    transition: all .3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li button {
    background-color: #fff;
    transition: all .3s ease;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active {
    box-shadow: 0 0 0 2px #fff;
}

.slick-bullet.dotstyle-dotstroke2 .slick-dots li.slick-active button {
    transform: scale(.4);
}

#scrollUp {
    right: 30px;
    bottom: 30px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 55px;
    text-align: center;
}

.modal-header {
    padding: 20px 24px 20px 24px;
}

.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
    margin-bottom: 0;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 24px;
}

.bg-warning-400 {
    background-color: var(--warning-400);
}

.bg-warning-300 {
    background-color: var(--warning-300);
}

.bg-warning-200 {
    background-color: var(--warning-200);
}

.bg-warning-100 {
    background-color: var(--warning-100);
}

.bg-gray-800 {
    background-color: var(--gray-800);
}

.z-index {
    z-index: 3;
    position: relative;
}

.max-w-full {
    max-width: 100%!important;
}

header.header-section {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    padding: 13px 0;
    transition: all .4s;
}

header.header-section.sticky-menu {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 4px 80px rgba(0,0,0,.06);
}

.site-menu-main .nav-link-item {
    color: var(--gray-800);
}

.nexto-header-two .site-menu-main .nav-link-item {
    color: var(--gray-800);
}

.nexto-header-two.site-header .mobile-menu-trigger span {
    background-color: var(--gray-800);
}

.nexto-header-two.site-header .mobile-menu-trigger span:after,
.nexto-header-two.site-header .mobile-menu-trigger span:before {
    background-color: var(--gray-800);
}

header.nexto-header-section.nexto-header-two.sticky-menu {
    background-color: var(--gray-10);
    box-shadow: 0 8px 80px rgba(19,17,26,.06);
}

header.mh--header-section {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    padding: 13px 0;
    transition: all .4s;
}

header.mh--header-section.mh--header-three {
    background-color: var(--gray-800);
}

header.mh--header-section.mh--header-three .site-menu-main .nav-link-item {
    color: var(--gray-10);
}

header.mh--header-section.sticky-menu {
    padding: 10px 0;
    background-color: var(--gray-800);
}

.header-two .site-menu-main .nav-link-item {
    color: var(--gray-800);
}

.header-two.site-header .mobile-menu-trigger span {
    background-color: var(--gray-800);
}

.header-two.site-header .mobile-menu-trigger span:after,
.header-two.site-header .mobile-menu-trigger span:before {
    background-color: var(--gray-800);
}

header.mh--header-section.header-two.sticky-menu {
    background-color: var(--gray-10);
    box-shadow: 0 8px 80px rgba(19,17,26,.06);
}

.mh--header-three .site-navbar .menu-block-wrapper {
    justify-content: center;
}

.header-two .site-navbar .menu-block-wrapper {
    justify-content: center;
}

.mh--header-three.site-header .mobile-menu-trigger span {
    background-color: #fff;
}

.mh--header-three.site-header .mobile-menu-trigger span:after,
.mh--header-three.site-header .mobile-menu-trigger span:before {
    background-color: #fff;
}

.mh-responsive-btn {
    display: none;
    margin-top: 40px;
    padding: 0 15px;
}

.mh-responsive-btn .mh-btn.mh-header-btn {
    margin: 25px 0 0;
    padding: 0 33px;
}

@media (max-width:991px){
    .mh-responsive-btn {
        display: block;
    }
}

footer.mh-footer-section {
    background-color: var(--gray-800);
    padding: 100px 0 95px;
}

@media (max-width:991px){
    footer.mh-footer-section {
        padding: 80px 0;
    }
}

@media (max-width:767px){
    footer.mh-footer-section {
        padding: 60px 0;
    }
}

@media (max-width:991px){
    .mh-textarea {
        margin-bottom: 50px;
        max-width: 500px;
    }
}

.mh-textarea .mh-footer-logo {
    margin-bottom: 30px;
}

.mh-textarea p {
    color: #fff;
    opacity: .6;
}

.mh-textarea .mh-copywright {
    font-size: 16px;
    margin-top: 55px;
}

@media (max-width:991px){
    .mh-textarea .mh-copywright {
        margin-top: 25px;
    }
}

.mh-footer-menu.mh-custom-margin {
    margin-left: 60px;
}

@media (max-width:991px){
    .mh-footer-menu.mh-custom-margin {
        margin: 0 0 40px;
    }
}

@media (max-width:575px){
    .mh-footer-menu {
        margin-bottom: 40px;
    }
}

.mh-footer-menu span {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    display: block;
    color: var(--gray-10);
    opacity: .6;
}

@media (max-width:575px){
    .mh-footer-menu span {
        margin-bottom: 20px;
    }
}

.mh-footer-menu ul li {
    margin-bottom: 10px;
}

.mh-footer-menu ul li:last-child {
    margin-bottom: 0;
}

.mh-footer-menu ul li a {
    font-size: 18px;
    color: var(--gray-10);
    transition: all .4s;
}

.mh-footer-menu ul li a:hover {
    opacity: 1;
    padding-left: 10px;
    color: var(--warning-500);
}

footer.mh-foote2-section {
    background-color: var(--gray-800);
}

footer.mh-foote2-section .mh-footer-top {
    padding: 110px 0;
    border: none;
}

@media (max-width:991px){
    footer.mh-foote2-section .mh-footer-top {
        padding: 90px 0;
    }
}

@media (max-width:767px){
    footer.mh-foote2-section .mh-footer-top {
        padding: 70px 0;
    }
}

footer.mh-foote2-section .mh-default-content {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

footer.mh-foote2-section .mh-default-content h2,
footer.mh-foote2-section .mh-default-content p {
    color: var(--gray-10);
}

footer.mh-foote2-section .mh-default-content p {
    opacity: .8;
    padding: 0 30px;
}

footer.mh-foote2-section .mh-default-content .mh-app-btn-wrap {
    margin: 55px 0 0;
}

@media (max-width:991px){
    footer.mh-foote2-section .mh-default-content .mh-app-btn-wrap {
        margin-top: 30px 0 0;
    }
}

.mh-footer-middle {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

@media (max-width:991px){
    .mh-footer-middle .mh-footer-logo {
        text-align: center;
        margin-bottom: 25px;
    }
}

.mh-footer-middle .mh-social-icon2 {
    text-align: right;
}

@media (max-width:991px){
    .mh-footer-middle .mh-social-icon2 {
        text-align: center;
    }
}

@media (max-width:991px){
    .mh-footer-menu2 {
        text-align: center;
        margin-bottom: 15px;
    }
}

.mh-footer-menu2 ul li {
    margin: 0 15px 10px;
    display: inline-block;
}

.mh-footer-menu2 ul li:first-child {
    margin-left: 0;
}

.mh-footer-menu2 ul li:last-child {
    margin-right: 0;
}

.mh-footer-menu2 ul li a {
    font-weight: 600;
    color: var(--gray-10);
    transition: all .4s;
}

.mh-footer-menu2 ul li a:hover {
    color: var(--success-500);
}

.mh-email {
    font-weight: 600;
    color: var(--gray-10);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mh-email img {
    margin-right: 10px;
}

@media (max-width:991px){
    .mh-email {
        justify-content: center;
    }
}

.mh-footer-bottom {
    padding: 35px 0;
}

@media (max-width:767px){
    .mh-footer-bottom {
        text-align: center;
    }
}

.mh-footer-bottom p {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin: 0;
    margin-right: 40px;
}

@media (max-width:767px){
    .mh-footer-bottom p {
        margin: 0 0 20px;
    }
}

.mh-footer-bottom .mh-footer-menu {
    text-align: right;
}

@media (max-width:767px){
    .mh-footer-bottom .mh-footer-menu {
        text-align: center;
    }
}

@media (max-width:575px){
    .mh-footer-bottom .mh-footer-menu {
        margin-bottom: 0;
    }
}

.mh-footer-bottom .mh-footer-menu ul li {
    padding-right: 20px;
    display: inline-block;
    position: relative;
    opacity: .6;
    margin: 0;
}

.mh-footer-bottom .mh-footer-menu ul li::after {
    content: " ";
    top: 14px;
    right: 5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #fff;
    opacity: .8;
}

.mh-footer-bottom .mh-footer-menu ul li:last-child {
    padding-right: 0;
}

.mh-footer-bottom .mh-footer-menu ul li:last-child:after {
    content: none;
}

.mh-footer-bottom .mh-footer-menu ul li a {
    font-size: 16px;
}

.mh-footer-bottom .mh-footer-menu ul li a:hover {
    padding: 0;
}

footer.mh--footer-section {
    background-color: var(--gray-800);
}

.mh--footer-top {
    padding: 120px 0 60px;
    border-bottom: 1px solid var(--gray-900);
}

@media (max-width:991px){
    .mh--footer-top {
        padding: 100px 0 30px;
    }
}

@media (max-width:767px){
    .mh--footer-top {
        padding: 80px 0 15px;
    }
}

@media (max-width:575px){
    .mh--footer-top {
        padding: 80px 0 0;
    }
}

@media (max-width:991px){
    .mh--textarea {
        margin-bottom: 30px;
        max-width: 500px;
    }
}

.mh--textarea .mh--footer-logo {
    margin-bottom: 30px;
}

.mh--textarea p {
    color: #fff;
    opacity: .6;
}

@media (max-width:575px){
    .mh--footer-menu {
        margin-bottom: 40px;
    }
}

.mh--footer-menu span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

@media (max-width:575px){
    .mh--footer-menu span {
        margin-bottom: 20px;
    }
}

.mh--footer-menu ul li {
    margin-bottom: 6px;
}

.mh--footer-menu ul li:last-child {
    margin-bottom: 0;
}

.mh--footer-menu ul li a {
    font-size: 18px;
    opacity: .6;
    color: var(--gray-10);
    transition: all .4s;
}

.mh--footer-menu ul li a:hover {
    opacity: 1;
    padding-left: 10px;
}

.mh--footer-bottom {
    display: flex;
    justify-content: center;
    padding: 35px 0;
}

@media (max-width:767px){
    .mh--footer-bottom {
        display: block;
        text-align: center;
    }
}

@media (max-width:575px){
    .mh--footer-bottom {
        display: block;
        text-align: center;
        padding: 10px 0 35px;
    }
}

.mh--footer-bottom p {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin: 0;
    margin-right: 40px;
}

@media (max-width:767px){
    .mh--footer-bottom p {
        margin: 0 0 20px;
    }
}

@media (max-width:575px){
    .mh--footer-bottom .mh--footer-menu {
        margin-bottom: 0;
    }
}

.mh--footer-bottom .mh--footer-menu ul li {
    padding-right: 20px;
    display: inline-block;
    position: relative;
}

.mh--footer-bottom .mh--footer-menu ul li::after {
    content: " ";
    top: 14px;
    right: 5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #fff;
    opacity: .8;
}

.mh--footer-bottom .mh--footer-menu ul li:last-child:after {
    content: none;
}

.mh--footer-bottom .mh--footer-menu ul li a {
    font-size: 16px;
}

.mh--footer-bottom .mh--footer-menu ul li a:hover {
    padding: 0;
}

footer.mh--foote2-section {
    background-size: cover;
    background-position: center;
}

footer.mh--foote2-section .mh--footer-top {
    padding: 120px 0;
    border: none;
}

@media (max-width:991px){
    footer.mh--foote2-section .mh--footer-top {
        padding: 70px 0;
    }
}

@media (max-width:767px){
    footer.mh--foote2-section .mh--footer-top {
        padding: 50px 0;
    }
}

footer.mh--foote2-section .mh--default-content {
    max-width: 590px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.mh--star {
    position: absolute;
    top: -12px;
    right: -40px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@media (max-width:767px){
    .mh--star {
        display: none;
    }
}

.mh--footer-middle {
    padding-bottom: 35px;
    border-bottom: 1px solid var(--gray-800);
}

@media (max-width:991px){
    .mh--footer-middle .mh--footer-logo {
        text-align: center;
        margin-bottom: 25px;
    }
}

.mh--footer-middle .mh--social-icon2 {
    text-align: right;
}

@media (max-width:991px){
    .mh--footer-middle .mh--social-icon2 {
        text-align: center;
    }
}

.mh--footer-menu2 {
    text-align: center;
}

.mh--footer-menu2 ul li {
    margin: 0 15px;
    display: inline-block;
}

.mh--footer-menu2 ul li:first-child {
    margin-left: 0;
}

.mh--footer-menu2 ul li:last-child {
    margin-right: 0;
}

.mh--footer-menu2 ul li a {
    font-weight: 600;
    color: var(--gray-800);
    transition: all .4s;
}

.mh--footer-menu2 ul li a:hover {
    color: var(--danger-500);
}

.mh--footer-bottom.mh--footer-bottom2 {
    display: block;
}

@media (max-width:991px){
    .mh--footer-bottom.mh--footer-bottom2 {
        text-align: center;
    }
}

.mh--footer-bottom.mh--footer-bottom2 p {
    color: var(--gray-800);
    margin: 0;
}

.mh--footer-bottom.mh--footer-bottom2 .mh--footer-menu {
    text-align: right;
}

@media (max-width:991px){
    .mh--footer-bottom.mh--footer-bottom2 .mh--footer-menu {
        text-align: center;
        margin-top: 15px;
    }
}

.mh--footer-bottom.mh--footer-bottom2 .mh--footer-menu ul li a {
    color: var(--gray-800);
}

.mh--footer-bottom.mh--footer-bottom2 .mh--footer-menu ul li::after {
    opacity: .6;
    background-color: var(--gray-800);
}

.mh--footer-bottom3 {
    display: block;
}

.mh--footer-bottom3 p {
    margin: 0;
}

@media (max-width:991px){
    .mh--footer-bottom3 p {
        text-align: center;
    }
}

.mh--footer-bottom3 .mh--footer-menu {
    text-align: right;
}

@media (max-width:991px){
    .mh--footer-bottom3 .mh--footer-menu {
        text-align: center;
        margin-top: 15px;
    }
}

.mh--info ul li {
    padding-left: 32px;
    position: relative;
    margin-bottom: 18px;
}

.mh--info ul li:last-child {
    margin-bottom: 0;
}

.mh--info ul li a {
    font-size: 16px;
    color: rgba(255,255,255,.6);
}

.mh--info ul li a img {
    left: 0;
    top: 6px;
    position: absolute;
}

footer.fugo--footer-section.white-version {
    background-color: #fff;
}

footer.fugo--footer-section.white-version .fugo--textarea p {
    color: #13111a;
}

footer.fugo--footer-section.white-version .fugo--footer-menu span {
    color: #13111a;
}

footer.fugo--footer-section.white-version .fugo--footer-menu ul li a {
    color: #13111a;
}

footer.fugo--footer-section.white-version .fugo--footer-bottom p {
    color: #13111a;
}

.mh-btn {
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    padding: 20px 55px;
    font-weight: 700;
    font-family: Inter,sans-serif;
    width: fit-content;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    color: var(--gray-800);
    background-color: var(--warning-500);
}

.mh-btn:hover {
    color: var(--gray-10);
    background-color: var(--gray-800);
}

.mh-btn.mh-header-btn {
    padding: 11px 33px;
    margin-left: 40px;
    background-color: transparent;
    border: 2px solid var(--gray-800);
}

.mh-btn.mh-header-btn:hover {
    color: var(--gray-10);
    background-color: var(--gray-800);
}

.mh-btn.mh-header-btn.mh-header-btn2 {
    border-radius: 100px;
    border: 2px solid var(--success-500);
    background-color: var(--success-500);
}

.mh-btn.mh-header-btn.mh-header-btn2:hover {
    border: 2px solid var(--gray-800);
    background-color: var(--gray-800);
}

.mh-btn.mh-round-btn {
    width: 200px;
    padding: 18px;
    border-radius: 100px;
    background-color: transparent;
    border: 2px solid var(--gray-800);
}

.mh-btn.mh-round-btn:hover {
    background-color: var(--gray-800);
}

.mh-btn.mh-round-btn.active {
    border: 2px solid var(--success-500);
    background-color: var(--success-500);
}

.mh-btn.mh-round-btn.active:hover {
    color: var(--gray-10);
    background-color: var(--gray-800);
    border: 2px solid var(--gray-800);
}

.mh-btn.small-btn {
    border-radius: 10px;
    padding: 15.5px 41px;
}

.mh-btn.disabled,
.mh-btn:disabled {
    opacity: 1;
}

.mh-btn.d-block {
    width: 100%;
}

.mh-btn.pill {
    border-radius: 999px;
}

.mh-btn.btn-icon {
    padding: 9px 24px;
}

.mh-btn:focus {
    box-shadow: none;
}

.mh--outline-btn {
    padding: 2px;
    border-radius: 10px;
    display: inline-block;
    color: var(--gray-10);
    background: linear-gradient(to right,#ff9500,#ff8747,#ffc947);
}

.mh--outline-btn span {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15.5px 38px;
    border-radius: 10px;
    background-color: var(--gray-800);
    transition: all .4s;
}

.mh--outline-btn:hover span {
    background-color: transparent;
}

.mh--outline-btn:hover {
    color: var(--gray-10);
}

.mh--btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: Inter,sans-serif;
    width: fit-content;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    min-width: 180px;
    text-align: center;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    padding: 15.5px 36px;
}

.mh--btn.active:before {
    opacity: 1;
}

.mh--btn.active:hover:before {
    width: 200%;
}

.mh--btn.mh--menu-btn1 {
    color: #fff;
    padding: 10.5px 31px;
    background-size: 200% auto!important;
    background: linear-gradient(to right,#ff00d4 0,#7d41ea 30.35%,#0080ff 100%);
}

.mh--btn.mh--menu-btn1:hover {
    background-position: right center;
}

.mh--btn.mh--menu-btn2,
.mh--btn.mh--menu-btn3 {
    padding: 10.5px 30px;
    border-radius: 3px;
    font-weight: 700;
    z-index: 0;
    color: var(--gray-800);
    background-color: var(--danger-500);
}

.mh--btn.mh--menu-btn2:before,
.mh--btn.mh--menu-btn3:before {
    content: none;
}

.mh--btn.mh--menu-btn2:hover,
.mh--btn.mh--menu-btn3:hover {
    color: var(--gray-10);
    box-shadow: 5px 5px 0 0 var(--gray-800);
}

.mh--btn.mh--menu-btn3 {
    border-radius: 0;
    color: var(--gray-10);
    background-color: var(--primary-500);
}

.mh--btn.mh--menu-btn3:hover {
    color: var(--gray-10);
    box-shadow: 5px 5px 0 0 var(--gray-10);
}

.mh--btn.bg-gray {
    color: var(--gray-10);
    background-color: var(--gray-900);
}

.mh--btn.bg-white {
    color: var(--gray-800);
    background-color: var(--success-500);
}

.mh--btn.bg-orange {
    border-radius: 3px;
    color: var(--gray-800);
    background-color: var(--danger-500);
}

.mh--btn.bg-orange:hover {
    color: var(--gray-10);
    box-shadow: 5px 5px 0 0 var(--gray-800);
}

.mh--btn.bg-orange:before {
    content: none;
}

.mh--btn.bg-blue {
    color: var(--gray-10);
    border-radius: 3px;
    background-color: var(--primary-500);
}

.mh--btn.bg-blue:before {
    content: none;
}

.mh--btn.bg-blue:hover {
    box-shadow: 5px 5px 0 0 var(--gray-10);
}

.mh--btn.bg-gradient {
    color: var(--gray-10);
}

.mh--btn.bg-gradient:before {
    opacity: 1;
}

.mh--btn.bg-gradient:hover:before {
    width: 200%;
}

.mh--btn.disabled,
.mh--btn:disabled {
    opacity: 1;
}

.mh--btn.btn-sm {
    font-size: 14px;
    padding: 8px 23px;
}

.mh--btn.d-block {
    width: 100%;
}

.mh--btn.pill {
    border-radius: 999px;
}

.mh--btn.btn-icon {
    padding: 9px 24px;
}

.mh--btn:focus {
    box-shadow: none;
}

.mh--btn.no-padding {
    padding: 0 5px;
}

.mh--btn .button-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
}

.mh--btn .button-content-wrapper .button-icon {
    order: 5;
    flex-grow: 0;
    font-size: 20px;
    margin-right: 8px;
}

.mh--btn .button-content-wrapper .button-icon.align-icon-right {
    order: 15;
    margin-left: 8px;
    margin-right: 0;
}

.mh--btn .button-content-wrapper .button-text {
    order: 10;
}

.mh--btn.d-block .button-content-wrapper .button-icon,
.mh--btn.d-block .button-content-wrapper .button-text {
    flex-grow: 0!important;
}

.mh--btn:before {
    content: " ";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .4s;
    opacity: 0;
    border-radius: 10px;
    background: linear-gradient(225deg,#ffb700 0,#ffb700 15%,#ff9500 100%);
}

.mh--btn:hover:before {
    opacity: 1;
}

.mh--btn:hover {
    color: #fff;
}

.dropdown-toggle::after {
    border: none;
    content: "";
    font-family: flaticon;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 15px;
}

.fromGroup .btn-link {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-500)!important;
}

.dropdown-menu {
    padding: 7px 0;
    color: var(--gray-700);
    border: none;
    border: 1px solid var(--gray-100);
    box-sizing: border-box;
    box-shadow: 0 4px 24px rgba(25,27,28,.16);
    border-radius: 4px;
    min-width: 160px;
}

.dropdown-item {
    color: var(--gray-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 15px!important;
}

.dropdown-item:hover {
    background-color: transparent;
    color: var(--danger-500);
}

.dropdown-item svg {
    margin-right: 4px;
}

.dropdown-item path {
    transition: all .4s;
    stroke: var(--gray-600);
}

.dropdown-item:hover path {
    stroke: var(--danger-500);
}

input,
input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea {
    margin: 0;
    width: 100%;
    height: 60px;
    color: var(--gray-800);
    border-radius: 10px;
    background-color: transparent;
    padding: 15px 30px!important;
    border: none!important;
    transition: all .4s;
    border: 1px solid var(--gray-700)!important;
}

input:focus,
textarea:focus {
    border: 1px solid var(--warning-500)!important;
}

textarea {
    height: 150px;
    resize: none;
}

@media (max-width:767px){
    textarea {
        height: 100px;
    }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--gray-800);
    opacity: .6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--gray-800);
    opacity: .6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--gray-800);
    opacity: .6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--gray-800);
    opacity: .6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: var(--gray-800);
    opacity: .6;
}

input::placeholder,
textarea::placeholder {
    color: var(--gray-800);
    opacity: .6;
}

.mh-newsletter {
    max-width: 555px;
    position: relative;
    margin: 0 auto;
}

.mh-newsletter input {
    padding: 15px 185px 15px 30px!important;
}

@media (max-width:575px){
    .mh-newsletter input {
        padding: 15px 30px!important;
    }
}

.mh-newsletter p {
    font-size: 14px;
    margin-top: 20px;
    color: rgba(19,17,26,.5);
}

#mh-submit-btn {
    font-weight: 700;
    width: 175px;
    height: 50px;
    right: 5px;
    top: 5px;
    font-size: 16px;
    transition: all .4s;
    border-radius: 10px;
    position: absolute;
    color: var(--gray-800);
    background-color: var(--warning-500);
}

#mh-submit-btn:hover {
    color: var(--gray-10);
    background-color: var(--gray-800);
}

@media (max-width:575px){
    #mh-submit-btn {
        position: inherit;
        width: 100%!important;
        margin-top: 10px;
        right: 0;
        top: 0;
    }
}

.mh--newsletter {
    max-width: 430px;
    position: relative;
    margin: 0 auto;
}

.mh--newsletter input {
    color: #13111a;
    height: 55px;
    padding: 10px 150px 10px 25px!important;
    background-color: var(--gray-10);
}

.mh--newsletter.mh--search input {
    height: 55px;
    padding: 10px 150px 10px 50px!important;
}

button#mh--search-btn {
    position: absolute;
    top: 11px;
    z-index: 9;
    left: 20px;
    opacity: .5;
}

#mh--submit-btn {
    font-weight: 700;
    width: 130px;
    height: 45px;
    color: #fff;
    right: 5px;
    top: 5px;
    transition: all .4s;
    border-radius: 10px;
    position: absolute;
    background-size: 200% auto!important;
    background: linear-gradient(to right,#ff00d4 0,#7d41ea 30.35%,#0080ff 100%);
}

#mh--submit-btn:hover {
    background-position: right center;
}

@media (max-width:575px){
    #mh--submit-btn {
        position: inherit;
        width: 100%!important;
        margin-top: 10px;
        right: 0;
        top: 0;
    }
}

.mh--newsletter.mh--newsletter2 {
    max-width: 466px;
    margin: 45px 0 0;
}

.mh--newsletter.mh--newsletter2 input {
    padding: 10px 160px 10px 25px!important;
}

@media (max-width:991px){
    .mh--newsletter.mh--newsletter2 {
        max-width: 100%;
    }
}

.mh--newsletter.mh--newsletter2 input {
    border-radius: 3px;
}

.mh--newsletter.mh--newsletter2 #mh--submit-btn {
    border-radius: 3px;
    right: 0;
    top: 0;
    height: 55px;
    width: 150px;
    border-radius: 0 3px 3px 0;
    background: var(--gray-800);
}

.mh--newsletter input::-webkit-input-placeholder {
    color: #13111a;
    opacity: .5;
}

.mh--newsletter input:-moz-placeholder {
    color: #13111a;
    opacity: .5;
}

.mh--newsletter input::-moz-placeholder {
    color: #13111a;
    opacity: .5;
}

.mh--newsletter input:-ms-input-placeholder {
    color: #13111a;
    opacity: .5;
}

.mh--newsletter input::-ms-input-placeholder {
    color: #13111a;
    opacity: .5;
}

.mh--newsletter input::placeholder {
    color: #13111a;
    opacity: .5;
}

#mh--form-submit-btn {
    width: 180px;
    height: 55px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    transition: all .4s;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
    border-radius: 10px;
}

.mh-breadcrumb-section {
    padding: 188px 0 120px;
    position: relative;
    background-color: var(--warning-400);
}

@media (max-width:991px){
    .mh-breadcrumb-section {
        padding: 150px 0 80px;
    }
}

@media (max-width:767px){
    .mh-breadcrumb-section {
        padding: 130px 0 60px;
    }
}

@media (max-width:479px){
    .mh-breadcrumb-section {
        padding: 100px 0 60px;
    }
}

.breadcrumbs {
    text-align: center;
}

@media (max-width:575px){
    .breadcrumbs h1 {
        margin-bottom: 10px;
        line-height: 20px;
    }
}

.breadcrumb {
    margin: 45px 0 0;
    justify-content: center;
}

@media (max-width:991px){
    .breadcrumb {
        margin: 25px 0 0;
    }
}

.breadcrumb .breadcrumb-item {
    color: var(--gray-800);
}

.breadcrumb .breadcrumb-item a {
    color: var(--gray-800);
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 600;
}

.mh-shape8 {
    position: absolute;
    top: 32%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@media (max-width:991px){
    .mh-shape8 {
        display: none;
    }
}

.mh-shape9 {
    position: absolute;
    right: 4%;
    bottom: 14%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@media (max-width:991px){
    .mh-shape9 {
        display: none;
    }
}

.mh--breadcrumb-thumb {
    overflow: hidden;
    border-radius: 100%;
    animation: zoom-in-zoom-out2 3s ease-out infinite;
}

.mh--breadcrumb-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh--breadcrumb-thumb-bottom,
.mh--breadcrumb-thumb-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:767px){
    .mh--breadcrumb-thumb-bottom,
    .mh--breadcrumb-thumb-top {
        display: none;
    }
}

.mh--breadcrumb-thumb-top {
    max-width: 873px;
    margin: 0 auto 80px;
}

.mh--breadcrumb-thumb.thumb1 {
    width: 80px;
    height: 80px;
}

.mh--breadcrumb-thumb.thumb2 {
    width: 48px;
    height: 45px;
}

.mh--breadcrumb-thumb.thumb3 {
    width: 60px;
    height: 60px;
}

.mh--breadcrumb-thumb.thumb4 {
    width: 86px;
    height: 80px;
}

@keyframes zoom-in-zoom-out2{
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.2,1.2);
    }

    100% {
        transform: scale(1,1);
    }
}

.mh--breadcrumbs-section {
    padding: 210px 0 120px;
    position: relative;
    z-index: 0;
}

@media (max-width:991px){
    .mh--breadcrumbs-section {
        padding: 140px 0 50px;
    }
}

@media (max-width:479px){
    .mh--breadcrumbs-section {
        padding: 110px 0 50px;
    }
}

.mh--breadcrumbs-data {
    max-width: 760px;
}

.mh--breadcrumbs-data h1 {
    letter-spacing: -1px;
    font-family: "Space Grotesk",sans-serif;
}

.mh--breadcrumbs-data p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px;
}

.mh--breadcrumbs-data p:last-child {
    margin-bottom: 0;
}

@media (max-width:767px){
    .mh--breadcrumbs-data p {
        font-size: 18px;
    }
}

.mh--breadcrumbs-data.dark-content h1,
.mh--breadcrumbs-data.dark-content p {
    color: var(--gray-800);
}

.mh--breadcrumbs-data.center-content {
    margin: 0 auto;
    text-align: center;
}

.mh--breadcrumbs-data.center-content .mh--newsletter {
    margin-top: 40px;
}

.dark-version .mh--breadcrumbs-data h1,
.dark-version .mh--breadcrumbs-data p {
    color: var(--gray-10);
}

.mh--blog-shape1 {
    top: 0;
    z-index: -1;
    position: absolute;
}

.pagination {
    justify-content: center;
}

.page-item .page-link {
    height: 50px;
    width: 50px;
    background-color: transparent;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: rgba(19,17,26,.4);
    text-align: center;
    border: 1px solid var(--gray-700);
}

.page-item .page-link:focus {
    box-shadow: none;
    outline: 0;
}

.page-item .page-link:hover {
    color: var(--gray-800);
    background-color: var(--warning-500);
}

.page-item .page-link.active {
    color: var(--gray-800);
    background-color: var(--warning-500);
}

.page-item:first-child .page-link {
    border-radius: 5px 0 0 5px;
}

.page-item:last-child .page-link {
    border-radius: 0 5px 5px 0;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    color: #0080ff;
}

.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg {
    position: absolute;
    right: -22px;
}

.page-item:first-child .page-link svg path,
.page-item:last-child .page-link svg path {
    stroke: var(--gray-10);
    transition: all .4s;
}

.page-item:first-child .page-link:hover path,
.page-item:last-child .page-link:hover path {
    stroke: #0080ff;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: transparent!important;
}

.page-item.active .page-link {
    color: #fff;
    background-color: var(--gray-900);
}

.mh-pagination {
    text-align: center;
    margin-top: 56px;
}

@media (max-width:767px){
    .mh-pagination {
        margin-top: 35px;
    }
}

.fugo--pagination .page-item {
    margin-right: 13px;
}

.fugo--pagination .page-item:last-child {
    margin-right: 0;
}

.fugo--pagination .page-item .page-link {
    height: 55px;
    width: 60px;
    background-color: transparent;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--gray-10);
    text-align: center;
}

@media (max-width:479px){
    .fugo--pagination .page-item .page-link {
        width: 50px;
        height: 50px;
    }
}

.fugo--pagination .page-item .page-link:focus {
    box-shadow: none;
    outline: 0;
}

.fugo--pagination .page-item .page-link:hover {
    background-color: var(--gray-900);
}

.fugo--pagination .page-item:first-child .page-link {
    border-radius: 10px;
}

.fugo--pagination .page-item:first-child .page-link svg {
    left: -22px;
    transform: rotate(180deg);
}

.fugo--pagination .page-item:first-child .page-link:hover,
.fugo--pagination .page-item:last-child .page-link:hover {
    color: #0080ff;
}

.fugo--pagination .page-item:first-child .page-link svg,
.fugo--pagination .page-item:last-child .page-link svg {
    position: absolute;
    right: -22px;
}

.fugo--pagination .page-item:first-child .page-link svg path,
.fugo--pagination .page-item:last-child .page-link svg path {
    stroke: var(--gray-10);
    transition: all .4s;
}

.fugo--pagination .page-item:first-child .page-link:hover path,
.fugo--pagination .page-item:last-child .page-link:hover path {
    stroke: #0080ff;
}

.fugo--pagination .page-item:first-child .page-link:hover,
.fugo--pagination .page-item:last-child .page-link:hover {
    background-color: transparent!important;
}

.fugo--pagination .page-item.active .page-link {
    color: #fff;
    background-color: var(--gray-900);
}

.fugo--pagination {
    text-align: center;
    margin-top: 56px;
}

@media (max-width:767px){
    .fugo--pagination {
        margin-top: 35px;
    }
}

.fugo--pagination.fugo--pagination2 .page-item .page-link {
    color: var(--gray-800);
}

.fugo--pagination.fugo--pagination2 .page-item .page-link svg {
    position: absolute;
    right: -22px;
}

.fugo--pagination.fugo--pagination2 .page-item .page-link svg path {
    stroke: var(--gray-800);
    transition: all .4s;
}

.fugo--pagination.fugo--pagination2 .page-item .page-link:hover {
    color: var(--gray-800);
}

.fugo--pagination.fugo--pagination2 .page-item .page-link:hover path {
    stroke: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item.active .page-link,
.fugo--pagination.fugo--pagination2 .page-item:hover .page-link {
    background-color: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item:first-child .page-link:hover,
.fugo--pagination.fugo--pagination2 .page-item:last-child .page-link:hover {
    color: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item:first-child .page-link:hover path,
.fugo--pagination.fugo--pagination2 .page-item:last-child .page-link:hover path {
    stroke: var(--danger-500);
}

.fugo--pagination.fugo--pagination2 .page-item:first-child .page-link:hover,
.fugo--pagination.fugo--pagination2 .page-item:last-child .page-link:hover {
    background-color: transparent!important;
}

.mh--card-wrap {
    border-radius: 10px;
    padding: 20px;
    transition: all .4s;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 0 1px #000000;
}

.mh--card-wrap:hover {
    box-shadow: 0 0 0 1px rgba(255,255,255,0);
}

.mh--card-wrap:hover:before {
    opacity: 1;
}

.mh--card-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    opacity: 0;
    transition: all .4s;
    border-radius: inherit;
    background: linear-gradient(to right,#ff9500,#ff4900,#ffc500);
}

.mh--card-wrap:hover .mh--btn:before {
    color: var(--gray-10);
    opacity: 1;
}

.mh--card-wrap:hover .mh--btn {
    color: var(--gray-10);
}

.mh--card-wrap:hover .mh--card-thumb img {
    transform: scale(1.1) rotate(3deg);
}

.mh--card-thumb {
    overflow: hidden;
    border-radius: 10px;
}

.mh--card-thumb img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all .4s;
}

.mh--card-data {
    margin-top: 20px;
}

.mh--card-data h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--gray-600);
    margin: 0 0 0px;
    font-family: Inter,sans-serif;
}

.mh--card-data p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-600);
    opacity: .4;
    margin: 0;
}

.mh--card-footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mh--card-footer-data span {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--gray-600);
}

.mh--card-footer-data h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--success-500);
    margin: 0;
    font-family: Inter,sans-serif;
}

.mh--card-footer .mh--btn {
    min-width: inherit;
}

.mh--card-wrap.mh--card2 {
    background: var(--gray-10);
    border: 3px solid var(--gray-800);
    border-radius: 3px;
    padding: 18px;
}

.mh--card-wrap.mh--card2:before {
    content: none;
}

.mh--card-wrap.mh--card2 .mh--card-thumb img {
    border-radius: 3px;
}

.mh--card-wrap.mh--card2 .mh--card-data h3 {
    color: var(--gray-800);
}

.mh--card-wrap.mh--card2 .mh--card-data p {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    opacity: 1;
    color: var(--gray-800);
}

.mh--card-wrap.mh--card2 .mh--card-data p img {
    margin-right: 8px;
}

.mh--card-wrap.mh--card2 .mh--card-footer-data h4 {
    font-weight: 400;
    font-size: 18px;
    color: var(--gray-800);
    opacity: .8;
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn {
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgba(19,17,26,.4)!important;
    background-color: rgba(19,17,26,.1);
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn img {
    opacity: .3;
    margin-right: 7px;
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn:before {
    content: none;
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn .red-heart {
    display: none;
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn.dark-btn {
    color: var(--gray-10)!important;
    background-color: var(--gray-800);
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn.dark-btn img {
    opacity: 1;
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn.dark-btn .red-heart {
    display: block;
}

.mh--card-wrap.mh--card2 .mh--card-footer .mh--btn.dark-btn .black-heart {
    display: none;
}

.mh--slider-two .slick-slide {
    margin: 0 12px;
}

.mh--blog-wrap {
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(400px);
    background: rgba(90,75,124,.2);
}

.mh--blog-wrap:hover .mh--blog-thumb img {
    transform: scale(1.07) rotate(2deg);
}

.mh--blog-thumb {
    height: 400px;
    overflow: hidden;
    position: relative;
}

@media (max-width:991px){
    .mh--blog-thumb {
        height: auto;
    }
}

.mh--blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all .5s;
}

.mh--blog-thumb .mh--blog-badge {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    right: 40px;
    font-weight: 700;
    font-size: 16px;
    color: var(--gray-800);
    padding: 10.5px 19.7px;
}

.mh--blog-content {
    padding: 40px;
}

@media (max-width:767px){
    .mh--blog-content {
        padding: 30px;
    }
}

.mh--blog-content p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: .8;
}

.mh--blog-date {
    margin-bottom: 30px;
}

.mh--blog-date ul {
    display: flex;
    align-items: center;
}

.mh--blog-date ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-right: 22px;
}

@media (max-width:400px){
    .mh--blog-date ul li {
        margin-right: 15px;
    }
}

.mh--blog-date ul li a {
    color: #fff;
    opacity: .4;
}

.mh--blog-date ul li:last-child {
    margin-right: 0;
}

.mh--blog-date ul li img {
    margin-right: 13px;
}

.mh--blog-title h3 {
    font-size: 32px;
    line-height: 38px;
    transition: all .4s;
    margin-bottom: 18px;
}

@media (max-width:767px){
    .mh--blog-title h3 {
        font-size: 26px;
        line-height: 34px;
    }
}

.mh--blog-user {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.mh--blog-user-thumb {
    width: 68px;
    height: 65px;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 15px;
    overflow: hidden;
}

.mh--blog-user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh--blog-user-data span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.mh--blog-user-data p {
    font-size: 18px;
    color: #fff;
    opacity: .4;
    margin: 0;
}

.mh--blog-wrap2 {
    backdrop-filter: inherit;
    background: 0 0;
}

.mh--blog-wrap2 .mh--blog-thumb {
    height: 280px;
    border-radius: 10px;
}

@media (max-width:767px){
    .mh--blog-wrap2 .mh--blog-thumb {
        height: auto;
    }
}

.mh--blog-wrap2 .mh--blog-content {
    padding: 30px 0;
}

.mh--blog-wrap2 .mh--blog-date {
    margin-bottom: 15px;
}

.mh--blog-wrap2 .mh--blog-date ul li {
    font-size: 16px;
    position: relative;
    margin-right: 25px;
}

.mh--blog-wrap2 .mh--blog-date ul li:last-child {
    margin-right: 0;
}

.mh--blog-wrap2 .mh--blog-date ul li:before {
    content: "";
    right: -16px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    opacity: .4;
    background-color: var(--gray-10);
}

.mh--blog-wrap2 .mh--blog-date ul li:last-child:before {
    content: none;
}

.mh--blog-wrap2 .mh--blog-title h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}

@media (max-width:767px){
    .mh--blog-wrap2 .mh--blog-title h3 {
        font-size: 24px;
        line-height: 34px;
    }
}

a.mh--readmore-btn {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

a.mh--readmore-btn span {
    display: inline-block;
    width: 30px;
    height: 30px;
    z-index: 0;
    margin-left: 10px;
    border-radius: 100%;
    line-height: 28px;
    text-align: center;
    position: relative;
    background-color: var(--gray-900);
}

a.mh--readmore-btn span:before {
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    transition: all .4s;
    position: absolute;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--blog-wrap2:hover a.mh--readmore-btn span::before {
    opacity: 1;
}

.mh-hero-section {
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding: 210px 0 130px;
    background-color: var(--warning-400);
}

@media (max-width:991px){
    .mh-hero-section {
        padding: 170px 0 0;
    }
}

@media (max-width:767px){
    .mh-hero-section {
        padding: 120px 0 0;
    }
}

.mh-hero-content {
    margin-right: 50px;
}

@media (max-width:991px){
    .mh-hero-content {
        margin: 0 50px 50px;
        text-align: center;
    }
}

@media (max-width:479px){
    .mh-hero-content {
        margin: 0 0 50px;
    }
}

@media (max-width:991px){
    .mh-hero-content h1 {
        padding: 0 20px;
    }
}

@media (max-width:575px){
    .mh-hero-content h1 {
        padding: 0;
    }
}

.mh-hero-content p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: var(--gray-800);
}

.mh-app-btn-wrap {
    margin: 55px 0 95px;
}

@media (max-width:991px){
    .mh-app-btn-wrap {
        margin: 40px 0 60px;
    }
}

@media (max-width:575px){
    .mh-app-btn-wrap {
        margin: 30px 0 40px;
    }
}

a.mh-app-btn {
    display: inline-block;
    margin-right: 20px;
}

@media (max-width:767px){
    a.mh-app-btn {
        width: 160px;
    }
}

@media (max-width:575px){
    a.mh-app-btn {
        margin: 10px;
    }
}

a.mh-app-btn:last-child {
    margin: 0;
}

.mh-hero-client-area {
    display: flex;
    align-items: center;
}

@media (max-width:991px){
    .mh-hero-client-area {
        justify-content: center;
    }
}

@media (max-width:575px){
    .mh-hero-client-area {
        display: block;
        margin: 0;
    }
}

.mh-hero-client-wrap {
    display: flex;
    align-items: center;
}

@media (max-width:575px){
    .mh-hero-client-wrap {
        display: block;
        margin-bottom: 15px;
    }
}

.mh-hero-client-thumb {
    flex-shrink: 0;
    margin-right: 20px;
}

@media (max-width:575px){
    .mh-hero-client-thumb {
        margin: 0 0 15px;
    }
}

.mh-hero-client-data h3 {
    line-height: 1;
    margin-bottom: 2px;
}

.mh-hero-client-data p {
    font-size: 16px;
    opacity: .6;
}

.mh-hero-client-rating {
    padding-left: 24px;
    margin-left: 24px;
    position: relative;
}

@media (max-width:575px){
    .mh-hero-client-rating {
        margin: 0;
        padding: 0;
    }
}

.mh-hero-client-rating:before {
    content: "";
    left: 0;
    top: 0;
    height: 39px;
    width: 2px;
    position: absolute;
    background-color: rgba(19,17,26,.1);
}

@media (max-width:575px){
    .mh-hero-client-rating:before {
        content: none;
    }
}

.mh-hero-client-rating h3 {
    line-height: 1;
    margin-bottom: 2px;
}

.mh-hero-client-rating ul li {
    display: inline-block;
    font-size: 16px;
    opacity: .6;
    color: var(--gray-800);
}

.mh-hero-client-rating ul li:last-child {
    margin-left: 7px;
}

.mh-hero-thumb {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width:1399px){
    .mh-hero-thumb {
        right: -10%;
    }
}

@media (max-width:1199px){
    .mh-hero-thumb {
        right: -24%;
    }
}

@media (max-width:1100px){
    .mh-hero-thumb {
        right: -27%;
    }
}

@media (max-width:991px){
    .mh-hero-thumb {
        position: relative;
        right: 0!important;
    }
}

.mh-shape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.mh-shape2 {
    position: absolute;
    top: -20%;
    left: -25%;
    z-index: -1;
}

.mh-hero-star {
    position: absolute;
    top: 0;
    right: 38%;
    -webkit-animation: rotate-animation 10s infinite linear;
    -moz-animation: rotate-animation 10s infinite linear;
    -o-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation{
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mh-hero-section2 {
    z-index: 0;
    overflow: hidden;
    padding: 188px 0 430px;
    position: relative;
    background-color: var(--warning-200);
}

@media (max-width:991px){
    .mh-hero-section2 {
        padding: 160px 0 405px;
    }
}

@media (max-width:767px){
    .mh-hero-section2 {
        padding: 150px 0 190px;
    }
}

@media (max-width:479px){
    .mh-hero-section2 {
        padding: 120px 0 190px;
    }
}

@media (max-width:767px){
    .mh-hero-section2:after {
        content: "";
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: .15;
        position: absolute;
        background-color: #000;
    }
}

.mh-hero-section2:before {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(180deg,#ff9500 6.25%,#ffc847 31.77%,rgba(255,255,255,0) 55.21%);
    transform: matrix(1,0,0,-1,0,0);
    border-radius: 50% 50% 0 0;
    width: 150vw;
    left: -25vw;
}

@media (max-width:767px){
    .mh-hero-section2:before {
        border-radius: 0;
    }
}

.mh-hero-content2 {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.mh-hero-content2 p {
    padding: 0 70px;
}

@media (max-width:550px){
    .mh-hero-content2 p {
        padding: 0;
    }
}

.mh-hero-btn-wrap {
    margin-top: 60px;
}

@media (max-width:991px){
    .mh-hero-btn-wrap {
        margin-top: 40px;
    }
}

.mh-hero-btn-wrap .mh-btn {
    margin: 7px;
}

.mh-single-thumb {
    text-align: center;
    margin-top: -320px;
    z-index: 1;
    position: relative;
}

@media (max-width:767px){
    .mh-single-thumb {
        margin-top: -120px;
    }
}

.mh-single-thumb-section {
    background-color: var(--warning-200);
}

.mh-shape4 {
    position: absolute;
    top: 15%;
    left: 3%;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@media (max-width:767px){
    .mh-shape4 {
        display: none;
    }
}

.mh-shape5 {
    position: absolute;
    right: 5%;
    bottom: 25%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@media (max-width:767px){
    .mh-shape5 {
        display: none;
    }
}

@-webkit-keyframes float{
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0);
    }
}

@keyframes float{
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0);
    }
}

.mh--hero-section {
    z-index: 0;
    padding: 200px 0 120px;
    background-size: cover;
    position: relative;
    background-position: center bottom;
    background-color: var(--gray-800);
}

@media (max-width:991px){
    .mh--hero-section {
        padding: 175px 0 100px;
    }
}

@media (max-width:767px){
    .mh--hero-section {
        padding: 150px 0 80px;
    }
}

@media (max-width:575px){
    .mh--hero-section {
        padding: 130px 0 80px;
    }
}

.mh--hero-content {
    max-width: 636px;
}

.mh--hero-content h1 {
    color: #fff;
    font-family: "Space Grotesk",sans-serif;
}

@media (max-width:991px){
    .mh--hero-content {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width:767px){
    .mh--hero-content {
        max-width: 500px;
    }
}

.mh--hero-content p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px;
    margin-right: 80px;
    color: #fff;
}

@media (max-width:991px){
    .mh--hero-content p {
        margin-right: 0;
    }
}

.mh--hero-shape1 {
    position: absolute;
    bottom: -116px;
    right: 14%;
    z-index: -1;
}

@media (max-width:1600px){
    .mh--hero-shape1 {
        right: 3%;
    }
}

@media (max-width:1400px){
    .mh--hero-shape1 {
        right: 0;
    }
}

@media (max-width:1199px){
    .mh--hero-shape1 {
        bottom: 0;
        width: 70%;
    }
}

@media (max-width:991px){
    .mh--hero-shape1 {
        right: 110px;
        width: 100%;
    }
}

.mh--hero-shape2 {
    width: 18%;
    height: 37%;
    position: absolute;
    background: #2c04fe;
    opacity: 1;
    filter: blur(136.18px);
    border-radius: 100%;
    top: 15%;
    right: 10%;
    z-index: -1;
}

@media (max-width:1600px){
    .mh--hero-shape2 {
        right: 0;
    }
}

.mh--btn-wrap.mh--hero-btn {
    margin: 55px 0 0;
}

@media (max-width:991px){
    .mh--btn-wrap.mh--hero-btn {
        margin: 35px 0 0;
    }
}

.mh--btn-wrap.mh--hero-btn .mh--btn {
    margin-right: 20px;
}

.mh--btn-wrap.mh--hero-btn .mh--btn:last-child {
    margin-right: 0;
}

@media (max-width:410px){
    .mh--btn-wrap.mh--hero-btn .mh--btn {
        margin: 0 10px 15px;
    }
}

.mh--btn-wrap {
    margin: 45px 0 0;
}

.mh--hero-right {
    width: 490px;
    float: right;
    z-index: 0;
    transform: rotate(3deg);
    position: relative;
}

@media (max-width:1400px){
    .mh--hero-right {
        width: 100%;
    }
}

@media (max-width:991px){
    .mh--hero-right {
        float: none;
        transform: rotate(0)!important;
        margin: 0 auto;
        margin-top: 50px;
        width: 480px;
    }
}

@media (max-width:767px){
    .mh--hero-right {
        width: 100%;
    }
}

.mh--hero-right .mh--card-wrap {
    background: rgba(90,75,124,.5);
    backdrop-filter: blur(400px);
}

.mh--hero-right .mh--card-wrap:before {
    content: none;
}

.mh--hero-right .mh--card-wrap:hover {
    box-shadow: 0 0 0 1px #fff;
}

.mh--hero-right .mh--card-data {
    margin: 0;
    padding: 40px 10px 20px;
}

@media (max-width:575px){
    .mh--hero-right .mh--card-data {
        padding: 20px 5px 5px;
    }
}

.mh--hero-right .mh--card-data h3 {
    font-size: 30px;
}

@media (max-width:575px){
    .mh--hero-right .mh--card-data h3 {
        font-size: 24px;
    }
}

.mh--hero-right .mh--card-data .mh--card-footer-data span {
    display: block;
    margin-bottom: 10px;
}

.mh--hero-right .mh--card-data .mh--card-footer-data h4 {
    font-size: 30px;
}

@media (max-width:575px){
    .mh--hero-right .mh--card-data .mh--card-footer-data h4 {
        font-size: 24px;
    }
}

.mh--hero-section2 {
    z-index: 0;
    padding: 230px 0 235px;
    position: relative;
    background-color: var(--warning-600);
}

@media (max-width:1199px){
    .mh--hero-section2 {
        padding: 150px 0 120px;
    }
}

@media (max-width:767px){
    .mh--hero-section2 {
        padding: 150px 0 80px;
    }
}

@media (max-width:479px){
    .mh--hero-section2 {
        padding: 120px 0 80px;
    }
}

.mh--hero-content2 {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

@media (max-width:991px){
    .mh--hero-content2 {
        max-width: 565px;
    }
}

@media (max-width:767px){
    .mh--hero-content2 {
        max-width: 445px;
    }
}

.mh--hero-content2 h1 {
    color: var(--gray-800);
    font-family: "Public Sans",sans-serif;
}

.mh--hero-content2 p {
    margin-right: 0;
    color: var(--gray-800);
    margin: 0 20px;
}

.mh--hero-content2 .mh--content-star {
    position: absolute;
    top: 115px;
    right: -15px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.mh--hero-mocup {
    position: absolute;
    animation: zoom-in-zoom-out 5s ease-out infinite;
}

@media (max-width:767px){
    .mh--hero-mocup {
        display: none;
    }
}

.mh--hero-mocup.mocup1 {
    top: 15%;
    width: 22.5%;
    left: -35%;
}

@media (max-width:1400px){
    .mh--hero-mocup.mocup1 {
        top: 15%;
        width: 17.5%;
        left: -20%;
    }
}

@media (max-width:1199px){
    .mh--hero-mocup.mocup1 {
        top: 15%;
        width: 15%;
        left: -13%;
    }
}

.mh--hero-mocup.mocup2 {
    bottom: -30%;
    width: 26.4%;
    left: -12%;
    filter: blur(2px);
    transition: all .4s;
}

.mh--hero-mocup.mocup2:hover {
    filter: blur(0);
}

@media (max-width:1400px){
    .mh--hero-mocup.mocup2 {
        bottom: -15%;
        width: 20%;
        left: -10%;
    }
}

@media (max-width:1199px){
    .mh--hero-mocup.mocup2 {
        width: 15%;
    }
}

.mh--hero-mocup.mocup3 {
    top: -3%;
    width: 23.7%;
    right: -37%;
    filter: blur(2px);
    transition: all .4s;
}

.mh--hero-mocup.mocup3:hover {
    filter: blur(0);
}

@media (max-width:1400px){
    .mh--hero-mocup.mocup3 {
        top: 0;
        width: 17.7%;
        right: -24%;
    }
}

@media (max-width:1199px){
    .mh--hero-mocup.mocup3 {
        width: 15%;
        right: -13%;
    }
}

.mh--hero-mocup.mocup4 {
    bottom: -30%;
    width: 26.4%;
    right: -10%;
}

@media (max-width:1400px){
    .mh--hero-mocup.mocup4 {
        bottom: -15%;
        width: 20%;
        right: -10%;
    }
}

@media (max-width:1199px){
    .mh--hero-mocup.mocup4 {
        width: 15%;
        right: -5%;
    }
}

@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.15,1.15);
    }

    100% {
        transform: scale(1,1);
    }
}

.mh--hero-section3 {
    z-index: 0;
    padding: 280px 0 120px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: var(--gray-800);
}

@media (max-width:991px){
    .mh--hero-section3 {
        padding: 175px 0 100px;
    }
}

@media (max-width:479px){
    .mh--hero-section3 {
        padding: 130px 0 80px;
    }
}

.mh--hero-content3 p {
    margin-right: 0;
}

.mh--hero-content3 .mh--btn.bg-blue {
    background-color: var(--gray-900);
}

.mh--hero-content3 .mh--btn.bg-blue:hover {
    background-color: var(--primary-500);
}

.mh--hero-content3 .mh--btn.bg-blue.active {
    background-color: var(--primary-500);
    box-shadow: 5px 5px 0 0 var(--gray-10);
}

.mh--thumb-three {
    text-align: right;
}

@media (max-width:991px){
    .mh--thumb-three {
        text-align: center;
        margin-top: 150px;
    }
}

.mh--hero-thumb3 {
    transform: rotate(0);
    display: inline-block;
    position: relative;
}

.mh--hero-thumb3 .mh--bitcoin {
    position: absolute;
    transform: translatey(0);
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.mh--hero-thumb3 .mh--bitcoin.bitcoin-one {
    top: -95px;
    right: 130px;
}

.mh--hero-thumb3 .mh--bitcoin.bitcoin-two {
    top: 20px;
    left: 25px;
    width: 29%;
}

.mh--hero-thumb3 .mh--bitcoin.bitcoin-three {
    top: 5px;
    right: 20px;
}

@-webkit-keyframes float{
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0);
    }
}

@keyframes float{
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0);
    }
}

.mh-counter-section {
    padding: 80px 0;
}

@media (max-width:1199px){
    .mh-counter-section .mh-default-content {
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
}

.mh-counter-wrap {
    display: flex;
    text-align: center;
}

@media (max-width:1199px){
    .mh-counter-wrap {
        margin-bottom: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.mh-counter-data {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    position: relative;
}

@media (max-width:1399px){
    .mh-counter-data {
        padding: 25px;
        width: 200px;
        height: 200px;
    }
}

@media (max-width:1199px){
    .mh-counter-data {
        padding: 30px;
        width: 220px;
        height: 220px;
    }
}

.mh-counter-data:nth-child(2) {
    margin-left: -30px;
}

@media (max-width:479px){
    .mh-counter-data:nth-child(2) {
        margin-left: 0;
        margin-top: -30px;
    }
}

@media (max-width:479px){
    .mh-counter-data:nth-child(2) {
        margin-top: -30px;
    }
}

.mh-counter-data:nth-child(3) {
    margin-left: -30px;
}

@media (max-width:767px){
    .mh-counter-data:nth-child(3) {
        margin-left: 0;
        margin-top: -58px;
    }
}

@media (max-width:479px){
    .mh-counter-data:nth-child(3) {
        margin-top: -30px;
    }
}

.mh-counter-data h2 {
    color: #fff;
    margin-bottom: 10px;
}

.mh-counter-data p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.mh--counter-wrap {
    display: flex;
    max-width: 385px;
    justify-content: space-between;
    margin-top: 55px;
}

@media (max-width:991px){
    .mh--counter-wrap {
        margin: 0 auto;
        margin-top: 40px;
    }
}

@media (max-width:410px){
    .mh--counter-wrap {
        margin-top: 25px;
    }
}

.mh--counter-data h2 {
    font-size: 48px;
    line-height: 1;
    color: #fff;
}

.mh--counter-data h2 strong {
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mh--counter-data p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

@media (max-width:991px){
    .mh--counter-wrap2 {
        margin: 30px 0 0;
    }
}

.mh--counter-wrap2 .mh--counter-data h2 {
    margin: 0 0 10px;
}

.mh--counter-wrap2 .mh--counter-data h2 strong {
    background: 0 0;
    color: var(--gray-800);
    -webkit-text-fill-color: var(--gray-800);
}

.mh--counter-wrap2 .mh--counter-data p {
    font-weight: 600;
    opacity: 1!important;
}

.mh--counter-wrap3 {
    max-width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

@media (max-width:767px){
    .mh--counter-wrap3 .mh--counter-data {
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 40px;
    }

    .mh--counter-wrap3 .mh--counter-data:nth-child(3),
    .mh--counter-wrap3 .mh--counter-data:nth-child(4) {
        margin-bottom: 0;
    }
}

.mh--counter-wrap3 .mh--counter-data h2 {
    z-index: 0;
    margin: 0 0 20px;
    font-size: 60px;
    color: var(--gray-800);
    font-family: "Space Grotesk",sans-serif;
    position: relative;
}

@media (max-width:1199px){
    .mh--counter-wrap3 .mh--counter-data h2 {
        font-size: 48px;
    }
}

@media (max-width:767px){
    .mh--counter-wrap3 .mh--counter-data h2 {
        font-size: 36px;
    }
}

.mh--counter-wrap3 .mh--counter-data h2:before {
    content: " ";
    left: 0;
    top: -15px;
    z-index: -1;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    background-color: rgba(255,107,85,.2);
}

@media (max-width:1199px){
    .mh--counter-wrap3 .mh--counter-data h2:before {
        width: 78px;
        height: 78px;
    }
}

@media (max-width:767px){
    .mh--counter-wrap3 .mh--counter-data h2:before {
        width: 60px;
        height: 60px;
        left: 45%;
        transform: translateX(-50%);
    }
}

.mh--counter-wrap3 .mh--counter-data h2 strong {
    background: 0 0;
    color: var(--gray-800);
    -webkit-text-fill-color: var(--gray-800);
}

.mh--counter-wrap3 .mh--counter-data p {
    opacity: 1!important;
    font-size: 30px;
    letter-spacing: -1px;
    color: #13111a;
}

@media (max-width:1199px){
    .mh--counter-wrap3 .mh--counter-data p {
        font-size: 24px;
    }
}

@media (max-width:991px){
    .mh--counter-wrap3 .mh--counter-data p {
        font-size: 20px;
    }
}

@media (max-width:767px){
    .mh--counter-wrap3 .mh--counter-data p {
        font-size: 18px;
    }
}

.mh-team-page {
    padding-top: 110px;
}

@media (max-width:991px){
    .mh-team-page {
        padding-top: 100px;
    }
}

@media (max-width:767px){
    .mh-team-page {
        padding-top: 80px;
    }
}

.mh-team-wrap {
    margin-bottom: 24px;
}

.mh-team-wrap.wrap2 {
    background: #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
    border-radius: 10px;
    height: calc(100% - 24px);
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.mh-team-wrap.wrap2 h4 {
    margin-bottom: 40px;
}

@media (max-width:767px){
    .mh-team-wrap.wrap2 {
        height: 100%;
    }
}

.mh-team-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.mh-team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.mh-team-thumb:hover img {
    transform: scale(1.07) rotate(2deg);
}

.mh-team-data {
    bottom: 20px;
    padding: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
    position: absolute;
    background-color: #fff;
}

.mh-team-data h5 {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    line-height: 1;
}

.mh-team-data h5 a {
    color: var(--gray-800);
    transition: all .4s;
}

.mh-team-data h5 a:hover {
    color: var(--warning-500);
}

.mh-team-data p {
    font-size: 14px;
    margin: 0;
}

.mh-team-data-wrap {
    display: flex;
    justify-content: space-between;
}

.mh-single-team-page {
    padding: 120px 0 100px;
}

@media (max-width:991px){
    .mh-single-team-page {
        padding: 100px 0;
    }
}

@media (max-width:767px){
    .mh-single-team-page {
        padding: 80px 0;
    }
}

.mh-team-single-wrap {
    padding: 60px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
}

@media (max-width:1199px){
    .mh-team-single-wrap {
        padding: 40px;
    }
}

@media (max-width:767px){
    .mh-team-single-wrap {
        padding: 30px;
    }
}

.mh-team-single-thumb {
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width:991px){
    .mh-team-single-thumb {
        margin-bottom: 30px;
    }
}

.mh-team-single-thumb img {
    width: 100%;
    height: 100%;
}

@media (max-width:1199px){
    .mh-team-single-data {
        margin-left: 40px;
    }
}

@media (max-width:991px){
    .mh-team-single-data {
        margin: 0;
    }
}

.mh-team-single-data h2 {
    margin-bottom: 10px;
}

.mh-team-single-data span {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--gray-800);
}

.mh-team-single-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

@media (max-width:479px){
    .mh-team-single-footer {
        display: block;
    }
}

.mh-team-single-footer .mh-social-icon {
    margin: 0;
}

@media (max-width:479px){
    .mh-team-single-footer .mh-social-icon {
        margin: 0 0 20px;
    }
}

.mh-team-single-footer .mh-social-icon ul li a {
    background-color: rgba(19,17,26,.05);
}

.mh-team-single-footer .mh-social-icon ul li a:hover {
    background-color: var(--gray-800);
}

.mh-team-single-footer .mh-social-icon ul li a path {
    fill: var(--gray-800);
}

.mh-team-single-footer .mh-social-icon ul li a:hover path {
    fill: var(--warning-500);
}

.mh-team-information {
    margin-bottom: 24px;
}

.mh-team-information-wrap {
    padding-bottom: 70px;
}

.mh-team-information ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.mh-team-information ul li:before {
    content: "";
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: absolute;
    background-color: var(--gray-800);
}

.mh-team-information ul li:last-child {
    margin-bottom: 0;
}

.mh-team-information ul li a {
    transition: all .4s;
    color: rgba(19,17,26,.8);
}

.mh-team-information ul li a:hover {
    color: var(--warning-500);
}

.mh--team-section {
    position: relative;
    z-index: 0;
    background-color: var(--gray-800);
    border-bottom: 1px solid #26242c;
}

.mh--team-wrap {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 24px;
    justify-content: space-between;
    background-color: #201c2c;
    border: 1px solid #fff;
}

.mh--team-left {
    display: flex;
    align-items: center;
}

.mh--team-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.mh--team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh--team-data h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--gray-10);
    font-family: Inter,sans-serif;
}

.mh--team-data p {
    opacity: .8;
    margin: 0;
    color: var(--gray-10);
}

.mh--team-three,
.mh--team-two {
    border: none;
    background: var(--gray-10);
}

.mh--team-three .mh--team-wrap,
.mh--team-two .mh--team-wrap {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    background-color: transparent;
}

.mh--team-three .mh--team-thumb,
.mh--team-two .mh--team-thumb {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 20px;
}

.mh--team-three .mh--team-data h4,
.mh--team-two .mh--team-data h4 {
    line-height: 1;
    margin-bottom: 7px;
    color: var(--gray-800);
}

.mh--team-three .mh--team-data p,
.mh--team-two .mh--team-data p {
    font-size: 18px;
    opacity: .8;
    color: var(--gray-800);
    margin: 0 0 20px;
}

.mh--team-two {
    padding: 0 0 120px;
}

@media (max-width:991px){
    .mh--team-two {
        padding: 0 0 100px;
    }
}

@media (max-width:767px){
    .mh--team-two {
        padding: 0 0 80px;
    }
}

.mh--team-two .mh--team-wrap {
    margin-bottom: 40px;
}

.version-04.mh--team-two {
    padding: 110px 0 80px;
}

@media (max-width:991px){
    .version-04.mh--team-two {
        padding: 100px 0 60px;
    }
}

@media (max-width:767px){
    .version-04.mh--team-two {
        padding: 80px 0 40px;
    }
}

.mh--team-section.mh--team-three {
    background-color: var(--gray-10);
    border: none;
}

.mh--team-three .mh--team-wrap {
    padding: 40px;
    border-radius: 3px;
    border: 1px solid var(--gray-800);
}

.mh--team-three .mh--team-thumb {
    width: 216px;
    height: 216px;
    border-radius: 100%;
    margin: 0 auto 20px;
}

@media (min-width:1200px) and (max-width:1400px){
    .mh--team-three .mh--team-thumb {
        width: 175px;
        height: 175px;
    }
}

.mh--inner-section.bg-white {
    background: var(--gray-10);
}

.mh--team-button {
    text-align: center;
    margin-top: 40px;
}

.team-page .mh--breadcrumbs-data {
    max-width: 880px;
}

.dark-version .mh--team-data h4,
.dark-version .mh--team-data p {
    color: #fff;
}

.mh-iconbox-wrap {
    border-radius: 3px;
    padding: 39px;
    display: flex;
    transition: all .4s;
    margin-bottom: 24px;
}

@media (max-width:991px){
    .mh-iconbox-wrap {
        padding: 30px;
        background-color: var(--warning-300);
    }
}

@media (max-width:479px){
    .mh-iconbox-wrap {
        display: block;
    }
}

.mh-iconbox-wrap:hover {
    background-color: var(--warning-300);
}

.mh-iconbox-wrap.mh-iconbox-wrap5 {
    border: 1px solid rgba(19,17,26,.1);
}

.mh-iconbox-wrap.mh-iconbox-wrap5:hover {
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
}

.mh-iconbox-icon {
    flex-shrink: 0;
    margin-right: 40px;
}

@media (max-width:991px){
    .mh-iconbox-icon {
        margin-right: 30px;
    }
}

@media (max-width:479px){
    .mh-iconbox-icon {
        margin: 0 0 25px;
    }
}

.mh-icon-btn {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-800);
}

.mh-icon-btn:hover {
    color: var(--gray-800);
}

.mh-icon-btn img {
    transition: all .4s;
    margin-left: 7px;
}

.iconbox-wrap2 {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 24px;
    background-color: var(--warning-100);
}

.mh-iconbox-icon2 {
    margin-bottom: 25px;
}

.mh-iconbox-wrap3 {
    padding: 40px;
    text-align: center;
    transition: all .4s;
    border-radius: 3px;
    margin-bottom: 24px;
}

.mh-iconbox-wrap3:hover {
    background-color: #0d0d0e;
}

@media (max-width:991px){
    .mh-iconbox-wrap3 {
        padding: 30px;
        background-color: #0d0d0e;
    }
}

.mh-iconbox-icon3 {
    margin-bottom: 30px;
}

.mh-iconbox-data3 h4,
.mh-iconbox-data3 p {
    color: var(--gray-10);
}

.mh-iconbox-data3 p {
    opacity: .8;
}

.mh-iconbox-wrap4 {
    padding: 29px;
    text-align: center;
    transition: all .4s;
    border-radius: 10px;
    margin-bottom: 24px;
    border: 1px solid rgba(19,17,26,.1);
}

.mh-iconbox-icon4 {
    margin-bottom: 30px;
}

.mh-iconbox-wrap6 {
    text-align: center;
    padding: 0 22px;
    margin-bottom: 24px;
}

@media (max-width:1199px){
    .mh-iconbox-wrap6 {
        padding: 0 5px;
    }
}

@media (max-width:767px){
    .mh-iconbox-wrap6 {
        padding: 0 20px;
    }
}

.mh-iconbox-icon6 {
    margin-bottom: 30px;
}

.mh-iconbox-border {
    position: relative;
}

.mh-iconbox-border:before {
    content: "";
    top: 30px;
    left: 50%;
    width: calc(100% - 30%);
    height: 1px;
    position: absolute;
    transform: translateX(-50%);
    border: 1px dashed rgba(19,17,26,.1);
}

@media (max-width:991px){
    .mh-iconbox-border:before {
        width: calc(100% - 50%);
    }
}

@media (max-width:767px){
    .mh-iconbox-border:before {
        content: none;
    }
}

.mh--iconbox-wrap {
    z-index: 0;
    padding: 0 15px;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}

@media (max-width:1400px){
    .mh--iconbox-wrap {
        padding: 0;
    }
}

.mh--iconbox-wrap:before {
    content: " ";
    right: -68px;
    top: 106px;
    width: 108px;
    height: 2px;
    z-index: -1;
    position: absolute;
    background-image: url(../images/all-img/v3/line.png);
}

.mh--iconbox-thumb {
    margin-bottom: 30px;
}

.mh--iconbox-data h4 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Inter,sans-serif;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    background-color: var(--gray-800);
}

.mh--iconbox-data p {
    color: #fff;
    opacity: .8;
}

.mh--iconbox-data p:last-child {
    margin: 0;
}

.mh--roadmap-section .col-xl-3.col-md-6:nth-child(4) .mh--iconbox-wrap:before {
    content: none;
}

@media (max-width:1199px){
    .mh--roadmap-section .col-xl-3.col-md-6:nth-child(2) .mh--iconbox-wrap:before {
        content: none;
    }
}

@media (max-width:767px){
    .mh--roadmap-section .mh--iconbox-wrap:before {
        content: none;
    }
}

.mh--roadmap-v2 .mh--iconbox-wrap {
    text-align: left;
    padding: 0;
    padding-right: 30px;
}

.mh--roadmap-v2 .mh--iconbox-wrap:before {
    content: none;
}

.mh--roadmap-v2 .mh--iconbox-data h4 {
    padding: 0;
    margin-bottom: 20px;
    color: var(--gray-800);
    background-color: transparent;
}

.mh--roadmap-v2 .mh--iconbox-data span {
    font-weight: 600;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: var(--gray-800);
}

.mh--roadmap-v2 .mh--iconbox-data p {
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-800);
    opacity: .8;
}

.mh--iconbox-wrap3 {
    padding: 40px;
    border-radius: 3px;
    background: linear-gradient(118.28deg,#17181a -8.97%,#636675 141.84%);
}

@media (max-width:991px){
    .mh--iconbox-wrap3 {
        padding: 30px;
    }
}

.mh--iconbox-wrap3:before {
    content: none;
}

.mh--iconbox-wrap3:hover .mh--iconbox-thumb {
    background-color: var(--gray-10);
}

.mh--iconbox-wrap3:hover .mh--iconbox-thumb path {
    fill: var(--primary-500);
}

.mh--iconbox-wrap3 .mh--iconbox-thumb {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    margin: 0 auto 30px;
    justify-content: center;
    transition: all .4s;
    background-color: var(--primary-500);
}

.mh--iconbox-wrap3 .mh--iconbox-thumb path {
    transition: all .4s;
}

.mh--iconbox-wrap3 .mh--iconbox-data h4 {
    padding: 0;
    background-color: transparent;
}

.mh--iconbox-wrap4 {
    border-radius: 10px;
    border: 1px solid var(--gray-10);
    background: rgba(90,75,124,.2);
}

.mh--iconbox-wrap4 .mh--iconbox-thumb {
    background: linear-gradient(0deg,#addcff 0,#eaf6ff 50.28%,#eaf6ff 100%);
}

.mh--iconbox-wrap5 {
    background: #211d2e;
    border-radius: 10px;
}

.mh--iconbox-wrap5 .mh--iconbox-thumb {
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--iconbox-wrap5 .mh--iconbox-data a {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.mh--iconbox-wrap5 .mh--iconbox-data a img {
    margin-left: 10px;
}

.mh-accordion-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray-800);
}

.mh-accordion-item h4 {
    font-weight: 700;
}

.mh-accordion-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.mh-accordion-wrap2 {
    margin-top: 75px;
}

@media (max-width:991px){
    .mh-accordion-wrap2 {
        margin-top: 40px;
    }
}

.mh-accordion-wrap2 .mh-accordion-item {
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    align-items: center;
    justify-content: space-between;
}

.mh-accordion-wrap2 .mh-accordion-item:last-child {
    padding: 0;
    margin: 0;
}

.mh-accordion-wrap2 .mh-accordion-item h4 {
    margin: 0;
    font-weight: 700;
    font-family: Inter,sans-serif;
}

@media (max-width:1199px){
    .mh-accordion-wrap2 .mh-accordion-item h4 {
        font-size: 20px;
    }
}

a.mh-faq-btn {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    font-weight: 700;
    color: var(--gray-800);
    transition: all .4s;
    text-decoration: underline;
}

a.mh-faq-btn:hover {
    color: var(--warning-500);
}

@media (max-width:991px){
    a.mh-faq-btn {
        position: inherit;
    }
}

@media (max-width:991px){
    .nexto-accordion-one.two {
        margin-top: 30px;
    }
}

.nexto-accordion-one .accordion-item {
    border: none;
    background-color: transparent;
    border: 1px solid rgba(19,17,26,.5);
    border-bottom: none;
}

.nexto-accordion-one .accordion-item:first-child {
    border-radius: 10px 10px 0 0;
}

.nexto-accordion-one .accordion-item:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid rgba(19,17,26,.5);
}

.nexto-accordion-one .accordion-button {
    padding: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    font-family: Inter,sans-serif;
    color: var(--gray-800);
    background-color: transparent;
}

@media (max-width:767px){
    .nexto-accordion-one .accordion-button {
        line-height: 28px;
        font-size: 18px;
        padding: 20px;
    }
}

.nexto-accordion-one .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.nexto-accordion-one .accordion-button:after {
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0001 0.600098C9.66284 0.600098 10.2001 1.13736 10.2001 1.8001V7.8001H16.2001C16.8628 7.8001 17.4001 8.33736 17.4001 9.0001C17.4001 9.66284 16.8628 10.2001 16.2001 10.2001H10.2001V16.2001C10.2001 16.8628 9.66284 17.4001 9.0001 17.4001C8.33736 17.4001 7.8001 16.8628 7.8001 16.2001V10.2001H1.8001C1.13736 10.2001 0.600098 9.66284 0.600098 9.0001C0.600098 8.33735 1.13736 7.8001 1.8001 7.8001L7.8001 7.8001V1.8001C7.8001 1.13736 8.33736 0.600098 9.0001 0.600098Z' fill='%23111827'/%3E%3C/svg%3E%0A");
}

.nexto-accordion-one .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.nexto-accordion-one .accordion-body {
    padding: 0 50px 25px 30px;
}

@media (max-width:767px){
    .nexto-accordion-one .accordion-body {
        padding: 0 20px 20px 20px;
    }
}

.mh-tab-menu {
    margin-bottom: 80px;
}

@media (max-width:991px){
    .mh-tab-menu {
        margin-bottom: 40px;
    }
}

@media (max-width:767px){
    .mh-tab-menu {
        margin-bottom: 20px;
    }
}

.mh-tab-menu .nav {
    justify-content: center;
    max-width: 674px;
    margin: 0 auto;
}

@media (max-width:767px){
    .mh-tab-menu .nav {
        justify-content: space-between;
    }
}

.mh-tab-menu .nav-tabs {
    border-bottom: 2px solid rgba(19,17,26,.1);
}

@media (max-width:767px){
    .mh-tab-menu .nav-tabs {
        border: none;
    }
}

.mh-tab-menu .nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    padding-bottom: 10px;
    margin-right: 45px;
    color: rgba(19,17,26,.8);
    position: relative;
}

@media (max-width:767px){
    .mh-tab-menu .nav-tabs .nav-link {
        margin: 10px;
    }
}

.mh-tab-menu .nav-tabs .nav-link:before {
    content: "";
    left: 0;
    opacity: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    position: absolute;
    background-color: var(--warning-500);
}

.mh-tab-menu .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.mh-tab-menu .nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--warning-500);
}

.mh-tab-menu .nav-tabs .nav-link.active:before {
    width: 100%;
    opacity: 1;
}

.mh--faq-section {
    background-color: var(--warning-600);
}

.mh--faq-section .mh--default-content {
    margin-right: 20px;
}

@media (max-width:991px){
    .mh--faq-section .mh--default-content {
        max-width: 500px;
    }
}

.mh--faq-section2 {
    z-index: 0;
    position: relative;
    background-color: var(--gray-800);
}

.mh--accordion-one .accordion-item {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid var(--gray-800);
}

.mh--accordion-one .accordion-button {
    padding: 30px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    font-family: Inter,sans-serif;
    color: var(--gray-800);
    background-color: transparent;
}

@media (max-width:767px){
    .mh--accordion-one .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }
}

.mh--accordion-one .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.mh--accordion-one .accordion-button:after {
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.0001 0.600098C9.66284 0.600098 10.2001 1.13736 10.2001 1.8001V7.8001H16.2001C16.8628 7.8001 17.4001 8.33736 17.4001 9.0001C17.4001 9.66284 16.8628 10.2001 16.2001 10.2001H10.2001V16.2001C10.2001 16.8628 9.66284 17.4001 9.0001 17.4001C8.33736 17.4001 7.8001 16.8628 7.8001 16.2001V10.2001H1.8001C1.13736 10.2001 0.600098 9.66284 0.600098 9.0001C0.600098 8.33735 1.13736 7.8001 1.8001 7.8001L7.8001 7.8001V1.8001C7.8001 1.13736 8.33736 0.600098 9.0001 0.600098Z' fill='%23111827'/%3E%3C/svg%3E%0A");
}

.mh--accordion-one .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.mh--accordion-one .accordion-body {
    font-size: 18px;
    line-height: 30px;
    color: rgba(19,17,26,.8);
    padding: 0 220px 25px 0;
}

@media (max-width:1199px){
    .mh--accordion-one .accordion-body {
        padding: 0 0 25px;
    }
}

.mh--accordion-one.accordion-two .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.mh--accordion-one.accordion-two .accordion-button {
    color: #fff;
    font-size: 20px;
    padding: 20px 50px;
}

.mh--accordion-one.accordion-two .accordion-button:after {
    left: 0;
    top: 27px;
    background-size: 20px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10L18 2' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.mh--accordion-one.accordion-two .accordion-button:not(.collapsed)::after {
    top: 17px;
    transform: rotate(-180deg);
}

.mh--accordion-one.accordion-two .accordion-body {
    padding: 0 130px 22px 52px;
    color: rgba(255,255,255,.8);
}

@media (max-width:767px){
    .mh--accordion-one.accordion-two .accordion-body {
        padding: 0 20px 20px 52px;
    }
}

.mh--accordion-one.accordion-three .accordion-item {
    border: .5px solid #fff;
    border-bottom: none;
}

.mh--accordion-one.accordion-three .accordion-item:last-child {
    border-bottom: .5px solid #fff;
}

.mh--accordion-one.accordion-three .accordion-button {
    font-size: 20px;
    line-height: 28px;
    padding: 30px;
    color: var(--gray-10);
}

.mh--accordion-one.accordion-three .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}

.mh--accordion-one.accordion-three .accordion-body {
    color: var(--gray-10);
    opacity: .8;
    padding: 30px;
    padding-top: 0;
}

.mh--accordion-one.accordion-four .accordion-item {
    border-bottom: 2px solid rgba(255,255,255,.2);
}

.mh--accordion-one.accordion-four .accordion-button {
    color: var(--gray-10);
}

.mh--accordion-one.accordion-four .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0625 6.5625H8.4375V0.9375C8.4375 0.68886 8.33873 0.450403 8.16291 0.274588C7.9871 0.0987722 7.74864 0 7.5 0C7.25136 0 7.0129 0.0987722 6.83709 0.274588C6.66127 0.450403 6.5625 0.68886 6.5625 0.9375V6.5625H0.9375C0.68886 6.5625 0.450403 6.66127 0.274588 6.83709C0.0987722 7.0129 0 7.25136 0 7.5C0 7.74864 0.0987722 7.9871 0.274588 8.16291C0.450403 8.33873 0.68886 8.4375 0.9375 8.4375H6.5625V14.0625C6.5625 14.3111 6.66127 14.5496 6.83709 14.7254C7.0129 14.9012 7.25136 15 7.5 15C7.74864 15 7.9871 14.9012 8.16291 14.7254C8.33873 14.5496 8.4375 14.3111 8.4375 14.0625V8.4375H14.0625C14.3111 8.4375 14.5496 8.33873 14.7254 8.16291C14.9012 7.9871 15 7.74864 15 7.5C15 7.25136 14.9012 7.0129 14.7254 6.83709C14.5496 6.66127 14.3111 6.5625 14.0625 6.5625Z' fill='white'/%3E%3C/svg%3E%0A");
}

.mh--accordion-one.accordion-four .accordion-body {
    color: var(--gray-10);
    opacity: .8;
    padding: 0 90px 30px 0;
}

@media (max-width:991px){
    .mh--accordion-one.accordion-four .accordion-body {
        padding: 0 0 30px 0;
    }
}

.mh-video-thumb {
    position: relative;
}

.mh-video-thumb img {
    width: 100%;
    height: 100%;
}

@media (max-width:991px){
    .mh-video-thumb {
        margin-bottom: 30px;
    }
}

.mh-play-btn,
a.mh-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

a.mh-popup img {
    -webkit-animation: rotate-animation 10s infinite linear;
    -moz-animation: rotate-animation 10s infinite linear;
    -o-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}

a.mh-popup img:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@media (max-width:991px){
    a.mh-popup img {
        width: 90px;
    }
}

@media (max-width:767px){
    a.mh-popup img {
        width: 75px;
    }
}

.mh-play-btn img {
    animation: none!important;
    width: auto!important;
}

@keyframes rotate-animation{
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nexto-video-wrap .nexto-popup img {
    -webkit-animation: rotate-animation 10s infinite linear;
    -moz-animation: rotate-animation 10s infinite linear;
    -o-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}

.mh-video-thumb2 {
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.mh-video-thumb2:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg,#724fe5 0,#32e7b1 34.38%,#fff 100%);
    mix-blend-mode: multiply;
    border-radius: 10px;
    transform: matrix(1,0,0,-1,0,0);
}

.mh-video-thumb3 {
    margin: 0;
}

.mh--video-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--gray-800);
}

.mh--video-section .mh--btn-wrap {
    margin: 45px 0 0;
}

.mh--video-section .mh--default-content {
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width:1400px){
    .mh--video-section .mh--default-content {
        padding: 0;
    }
}

.mh--video-thumb {
    z-index: 0;
    position: relative;
    margin-right: 50px;
    border-radius: 3px;
}

@media (max-width:1199px){
    .mh--video-thumb {
        margin: 0 0 30px;
    }
}

.mh--video-thumb img {
    border-radius: 3px;
    width: 100%;
}

.mh--video-thumb .mh--popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width:767px){
    .mh--video-thumb .mh--popup {
        width: 60px;
        height: 60px;
    }
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,.7);
    opacity: 0;
    border-radius: 100%;
    left: -35px;
    top: -35px;
    z-index: 0;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    z-index: -1;
}

@media (max-width:767px){
    .waves {
        width: 130px;
        height: 130px;
    }
}

.waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves{
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0;
    }

    50% {
        opacity: .9;
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0;
    }
}

.mh--video-wrap {
    position: relative;
}

.mh--video-wrap .mh--popup {
    position: absolute;
    top: 48%;
    left: 58%;
    transform: translate(-50%,-50%);
}

.mh--video-wrap .mh--popup img {
    -webkit-animation: rotate-animation 10s infinite linear;
    -moz-animation: rotate-animation 10s infinite linear;
    -o-animation: rotate-animation 10s infinite linear;
    animation: rotate-animation 10s infinite linear;
}

.mh--video-wrap .mh--popup img:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@media (max-width:1199px){
    .mh--video-wrap .mh--popup {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:991px){
    .mh--video-wrap .mh--popup {
        width: 100px;
        height: 100px;
    }
}

@media (max-width:767px){
    .mh--video-wrap .mh--popup {
        width: 75px;
        height: 75px;
    }
}

@media (max-width:479px){
    .mh--video-wrap .mh--popup {
        width: 55px;
        height: 55px;
    }
}

.mh--video-column {
    display: flex;
}

.mh--video-column .mh--video-thumb {
    margin-right: 30px;
    position: relative;
}

@media (max-width:1199px){
    .mh--video-column .mh--video-thumb {
        margin: 0;
        margin-right: 20px;
    }
}

.mh--video-column .mh--video-thumb:last-child {
    margin-right: 0;
    padding-top: 115px;
}

@media (max-width:991px){
    .mh--video-column .mh--video-thumb:last-child {
        padding-top: 80px;
    }
}

@media (max-width:767px){
    .mh--video-column .mh--video-thumb:last-child {
        padding-top: 0;
    }
}

.mh--play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mh--play-btn img {
    animation: none!important;
}

@media (max-width:767px){
    .mh--play-btn img {
        width: 15px;
    }
}

@keyframes rotate-animation{
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mh-testimonial-section {
    background-color: var(--warning-400);
}

.mh-testimonial-section .mh-section-title {
    max-width: 720px;
}

.mh-testimonial-card {
    padding: 30px;
    border-radius: 3px;
    background-color: var(--warning-300);
}

.mh-testimonial-card h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Inter,sans-serif;
}

.mh-testimonial-card p {
    font-weight: 500;
    color: var(--gray-800);
}

.mh-testimonial-author-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.mh-testimonial-author-thumb {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
}

.mh-testimonial-author-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh-testimonial-author-data h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    font-family: Inter,sans-serif;
}

.mh-testimonial-author-data span {
    font-size: 14px;
    opacity: .7;
    color: var(--gray-800);
}

.mh-testimonial-slider .mh-testimonial-card {
    margin: 0 12px;
    padding: 29px;
}

@media (max-width:767px){
    .mh-testimonial-slider .mh-testimonial-card {
        margin: 0;
    }
}

.mh-testimonial-card2 {
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    background-color: var(--warning-100);
}

.mh-testimonial-card2 ul {
    margin-bottom: 20px;
}

.mh-testimonial-card2 ul li {
    display: inline-block;
}

.mh-testimonial-card2 p {
    font-weight: 600;
    color: var(--gray-800);
}

.mh-testimonial-slider2 {
    max-width: 1150px;
    margin: 0 auto;
}

.mh-testimonial-slider2 .mh-testimonial-card2 {
    margin: 0 32px;
}

@media (max-width:1399px){
    .mh-testimonial-slider2 .mh-testimonial-card2 {
        margin: 0 20px;
    }
}

@media (max-width:991px){
    .mh-testimonial-slider2 .mh-testimonial-card2 {
        margin: 0;
    }
}

.mh-testimonial-btn {
    margin-top: 80px;
    text-align: center;
}

@media (max-width:1199px){
    .mh-testimonial-btn {
        margin-top: 50px;
    }
}

.mh-testimonial-btn .mh-btn.mh-header-btn {
    margin-left: 0;
}

.mh-testimonial-card3 {
    padding: 40px;
    margin-bottom: 24px;
    border-radius: 10px;
    border: 1px solid rgba(2,2,30,.1);
}

@media (max-width:1399px){
    .mh-testimonial-card3 {
        padding: 29px;
    }
}

.mh-testimonial-card3 ul {
    margin-bottom: 30px;
}

.mh-testimonial-card3 ul li {
    display: inline-block;
}

.mh-testimonial-card3 p {
    color: var(--gray-800);
}

.mh-testimonial-card3 .mh-testimonial-author-wrap {
    margin: 0;
}

.mh-testimonial-author-data3 h5 {
    line-height: 1;
    margin: 0 0 7px;
}

.mh--testimonial-wrap {
    padding: 40px;
    border-radius: 3px;
    margin-bottom: 24px;
    background-color: var(--gray-900);
}

@media (max-width:991px){
    .mh--testimonial-wrap {
        padding: 30px;
    }
}

.mh--testimonial-rating {
    margin-bottom: 27px;
}

.mh--testimonial-rating ul li {
    display: inline-block;
}

.mh--testimonial-author {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.mh--testimonial-author-thumb {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.mh--testimonial-author-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh--testimonial-author-data span {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #fff;
}

.mh--testimonial-author-data p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: .7;
    margin: 0;
}

.mh--testimonial-data p {
    color: #fff;
}

.mh--testimonial-button {
    margin-top: 56px;
    text-align: center;
}

@media (max-width:991px){
    .mh--testimonial-button {
        margin-top: 36px;
    }
}

.mh-cta-section {
    padding: 95px 0;
    background-color: var(--warning-400);
}

@media (max-width:767px){
    .mh-cta-section {
        padding: 80px 0;
    }
}

@media (max-width:991px){
    .mh-cta-section .mh-default-content.large-content {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 30px;
    }
}

.mh-cta-app-btn-wrap {
    width: 100%;
    text-align: right;
}

@media (max-width:991px){
    .mh-cta-app-btn-wrap {
        text-align: center;
    }
}

.mh--cta-section {
    z-index: 0;
    background-size: cover;
    position: relative;
    background-color: var(--gray-800);
}

.mh--cta-wrap {
    border-radius: 10px;
    padding: 80px 110px;
    background-color: var(--primary-500);
}

@media (max-width:1400px){
    .mh--cta-wrap {
        padding: 80px;
    }
}

@media (max-width:991px){
    .mh--cta-wrap {
        text-align: center;
    }
}

@media (max-width:767px){
    .mh--cta-wrap {
        padding: 50px;
    }
}

@media (max-width:575px){
    .mh--cta-wrap {
        padding: 35px;
    }
}

.mh-social-icon {
    margin-top: 30px;
}

.mh-social-icon ul {
    display: flex;
}

.mh-social-icon ul li {
    margin: 0 7.5px;
    display: inline-block;
}

.mh-social-icon ul li:first-child {
    margin-left: 0;
}

.mh-social-icon ul li:last-child {
    margin-right: 0;
}

.mh-social-icon ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 0;
    color: #fff;
    font-size: 12px;
    border-radius: 100%;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    justify-content: center;
    background-color: var(--gray-900);
}

.mh-social-icon ul li a:hover {
    color: var(--gray-800);
    background-color: var(--warning-500);
}

.mh-social-icon ul li a path {
    fill: var(--gray-10);
    transition: all .4s;
}

.mh-social-icon ul li a:hover path {
    fill: var(--gray-800);
}

.mh-social-icon2 ul li {
    margin: 0 2px;
    display: inline-block;
}

.mh-social-icon2 ul li:first-child {
    margin-left: 0;
}

.mh-social-icon2 ul li:last-child {
    margin-right: 0;
}

.mh-social-icon2 ul li a path {
    fill: var(--gray-800);
    transition: all .4s;
}

.mh-social-icon2 ul li a:hover path {
    fill: var(--warning-500);
}

.mh-social-icon3 {
    position: absolute;
    right: 30px;
    top: 30px;
}

@media (max-width:767px){
    .mh-social-icon3 {
        top: 50px;
    }
}

.mh-social-icon3 ul li {
    display: inline-block;
    margin-right: 10px;
}

.mh-social-icon3 ul li:last-child {
    margin-right: 0;
}

.mh-social-icon3 ul li a path {
    fill: var(--gray-800);
}

.mh--social-icon {
    margin-top: 30px;
}

.mh--social-icon ul li {
    margin: 0 7px;
    display: inline-block;
}

.mh--social-icon ul li:first-child {
    margin-left: 0;
}

.mh--social-icon ul li:last-child {
    margin-right: 0;
}

.mh--social-icon ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    z-index: 0;
    border-radius: 100%;
    align-items: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    background-color: var(--gray-900);
}

.mh--social-icon ul li a:before {
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    position: absolute;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--social-icon ul li a:hover::before {
    opacity: 1;
}

.mh--social-icon2 {
    margin: 0;
}

@media (max-width:991px){
    .mh--social-icon2 {
        text-align: center;
        margin-top: 15px;
    }
}

.mh--social-icon2 ul li a:hover {
    background: var(--danger-500);
}

.mh--social-icon2 ul li a:hover:before {
    content: none;
}

.mh--social-icon3 ul li a:hover {
    background: var(--primary-500);
}

.mh--social-icon3 ul li a:hover:before {
    content: none;
}

.mh--social-icon4 ul {
    display: flex;
    justify-content: center;
}

.mh--social-icon4 ul li a {
    width: 49px;
    height: 49px;
    background-color: transparent;
}

.mh--social-icon4 ul li a:hover {
    background: var(--danger-500);
}

.mh--social-icon4 ul li a svg {
    width: 22px;
    height: 22px;
}

.mh--social-icon4 ul li a svg path {
    transition: all .4s;
    fill: var(--gray-800);
}

.mh--social-icon4 ul li a:hover:before {
    content: none;
}

.mh--social-icon5 ul li a {
    background-color: #ececed;
}

.mh--social-icon5 ul li a path {
    fill: #13111a;
    transition: all .4s;
}

.mh--social-icon5 ul li a:hover path {
    fill: #fff;
}

.mh-client-section {
    padding: 75px 0 80px;
}

@media (max-width:767px){
    .mh-client-section {
        padding: 60px 0;
    }
}

.mh-client-title {
    margin-bottom: 50px;
    text-align: center;
}

.mh-client-title.text-white h5 {
    color: var(--gray-10);
}

.mh-client-title h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    font-weight: 600;
    letter-spacing: -.5px;
    font-family: Inter,sans-serif;
}

.mh-brand-logo {
    margin: 10px 0;
}

.mh-brand-logo img {
    opacity: .7;
}

.mh-icon-list {
    margin-top: 55px;
}

@media (max-width:991px){
    .mh-icon-list {
        margin-top: 30px;
    }
}

.mh-icon-list ul li {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 18px;
    color: var(--gray-800);
}

.mh-icon-list ul li:last-child {
    margin-bottom: 0;
}

.mh-icon-list ul li img {
    position: absolute;
    left: 0;
    top: 3px;
}

.mh-icon-list2 {
    margin-top: 55px;
}

@media (max-width:991px){
    .mh-icon-list2 {
        margin-top: 30px;
    }
}

.mh-icon-list2 ul li {
    padding-left: 70px;
    position: relative;
    margin-bottom: 25px;
}

.mh-icon-list2 ul li:last-child {
    margin: 0;
}

.mh-icon-list2 ul li .fulo-list-icon {
    width: 50px;
    height: 50px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    background-color: var(--gray-800);
}

.mh-icon-list3 {
    margin-top: 45px;
}

@media (max-width:991px){
    .mh-icon-list3 {
        margin-top: 30px;
    }
}

.mh-icon-list3 ul li {
    padding-left: 40px;
}

.mh-icon-list3 ul li img {
    top: -2px;
}

.pricing-btn {
    margin-bottom: 60px;
}

@media (max-width:991px){
    .pricing-btn {
        margin-bottom: 30px;
    }
}

[data-pricing-dynamic][data-value-active=yearly] .dynamic-value:before {
    display: inline-block;
    content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active=yearly] [data-pricing-trigger] {
    background: #ff5722;
}

[data-pricing-dynamic][data-value-active=yearly] [data-pricing-trigger] span {
    left: calc(100% - 33px);
}

[data-pricing-dynamic][data-value-active=monthly] .dynamic-value:before {
    display: inline-block;
    content: attr(data-monthly);
}

.dynamic-value:before {
    display: inline-block;
    content: attr(data-active);
}

.static-value:before {
    display: inline-block;
    content: attr(data-active);
}

.pricing-btn .btn-toggle {
    position: relative;
    width: 65px!important;
    height: 30px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    background-color: var(--gray-800)!important;
    background-image: url(../images/all-img/service/circle-bg.png);
}

.pricing-btn .btn-toggle:focus {
    border: none!important;
    outline: 0;
    box-shadow: none;
    background-color: var(--gray-800)!important;
    background-image: url(../images/all-img/service/circle-bg.png);
}

.pricing-btn .btn-toggle:checked {
    border: none!important;
    background-color: var(--gray-800)!important;
    background-image: url(../images/all-img/service/circle-bg.png);
}

.pricing-btn label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 20px;
    color: var(--gray-800);
}

@media (max-width:767px){
    .pricing-btn label {
        margin: 0 15px;
    }
}

.mh-pricing-wrap {
    padding: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width:991px){
    .mh-pricing-wrap {
        padding: 30px;
    }
}

.mh-pricing-wrap.active {
    background-color: var(--gray-800);
}

.mh-pricing-wrap.active .mh-pricing-header h5,
.mh-pricing-wrap.active .mh-pricing-header p {
    color: #fff;
}

.mh-pricing-wrap.active .mh-pricing-header p {
    opacity: .8;
}

.mh-pricing-wrap.active .mh-price,
.mh-pricing-wrap.active .mh-pricing-currency,
.mh-pricing-wrap.active p.bottom_text {
    color: #fff;
}

.mh-pricing-wrap.active .mh-pricing-body ul li {
    color: #fff;
    opacity: .8;
}

.mh-pricing-wrap.mh-pricing-wrap {
    margin-bottom: 24px;
}

.mh-pricing-wrap.mh-pricing-wrap3 {
    padding: 30px;
    background: #fff;
    border: 1px solid rgba(19,17,26,.1);
    border-radius: 10px;
    transition: all .4s;
}

.mh-pricing-wrap.mh-pricing-wrap3:hover {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
}

.mh-pricing-wrap.mh-pricing-wrap3:hover a.mh-pricing-btn {
    border: 2px solid var(--warning-500);
    background-color: var(--warning-500);
}

.mh-pricing-wrap.mh-pricing-wrap3 a.mh-pricing-btn {
    margin: 0;
    padding: 13.5px;
}

.mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-price {
    margin-bottom: 15px;
}

.mh-pricing-wrap.mh-pricing-wrap3 p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

.mh-pricing-wrap.mh-pricing-wrap3 p.bottom_text {
    margin: 0;
}

.mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body {
    border-top: 1px solid rgba(19,17,26,.1);
    padding: 25px 0 35px;
}

.mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body span {
    font-size: 16px;
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
}

.mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body ul li {
    font-weight: 400;
    color: var(--gray-800);
}

.mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body ul .disable {
    opacity: .4;
}

.mh-pricing-header {
    margin-bottom: 15px;
}

.mh-pricing-header p {
    font-size: 16px;
    line-height: 24px;
    margin-right: 90px;
}

.mh-pricing-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 35px;
}

.mh-pricing-currency {
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}

.mh-pricing-body ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
    position: relative;
    padding-left: 30px;
}

.mh-pricing-body ul li img {
    left: 0;
    top: 7px;
    position: absolute;
}

.mh-pricing-body ul li:last-child {
    margin-bottom: 0;
}

.mh-price {
    line-height: 1;
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    font-family: Inter,sans-serif;
    color: var(--gray-800);
}

p.bottom_text {
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    bottom: 5px;
    color: var(--gray-800);
}

a.mh-pricing-btn {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    color: var(--gray-800);
    border: 2px solid var(--gray-800);
    transition: all .4s;
    margin-bottom: 40px;
}

a.mh-pricing-btn:hover {
    border: 2px solid var(--warning-500);
    background-color: var(--warning-500);
}

a.mh-pricing-btn.active {
    border: 2px solid var(--success-500);
    background-color: var(--success-500);
}

.mh-pricing-label {
    width: 178px;
    top: 27px;
    right: -42px;
    font-weight: 600;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(44.51deg);
    position: absolute;
    background-color: var(--success-500);
}

.mh-pricing-dark .pricing-btn label {
    color: var(--gray-10);
}

.mh-pricing-dark .pricing-btn .btn-toggle {
    background-color: #7d41ea!important;
    background-image: url(../images/all-img/service/circle-bg2.png);
}

.mh-pricing-dark .pricing-btn .btn-toggle:checked {
    background-color: #7d41ea!important;
    background-image: url(../images/all-img/service/circle-bg2.png);
}

.mh-pricing-dark .mh-pricing-header h5 {
    color: var(--gray-10);
}

.mh-pricing-dark .mh-pricing-header p {
    color: rgba(255,255,255,.8);
}

.mh-pricing-dark .mh-price,
.mh-pricing-dark .mh-pricing-currency,
.mh-pricing-dark p.bottom_text {
    color: var(--gray-10);
}

.mh-pricing-dark .mh--outline-btn {
    display: block;
    margin-bottom: 40px;
}

.mh-pricing-dark .mh--outline-btn span {
    padding: 12.5px 38px;
    background-color: var(--gray-600);
}

.mh-pricing-dark .mh--outline-btn span:hover {
    background-color: transparent;
}

.mh-pricing-dark .mh-pricing-body ul li {
    color: rgba(255,255,255,.8);
}

.mh-pricing-dark .mh-pricing-label {
    color: var(--gray-10);
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh-pricing-dark .mh-default-content h2 {
    color: var(--gray-10);
}

.mh-pricing-dark .mh-default-content p {
    color: rgba(255,255,255,.8);
}

.mh-pricing-dark .mh-accordion-item {
    border-bottom: 1px solid var(--gray-10);
}

.mh-pricing-dark .mh-accordion-item h4 {
    color: var(--gray-10);
}

.mh-pricing-dark .mh-accordion-item p {
    color: rgba(255,255,255,.8);
}

.mh-pricing-dark .mh-accordion-item:last-child {
    border: none;
}

.mh-pricing-dark a.mh-faq-btn {
    color: var(--gray-10);
}

.mh-pricing-dark a.mh-faq-btn:hover {
    color: var(--warning-500);
}

.mh-pricing-dark.mh-client-section {
    padding: 0;
}

.mh-pricing-dark .mh-client-title h5 {
    color: var(--gray-10);
}

.mh-pricing-dark .mh-pricing-wrap.mh-pricing-wrap3 {
    background-color: var(--gray-600);
}

.mh-pricing-dark .mh-pricing-wrap.mh-pricing-wrap3 p {
    color: rgba(255,255,255,.8);
}

.mh-pricing-dark .mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body {
    border-top: 1px solid rgba(255,255,255,.1);
}

.mh-pricing-dark .mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body span {
    color: rgba(255,255,255,.8);
}

.mh-pricing-dark .mh-pricing-wrap.mh-pricing-wrap3 .mh-pricing-body li {
    color: #fff;
}

.mh-privacy-policy-wrap p {
    color: var(--gray-800);
}

.mh-privacy-policy-wrap ul {
    margin-bottom: 40px;
}

.mh-privacy-policy-wrap ul li {
    padding-left: 20px;
    padding-bottom: 15px;
    position: relative;
    color: var(--gray-800);
}

.mh-privacy-policy-wrap ul li:before {
    content: "";
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    background-color: var(--gray-800);
}

.mh-privacy-policy-wrap ul li:last-child {
    padding-bottom: 0;
}

.mh-privacy-policy-dark .mh-privacy-policy-wrap h2,
.mh-privacy-policy-dark .mh-privacy-policy-wrap h4,
.mh-privacy-policy-dark .mh-privacy-policy-wrap p {
    color: var(--gray-10);
}

.mh-privacy-policy-dark .mh-privacy-policy-wrap ul li {
    color: var(--gray-10);
}

.mh-privacy-policy-dark .mh-privacy-policy-wrap ul li:before {
    background-color: var(--gray-10);
}

.mh--circle-shape {
    z-index: 0;
    z-index: -1;
    position: absolute;
}

.mh--circle-shape .waves {
    background: rgba(44,4,254,.15);
}

.mh--circle-shape .waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mh--circle-shape.circle-one {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.mh--circle-shape.circle-two {
    left: 45px;
    bottom: 30%;
}

.mh--circle-shape.circle-three {
    top: -23%;
    right: 0;
}

.mh--circle-shape.circle-four {
    bottom: 25%;
    left: 70px;
}

.mh--circle-shape.circle-five {
    left: 10%;
    top: 34%;
}

.mh--circle-shape.circle-six {
    left: 35%;
    top: -70px;
}

.mh--circle-shape.circle-seven {
    right: 20%;
    bottom: 10%;
}

.mh--circle-shape.circle-eight {
    top: 20%;
    left: 5%;
}

.mh--circle-shape.circle-nine {
    bottom: 18%;
    right: 3%;
}

.mh--shape1 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}

.mh--shape2 {
    position: absolute;
    top: 50px;
    z-index: -1;
}

.mh--shape3 {
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

.mh--shape4 {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.mh--hero-shpae1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 30%;
}

.mh--hero-shpae1 img {
    width: 100%;
}

.mh--hero-shpae2 {
    top: 14%;
    z-index: -1;
    left: 7%;
    width: 28%;
    position: absolute;
}

.mh--hero-shpae2 img {
    width: 100%;
}

.mh--shape-art {
    position: absolute;
    top: -44%;
    z-index: -1;
    right: -42%;
    width: 100%;
}

.mh--shape-art img {
    width: 100%;
}

@media (max-width:1199px){
    .mh--shape-art {
        top: -35%;
        right: -35%;
    }
}

.mh--shape-art.mh--shape-art2 {
    top: -35%;
    right: -5%;
}

.mh--video-shape1,
.mh--video-shape2 {
    width: 71.4%;
    height: 71.4%;
    z-index: -1;
    top: -95px;
    right: -80px;
    position: absolute;
}

@media (max-width:1199px){
    .mh--video-shape1,
    .mh--video-shape2 {
        right: 0;
    }
}

@media (max-width:700px){
    .mh--video-shape1,
    .mh--video-shape2 {
        display: none;
    }
}

.mh--video-shape2 {
    width: 86.4%;
    height: 100%;
    top: auto;
    right: auto;
    bottom: -46px;
    left: -26%;
}

.mh--content-shape {
    z-index: -1;
    position: absolute;
    bottom: -60%;
    width: 161%;
    height: 161%;
    left: -35%;
}

@media (max-width:1199px){
    .mh--content-shape {
        bottom: auto;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}

@media (max-width:700px){
    .mh--content-shape {
        display: none;
    }
}

.mh--content-shape img {
    width: 100%;
}

.mh--circle-shape {
    z-index: 0;
    z-index: -1;
    position: absolute;
}

.mh--circle-shape .waves {
    background: rgba(44,4,254,.15);
}

.mh--circle-shape .waves.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.mh--circle-shape.circle-one {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.mh--circle-shape.circle-two {
    left: 45px;
    bottom: 30%;
}

.mh--circle-shape.circle-three {
    top: -23%;
    right: 0;
}

.mh--circle-shape.circle-four {
    bottom: 25%;
    left: 70px;
}

.mh--circle-shape.circle-five {
    left: 10%;
    top: 34%;
}

.mh--circle-shape.circle-seven {
    right: 20%;
    bottom: 10%;
}

.mh--circle-shape.circle-eight {
    top: 20%;
    left: 5%;
}

.mh--circle-shape.circle-nine {
    bottom: 18%;
    right: 3%;
}

.mh--shape1 {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: -1;
}

.mh--shape2 {
    position: absolute;
    top: 50px;
    z-index: -1;
}

.mh--shape3 {
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

.mh--shape4 {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.mh--hero-shpae1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 30%;
}

.mh--hero-shpae1 img {
    width: 100%;
}

.mh--hero-shpae2 {
    top: 14%;
    z-index: -1;
    left: 7%;
    width: 28%;
    position: absolute;
}

.mh--hero-shpae2 img {
    width: 100%;
}

.mh--shape-art {
    position: absolute;
    top: -44%;
    z-index: -1;
    right: -42%;
    width: 100%;
}

.mh--shape-art img {
    width: 100%;
}

@media (max-width:1199px){
    .mh--shape-art {
        top: -35%;
        right: -35%;
    }
}

.mh--shape-art.mh--shape-art2 {
    top: -35%;
    right: -5%;
}

.mh--video-shape1,
.mh--video-shape2 {
    width: 71.4%;
    height: 71.4%;
    z-index: -1;
    top: -95px;
    right: -80px;
    position: absolute;
}

@media (max-width:1199px){
    .mh--video-shape1,
    .mh--video-shape2 {
        right: 0;
    }
}

@media (max-width:700px){
    .mh--video-shape1,
    .mh--video-shape2 {
        display: none;
    }
}

.mh--video-shape2 {
    width: 86.4%;
    height: 100%;
    top: auto;
    right: auto;
    bottom: -46px;
    left: -26%;
}

.mh--content-shape {
    z-index: -1;
    position: absolute;
    bottom: -60%;
    width: 161%;
    height: 161%;
    left: -35%;
}

@media (max-width:1199px){
    .mh--content-shape {
        bottom: auto;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
}

@media (max-width:700px){
    .mh--content-shape {
        display: none;
    }
}

.mh--content-shape img {
    width: 100%;
}

.mh-section-padding {
    padding: 120px 0;
}

@media (max-width:991px){
    .mh-section-padding {
        padding: 100px 0;
    }
}

@media (max-width:767px){
    .mh-section-padding {
        padding: 80px 0;
    }
}

.mh-section-padding2 {
    padding: 110px 0 120px;
}

@media (max-width:991px){
    .mh-section-padding2 {
        padding: 90px 0 100px;
    }
}

@media (max-width:767px){
    .mh-section-padding2 {
        padding: 70px 0 80px;
    }
}

.mh-section-padding3 {
    padding: 110px 0 96px;
}

@media (max-width:991px){
    .mh-section-padding3 {
        padding: 90px 0 76px;
    }
}

@media (max-width:767px){
    .mh-section-padding3 {
        padding: 70px 0 56px;
    }
}

.mh-section-title {
    text-align: center;
    max-width: 655px;
    margin: 0 auto 75px;
}

@media (max-width:991px){
    .mh-section-title {
        margin: 0 auto 45px;
        max-width: 590px;
    }
}

.mh-section-title h2 {
    margin: 0;
}

.mh-section-title.title-large h2 {
    font-size: 68px;
    line-height: 75px;
}

@media (max-width:991px){
    .mh-section-title.title-large h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width:767px){
    .mh-section-title.title-large h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:479px){
    .mh-section-title.title-large h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

.mh-section-title2 {
    margin: 0 auto 75px;
}

@media (max-width:991px){
    .mh-section-title2 {
        margin: 0 auto 45px;
        max-width: 590px;
        text-align: center;
    }
}

.mh-section-title2 h2 {
    margin: 0;
    margin-right: 31px;
}

@media (max-width:991px){
    .mh-section-title2 h2 {
        margin: 0 auto 15px;
    }
}

.mh-section-title.title-white h2 {
    color: #fff;
}

.mh-default-content.large-content h2 {
    font-size: 68px;
    line-height: 75px;
}

@media (max-width:1399px){
    .mh-default-content.large-content h2 {
        font-size: 62px;
        line-height: 70px;
    }
}

@media (max-width:1199px){
    .mh-default-content.large-content h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width:767px){
    .mh-default-content.large-content h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width:479px){
    .mh-default-content.large-content h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

.mh-default-content.content-white h2 {
    color: #fff;
}

.mh--section-padding {
    padding: 112px 0 120px;
}

@media (max-width:991px){
    .mh--section-padding {
        padding: 90px 0 100px;
    }
}

@media (max-width:767px){
    .mh--section-padding {
        padding: 70px 0 80px;
    }
}

.mh--section-padding2 {
    padding: 110px 0 95px;
}

@media (max-width:991px){
    .mh--section-padding2 {
        padding: 90px 0 75px;
    }
}

@media (max-width:767px){
    .mh--section-padding2 {
        padding: 70px 0 55px;
    }
}

.mh--section-padding-bottom {
    padding: 0 0 120px;
}

@media (max-width:991px){
    .mh--section-padding-bottom {
        padding: 0 0 100px;
    }
}

@media (max-width:767px){
    .mh--section-padding-bottom {
        padding: 0 0 80px;
    }
}

.mh--section-title {
    max-width: 708px;
    text-align: center;
    margin: 0 auto 75px;
}

@media (max-width:991px){
    .mh--section-title {
        margin: 0 auto 50px;
    }
}

.mh--section-title h2 {
    font-family: "Space Grotesk",sans-serif;
}

.mh--section-title .mh--default-content p {
    padding: 0 20px;
}

@media (max-width:767px){
    .mh--section-title .mh--default-content p {
        padding: 0;
    }
}

.mh--section-title-wrap {
    display: flex;
    margin-bottom: 80px;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width:991px){
    .mh--section-title-wrap {
        margin-bottom: 60px;
        display: block;
        margin: 0 auto 60px;
    }
}

.mh--section-title-wrap .mh--section-title {
    text-align: left;
    margin: 0;
    max-width: 510px;
}

@media (max-width:991px){
    .mh--section-title-wrap .mh--section-title {
        margin: 0 auto;
        text-align: center;
    }
}

.mh--section-title-wrap .mh--section-title p {
    margin: 0;
    padding: 0;
}

.mh--default-content h2 {
    font-family: "Space Grotesk",sans-serif;
    color: #fff;
}

.mh--default-content.content-sm h2 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-family: "Space Grotesk",sans-serif;
}

@media (max-width:991px){
    .mh--default-content.content-sm h2 {
        font-size: 40px;
    }
}

@media (max-width:767px){
    .mh--default-content.content-sm h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

.mh--default-content p {
    color: #fff;
}

@media (max-width:767px){
    .mh--default-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.mh--default-content.content-black h2 {
    color: var(--gray-800);
    font-family: "Public Sans",sans-serif;
}

.mh--default-content.content-black p {
    opacity: .8;
    color: var(--gray-800);
}

.mh--section-title2 {
    margin-bottom: 65px;
}

@media (max-width:991px){
    .mh--section-title2 {
        margin-bottom: 45px;
        text-align: center;
    }
}

.mh-apps-thumb {
    position: relative;
    transform: rotate(-5deg);
    margin-left: 60px;
}

@media (max-width:1200px){
    .mh-apps-thumb {
        margin: 0;
    }
}

@media (max-width:991px){
    .mh-apps-thumb {
        margin: 0 0 50px;
        text-align: center;
        transform: none!important;
    }
}

.mh-apps-thumb.mh-apps-thumb2 {
    transform: rotate(-5deg);
}

.mh-shape3 {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 6%;
}

@media (max-width:1650px){
    .mh-shape3 {
        left: -5%;
    }
}

@media (max-width:1199px){
    .mh-shape3 {
        left: -12%;
    }
}

@media (max-width:991px){
    .mh-shape3 {
        left: 5%;
    }
}

@media (max-width:767px){
    .mh-shape3 {
        display: none;
    }
}

.mh-error-content {
    padding: 190px 0 110px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

@media (max-width:991px){
    .mh-error-content {
        padding: 150px 0 90px;
    }
}

@media (max-width:767px){
    .mh-error-content {
        padding: 130px 0 70px;
    }
}

.mh-error-content h1 {
    font-size: 150px;
    line-height: 176px;
}

@media (max-width:991px){
    .mh-error-content h1 {
        font-size: 120px;
        line-height: 140px;
    }
}

@media (max-width:767px){
    .mh-error-content h1 {
        font-size: 100px;
        line-height: 120px;
    }
}

.mh-error-content p {
    margin-bottom: 55px;
    padding: 0 30px;
}

@media (max-width:991px){
    .mh-error-content p {
        margin-bottom: 35px;
    }
}

@media (max-width:767px){
    .mh-error-content p {
        padding: 0;
    }
}

.coming-soon-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon-column {
    text-align: center;
    margin: 0 auto;
}

.coming-soon-logo {
    margin-bottom: 90px;
}

@media (max-width:991px){
    .coming-soon-logo {
        margin-bottom: 50px;
    }
}

.coming-soon-content {
    max-width: 505px;
    margin: 0 auto 80px;
}

@media (max-width:991px){
    .coming-soon-content {
        margin: 0 auto 40px;
    }
}

.mh-countdown-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

@media (max-width:991px){
    .mh-countdown-wrap {
        margin-bottom: 40px;
    }
}

@media (max-width:575px){
    .mh-countdown-wrap {
        flex-wrap: wrap;
    }
}

.mh-countdown-item {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-800);
}

@media (max-width:767px){
    .mh-countdown-item {
        width: 150px;
        height: 150px;
    }
}

.mh-countdown-item:nth-child(2),
.mh-countdown-item:nth-child(3),
.mh-countdown-item:nth-child(4) {
    margin-left: -30px;
}

@media (max-width:767px){
    .mh-countdown-item:nth-child(2),
    .mh-countdown-item:nth-child(3),
    .mh-countdown-item:nth-child(4) {
        margin-left: -15px;
    }
}

.mh-countdown-item .number {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 48px;
    color: var(--gray-800);
}

@media (max-width:991px){
    .mh-countdown-item .number {
        font-size: 40px;
    }
}

@media (max-width:767px){
    .mh-countdown-item .number {
        font-size: 36px;
    }
}

.mh-countdown-item p {
    font-size: 16px;
}

.mh-go-top {
    position: fixed;
    bottom: 10%;
    right: 3%;
    z-index: 0;
    z-index: 99;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.mh-go-top:before {
    content: "";
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: absolute;
    background-color: var(--warning-500);
    transform: translate(-50%,-50%);
}

.mh-go-top img {
    transform: rotate(-90deg);
}

.mh-btn-wrap {
    margin-top: 55px;
}

@media (max-width:991px){
    .mh-btn-wrap {
        margin-top: 40px;
    }
}

.mh--slider-section {
    background-color: var(--warning-200);
    position: relative;
    z-index: 0;
}

.mh--slider-one .slick-slide {
    margin: 2px 12px;
}

.mh--slider-one .mh--arrow,
.mh--slider-one .prev-arrow {
    left: -30px;
    top: 50%;
    z-index: 9;
    position: absolute;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    color: #201c2c;
    font-size: 20px;
    cursor: pointer;
    border-radius: 100%;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--gray-10);
    border: 5px solid #13111a;
    transition: all .4s;
    background-image: url(../images/svg2/arrow-left.svg);
}

.mh--slider-one .mh--arrow {
    left: auto;
    right: -30px;
    background-image: url(../images/svg2/arrow-right.svg);
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.mh--slider-one .slick-slide.slick-current.slick-active .mh--btn:before {
    opacity: 1;
}

.mh--slider-one .slick-slide.slick-current.slick-active .mh--btn {
    color: var(--gray-10);
}

.mh--slider-one .slick-slide.slick-current.slick-active .mh--card-wrap {
    box-shadow: 0 0 0 1px rgba(255,255,255,0);
}

.mh--slider-one .slick-slide.slick-current.slick-active .mh--card-wrap:before {
    opacity: 1;
}

.mh--portfolio-section {
    position: relative;
    z-index: 0;
}

.mh--portfolio-section .mh--section-title {
    margin: 0 auto 55px;
}

.mh--portfolio-menu {
    margin-bottom: 55px;
}

@media (max-width:991px){
    .mh--portfolio-menu {
        margin-bottom: 35px;
    }
}

.mh--portfolio-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width:1199px){
    .mh--portfolio-menu ul {
        justify-content: space-between;
    }
}

.mh--portfolio-menu ul li {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    padding: 2px;
    margin: 0 10px;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
    background: linear-gradient(to right,#ff00d4,#7d41ea,#0080ff);
}

.mh--portfolio-menu ul li.active {
    transition: all .4s;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--portfolio-menu ul li.active span {
    transition: all .4s;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

@media (max-width:1199px){
    .mh--portfolio-menu ul li {
        margin: 0 0 15px;
        flex: 0 0 32.2%;
    }
}

@media (max-width:767px){
    .mh--portfolio-menu ul li {
        flex: 0 0 48.5%;
    }
}

@media (max-width:420px){
    .mh--portfolio-menu ul li {
        flex: 0 0 100%;
    }
}

.mh--portfolio-menu ul li img {
    margin-right: 10px;
}

.mh--portfolio-menu ul li span {
    display: flex;
    align-items: center;
    height: 55px;
    padding: 10px 20.5px;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    background-color: var(--gray-800);
}

.mh--portfolio-section {
    background-color: var(--warning-300);
}

.mh--portfolio-section .mh--card-wrap {
    margin-bottom: 24px;
    margin-left: 24px;
}

.mh--portfolio-wrap {
    margin-left: -24px;
}

.mh--portfolio-btn {
    text-align: center;
    margin-top: 56px;
}

@media (max-width:991px){
    .mh--portfolio-btn {
        margin-top: 35px;
    }
}

@media (max-width:991px){
    .mh--section-button {
        margin-top: 35px;
        text-align: center;
    }
}

.mh--text-slider-section {
    padding: 22px 0;
    overflow: hidden;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--text-slider-data {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    flex-direction: row-reverse;
}

@media (max-width:600px){
    .mh--text-slider-data {
        text-align: center;
        display: block!important;
    }
}

.mh--text-slider-data h3 {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0 15px;
    color: #fff;
    line-height: 36px;
}

@media (max-width:991px){
    .mh--text-slider-data h3 {
        font-size: 24px;
    }
}

.mh--text-slider-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

@media (max-width:600px){
    .mh--text-slider-icon {
        margin-bottom: 10px;
    }
}

.mh--roadmap-section {
    padding: 115px 0 80px;
    background-color: var(--gray-800);
}

@media (max-width:991px){
    .mh--roadmap-section {
        padding: 100px 0 60px;
    }
}

@media (max-width:767px){
    .mh--roadmap-section {
        padding: 80px 0 40px;
    }
}

.mh--roadmap-section .mh--iconbox-wrap {
    margin-bottom: 40px;
}

.mh--newslatter-section {
    z-index: 0;
    position: relative;
    background-color: var(--gray-800);
}

.mh--newslatter-wrap {
    border-radius: 10px;
    padding: 100px;
    text-align: center;
    position: relative;
    background: #201c2c;
}

@media (max-width:991px){
    .mh--newslatter-wrap {
        padding: 70px;
    }
}

@media (max-width:767px){
    .mh--newslatter-wrap {
        padding: 50px;
    }
}

@media (max-width:400px){
    .mh--newslatter-wrap {
        padding: 30px;
    }
}

.mh--newslatter-wrap .mh--section-title {
    max-width: 585px;
    margin: 0 auto 40px;
}

.mh--newslatter-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    transition: all .4s;
    border-radius: inherit;
    background: linear-gradient(to right,#ff00d4,#7d41ea,#0080ff);
}

.mh-text-slider-section {
    padding: 40px 0;
    background-color: var(--warning-300);
}

@media (max-width:1280px){
    .mh-text-slider-section {
        padding: 0;
    }
}

.mh-text-slider-area1 {
    padding: 21px 0;
    background-color: var(--gray-600);
    transform: rotate(-2.5deg);
}

@media (max-width:1669px){
    .mh-text-slider-area1 {
        padding: 13px 0;
    }
}

@media (max-width:1280px){
    .mh-text-slider-area1 {
        margin: 0;
        transform: rotate(0);
    }
}

.mh-text-slider-area2 {
    padding: 21px 0;
    background-color: var(--success-500);
    transform: rotate(3deg);
    margin-top: -84px;
}

@media (max-width:1669px){
    .mh-text-slider-area2 {
        padding: 13px 0;
        margin-top: -65px;
    }
}

@media (max-width:1280px){
    .mh-text-slider-area2 {
        margin: 0;
        transform: rotate(0);
    }
}

.mh-text-slider-data {
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    flex-direction: row-reverse;
}

@media (max-width:767px){
    .mh-text-slider-data {
        text-align: center;
        display: block!important;
    }
}

.mh-text-slider-data h3 {
    font-weight: 700;
    font-size: 28px;
    display: inline-block;
    margin: 0 15px;
    line-height: 36px;
    letter-spacing: 1px;
    color: var(--gray-10);
}

@media (max-width:1669px){
    .mh-text-slider-data h3 {
        font-size: 22px;
    }
}

@media (max-width:1500px){
    .mh-text-slider-data h3 {
        font-size: 18px;
    }
}

.mh-text-slider-icon {
    flex-shrink: 0;
}

.mh-text-slider-icon img {
    margin: 0 auto;
}

@media (max-width:600px){
    .mh-text-slider-icon {
        margin-bottom: 10px;
    }
}

.mh-trading-card-thumb {
    position: relative;
    padding-left: 140px;
    z-index: 2;
}

@media (max-width:766px){
    .mh-trading-card-thumb {
        padding-left: 70px;
    }
}

@media (max-width:991px){
    .mh-trading-card-thumb img {
        width: 100%;
    }
}

@media (max-width:991px){
    .mh-trading-card-thumb {
        margin-bottom: 40px;
    }
}

.mh-trading-card-thumb2 {
    top: 50%;
    left: 0;
    z-index: 1;
    width: 33.5%;
    position: absolute;
    transform: translateY(-50%);
}

.mh-trading-card-thumb2 img {
    width: 100%;
}

.mh-trading-card2 {
    text-align: right;
}

.mh-trading-card2 .mh-trading-card-thumb {
    padding-left: 0;
}

@media (max-width:991px){
    .mh-trading-card2 .mh-trading-card-thumb {
        padding-left: 160px;
        margin-bottom: 80px;
    }
}

@media (max-width:767px){
    .mh-trading-card2 .mh-trading-card-thumb {
        padding-left: 80px;
    }
}

@media (max-width:575px){
    .mh-trading-card2 .mh-trading-card-thumb {
        margin-bottom: 50px;
    }
}

.mh-trading-card2 .mh-trading-card-thumb2 {
    top: auto;
    left: 16%;
    transform: none;
    bottom: -8%;
    width: 39%;
}

@media (max-width:1399px){
    .mh-trading-card2 .mh-trading-card-thumb2 {
        left: 5%;
    }
}

@media (max-width:991px){
    .mh-trading-card2 .mh-trading-card-thumb2 {
        left: 0;
    }
}

.mh-trading-card2 .mh-shape7 {
    top: -29%;
    z-index: -1;
    right: -27%;
}

.mh-trading-card2 .mh-shape6 {
    top: 22%;
    left: -3%;
}

.mh-shape6 {
    position: absolute;
    top: -10%;
    left: -23%;
    z-index: 0;
}

@media (max-width:766px){
    .mh-shape6 {
        left: -40%;
    }
}

@media (max-width:575px){
    .mh-shape6 {
        display: none;
    }
}

.mh-shape7 {
    position: absolute;
    top: -35%;
    z-index: -1;
    right: -13%;
}

@media (max-width:575px){
    .mh-shape7 {
        display: none;
    }
}

.mh-trading-section2 {
    padding: 120px 0 150px;
    overflow: hidden;
    background-color: var(--warning-100);
}

@media (max-width:1399px){
    .mh-trading-section2 {
        padding: 120px 0;
    }
}

@media (max-width:991px){
    .mh-trading-section2 {
        padding: 100px 0;
    }
}

@media (max-width:767px){
    .mh-trading-section2 {
        padding: 80px 0;
    }
}

.mh--text-slider-section2 {
    background: var(--gray-800);
}

.mh--about-section {
    overflow: hidden;
    padding: 120px 0;
}

@media (max-width:991px){
    .mh--about-section {
        padding: 100px 0;
    }
}

@media (max-width:767px){
    .mh--about-section {
        padding: 80px 0;
    }
}

@media (max-width:991px){
    .mh--about-section .mh--default-content {
        max-width: 500px;
    }
}

.mh--swiper-slider-wrap {
    position: relative;
}

@media (max-width:991px){
    .mh--swiper-slider-wrap {
        margin-bottom: 40px;
    }
}

.mh--double-star {
    position: absolute;
    left: -90px;
    bottom: 15%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.mh--artwork-section {
    z-index: 0;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg,rgba(255,255,255,0) -51.59%,#eee6d0 119.2%);
}

@media (max-width:991px){
    .mh--artwork-section {
        padding: 100px 0 0;
    }
}

@media (max-width:767px){
    .mh--artwork-section {
        padding: 80px 0 0;
    }
}

@media (max-width:991px){
    .mh--artwork-section .mh--default-content {
        max-width: 500px;
    }
}

.mh--artwork-right {
    text-align: right;
    position: relative;
    z-index: 0;
}

@media (max-width:991px){
    .mh--artwork-right {
        text-align: center;
    }
}

.mh--artwork-right.left {
    text-align: left;
}

@media (max-width:991px){
    .mh--artwork-right.left {
        text-align: center;
    }
}

.mh--artwork-thumb {
    display: inline-block;
    position: relative;
    transform: rotate(3deg);
}

@media (max-width:991px){
    .mh--artwork-thumb {
        transform: rotate(0)!important;
        margin-bottom: 40px;
    }
}

.mh--artwork-data {
    position: absolute;
    left: -105px;
    bottom: 50px;
    background-size: cover;
    background-position: center;
    padding-top: 14px;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:575px){
    .mh--artwork-data {
        width: 150px;
        height: 150px;
        left: 0;
        bottom: 0;
    }
}

.mh--artwork-data p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #13111a;
    transform: rotate(-10deg);
}

@media (max-width:575px){
    .mh--artwork-data p {
        font-size: 14px;
        line-height: 20px;
    }
}

.mh--collection-section {
    background-color: var(--warning-600);
}

.mh--roadmap-v2 {
    background: linear-gradient(180deg,#eee6d0 -29.02%,rgba(255,255,255,0) 160.21%);
}

.mh--roadmap-v2 .mh--section-title {
    max-width: 485px;
    text-align: left;
    margin: 0 0 75px;
}

@media (max-width:991px){
    .mh--roadmap-v2 .mh--section-title {
        margin: 0 0 50px;
    }
}

.mh--roadmap-v2 .mh--section-title p {
    padding: 0;
}

.mh--client-section {
    padding: 0 0 120px;
    background-color: var(--gray-800);
}

@media (max-width:1199px){
    .mh--client-section {
        padding: 0 0 100px;
    }
}

@media (max-width:767px){
    .mh--client-section {
        padding: 0 0 80px;
    }
}

.mh--client-title {
    margin-bottom: 60px;
    text-align: center;
}

.mh--client-title p {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    color: #fff;
}

.mh--feature-section {
    background-color: var(--gray-800);
}

.mh--content-section {
    z-index: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--gray-800);
}

.mh--content-top {
    padding: 0 0 120px;
}

@media (max-width:991px){
    .mh--content-top {
        padding: 0 0 100px;
    }
}

@media (max-width:767px){
    .mh--content-top {
        padding: 0 0 80px;
    }
}

.mh--content-top .mh--default-content {
    margin-right: 51px;
}

@media (max-width:991px){
    .mh--content-top .mh--default-content {
        max-width: 550px;
    }
}

@media (max-width:575px){
    .mh--content-top .mh--default-content {
        margin-right: 0;
    }
}

.mh--content-top .mh--content-thumb {
    z-index: 0;
    text-align: right;
    position: relative;
}

@media (max-width:1199px){
    .mh--content-top .mh--content-thumb {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.mh--content-bottom .mh--content-thumb {
    z-index: 0;
    position: relative;
}

@media (max-width:1199px){
    .mh--content-bottom .mh--content-thumb {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.mh--content-bottom .mh--content-thumb .mh--bitcoin {
    position: absolute;
    bottom: 10px;
    right: -90px;
    width: 87%;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@media (max-width:991px){
    .mh--content-bottom .mh--content-thumb .mh--bitcoin {
        right: -40px;
    }
}

@media (max-width:479px){
    .mh--content-bottom .mh--content-thumb .mh--bitcoin {
        right: 0;
    }
}

.mh--content-bottom .mh--default-content {
    padding: 0 20px;
}

@media (max-width:1199px){
    .mh--content-bottom .mh--default-content {
        padding: 0;
    }
}

@media (max-width:991px){
    .mh--content-bottom .mh--default-content {
        max-width: 550px;
    }
}

.mh--meta {
    margin-top: 35px;
}

.mh--meta ul li {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    color: #fff;
}

.mh--meta ul li:last-child {
    margin-bottom: 0;
}

.mh--meta ul li img {
    position: absolute;
    left: 0;
    top: 5px;
}

.mh--testimonial-section {
    background-color: var(--gray-800);
}

.mh--faq-section2.mh--section-padding {
    background-size: cover;
}

.mh-innovative-services-section {
    padding-top: 120px;
}

@media (max-width:991px){
    .mh-innovative-services-section {
        padding-top: 100px;
    }
}

@media (max-width:767px){
    .mh-innovative-services-section {
        padding-top: 80px;
    }
}

@media (max-width:1199px){
    .mh-innovative-services-section .mh-default-content h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width:767px){
    .mh-innovative-services-section .mh-default-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width:991px){
    .mh-innovative-services-thumb img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:991px){
    .mh-innovative-services-thumb {
        padding-bottom: 30px;
    }
}

.mh-chart-thumb {
    background: #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
    border-radius: 10px;
    padding: 18px;
}

@media (max-width:991px){
    .mh-chart-thumb {
        margin-bottom: 30px;
    }
}

.mh-about-section {
    padding: 120px 0 140px;
}

@media (max-width:991px){
    .mh-about-section {
        padding: 100px 0;
    }
}

@media (max-width:767px){
    .mh-about-section {
        padding: 80px 0;
    }
}

@media (max-width:1199px){
    .mh-about-section .mh-default-content h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (max-width:767px){
    .mh-about-section .mh-default-content h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

.mh-about-thumb {
    position: relative;
    display: inline-block;
}

.mh-about-thumb img {
    width: 100%;
}

@media (max-width:1199px){
    .mh-about-thumb {
        margin-right: 50px;
    }
}

@media (max-width:991px){
    .mh-about-thumb {
        display: block;
        margin: 0 0 50px;
        padding-right: 100px;
    }
}

@media (max-width:479px){
    .mh-about-thumb {
        padding-right: 50px;
    }
}

.mh-about-thumb2 {
    bottom: -20px;
    right: -22%;
    position: absolute;
    width: 57.87%;
    border-radius: 10px;
    transform: rotate(5deg);
    filter: drop-shadow(10px 14px 50px rgba(0, 0, 0, .15));
}

@media (max-width:1199px){
    .mh-about-thumb2 {
        right: -10%;
        position: absolute;
        width: 50%;
    }
}

@media (max-width:991px){
    .mh-about-thumb2 {
        right: 12px;
        width: 40%;
    }
}

.mh-counter-rating {
    margin-top: 30px;
}

.mh-counter-rating ul {
    display: flex;
    align-items: center;
}

@media (max-width:1199px){
    .mh-counter-rating ul {
        justify-content: center;
    }
}

.mh-counter-rating ul li {
    margin: 0 2px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    color: rgba(255,255,255,.7);
}

.mh-counter-rating ul li:first-child {
    margin-right: 20px;
}

.mh-counter-rating ul li:last-child {
    margin-left: 10px;
}

.mh--about-hero-section.dark-version {
    background-size: cover;
    padding: 200px 0 120px;
    background-color: var(--gray-800);
}

@media (max-width:767px){
    .mh--about-hero-section.dark-version {
        padding: 60px 0;
    }
}

.mh--about-section2 {
    z-index: 0;
    position: relative;
    background-color: var(--gray-800);
}

.mh--about-section2 .mh--hero-content {
    max-width: 100%;
}

.mh--about-section2 .mh--section-title {
    max-width: 855px;
}

.mh--about-section2 .mh--section-title p {
    margin-right: 0;
}

.mh--thumb-thumb2 {
    border-radius: 12px;
    overflow: hidden;
}

.mh--shpae5 {
    position: absolute;
    top: -20%;
    right: 0;
    z-index: -1;
}

.exeter-signal-loaded.exeter-signal {
    margin-top: 0;
}

.exeter-signal {
    margin-top: -200px;
    transition: all .4s;
}

.mh--vision-section {
    padding: 5px 0;
    overflow: hidden;
    background-color: var(--gray-800);
}

@media (max-width:991px){
    .mh--vision-section {
        padding: 5px 0 0;
    }
}

.swiper-cards .swiper-slide {
    overflow: inherit;
}

.mh--video-section2 {
    background-color: var(--gray-800);
}

.mh--video-section2 .mh--default-content.content-sm h2 {
    padding: 0 30px;
}

@media (max-width:540px){
    .mh--video-section2 .mh--default-content.content-sm h2 {
        padding: 0;
    }
}

.mh--video-section2 .mh--video-thumb {
    margin: 0;
}

.mh--faq-section.dark-version {
    background-color: var(--gray-800);
}

.mh--faq-section.dark-version .mh--section-title {
    margin: 0 auto 45px;
}

@media (max-width:991px){
    .mh--faq-section.dark-version .mh--section-title {
        margin: 0 auto 25px;
    }
}

@media (max-width:991px){
    .mh--faq-section.dark-version .mh--default-content {
        margin: 0 auto;
        max-width: 600px;
        text-align: center;
    }
}

.mh--feature2-section {
    background: linear-gradient(180deg,rgba(255,255,255,0) -51.59%,#eee6d0 119.2%);
}

.mh--feature-wrap {
    padding: 0 45px;
    padding-bottom: 90px;
    margin-bottom: 24px;
    border-left: 1px solid rgba(19,17,26,.2);
}

@media (max-width:1400px){
    .mh--feature-wrap {
        padding: 0 30px;
        padding-right: 0;
        padding-bottom: 90px;
    }
}

@media (max-width:1199px){
    .mh--feature-wrap {
        padding-bottom: 0;
        padding-right: 0;
    }
}

@media (max-width:991px){
    .mh--feature-wrap {
        padding: 0 25px;
        padding-right: 0;
    }
}

.mh--feature-data h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px;
    color: #ff6b55;
    font-family: "Space Grotesk",sans-serif;
}

.mh--feature-data span {
    display: block;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: var(--gray-800);
}

@media (max-width:575px){
    .mh--feature-data span {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.mh--feature-data p {
    color: #13111a;
    opacity: .8;
}

.mh--feature-data p:last-child {
    margin: 0;
}

.col-xl-4.col-md-6:nth-child(2) .mh--feature-wrap {
    padding-top: 90px;
    padding-bottom: 0;
}

@media (max-width:1199px){
    .col-xl-4.col-md-6:nth-child(2) .mh--feature-wrap {
        padding-top: 0;
    }
}

.mh-blog-card {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--gray-700);
    transition: all .4s;
    margin-bottom: 24px;
    border-radius: 10px;
}

.mh-blog-card:hover img {
    transform: scale(1.07) rotate(2deg);
}

.mh-blog-card:hover {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
}

.mh-blog-thumb {
    overflow: hidden;
    height: 263px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.mh-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 8px;
    transition: all .4s;
}

@media (max-width:991px){
    .mh-blog-thumb {
        height: auto;
    }
}

.mh-blog-meta {
    margin-bottom: 18px;
}

.mh-blog-meta ul li {
    font-size: 16px;
    padding-right: 25px;
    position: relative;
    display: inline-block;
}

.mh-blog-meta ul li:before {
    content: "";
    right: 5px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(19,17,26,.8);
}

.mh-blog-meta ul li:last-child:before {
    content: none;
}

.mh-blog-meta ul li a {
    color: rgba(19,17,26,.8);
}

.mh-blog-meta ul li a:hover {
    color: var(--warning-500);
}

.mh-blog-content h5 {
    margin-bottom: 7px;
}

.mh-blog-content h5 a {
    color: var(--gray-800);
}

.mh-blog-content h5 a:hover {
    color: var(--warning-500);
}

.mh-blog-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.mh-blog-sidebar {
    border: 1px solid var(--gray-700);
    border-radius: 10px;
    padding: 30px;
}

@media (max-width:991px){
    .mh-blog-sidebar {
        margin-top: 40px;
    }
}

.mh-product-search {
    position: relative;
}

#mh-search-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.mh-product-search input {
    padding: 10px 35px 10px 20px!important;
    border-radius: 4px;
}

.mh-sidebar-item {
    margin-bottom: 35px;
}

.mh-sidebar-item:last-child {
    margin-bottom: 0;
}

.mh-sidebar-item-title {
    margin-bottom: 25px;
}

.mh-sidebar-item-title h5 {
    margin: 0;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    display: inline-block;
    font-family: Inter,sans-serif;
    border-bottom: 2px solid var(--gray-800);
}

.mh-categories ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(19,17,26,.1);
}

.mh-categories ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.mh-categories ul li a {
    display: block;
    color: var(--gray-800);
    transition: all .4;
}

.mh-categories ul li a:hover {
    color: var(--warning-500);
}

.mh-recent-post-item {
    margin-bottom: 30px;
}

.mh-recent-post-item:last-child {
    margin-bottom: 0;
}

.mh-recent-post-item a {
    display: block;
}

.mh-recent-post-item a img {
    margin-bottom: 13px;
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

.mh-recent-post-item .mh-blog-meta {
    margin-bottom: 10px;
}

.mh-recent-post-item h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: Inter,sans-serif;
}

.mh-recent-post-item h6 a {
    color: var(--gray-800);
}

.mh-tags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mh-tags ul li {
    flex: 0 0 48%;
    margin-bottom: 15px;
}

.mh-tags ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 13px 10px;
    line-height: 24px;
    color: var(--gray-800);
    border-radius: 3px;
    transition: all .4s;
    background-color: rgba(2,2,30,.03);
}

.mh-tags ul li a:hover {
    background-color: var(--warning-500);
}

.mh-blog-single-wrap {
    margin-right: 40px;
}

@media (max-width:1199px){
    .mh-blog-single-wrap {
        margin: 0;
    }
}

.mh-blog-single-wrap a {
    display: block;
}

.mh-blog-single-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.mh-blog-single-wrap .mh-blog-meta {
    margin-bottom: 35px;
}

.mh-blog-single-wrap ul li span {
    margin-right: 7px;
}

.mh-user-wrap {
    margin: 40px 0;
    padding: 29px;
    display: flex;
    border-radius: 10px;
    position: relative;
    background-color: var(--warning-300);
}

@media (max-width:767px){
    .mh-user-wrap {
        display: block;
    }
}

.mh-user-thumb {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
}

@media (max-width:767px){
    .mh-user-thumb {
        margin: 0 0 15px;
    }
}

.mh-user-thumb img {
    object-fit: cover;
}

.mh-user-data ul {
    margin-bottom: 15px;
}

.mh-user-data ul li {
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    padding-right: 20px;
    position: relative;
}

.mh-user-data ul li:last-child {
    padding-right: 0;
}

.mh-user-data ul li:before {
    content: "";
    right: 4px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    background-color: rgba(19,17,26,.8);
}

.mh-user-data ul li:last-child:before {
    content: none;
}

.mh-user-data ul li span {
    font-weight: 400;
    font-size: 14px;
}

.mh-user-data p {
    font-size: 16px;
    line-height: 24px;
}

.mh-blog-post-wrap {
    padding: 40px 0 35px;
    border-top: 1px solid rgba(19,17,26,.1);
    border-bottom: 1px solid rgba(19,17,26,.1);
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (max-width:767px){
    .mh-blog-post-wrap {
        display: block;
    }
}

.mh-blog-post-column {
    flex: 0 0 37%;
}

.mh-blog-post-column h6 {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.mh-blog-post-column.post-column-right {
    text-align: right;
}

@media (max-width:767px){
    .mh-blog-post-column.post-column-right {
        margin-top: 30px;
    }
}

.mh-blog-post-column.post-column-right .mh-blog-post-arrow {
    justify-content: flex-end;
}

.mh-blog-post-column.post-column-right .mh-blog-post-arrow-icon {
    margin-right: 0;
    margin-left: 15px;
}

.mh-blog-post-arrow {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.mh-blog-post-arrow:hover .mh-blog-post-arrow-icon {
    background-color: var(--warning-500);
    border: 1px solid var(--warning-500);
}

.mh-blog-post-arrow:hover .mh-blog-post-arrow-data p {
    color: var(--gray-800);
}

.mh-blog-post-arrow-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    flex-shrink: 0;
    margin-right: 15px;
    transition: all .4s;
    border: 1px solid rgba(19,17,26,.1);
}

.mh-blog-post-arrow-icon img {
    margin: 0;
    width: 18px;
    height: auto;
}

.mh-blog-post-arrow-data p {
    font-weight: 600;
    color: rgba(19,17,26,.8);
}

.mh-comment-section h5 {
    margin-bottom: 40px;
}

.mh-comment-item {
    display: flex;
    margin-bottom: 24px;
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px solid rgba(19,17,26,.1);
}

.mh-comment-item:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.mh-comment-item:nth-child(2) {
    padding-left: 90px;
}

@media (max-width:767px){
    .mh-comment-item:nth-child(2) {
        padding-left: 0;
    }
}

.mh-comment-author {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.mh-comment-author.author2 {
    width: 50px;
    height: 50px;
}

.mh-comment-author img {
    object-fit: cover;
}

.mh-comment-author-data {
    margin-right: 90px;
}

@media (max-width:767px){
    .mh-comment-author-data {
        margin-right: 0;
    }
}

.mh-comment-author-data h6 {
    font-size: 14px;
    font-weight: 600;
    font-family: Inter,sans-serif;
    margin-bottom: 5px;
}

.mh-comment-author-data span {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
}

a.comment-reply {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    color: var(--gray-800);
    transition: all .4s;
}

a.comment-reply:hover {
    color: var(--warning-500);
}

.mh-input-field {
    margin-bottom: 20px;
}

.mh-input-field-section {
    background: #fff;
    box-shadow: 0 4px 80px rgba(0,0,0,.06);
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
}

.mh-input-field-section h5 {
    margin-bottom: 30px;
}

.mh-input-field-section .mh-input-field textarea {
    height: 250px;
}

@media (max-width:991px){
    .mh-input-field-section .mh-input-field textarea {
        height: 150px;
    }
}

@media (max-width:767px){
    .mh-input-field-section .mh-input-field textarea {
        height: 100px;
    }
}

.mh-input-field-section button#mh-input-submit {
    margin-top: 16px;
}

@media (max-width:767px){
    .mh-input-field-section button#mh-input-submit {
        margin-top: 0;
    }
}

button#mh-input-submit {
    width: 196px;
    height: 55px;
    left: 182px;
    top: 4119px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: all .4s;
    background-color: var(--success-500);
}

button#mh-input-submit:hover {
    color: var(--gray-10);
    background-color: var(--gray-800);
}

.mh--blog-top-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

@media (max-width:767px){
    .mh--blog-top-wrap {
        padding-bottom: 80px;
    }
}

.mh--blog-top-wrap .mh--blog-wrap {
    position: relative;
    background: 0 0;
    backdrop-filter: inherit;
}

.mh--blog-top-wrap .mh--blog-wrap:hover .mh--blog-thumb img {
    transform: scale(1) rotate(0);
}

.mh--blog-top-wrap .mh--blog-thumb {
    height: 550px;
    overflow: inherit;
    position: relative;
    margin-left: 34%;
}

@media (max-width:991px){
    .mh--blog-top-wrap .mh--blog-thumb {
        margin: 0;
        height: auto;
    }
}

.mh--blog-top-wrap .mh--blog-content {
    position: absolute;
    z-index: 9;
    top: 50%;
    background: rgba(90,75,124,.2);
    backdrop-filter: blur(400px);
    border-radius: 10px;
    transform: translateY(-50%);
    border: 1px solid #fff;
    width: 642px;
}

@media (max-width:991px){
    .mh--blog-top-wrap .mh--blog-content {
        position: inherit;
        transform: inherit;
        width: 100%;
        border: none;
        border-radius: 0;
    }
}

.mh--blog-shape3 {
    position: absolute;
    top: 4%;
    right: 0;
    z-index: -1;
}

.mh--inner-section {
    z-index: 0;
    position: relative;
}

.dark-version {
    background-color: var(--gray-800);
}

.mh--blog-sidebar-section.light-version {
    padding-bottom: 120px;
}

@media (max-width:991px){
    .mh--blog-sidebar-section.light-version {
        padding-bottom: 100px;
    }
}

@media (max-width:767px){
    .mh--blog-sidebar-section.light-version {
        padding-bottom: 80px;
    }
}

.mh--blog-filtering.dark-version {
    padding-top: 120px;
}

@media (max-width:991px){
    .mh--blog-filtering.dark-version {
        padding-top: 95px;
    }
}

@media (max-width:767px){
    .mh--blog-filtering.dark-version {
        padding-top: 75px;
    }
}

.mh--blog-filtering .mh--blog-wrap {
    margin-bottom: 24px;
    margin-left: 24px;
}

.mh--blog-filtering .mh--portfolio-wrap {
    margin-left: -24px;
}

.mh--blog-filtering .mh--portfolio-menu {
    margin-bottom: 0;
}

@media (max-width:1199px){
    .mh--blog-filtering .mh--portfolio-menu {
        margin-top: 30px;
    }

    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 19%;
    }
}

@media (max-width:991px){
    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 23%;
    }
}

@media (max-width:767px){
    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 48.5%;
    }
}

@media (max-width:420px){
    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 100%;
    }
}

.mh--blog-filtering .mh--section-title-wrap {
    align-items: center;
}

@media (max-width:1199px){
    .mh--blog-filtering .mh--section-title-wrap {
        display: block;
        margin-bottom: 60px;
    }
}

@media (max-width:767px){
    .mh--blog-filtering .mh--section-title-wrap {
        display: block;
        margin-bottom: 40px;
    }
}

.mh--blog-filtering .mh--default-content.content-sm h2 {
    margin: 0;
}

.mh--blog-filtering .mh--card-wrap {
    margin-bottom: 24px;
    margin-left: 24px;
}

@media (max-width:991px){
    .mh--blog-sidebar {
        margin-top: 40px;
    }
}

@media (max-width:991px){
    .mh--blog-sidebar .mh--newsletter {
        max-width: 100%;
    }
}

.mh--blog-sidebar-item {
    background: rgba(90,75,124,.2);
    backdrop-filter: blur(400px);
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 30px;
    margin-bottom: 24px;
}

.mh--blog-sidebar-item h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Inter,sans-serif;
    color: var(--gray-10);
}

.mh--blog-sidebar-item:last-child {
    margin-bottom: 0;
}

.mh--category ul li {
    margin-bottom: 15px;
}

.mh--category ul li:last-child {
    margin-bottom: 0;
}

.mh--category ul li a {
    font-size: 18px;
    line-height: 30px;
    opacity: .8;
    color: var(--gray-10);
    transition: all .4s;
}

.mh--category ul li a:hover {
    color: #0080ff;
}

.mh--blog-post-wrap {
    margin-bottom: 20px;
}

.mh--blog-post-wrap:last-child {
    margin-bottom: 0;
}

.mh--blog-post-thumb {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

@media (max-width:991px){
    .mh--blog-post-thumb {
        height: auto;
    }
}

.mh--blog-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh--blog-post-data p {
    color: #fff;
    opacity: .4;
    margin-bottom: 10px;
}

.mh--blog-post-data h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    font-family: Inter,sans-serif;
    margin: 0;
    color: #fff;
}

.mh--tags ul {
    display: flex;
    flex-wrap: wrap;
}

.mh--tags ul li a {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    margin: 6px;
    padding: 14px 31px;
    display: block;
    border-radius: 10px;
    transition: all .4s;
    background-color: var(--gray-900);
}

.mh--tags ul li a:hover {
    background-color: #0080ff;
}

.mh--blog-top-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

@media (max-width:767px){
    .mh--blog-top-wrap {
        padding-bottom: 80px;
    }
}

.mh--blog-top-wrap .mh--blog-wrap {
    position: relative;
    background: 0 0;
    backdrop-filter: inherit;
}

.mh--blog-top-wrap .mh--blog-wrap:hover .mh--blog-thumb img {
    transform: scale(1) rotate(0);
}

.mh--blog-top-wrap .mh--blog-thumb {
    height: 550px;
    overflow: inherit;
    position: relative;
    margin-left: 34%;
}

@media (max-width:991px){
    .mh--blog-top-wrap .mh--blog-thumb {
        margin: 0;
        height: auto;
    }
}

.mh--blog-top-wrap .mh--blog-content {
    position: absolute;
    z-index: 9;
    top: 50%;
    background: rgba(90,75,124,.2);
    backdrop-filter: blur(400px);
    border-radius: 10px;
    transform: translateY(-50%);
    border: 1px solid #fff;
    width: 642px;
}

@media (max-width:991px){
    .mh--blog-top-wrap .mh--blog-content {
        position: inherit;
        transform: inherit;
        width: 100%;
        border: none;
        border-radius: 0;
    }
}

.mh--blog-shape3 {
    position: absolute;
    top: 4%;
    right: 0;
    z-index: -1;
}

.mh--inner-section {
    z-index: 0;
    position: relative;
}

.dark-version {
    background-color: var(--gray-800);
}

.mh--blog-sidebar-section.light-version {
    padding-bottom: 120px;
}

@media (max-width:991px){
    .mh--blog-sidebar-section.light-version {
        padding-bottom: 100px;
    }
}

@media (max-width:767px){
    .mh--blog-sidebar-section.light-version {
        padding-bottom: 80px;
    }
}

.mh--blog-filtering.dark-version {
    padding-top: 120px;
}

@media (max-width:991px){
    .mh--blog-filtering.dark-version {
        padding-top: 95px;
    }
}

@media (max-width:767px){
    .mh--blog-filtering.dark-version {
        padding-top: 75px;
    }
}

.mh--blog-filtering .mh--blog-wrap {
    margin-bottom: 24px;
    margin-left: 24px;
}

.mh--blog-filtering .mh--portfolio-wrap {
    margin-left: -24px;
}

.mh--blog-filtering .mh--portfolio-menu {
    margin-bottom: 0;
}

@media (max-width:1199px){
    .mh--blog-filtering .mh--portfolio-menu {
        margin-top: 30px;
    }

    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 19%;
    }
}

@media (max-width:991px){
    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 23%;
    }
}

@media (max-width:767px){
    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 48.5%;
    }
}

@media (max-width:420px){
    .mh--blog-filtering .mh--portfolio-menu ul li {
        flex: 0 0 100%;
    }
}

.mh--blog-filtering .mh--section-title-wrap {
    align-items: center;
}

@media (max-width:1199px){
    .mh--blog-filtering .mh--section-title-wrap {
        display: block;
        margin-bottom: 60px;
    }
}

@media (max-width:767px){
    .mh--blog-filtering .mh--section-title-wrap {
        display: block;
        margin-bottom: 40px;
    }
}

.mh--blog-filtering .mh--default-content.content-sm h2 {
    margin: 0;
}

.mh--blog-filtering .mh--card-wrap {
    margin-bottom: 24px;
    margin-left: 24px;
}

@media (max-width:991px){
    .mh--blog-sidebar {
        margin-top: 40px;
    }
}

@media (max-width:991px){
    .mh--blog-sidebar .mh--newsletter {
        max-width: 100%;
    }
}

.mh--blog-sidebar-item {
    background: rgba(90,75,124,.2);
    backdrop-filter: blur(400px);
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 30px;
    margin-bottom: 24px;
}

.mh--blog-sidebar-item h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: Inter,sans-serif;
}

.mh--blog-sidebar-item:last-child {
    margin-bottom: 0;
}

.mh--category ul li {
    margin-bottom: 15px;
}

.mh--category ul li:last-child {
    margin-bottom: 0;
}

.mh--category ul li a {
    font-size: 18px;
    line-height: 30px;
    opacity: .8;
    color: var(--gray-10);
    transition: all .4s;
}

.mh--category ul li a:hover {
    color: #0080ff;
}

.mh--blog-post-wrap {
    margin-bottom: 20px;
}

.mh--blog-post-wrap:last-child {
    margin-bottom: 0;
}

.mh--blog-post-thumb {
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

@media (max-width:991px){
    .mh--blog-post-thumb {
        height: auto;
    }
}

.mh--blog-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.mh--blog-post-data p {
    color: #fff;
    opacity: .4;
    margin-bottom: 10px;
}

.mh--blog-post-data h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    font-family: Inter,sans-serif;
    margin: 0;
}

.mh--tags ul {
    display: flex;
    flex-wrap: wrap;
}

.mh--tags ul li a {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    margin: 6px;
    padding: 14px 31px;
    display: block;
    border-radius: 10px;
    transition: all .4s;
    background-color: var(--gray-900);
}

.mh--tags ul li a:hover {
    background-color: #0080ff;
}

.light-version {
    background: linear-gradient(180deg,rgba(255,255,255,0) -51.59%,#eee6d0 119.2%);
}

.light-version .mh--breadcrumbs-data h1,
.light-version .mh--breadcrumbs-data p {
    color: var(--gray-800);
}

.light-version .mh--breadcrumbs-data h1 {
    font-family: "Space Grotesk",sans-serif;
}

.light-version .mh--newsletter.mh--search input {
    border: 1px solid #d9d9d9!important;
    border-radius: 3px;
}

.light-version .mh--newsletter.mh--search input:focus {
    border: 1px solid var(--danger-500)!important;
}

.light-version #mh--submit-btn {
    border-radius: 3px;
    color: var(--gray-800);
    background: var(--danger-500);
}

.light-version .mh--blog-top-wrap {
    border-bottom: 1px solid rgba(19,17,26,.1);
}

.light-version .mh--blog-top-wrap .mh--blog-content h3 {
    font-size: 42px;
    line-height: 53px;
}

@media (max-width:991px){
    .light-version .mh--blog-top-wrap .mh--blog-content h3 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width:767px){
    .light-version .mh--blog-top-wrap .mh--blog-content h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

.light-version .mh--blog-content {
    backdrop-filter: inherit;
    background: #fff;
    border: none;
    box-shadow: 0 8px 80px rgba(19,17,26,.06);
    border-radius: 3px;
}

.light-version .mh--blog-content p {
    color: var(--gray-800);
    opacity: .8;
}

.light-version .mh--blog-date ul li a {
    color: var(--gray-800);
}

.light-version .mh--blog-title h3 {
    color: var(--gray-800);
    font-family: "Space Grotesk",sans-serif;
    transition: all .4s;
}

.light-version .mh--blog-title h3:hover {
    color: var(--danger-500);
}

.light-version .mh--blog-user-data span {
    color: var(--gray-800);
}

.light-version .mh--default-content h2 {
    color: var(--gray-800);
    font-family: "Space Grotesk",sans-serif;
}

.light-version .mh--portfolio-menu ul li {
    background: 0 0;
}

.light-version .mh--portfolio-menu ul li.active span {
    color: var(--gray-800);
    background-color: var(--danger-500);
    border: 1px solid var(--danger-500);
}

.light-version .mh--portfolio-menu ul li span {
    color: var(--gray-800);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.light-version .mh--blog-wrap2 .mh--blog-content {
    background-color: transparent!important;
}

.light-version .mh--blog-sidebar-item {
    backdrop-filter: inherit;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}

.light-version .mh--blog-sidebar-item h4 {
    color: var(--gray-800);
}

.light-version .mh--category ul li a {
    color: rgba(19,17,26,.8);
}

.light-version .mh--category ul li a:hover {
    color: var(--danger-500);
    opacity: 1;
}

.light-version .mh--blog-post-data h5,
.light-version .mh--blog-post-data p {
    color: var(--gray-800);
}

.light-version .mh--tags ul li a {
    background: rgba(38,36,44,.1);
    border-radius: 3px;
    color: rgba(19,17,26,.8);
}

.light-version .mh--tags ul li a:hover {
    opacity: 1;
    color: var(--gray-800);
    background-color: var(--danger-500);
}

.light-version .mh--blog-wrap.mh--blog-wrap2 a.mh--readmore-btn {
    color: var(--gray-800);
}

.light-version .mh--blog-wrap.mh--blog-wrap2 a.mh--readmore-btn span {
    transition: all .4s;
    background-color: rgba(19,17,26,.2);
}

.light-version .mh--blog-wrap.mh--blog-wrap2 a.mh--readmore-btn span:before {
    content: none;
}

.light-version .mh--blog-wrap.mh--blog-wrap2:hover a.mh--readmore-btn span {
    background-color: var(--danger-500);
}

.mh--single-blog .mh--breadcrumbs-data {
    max-width: 100%;
}

.mh--single-blog .mh--breadcrumbs-data p {
    margin-right: 120px;
    margin-bottom: 30px;
}

@media (max-width:767px){
    .mh--single-blog .mh--breadcrumbs-data p {
        margin-right: 40px;
    }
}

@media (max-width:479px){
    .mh--single-blog .mh--breadcrumbs-data p {
        margin: 0 0 20px;
    }
}

.mh--blog-meta ul li {
    margin-right: 20px;
    display: inline-block;
}

.mh--blog-meta ul li a {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    opacity: .4;
    display: flex;
}

.mh--blog-meta ul li a img {
    margin-right: 10px;
}

.mh--single-thumb {
    margin-bottom: 80px;
}

@media (max-width:991px){
    .mh--single-thumb {
        margin-bottom: 40px;
    }
}

.mh--blockquote {
    margin: 40px 0;
}

@media (max-width:767px){
    .mh--blockquote {
        margin: 30px 0;
    }
}

.mh--blockquote blockquote {
    background: rgba(90,75,124,.2);
    backdrop-filter: blur(400px);
    border-radius: 10px;
    border: 1px solid #fff;
    font-weight: 400;
    letter-spacing: -.5px;
    padding: 40px;
    position: relative;
    color: #fff;
    padding: 40px 40px 40px 130px;
}

@media (max-width:767px){
    .mh--blockquote blockquote {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:575px){
    .mh--blockquote blockquote {
        padding: 30px;
    }
}

.mh--blockquote-user {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.mh--blockquote-user-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 20px;
}

.mh--blockquote-user-thumb img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center top;
}

.mh--blockquote-user-data h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    font-family: Inter,sans-serif;
}

.mh--blockquote-user-data p {
    opacity: .4;
}

.mh--blockquote-icon {
    top: 45px;
    left: 40px;
    position: absolute;
}

@media (max-width:575px){
    .mh--blockquote-icon {
        top: 0;
        left: 0;
        margin-bottom: 20px;
        position: inherit;
    }
}

.mh--blockquote-icon img {
    margin: 0;
}

.mh--tags.mh--tags2 {
    margin-bottom: 74px;
}

@media (max-width:767px){
    .mh--tags.mh--tags2 {
        margin-bottom: 34px;
    }
}

.mh--tags.mh--tags2 h4 {
    margin-bottom: 30px;
    font-family: Inter,sans-serif;
}

.mh--post-navigation {
    flex: 0 0 50%;
    display: flex;
}

.mh--post-navigation-wrap {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 80px;
}

@media (max-width:991px){
    .mh--post-navigation-wrap {
        margin-bottom: 40px;
    }
}

@media (max-width:991px){
    .mh--post-navigation-wrap {
        display: block;
    }
}

.mh--post-navigation:hover .mh--post-navigation-icon:before {
    opacity: 1;
}

.mh--post-navigation-icon {
    width: 60px;
    height: 55px;
    background: #26242c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    z-index: 0;
    position: relative;
}

.mh--post-navigation-icon img {
    margin: 0;
}

.mh--post-navigation-icon:before {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 10px;
    position: absolute;
    transition: all .4s;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--post-navigation-data p {
    font-size: 20px;
    letter-spacing: -.5px;
    color: #fff;
    opacity: .8;
    margin-bottom: 15px;
}

.mh--post-navigation-data span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

@media (max-width:1199px){
    .mh--post-navigation-data span {
        font-size: 20px;
        line-height: 24px;
    }
}

.mh--post-navigation.nav-previous {
    padding-right: 75px;
    border-right: 1px solid rgba(255,255,255,.1);
}

@media (max-width:991px){
    .mh--post-navigation.nav-previous {
        border: none;
        margin-bottom: 20px;
        padding: 0;
    }
}

.mh--post-navigation.nav-next {
    text-align: right;
    padding-left: 20px;
    justify-content: flex-end;
}

@media (max-width:991px){
    .mh--post-navigation.nav-next {
        padding: 0;
    }
}

.mh--post-navigation.nav-next .mh--post-navigation-icon {
    margin-left: 20px;
    margin-right: 0;
}

.mh--comment-wrap {
    margin-bottom: 80px;
}

@media (max-width:991px){
    .mh--comment-wrap {
        margin-bottom: 40px;
    }
}

.mh--comment-wrap h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: Inter,sans-serif;
}

.mh--comment-list {
    background: rgba(90,75,124,.2);
    backdrop-filter: blur(400px);
    border-radius: 10px;
    padding: 30px;
}

.mh--comment-list li {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.mh--comment-list li:last-child {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.mh--comment-list li.children {
    padding-left: 100px;
}

@media (max-width:991px){
    .mh--comment-list li.children {
        padding-left: 0;
    }
}

.mh--comment-list li.children .mh--comment-author {
    width: 50px;
    height: 50px;
}

.mh--comment-body {
    display: flex;
    position: relative;
}

@media (max-width:767px){
    .mh--comment-body {
        display: block;
    }
}

.mh--comment-body a.mh--comment-reply {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .4s;
}

.mh--comment-body a.mh--comment-reply:hover {
    color: #7d41ea;
}

.mh--comment-author {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 30px;
    flex-shrink: 0;
}

@media (max-width:767px){
    .mh--comment-author {
        margin-bottom: 20px;
    }
}

.mh--comment-author img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center top;
}

.mh--comment-meta h5 {
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.mh--comment-meta span {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    opacity: .8;
    display: block;
    margin-bottom: 15px;
}

.mh--comment-meta p {
    color: #fff;
    opacity: .8;
}

.mh--comment-respond-area h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: Inter,sans-serif;
}

.mh--comment-respond-area p {
    color: #fff;
    opacity: .8;
}

.mh--comment-field {
    margin-bottom: 24px;
}

.dark-version .mh--blog-title h3 {
    color: #fff;
}

.dark-version .mh--single-blog-section h3,
.dark-version .mh--single-blog-section p {
    color: #fff;
}

.mh-contact-info {
    margin-top: 55px;
}

@media (max-width:991px){
    .mh-contact-info {
        margin-top: 30px;
    }
}

.mh-contact-info ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 30px;
}

.mh-contact-info ul li:last-child {
    margin-bottom: 0;
}

.mh-contact-info ul li a {
    color: rgba(2,2,30,.8);
}

.mh-contact-info ul li a h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.mh-contact-info ul li a .mh-contact-info-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: var(--success-500);
}

.mh-contact-wrap {
    background: #fff;
    box-shadow: 0 4px 80px rgba(0,0,0,.06);
    border-radius: 5px;
    padding: 40px;
}

@media (max-width:991px){
    .mh-contact-wrap {
        padding: 30px;
        margin-top: 30px;
    }
}

.mh-input-field label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--gray-800);
}

#map {
    width: 100%;
    height: 550px;
}

@media (max-width:991px){
    #map {
        height: 450px;
    }
}

@media (max-width:767px){
    #map {
        height: 300px;
    }
}

.mh-center-btn {
    text-align: center;
    margin-top: 80px;
}

@media (max-width:991px){
    .mh-center-btn {
        margin-top: 40px;
    }
}

.mh-default-content.contact-page {
    margin-right: 50px;
}

@media (max-width:1399px){
    .mh-default-content.contact-page {
        margin-right: 0;
    }
}

.mh--contact-info h4 {
    font-family: Inter,sans-serif;
    margin-bottom: 40px;
}

.mh--contact-info ul li {
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px;
    line-height: 32px;
}

.mh--contact-info ul li:last-child {
    margin-bottom: 0;
}

.mh--contact-info ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: #fff;
}

.mh--contact-info ul li a span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -10px;
    background: linear-gradient(225deg,#0080ff 0,#7d41ea 46.35%,#ff00d4 100%);
}

.mh--contact-info.mh--contact-info2 {
    margin-top: 60px;
    margin-right: 150px;
}

@media (max-width:1300px){
    .mh--contact-info.mh--contact-info2 {
        margin-right: 50px;
    }
}

@media (max-width:991px){
    .mh--contact-info.mh--contact-info2 {
        margin-top: 40px;
    }
}

@media (max-width:767px){
    .mh--contact-info.mh--contact-info2 {
        margin-right: 0;
    }
}

.mh--contact-info.mh--contact-info2 ul li a span {
    top: 0;
}

.mh--contact-form {
    background: #211d2e;
    border-radius: 10px;
    padding: 40px;
}

@media (max-width:991px){
    .mh--contact-form {
        padding: 30px;
        margin-top: 40px;
    }
}

.mh--inner-section.bg-white {
    background: var(--gray-10);
}

.white-version {
    background-color: #fff;
}

.white-version .mh--contact-info h4 {
    color: #13111a;
}

.white-version .mh--contact-info ul li a {
    color: rgba(19,17,26,.8);
}

.white-version .mh--contact-info ul li a span {
    background: #2c04fe;
}

.white-version .mh--contact-form {
    background-color: #f6f5f6;
}

.white-version .mh--contact-form h3 {
    color: #13111a;
}

.white-version .mh--contact-form p {
    color: rgba(19,17,26,.8);
}

.white-version .mh--comment-field input,
.white-version .mh--comment-field textarea {
    color: #13111a;
    background: #fff;
    border: 1px solid #c4c4c4!important;
    border-radius: 10px;
}

.white-version .mh--comment-field input::-webkit-input-placeholder,
.white-version .mh--comment-field textarea::-webkit-input-placeholder {
    color: #13111a;
    opacity: .5;
}

.white-version .mh--comment-field input:-moz-placeholder,
.white-version .mh--comment-field textarea:-moz-placeholder {
    color: #13111a;
    opacity: .5;
}

.white-version .mh--comment-field input::-moz-placeholder,
.white-version .mh--comment-field textarea::-moz-placeholder {
    color: #13111a;
    opacity: .5;
}

.white-version .mh--comment-field input:-ms-input-placeholder,
.white-version .mh--comment-field textarea:-ms-input-placeholder {
    color: #13111a;
    opacity: .5;
}

.white-version .mh--comment-field input::-ms-input-placeholder,
.white-version .mh--comment-field textarea::-ms-input-placeholder {
    color: #13111a;
    opacity: .5;
}

.white-version .mh--comment-field input::placeholder,
.white-version .mh--comment-field textarea::placeholder {
    color: #13111a;
    opacity: .5;
}

.dark-version .mh--contact-form h3,
.dark-version .mh--contact-form p {
    color: #fff;
}

.dark-version .mh--comment-field input,
.dark-version .mh--comment-field textarea {
    color: #fff;
    background: #13111a;
}

.dark-version .mh--comment-field input::-webkit-input-placeholder,
.dark-version .mh--comment-field textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: .5;
}

.dark-version .mh--comment-field input:-moz-placeholder,
.dark-version .mh--comment-field textarea:-moz-placeholder {
    color: #fff;
    opacity: .5;
}

.dark-version .mh--comment-field input::-moz-placeholder,
.dark-version .mh--comment-field textarea::-moz-placeholder {
    color: #fff;
    opacity: .5;
}

.dark-version .mh--comment-field input:-ms-input-placeholder,
.dark-version .mh--comment-field textarea:-ms-input-placeholder {
    color: #fff;
    opacity: .5;
}

.dark-version .mh--comment-field input::-ms-input-placeholder,
.dark-version .mh--comment-field textarea::-ms-input-placeholder {
    color: #fff;
    opacity: .5;
}

.dark-version .mh--comment-field input::placeholder,
.dark-version .mh--comment-field textarea::placeholder {
    color: #fff;
    opacity: .5;
}

.mh--contact-column {
    border-bottom: 1px solid rgba(19,17,26,.1);
    padding-bottom: 120px;
}

@media (max-width:991px){
    .mh--contact-column {
        padding-bottom: 100px;
    }
}

@media (max-width:767px){
    .mh--contact-column {
        padding-bottom: 80px;
    }
}

.white-version .mh--iconbox-wrap5 {
    background: #fcfcfc;
    border: 1px solid #d9d9d9;
}

.white-version .mh--iconbox-wrap5 .mh--iconbox-thumb {
    background: #2c04fe;
}

.white-version .mh--iconbox-wrap5 .mh--iconbox-data h4 {
    color: #13111a;
}

.white-version .mh--iconbox-wrap5 .mh--iconbox-data p {
    color: rgba(19,17,26,.8);
}

.white-version .mh--iconbox-wrap5 .mh--iconbox-data a {
    color: #13111a;
}

.mh--faq-section.white-version {
    background-color: #f6f5f6;
}

.white-version .mh--accordion-one .accordion-item {
    border-bottom: 2px solid rgba(19,17,26,.2);
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mh-title {
    display: flex;
    justify-content: center;
    color: #ffc947;
    user-select: none;
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    text-shadow: 3px 3px #000;
}

.mh-preloader {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: var(--gray-800);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mh-spinner {
    display: flex;
    justify-content: center;
}

.mh-spinner svg {
    width: 50%;
    max-width: 5rem;
    animation: rotate 3.6s linear infinite;
}

circle {
    fill: none;
    stroke: #9440f5;
    stroke-width: 8px;
    stroke-dasharray: 300;
    animation: outline 2s cubic-bezier(.77,0,.18,1) infinite;
}

@keyframes outline{
    0% {
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dashoffset: 300;
    }

    100% {
        stroke-dashoffset: 600;
    }
}

@keyframes rotate{
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(-1turn);
    }
}

.mh-career-card {
    padding: 29px;
    border-radius: 10px;
    margin-bottom: 24px;
    transition: all .4s;
    border: 1px solid rgba(19,17,26,.1);
}

.mh-career-card:hover {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
}

.mh-career-time {
    padding: 20px 0 35px;
}

.mh-career-time ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mh-career-time ul li {
    font-size: 16px;
    margin-right: 18px;
    display: inline-block;
    color: var(--gray-800);
}

.mh-career-time ul li:last-child {
    margin-right: 0;
}

.mh-career-time ul li img {
    margin-right: 7px;
}

.mh-single-career-item {
    margin-bottom: 55px;
}

.mh-single-career-item:last-child {
    margin-bottom: 0;
}

@media (max-width:991px){
    .mh-single-career-item {
        margin-bottom: 30px;
    }
}

.mh-career-sidebar {
    top: 100px;
    padding: 40px;
    border-radius: 10px;
    position: sticky;
    background: #fff;
    box-shadow: 0 4px 60px rgba(0,0,0,.06);
}

.mh-career-sidebar h4 {
    margin-bottom: 25px;
}

@media (max-width:991px){
    .mh-career-sidebar {
        padding: 30px;
        margin-top: 40px;
        position: static;
    }
}

.mh-career-time2 {
    margin-bottom: 55px;
}

@media (max-width:991px){
    .mh-career-time2 {
        margin-bottom: 30px;
    }
}

.mh-career-time2 ul li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.mh-career-time2 ul li:last-child {
    margin-bottom: 0;
}

.mh-career-time2 ul li span {
    font-weight: 700;
    display: block;
    line-height: 1;
    color: var(--gray-800);
}

.mh-career-time2 ul li img {
    left: 0;
    top: 2px;
    position: absolute;
}

.mh-gallery-menu {
    text-align: center;
    max-width: 832px;
    margin: 0 auto 80px;
    border-bottom: 2px solid rgba(19,17,26,.1);
}

@media (max-width:991px){
    .mh-gallery-menu {
        margin-bottom: 60px;
    }
}

@media (max-width:767px){
    .mh-gallery-menu {
        margin-bottom: 30px;
        border: none;
    }
}

.mh-gallery-menu ul li {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
    padding-bottom: 10px;
    transition: all .4s;
    color: rgba(19,17,26,.8);
}

@media (max-width:991px){
    .mh-gallery-menu ul li {
        margin-right: 15px;
    }
}

@media (max-width:767px){
    .mh-gallery-menu ul li {
        margin-bottom: 10px;
    }
}

.mh-gallery-menu ul li.active {
    color: var(--warning-500);
}

.mh-gallery-menu ul li.active:before {
    content: "";
    left: 0;
    opacity: 1;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transition: all .4s;
    position: absolute;
    background-color: var(--warning-500);
}

.mh-gallery-menu ul li:last-child {
    margin-right: 0;
}

.mh-gallery-wrap {
    margin-left: -24px;
}

.mh-gallery-item {
    overflow: hidden;
    position: relative;
    margin-left: 24px;
    margin-bottom: 24px;
}

.mh-gallery-item.item2 {
    margin-bottom: 55px;
}

@media (max-width:991px){
    .mh-gallery-item.item2 {
        margin-bottom: 30px;
    }
}

.mh-gallery-item.item2:before {
    content: none;
}

.mh-gallery-item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.mh-gallery-item:before {
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    border-radius: 10px;
    transition: all .4s;
    background: linear-gradient(180deg,rgba(19,17,26,0) 0,#13111a 100%);
}

.mh-gallery-item:hover:before {
    opacity: 1;
}

.mh-gallery-item:hover .mh-gallery-data {
    opacity: 1;
    visibility: visible;
    left: 30px;
}

.mh-gallery-data {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.mh-gallery-data h4,
.mh-gallery-data h5 {
    margin: 0 0 8px;
}

.mh-gallery-data h4 a,
.mh-gallery-data h5 a {
    color: #fff;
}

.mh-gallery-data h5 {
    margin: 0 0 5px;
}

.mh-gallery-data p {
    color: #fff;
    opacity: .8;
}

.mh-gallery-data2 {
    margin-top: 30px;
    position: relative;
}

.mh-gallery-data2 h4 {
    margin: 0 0 5px;
}

.mh-gallery-data2 h4 a {
    color: var(--gray-800);
}

.mh-gallery-data2 p {
    margin: 0;
}

.mh-gallery-data2 a.mh-icon-btn {
    position: absolute;
    right: 0;
    top: 20px;
}

.mh-gallery-data2 a.mh-icon-btn img {
    width: auto;
}

.mh-grid-item.mh-grid-item-w2 {
    max-width: 100%;
}

.mh-portfolio-btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width:991px){
    .mh-portfolio-btn {
        margin-top: 20px;
    }
}

.mh-gallery-wrap3 {
    max-width: 1075px;
    margin: 0 auto;
}

.mh-gallery-thumb {
    margin-bottom: 25px;
}

.mh-gallery-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.mh-gallery-data3 h4 {
    margin-bottom: 10px;
}

.mh-gallery-data3 p {
    margin-bottom: 20px;
}

.border_bottom {
    padding-bottom: 50px;
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(19,17,26,.1);
}

@media (max-width:991px){
    .border_bottom {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.mh-gallery-data4 {
    margin-bottom: 55px;
}

@media (max-width:991px){
    .mh-gallery-data4 {
        margin-bottom: 35px;
    }
}

.mh-gallery-data4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mh-gallery-data4 ul li {
    color: var(--gray-800);
}

.mh-gallery-data4 ul li span {
    display: block;
    font-weight: 600;
}

@media (max-width:600px){
    .mh-gallery-data4 ul li {
        flex: 0 0 50%;
        margin-bottom: 10px;
    }
}

.mh-gallery-data4 .mh-team-information ul {
    display: block;
}

.mh-portfolio-ratated-project {
    padding-top: 55px;
    border-top: 1px solid rgba(19,17,26,.1);
}

@media (max-width:991px){
    .mh-portfolio-ratated-project {
        padding-top: 35px;
    }
}

.mh-portfolio-ratated-project p {
    margin-right: 220px;
}

@media (max-width:991px){
    .mh-portfolio-ratated-project p {
        margin-right: 0;
    }
}

.mh-portfolio-ratated-project .mh-gallery-item {
    margin-left: 0;
}

.mh-portfolio-ratated-project .mh-gallery-data p {
    font-size: 14px;
}