:root {
    --color-primary: #5956E9;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #ECF2F6;
    --color-dark: #27272E;
    --color-text-dark: #292930;
    --color-accent1: #FFDC60;
    --color-accent2: #FAB8C4;
    --color-blue-shade: #6865FF;
    --color-link: #2522BA;
    --color-mabel: #DBF8FF;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-peach: #FFEDDC;
    --color-rose: #C75C6F;
    --color-chart1: #896BA7;
    --color-chart2: #BADEFF;
    --color-body: #525260;
    --color-gray-1: #757589;
    --color-gray-2: #999FAE;
    --color-gray-3: #999AB8;
    --color-gray-4: #99A1AA;
    --color-ship-gray: #42424A;
    --color-ghost: #C7C7D5;
    --color-mercury: #E5E5E5;
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
    --border-light: 1px solid #E3E6E9;
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --font-primary: 'Comfortaa', cursive;
    --font-secondary: 'Comfortaa', cursive;
    --font-awesome: 'Font Awesome 5 Pro';
    --transition: all 0.3s ease-in-out;
    --font-body-1: 18px;
    --font-body-2: 16px;
    --font-body-3: 14px;
    --font-body-4: 12px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
    --h1: 80px;
    --h2: 64px;
    --h3: 48px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

span {
    display: inline-block
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

ul.list-style {
    margin: -10px 0
}

ul.list-style li {
    margin: 10px 0
}

ul.list-style li::marker {
    color: var(--color-primary)
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px
}

.row.g-0 {
    margin-left: 0;
    margin-right: 0
}

.row.g-0>[class*=col] {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:1400px) {
    .row-35 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row-35>[class*=col] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row-40>[class*=col] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row-45 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row-45>[class*=col] {
        padding-left: 45px;
        padding-right: 45px
    }
}

body {
    font-family: var(--font-secondary);
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table {
    margin: 0 0 30px 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 500;
    letter-spacing: -.025em;
    color: var(--color-text-dark)
}

.h1,
h1 {
    font-size: var(--h1);
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

    .h1,
    h1 {
        font-size: 68px
    }
}

@media only screen and (max-width:1199px) {

    .h1,
    h1 {
        font-size: 68px
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 48px
    }
}

.h2,
h2 {
    font-size: var(--h2);
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

    .h2,
    h2 {
        font-size: 48px
    }
}

@media only screen and (max-width:1199px) {

    .h2,
    h2 {
        font-size: 56px
    }
}

@media only screen and (max-width:767px) {

    .h2,
    h2 {
        font-size: 38px
    }
}

@media only screen and (max-width:479px) {

    .h2,
    h2 {
        font-size: 34px
    }
}

.h3,
h3 {
    font-size: var(--h3);
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

    .h3,
    h3 {
        font-size: 40px
    }
}

@media only screen and (max-width:1199px) {

    .h3,
    h3 {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {

    .h3,
    h3 {
        font-size: 32px
    }
}

.h4,
h4 {
    font-size: var(--h4);
    line-height: 1.2
}

@media only screen and (max-width:991px) {

    .h4,
    h4 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {

    .h4,
    h4 {
        font-size: 20px
    }
}

.h5,
h5 {
    font-size: var(--h5);
    line-height: 1.4
}

@media only screen and (max-width:767px) {

    .h5,
    h5 {
        font-size: 20px
    }
}

.h6,
h6 {
    font-size: var(--h6);
    line-height: 1.2
}

@media only screen and (max-width:767px) {

    .h6,
    h6 {
        font-size: 18px
    }
}

p {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    margin: 0 0 40px 0
}

.form-control,
input {
    border: var(--border-lighter);
    border-radius: 16px;
    background-color: transparent;
    color: var(--color-text-dark);
    padding: 15px 20px;
    width: 100%
}

.form-control:focus,
input:focus {
    outline: 0;
    box-shadow: 0 20px 48px -14px rgba(153, 161, 170, .25);
    border-color: transparent
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control::-moz-placeholder,
input::-moz-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control::placeholder,
input::placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--color-gray-2)
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--color-gray-2)
}

input {
    height: 60px
}

.form-group {
    margin-bottom: 16px
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 10px
}

.input-group {
    background-color: var(--color-white);
    border-radius: 20px;
    height: 72px;
    padding: 10px 10px 10px 55px;
    box-shadow: 0 24px 48px -15px rgba(153, 161, 170, .25)
}

@media only screen and (max-width:479px) {
    .input-group {
        display: block;
        box-shadow: none;
        height: auto;
        padding: 0
    }
}

.input-group:before {
    content: url(/assets/media/icon/message.png);
    position: absolute;
    left: 30px;
    top: 24px;
    z-index: 1
}

@media only screen and (max-width:479px) {
    .input-group:before {
        left: 15px;
        top: 18px
    }
}

.input-group .form-control {
    padding: 5px 15px;
    height: auto;
    border: none;
    background-color: transparent
}

.input-group .form-control:focus {
    box-shadow: none
}

@media only screen and (max-width:479px) {
    .input-group .form-control {
        height: 60px;
        width: 100%;
        border-radius: 20px !important;
        padding: 5px 15px 5px 50px;
        border: 1px solid var(--color-light)
    }
}

.input-group .subscribe-btn {
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 16px !important;
    margin-left: 0 !important;
    padding: 10px 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.input-group .subscribe-btn:hover {
    background-color: var(--color-link)
}

@media only screen and (max-width:479px) {
    .input-group .subscribe-btn {
        margin-top: 15px;
        padding: 14px 30px
    }
}

.bg-color-dark {
    background-color: var(--color-dark)
}

.bg-color-light {
    background-color: var(--color-light)
}

.bg-color-mercury {
    background-color: #e5e5e54f
}

.opacity-50 {
    opacity: .5
}

.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    z-index: 9;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width:575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.back-to-top:focus {
    color: var(--color-white)
}

.breadcrum-area {
    background: var(--gradient-primary);
    padding: 200px 0 100px;
    margin-top: -160px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .breadcrum-area {
        margin-top: -120px
    }
}

@media only screen and (max-width:767px) {
    .breadcrum-area {
        padding: 150px 0 40px
    }
}

.breadcrumb {
    display: block
}

.breadcrumb ul {
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .breadcrumb ul {
        margin-bottom: 35px
    }
}

.breadcrumb li {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 500;
    position: relative;
    margin-right: 22px
}

.breadcrumb li:after {
    content: ".";
    color: var(--color-gray-2);
    font-size: 18px;
    position: absolute;
    top: -5px;
    right: -15px
}

.breadcrumb li a {
    color: var(--color-gray-2)
}

.breadcrumb li a:hover {
    color: var(--color-primary)
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb .title {
    margin-bottom: 0;
    width: 80%
}

@media only screen and (max-width:991px) {
    .breadcrumb .title {
        width: 100%
    }
}

.breadcrumb-banner {
    padding: 280px 0 200px
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner {
        padding: 200px 0 50px
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner {
        padding: 150px 0 40px
    }
}

@media only screen and (max-width:767px) {
    .breadcrumb-banner {
        padding: 150px 0 20px
    }
}

.breadcrumb-banner .section-heading .title {
    color: #000248;
    width: 55%;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .section-heading .title {
        width: 100%;
        margin-bottom: 30px
    }
}

.breadcrumb-banner .section-heading p {
    width: 40%
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .section-heading p {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .section-heading {
        margin-bottom: 40px
    }
}

.breadcrumb-banner .banner-thumbnail {
    position: absolute;
    bottom: -100px;
    right: 190px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -50px;
        bottom: -80px
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -40px;
        bottom: -50px
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 65%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .banner-thumbnail {
        position: initial;
        text-align: center
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 100%
    }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    bottom: 120px;
    right: 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: -50px
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: 0
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        margin: -40px 0 0
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-2 img {
        width: 100%
    }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    bottom: -120px;
    right: 80px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: -100px;
        bottom: -60px
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: 0;
        bottom: -50px
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        text-align: center;
        margin: -40px 0 0
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-4 img {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 50%
    }
}

.breadcrumb-banner .shape-group-8 .shape.shape-3 {
    bottom: -200px;
    top: auto
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-3 {
        bottom: 0;
        opacity: .5
    }
}

.axil-btn {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    padding: 18px 55px;
    height: auto;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1
}

.axil-btn.btn-borderd {
    border: var(--border-gray);
    color: var(--color-dark);
    background-color: transparent
}

.axil-btn.btn-borderd:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary)
}

.axil-btn.btn-fill-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    overflow: hidden
}

.axil-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.axil-btn.btn-fill-primary:hover {
    background-color: var(--color-link);
    border-color: var(--color-link)
}

.axil-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.axil-btn.btn-fill-white {
    background-color: var(--color-white);
    box-shadow: 0 48px 48px 0 rgba(0, 0, 0, .12)
}

.axil-btn.btn-fill-white:hover {
    background-color: var(--color-accent1);
    color: var(--color-white)
}

.axil-btn.btn-large {
    padding: 23px 55px
}

@media only screen and (max-width:991px) {
    .axil-btn.btn-large {
        padding: 18px 35px
    }
}

.axil-btn.btn-large-fluid {
    padding: 23px;
    width: 100%
}

.axil-btn.btn-fluid {
    width: 100%
}

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

.section-heading {
    text-align: center;
    margin-bottom: 60px
}

@media only screen and (max-width:991px) {
    .section-heading {
        margin-bottom: 50px
    }
}

.section-heading .subtitle {
    color: var(--color-rose);
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-primary);
    margin-bottom: 15px
}

@media only screen and (max-width:991px) {
    .section-heading .subtitle {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .section-heading .subtitle {
        font-size: 16px
    }
}

@media only screen and (max-width:1199px) {
    .section-heading .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .section-heading .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .section-heading .title {
        font-size: 38px
    }
}

@media only screen and (max-width:479px) {
    .section-heading .title {
        font-size: 34px
    }
}

.section-heading p {
    font-size: var(--font-body-1);
    width: 50%;
    margin: 0 auto 40px
}

@media only screen and (max-width:991px) {
    .section-heading p {
        font-size: 16px;
        width: 100%
    }
}

.heading-light-left {
    text-align: left
}

.heading-light-left .title {
    color: var(--color-white);
    margin-bottom: 35px;
    width: 50%
}

@media only screen and (max-width:1199px) {
    .heading-light-left .title {
        width: 70%
    }
}

@media only screen and (max-width:991px) {
    .heading-light-left .title {
        width: 100%
    }
}

.heading-light-left p {
    color: var(--color-white);
    margin: 0 0 40px;
    opacity: .6
}

@media only screen and (max-width:1199px) {
    .heading-light-left p {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .heading-light-left p {
        width: 100%
    }
}

.heading-light .title {
    color: var(--color-white)
}

.heading-light p {
    color: var(--color-gray-4)
}

.heading-left {
    text-align: left
}

.heading-left p {
    margin: 0 0 30px
}

.heading-left p+p {
    margin: 0 0 40px
}

.shape-group-1 .shape {
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-1 .shape img {
        opacity: .4
    }
}

@media only screen and (max-width:991px) {
    .shape-group-1 .shape img {
        opacity: .4
    }
}

.shape-group-1 .shape.shape-1 {
    top: 140px;
    left: 315px
}

.shape-group-1 .shape.shape-2 {
    top: 120px;
    right: 0
}

.shape-group-1 .shape.shape-3 {
    bottom: 80px;
    left: 0
}

.shape-group-1 .shape.shape-4 {
    bottom: 60px;
    right: 230px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-1 .shape.shape-4 {
        right: 100px
    }
}

.shape-group-2 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-2 .shape.shape-1 {
    bottom: 0;
    right: 135px
}

.shape-group-2 .shape.shape-2 {
    right: 500px;
    top: 0
}

.shape-group-2 .shape.shape-3 {
    right: 815px;
    top: 125px
}

.shape-group-3 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-3 .shape.shape-1 {
    right: 0;
    top: 90px
}

.shape-group-3 .shape.shape-2 {
    right: 390px;
    top: 165px
}

.shape-group-3 .shape.shape-3 {
    right: 0;
    top: 255px;
    z-index: 2;
    pointer-events: none
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-3 .shape.shape-3 {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-3 .shape.shape-3 {
        display: none
    }
}

.shape-group-4 .shape-1 {
    position: absolute;
    top: 140px;
    right: 440px;
    z-index: -1
}

.shape-group-5 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-5 .shape.shape-1 {
    top: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    left: 22%
}

.shape-group-5 .shape.shape-2 {
    bottom: 0;
    left: 250px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.shape-group-5 .shape.shape-3 {
    bottom: 110px;
    left: 160px
}

.shape-group-5 .shape.shape-4 {
    top: 90px;
    left: 35%
}

.shape-group-6 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-6 .shape.shape-1 {
    top: 0;
    left: 0
}

.shape-group-6 .shape.shape-2 {
    top: 110px;
    left: 0
}

.shape-group-6 .shape.shape-3 {
    bottom: 140px;
    right: 0
}

.shape-group-6 .shape.shape-4 {
    bottom: -1px;
    left: 11%
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-6 .shape.shape-4 {
        left: 75px;
        max-height: 400px
    }

    .shape-group-6 .shape.shape-4 img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-6 .shape.shape-4 {
        left: 75px;
        max-height: 400px
    }

    .shape-group-6 .shape.shape-4 img {
        width: 70%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-6 .shape.shape-4 {
        display: none
    }
}

.shape-group-7 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-7 .shape.shape-1 {
    top: 90px;
    right: 200px
}

.shape-group-7 .shape.shape-2 {
    top: 210px;
    left: 52%
}

@media only screen and (max-width:991px) {
    .shape-group-7 .shape.shape-2 {
        display: none
    }
}

.shape-group-7 .shape.shape-3 {
    top: 40%;
    left: 170px
}

.shape-group-8 .shape {
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.shape-group-8 .shape.shape-1 {
    bottom: 0;
    left: 0
}

@media only screen and (max-width:767px) {
    .shape-group-8 .shape.shape-1 {
        display: none
    }
}

.shape-group-8 .shape.shape-2 {
    top: 0;
    right: 0;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-8 .shape.shape-2 img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-8 .shape.shape-2 img {
        width: 80%
    }
}

@media only screen and (max-width:767px) {
    .shape-group-8 .shape.shape-2 img {
        width: 60%
    }
}

.shape-group-8 .shape.shape-3 {
    top: 115px;
    left: 0
}

.shape-group-9 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-9 .shape.shape-1 {
    top: 0;
    left: 32%
}

.shape-group-9 .shape.shape-2 {
    top: 180px;
    left: 18%;
    opacity: .5;
    -webkit-animation: movingleftright1 infinite 20s;
    animation: movingleftright1 infinite 20s
}

.shape-group-9 .shape.shape-3 {
    top: 31%;
    left: 20%;
    -webkit-animation: movingleftright2 infinite 25s;
    animation: movingleftright2 infinite 25s
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    left: 28%;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    left: 17%;
    -webkit-animation: movingleftright2 infinite 30s;
    animation: movingleftright2 infinite 30s
}

.shape-group-9 .shape.shape-6 {
    top: 26%;
    right: 21%;
    -webkit-animation: movingleftright3 infinite 30s;
    animation: movingleftright3 infinite 30s
}

@media only screen and (max-width:767px) {
    .shape-group-9 .shape.shape-6 {
        display: none
    }
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 30s;
    animation: movingleftright1 infinite 30s
}

.shape-group-10 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-10 .shape.shape-1 {
    top: 100px;
    right: 0
}

.shape-group-10 .shape.shape-2 {
    bottom: 200px;
    left: 0
}

.shape-group-10 .shape.shape-3 {
    top: 680px;
    left: 110px
}

.shape-group-11 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-11 .shape.shape-1 {
    top: 40px;
    right: 0
}

.shape-group-11 .shape.shape-2 {
    bottom: -310px;
    left: -10px;
    opacity: .4
}

.shape-group-12 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-12 .shape.shape-1 {
    top: 115px;
    left: 38%
}

.shape-group-12 .shape.shape-2 {
    left: 60px;
    bottom: 130px
}

.shape-group-12 .shape.shape-3 {
    right: 60px;
    bottom: 50px
}

.shape-group-13 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-13 .shape.shape-1 {
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .shape-group-13 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-13 .shape.shape-2 {
    top: 0;
    right: -5px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-13 .shape.shape-2 img {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-13 .shape.shape-2 img {
        width: 75%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-13 .shape.shape-2 img {
        width: 50%
    }
}

@media only screen and (max-width:479px) {
    .shape-group-13 .shape.shape-2 img {
        width: 40%
    }
}

.shape-group-13 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 220px
    }

    .shape-group-13 .shape.shape-3 img {
        width: 60%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 100px
    }

    .shape-group-13 .shape.shape-3 img {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .shape-group-13 .shape.shape-3 img {
        width: 40%
    }
}

.shape-group-13 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-13 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-14 .shape {
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-14 .shape img {
        width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-14 .shape img {
        width: 40%
    }
}

.shape-group-14 .shape.shape-1 {
    left: 40%;
    bottom: 230px;
    -webkit-animation: movingleftright1 infinite 20s;
    animation: movingleftright1 infinite 20s
}

.shape-group-14 .shape.shape-2 {
    left: 47%;
    bottom: 115px;
    -webkit-animation: movingleftright3 infinite 30s;
    animation: movingleftright3 infinite 30s
}

.shape-group-14 .shape.shape-3 {
    right: 160px;
    bottom: 270px;
    -webkit-animation: movingleftright2 infinite 40s;
    animation: movingleftright2 infinite 40s
}

.shape-group-16 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-16 .shape.shape-1 {
    top: 0;
    right: 0
}

.shape-group-16 .shape.shape-2 {
    top: 120px;
    left: 30%
}

.shape-group-16 .shape.shape-3 {
    bottom: 250px;
    left: 0
}

.shape-group-17 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-17 .shape.shape-1 {
    top: 0;
    left: 0
}

.shape-group-17 .shape.shape-2 {
    top: 360px;
    right: 0
}

.shape-group-17 .shape.shape-3 {
    top: 430px;
    left: 0
}

.shape-group-17 .shape.shape-4 {
    top: 35%;
    right: 0
}

.shape-group-17 .shape.shape-5 {
    top: 56%;
    left: 0
}

.shape-group-17 .shape.shape-6 {
    top: 75%;
    right: 0
}

.shape-group-18 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-18 .shape.shape-1 {
    top: 0;
    right: 0;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-18 .shape.shape-1 img {
        width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-18 .shape.shape-1 img {
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-18 .shape.shape-1 img {
        width: 40%
    }
}

.shape-group-18 .shape.shape-2 {
    bottom: 0;
    left: 0
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-18 .shape.shape-2 img {
        width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-18 .shape.shape-2 img {
        width: 50%
    }
}

.shape-group-18 .shape.shape-3 {
    top: 34%;
    left: 50%;
    -webkit-animation: movingleftright1 infinite 20s;
    animation: movingleftright1 infinite 20s
}

.shape-group-18 .shape.shape-3 img {
    opacity: .5
}

.shape-group-18 .shape.shape-4 {
    bottom: 240px;
    left: 45%;
    -webkit-animation: movingleftright2 infinite 30s;
    animation: movingleftright2 infinite 30s
}

.shape-group-18 .shape.shape-4 img {
    width: 75px;
    opacity: .5
}

.shape-group-18 .shape.shape-5 {
    bottom: 120px;
    left: 53%;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-18 .shape.shape-6 {
    bottom: 100px;
    left: 40%;
    -webkit-animation: movingleftright1 infinite 35s;
    animation: movingleftright1 infinite 35s
}

.shape-group-18 .shape.shape-7 {
    top: 0;
    right: 100px;
    z-index: -2;
    text-align: right
}

@media only screen and (max-width:1199px) {
    .shape-group-18 .shape.shape-7 img {
        width: 80%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-18 .shape.shape-7 img {
        width: 60%
    }
}

.shape-group-19 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-19 .shape.shape-1 {
    top: 0;
    right: 0;
    text-align: right
}

@media only screen and (max-width:991px) {
    .shape-group-19 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-19 .shape.shape-2 {
    top: 145px;
    right: 0
}

.shape-group-20 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-20 .shape.shape-1 {
    top: 0;
    left: 120px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px
    }
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-20 .shape.shape-2 {
    bottom: 0;
    right: 0;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-20 .shape.shape-2 img {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-20 .shape.shape-2 img {
        width: 75%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-2 {
        display: none
    }
}

.shape-group-20 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 220px
    }

    .shape-group-20 .shape.shape-3 img {
        width: 60%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 100px
    }

    .shape-group-20 .shape.shape-3 img {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .shape-group-20 .shape.shape-3 img {
        width: 40%
    }
}

.shape-group-20 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-20 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-20 .shape.shape-6 {
    left: 50%;
    top: 250px
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-6 {
        display: none
    }
}

.shape-group-20 .shape.shape-7 {
    left: 65%;
    top: 180px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-20 .shape.shape-8 {
    bottom: 0;
    right: 0
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-8 {
        display: none
    }
}

.shape-group-21 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-21 .shape.shape-1 {
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .shape-group-21 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-21 .shape.shape-2 {
    top: 200px;
    right: 200px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-21 .shape.shape-2 {
        top: 120px;
        right: 15px
    }

    .shape-group-21 .shape.shape-2 img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-21 .shape.shape-2 {
        right: 15px
    }

    .shape-group-21 .shape.shape-2 img {
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-21 .shape.shape-2 {
        display: none
    }
}

.shape-group-21 .shape.shape-3 {
    right: 100px;
    top: 45%;
    height: 53px;
    width: 53px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-21 .shape.shape-3 {
        display: none
    }
}

.shape-group-21 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-21 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-21 .shape.shape-6 {
    right: 230px;
    bottom: 40%;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:1199px) {
    .shape-group-21 .shape.shape-6 {
        display: none
    }
}

.shape-group-21 .shape.shape-7 {
    right: 250px;
    top: 40%;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:1199px) {
    .shape-group-21 .shape.shape-7 {
        display: none
    }
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

.my_switcher {
    position: fixed;
    top: 200px;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 0 30px 30px 0;
    padding: 10px;
    z-index: 5
}

@media only screen and (max-width:991px) {
    .my_switcher {
        position: initial;
        display: none
    }
}

.my_switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.my_switcher ul li a,
.my_switcher ul li button {
    text-align: center;
    color: var(--color-white);
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: 0 0
}

@media only screen and (max-width:767px) {

    .my_switcher ul li a,
    .my_switcher ul li button {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px
    }
}

.my_switcher ul li a.active,
.my_switcher ul li button.active {
    color: var(--color-rose);
    display: none
}

.main-wrapper {
    overflow: hidden;
    background-color: var(--color-white)
}

.about-us .section-heading p {
    width: 100%
}

.contact-form-box {
    background-color: var(--color-white);
    padding: 50px;
    border-radius: 30px
}

@media only screen and (max-width:767px) {
    .contact-form-box {
        padding: 40px 30px
    }
}

.contact-form-box .title {
    font-size: 40px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .contact-form-box .title {
        font-size: 36px
    }
}

@media only screen and (max-width:1199px) {
    .contact-form-box .title {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .contact-form-box .title {
        font-size: 28px
    }
}

.contact-form-box .form-group .axil-btn::after {
    width: calc(100% + 50px)
}

.contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, .25)
}

.about-expert {
    text-align: center;
    position: relative
}

.about-expert .thumbnail {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0 17px 26px 0 rgba(0, 0, 0, .2)
}

.about-expert .thumbnail img {
    border-radius: 40px
}

.about-quality {
    margin-bottom: 60px
}

.about-quality .sl-number {
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #565677 0, rgba(39, 39, 46, 0) 70.31%);
    background: linear-gradient(90deg, #565677 0, rgba(39, 39, 46, 0) 70.31%);
    color: var(--color-white);
    margin-bottom: 40px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.about-quality .title {
    color: var(--color-white)
}

.about-quality p {
    opacity: .5;
    color: var(--color-white);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.about-quality.active .sl-number,
.about-quality:hover .sl-number {
    background-color: var(--color-primary)
}

.about-quality.active p,
.about-quality:hover p {
    opacity: 1
}

.about-team .section-heading p {
    width: 100%;
    margin-bottom: 50px
}

.about-team .axil-btn {
    width: 240px
}

.about-team .thumbnail {
    padding-right: 50px
}

.banner {
    margin-top: -160px;
    padding: 255px 0 0;
    position: relative;
    z-index: 2;
    min-height: 800px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner {
        padding: 220px 0 0;
        margin-top: -149px
    }
}

@media only screen and (max-width:1199px) {
    .banner {
        padding: 200px 0 0;
        min-height: 100%
    }
}

@media only screen and (max-width:991px) {
    .banner {
        margin-top: -115px;
        padding: 160px 0 0
    }
}

@media only screen and (max-width:767px) {
    .banner {
        margin-top: -115px;
        padding: 150px 0 0
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-content {
        margin-bottom: 90px
    }
}

@media only screen and (max-width:767px) {
    .banner .banner-content {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:575px) {
    .banner .banner-content {
        margin-bottom: 40px
    }
}

.banner .banner-content .title {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-dark)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner .banner-content .title {
        font-size: 68px
    }
}

@media only screen and (max-width:1199px) {
    .banner .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-content .title {
        font-size: 55px
    }
}

@media only screen and (max-width:767px) {
    .banner .banner-content .title {
        font-size: 40px
    }
}

.banner .banner-content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 40px;
    width: 90%
}

.banner .banner-content .axil-btn {
    padding: 28px 45px;
    box-shadow: 0 44px 84px -24px #5956e9
}

@media only screen and (max-width:991px) {
    .banner .banner-content .axil-btn {
        padding: 20px 35px
    }
}

.banner .banner-content .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:575px) {
    .banner .banner-content .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.banner .banner-content .btn-group a {
    margin-right: 40px
}

@media only screen and (max-width:575px) {
    .banner .banner-content .btn-group a {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.banner .banner-content .btn-group a:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.banner .banner-content .about-btn {
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
    padding-left: 50px
}

.banner .banner-content .about-btn::before {
    content: "";
    height: 1px;
    width: 34px;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner .banner-content .about-btn:hover::before {
    width: 100%
}

.banner .banner-thumbnail {
    position: relative
}

.banner .banner-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner .banner-social .border-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    background-color: var(--color-body);
    margin-right: 30px
}

@media only screen and (max-width:575px) {
    .banner .banner-social .border-line {
        display: none
    }
}

.banner .banner-social .social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner .banner-social .social-icon li {
    margin-right: 20px
}

.banner .banner-social .social-icon li:last-child {
    margin-right: 0
}

.banner .banner-social .social-icon li a {
    color: var(--color-body)
}

.banner .banner-social .social-icon li a i {
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner .banner-social .social-icon li a:hover {
    color: var(--color-primary)
}

.banner .banner-social .social-icon li a:hover i {
    color: var(--color-primary)
}

.banner.banner-style-1 .banner-content {
    margin-top: 60px
}

.serviceItem .services-grid {
    min-height: 484px
}

.serviceItem .title {
    min-height: 101px
}

.serviceItem .content {
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-content {
        padding-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-1 .banner-content {
        margin-top: 0;
        padding-bottom: 0
    }
}

.banner.banner-style-1 .banner-content .title {
    font-size: 78px;
    line-height: 1
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 54px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 55px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 40px
    }
}

.banner.banner-style-1 .banner-thumbnail {
    z-index: 5
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb img {
        width: 75%;
        margin-top: -32px
    }
    
    .banner.banner-style-1 .banner-thumbnail .large-thumb svg {
        width: 75%;
        margin-top: -32px
    }
}

.banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
    text-align: center;
    margin-top: -259px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: initial;
        max-width: 210px;
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -200px;
        margin-right: -30px
    }

    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: 80%
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -260px;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: 0;
        text-align: center;
        position: absolute;
        bottom: 0
    }
}

.banner.banner-style-1 .banner-thumbnail .shape-group .shape {
    position: absolute
}

.banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
    top: -25px;
    right: 20px;
    left: auto
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        right: 0
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        display: none
    }
}

.banner.banner-style-2 {
    margin: 0 95px;
    padding: 250px 0 300px 200px;
    background-color: var(--color-link);
    border-radius: 60px;
    overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-2 {
        padding: 150px 0 200px 100px;
        min-height: 600px;
        margin: 0 30px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-2 {
        margin: 0 30px;
        padding: 150px 60px;
        min-height: 600px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-2 {
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-2 {
        padding: 80px 30px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-2 {
        margin: 0 15px
    }
}

.banner.banner-style-2 .banner-content {
    margin-bottom: 0
}

.banner.banner-style-2 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 40px
}

.banner.banner-style-3 {
    padding: 220px 0 210px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-3 {
        padding: 180px 0 160px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-3 {
        padding: 200px 0 150px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-3 {
        padding: 150px 0 100px
    }
}

.banner.banner-style-3 .banner-content {
    position: relative;
    z-index: 1
}

.banner.banner-style-3 .banner-content .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-rose);
    letter-spacing: .1em;
    font-family: var(--font-primary);
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-3 .banner-content .subtitle {
        font-size: 16px
    }
}

.banner.banner-style-3 .banner-content .title {
    margin-bottom: 60px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-3 .banner-content .title {
        margin-bottom: 40px
    }
}

.banner.banner-style-3 .banner-thumbnail {
    margin-right: -120px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-3 .banner-thumbnail {
        text-align: left
    }
}

.banner.banner-style-4 {
    background: -webkit-linear-gradient(left, #ecf2f6 0, rgba(236, 242, 246, 0) 70.31%);
    background: linear-gradient(90deg, #ecf2f6 0, rgba(236, 242, 246, 0) 70.31%);
    padding: 310px 0 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 {
        padding: 180px 0 80px;
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-4 {
        padding: 150px 0 60px
    }
}

.banner.banner-style-4 .banner-content {
    margin-bottom: 200px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 0
    }
}

.banner.banner-style-4 .banner-content .title {
    width: 60%;
    margin-bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px;
        width: 55%
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 60px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.banner.banner-style-4 .banner-content p {
    font-size: var(--font-body-1);
    width: 50%;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-content p {
        width: 100%
    }
}

.banner.banner-style-4 .banner-thumbnail {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -300px
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 85%
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -570px
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-thumbnail {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        margin: -20px 0 20px
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-4 .banner-thumbnail {
        margin: 0 0 20px
    }
}

.banner.banner-style-5 {
    background-image: url(/assets/media/banner/banner-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 310px 0 0
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-5 {
        padding: 250px 0 0;
        min-height: 750px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-5 {
        padding: 230px 0 0;
        min-height: 750px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 {
        padding: 170px 0 80px;
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-5 {
        padding: 150px 0 60px;
        min-height: 100%
    }
}

.banner.banner-style-5::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 48, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-content {
        margin-bottom: 40px
    }
}

.banner.banner-style-5 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 70px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 40px;
        margin-bottom: 40px
    }
}

.banner.banner-style-5 .banner-content .axil-btn {
    color: var(--color-text-dark);
    box-shadow: none
}

.banner.banner-style-5 .banner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -140px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-form {
        margin-bottom: 0;
        display: block
    }
}

.banner.banner-style-5 .banner-form .contact-form-box {
    max-width: 450px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-form .contact-form-box {
        max-width: 100%
    }
}

.banner.banner-style-5 .banner-form .title {
    letter-spacing: -.045em
}

.brand-wrap-area {
    padding: 90px 0
}

.brand-grid {
    padding: 10px 0
}

.brand-grid img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.brand-grid.active img,
.brand-grid:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.call-to-action-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .call-to-action-area {
        padding: 100px 0
    }
}

@media only screen and (max-width:991px) {
    .call-to-action-area {
        padding: 80px 0
    }
}

@media only screen and (max-width:767px) {
    .call-to-action-area {
        padding: 60px 0 40px
    }
}

.call-to-action-area:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (max-width:991px) {
    .call-to-action-area:before {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .call-to-action-area:before {
        height: 480px
    }
}

@media only screen and (max-width:575px) {
    .call-to-action-area:before {
        height: 400px
    }
}

.call-to-action .section-heading {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .call-to-action .section-heading {
        margin-bottom: 50px
    }
}

.call-to-action .section-heading span {
    color: var(--color-accent1)
}

.call-to-action .section-heading .title {
    width: 100%;
    margin: 0 auto 55px
}

@media only screen and (max-width:991px) {
    .call-to-action .section-heading .title {
        width: 100%
    }
}

.call-to-action .thumbnail {
    position: relative;
    text-align: center
}

.case-study-featured {
    margin-bottom: 60px
}

.case-study-featured .section-heading .title {
    letter-spacing: -.045em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 5px
}

@media only screen and (max-width:575px) {
    .case-study-featured .section-heading .title {
        -webkit-line-clamp: 2
    }
}

.case-study-featured .section-heading p {
    width: 100%;
    font-size: 16px
}

.case-study-counterup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.case-study-counterup .count-number {
    color: var(--color-rose);
    letter-spacing: -.045em;
    margin-bottom: 0;
    padding: 0 6px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .case-study-counterup .count-number {
        padding: 0 2px
    }
}

@media only screen and (max-width:1199px) {
    .case-study-counterup .count-number {
        padding: 0
    }
}

.case-study-counterup .count-number span {
    vertical-align: middle
}

.case-study-counterup .count-number span.symbol {
    margin-left: -6px
}

.case-study-featured-thumb {
    text-align: right
}

@media only screen and (max-width:991px) {
    .case-study-featured-thumb {
        text-align: left;
        margin-bottom: 30px
    }
}

.case-study-featured-thumb img {
    display: inline-block
}

.case-study-page-area .case-study-featured-thumb {
    margin-bottom: 150px
}

@media only screen and (max-width:991px) {
    .case-study-page-area .case-study-featured-thumb {
        margin-bottom: 60px
    }
}

.case-study-solution {
    position: relative;
    z-index: 1
}

.case-study-solution .section-heading p {
    width: 100%
}

.contact-info {
    background-color: var(--color-dark);
    border-radius: 14px;
    padding: 60px 50px;
    box-shadow: 0 9px 18px 0 rgba(0, 0, 0, .25)
}

.contact-info .title {
    color: var(--color-white);
    margin-bottom: 20px
}

.contact-info p {
    color: var(--color-gray-2);
    width: 80%
}

.contact-info .phone-number {
    font-size: 48px;
    color: var(--color-accent2);
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .contact-info .phone-number {
        font-size: 42px
    }
}

@media only screen and (max-width:991px) {
    .contact-info .phone-number {
        font-size: 34px
    }
}

@media only screen and (max-width:767px) {
    .contact-info .phone-number {
        font-size: 30px
    }
}

.contact-info .phone-number a:hover {
    color: var(--color-white)
}

.contact-address .section-heading {
    margin-bottom: 180px
}

@media only screen and (max-width:991px) {
    .contact-address .section-heading {
        margin-bottom: 80px
    }
}

.contact-address .section-heading .title {
    width: 100%
}

.contact-address .address {
    margin-bottom: 40px
}

.contact-address .address:last-child {
    margin-bottom: 0
}

.contact-address .address .title {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 10px
}

.contact-address .address p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    color: var(--color-gray-2);
    width: 50%;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .contact-address .address p {
        font-size: 18px;
        width: 80%
    }
}

.contact-address .address p a {
    color: var(--color-gray-2)
}

.contact-address .address p a:hover {
    color: var(--color-white)
}

.counterup-progress {
    background: 0 0;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #27272e 64.45%, rgba(74, 75, 86, .72) 100%);
    text-align: center;
    padding: 70px 20px 60px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .counterup-progress {
        padding: 40px 20px
    }
}

@media only screen and (max-width:575px) {
    .counterup-progress {
        padding: 30px 10px
    }
}

.counterup-progress .icon {
    margin-bottom: 20px
}

.counterup-progress .count-number {
    font-weight: 500;
    color: var(--color-primary);
    font-family: var(--font-primary);
    margin-bottom: 10px;
    letter-spacing: -.045em
}

@media only screen and (max-width:767px) {
    .counterup-progress .count-number {
        letter-spacing: 0
    }
}

.counterup-progress .count-number span.symbol {
    margin: 0 -6px
}

.counterup-progress .title {
    color: var(--color-white)
}

.counterup-progress.active,
.counterup-progress:hover {
    background: var(--gradient-dark)
}

.counterup-progress.counterup-style-2 {
    background: var(--gradient-primary);
    border: none
}

.counterup-progress.counterup-style-2 .icon .light-icon {
    display: none
}

.counterup-progress.counterup-style-2 .title {
    color: var(--color-body)
}

.counterup-progress.counterup-style-2.active,
.counterup-progress.counterup-style-2:hover {
    background-color: var(--color-light)
}

.expert-counterup-area .section-heading p {
    width: 100%
}

.expert-counterup-area .section-heading .axil-btn {
    width: 240px
}

.faq-area .section-heading .title {
    font-size: 48px;
    margin-bottom: 40px
}

@media only screen and (max-width:575px) {
    .faq-area .section-heading .title {
        font-size: 38px
    }
}

.faq-area .section-heading p {
    width: 100%
}

.faq-accordion .accordion-item {
    background-color: var(--color-white);
    border-radius: 24px;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 10px 48px -30px #99a1aa;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
    margin-bottom: 0
}

.faq-accordion .accordion-button {
    box-shadow: none;
    font-size: var(--font-body-1);
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-primary);
    padding: 30px 40px 20px;
    position: relative;
    border-radius: 0 !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: transparent;
    line-height: 140%
}

.faq-accordion .accordion-button:after {
    content: "\f068";
    font-family: var(--font-awesome);
    background-image: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: auto;
    color: var(--color-primary);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 10px
}

.faq-accordion .accordion-button.collapsed {
    color: var(--color-dark);
    border-radius: 24px !important;
    padding: 30px 40px;
    background-color: #f8f8f8;
    margin-bottom: -10px
}

.faq-accordion .accordion-button.collapsed:after {
    content: "\f067";
    color: var(--color-dark)
}

.faq-accordion .accordion-body {
    padding: 0 40px 40px
}

.faq-accordion .accordion-body p {
    color: var(--color-gray-1);
    margin-bottom: 0
}

.pricing-table {
    background-color: var(--color-white);
    padding: 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-table {
        padding: 40px 15px
    }
}

@media only screen and (max-width:575px) {
    .pricing-table {
        padding: 40px 30px
    }
}

.pricing-table .pricing-header {
    text-align: center
}

.pricing-table .pricing-header .title {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 8px;
    letter-spacing: -.045em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:1199px) {
    .pricing-table .pricing-header .title {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .pricing-table .pricing-header .title {
        font-size: 30px
    }
}

.pricing-table .pricing-header .subtitle {
    font-size: 14px;
    color: var(--color-text-dark);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 20px
}

.pricing-table .pricing-header .price-wrap {
    border-top: 1px solid #e3e6e9;
    padding-top: 50px;
    margin-bottom: 30px;
    font-family: var(--font-primary);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.pricing-table .pricing-header .price-wrap .amount {
    font-size: 64px;
    line-height: 1;
    color: var(--color-text-dark);
    font-weight: 500;
    letter-spacing: -.045em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:1199px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 40px
    }
}

.pricing-table .pricing-header .price-wrap .duration {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray-2);
    margin-right: 8px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.pricing-table .pricing-body {
    margin-top: 30px
}

.pricing-table .pricing-body li {
    padding: 12px 0;
    color: var(--color-gray-2);
    padding-left: 34px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.pricing-table .pricing-body li:before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0
}

.pricing-table.active,
.pricing-table:hover {
    background-color: var(--color-primary)
}

.pricing-table.active .pricing-header .title,
.pricing-table:hover .pricing-header .title {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .subtitle,
.pricing-table:hover .pricing-header .subtitle {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .price-wrap,
.pricing-table:hover .pricing-header .price-wrap {
    border-color: rgba(227, 230, 233, .2)
}

.pricing-table.active .pricing-header .price-wrap .amount,
.pricing-table:hover .pricing-header .price-wrap .amount {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .price-wrap .duration,
.pricing-table:hover .pricing-header .price-wrap .duration {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .axil-btn,
.pricing-table:hover .pricing-header .axil-btn {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-dark)
}

.pricing-table.active .pricing-header .axil-btn:hover,
.pricing-table:hover .pricing-header .axil-btn:hover {
    background-color: var(--color-accent1);
    border-color: var(--color-accent1);
    color: var(--color-white)
}

.pricing-table.active .pricing-body li,
.pricing-table:hover .pricing-body li {
    color: var(--color-white)
}

.pricing-table.pricing-borderd {
    border: var(--border-light)
}

.process-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .process-work {
        display: block;
        margin-bottom: 50px
    }
}

.process-work .thumbnail {
    border-radius: 30px;
    text-align: center
}

.process-work .thumbnail img {
    max-width: 200px;
    max-height: 200px
}

@media only screen and (max-width:991px) {
    .process-work .thumbnail {
        width: 300px
    }
}

@media only screen and (max-width:767px) {
    .process-work .thumbnail {
        width: 100%;
        margin-bottom: 30px
    }
}

.process-work .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px
}

@media only screen and (max-width:767px) {
    .process-work .content {
        margin-left: 0
    }
}

.process-work .content .subtitle {
    font-size: 20px;
    color: var(--color-rose);
    font-weight: 700;
    font-family: var(--font-primary);
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .process-work .content .subtitle {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.process-work .content .title {
    font-size: 40px
}

@media only screen and (max-width:767px) {
    .process-work .content .title {
        font-size: 32px
    }
}

.process-work .content p {
    color: #737387;
    width: 60%;
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .process-work .content p {
        width: 100%
    }
}

.process-work.content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.process-work.content-reverse .content {
    margin: 0 60px 0 0;
    padding-left: 300px
}

@media only screen and (max-width:1199px) {
    .process-work.content-reverse .content {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .process-work.content-reverse .content {
        margin: 0
    }
}

.process-work.content-reverse .content p {
    width: 100%
}

.project-grid {
    box-shadow: 0 55px 86px -35px #ecf2f6;
    border-radius: 30px;
    margin-bottom: 40px
}

.project-grid .thumbnail {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    position: relative;
}

.project-grid .thumbnail img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(.2, .96, .34, 1);
    transition: -webkit-transform 2s cubic-bezier(.2, .96, .34, 1);
    transition: transform 2s cubic-bezier(.2, .96, .34, 1);
    transition: transform 2s cubic-bezier(.2, .96, .34, 1), -webkit-transform 2s cubic-bezier(.2, .96, .34, 1)
}

.project-grid .content {
    background-color: var(--color-white);
    border-radius: 0 0 30px 30px;
    padding: 40px 50px
}

@media only screen and (max-width:1199px) {
    .project-grid .content {
        padding: 40px
    }
}

@media only screen and (max-width:767px) {
    .project-grid .content {
        padding: 30px
    }
}

.project-grid .content .title {
    letter-spacing: -.045em;
    margin-bottom: 10px
}

.project-grid .content .title a:hover {
    color: var(--color-link)
}

.project-grid:hover .thumbnail img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.project-grid.project-style-2 {
    box-shadow: none;
    position: relative;
    margin-bottom: 60px
}

.project-grid.project-style-2 .thumbnail {
    border-radius: 30px
}

.project-grid.project-style-2 .thumbnail img {
    border-radius: 30px
}

.project-grid.project-style-2 .content {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 50px
}

@media only screen and (max-width:991px) {
    .project-grid.project-style-2 .content {
        top: 30px;
        left: 30px
    }
}

.project-grid.project-style-2 .content .subtitle {
    font-size: 18px;
    margin-bottom: 15px
}

.more-project-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .more-project-btn {
        margin-top: 0
    }
}

.more-project-btn .axil-btn {
    padding: 24px 80px;
    color: var(--color-dark);
    display: block
}

.more-project-btn .axil-btn.btn-fill-primary {
    color: var(--color-white)
}

@media only screen and (max-width:767px) {
    .more-project-btn .axil-btn {
        padding: 18px 40px;
        font-size: 15px
    }
}

.project-add-banner {
    background-color: var(--color-peach);
    border-radius: 30px;
    padding: 50px 60px 50px 50px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .project-add-banner {
        padding: 40px 20px;
        margin-bottom: 100px
    }
}

@media only screen and (max-width:575px) {
    .project-add-banner {
        display: block
    }
}

.project-add-banner .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px
}

@media only screen and (max-width:575px) {
    .project-add-banner .content {
        padding-right: 0
    }
}

.project-add-banner .content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 15px
}

.project-add-banner .content .title {
    width: 80%;
    letter-spacing: -.045em;
    margin-bottom: 110px
}

@media only screen and (max-width:1199px) {
    .project-add-banner .content .title {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .project-add-banner .content .title {
        margin-bottom: 60px
    }
}

.project-add-banner .thumbnail {
    margin: -170px 0 -110px
}

@media only screen and (max-width:1199px) {
    .project-add-banner .thumbnail {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .project-add-banner .thumbnail {
        width: 30%
    }
}

@media only screen and (max-width:575px) {
    .project-add-banner .thumbnail {
        margin: 40px auto 0;
        width: 70%
    }
}

.isotope-project-btn {
    margin-bottom: 55px
}

.isotope-project-btn button {
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-body);
    font-family: var(--font-primary);
    margin-right: 100px;
    padding: 8px 0;
    position: relative
}

@media only screen and (max-width:575px) {
    .isotope-project-btn button {
        margin-right: 50px;
        font-size: 18px
    }
}

.isotope-project-btn button:focus-visible {
    outline: 0
}

.isotope-project-btn button:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.isotope-project-btn button.is-checked {
    color: var(--color-dark)
}

.isotope-project-btn button.is-checked:after {
    visibility: visible;
    opacity: 1
}

.isotope-project-btn button:last-child {
    margin-right: 0
}

.project-column-4 .project-grid .content {
    padding: 40px 30px
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transition: var(--transition)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .services-grid {
        padding: 50px 30px 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-grid {
        padding: 40px 15px
    }
}

@media only screen and (max-width:991px) {
    .services-grid {
        padding: 40px 25px
    }
}

.services-grid:after {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--gradient-dark);
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #27272e 64.45%, rgba(74, 75, 86, .72) 100%);
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px
}

@media only screen and (max-width:1199px) {
    .services-grid .thumbnail {
        max-width: 60px
    }
}

@media only screen and (max-width:991px) {
    .services-grid .thumbnail {
        width: 60px;
        margin-right: 15px
    }
}

.services-grid .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.services-grid .content .title a {
    color: var(--color-white)
}

.services-grid .content .title a:hover {
    color: var(--color-primary)
}

.services-grid .content p {
    color: var(--color-white);
    opacity: .5;
    letter-spacing: -.025em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-grid .content .more-btn {
    font-weight: 500;
    color: var(--color-white);
    position: relative;
    padding-left: 50px
}

.services-grid .content .more-btn:before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-grid.active:after,
.services-grid:hover:after {
    visibility: visible;
    opacity: 1
}

.services-grid.active .thumbnail::after,
.services-grid:hover .thumbnail::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.services-grid.active .content p,
.services-grid:hover .content p {
    color: var(--color-light);
    opacity: 1
}

.services-grid.active .content .more-btn,
.services-grid:hover .content .more-btn {
    color: var(--color-accent2)
}

.services-grid.active .content .more-btn:before,
.services-grid:hover .content .more-btn:before {
    background-color: var(--color-accent2)
}

.services-grid.service-style-2 {
    background: -webkit-linear-gradient(top, #f8f8f8 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #f8f8f8 0, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ecf2f6 0, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px
}

.services-grid.service-style-2:after {
    display: none
}

.services-grid.service-style-2 .content .title a {
    color: var(--color-text-dark)
}

.services-grid.service-style-2 .content .title a:hover {
    color: var(--color-primary)
}

.services-grid.service-style-2 .content p {
    color: var(--color-body);
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.services-grid.service-style-2 .content .more-btn {
    color: var(--color-body)
}

.services-grid.service-style-2 .content .more-btn:before {
    background-color: var(--color-body)
}

.services-grid.service-style-2.active,
.services-grid.service-style-2:hover {
    background-color: var(--color-light)
}

.services-grid.service-style-2.active .content .more-btn,
.services-grid.service-style-2:hover .content .more-btn {
    color: var(--color-primary)
}

.services-grid.service-style-2.active .content .more-btn:before,
.services-grid.service-style-2:hover .content .more-btn:before {
    background-color: var(--color-primary)
}

.team-grid {
    text-align: center;
    margin-bottom: 80px
}

.team-grid .thumbnail {
    margin-bottom: 30px;
    display: inline-block
}

.team-grid .thumbnail a {
    position: relative
}

.team-grid .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    border: 8px dashed var(--color-rose);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.team-grid .thumbnail a img {
    border-radius: 50%
}

.team-grid .content .title {
    color: var(--color-white);
    margin-bottom: 10px
}

.team-grid.active .thumbnail a:after,
.team-grid:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media only screen and (max-width:991px) {
    .why-choose-us {
        margin-bottom: 60px
    }
}

.why-choose-us .section-heading {
    margin-bottom: 50px
}

.why-choose-us .section-heading p {
    width: 100%
}

.why-choose-us .accordion-item {
    border: none;
    border-bottom: 1px solid var(--color-gray-2);
    background-color: transparent;
    border-radius: 0
}

.why-choose-us .accordion-item .accordion-button {
    font-size: 24px;
    color: var(--color-primary);
    background-color: transparent;
    box-shadow: none;
    padding: 20px 10px 20px 0
}

.why-choose-us .accordion-item .accordion-button i {
    margin-right: 20px
}

.why-choose-us .accordion-item .accordion-button:after {
    display: none
}

.why-choose-us .accordion-item .accordion-button.collapsed {
    color: var(--color-body)
}

.why-choose-us .accordion-item .accordion-body {
    padding: 0 0 18px 0
}

.why-choose-us .why-choose-thumb {
    position: relative;
    z-index: 1
}

.why-choose-us .why-choose-thumb img {
    border-radius: 30px
}

.privacy-policy-area .section-title {
    margin-bottom: 60px
}

.privacy-policy-area .section-title .title {
    border-bottom: 3px solid var(--color-primary);
    padding-bottom: 15px
}

.privacy-policy-area h4 {
    margin-bottom: 20px
}

.privacy-policy-area p {
    line-height: 1.7
}

.privacy-policy-area ul {
    padding-left: 20px;
    margin-bottom: 40px
}

.privacy-policy-area ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.privacy-policy-area ul li:hover {
    color: var(--color-primary)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.support-box {
    height: 100%;
    padding-bottom: 30px
}

.support-box a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    border: var(--border-light);
    border-radius: 30px;
    overflow: hidden
}

.support-box .inner {
    height: 100%;
    padding: 30px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.support-box .heading .icon {
    text-align: center;
    height: 62px;
    width: 62px;
    line-height: 60px;
    background-color: var(--color-light);
    border-radius: 50%;
    margin-left: 20px
}

.support-box .heading .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -.045em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box p {
    color: var(--color-body);
    margin-bottom: 16px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box .item-btn {
    text-align: center;
    height: 46px;
    width: 68px;
    line-height: 46px;
    font-size: 26px;
    border-radius: 100px;
    color: var(--color-white);
    border: none;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box .shape-group li {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: -1
}

.support-box.active a,
.support-box:hover a {
    box-shadow: 0 50px 50px -24px rgba(153, 161, 170, .3)
}

.support-box.active .inner .item-btn,
.support-box:hover .inner .item-btn {
    background-color: var(--color-primary)
}

.project-grid .modal-thumb {
    display: none
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.axil-header {
    position: relative;
    z-index: 4
}

.axil-header .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.axil-header .header-navbar .header-logo a {
    display: block
}

.axil-header .header-navbar .header-logo .dark-version-logo {
    display: none
}

.axil-header .header-navbar .header-logo .sticky-logo {
    display: none
}

@media only screen and (max-width:991px) {
    .axil-header .header-navbar .header-logo img {
        width: 150px
    }
}

.axil-header .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px
}

@media only screen and (max-width:1199px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0 30px
    }
}

@media only screen and (max-width:991px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0
    }
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block
}

.axil-header.header-style-2 .axil-mainmenu {
    padding: 50px 80px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px
    }
}

@media only screen and (max-width:1199px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px
    }
}

@media only screen and (max-width:575px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 30px 0
    }
}

.axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px 80px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px
    }
}

@media only screen and (max-width:1199px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px
    }
}

@media only screen and (max-width:575px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px 0
    }
}

.axil-header.header-style-2 .axil-mainmenu .mainmenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block
}

.axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-light)
}

@media only screen and (max-width:1299px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0 15px
    }
}

@media only screen and (max-width:991px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .axil-header.header-style-4 .mainmenu-nav {
        background-color: var(--color-dark)
    }
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--color-dark)
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--color-light)
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary)
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a.active {
    color: var(--color-primary)
}

.axil-header.header-style-4 .mobile-nav-header {
    border-color: var(--color-gray-4)
}

.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .light-mode {
    display: none
}

.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: block
}

.axil-header.header-style-4 .mobile-nav-header .mobile-menu-close {
    background-color: var(--color-white);
    color: var(--color-black);
    border: none
}

.axil-header.header-style-4 .axil-mainmenu.axil-sticky {
    background-color: var(--color-dark)
}

@media only screen and (max-width:1199px) {
    .axil-header.header-style-4 .mainmenu li {
        margin: 0 10px
    }
}

@media only screen and (max-width:991px) {
    .axil-header.header-style-4 .mainmenu li {
        border-color: var(--color-gray-4)
    }
}

.axil-header.header-style-4 .mainmenu li a {
    color: var(--color-light)
}

.axil-header.header-style-4 .mainmenu li a::before {
    background-color: var(--color-white)
}

.axil-header.header-style-4 .mainmenu li a::after {
    color: var(--color-gray-4)
}

.axil-header.header-style-4 .header-action .header-btn .axil-btn {
    display: block
}

.axil-mainmenu {
    padding: 50px 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .axil-mainmenu {
        padding: 35px 0
    }
}

@media only screen and (max-width:1199px) {
    .axil-mainmenu {
        padding: 30px 0
    }
}

.axil-mainmenu.axil-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding: 15px 0;
    -webkit-animation: headerSlideDown .8s ease forwards;
    animation: headerSlideDown .8s ease forwards
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body)
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white)
}

.axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
    color: var(--color-dark)
}

.axil-mainmenu.axil-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary)
}

.mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0
}

.mainmenu>li {
    margin: 0 24px
}

@media only screen and (max-width:1199px) {
    .mainmenu>li {
        margin: 0 12px
    }
}

.mainmenu>li>a {
    color: var(--color-body);
    font-weight: 500;
    font-size: var(--font-body-2);
    font-family: var(--font-primary);
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.mainmenu>li>a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.mainmenu>li>a:hover {
    color: var(--color-primary)
}

.mainmenu>li>a:hover::before {
    opacity: 1;
    width: 100%
}

.mainmenu>li>a.active {
    color: var(--color-primary)
}

.mainmenu>li>a.active::before {
    width: 100%;
    opacity: 1
}

.mainmenu>.menu-item-has-children {
    position: relative
}

.mainmenu>.menu-item-has-children>a {
    position: relative;
    margin-right: 20px
}

.mainmenu>.menu-item-has-children>a::after {
    content: "\f107";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px
}

.mainmenu>.menu-item-has-children .axil-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, .15)
}

.mainmenu>.menu-item-has-children .axil-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.mainmenu>.menu-item-has-children .axil-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.mainmenu>.menu-item-has-children .axil-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary)
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover::after {
    width: 100%
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active {
    color: var(--color-primary)
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active::after {
    width: 100%
}

.mainmenu>.menu-item-has-children:hover .axil-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(1n) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(2n) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(3n) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(4n) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(5n) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(6n) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(7n) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(8n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(9n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(10n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(11n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(12n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.header-action>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-action>ul>li {
    margin-right: 30px
}

.header-action>ul>li:last-child {
    margin-right: 0
}

.header-action .sidemenu-btn {
    margin-right: 0
}

.header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:991px) {
    .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px
    }
}

.header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px
}

.header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none
}

.header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0
}

.header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px
}

.header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body)
}

.header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white)
}

@media only screen and (max-width:575px) {
    .header-action .header-social-link {
        display: none
    }
}

.header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.header-action .social-icon-list li {
    margin: 15px
}

.header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body)
}

@media only screen and (max-width:991px) {
    .header-action .social-icon-list li a {
        color: var(--color-dark)
    }
}

.header-action .social-icon-list li a:hover {
    color: var(--color-primary)
}

.header-action .header-btn {
    margin-right: 0
}

@media only screen and (max-width:1399px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 25px
    }
}

@media only screen and (max-width:991px) {
    .header-action .header-btn {
        margin-right: 30px
    }
}

@media only screen and (max-width:575px) {
    .header-action .header-btn {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .header-action .mobile-menu-btn {
        display: none
    }
}

.header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px
}

.header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center
}

@media only screen and (max-width:767px) {
    .header-action .my_switcher {
        margin-left: 15px
    }
}

.header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all .8s cubic-bezier(.77, .2, .05, 1);
    transition: all .8s cubic-bezier(.77, .2, .05, 1)
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu {
        width: 70vw
    }
}

.header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px
    }
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:991px) {
    .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--color-primary);
    opacity: 1
}

.header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none
}

.header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px
    }
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 30px
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -25px
}

@media only screen and (max-width:991px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 20px 0
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 500
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--color-primary)
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--color-primary)
}

.header-offcanvasmenu .offcanvas-body .contact-inner .title {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .title {
        font-size: 16px
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark)
}

.mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog)
}

@media only screen and (min-width:992px) {
    .mobile-nav-header {
        display: none
    }
}

.mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1
}

.mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none
}

.mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1
}

.mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

@media only screen and (max-width:991px) {
    .axil-mainmenu.axil-sticky {
        -webkit-animation: none;
        animation: none
    }

    .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all .8s cubic-bezier(.77, .2, .05, 1);
        transition: all .8s cubic-bezier(.77, .2, .05, 1);
        z-index: 1050
    }

    .mainmenu-nav .mainmenu {
        display: block;
        height: 100%;
        overflow: auto
    }

    .mainmenu-nav .mainmenu>li {
        border-bottom: 1px solid var(--color-fog)
    }

    .mainmenu-nav .mainmenu>li>a {
        height: 50px;
        line-height: 50px
    }

    .mainmenu-nav .mainmenu>li>a::before {
        display: none
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        padding: 7px 10px
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a::after {
        display: none
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0
    }

    30% {
        margin-top: -10px;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0
    }

    30% {
        margin-top: -10px;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

.footer-area {
    padding-top: 10px
}

.footer-top {
    padding-bottom: 70px
}

@media only screen and (max-width:991px) {
    .footer-top {
        padding-bottom: 50px
    }
}

.footer-social-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px
}

.footer-social-link ul li a {
    color: var(--color-gray-3);
    font-size: 30px;
    padding: 5px
}

@media only screen and (max-width:991px) {
    .footer-social-link ul li a {
        font-size: 20px
    }
}

.footer-social-link ul li a:hover {
    color: var(--color-link)
}

.footer-widget {
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .footer-widget {
        margin-bottom: 50px
    }
}

.footer-widget .widget-title {
    font-weight: 700
}

.footer-widget.border-end {
    border-right-color: var(--color-ghost) !important;
    padding-right: 80px;
    margin-right: 40px
}

@media only screen and (max-width:1199px) {
    .footer-widget.border-end {
        border: none !important;
        padding-right: 0;
        margin-right: 0
    }
}

.footer-newsletter .title {
    margin-bottom: 20px;
    letter-spacing: -.045em
}

.footer-menu-link ul {
    margin: -8px 0
}

.footer-menu-link li a {
    color: var(--color-body);
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5
}

@media only screen and (max-width:991px) {
    .footer-menu-link li a {
        font-size: 16px
    }
}

.footer-menu-link li a:hover {
    color: var(--color-link)
}

.footer-bottom {
    border-top: 1px solid var(--color-ghost);
    padding: 25px 0
}

@media only screen and (max-width:767px) {
    .footer-copyright {
        text-align: center;
        margin-bottom: 10px
    }
}

.footer-copyright .copyright-text {
    color: var(--color-gray-1)
}

.footer-copyright .copyright-text a {
    color: var(--color-gray-1)
}

.footer-copyright .copyright-text a:hover {
    color: var(--color-primary)
}

.footer-bottom-link {
    text-align: right
}

@media only screen and (max-width:767px) {
    .footer-bottom-link {
        text-align: center
    }
}

.footer-bottom-link ul {
    margin: 0 -20px
}

.footer-bottom-link ul li {
    padding: 0 20px;
    display: inline-block;
    position: relative
}

.footer-bottom-link ul li::after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: var(--color-gray-4);
    border-radius: 50%;
    position: absolute;
    top: 53%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-bottom-link ul li:last-child::after {
    display: none
}

.footer-bottom-link ul li a {
    color: var(--color-gray-1)
}

.footer-bottom-link ul li a:hover {
    color: var(--color-link)
}

.footer-dark {
    background-color: var(--color-dark);
    padding-top: 0
}

.footer-dark .footer-bottom {
    border-top-color: var(--color-body)
}

.footer-dark .footer-copyright .copyright-text {
    color: var(--color-gray-2)
}

.footer-dark .footer-copyright .copyright-text a {
    color: var(--color-gray-2)
}

.footer-dark .footer-copyright .copyright-text a:hover {
    color: var(--color-white)
}

.footer-dark .footer-bottom-link ul li a {
    color: var(--color-gray-2)
}

.footer-dark .footer-bottom-link ul li a:hover {
    color: var(--color-primary)
}

.footer-dark .footer-bottom-link ul li:after {
    background-color: var(--color-gray-2)
}

.active-dark-mode {
    color-scheme: dark;
    --dark-main-body: #212121;
    --dark-bg-color: var(--color-dark);
    --dark-body-text: #D3D3D4;
    --dark-title-light: #D3D3D4;
    --dark-solid-btn: var(--color-ghost);
    --dark-border-gray: var(--color-body)
}

.active-dark-mode body {
    color: var(--dark-body-text)
}

.active-dark-mode p {
    color: var(--dark-body-text)
}

.active-dark-mode h1,
.active-dark-mode h2,
.active-dark-mode h3,
.active-dark-mode h4,
.active-dark-mode h5,
.active-dark-mode h6 {
    color: var(--dark-title-light)
}

.active-dark-mode ul li {
    color: var(--dark-body-text)
}

.active-dark-mode .form-group label {
    color: var(--dark-body-text)
}

.active-dark-mode .form-control,
.active-dark-mode input {
    color: var(--dark-body-text);
    border-color: var(--dark-border-gray)
}

.active-dark-mode .form-control:focus,
.active-dark-mode input:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: #171717
}

.active-dark-mode .form-control::-webkit-input-placeholder,
.active-dark-mode input::-webkit-input-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control::-moz-placeholder,
.active-dark-mode input::-moz-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control:-ms-input-placeholder,
.active-dark-mode input:-ms-input-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control::-ms-input-placeholder,
.active-dark-mode input::-ms-input-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control::placeholder,
.active-dark-mode input::placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control:-ms-input-placeholder,
.active-dark-mode input:-ms-input-placeholder {
    color: var(--dark-body-text)
}

.active-dark-mode .form-control::-ms-input-placeholder,
.active-dark-mode input::-ms-input-placeholder {
    color: var(--dark-body-text)
}

.active-dark-mode .input-group {
    background-color: #171717;
    box-shadow: none
}

.active-dark-mode .input-group::before {
    content: url(/assets/media/icon/message-light.png)
}

@media only screen and (max-width:479px) {
    .active-dark-mode .input-group {
        background-color: transparent
    }

    .active-dark-mode .input-group .form-control:focus {
        background-color: transparent;
        border-color: var(--dark-border-gray)
    }
}

.active-dark-mode .bg-color-light {
    background-color: var(--color-text-dark)
}

.active-dark-mode .bg-color-mercury {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .main-wrapper {
    background-color: var(--dark-main-body)
}

.active-dark-mode .axil-btn.btn-borderd {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden
}

.active-dark-mode .axil-btn.btn-borderd::after {
    content: "";
    height: 350px;
    width: 350px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.active-dark-mode .axil-btn.btn-borderd:hover {
    border-color: var(--color-link)
}

.active-dark-mode .axil-btn.btn-borderd:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.active-dark-mode .axil-btn.btn-fill-white {
    background-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden
}

.active-dark-mode .axil-btn.btn-fill-white::after {
    content: "";
    height: 350px;
    width: 350px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.active-dark-mode .axil-btn.btn-fill-white:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.active-dark-mode .shape-group-1 .shape img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2)
}

.active-dark-mode .shape-group-3 .shape:not(.shape-3) img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-4 .shape-1 img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2)
}

.active-dark-mode .shape-group-6 .shape img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-7 .shape img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2)
}

.active-dark-mode .shape-group-8 .shape-1 img,
.active-dark-mode .shape-group-8 .shape-2 img,
.active-dark-mode .shape-group-8 .shape-3 img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-9 .shape img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.active-dark-mode .shape-group-11 .shape img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.active-dark-mode .shape-group-12 .shape-3 img {
    opacity: .3
}

.active-dark-mode .shape-group-13 .shape-1 img {
    -webkit-filter: brightness(.1);
    filter: brightness(.1)
}

.active-dark-mode .shape-group-13 .shape-2 img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-17 .shape img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-19 .shape {
    opacity: .2
}

.active-dark-mode .shape-group-20 .shape-1 {
    opacity: .2
}

.active-dark-mode .shape-group-20 .shape-2 {
    opacity: .2
}

.active-dark-mode .shape-group-21 .shape-1 img {
    -webkit-filter: brightness(.1);
    filter: brightness(.1)
}

.active-dark-mode .shape-group-21 .shape-2 img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .mainmenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .mainmenu li a::before {
    background-color: var(--dark-body-text)
}

.active-dark-mode .mainmenu li a:hover {
    color: var(--dark-title-light)
}

.active-dark-mode .mainmenu .menu-item-has-children a::after {
    color: var(--dark-body-text)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a::after {
    background-color: var(--dark-title-light)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a:hover {
    color: var(--dark-title-light)
}

.active-dark-mode .axil-mainmenu.axil-sticky {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
    color: var(--color-white)
}

.active-dark-mode .axil-header .header-navbar .header-logo .light-version-logo {
    display: none
}

.active-dark-mode .axil-header .header-navbar .header-logo .dark-version-logo {
    display: block
}

.active-dark-mode .axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: none
}

.active-dark-mode .axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: none
}

.active-dark-mode .axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: #464646
}

.active-dark-mode .axil-header.header-style-3 .header-action .social-icon-list li a {
    color: var(--dark-body-text)
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a::after {
    color: var(--dark-body-text)
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .header-offcanvasmenu {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-header .btn-close {
    background-color: var(--dark-body-text);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--dark-title-light)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--color-white)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .title {
    color: var(--dark-title-light)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--dark-body-text)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a:hover {
    color: var(--color-white)
}

.active-dark-mode .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body)
}

.active-dark-mode .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--dark-title-light)
}

.active-dark-mode .mobile-nav-header {
    border-bottom-color: var(--dark-border-gray)
}

.active-dark-mode .mobile-nav-header .mobile-menu-close {
    background-color: var(--color-white);
    color: var(--dark-bg-color);
    border: none
}

.active-dark-mode .mobile-nav-header .mobile-nav-logo .light-mode {
    display: none
}

.active-dark-mode .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: block
}

@media only screen and (max-width:991px) {
    .active-dark-mode .mainmenu-nav {
        background-color: var(--dark-bg-color)
    }

    .active-dark-mode .mainmenu-nav .mainmenu>li {
        border-bottom-color: var(--dark-border-gray)
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        background-color: transparent
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        color: var(--dark-body-text)
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
        color: var(--color-primary)
    }
}

.active-dark-mode .banner .banner-content .title {
    color: var(--dark-title-light)
}

.active-dark-mode .banner .banner-content .subtitle {
    color: var(--dark-body-text)
}

.active-dark-mode .banner .banner-content .axil-btn {
    box-shadow: none
}

.active-dark-mode .banner .banner-social .social-icon li a {
    color: var(--dark-body-text)
}

.active-dark-mode .banner .banner-social .social-icon li a i {
    color: var(--dark-body-text)
}

.active-dark-mode .banner.banner-style-2 {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .banner.banner-style-4 {
    background: var(--dark-main-body)
}

.active-dark-mode .banner.banner-style-5 .banner-content .axil-btn {
    color: var(--dark-solid-btn)
}

.active-dark-mode .section-heading .title {
    color: var(--dark-title-light)
}

.active-dark-mode .section-heading p {
    color: var(--dark-body-text)
}

.active-dark-mode .heading-light-left p {
    opacity: 1 !important
}

.active-dark-mode .breadcrum-area {
    background: var(--dark-bg-color)
}

.active-dark-mode .isotope-project-btn button {
    color: var(--dark-body-text)
}

.active-dark-mode .isotope-project-btn button::after {
    background-color: var(--dark-body-text)
}

.active-dark-mode .project-add-banner .content .title {
    color: var(--color-dark)
}

.active-dark-mode .project-grid {
    box-shadow: none
}

.active-dark-mode .project-grid .content {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .project-grid .content .subtitle {
    color: var(--dark-body-text)
}

.active-dark-mode .project-grid.project-style-2 .content {
    background-color: transparent
}

.active-dark-mode .project-grid.project-style-2 .content .subtitle {
    color: var(--color-body)
}

.active-dark-mode .project-grid.project-style-2 .content .title {
    color: var(--color-text-dark)
}

.active-dark-mode .process-work .content p {
    color: var(--dark-body-text)
}

.active-dark-mode .services-grid .content .title a {
    color: inherit
}

.active-dark-mode .services-grid .content .title a:hover {
    color: var(--color-primary)
}

.active-dark-mode .services-grid .content p {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .services-grid .content .more-btn {
    color: var(--dark-solid-btn)
}

.active-dark-mode .services-grid.active .content .more-btn,
.active-dark-mode .services-grid:hover .content .more-btn {
    color: var(--color-accent2)
}

.active-dark-mode .services-grid.service-style-2 {
    background: var(--dark-bg-color)
}

.active-dark-mode .services-grid.service-style-2 .content .title a {
    color: var(--dark-title-light)
}

.active-dark-mode .services-grid.service-style-2 .content p {
    color: var(--dark-body-text)
}

.active-dark-mode .services-grid.service-style-2 .content .more-btn {
    color: var(--dark-solid-btn)
}

.active-dark-mode .services-grid.service-style-2.active .content .more-btn,
.active-dark-mode .services-grid.service-style-2:hover .content .more-btn {
    color: var(--color-primary)
}

.active-dark-mode .contact-form-box {
    background-color: var(--dark-main-body)
}

.active-dark-mode .contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(0, 0, 0, .25)
}

.active-dark-mode .contact-address .address p {
    color: var(--dark-body-text)
}

.active-dark-mode .contact-address .address p a {
    color: var(--dark-body-text)
}

.active-dark-mode .pricing-table {
    background-color: var(--dark-main-body)
}

.active-dark-mode .pricing-table .pricing-header .subtitle {
    color: var(--dark-body-text)
}

.active-dark-mode .pricing-table .pricing-header .price-wrap {
    border-color: rgba(227, 230, 233, .2)
}

.active-dark-mode .pricing-table .pricing-header .price-wrap .amount {
    color: var(--dark-body-text)
}

.active-dark-mode .pricing-table.active .pricing-header .price-wrap,
.active-dark-mode .pricing-table:hover .pricing-header .price-wrap {
    border-color: rgba(227, 230, 233, .4)
}

.active-dark-mode .pricing-table.active .pricing-header .price-wrap .amount,
.active-dark-mode .pricing-table:hover .pricing-header .price-wrap .amount {
    color: var(--color-white)
}

.active-dark-mode .pricing-table.active .pricing-header .axil-btn,
.active-dark-mode .pricing-table:hover .pricing-header .axil-btn {
    background-color: var(--color-primary);
    border-color: var(--color-link);
    color: var(--color-white)
}

.active-dark-mode .pricing-table.active .pricing-header .axil-btn:after,
.active-dark-mode .pricing-table:hover .pricing-header .axil-btn:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.active-dark-mode .pricing-table.pricing-borderd {
    border-color: var(--dark-border-gray)
}

.active-dark-mode .why-choose-us .accordion-item {
    border-bottom-color: var(--dark-border-gray)
}

.active-dark-mode .why-choose-us .accordion-item .accordion-button.collapsed {
    color: var(--dark-body-text)
}

.active-dark-mode .why-choose-us .accordion-item .accordion-body {
    color: var(--dark-body-text)
}

.active-dark-mode .faq-accordion .accordion-item {
    background-color: var(--dark-main-body);
    box-shadow: none
}

.active-dark-mode .faq-accordion .accordion-button {
    background-color: transparent
}

.active-dark-mode .faq-accordion .accordion-button.collapsed {
    color: var(--dark-body-text)
}

.active-dark-mode .faq-accordion .accordion-button.collapsed::after {
    color: var(--dark-body-text)
}

.active-dark-mode .faq-accordion .accordion-body p {
    color: var(--dark-body-text)
}

.active-dark-mode .counterup-progress .title {
    color: var(--dark-title-light)
}

.active-dark-mode .counterup-progress.counterup-style-2 {
    background: var(--dark-bg-color)
}

.active-dark-mode .counterup-progress.counterup-style-2 .icon .light-icon {
    display: inline-block
}

.active-dark-mode .counterup-progress.counterup-style-2 .icon .dark-icon {
    display: none
}

.active-dark-mode .counterup-progress.counterup-style-2 .title {
    color: var(--dark-title-light)
}

.active-dark-mode .call-to-action-area {
    border: var(--dark-border-gray)
}

.active-dark-mode .call-to-action-area::before {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .call-to-action-area .call-to-action {
    border-color: var(--dark-border-gray)
}

.active-dark-mode .footer-social-link ul li a {
    color: var(--dark-body-text);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.active-dark-mode .footer-social-link ul li a:hover {
    color: var(--color-primary)
}

.active-dark-mode .footer-widget.border-end {
    border-right-color: var(--dark-border-gray) !important
}

.active-dark-mode .footer-menu-link li a {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-menu-link li a:hover {
    color: var(--color-primary)
}

.active-dark-mode .footer-bottom {
    border-top-color: var(--dark-border-gray)
}

.active-dark-mode .footer-bottom-link ul li a {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-bottom-link ul li a:hover {
    color: var(--color-white)
}

.active-dark-mode .footer-bottom-link ul li::after {
    background-color: var(--dark-body-text)
}

.active-dark-mode .footer-copyright .copyright-text {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-copyright .copyright-text a {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-copyright .copyright-text a:hover {
    color: var(--color-white)
}

.active-dark-mode .support-box a {
    background-color: var(--dark-main-body);
    border-color: var(--dark-main-body)
}

.active-dark-mode .support-box.active a,
.active-dark-mode .support-box:hover a {
    box-shadow: 0 50px 50px -24px rgba(1, 1, 1, .3)
}

.section-padding {
    padding: 140px 0 110px
}

.section-padding-top
{
    padding: 140px 0 30px
}

.svgWrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.svgWrap svg{
    height: 100%;
}

.thumbnail img{
    width: 100%;
}

.active-dark-mode .portfolioLink{
    color: var(--dark-body-text);
}

@media only screen and (max-width:1199px) {
    .section-padding {
        padding: 100px 0 70px
    }
}

@media only screen and (max-width:991px) {
    .section-padding {
        padding: 80px 0 50px
    }
}

@media only screen and (max-width:767px) {
    .section-padding {
        padding: 60px 0 30px
    }
}

.section-padding-2 {
    padding: 140px 0 100px
}

@media only screen and (max-width:1199px) {
    .section-padding-2 {
        padding: 100px 0 60px
    }
}

@media only screen and (max-width:991px) {
    .section-padding-2 {
        padding: 80px 0 40px
    }
}

@media only screen and (max-width:767px) {
    .section-padding-2 {
        padding: 60px 0 20px
    }
}

.section-padding-equal {
    padding: 140px 0
}

@media only screen and (max-width:1199px) {
    .section-padding-equal {
        padding: 100px 0
    }
}

@media only screen and (max-width:991px) {
    .section-padding-equal {
        padding: 80px 0
    }
}

@media only screen and (max-width:767px) {
    .section-padding-equal {
        padding: 60px 0
    }
}

.mt--200 {
    margin-top: 200px
}

.mt--150 {
    margin-top: 150px
}

.mt--100 {
    margin-top: 100px
}

.mt--90 {
    margin-top: 90px
}

.mt--80 {
    margin-top: 80px
}

.mt--20 {
    margin-top: 20px !important
}

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

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

.mb--80 {
    margin-bottom: 80px !important
}

.mb--50 {
    margin-bottom: 50px !important
}

.mb--40 {
    margin-bottom: 40px !important
}

.mb--30 {
    margin-bottom: 30px !important
}

.mb--20 {
    margin-bottom: 20px !important
}

.pt--250 {
    padding-top: 250px
}

.pt--200 {
    padding-top: 200px
}

.pt--150 {
    padding-top: 150px
}

.pb--90 {
    padding-bottom: 90px
}

.pb--80 {
    padding-bottom: 80px
}

.pb--70 {
    padding-bottom: 70px
}

@media only screen and (max-width:1199px) {
    .pt_lg--200 {
        padding-top: 200px
    }

    .pt_lg--100 {
        padding-top: 100px
    }

    .pb_lg--40 {
        padding-bottom: 40px
    }

    .pb_lg--20 {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:991px) {
    .mb_md--70 {
        margin-bottom: 70px
    }

    .mb_md--30 {
        margin-bottom: 30px
    }

    .pt_md--100 {
        padding-top: 100px
    }

    .pt_md--80 {
        padding-top: 80px
    }

    .pb_md--70 {
        padding-bottom: 70px
    }

    .pb_md--20 {
        padding-bottom: 20px
    }

    .mt_md--0 {
        margin-top: 0
    }

    .mb_md--0 {
        margin-bottom: 0
    }

    .pb_md--0 {
        padding-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .pt_sm--80 {
        padding-top: 80px
    }

    .pt_sm--60 {
        padding-top: 60px
    }

    .pb_sm--0 {
        padding-bottom: 0
    }
}

.footer-newsletter h2 {
    font-size: 32px
}

.heading-light-left .title.w100 {
    width: 100%
}

.brand-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px
}

.brand-grid-image {
    width: 74px;
    height: 74px
}

.brand-grid-title {
    font-weight: 700;
    margin-top: 18px;
    font-size: 20px;
    transition: .5s;
    text-align: center;
    color: var(--color-white);
    opacity: .6
}

.brand-grid:hover .brand-grid-title {
    color: var(--color-white);
    transition: .5s;
    opacity: 1
}

@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QIFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4SYFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4ToFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QoFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4Q4FqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QIFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4SYFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4ToFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QoFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4Q4FqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QIFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4SYFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4ToFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QoFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4Q4FqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QIFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4SYFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4ToFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QoFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4Q4FqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QIFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4SYFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4ToFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4QoFqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4Q4FqL_KWxWMT.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-display: swap;
    font-family: Comfortaa;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/comfortaa/v40/1Ptsg8LJRfWJmhDAuUs4TYFqL_KWxQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ul {
    padding-left: 2rem
}

dl,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

[hidden] {
    display: none !important
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-1 {
    --bs-gutter-x: 0.25rem
}

.g-1 {
    --bs-gutter-y: 0.25rem
}

.g-2 {
    --bs-gutter-x: 0.5rem
}

.g-2 {
    --bs-gutter-y: 0.5rem
}

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn:disabled {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-primary.active:focus,
.btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.active,
.btn-secondary:active {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-secondary.active:focus,
.btn-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.active,
.btn-success:active {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-success.active:focus,
.btn-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.active,
.btn-info:active {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-info.active:focus,
.btn-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.active,
.btn-light:active {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-light.active:focus,
.btn-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.active,
.btn-dark:active {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-dark.active:focus,
.btn-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark:disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.collapse:not(.show) {
    display: none
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-fill .nav-item .nav-link {
    width: 100%
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.show) {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.align-top {
    vertical-align: top !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-relative {
    position: relative !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-wrap {
    white-space: normal !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

@media (min-width:576px) {
    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-500px:before {
    content: "\f26e"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-analytics:before {
    content: "\f643"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-bottom:before {
    content: "\f84d"
}

.fa-border-center-h:before {
    content: "\f89c"
}

.fa-border-center-v:before {
    content: "\f89d"
}

.fa-border-inner:before {
    content: "\f84e"
}

.fa-border-left:before {
    content: "\f84f"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-right:before {
    content: "\f852"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-border-style-alt:before {
    content: "\f854"
}

.fa-border-top:before {
    content: "\f855"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-code:before {
    content: "\f121"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-edge:before {
    content: "\f282"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-figma:before {
    content: "\f799"
}

.fa-fill:before {
    content: "\f575"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-function:before {
    content: "\f661"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-h4:before {
    content: "\f86a"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-line-height:before {
    content: "\f871"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-moon:before {
    content: "\f186"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-php:before {
    content: "\f457"
}

.fa-pi:before {
    content: "\f67e"
}

.fa-pie:before {
    content: "\f705"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-ram:before {
    content: "\f70a"
}

.fa-react:before {
    content: "\f41b"
}

.fa-safari:before {
    content: "\f267"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-text:before {
    content: "\f893"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-wordpress:before {
    content: "\f19a"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/css/fonts/fa-brands-400.eot);
    src: url(/assets/css/fonts/fa-brands-400.eot%3F) format("embedded-opentype"), url(/assets/css/fonts/fa-brands-400.woff2) format("woff2"), url(fonts/fa-brands-400.woff) format("woff"), url(/assets/css/fonts/fa-brands-400.ttf) format("truetype"), url(/assets/css/fonts/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    src: url(/assets/css/fonts/fa-duotone-900.eot);
    src: url(/assets/css/fonts/fa-duotone-900.eot%3F) format("embedded-opentype"), url(/assets/css/fonts/fa-duotone-900.woff2) format("woff2"), url(fonts/fa-duotone-900.woff) format("woff"), url(/assets/css/fonts/fa-duotone-900.ttf) format("truetype"), url(/assets/css/fonts/fa-duotone-900.svg) format("svg")
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    src: url(/assets/css/fonts/fa-light-300.eot);
    src: url(/assets/css/fonts/fa-light-300.eot%3F) format("embedded-opentype"), url(/assets/css/fonts/fa-light-300.woff2) format("woff2"), url(fonts/fa-light-300.woff) format("woff"), url(/assets/css/fonts/fa-light-300.ttf) format("truetype"), url(/assets/css/fonts/fa-light-300.svg) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    src: url(/assets/css/fonts/fa-regular-400.eot);
    src: url(/assets/css/fonts/fa-regular-400.eot%3F) format("embedded-opentype"), url(/assets/css/fonts/fa-regular-400.woff2) format("woff2"), url(fonts/fa-regular-400.woff) format("woff"), url(/assets/css/fonts/fa-regular-400.ttf) format("truetype"), url(/assets/css/fonts/fa-regular-400.svg) format("svg")
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    src: url(/assets/css/fonts/fa-solid-900.eot);
    src: url(/assets/css/fonts/fa-solid-900.eot%3F) format("embedded-opentype"), url(/assets/css/fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(/assets/css/fonts/fa-solid-900.ttf) format("truetype"), url(/assets/css/fonts/fa-solid-900.svg) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

@font-face {
    font-display: swap;
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/assets/css/fonts/slick.eot);
    src: url(/assets/css/fonts/slick.eot%3F) format('embedded-opentype'), url(data:application/x-font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(/assets/css/fonts/slick.ttf) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==) format('svg')
}

[data-sal] {
    transition-duration: .2s;
    transition-duration: var(--sal-duration, .2s);
    transition-delay: 0s;
    transition-delay: var(--sal-delay, 0s);
    transition-timing-function: ease;
    transition-timing-function: var(--sal-easing, ease)
}

[data-sal][data-sal-duration="200"] {
    transition-duration: .2s
}

[data-sal][data-sal-duration="250"] {
    transition-duration: .25s
}

[data-sal][data-sal-duration="300"] {
    transition-duration: .3s
}

[data-sal][data-sal-duration="350"] {
    transition-duration: .35s
}

[data-sal][data-sal-duration="400"] {
    transition-duration: .4s
}

[data-sal][data-sal-duration="450"] {
    transition-duration: .45s
}

[data-sal][data-sal-duration="500"] {
    transition-duration: .5s
}

[data-sal][data-sal-duration="550"] {
    transition-duration: .55s
}

[data-sal][data-sal-duration="600"] {
    transition-duration: .6s
}

[data-sal][data-sal-duration="650"] {
    transition-duration: .65s
}

[data-sal][data-sal-duration="700"] {
    transition-duration: .7s
}

[data-sal][data-sal-duration="750"] {
    transition-duration: .75s
}

[data-sal][data-sal-duration="800"] {
    transition-duration: .8s
}

[data-sal][data-sal-duration="850"] {
    transition-duration: .85s
}

[data-sal][data-sal-duration="900"] {
    transition-duration: .9s
}

[data-sal][data-sal-duration="950"] {
    transition-duration: .95s
}

[data-sal][data-sal-duration="1000"] {
    transition-duration: 1s
}

[data-sal][data-sal-duration="1050"] {
    transition-duration: 1.05s
}

[data-sal][data-sal-duration="1100"] {
    transition-duration: 1.1s
}

[data-sal][data-sal-duration="1150"] {
    transition-duration: 1.15s
}

[data-sal][data-sal-duration="1200"] {
    transition-duration: 1.2s
}

[data-sal][data-sal-duration="1250"] {
    transition-duration: 1.25s
}

[data-sal][data-sal-duration="1300"] {
    transition-duration: 1.3s
}

[data-sal][data-sal-duration="1350"] {
    transition-duration: 1.35s
}

[data-sal][data-sal-duration="1400"] {
    transition-duration: 1.4s
}

[data-sal][data-sal-duration="1450"] {
    transition-duration: 1.45s
}

[data-sal][data-sal-duration="1500"] {
    transition-duration: 1.5s
}

[data-sal][data-sal-duration="1550"] {
    transition-duration: 1.55s
}

[data-sal][data-sal-duration="1600"] {
    transition-duration: 1.6s
}

[data-sal][data-sal-duration="1650"] {
    transition-duration: 1.65s
}

[data-sal][data-sal-duration="1700"] {
    transition-duration: 1.7s
}

[data-sal][data-sal-duration="1750"] {
    transition-duration: 1.75s
}

[data-sal][data-sal-duration="1800"] {
    transition-duration: 1.8s
}

[data-sal][data-sal-duration="1850"] {
    transition-duration: 1.85s
}

[data-sal][data-sal-duration="1900"] {
    transition-duration: 1.9s
}

[data-sal][data-sal-duration="1950"] {
    transition-duration: 1.95s
}

[data-sal][data-sal-duration="2000"] {
    transition-duration: 2s
}

[data-sal][data-sal-delay="50"] {
    transition-delay: .05s
}

[data-sal][data-sal-delay="100"] {
    transition-delay: .1s
}

[data-sal][data-sal-delay="150"] {
    transition-delay: .15s
}

[data-sal][data-sal-delay="200"] {
    transition-delay: .2s
}

[data-sal][data-sal-delay="250"] {
    transition-delay: .25s
}

[data-sal][data-sal-delay="300"] {
    transition-delay: .3s
}

[data-sal][data-sal-delay="350"] {
    transition-delay: .35s
}

[data-sal][data-sal-delay="400"] {
    transition-delay: .4s
}

[data-sal][data-sal-delay="450"] {
    transition-delay: .45s
}

[data-sal][data-sal-delay="500"] {
    transition-delay: .5s
}

[data-sal][data-sal-delay="550"] {
    transition-delay: .55s
}

[data-sal][data-sal-delay="600"] {
    transition-delay: .6s
}

[data-sal][data-sal-delay="650"] {
    transition-delay: .65s
}

[data-sal][data-sal-delay="700"] {
    transition-delay: .7s
}

[data-sal][data-sal-delay="750"] {
    transition-delay: .75s
}

[data-sal][data-sal-delay="800"] {
    transition-delay: .8s
}

[data-sal][data-sal-delay="850"] {
    transition-delay: .85s
}

[data-sal][data-sal-delay="900"] {
    transition-delay: .9s
}

[data-sal][data-sal-delay="950"] {
    transition-delay: .95s
}

[data-sal][data-sal-delay="1000"] {
    transition-delay: 1s
}

[data-sal][data-sal-easing=linear] {
    transition-timing-function: linear
}

[data-sal][data-sal-easing=ease] {
    transition-timing-function: ease
}

[data-sal][data-sal-easing=ease-in] {
    transition-timing-function: ease-in
}

[data-sal][data-sal-easing=ease-out] {
    transition-timing-function: ease-out
}

[data-sal][data-sal-easing=ease-in-out] {
    transition-timing-function: ease-in-out
}

[data-sal][data-sal-easing=ease-in-cubic] {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

[data-sal][data-sal-easing=ease-out-cubic] {
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
    transition-timing-function: cubic-bezier(.645, .045, .355, 1)
}

[data-sal][data-sal-easing=ease-in-circ] {
    transition-timing-function: cubic-bezier(.6, .04, .98, .335)
}

[data-sal][data-sal-easing=ease-out-circ] {
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

[data-sal][data-sal-easing=ease-in-out-circ] {
    transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

[data-sal][data-sal-easing=ease-in-expo] {
    transition-timing-function: cubic-bezier(.95, .05, .795, .035)
}

[data-sal][data-sal-easing=ease-out-expo] {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

[data-sal][data-sal-easing=ease-in-out-expo] {
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

[data-sal][data-sal-easing=ease-in-quad] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-sal][data-sal-easing=ease-out-quad] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-sal][data-sal-easing=ease-in-out-quad] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-sal][data-sal-easing=ease-in-quart] {
    transition-timing-function: cubic-bezier(.895, .03, .685, .22)
}

[data-sal][data-sal-easing=ease-out-quart] {
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

[data-sal][data-sal-easing=ease-in-out-quart] {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

[data-sal][data-sal-easing=ease-in-quint] {
    transition-timing-function: cubic-bezier(.755, .05, .855, .06)
}

[data-sal][data-sal-easing=ease-out-quint] {
    transition-timing-function: cubic-bezier(.23, 1, .32, 1)
}

[data-sal][data-sal-easing=ease-in-out-quint] {
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

[data-sal][data-sal-easing=ease-in-sine] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-sal][data-sal-easing=ease-out-sine] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-sal][data-sal-easing=ease-in-out-sine] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-sal][data-sal-easing=ease-in-back] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-sal][data-sal-easing=ease-out-back] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-sal][data-sal-easing=ease-in-out-back] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-sal|=fade] {
    opacity: 0;
    transition-property: opacity
}

[data-sal|=fade].sal-animate {
    opacity: 1
}

[data-sal|=slide] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-sal=slide-up] {
    transform: translateY(20%)
}

[data-sal=slide-down] {
    transform: translateY(-20%)
}

[data-sal=slide-left] {
    transform: translateX(20%)
}

[data-sal=slide-right] {
    transform: translateX(-20%)
}

[data-sal|=slide].sal-animate {
    opacity: 1;
    transform: none
}

[data-sal|=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-sal=zoom-in] {
    transform: scale(.5)
}

[data-sal=zoom-out] {
    transform: scale(1.1)
}

[data-sal|=zoom].sal-animate {
    opacity: 1;
    transform: none
}

[data-sal|=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform
}

[data-sal=flip-left] {
    transform: perspective(2000px) rotateY(-91deg)
}

[data-sal=flip-right] {
    transform: perspective(2000px) rotateY(91deg)
}

[data-sal=flip-up] {
    transform: perspective(2000px) rotateX(-91deg)
}

[data-sal=flip-down] {
    transform: perspective(2000px) rotateX(91deg)
}

[data-sal|=flip].sal-animate {
    transform: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

:root {
    --color-primary: #5956E9;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light: #ECF2F6;
    --color-dark: #27272E;
    --color-text-dark: #292930;
    --color-accent1: #FFDC60;
    --color-accent2: #FAB8C4;
    --color-blue-shade: #6865FF;
    --color-link: #2522BA;
    --color-mabel: #DBF8FF;
    --color-fog: #DBDEFF;
    --color-pink-shade: #FFD3DB;
    --color-peach: #FFEDDC;
    --color-rose: #C75C6F;
    --color-chart1: #896BA7;
    --color-chart2: #BADEFF;
    --color-body: #525260;
    --color-gray-1: #757589;
    --color-gray-2: #999FAE;
    --color-gray-3: #999AB8;
    --color-gray-4: #99A1AA;
    --color-ship-gray: #42424A;
    --color-ghost: #C7C7D5;
    --color-mercury: #E5E5E5;
    --gradient-primary: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    --gradient-blue: linear-gradient(145.92deg, #5956E9 20.18%, #9991FF 76.9%);
    --gradient-accent: linear-gradient(180deg, #FAB8C4 0%, #FFEDF0 100%);
    --gradient-white: linear-gradient(266.3deg, rgba(236, 242, 246, 0) 7.84%, #ECF2F6 29.1%, rgba(236, 242, 246, 0) 64.32%);
    --gradient-dark: linear-gradient(180deg, #27272E 0%, #303035 100%);
    --border-light: 1px solid #E3E6E9;
    --border-lighter: 1px solid #ECF2F6;
    --border-dark: 1px solid var(--color-ship-gray);
    --border-gray: 1px solid var(--color-gray-4);
    --font-primary: 'Comfortaa', cursive;
    --font-secondary: 'Comfortaa', cursive;
    --font-awesome: 'Font Awesome 5 Pro';
    --transition: all 0.3s ease-in-out;
    --font-body-1: 18px;
    --font-body-2: 16px;
    --font-body-3: 14px;
    --font-body-4: 12px;
    --line-height-b1: 1.5;
    --line-height-b3: 1.1;
    --h1: 80px;
    --h2: 64px;
    --h3: 48px;
    --h4: 32px;
    --h5: 24px;
    --h6: 20px
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

span {
    display: inline-block
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

ul.list-style {
    margin: -10px 0
}

ul.list-style li {
    margin: 10px 0
}

ul.list-style li::marker {
    color: var(--color-primary)
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px
}

.row.g-0 {
    margin-left: 0;
    margin-right: 0
}

.row.g-0>[class*=col] {
    padding-left: 0;
    padding-right: 0
}

@media only screen and (min-width:1400px) {
    .row-35 {
        margin-left: -35px;
        margin-right: -35px
    }

    .row-35>[class*=col] {
        padding-left: 35px;
        padding-right: 35px
    }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px
    }

    .row-40>[class*=col] {
        padding-left: 40px;
        padding-right: 40px
    }

    .row-45 {
        margin-left: -45px;
        margin-right: -45px
    }

    .row-45>[class*=col] {
        padding-left: 45px;
        padding-right: 45px
    }
}

body {
    font-family: var(--font-secondary);
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    color: var(--color-body);
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table {
    margin: 0 0 30px 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    font-weight: 500;
    letter-spacing: -.025em;
    color: var(--color-text-dark)
}

.h1,
h1 {
    font-size: var(--h1);
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

    .h1,
    h1 {
        font-size: 68px
    }
}

@media only screen and (max-width:1199px) {

    .h1,
    h1 {
        font-size: 68px
    }
}

@media only screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 48px
    }
}

.h2,
h2 {
    font-size: var(--h2);
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

    .h2,
    h2 {
        font-size: 48px
    }
}

@media only screen and (max-width:1199px) {

    .h2,
    h2 {
        font-size: 56px
    }
}

@media only screen and (max-width:767px) {

    .h2,
    h2 {
        font-size: 38px
    }
}

@media only screen and (max-width:479px) {

    .h2,
    h2 {
        font-size: 34px
    }
}

.h3,
h3 {
    font-size: var(--h3);
    line-height: 1.2
}

@media only screen and (min-width:1200px) and (max-width:1599px) {

    .h3,
    h3 {
        font-size: 40px
    }
}

@media only screen and (max-width:1199px) {

    .h3,
    h3 {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {

    .h3,
    h3 {
        font-size: 32px
    }
}

.h4,
h4 {
    font-size: var(--h4);
    line-height: 1.2
}

@media only screen and (max-width:991px) {

    .h4,
    h4 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {

    .h4,
    h4 {
        font-size: 20px
    }
}

.h5,
h5 {
    font-size: var(--h5);
    line-height: 1.4
}

@media only screen and (max-width:767px) {

    .h5,
    h5 {
        font-size: 20px
    }
}

.h6,
h6 {
    font-size: var(--h6);
    line-height: 1.2
}

@media only screen and (max-width:767px) {

    .h6,
    h6 {
        font-size: 18px
    }
}

p {
    font-size: var(--font-body-2);
    line-height: var(--line-height-b1);
    margin: 0 0 40px 0
}

.form-control,
input {
    border: var(--border-lighter);
    border-radius: 16px;
    background-color: transparent;
    color: var(--color-text-dark);
    padding: 15px 20px;
    width: 100%
}

.form-control:focus,
input:focus {
    outline: 0;
    box-shadow: 0 20px 48px -14px rgba(153, 161, 170, .25);
    border-color: transparent
}

.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control::-moz-placeholder,
input::-moz-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control::placeholder,
input::placeholder {
    color: var(--color-gray-2);
    opacity: 1
}

.form-control:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--color-gray-2)
}

.form-control::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--color-gray-2)
}

input {
    height: 60px
}

.form-group {
    margin-bottom: 16px
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-dark);
    margin-bottom: 10px
}

.input-group {
    background-color: var(--color-white);
    border-radius: 20px;
    height: 72px;
    padding: 10px 10px 10px 55px;
    box-shadow: 0 24px 48px -15px rgba(153, 161, 170, .25)
}

@media only screen and (max-width:479px) {
    .input-group {
        display: block;
        box-shadow: none;
        height: auto;
        padding: 0
    }
}

.input-group:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEeSURBVHgB7ZO9jcJAEIWfDRcYgrvwggt8GWQOLj8QFVABUAF0AHQAFVhUAAExPxEpIRnQBBAA5i140cgy/7JE4E969o7Xnjfr2QViYqLCEOM/6tsfr6kxtc1kHNs00fU8OHicBb/Lm+LBhxh7Ok4kUH/SQKEKbEmTCdX3NcBpNdjtYB9dPTSpX6pzLSvnR6p6Dot+/GniTgwDJd5ys9m0HGamk282KLL6f8rVc3ebEJtGbjbrzKXZfo+2TJ5OY864wedf5wKpAmUFEsrGD5k8F2Kqmtpk8l4qhSrfqcnEglGSl1WIiW78FjdWZllwaaZ+10WUyQQR80hP3tskGYjVofuBaDy1xIsEV6I3wPnEkwa1wBNwY0y5ISqIiYmMA4IgaEpitlEkAAAAAElFTkSuQmCC);
    position: absolute;
    left: 30px;
    top: 24px;
    z-index: 1
}

@media only screen and (max-width:479px) {
    .input-group:before {
        left: 15px;
        top: 18px
    }
}

.input-group .form-control {
    padding: 5px 15px;
    height: auto;
    border: none;
    background-color: transparent
}

.input-group .form-control:focus {
    box-shadow: none
}

@media only screen and (max-width:479px) {
    .input-group .form-control {
        height: 60px;
        width: 100%;
        border-radius: 20px !important;
        padding: 5px 15px 5px 50px;
        border: 1px solid var(--color-light)
    }
}

.input-group .subscribe-btn {
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 16px !important;
    margin-left: 0 !important;
    padding: 10px 28px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.input-group .subscribe-btn:hover {
    background-color: var(--color-link)
}

@media only screen and (max-width:479px) {
    .input-group .subscribe-btn {
        margin-top: 15px;
        padding: 14px 30px
    }
}

.bg-color-dark {
    background-color: var(--color-dark)
}

.bg-color-light {
    background-color: var(--color-light)
}

.bg-color-mercury {
    background-color: #e5e5e54f
}

.opacity-50 {
    opacity: .5
}

.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    z-index: 9;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media only screen and (max-width:575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.back-to-top:focus {
    color: var(--color-white)
}

.breadcrum-area {
    background: var(--gradient-primary);
    padding: 200px 0 100px;
    margin-top: -160px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .breadcrum-area {
        margin-top: -120px
    }
}

@media only screen and (max-width:767px) {
    .breadcrum-area {
        padding: 150px 0 40px
    }
}

.breadcrumb {
    display: block
}

.breadcrumb ul {
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .breadcrumb ul {
        margin-bottom: 35px
    }
}

.breadcrumb li {
    display: inline-block;
    color: var(--color-primary);
    font-weight: 500;
    position: relative;
    margin-right: 22px
}

.breadcrumb li:after {
    content: ".";
    color: var(--color-gray-2);
    font-size: 18px;
    position: absolute;
    top: -5px;
    right: -15px
}

.breadcrumb li a {
    color: var(--color-gray-2)
}

.breadcrumb li a:hover {
    color: var(--color-primary)
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb .title {
    margin-bottom: 0;
    width: 80%
}

@media only screen and (max-width:991px) {
    .breadcrumb .title {
        width: 100%
    }
}

.breadcrumb-banner {
    padding: 280px 0 200px
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner {
        padding: 200px 0 50px
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner {
        padding: 150px 0 40px
    }
}

@media only screen and (max-width:767px) {
    .breadcrumb-banner {
        padding: 150px 0 20px
    }
}

.breadcrumb-banner .section-heading .title {
    color: #000248;
    width: 55%;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .section-heading .title {
        width: 100%;
        margin-bottom: 30px
    }
}

.breadcrumb-banner .section-heading p {
    width: 40%
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .section-heading p {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .section-heading {
        margin-bottom: 40px
    }
}

.breadcrumb-banner .banner-thumbnail {
    position: absolute;
    bottom: -100px;
    right: 190px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -50px;
        bottom: -80px
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -40px;
        bottom: -50px
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 65%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .banner-thumbnail {
        position: initial;
        text-align: center
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 100%
    }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-2 {
    bottom: 120px;
    right: 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: -50px
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: 0
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        margin: -40px 0 0
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-2 img {
        width: 100%
    }
}

.breadcrumb-banner .banner-thumbnail.thumbnail-3 {
    bottom: -120px;
    right: 80px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: -100px;
        bottom: -60px
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: 0;
        bottom: -50px
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        text-align: center;
        margin: -40px 0 0
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-4 img {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 50%
    }
}

.breadcrumb-banner .shape-group-8 .shape.shape-3 {
    bottom: -200px;
    top: auto
}

@media only screen and (max-width:1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-3 {
        bottom: 0;
        opacity: .5
    }
}

.axil-btn {
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    padding: 18px 55px;
    height: auto;
    text-align: center;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1
}

.axil-btn.btn-borderd {
    border: var(--border-gray);
    color: var(--color-dark);
    background-color: transparent
}

.axil-btn.btn-borderd:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary)
}

.axil-btn.btn-fill-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    overflow: hidden
}

.axil-btn.btn-fill-primary::after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.axil-btn.btn-fill-primary:hover {
    background-color: var(--color-link);
    border-color: var(--color-link)
}

.axil-btn.btn-fill-primary:hover::after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.axil-btn.btn-fill-white {
    background-color: var(--color-white);
    box-shadow: 0 48px 48px 0 rgba(0, 0, 0, .12)
}

.axil-btn.btn-fill-white:hover {
    background-color: var(--color-accent1);
    color: var(--color-white)
}

.axil-btn.btn-large {
    padding: 23px 55px
}

@media only screen and (max-width:991px) {
    .axil-btn.btn-large {
        padding: 18px 35px
    }
}

.axil-btn.btn-large-fluid {
    padding: 23px;
    width: 100%
}

.axil-btn.btn-fluid {
    width: 100%
}

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

.section-heading {
    text-align: center;
    margin-bottom: 60px
}

@media only screen and (max-width:991px) {
    .section-heading {
        margin-bottom: 50px
    }
}

.section-heading .subtitle {
    color: var(--color-rose);
    font-weight: 500;
    font-size: 20px;
    font-family: var(--font-primary);
    margin-bottom: 15px
}

@media only screen and (max-width:991px) {
    .section-heading .subtitle {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .section-heading .subtitle {
        font-size: 16px
    }
}

@media only screen and (max-width:1199px) {
    .section-heading .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .section-heading .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .section-heading .title {
        font-size: 38px
    }
}

@media only screen and (max-width:479px) {
    .section-heading .title {
        font-size: 34px
    }
}

.section-heading p {
    font-size: var(--font-body-1);
    width: 50%;
    margin: 0 auto 40px
}

@media only screen and (max-width:991px) {
    .section-heading p {
        font-size: 16px;
        width: 100%
    }
}

.heading-light-left {
    text-align: left
}

.heading-light-left .title {
    color: var(--color-white);
    margin-bottom: 35px;
    width: 50%
}

@media only screen and (max-width:1199px) {
    .heading-light-left .title {
        width: 70%
    }
}

@media only screen and (max-width:991px) {
    .heading-light-left .title {
        width: 100%
    }
}

.heading-light-left p {
    color: var(--color-white);
    margin: 0 0 40px;
    opacity: .6
}

@media only screen and (max-width:1199px) {
    .heading-light-left p {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .heading-light-left p {
        width: 100%
    }
}

.heading-light .title {
    color: var(--color-white)
}

.heading-light p {
    color: var(--color-gray-4)
}

.heading-left {
    text-align: left
}

.heading-left p {
    margin: 0 0 30px
}

.heading-left p+p {
    margin: 0 0 40px
}

.shape-group-1 .shape {
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-1 .shape img {
        opacity: .4
    }
}

@media only screen and (max-width:991px) {
    .shape-group-1 .shape img {
        opacity: .4
    }
}

.shape-group-1 .shape.shape-1 {
    top: 140px;
    left: 315px
}

.shape-group-1 .shape.shape-2 {
    top: 120px;
    right: 0
}

.shape-group-1 .shape.shape-3 {
    bottom: 80px;
    left: 0
}

.shape-group-1 .shape.shape-4 {
    bottom: 60px;
    right: 230px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-1 .shape.shape-4 {
        right: 100px
    }
}

.shape-group-2 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-2 .shape.shape-1 {
    bottom: 0;
    right: 135px
}

.shape-group-2 .shape.shape-2 {
    right: 500px;
    top: 0
}

.shape-group-2 .shape.shape-3 {
    right: 815px;
    top: 125px
}

.shape-group-3 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-3 .shape.shape-1 {
    right: 0;
    top: 90px
}

.shape-group-3 .shape.shape-2 {
    right: 390px;
    top: 165px
}

.shape-group-3 .shape.shape-3 {
    right: 0;
    top: 255px;
    z-index: 2;
    pointer-events: none
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-3 .shape.shape-3 {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-3 .shape.shape-3 {
        display: none
    }
}

.shape-group-4 .shape-1 {
    position: absolute;
    top: 140px;
    right: 440px;
    z-index: -1
}

.shape-group-5 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-5 .shape.shape-1 {
    top: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    left: 22%
}

.shape-group-5 .shape.shape-2 {
    bottom: 0;
    left: 250px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.shape-group-5 .shape.shape-3 {
    bottom: 110px;
    left: 160px
}

.shape-group-5 .shape.shape-4 {
    top: 90px;
    left: 35%
}

.shape-group-6 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-6 .shape.shape-1 {
    top: 0;
    left: 0
}

.shape-group-6 .shape.shape-2 {
    top: 110px;
    left: 0
}

.shape-group-6 .shape.shape-3 {
    bottom: 140px;
    right: 0
}

.shape-group-6 .shape.shape-4 {
    bottom: -1px;
    left: 11%
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-6 .shape.shape-4 {
        left: 75px;
        max-height: 400px
    }

    .shape-group-6 .shape.shape-4 img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-6 .shape.shape-4 {
        left: 75px;
        max-height: 400px
    }

    .shape-group-6 .shape.shape-4 img {
        width: 70%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-6 .shape.shape-4 {
        display: none
    }
}

.shape-group-7 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-7 .shape.shape-1 {
    top: 90px;
    right: 200px
}

.shape-group-7 .shape.shape-2 {
    top: 210px;
    left: 52%
}

@media only screen and (max-width:991px) {
    .shape-group-7 .shape.shape-2 {
        display: none
    }
}

.shape-group-7 .shape.shape-3 {
    top: 40%;
    left: 170px
}

.shape-group-8 .shape {
    position: absolute;
    z-index: -1;
    pointer-events: none
}

.shape-group-8 .shape.shape-1 {
    bottom: 0;
    left: 0
}

@media only screen and (max-width:767px) {
    .shape-group-8 .shape.shape-1 {
        display: none
    }
}

.shape-group-8 .shape.shape-2 {
    top: 0;
    right: 0;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-8 .shape.shape-2 img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-8 .shape.shape-2 img {
        width: 80%
    }
}

@media only screen and (max-width:767px) {
    .shape-group-8 .shape.shape-2 img {
        width: 60%
    }
}

.shape-group-8 .shape.shape-3 {
    top: 115px;
    left: 0
}

.shape-group-9 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-9 .shape.shape-1 {
    top: 0;
    left: 32%
}

.shape-group-9 .shape.shape-2 {
    top: 180px;
    left: 18%;
    opacity: .5;
    -webkit-animation: movingleftright1 infinite 20s;
    animation: movingleftright1 infinite 20s
}

.shape-group-9 .shape.shape-3 {
    top: 31%;
    left: 20%;
    -webkit-animation: movingleftright2 infinite 25s;
    animation: movingleftright2 infinite 25s
}

.shape-group-9 .shape.shape-4 {
    top: 44%;
    left: 28%;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-9 .shape.shape-5 {
    top: 50%;
    left: 17%;
    -webkit-animation: movingleftright2 infinite 30s;
    animation: movingleftright2 infinite 30s
}

.shape-group-9 .shape.shape-6 {
    top: 26%;
    right: 21%;
    -webkit-animation: movingleftright3 infinite 30s;
    animation: movingleftright3 infinite 30s
}

@media only screen and (max-width:767px) {
    .shape-group-9 .shape.shape-6 {
        display: none
    }
}

.shape-group-9 .shape.shape-7 {
    top: 30%;
    right: 15%;
    -webkit-animation: movingleftright1 infinite 30s;
    animation: movingleftright1 infinite 30s
}

.shape-group-10 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-10 .shape.shape-1 {
    top: 100px;
    right: 0
}

.shape-group-10 .shape.shape-2 {
    bottom: 200px;
    left: 0
}

.shape-group-10 .shape.shape-3 {
    top: 680px;
    left: 110px
}

.shape-group-11 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-11 .shape.shape-1 {
    top: 40px;
    right: 0
}

.shape-group-11 .shape.shape-2 {
    bottom: -310px;
    left: -10px;
    opacity: .4
}

.shape-group-12 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-12 .shape.shape-1 {
    top: 115px;
    left: 38%
}

.shape-group-12 .shape.shape-2 {
    left: 60px;
    bottom: 130px
}

.shape-group-12 .shape.shape-3 {
    right: 60px;
    bottom: 50px
}

.shape-group-13 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-13 .shape.shape-1 {
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .shape-group-13 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-13 .shape.shape-2 {
    top: 0;
    right: -5px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-13 .shape.shape-2 img {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-13 .shape.shape-2 img {
        width: 75%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-13 .shape.shape-2 img {
        width: 50%
    }
}

@media only screen and (max-width:479px) {
    .shape-group-13 .shape.shape-2 img {
        width: 40%
    }
}

.shape-group-13 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 220px
    }

    .shape-group-13 .shape.shape-3 img {
        width: 60%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 100px
    }

    .shape-group-13 .shape.shape-3 img {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .shape-group-13 .shape.shape-3 img {
        width: 40%
    }
}

.shape-group-13 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-13 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-14 .shape {
    position: absolute;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-14 .shape img {
        width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-14 .shape img {
        width: 40%
    }
}

.shape-group-14 .shape.shape-1 {
    left: 40%;
    bottom: 230px;
    -webkit-animation: movingleftright1 infinite 20s;
    animation: movingleftright1 infinite 20s
}

.shape-group-14 .shape.shape-2 {
    left: 47%;
    bottom: 115px;
    -webkit-animation: movingleftright3 infinite 30s;
    animation: movingleftright3 infinite 30s
}

.shape-group-14 .shape.shape-3 {
    right: 160px;
    bottom: 270px;
    -webkit-animation: movingleftright2 infinite 40s;
    animation: movingleftright2 infinite 40s
}

.shape-group-16 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-16 .shape.shape-1 {
    top: 0;
    right: 0
}

.shape-group-16 .shape.shape-2 {
    top: 120px;
    left: 30%
}

.shape-group-16 .shape.shape-3 {
    bottom: 250px;
    left: 0
}

.shape-group-17 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-17 .shape.shape-1 {
    top: 0;
    left: 0
}

.shape-group-17 .shape.shape-2 {
    top: 360px;
    right: 0
}

.shape-group-17 .shape.shape-3 {
    top: 430px;
    left: 0
}

.shape-group-17 .shape.shape-4 {
    top: 35%;
    right: 0
}

.shape-group-17 .shape.shape-5 {
    top: 56%;
    left: 0
}

.shape-group-17 .shape.shape-6 {
    top: 75%;
    right: 0
}

.shape-group-18 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-18 .shape.shape-1 {
    top: 0;
    right: 0;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-18 .shape.shape-1 img {
        width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-18 .shape.shape-1 img {
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-18 .shape.shape-1 img {
        width: 40%
    }
}

.shape-group-18 .shape.shape-2 {
    bottom: 0;
    left: 0
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-18 .shape.shape-2 img {
        width: 70%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-18 .shape.shape-2 img {
        width: 50%
    }
}

.shape-group-18 .shape.shape-3 {
    top: 34%;
    left: 50%;
    -webkit-animation: movingleftright1 infinite 20s;
    animation: movingleftright1 infinite 20s
}

.shape-group-18 .shape.shape-3 img {
    opacity: .5
}

.shape-group-18 .shape.shape-4 {
    bottom: 240px;
    left: 45%;
    -webkit-animation: movingleftright2 infinite 30s;
    animation: movingleftright2 infinite 30s
}

.shape-group-18 .shape.shape-4 img {
    width: 75px;
    opacity: .5
}

.shape-group-18 .shape.shape-5 {
    bottom: 120px;
    left: 53%;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-18 .shape.shape-6 {
    bottom: 100px;
    left: 40%;
    -webkit-animation: movingleftright1 infinite 35s;
    animation: movingleftright1 infinite 35s
}

.shape-group-18 .shape.shape-7 {
    top: 0;
    right: 100px;
    z-index: -2;
    text-align: right
}

@media only screen and (max-width:1199px) {
    .shape-group-18 .shape.shape-7 img {
        width: 80%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-18 .shape.shape-7 img {
        width: 60%
    }
}

.shape-group-19 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-19 .shape.shape-1 {
    top: 0;
    right: 0;
    text-align: right
}

@media only screen and (max-width:991px) {
    .shape-group-19 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-19 .shape.shape-2 {
    top: 145px;
    right: 0
}

.shape-group-20 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-20 .shape.shape-1 {
    top: 0;
    left: 120px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px
    }
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-20 .shape.shape-2 {
    bottom: 0;
    right: 0;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-20 .shape.shape-2 img {
        width: 80%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-20 .shape.shape-2 img {
        width: 75%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-2 {
        display: none
    }
}

.shape-group-20 .shape.shape-3 {
    right: -10px;
    bottom: 62px;
    z-index: 2;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 220px
    }

    .shape-group-20 .shape.shape-3 img {
        width: 60%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 100px
    }

    .shape-group-20 .shape.shape-3 img {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .shape-group-20 .shape.shape-3 img {
        width: 40%
    }
}

.shape-group-20 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 48px;
    width: 48px;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-20 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 32px;
    width: 32px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-20 .shape.shape-6 {
    left: 50%;
    top: 250px
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-6 {
        display: none
    }
}

.shape-group-20 .shape.shape-7 {
    left: 65%;
    top: 180px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-20 .shape.shape-8 {
    bottom: 0;
    right: 0
}

@media only screen and (max-width:991px) {
    .shape-group-20 .shape.shape-8 {
        display: none
    }
}

.shape-group-21 .shape {
    position: absolute;
    z-index: -1
}

.shape-group-21 .shape.shape-1 {
    top: 0;
    left: 0
}

@media only screen and (max-width:991px) {
    .shape-group-21 .shape.shape-1 img {
        width: 60%
    }
}

.shape-group-21 .shape.shape-2 {
    top: 200px;
    right: 200px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-21 .shape.shape-2 {
        top: 120px;
        right: 15px
    }

    .shape-group-21 .shape.shape-2 img {
        width: 90%
    }
}

@media only screen and (max-width:1199px) {
    .shape-group-21 .shape.shape-2 {
        right: 15px
    }

    .shape-group-21 .shape.shape-2 img {
        width: 50%
    }
}

@media only screen and (max-width:991px) {
    .shape-group-21 .shape.shape-2 {
        display: none
    }
}

.shape-group-21 .shape.shape-3 {
    right: 100px;
    top: 45%;
    height: 53px;
    width: 53px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .shape-group-21 .shape.shape-3 {
        display: none
    }
}

.shape-group-21 .shape.shape-4 {
    left: 220px;
    top: 45%;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright1 infinite 25s;
    animation: movingleftright1 infinite 25s
}

.shape-group-21 .shape.shape-5 {
    left: 45%;
    bottom: 130px;
    height: 20px;
    width: 20px;
    -webkit-animation: movingleftright3 infinite 20s;
    animation: movingleftright3 infinite 20s
}

.shape-group-21 .shape.shape-6 {
    right: 230px;
    bottom: 40%;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:1199px) {
    .shape-group-21 .shape.shape-6 {
        display: none
    }
}

.shape-group-21 .shape.shape-7 {
    right: 250px;
    top: 40%;
    height: 20px;
    width: 20px
}

@media only screen and (max-width:1199px) {
    .shape-group-21 .shape.shape-7 {
        display: none
    }
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px)
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px)
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }
}

.my_switcher {
    position: fixed;
    top: 200px;
    left: 0;
    background-color: var(--color-primary);
    border-radius: 0 30px 30px 0;
    padding: 10px;
    z-index: 5
}

@media only screen and (max-width:991px) {
    .my_switcher {
        position: initial;
        display: none
    }
}

.my_switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.my_switcher ul li a,
.my_switcher ul li button {
    text-align: center;
    color: var(--color-white);
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: 0 0
}

@media only screen and (max-width:767px) {

    .my_switcher ul li a,
    .my_switcher ul li button {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px
    }
}

.my_switcher ul li a,
.my_switcher ul li button.active {
    color: var(--color-rose);
    display: none
}

.main-wrapper {
    overflow: hidden;
    background-color: var(--color-white)
}

.about-us .section-heading p {
    width: 100%
}

.contact-form-box {
    background-color: var(--color-white);
    padding: 50px;
    border-radius: 30px
}

@media only screen and (max-width:767px) {
    .contact-form-box {
        padding: 40px 30px
    }
}

.contact-form-box .title {
    font-size: 40px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .contact-form-box .title {
        font-size: 36px
    }
}

@media only screen and (max-width:1199px) {
    .contact-form-box .title {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .contact-form-box .title {
        font-size: 28px
    }
}

.contact-form-box .form-group .axil-btn::after {
    width: calc(100% + 50px)
}

.contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(153, 161, 170, .25)
}

.about-expert {
    text-align: center;
    position: relative
}

.about-expert .thumbnail {
    position: relative;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0 17px 26px 0 rgba(0, 0, 0, .2)
}

.about-expert .thumbnail img {
    border-radius: 40px
}

.about-quality {
    margin-bottom: 60px
}

.about-quality .sl-number {
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: -webkit-linear-gradient(left, #565677 0, rgba(39, 39, 46, 0) 70.31%);
    background: linear-gradient(90deg, #565677 0, rgba(39, 39, 46, 0) 70.31%);
    color: var(--color-white);
    margin-bottom: 40px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.about-quality .title {
    color: var(--color-white)
}

.about-quality p {
    opacity: .5;
    color: var(--color-white);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.about-quality.active .sl-number,
.about-quality:hover .sl-number {
    background-color: var(--color-primary)
}

.about-quality.active p,
.about-quality:hover p {
    opacity: 1
}

.about-team .section-heading p {
    width: 100%;
    margin-bottom: 50px
}

.about-team .axil-btn {
    width: 240px
}

.about-team .thumbnail {
    padding-right: 50px
}

.banner {
    margin-top: -160px;
    padding: 255px 0 0;
    position: relative;
    z-index: 2;
    min-height: 800px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner {
        padding: 220px 0 0;
        margin-top: -149px
    }
}

@media only screen and (max-width:1199px) {
    .banner {
        padding: 200px 0 0;
        min-height: 100%
    }
}

@media only screen and (max-width:991px) {
    .banner {
        margin-top: -115px;
        padding: 160px 0 0
    }
}

@media only screen and (max-width:767px) {
    .banner {
        margin-top: -115px;
        padding: 150px 0 0
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-content {
        margin-bottom: 90px
    }
}

@media only screen and (max-width:767px) {
    .banner .banner-content {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:575px) {
    .banner .banner-content {
        margin-bottom: 40px
    }
}

.banner .banner-content .title {
    font-size: 80px;
    font-weight: 700;
    color: var(--color-dark)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner .banner-content .title {
        font-size: 68px
    }
}

@media only screen and (max-width:1199px) {
    .banner .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .banner .banner-content .title {
        font-size: 55px
    }
}

@media only screen and (max-width:767px) {
    .banner .banner-content .title {
        font-size: 40px
    }
}

.banner .banner-content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 40px;
    width: 90%
}

.banner .banner-content .axil-btn {
    padding: 28px 45px;
    box-shadow: 0 44px 84px -24px #5956e9
}

@media only screen and (max-width:991px) {
    .banner .banner-content .axil-btn {
        padding: 20px 35px
    }
}

.banner .banner-content .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:575px) {
    .banner .banner-content .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.banner .banner-content .btn-group a {
    margin-right: 40px
}

@media only screen and (max-width:575px) {
    .banner .banner-content .btn-group a {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.banner .banner-content .btn-group a:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.banner .banner-content .about-btn {
    font-weight: 500;
    color: var(--color-primary);
    position: relative;
    padding-left: 50px
}

.banner .banner-content .about-btn::before {
    content: "";
    height: 1px;
    width: 34px;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner .banner-content .about-btn:hover::before {
    width: 100%
}

.banner .banner-thumbnail {
    position: relative
}

.banner .banner-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner .banner-social .border-line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    width: 100%;
    background-color: var(--color-body);
    margin-right: 30px
}

@media only screen and (max-width:575px) {
    .banner .banner-social .border-line {
        display: none
    }
}

.banner .banner-social .social-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.banner .banner-social .social-icon li {
    margin-right: 20px
}

.banner .banner-social .social-icon li:last-child {
    margin-right: 0
}

.banner .banner-social .social-icon li a {
    color: var(--color-body)
}

.banner .banner-social .social-icon li a i {
    margin-right: 8px;
    font-size: 20px;
    color: var(--color-gray-4);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.banner .banner-social .social-icon li a:hover {
    color: var(--color-primary)
}

.banner .banner-social .social-icon li a:hover i {
    color: var(--color-primary)
}

.banner.banner-style-1 .banner-content {
    margin-top: 60px
}

.serviceItem .services-grid {
    min-height: 484px
}

.serviceItem .title {
    min-height: 101px
}

.serviceItem .content {
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-content {
        padding-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-1 .banner-content {
        margin-top: 0;
        padding-bottom: 0
    }
}

.banner.banner-style-1 .banner-content .title {
    font-size: 78px;
    line-height: 1
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 54px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 55px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 40px
    }
}

.banner.banner-style-1 .banner-thumbnail {
    z-index: 5
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb img {
        width: 75%;
        margin-top: -32px
    }
}

.banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
    text-align: center;
    margin-top: -259px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: initial;
        max-width: 210px;
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -200px;
        margin-right: -30px
    }

    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: 80%
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -260px;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: 0;
        text-align: center;
        position: absolute;
        bottom: 0
    }
}

.banner.banner-style-1 .banner-thumbnail .shape-group .shape {
    position: absolute
}

.banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
    top: -25px;
    right: 20px;
    left: auto
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        right: 0
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        display: none
    }
}

.banner.banner-style-2 {
    margin: 0 95px;
    padding: 250px 0 300px 200px;
    background-color: var(--color-link);
    border-radius: 60px;
    overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-2 {
        padding: 150px 0 200px 100px;
        min-height: 600px;
        margin: 0 30px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-2 {
        margin: 0 30px;
        padding: 150px 60px;
        min-height: 600px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-2 {
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-2 {
        padding: 80px 30px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-2 {
        margin: 0 15px
    }
}

.banner.banner-style-2 .banner-content {
    margin-bottom: 0
}

.banner.banner-style-2 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 40px
}

.banner.banner-style-3 {
    padding: 220px 0 210px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-3 {
        padding: 180px 0 160px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-3 {
        padding: 200px 0 150px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-3 {
        padding: 150px 0 100px
    }
}

.banner.banner-style-3 .banner-content {
    position: relative;
    z-index: 1
}

.banner.banner-style-3 .banner-content .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-rose);
    letter-spacing: .1em;
    font-family: var(--font-primary);
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-3 .banner-content .subtitle {
        font-size: 16px
    }
}

.banner.banner-style-3 .banner-content .title {
    margin-bottom: 60px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-3 .banner-content .title {
        margin-bottom: 40px
    }
}

.banner.banner-style-3 .banner-thumbnail {
    margin-right: -120px;
    text-align: right
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-3 .banner-thumbnail {
        text-align: left
    }
}

.banner.banner-style-4 {
    background: -webkit-linear-gradient(left, #ecf2f6 0, rgba(236, 242, 246, 0) 70.31%);
    background: linear-gradient(90deg, #ecf2f6 0, rgba(236, 242, 246, 0) 70.31%);
    padding: 310px 0 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 {
        padding: 180px 0 80px;
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-4 {
        padding: 150px 0 60px
    }
}

.banner.banner-style-4 .banner-content {
    margin-bottom: 200px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 100px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 0
    }
}

.banner.banner-style-4 .banner-content .title {
    width: 60%;
    margin-bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px;
        width: 55%
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 60px;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.banner.banner-style-4 .banner-content p {
    font-size: var(--font-body-1);
    width: 50%;
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-content p {
        width: 100%
    }
}

.banner.banner-style-4 .banner-thumbnail {
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -300px
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 85%
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -570px
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 60%
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-4 .banner-thumbnail {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        margin: -20px 0 20px
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 100%
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-4 .banner-thumbnail {
        margin: 0 0 20px
    }
}

.banner.banner-style-5 {
    background-image: url(/assets/media/banner/banner-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 310px 0 0
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .banner.banner-style-5 {
        padding: 250px 0 0;
        min-height: 750px
    }
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-5 {
        padding: 230px 0 0;
        min-height: 750px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 {
        padding: 170px 0 80px;
        min-height: 100%
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-5 {
        padding: 150px 0 60px;
        min-height: 100%
    }
}

.banner.banner-style-5::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(41, 41, 48, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-content {
        margin-bottom: 40px
    }
}

.banner.banner-style-5 .banner-content .title {
    color: var(--color-white);
    margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 70px
    }
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 60px
    }
}

@media only screen and (max-width:767px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 40px;
        margin-bottom: 40px
    }
}

.banner.banner-style-5 .banner-content .axil-btn {
    color: var(--color-text-dark);
    box-shadow: none
}

.banner.banner-style-5 .banner-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: -140px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-form {
        margin-bottom: 0;
        display: block
    }
}

.banner.banner-style-5 .banner-form .contact-form-box {
    max-width: 450px
}

@media only screen and (max-width:991px) {
    .banner.banner-style-5 .banner-form .contact-form-box {
        max-width: 100%
    }
}

.banner.banner-style-5 .banner-form .title {
    letter-spacing: -.045em
}

.brand-wrap-area {
    padding: 90px 0
}

.brand-grid {
    padding: 10px 0
}

.brand-grid img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.brand-grid.active img,
.brand-grid:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.call-to-action-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

@media only screen and (max-width:1199px) {
    .call-to-action-area {
        padding: 100px 0
    }
}

@media only screen and (max-width:991px) {
    .call-to-action-area {
        padding: 80px 0
    }
}

@media only screen and (max-width:767px) {
    .call-to-action-area {
        padding: 60px 0 40px
    }
}

.call-to-action-area:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

@media only screen and (max-width:991px) {
    .call-to-action-area:before {
        height: 500px
    }
}

@media only screen and (max-width:767px) {
    .call-to-action-area:before {
        height: 480px
    }
}

@media only screen and (max-width:575px) {
    .call-to-action-area:before {
        height: 400px
    }
}

.call-to-action .section-heading {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .call-to-action .section-heading {
        margin-bottom: 50px
    }
}

.call-to-action .section-heading span {
    color: var(--color-accent1)
}

.call-to-action .section-heading .title {
    width: 100%;
    margin: 0 auto 55px
}

@media only screen and (max-width:991px) {
    .call-to-action .section-heading .title {
        width: 100%
    }
}

.call-to-action .thumbnail {
    position: relative;
    text-align: center
}

.case-study-featured {
    margin-bottom: 60px
}

.case-study-featured .section-heading .title {
    letter-spacing: -.045em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 5px
}

@media only screen and (max-width:575px) {
    .case-study-featured .section-heading .title {
        -webkit-line-clamp: 2
    }
}

.case-study-featured .section-heading p {
    width: 100%;
    font-size: 16px
}

.case-study-featured-thumb {
    text-align: right
}

@media only screen and (max-width:991px) {
    .case-study-featured-thumb {
        text-align: left;
        margin-bottom: 30px
    }
}

.case-study-featured-thumb img {
    display: inline-block
}

.case-study-page-area .case-study-featured-thumb {
    margin-bottom: 150px
}

@media only screen and (max-width:991px) {
    .case-study-page-area .case-study-featured-thumb {
        margin-bottom: 60px
    }
}

.case-study-solution {
    position: relative;
    z-index: 1
}

.case-study-solution .section-heading p {
    width: 100%
}

.contact-info {
    background-color: var(--color-dark);
    border-radius: 14px;
    padding: 60px 50px;
    box-shadow: 0 9px 18px 0 rgba(0, 0, 0, .25)
}

.contact-info .title {
    color: var(--color-white);
    margin-bottom: 20px
}

.contact-info p {
    color: var(--color-gray-2);
    width: 80%
}

.contact-info .phone-number {
    font-size: 48px;
    color: var(--color-accent2);
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .contact-info .phone-number {
        font-size: 42px
    }
}

@media only screen and (max-width:991px) {
    .contact-info .phone-number {
        font-size: 34px
    }
}

@media only screen and (max-width:767px) {
    .contact-info .phone-number {
        font-size: 30px
    }
}

.contact-info .phone-number a:hover {
    color: var(--color-white)
}

.contact-address .section-heading {
    margin-bottom: 180px
}

@media only screen and (max-width:991px) {
    .contact-address .section-heading {
        margin-bottom: 80px
    }
}

.contact-address .section-heading .title {
    width: 100%
}

.contact-address .address {
    margin-bottom: 40px
}

.contact-address .address:last-child {
    margin-bottom: 0
}

.contact-address .address .title {
    color: var(--color-white);
    font-weight: 700;
    margin-bottom: 10px
}

.contact-address .address p {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    color: var(--color-gray-2);
    width: 50%;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .contact-address .address p {
        font-size: 18px;
        width: 80%
    }
}

.contact-address .address p a {
    color: var(--color-gray-2)
}

.contact-address .address p a:hover {
    color: var(--color-white)
}

.faq-area .section-heading .title {
    font-size: 48px;
    margin-bottom: 40px
}

@media only screen and (max-width:575px) {
    .faq-area .section-heading .title {
        font-size: 38px
    }
}

.faq-area .section-heading p {
    width: 100%
}

.faq-accordion .accordion-item {
    background-color: var(--color-white);
    border-radius: 24px;
    border: none;
    margin-bottom: 20px;
    box-shadow: 0 10px 48px -30px #99a1aa;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion-item:last-child .accordion-button.collapsed {
    margin-bottom: 0
}

.faq-accordion .accordion-button {
    box-shadow: none;
    font-size: var(--font-body-1);
    color: var(--color-primary);
    font-weight: 500;
    font-family: var(--font-primary);
    padding: 30px 40px 20px;
    position: relative;
    border-radius: 0 !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: transparent;
    line-height: 140%
}

.faq-accordion .accordion-button:after {
    content: "\f068";
    font-family: var(--font-awesome);
    background-image: none;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: auto;
    color: var(--color-primary);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding-left: 10px
}

.faq-accordion .accordion-button.collapsed {
    color: var(--color-dark);
    border-radius: 24px !important;
    padding: 30px 40px;
    background-color: #f8f8f8;
    margin-bottom: -10px
}

.faq-accordion .accordion-button.collapsed:after {
    content: "\f067";
    color: var(--color-dark)
}

.faq-accordion .accordion-body {
    padding: 0 40px 40px
}

.faq-accordion .accordion-body p {
    color: var(--color-gray-1);
    margin-bottom: 0
}

.pricing-table {
    background-color: var(--color-white);
    padding: 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .pricing-table {
        padding: 40px 15px
    }
}

@media only screen and (max-width:575px) {
    .pricing-table {
        padding: 40px 30px
    }
}

.pricing-table .pricing-header {
    text-align: center
}

.pricing-table .pricing-header .title {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 8px;
    letter-spacing: -.045em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:1199px) {
    .pricing-table .pricing-header .title {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .pricing-table .pricing-header .title {
        font-size: 30px
    }
}

.pricing-table .pricing-header .subtitle {
    font-size: 14px;
    color: var(--color-text-dark);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 20px
}

.pricing-table .pricing-header .price-wrap {
    border-top: 1px solid #e3e6e9;
    padding-top: 50px;
    margin-bottom: 30px;
    font-family: var(--font-primary);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.pricing-table .pricing-header .price-wrap .amount {
    font-size: 64px;
    line-height: 1;
    color: var(--color-text-dark);
    font-weight: 500;
    letter-spacing: -.045em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:1199px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 40px
    }
}

.pricing-table .pricing-header .price-wrap .duration {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray-2);
    margin-right: 8px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.pricing-table .pricing-body {
    margin-top: 30px
}

.pricing-table .pricing-body li {
    padding: 12px 0;
    color: var(--color-gray-2);
    padding-left: 34px;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.pricing-table .pricing-body li:before {
    content: "\f00c";
    font-family: var(--font-awesome);
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 0
}

.pricing-table.active,
.pricing-table:hover {
    background-color: var(--color-primary)
}

.pricing-table.active .pricing-header .title,
.pricing-table:hover .pricing-header .title {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .subtitle,
.pricing-table:hover .pricing-header .subtitle {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .price-wrap,
.pricing-table:hover .pricing-header .price-wrap {
    border-color: rgba(227, 230, 233, .2)
}

.pricing-table.active .pricing-header .price-wrap .amount,
.pricing-table:hover .pricing-header .price-wrap .amount {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .price-wrap .duration,
.pricing-table:hover .pricing-header .price-wrap .duration {
    color: var(--color-white)
}

.pricing-table.active .pricing-header .axil-btn,
.pricing-table:hover .pricing-header .axil-btn {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-dark)
}

.pricing-table.active .pricing-header .axil-btn:hover,
.pricing-table:hover .pricing-header .axil-btn:hover {
    background-color: var(--color-accent1);
    border-color: var(--color-accent1);
    color: var(--color-white)
}

.pricing-table.active .pricing-body li,
.pricing-table:hover .pricing-body li {
    color: var(--color-white)
}

.pricing-table.pricing-borderd {
    border: var(--border-light)
}

.process-work {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .process-work {
        display: block;
        margin-bottom: 50px
    }
}

.process-work .thumbnail {
    border-radius: 30px;
    text-align: center
}

.process-work .thumbnail img {
    max-width: 200px;
    max-height: 200px
}

@media only screen and (max-width:991px) {
    .process-work .thumbnail {
        width: 300px
    }
}

@media only screen and (max-width:767px) {
    .process-work .thumbnail {
        width: 100%;
        margin-bottom: 30px
    }
}

.process-work .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px
}

@media only screen and (max-width:767px) {
    .process-work .content {
        margin-left: 0
    }
}

.process-work .content .subtitle {
    font-size: 20px;
    color: var(--color-rose);
    font-weight: 700;
    font-family: var(--font-primary);
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .process-work .content .subtitle {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.process-work .content .title {
    font-size: 40px
}

@media only screen and (max-width:767px) {
    .process-work .content .title {
        font-size: 32px
    }
}

.process-work .content p {
    color: #737387;
    width: 60%;
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .process-work .content p {
        width: 100%
    }
}

.process-work.content-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.process-work.content-reverse .content {
    margin: 0 60px 0 0;
    padding-left: 300px
}

@media only screen and (max-width:1199px) {
    .process-work.content-reverse .content {
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .process-work.content-reverse .content {
        margin: 0
    }
}

.process-work.content-reverse .content p {
    width: 100%
}

.project-grid {
    box-shadow: 0 55px 86px -35px #ecf2f6;
    border-radius: 30px;
    margin-bottom: 40px
}

.project-grid .thumbnail {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: clamp(180px, calc(11.25rem + ((1vw - 12px) * 11.6667)), 215px);
}

.project-grid .thumbnail img {
    border-radius: 30px 30px 0 0;
    width: 100%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(.2, .96, .34, 1);
    transition: -webkit-transform 2s cubic-bezier(.2, .96, .34, 1);
    transition: transform 2s cubic-bezier(.2, .96, .34, 1);
    transition: transform 2s cubic-bezier(.2, .96, .34, 1), -webkit-transform 2s cubic-bezier(.2, .96, .34, 1)
}

.project-grid .content {
    background-color: var(--color-white);
    border-radius: 0 0 30px 30px;
    padding: 40px 50px
}

@media only screen and (max-width:1199px) {
    .project-grid .content {
        padding: 40px
    }
}

@media only screen and (max-width:767px) {
    .project-grid .content {
        padding: 30px
    }
}

.project-grid .content .title {
    letter-spacing: -.045em;
    margin-bottom: 10px
}

.project-grid .content .title a:hover {
    color: var(--color-link)
}

.project-grid:hover .thumbnail img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.project-grid.project-style-2 {
    box-shadow: none;
    position: relative;
    margin-bottom: 60px
}

.project-grid.project-style-2 .thumbnail {
    border-radius: 30px
}

.project-grid.project-style-2 .thumbnail img {
    border-radius: 30px
}

.project-grid.project-style-2 .content {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    left: 50px
}

@media only screen and (max-width:991px) {
    .project-grid.project-style-2 .content {
        top: 30px;
        left: 30px
    }
}

.project-grid.project-style-2 .content .subtitle {
    font-size: 18px;
    margin-bottom: 15px
}

.more-project-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .more-project-btn {
        margin-top: 0
    }
}

.more-project-btn .axil-btn {
    padding: 24px 80px;
    color: var(--color-dark);
    display: block
}

.more-project-btn .axil-btn.btn-fill-primary {
    color: var(--color-white)
}

@media only screen and (max-width:767px) {
    .more-project-btn .axil-btn {
        padding: 18px 40px;
        font-size: 15px
    }
}

.project-add-banner {
    background-color: var(--color-peach);
    border-radius: 30px;
    padding: 50px 60px 50px 50px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .project-add-banner {
        padding: 40px 20px;
        margin-bottom: 100px
    }
}

@media only screen and (max-width:575px) {
    .project-add-banner {
        display: block
    }
}

.project-add-banner .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px
}

@media only screen and (max-width:575px) {
    .project-add-banner .content {
        padding-right: 0
    }
}

.project-add-banner .content .subtitle {
    font-size: var(--font-body-1);
    margin-bottom: 15px
}

.project-add-banner .content .title {
    width: 80%;
    letter-spacing: -.045em;
    margin-bottom: 110px
}

@media only screen and (max-width:1199px) {
    .project-add-banner .content .title {
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    .project-add-banner .content .title {
        margin-bottom: 60px
    }
}

.project-add-banner .thumbnail {
    margin: -170px 0 -110px
}

@media only screen and (max-width:1199px) {
    .project-add-banner .thumbnail {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .project-add-banner .thumbnail {
        width: 30%
    }
}

@media only screen and (max-width:575px) {
    .project-add-banner .thumbnail {
        margin: 40px auto 0;
        width: 70%
    }
}

.isotope-project-btn {
    margin-bottom: 55px
}

.isotope-project-btn button {
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    color: var(--color-body);
    font-family: var(--font-primary);
    margin-right: 100px;
    padding: 8px 0;
    position: relative
}

@media only screen and (max-width:575px) {
    .isotope-project-btn button {
        margin-right: 50px;
        font-size: 18px
    }
}

.isotope-project-btn button:focus-visible {
    outline: 0
}

.isotope-project-btn button:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.isotope-project-btn button.is-checked {
    color: var(--color-dark)
}

.isotope-project-btn button.is-checked:after {
    visibility: visible;
    opacity: 1
}

.isotope-project-btn button:last-child {
    margin-right: 0
}

.project-column-4 .project-grid .content {
    padding: 40px 30px
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    transition: var(--transition)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .services-grid {
        padding: 50px 30px 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .services-grid {
        padding: 40px 15px
    }
}

@media only screen and (max-width:991px) {
    .services-grid {
        padding: 40px 25px
    }
}

.services-grid:after {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--gradient-dark);
    border: 1px solid;
    border-image-source: linear-gradient(0deg, #27272e 64.45%, rgba(74, 75, 86, .72) 100%);
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px
}

@media only screen and (max-width:1199px) {
    .services-grid .thumbnail {
        max-width: 60px
    }
}

@media only screen and (max-width:991px) {
    .services-grid .thumbnail {
        width: 60px;
        margin-right: 15px
    }
}

.services-grid .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.services-grid .content .title a {
    color: var(--color-white)
}

.services-grid .content .title a:hover {
    color: var(--color-primary)
}

.services-grid .content p {
    color: var(--color-white);
    opacity: .5;
    letter-spacing: -.025em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-grid .content .more-btn {
    font-weight: 500;
    color: var(--color-white);
    position: relative;
    padding-left: 50px
}

.services-grid .content .more-btn:before {
    content: "";
    width: 34px;
    height: 1px;
    background-color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.services-grid.active:after,
.services-grid:hover:after {
    visibility: visible;
    opacity: 1
}

.services-grid.active .thumbnail::after,
.services-grid:hover .thumbnail::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.services-grid.active .content p,
.services-grid:hover .content p {
    color: var(--color-light);
    opacity: 1
}

.services-grid.active .content .more-btn,
.services-grid:hover .content .more-btn {
    color: var(--color-accent2)
}

.services-grid.active .content .more-btn:before,
.services-grid:hover .content .more-btn:before {
    background-color: var(--color-accent2)
}

.services-grid.service-style-2 {
    background: -webkit-linear-gradient(top, #f8f8f8 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #f8f8f8 0, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ecf2f6 0, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px
}

.services-grid.service-style-2:after {
    display: none
}

.services-grid.service-style-2 .content .title a {
    color: var(--color-text-dark)
}

.services-grid.service-style-2 .content .title a:hover {
    color: var(--color-primary)
}

.services-grid.service-style-2 .content p {
    color: var(--color-body);
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.services-grid.service-style-2 .content .more-btn {
    color: var(--color-body)
}

.services-grid.service-style-2 .content .more-btn:before {
    background-color: var(--color-body)
}

.services-grid.service-style-2.active,
.services-grid.service-style-2:hover {
    background-color: var(--color-light)
}

.services-grid.service-style-2.active .content .more-btn,
.services-grid.service-style-2:hover .content .more-btn {
    color: var(--color-primary)
}

.services-grid.service-style-2.active .content .more-btn:before,
.services-grid.service-style-2:hover .content .more-btn:before {
    background-color: var(--color-primary)
}

.team-grid {
    text-align: center;
    margin-bottom: 80px
}

.team-grid .thumbnail {
    margin-bottom: 30px;
    display: inline-block
}

.team-grid .thumbnail a {
    position: relative
}

.team-grid .thumbnail a:after {
    content: "";
    height: 100%;
    width: 100%;
    border: 8px dashed var(--color-rose);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.team-grid .thumbnail a img {
    border-radius: 50%
}

.team-grid .content .title {
    color: var(--color-white);
    margin-bottom: 10px
}

.team-grid.active .thumbnail a:after,
.team-grid:hover .thumbnail a:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media only screen and (max-width:991px) {
    .why-choose-us {
        margin-bottom: 60px
    }
}

.why-choose-us .section-heading {
    margin-bottom: 50px
}

.why-choose-us .section-heading p {
    width: 100%
}

.why-choose-us .accordion-item {
    border: none;
    border-bottom: 1px solid var(--color-gray-2);
    background-color: transparent;
    border-radius: 0
}

.why-choose-us .accordion-item .accordion-button {
    font-size: 24px;
    color: var(--color-primary);
    background-color: transparent;
    box-shadow: none;
    padding: 20px 10px 20px 0
}

.why-choose-us .accordion-item .accordion-button i {
    margin-right: 20px
}

.why-choose-us .accordion-item .accordion-button:after {
    display: none
}

.why-choose-us .accordion-item .accordion-button.collapsed {
    color: var(--color-body)
}

.why-choose-us .accordion-item .accordion-body {
    padding: 0 0 18px 0
}

.why-choose-us .why-choose-thumb {
    position: relative;
    z-index: 1
}

.why-choose-us .why-choose-thumb img {
    border-radius: 30px
}

.privacy-policy-area .section-title {
    margin-bottom: 60px
}

.privacy-policy-area .section-title .title {
    border-bottom: 3px solid var(--color-primary);
    padding-bottom: 15px
}

.privacy-policy-area h4 {
    margin-bottom: 20px
}

.privacy-policy-area p {
    line-height: 1.7
}

.privacy-policy-area ul {
    padding-left: 20px;
    margin-bottom: 40px
}

.privacy-policy-area ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.privacy-policy-area ul li:hover {
    color: var(--color-primary)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.support-box {
    height: 100%;
    padding-bottom: 30px
}

.support-box a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: var(--color-white);
    border: var(--border-light);
    border-radius: 30px;
    overflow: hidden
}

.support-box .inner {
    height: 100%;
    padding: 30px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.support-box .heading .icon {
    text-align: center;
    height: 62px;
    width: 62px;
    line-height: 60px;
    background-color: var(--color-light);
    border-radius: 50%;
    margin-left: 20px
}

.support-box .heading .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -.045em;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box p {
    color: var(--color-body);
    margin-bottom: 16px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box .item-btn {
    text-align: center;
    height: 46px;
    width: 68px;
    line-height: 46px;
    font-size: 26px;
    border-radius: 100px;
    color: var(--color-white);
    border: none;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.support-box .shape-group li {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: -1
}

.support-box.active a,
.support-box:hover a {
    box-shadow: 0 50px 50px -24px rgba(153, 161, 170, .3)
}

.support-box.active .inner .item-btn,
.support-box:hover .inner .item-btn {
    background-color: var(--color-primary)
}

.project-grid .modal-thumb {
    display: none
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.axil-header {
    position: relative;
    z-index: 4
}

.axil-header .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.axil-header .header-navbar .header-logo a {
    display: block
}

.axil-header .header-navbar .header-logo .dark-version-logo {
    display: none
}

.axil-header .header-navbar .header-logo .sticky-logo {
    display: none
}

@media only screen and (max-width:991px) {
    .axil-header .header-navbar .header-logo img {
        width: 150px
    }
}

.axil-header .header-navbar .header-main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 55px 0 50px
}

@media only screen and (max-width:1199px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0 30px
    }
}

@media only screen and (max-width:991px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0
    }
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none
}

.axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block
}

.axil-header.header-style-2 .axil-mainmenu {
    padding: 50px 80px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px
    }
}

@media only screen and (max-width:1199px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px
    }
}

@media only screen and (max-width:575px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 30px 0
    }
}

.axil-header.header-style-2 .axil-mainmenu.axil-sticky {
    padding: 15px 80px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px
    }
}

@media only screen and (max-width:1199px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px
    }
}

@media only screen and (max-width:575px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px 0
    }
}

.axil-header.header-style-2 .axil-mainmenu .mainmenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .light-version-logo {
    display: none
}

.axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: block
}

.axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-light)
}

@media only screen and (max-width:1299px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0 15px
    }
}

@media only screen and (max-width:991px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .axil-header.header-style-4 .mainmenu-nav {
        background-color: var(--color-dark)
    }
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--color-dark)
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--color-light)
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary)
}

.axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a.active {
    color: var(--color-primary)
}

.axil-header.header-style-4 .mobile-nav-header {
    border-color: var(--color-gray-4)
}

.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .light-mode {
    display: none
}

.axil-header.header-style-4 .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: block
}

.axil-header.header-style-4 .mobile-nav-header .mobile-menu-close {
    background-color: var(--color-white);
    color: var(--color-black);
    border: none
}

.axil-header.header-style-4 .axil-mainmenu.axil-sticky {
    background-color: var(--color-dark)
}

@media only screen and (max-width:1199px) {
    .axil-header.header-style-4 .mainmenu li {
        margin: 0 10px
    }
}

@media only screen and (max-width:991px) {
    .axil-header.header-style-4 .mainmenu li {
        border-color: var(--color-gray-4)
    }
}

.axil-header.header-style-4 .mainmenu li a {
    color: var(--color-light)
}

.axil-header.header-style-4 .mainmenu li a::before {
    background-color: var(--color-white)
}

.axil-header.header-style-4 .mainmenu li a::after {
    color: var(--color-gray-4)
}

.axil-header.header-style-4 .header-action .header-btn .axil-btn {
    display: block
}

.axil-mainmenu {
    padding: 50px 0;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .axil-mainmenu {
        padding: 35px 0
    }
}

@media only screen and (max-width:1199px) {
    .axil-mainmenu {
        padding: 30px 0
    }
}

.axil-mainmenu.axil-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    padding: 15px 0;
    -webkit-animation: headerSlideDown .8s ease forwards;
    animation: headerSlideDown .8s ease forwards
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body)
}

.axil-mainmenu.axil-sticky .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--color-white)
}

.axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
    color: var(--color-dark)
}

.axil-mainmenu.axil-sticky .header-action .social-icon-list li a:hover {
    color: var(--color-primary)
}

.mainmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0
}

.mainmenu>li {
    margin: 0 24px
}

@media only screen and (max-width:1199px) {
    .mainmenu>li {
        margin: 0 12px
    }
}

.mainmenu>li>a {
    color: var(--color-body);
    font-weight: 500;
    font-size: var(--font-body-2);
    font-family: var(--font-primary);
    line-height: 60px;
    height: 60px;
    display: block;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.mainmenu>li>a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 12px;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.mainmenu>li>a:hover {
    color: var(--color-primary)
}

.mainmenu>li>a:hover::before {
    opacity: 1;
    width: 100%
}

.mainmenu>li>a.active {
    color: var(--color-primary)
}

.mainmenu>li>a.active::before {
    width: 100%;
    opacity: 1
}

.mainmenu>.menu-item-has-children {
    position: relative
}

.mainmenu>.menu-item-has-children>a {
    position: relative;
    margin-right: 20px
}

.mainmenu>.menu-item-has-children>a::after {
    content: "\f107";
    font-family: var(--font-awesome);
    font-weight: 400;
    color: var(--color-text-dark);
    font-size: 18px;
    position: absolute;
    top: 0;
    right: -20px
}

.mainmenu>.menu-item-has-children .axil-submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 15px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgba(0, 0, 0, .15)
}

.mainmenu>.menu-item-has-children .axil-submenu li {
    margin: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.mainmenu>.menu-item-has-children .axil-submenu li a {
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    display: block;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.mainmenu>.menu-item-has-children .axil-submenu li a::after {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover {
    color: var(--color-primary)
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover::after {
    width: 100%
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active {
    color: var(--color-primary)
}

.mainmenu>.menu-item-has-children .axil-submenu li a.active::after {
    width: 100%
}

.mainmenu>.menu-item-has-children:hover .axil-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(1n) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(2n) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(3n) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(4n) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(5n) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(6n) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(7n) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(8n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(9n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(10n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(11n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.mainmenu>.menu-item-has-children:hover .axil-submenu li:nth-child(12n) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.header-action>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-action>ul>li {
    margin-right: 30px
}

.header-action>ul>li:last-child {
    margin-right: 0
}

.header-action .sidemenu-btn {
    margin-right: 0
}

.header-action .sidemenu-btn .btn-wrap {
    height: 60px;
    width: 60px;
    background-color: var(--color-light);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:991px) {
    .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px
    }
}

.header-action .sidemenu-btn .btn-wrap span {
    height: 2px;
    width: 20px;
    background-color: var(--color-dark);
    margin-bottom: 4px;
    border-radius: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.header-action .sidemenu-btn .btn-wrap span:last-child {
    margin-bottom: 0;
    width: 10px;
    margin-right: -10px
}

.header-action .sidemenu-btn .btn-wrap:focus {
    box-shadow: none
}

.header-action .sidemenu-btn .btn-wrap:hover span:last-child {
    width: 20px;
    margin-right: 0
}

.header-action .sidemenu-btn .btn-wrap:hover span:first-child {
    width: 10px;
    margin-right: -10px
}

.header-action .sidemenu-btn .btn-wrap.btn-dark {
    background-color: var(--color-body)
}

.header-action .sidemenu-btn .btn-wrap.btn-dark span {
    background-color: var(--color-white)
}

@media only screen and (max-width:575px) {
    .header-action .header-social-link {
        display: none
    }
}

.header-action .social-icon-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px
}

.header-action .social-icon-list li {
    margin: 15px
}

.header-action .social-icon-list li a {
    font-size: 20px;
    color: var(--color-body)
}

@media only screen and (max-width:991px) {
    .header-action .social-icon-list li a {
        color: var(--color-dark)
    }
}

.header-action .social-icon-list li a:hover {
    color: var(--color-primary)
}

.header-action .header-btn {
    margin-right: 0
}

@media only screen and (max-width:1399px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 25px
    }
}

@media only screen and (max-width:991px) {
    .header-action .header-btn {
        margin-right: 30px
    }
}

@media only screen and (max-width:575px) {
    .header-action .header-btn {
        display: none
    }
}

@media only screen and (min-width:992px) {
    .header-action .mobile-menu-btn {
        display: none
    }
}

.header-action .mobile-menu-btn .btn-wrap {
    height: 50px;
    width: 50px
}

.header-action .my_switcher {
    margin-left: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 52px;
    padding: 0;
    text-align: center
}

@media only screen and (max-width:767px) {
    .header-action .my_switcher {
        margin-left: 15px
    }
}

.header-action .my_switcher ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-offcanvasmenu {
    width: 60vw;
    min-width: 300px;
    -webkit-transition: all .8s cubic-bezier(.77, .2, .05, 1);
    transition: all .8s cubic-bezier(.77, .2, .05, 1)
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu {
        width: 70vw
    }
}

.header-offcanvasmenu .offcanvas-header {
    padding: 50px 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px
    }
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close {
    margin: 0;
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

@media only screen and (max-width:991px) {
    .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px
    }
}

.header-offcanvasmenu .offcanvas-header .btn-close:hover {
    color: var(--color-primary);
    opacity: 1
}

.header-offcanvasmenu .offcanvas-header .btn-close:focus {
    border: none;
    box-shadow: none
}

.header-offcanvasmenu .offcanvas-body {
    padding: 50px 100px
}

@media only screen and (min-width:1200px) and (max-width:1599px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px
    }
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 30px
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation {
    margin: -30px 0;
    margin-top: -25px
}

@media only screen and (max-width:991px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li {
    margin: 20px 0
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 500
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px
    }
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--color-primary)
}

.header-offcanvasmenu .offcanvas-body .main-navigation li a.active {
    color: var(--color-primary)
}

.header-offcanvasmenu .offcanvas-body .contact-inner .title {
    font-size: 18px;
    line-height: 1;
    color: var(--color-dark);
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

@media only screen and (max-width:1199px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .title {
        font-size: 16px
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address {
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px
    }
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--color-body);
    display: block;
    margin-bottom: 10px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address a i {
    margin-right: 20px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .address p {
    margin-bottom: 0
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -6px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li {
    margin: 15px 6px
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a {
    color: var(--color-white);
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 53px;
    display: block;
    border-radius: 100%;
    background-color: var(--color-primary);
    text-align: center
}

.header-offcanvasmenu .offcanvas-body .contact-inner .social-share li a:hover {
    background-color: var(--color-dark)
}

.mobile-nav-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-fog)
}

@media only screen and (min-width:992px) {
    .mobile-nav-header {
        display: none
    }
}

.mobile-nav-header .mobile-nav-logo {
    width: 150px;
    line-height: 1
}

.mobile-nav-header .mobile-nav-logo .dark-mode {
    display: none
}

.mobile-nav-header .mobile-menu-close {
    background-color: transparent;
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-gray-4);
    border-radius: 10px;
    color: var(--color-dark);
    font-size: 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    line-height: 1
}

.mobile-nav-header .mobile-menu-close:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white)
}

@media only screen and (max-width:991px) {
    .axil-mainmenu.axil-sticky {
        -webkit-animation: none;
        animation: none
    }

    .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all .8s cubic-bezier(.77, .2, .05, 1);
        transition: all .8s cubic-bezier(.77, .2, .05, 1);
        z-index: 1050
    }

    .mainmenu-nav .mainmenu {
        display: block;
        height: 100%;
        overflow: auto
    }

    .mainmenu-nav .mainmenu>li {
        border-bottom: 1px solid var(--color-fog)
    }

    .mainmenu-nav .mainmenu>li>a {
        height: 50px;
        line-height: 50px
    }

    .mainmenu-nav .mainmenu>li>a::before {
        display: none
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        padding: 7px 10px
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a::after {
        display: none
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0
    }

    30% {
        margin-top: -10px;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0
    }

    30% {
        margin-top: -10px;
        opacity: 0
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

.footer-area {
    padding-top: 10px
}

.footer-top {
    padding-bottom: 70px
}

@media only screen and (max-width:991px) {
    .footer-top {
        padding-bottom: 50px
    }
}

.footer-social-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px
}

.footer-social-link ul li a {
    color: var(--color-gray-3);
    font-size: 30px;
    padding: 5px
}

@media only screen and (max-width:991px) {
    .footer-social-link ul li a {
        font-size: 20px
    }
}

.footer-social-link ul li a:hover {
    color: var(--color-link)
}

.footer-widget {
    margin-bottom: 80px
}

@media only screen and (max-width:767px) {
    .footer-widget {
        margin-bottom: 50px
    }
}

.footer-widget .widget-title {
    font-weight: 700
}

.footer-widget.border-end {
    border-right-color: var(--color-ghost) !important;
    padding-right: 80px;
    margin-right: 40px
}

@media only screen and (max-width:1199px) {
    .footer-widget.border-end {
        border: none !important;
        padding-right: 0;
        margin-right: 0
    }
}

.footer-newsletter .title {
    margin-bottom: 20px;
    letter-spacing: -.045em
}

.footer-menu-link ul {
    margin: -8px 0
}

.footer-menu-link li a {
    color: var(--color-body);
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5
}

@media only screen and (max-width:991px) {
    .footer-menu-link li a {
        font-size: 16px
    }
}

.footer-menu-link li a:hover {
    color: var(--color-link)
}

.footer-bottom {
    border-top: 1px solid var(--color-ghost);
    padding: 25px 0
}

@media only screen and (max-width:767px) {
    .footer-copyright {
        text-align: center;
        margin-bottom: 10px
    }
}

.footer-copyright .copyright-text {
    color: var(--color-gray-1)
}

.footer-copyright .copyright-text a {
    color: var(--color-gray-1)
}

.footer-copyright .copyright-text a:hover {
    color: var(--color-primary)
}

.footer-bottom-link {
    text-align: right
}

@media only screen and (max-width:767px) {
    .footer-bottom-link {
        text-align: center
    }
}

.footer-bottom-link ul {
    margin: 0 -20px
}

.footer-bottom-link ul li {
    padding: 0 20px;
    display: inline-block;
    position: relative
}

.footer-bottom-link ul li::after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: var(--color-gray-4);
    border-radius: 50%;
    position: absolute;
    top: 53%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer-bottom-link ul li:last-child::after {
    display: none
}

.footer-bottom-link ul li a {
    color: var(--color-gray-1)
}

.footer-bottom-link ul li a:hover {
    color: var(--color-link)
}

.footer-dark {
    background-color: var(--color-dark);
    padding-top: 0
}

.footer-dark .footer-bottom {
    border-top-color: var(--color-body)
}

.footer-dark .footer-copyright .copyright-text {
    color: var(--color-gray-2)
}

.footer-dark .footer-copyright .copyright-text a {
    color: var(--color-gray-2)
}

.footer-dark .footer-copyright .copyright-text a:hover {
    color: var(--color-white)
}

.footer-dark .footer-bottom-link ul li a {
    color: var(--color-gray-2)
}

.footer-dark .footer-bottom-link ul li a:hover {
    color: var(--color-primary)
}

.footer-dark .footer-bottom-link ul li:after {
    background-color: var(--color-gray-2)
}

.active-dark-mode {
    color-scheme: dark;
    --dark-main-body: #212121;
    --dark-bg-color: var(--color-dark);
    --dark-body-text: #D3D3D4;
    --dark-title-light: #D3D3D4;
    --dark-solid-btn: var(--color-ghost);
    --dark-border-gray: var(--color-body)
}

.active-dark-mode body {
    color: var(--dark-body-text)
}

.active-dark-mode p {
    color: var(--dark-body-text)
}

.active-dark-mode h1,
.active-dark-mode h2,
.active-dark-mode h3,
.active-dark-mode h4,
.active-dark-mode h5,
.active-dark-mode h6 {
    color: var(--dark-title-light)
}

.active-dark-mode ul li {
    color: var(--dark-body-text)
}

.active-dark-mode .form-group label {
    color: var(--dark-body-text)
}

.active-dark-mode .form-control,
.active-dark-mode input {
    color: var(--dark-body-text);
    border-color: var(--dark-border-gray)
}

.active-dark-mode .form-control:focus,
.active-dark-mode input:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: #171717
}

.active-dark-mode .form-control::-webkit-input-placeholder,
.active-dark-mode input::-webkit-input-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control::-moz-placeholder,
.active-dark-mode input::-moz-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control:-ms-input-placeholder,
.active-dark-mode input:-ms-input-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control::-ms-input-placeholder,
.active-dark-mode input::-ms-input-placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control::placeholder,
.active-dark-mode input::placeholder {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .form-control:-ms-input-placeholder,
.active-dark-mode input:-ms-input-placeholder {
    color: var(--dark-body-text)
}

.active-dark-mode .form-control::-ms-input-placeholder,
.active-dark-mode input::-ms-input-placeholder {
    color: var(--dark-body-text)
}

.active-dark-mode .input-group {
    background-color: #171717;
    box-shadow: none
}

.active-dark-mode .input-group::before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADnSURBVHgB7ZO7DcIwFEWfo1DQpaSgyAgUDBDEAowAE8AGCRtkA9gANgAqWjYgTEAHTSRzrcToKXKCEuRUPtLxT5avLdtEDocthG5IKaeoRmX3DS9CiBzjIdoHOKH2ZHDmsYEBa0vWjzsGKEKY/pyFk5xkQaJOBfeyGTU/ggvdbxNyh8tyzBSmFw9gDJ9dQmRNWFqz+DdcoJhj/rCyNr94tZPIkJ/BLTzCNdzAwDDv7KN4GUL0xedUTwh3pY342O2VLONRD/QS4vMOLll9ujGxi0f9oD+pnkQ/AP7jEypeUhducEUOhzU+Fe/gifrFsVwAAAAASUVORK5CYII=)
}

@media only screen and (max-width:479px) {
    .active-dark-mode .input-group {
        background-color: transparent
    }

    .active-dark-mode .input-group .form-control:focus {
        background-color: transparent;
        border-color: var(--dark-border-gray)
    }
}

.active-dark-mode .bg-color-light {
    background-color: var(--color-text-dark)
}

.active-dark-mode .bg-color-mercury {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .main-wrapper {
    background-color: var(--dark-main-body)
}

.active-dark-mode .axil-btn.btn-borderd {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden
}

.active-dark-mode .axil-btn.btn-borderd::after {
    content: "";
    height: 350px;
    width: 350px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.active-dark-mode .axil-btn.btn-borderd:hover {
    border-color: var(--color-link)
}

.active-dark-mode .axil-btn.btn-borderd:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.active-dark-mode .axil-btn.btn-fill-white {
    background-color: var(--color-primary);
    color: var(--color-white);
    overflow: hidden
}

.active-dark-mode .axil-btn.btn-fill-white::after {
    content: "";
    height: 350px;
    width: 350px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1
}

.active-dark-mode .axil-btn.btn-fill-white:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.active-dark-mode .shape-group-1 .shape img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2)
}

.active-dark-mode .shape-group-3 .shape:not(.shape-3) img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-4 .shape-1 img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2)
}

.active-dark-mode .shape-group-6 .shape img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-7 .shape img {
    -webkit-filter: brightness(.2);
    filter: brightness(.2)
}

.active-dark-mode .shape-group-8 .shape-1 img,
.active-dark-mode .shape-group-8 .shape-2 img,
.active-dark-mode .shape-group-8 .shape-3 img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-9 .shape img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.active-dark-mode .shape-group-11 .shape img {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.active-dark-mode .shape-group-12 .shape-3 img {
    opacity: .3
}

.active-dark-mode .shape-group-13 .shape-1 img {
    -webkit-filter: brightness(.1);
    filter: brightness(.1)
}

.active-dark-mode .shape-group-13 .shape-2 img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-17 .shape img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .shape-group-19 .shape {
    opacity: .2
}

.active-dark-mode .shape-group-20 .shape-1 {
    opacity: .2
}

.active-dark-mode .shape-group-20 .shape-2 {
    opacity: .2
}

.active-dark-mode .shape-group-21 .shape-1 img {
    -webkit-filter: brightness(.1);
    filter: brightness(.1)
}

.active-dark-mode .shape-group-21 .shape-2 img {
    -webkit-filter: brightness(.3);
    filter: brightness(.3)
}

.active-dark-mode .mainmenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .mainmenu li a::before {
    background-color: var(--dark-body-text)
}

.active-dark-mode .mainmenu li a:hover {
    color: var(--dark-title-light)
}

.active-dark-mode .mainmenu .menu-item-has-children a::after {
    color: var(--dark-body-text)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a::after {
    background-color: var(--dark-title-light)
}

.active-dark-mode .mainmenu .menu-item-has-children .axil-submenu li a:hover {
    color: var(--dark-title-light)
}

.active-dark-mode .axil-mainmenu.axil-sticky {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .axil-mainmenu.axil-sticky .header-action .social-icon-list li a {
    color: var(--color-white)
}

.active-dark-mode .axil-header .header-navbar .header-logo .light-version-logo {
    display: none
}

.active-dark-mode .axil-header .header-navbar .header-logo .dark-version-logo {
    display: block
}

.active-dark-mode .axil-header.header-style-1 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: none
}

.active-dark-mode .axil-header.header-style-3 .axil-mainmenu.axil-sticky .header-navbar .header-logo .sticky-logo {
    display: none
}

.active-dark-mode .axil-header.header-style-3 .header-action .sidemenu-btn .btn-wrap {
    background-color: #464646
}

.active-dark-mode .axil-header.header-style-3 .header-action .social-icon-list li a {
    color: var(--dark-body-text)
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu li a::after {
    color: var(--dark-body-text)
}

.active-dark-mode .axil-header.header-style-4 .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
    color: var(--dark-body-text)
}

.active-dark-mode .header-offcanvasmenu {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-header .btn-close {
    background-color: var(--dark-body-text);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 14px
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a {
    color: var(--dark-title-light)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .main-navigation li a:hover {
    color: var(--color-white)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .title {
    color: var(--dark-title-light)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a {
    color: var(--dark-body-text)
}

.active-dark-mode .header-offcanvasmenu .offcanvas-body .contact-inner .address a:hover {
    color: var(--color-white)
}

.active-dark-mode .header-action .sidemenu-btn .btn-wrap {
    background-color: var(--color-body)
}

.active-dark-mode .header-action .sidemenu-btn .btn-wrap span {
    background-color: var(--dark-title-light)
}

.active-dark-mode .mobile-nav-header {
    border-bottom-color: var(--dark-border-gray)
}

.active-dark-mode .mobile-nav-header .mobile-menu-close {
    background-color: var(--color-white);
    color: var(--dark-bg-color);
    border: none
}

.active-dark-mode .mobile-nav-header .mobile-nav-logo .light-mode {
    display: none
}

.active-dark-mode .mobile-nav-header .mobile-nav-logo .dark-mode {
    display: block
}

@media only screen and (max-width:991px) {
    .active-dark-mode .mainmenu-nav {
        background-color: var(--dark-bg-color)
    }

    .active-dark-mode .mainmenu-nav .mainmenu>li {
        border-bottom-color: var(--dark-border-gray)
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        background-color: transparent
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        color: var(--dark-body-text)
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
        color: var(--color-primary)
    }
}

.active-dark-mode .banner .banner-content .title {
    color: var(--dark-title-light)
}

.active-dark-mode .banner .banner-content .subtitle {
    color: var(--dark-body-text)
}

.active-dark-mode .banner .banner-content .axil-btn {
    box-shadow: none
}

.active-dark-mode .banner .banner-social .social-icon li a {
    color: var(--dark-body-text)
}

.active-dark-mode .banner .banner-social .social-icon li a i {
    color: var(--dark-body-text)
}

.active-dark-mode .banner.banner-style-2 {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .banner.banner-style-4 {
    background: var(--dark-main-body)
}

.active-dark-mode .banner.banner-style-5 .banner-content .axil-btn {
    color: var(--dark-solid-btn)
}

.active-dark-mode .section-heading .title {
    color: var(--dark-title-light)
}

.active-dark-mode .section-heading p {
    color: var(--dark-body-text)
}

.active-dark-mode .heading-light-left p {
    opacity: 1 !important
}

.active-dark-mode .breadcrum-area {
    background: var(--dark-bg-color)
}

.active-dark-mode .isotope-project-btn button {
    color: var(--dark-body-text)
}

.active-dark-mode .isotope-project-btn button::after {
    background-color: var(--dark-body-text)
}

.active-dark-mode .project-add-banner .content .title {
    color: var(--color-dark)
}

.active-dark-mode .project-grid {
    box-shadow: none
}

.active-dark-mode .project-grid .content {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .project-grid .content .subtitle {
    color: var(--dark-body-text)
}

.active-dark-mode .project-grid.project-style-2 .content {
    background-color: transparent
}

.active-dark-mode .project-grid.project-style-2 .content .subtitle {
    color: var(--color-body)
}

.active-dark-mode .project-grid.project-style-2 .content .title {
    color: var(--color-text-dark)
}

.active-dark-mode .process-work .content p {
    color: var(--dark-body-text)
}

.active-dark-mode .services-grid .content .title a {
    color: inherit
}

.active-dark-mode .services-grid .content .title a:hover {
    color: var(--color-primary)
}

.active-dark-mode .services-grid .content p {
    color: var(--dark-body-text);
    opacity: 1
}

.active-dark-mode .services-grid .content .more-btn {
    color: var(--dark-solid-btn)
}

.active-dark-mode .services-grid.active .content .more-btn,
.active-dark-mode .services-grid:hover .content .more-btn {
    color: var(--color-accent2)
}

.active-dark-mode .services-grid.service-style-2 {
    background: var(--dark-bg-color)
}

.active-dark-mode .services-grid.service-style-2 .content .title a {
    color: var(--dark-title-light)
}

.active-dark-mode .services-grid.service-style-2 .content p {
    color: var(--dark-body-text)
}

.active-dark-mode .services-grid.service-style-2 .content .more-btn {
    color: var(--dark-solid-btn)
}

.active-dark-mode .services-grid.service-style-2.active .content .more-btn,
.active-dark-mode .services-grid.service-style-2:hover .content .more-btn {
    color: var(--color-primary)
}

.active-dark-mode .contact-form-box {
    background-color: var(--dark-main-body)
}

.active-dark-mode .contact-form-box.shadow-box {
    box-shadow: 0 20px 48px 0 rgba(0, 0, 0, .25)
}

.active-dark-mode .contact-address .address p {
    color: var(--dark-body-text)
}

.active-dark-mode .contact-address .address p a {
    color: var(--dark-body-text)
}

.active-dark-mode .pricing-table {
    background-color: var(--dark-main-body)
}

.active-dark-mode .pricing-table .pricing-header .subtitle {
    color: var(--dark-body-text)
}

.active-dark-mode .pricing-table .pricing-header .price-wrap {
    border-color: rgba(227, 230, 233, .2)
}

.active-dark-mode .pricing-table .pricing-header .price-wrap .amount {
    color: var(--dark-body-text)
}

.active-dark-mode .pricing-table.active .pricing-header .price-wrap,
.active-dark-mode .pricing-table:hover .pricing-header .price-wrap {
    border-color: rgba(227, 230, 233, .4)
}

.active-dark-mode .pricing-table.active .pricing-header .price-wrap .amount,
.active-dark-mode .pricing-table:hover .pricing-header .price-wrap .amount {
    color: var(--color-white)
}

.active-dark-mode .pricing-table.active .pricing-header .axil-btn,
.active-dark-mode .pricing-table:hover .pricing-header .axil-btn {
    background-color: var(--color-primary);
    border-color: var(--color-link);
    color: var(--color-white)
}

.active-dark-mode .pricing-table.active .pricing-header .axil-btn:after,
.active-dark-mode .pricing-table:hover .pricing-header .axil-btn:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.active-dark-mode .pricing-table.pricing-borderd {
    border-color: var(--dark-border-gray)
}

.active-dark-mode .why-choose-us .accordion-item {
    border-bottom-color: var(--dark-border-gray)
}

.active-dark-mode .why-choose-us .accordion-item .accordion-button.collapsed {
    color: var(--dark-body-text)
}

.active-dark-mode .why-choose-us .accordion-item .accordion-body {
    color: var(--dark-body-text)
}

.active-dark-mode .faq-accordion .accordion-item {
    background-color: var(--dark-main-body);
    box-shadow: none
}

.active-dark-mode .faq-accordion .accordion-button {
    background-color: transparent
}

.active-dark-mode .faq-accordion .accordion-button.collapsed {
    color: var(--dark-body-text)
}

.active-dark-mode .faq-accordion .accordion-button.collapsed::after {
    color: var(--dark-body-text)
}

.active-dark-mode .faq-accordion .accordion-body p {
    color: var(--dark-body-text)
}

.active-dark-mode .call-to-action-area {
    border: var(--dark-border-gray)
}

.active-dark-mode .call-to-action-area::before {
    background-color: var(--dark-bg-color)
}

.active-dark-mode .call-to-action-area .call-to-action {
    border-color: var(--dark-border-gray)
}

.active-dark-mode .footer-social-link ul li a {
    color: var(--dark-body-text);
    -webkit-transition: var(--transition);
    transition: var(--transition)
}

.active-dark-mode .footer-social-link ul li a:hover {
    color: var(--color-primary)
}

.active-dark-mode .footer-widget.border-end {
    border-right-color: var(--dark-border-gray) !important
}

.active-dark-mode .footer-menu-link li a {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-menu-link li a:hover {
    color: var(--color-primary)
}

.active-dark-mode .footer-bottom {
    border-top-color: var(--dark-border-gray)
}

.active-dark-mode .footer-bottom-link ul li a {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-bottom-link ul li a:hover {
    color: var(--color-white)
}

.active-dark-mode .footer-bottom-link ul li::after {
    background-color: var(--dark-body-text)
}

.active-dark-mode .footer-copyright .copyright-text {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-copyright .copyright-text a {
    color: var(--dark-body-text)
}

.active-dark-mode .footer-copyright .copyright-text a:hover {
    color: var(--color-white)
}

.active-dark-mode .support-box a {
    background-color: var(--dark-main-body);
    border-color: var(--dark-main-body)
}

.active-dark-mode .support-box.active a,
.active-dark-mode .support-box:hover a {
    box-shadow: 0 50px 50px -24px rgba(1, 1, 1, .3)
}

.section-padding {
    padding: 140px 0 110px
}

@media only screen and (max-width:1199px) {
    .section-padding {
        padding: 100px 0 70px
    }
}

@media only screen and (max-width:991px) {
    .section-padding {
        padding: 80px 0 50px
    }
}

@media only screen and (max-width:767px) {
    .section-padding {
        padding: 60px 0 30px
    }
}

.section-padding-2 {
    padding: 140px 0 100px
}

@media only screen and (max-width:1199px) {
    .section-padding-2 {
        padding: 100px 0 60px
    }
}

@media only screen and (max-width:991px) {
    .section-padding-2 {
        padding: 80px 0 40px
    }
}

@media only screen and (max-width:767px) {
    .section-padding-2 {
        padding: 60px 0 20px
    }
}

.section-padding-equal {
    padding: 140px 0
}

@media only screen and (max-width:1199px) {
    .section-padding-equal {
        padding: 100px 0
    }
}

@media only screen and (max-width:991px) {
    .section-padding-equal {
        padding: 80px 0
    }
}

@media only screen and (max-width:767px) {
    .section-padding-equal {
        padding: 60px 0
    }
}

.mt--200 {
    margin-top: 200px
}

.mt--150 {
    margin-top: 150px
}

.mt--100 {
    margin-top: 100px
}

.mt--90 {
    margin-top: 90px
}

.mt--80 {
    margin-top: 80px
}

.mt--20 {
    margin-top: 20px !important
}

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

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

.mb--80 {
    margin-bottom: 80px !important
}

.mb--50 {
    margin-bottom: 50px !important
}

.mb--40 {
    margin-bottom: 40px !important
}

.mb--30 {
    margin-bottom: 30px !important
}

.mb--20 {
    margin-bottom: 20px !important
}

.pt--250 {
    padding-top: 250px
}

.pt--200 {
    padding-top: 200px
}

.pt--150 {
    padding-top: 150px
}

.pb--90 {
    padding-bottom: 90px
}

.pb--80 {
    padding-bottom: 80px
}

.pb--70 {
    padding-bottom: 70px
}

@media only screen and (max-width:1199px) {
    .pt_lg--200 {
        padding-top: 200px
    }

    .pt_lg--100 {
        padding-top: 100px
    }

    .pb_lg--40 {
        padding-bottom: 40px
    }

    .pb_lg--20 {
        padding-bottom: 20px
    }
}

@media only screen and (max-width:991px) {
    .mb_md--70 {
        margin-bottom: 70px
    }

    .mb_md--30 {
        margin-bottom: 30px
    }

    .pt_md--100 {
        padding-top: 100px
    }

    .pt_md--80 {
        padding-top: 80px
    }

    .pb_md--70 {
        padding-bottom: 70px
    }

    .pb_md--20 {
        padding-bottom: 20px
    }

    .mt_md--0 {
        margin-top: 0
    }

    .mb_md--0 {
        margin-bottom: 0
    }

    .pb_md--0 {
        padding-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .pt_sm--80 {
        padding-top: 80px
    }

    .pt_sm--60 {
        padding-top: 60px
    }

    .pb_sm--0 {
        padding-bottom: 0
    }
}

.footer-newsletter h2 {
    font-size: 32px
}

.heading-light-left .title.w100 {
    width: 100%
}

.brand-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px
}

.brand-grid-image {
    width: 74px;
    height: 74px
}

.brand-grid-title {
    font-weight: 700;
    margin-top: 18px;
    font-size: 20px;
    transition: .5s;
    text-align: center;
    color: var(--color-white);
    opacity: .6
}

.brand-grid:hover .brand-grid-title {
    color: var(--color-white);
    transition: .5s;
    opacity: 1
}

.changeLanguage__li {
    position: relative;
    padding: 10px 0
}

.changeLanguage__current {
    cursor: pointer
}

.changeLanguage__current-img {
    width: 40px;
    height: 40px;
    position: relative;
    animation: wave 1s ease-in-out infinite alternate
}

@keyframes wave {
    0% {
        top: 5%
    }

    100% {
        top: -5%
    }
}

.changeLanguageSub__ul {
    position: absolute;
    top: 100%;
    left: 20px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 160px;
    padding: 25px 10px;
    border-radius: 4px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    list-style: none;
    margin: 0;
    box-shadow: 0 13px 48px 0 rgb(0 0 0 / 15%)
}

.changeLanguage__li:hover .changeLanguageSub__ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: -60px
}

.changeLanguageSub__li {
    margin: 0;
    margin-bottom: 10px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    padding-left: 10px
}

.changeLanguageSub__li:last-of-type {
    margin-bottom: 0
}

.changeLanguageSub__button {
    border: none;
    background: no-repeat;
    display: flex;
    align-items: center
}

.changeLanguageSub__li-img {
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.changeLanguageSub__li-span {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color-body);
    font-weight: 500;
    transition: .5s all
}

.changeLanguageSub__button:hover .changeLanguageSub__li-span {
    color: var(--color-primary)
}

.changeLanguage__li:hover .changeLanguageSub__li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.changeLanguage__li:hover .changeLanguageSub__li:nth-of-type(1n) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.changeLanguage__li:hover .changeLanguageSub__li:nth-of-type(2n) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.changeLanguage__li:hover .changeLanguageSub__li:nth-of-type(3n) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.projectForm__link {
    color: var(--color-primary)
}

.projectForm__link:hover {
    text-decoration: underline;
    text-underline-offset: 3px
}

.projectForm__smallText {
    font-size: 11px;
    margin: 0;
    text-align: center
}

.textSection__title {
    font-size: 36px
}

.textSection__subTitle {
    font-size: 22px
}

.process-work2 p {
    text-align: justify
}

.process-work2 ul {
    width: 60%
}

.process-work2 ul li {
    text-align: justify;
    color: #737387
}

.text-wrap-justify p {
    text-align: justify
}

.mobile-nav-header .mobile-menu-close {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

li.my_switcher {
    display: none !important
}

.my_switcher ul li a,
.my_switcher ul li button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-action .my_switcher {
    align-items: center;
    justify-content: center
}

.changeLanguage__li {
    margin-right: 20px !important
}

.ourTeam h2 {
    font-size: 40px
}

.axil-btn.btn-fill-white {
    border: none
}

.axil-btn.btn-fill-white:focus {
    outline: 0
}

.swal2-html-container .title {
    font-size: 40px;
    margin-bottom: 10px
}

.swal2-html-container .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.heading-light-left.heading-light-left-w80 .title {
    width: 80%
}

.heading-light-left.heading-light-left-w80 p {
    width: 80%
}

.footer-social-link ul {
    justify-content: center
}

.footer-social-link ul li:not(:last-of-type) {
    margin-right: 50px
}

.heading-light-left.heading-light-left-w80 .title {
    width: 80%
}

.heading-light-left.heading-light-left-w80 p {
    width: 80%
}

.process-work .thumbnail img {
    display: none
}

.pricing-header .title {
    font-size: 26px !important
}

.contact-info .phone-number {
    font-size: 38px
}

.centerFlex {
    display: flex;
    align-items: center;
    justify-content: center
}

.mainPage__title {
    font-size: clamp(22px, calc(1.375rem + ((1vw - 3.2px) * 2.5)), 54px) !important;
    line-height: 120% !important
}

.contact__title {
    font-size: 30px !important
}

.btnOrigin {
    background-color: #5956e9;
    box-shadow: 0 44px 84px -24px #5956e9;
    color: #fff;
    overflow: hidden;
    height: 60px;
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: none;
    cursor: pointer
}

.btnOrigin:after {
    content: "";
    height: 300px;
    width: 300px;
    background-color: var(--color-link);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s cubic-bezier(.25, .46, .45, .94);
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    z-index: -1;
    cursor: pointer;
    border: none
}

.btnOrigin:focus {
    outline: 0
}

.btnOrigin:hover {
    background-color: var(--color-link);
    border-color: var(--color-link);
    color: #fff
}

.btnOrigin:hover:after {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1)
}

.pricing-btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.btnOrigin-white {
    border: 1px solid #99a1aa;
    color: var(--color-dark);
    background-color: #fff;
    box-shadow: initial
}

.btnOrigin-white:hover {
    color: var(--color-dark);
    border: 1px solid #99a1aa
}

.btnOrigin-white:after {
    background-color: var(--color-accent1)
}

.callToAction__btnWrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.btnOrigin-full {
    max-width: initial
}

.width-250 {
    max-width: 250px
}

.brand-grid img,
.brand-grid.active img,
.brand-grid:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

html {
    -webkit-font-smoothing: antialiased
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

.project__elem .thumbnail a {
    height: 215px;
    display: block;
    transition: ease-in-out 8s;
    background-size: cover !important;
    background-position: top !important
}

.project__elem:hover .thumbnail a {
    background-position: bottom !important
}

.about-expert .thumbnail {
    width: 100%;
    height: 500px;
    transition: ease-in-out 25s;
    background-size: cover !important;
    background-position: top !important
}

.about-expert:hover .thumbnail {
    background-position: bottom !important
}

.whatsapp-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 5;
    transition: .3s
}

.whatsapp-button svg {
    color: #fff
}

.whatsapp-button:hover {
    width: auto;
    padding: 0 23px
}

.whatsapp-button .whatsapp-button-text {
    display: none;
    white-space: nowrap
}

.whatsapp-button:hover .whatsapp-button-text {
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-left: 10px
}

.contact-form-box .title {
    font-size: 24px
}

.contactInfo__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px
}

@media only screen and (max-width:575px) {
    .whatsapp-button {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px
    }

    .whatsapp-button svg {
        width: 20px;
        height: 20px
    }

    .whatsapp-button:hover {
        width: 40px;
        padding: unset
    }

    .whatsapp-button:hover .whatsapp-button-text {
        display: none
    }
}

.breadcrumb-banner.single-breadcrumb .banner-thumbnail {
    position: initial;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail img {
        width: 90%;
    }
}

.breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
    border-radius: 24px;
}

.breadcrumb-banner.single-breadcrumb .section-heading .title {
    width: 100%;
}

.breadcrumb-banner.single-breadcrumb .section-heading p {
    width: 100%;
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 30px;
    opacity: 1;
}

.whatsapp-button.show {
    bottom: 100px;
}

.project-grid .content .title {
    font-size: 20px;
}

.project-grid .content .subtitle p {
    font-size: 14px;
    margin-bottom: 0;
}

.project-column-4 .project-grid .content {
    padding: 20px;
    min-height: 150px;
}

.isotope-project-btn button {
    font-size: 18px;
    margin-right: 50px;
}

.call-to-action-area {
    overflow: hidden;
}

.shape-group-8 .shape.shape-2 {
    max-width: clamp(500px, calc(31.25rem + ((1vw - 12px) * 21.6667)), 565px);
}

.portfolioDetail__content {
    margin: 0 !important;
}

.case-study-solution2 {
    padding-bottom: 0 !important;
}

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

.orderWebFromUsSection {
    padding: 100px 0;
}

@media (max-width:1500px) {
    .banner.banner-style-1 .banner-content {
        margin-top: 30px
    }

    .mainmenu>li {
        margin: 0 20px
    }

    .banner .banner-content .axil-btn {
        padding: 20px 40px
    }

    .serviceItem .title {
        min-height: 57px;
        font-size: 20px
    }

    .pricing-header .title {
        font-size: 22px !important
    }

    .pricing-table .pricing-header .subtitle {
        min-height: 105px
    }

    .footer-newsletter h2 {
        font-size: 26px
    }

    .my_switcher {
        top: 150px
    }

    .isotope-project-btn button {
        margin-right: 50px
    }

    .isotope-project-btn button:last-of-type {
        margin-right: 0
    }

    .project-grid .content .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .project-column-4 .project-grid .content {
        min-height: 140px;
    }

    .breadcrumb-banner {
        padding: 200px 0 100px;
    }

    .section-padding-equal {
        padding: 100px 0;
    }

    .serviceMainSection {
        padding: 100px 0;
    }
}

@media (max-width:1200px) {
    .mainmenu>li {
        margin: 0;
        margin-right: 20px
    }

    .mainmenu>li:last-of-type {
        margin-right: 0
    }

    .header-logo {
        max-width: 150px
    }

    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 18px
    }

    .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 15px 0
    }

    .serviceItem .services-grid {
        min-height: 324px
    }

    .footer-newsletter h2 {
        font-size: 22px
    }

    .section-heading p {
        width: 100%
    }

    .process-work {
        margin-bottom: 50px
    }

    .process-work:last-of-type {
        margin-bottom: 0
    }

    .contact-info {
        padding: 30px
    }

    .contact-info .phone-number {
        font-size: 24px
    }

    .contact-info p {
        width: 100%;
        margin-bottom: 30px
    }

    .contact-form-box {
        padding: 30px
    }

    .case-study-solution .col-lg-8.offset-lg-2 {
        width: 100%;
        margin: 0;
    }

    .section-padding-equal {
        padding: 70px 0;
    }

    .breadcrumb-banner {
        padding: 150px 0 50px;
    }

    .about-expert .thumbnail {
        max-width: 730px;
    }

    .serviceMainSection {
        padding: 70px 0;
    }

    .why-choose-us .section-heading p {
        font-size: 16px;
    }

    .contact-form-box {
        margin-bottom: 0 !important;
    }

    .orderWebFromUsSection {
        padding: 70px 0;
    }

    .plusSection {
        padding: 70px 0;
    }

    .section-heading2 {
        margin-bottom: 50px;
    }

    .about-quality .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-quality p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .about-quality {
        margin-bottom: 30px;
    }

    .about-quality .sl-number {
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
    }
}

@media (max-width:1024px) {
    .mainPageBanner__row {
        flex-direction: column-reverse !important;
        position: relative;
        align-items: start !important
    }

    .mainPageBanner__left {
        position: relative;
        z-index: 2;
        margin-bottom: 30px
    }

    .mainPageBanner__right {
        max-width: 390px;
        width: 100%;
        margin: 0 auto;
    }

    .shape-group-21 .shape.shape-3 {
        display: none
    }

    .shape-group-21 .shape.shape-2 {
        display: none
    }

    .serviceItem .services-grid {
        min-height: initial;
        margin-bottom: 0 !important;
        height: 100%;
        padding: 30px 20px
    }

    .servicesRow {
        row-gap: 20px
    }

    .pricing-table .pricing-header .subtitle {
        min-height: initial
    }

    .call-to-action .thumbnail {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .priceTable__row {
        row-gap: 20px
    }

    .contact-info .phone-number {
        font-size: 30px
    }

    .banner.banner-style-1 .banner-content {
        margin-top: 0;
        margin-bottom: 0
    }

    .section-padding-2 {
        padding: 50px 0 50px
    }

    .serviceItem .services-grid {
        flex-direction: column
    }

    .services-grid .thumbnail {
        margin: 0 auto 30px;
        max-width: 100px;
        width: 100%
    }

    .serviceItem .title {
        min-height: initial
    }

    .serviceItem .title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .services-grid .content p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .services-grid .content .more-btn {
        font-size: 14px
    }

    .section-padding {
        padding: 50px 0
    }

    .pricing-table {
        padding: 30px 20px
    }

    .pricing-table .pricing-header .price-wrap {
        padding-top: 20px;
        margin-bottom: 20px
    }

    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 40px
    }

    .pricing-table .pricing-body {
        margin-top: 20px
    }

    .pricing-table {
        margin-bottom: 0
    }

    .priceTable__row {
        max-width: 600px;
        margin: 0 auto
    }

    .pricing-table .pricing-body li {
        padding: 7px 0 0 34px
    }

    .pricing-table .pricing-body li:before {
        top: 6px
    }

    .brand-grid {
        margin-bottom: 0
    }

    .row-tehnology {
        display: flex;
        gap: 20px 0
    }

    .section-padding-equal {
        padding: 50px 0
    }

    .call-to-action-area {
        padding: 50px 0;
        margin-bottom: 10px
    }

    .call-to-action-area:before {
        height: 100%
    }

    .footer-top {
        padding-bottom: 30px
    }

    .footer-menu-link li a {
        font-size: 14px
    }

    .footer-widget {
        margin-bottom: 30px
    }

    .breadcrum-area {
        padding: 150px 0 50px
    }

    .shape-group-8 .shape.shape-2 img {
        width: 60%
    }

    .about__row {
        flex-direction: column-reverse
    }

    .about__imgWrap {
        display: flex;
        justify-content: center;
        margin-top: -120px;
        margin-bottom: 0;
    }

    .about__img {
        max-width: 490px;
        width: 100%
    }

    .mb--100 {
        margin-bottom: 50px !important
    }

    .about-quality .sl-number {
        margin-bottom: 20px
    }

    .about-quality .title {
        margin-bottom: 10px
    }

    .about-quality {
        margin-bottom: 0 !important
    }

    .about-quality p {
        margin-bottom: 0
    }

    .aboutQuality__row {
        gap: 30px
    }

    .about-team .thumbnail {
        padding-right: 0;
        max-width: 320px;
        margin: 30px auto 0
    }

    .aboutTeam__row {
        flex-direction: column-reverse
    }

    .about-team .section-heading p {
        margin-bottom: 0
    }

    .ourTeam {
        margin-bottom: 0
    }

    .mb--90 {
        margin-bottom: 30px !important
    }

    .section-heading p {
        margin-bottom: 30px
    }

    .process-work2 {
        flex-direction: column !important;
        margin-bottom: 30px !important
    }

    .process-work2:last-of-type {
        margin-bottom: 0 !important
    }

    .process-work.content-reverse .content {
        margin-right: 0 !important
    }

    .process-work .content {
        margin-left: 0 !important
    }

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

    .heading-light-left.heading-light-left-w80 .title {
        width: 100% !important
    }

    .heading-light-left.heading-light-left-w80 p {
        width: 100% !important
    }

    .process-work .content .title {
        margin-bottom: 10px
    }

    .contact__row {
        max-width: 600px;
        width: 100%;
        margin: 0 auto
    }

    .contactInfo__wrap {
        gap: 30px
    }

    .contact-info {
        margin-bottom: 0 !important
    }

    .faq-area .section-heading .title {
        margin-bottom: 20px
    }

    .section-headingWrap {
        margin-bottom: 30px
    }

    .isotope-project-btn button {
        font-size: 18px;
        margin-right: 0 !important
    }

    .isotope-project-btn {
        display: flex;
        gap: 30px;
        flex-wrap: wrap
    }

    .project-grid .content .title {
        font-size: 18px;
        margin-bottom: 0
    }

    .project-column-4 .project-grid .content {
        padding: 20px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }

    .project-grid {
        margin-bottom: 30px
    }

    .project-grid .content .subtitle p {
        margin-bottom: 0;
        margin-top: 10px
    }

    .project__elem:last-of-type .project-grid {
        margin-bottom: 0
    }

    .shape-group-7 .shape.shape-1 {
        opacity: .3
    }

    .project-grid .thumbnail,
    .project-grid .thumbnail a {
        width: 100%
    }

    .breadcrumb-banner.single-breadcrumb .banner-thumbnail {
        max-width: 400px;
        margin: 0 auto;
    }

    .about-expert .thumbnail {
        max-width: 540px;
    }

    .case-study-featured-thumb {
        max-width: 460px !important;
        margin: 0 auto;
    }

    .why-choose-us {
        margin-bottom: 30px !important;
    }

    .about__imgWrap {
        max-width: 460px !important;
        margin-top: 0!important;
    }
}

@media (max-width:991px) {
    div.my_switcher {
        display: none !important
    }

    li.my_switcher {
        display: flex !important
    }

    .banner {
        margin-top: -120px !important
    }
}

@media (max-width:768px) {
    .mainPage__title {
        margin-bottom: 10px
    }

    .banner .banner-content .subtitle {
        font-size: 16px !important;
        margin-bottom: 20px
    }

    .mainPageBanner__right {
        max-width: 280px
    }

    .banner .banner-content .axil-btn {
        padding: 10px 30px;
        border-radius: 10px
    }

    .serviceItem .title {
        min-height: initial
    }

    .contact-info .phone-number {
        font-size: 24px
    }

    .axil-btn {
        padding: 10px 30px;
        border-radius: 10px
    }

    .axil-btn.btn-large {
        padding: 10px 30px;
        border-radius: 10px
    }

    .pricing-table .pricing-body li {
        font-size: 14px
    }

    .heading-light-left .title {
        margin-bottom: 20px
    }

    .brand-grid.active img {
        max-width: 50px
    }

    .brand-grid-title {
        margin-top: 10px;
        font-size: 16px
    }

    .section-heading {
        margin-bottom: 30px !important
    }

    .call-to-action .section-heading {
        margin-bottom: 0 !important
    }

    .footer-newsletter p {
        font-size: 14px
    }

    .footer-newsletter .title {
        margin-bottom: 10px
    }

    .footer-newsletter h2 {
        font-size: 20px
    }

    .call-to-action .section-heading .title {
        margin-bottom: 30px
    }

    .about__img {
        max-width: 300px
    }

    .about__imgWrap {
        margin-top: -90px
    }

    .about-team .thumbnail {
        margin-top: 0
    }

    .project-grid {
        max-width: 300px;
        width: 100%;
        margin: 0 auto
    }

    .more-project-btn {
        margin-top: 30px
    }

    .textSection__title {
        font-size: 30px;
    }

    .case-study-featured-thumb {
        max-width: 300px !important;
    }

    .portfolioDetail__content {
        margin: 0 !important;
    }
}

@media (max-width:576px) {
    .changeLanguage__li {
        margin-right: 10px !important
    }

    .header-action .mobile-menu-btn .btn-wrap {
        height: 40px;
        width: 40px
    }

    .header-action .my_switcher {
        height: 40px;
        width: 40px;
        margin-left: 10px
    }

    .changeLanguage__current-img {
        width: 30px;
        height: 30px
    }

    .axil-header .header-navbar .header-logo img {
        width: 110px
    }

    .process-work .thumbnail img {
        display: none
    }

    .banner.banner-style-1 .banner-content {
        margin-top: 0
    }

    .banner .banner-content .subtitle {
        font-size: 14px !important
    }

    .mainPageBanner__right {
        max-width: 190px
    }

    .banner .banner-content .axil-btn {
        padding: 5px 20px;
        font-size: 16px
    }

    .serviceItem .services-grid {
        flex-direction: column;
        padding: 30px
    }

    .services-grid .thumbnail {
        margin: 0 auto 20px
    }

    .serviceItem .title {
        margin-bottom: 20px
    }

    .services-grid .content p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px
    }

    .serviceItem .title {
        font-size: 18px;
        text-align: center
    }

    .services-grid .content .more-btn {
        font-size: 14px;
        padding-left: 0;
        text-align: center
    }

    .services-grid .content .more-btn:before {
        content: none
    }

    .pricing-header .title {
        font-size: 18px !important
    }

    .pricing-table .pricing-body li {
        font-size: 14px;
        padding: 8px 0 8px 34px
    }

    .brand-grid-title {
        font-size: 16px
    }

    .call-to-action .section-heading .title {
        margin-bottom: 20px
    }

    .call-to-action-area:before {
        height: 383px
    }

    .footer-newsletter p {
        font-size: 14px
    }

    .footer-newsletter .input-group {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .brand-grid img {
        width: 50px;
        height: 50px
    }

    .contact__title {
        text-align: center;
        font-size: 20px !important
    }

    .contact-info .phone-number {
        font-size: 18px
    }

    .contact-info {
        padding: 30px
    }

    .contact-info p {
        font-size: 14px
    }

    .axil-btn {
        padding: 5px 20px;
        font-size: 16px
    }

    .axil-btn.btn-large {
        padding: 5px 20px;
        font-size: 16px
    }

    .btnOrigin {
        height: 50px;
        font-size: 12px;
        max-width: 150px;
    }

    .banner .banner-content {
        margin-bottom: 30px
    }

    .banner {
        padding-top: 120px
    }

    .mainPageBanner__right {
        width: 100%;
        max-width: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .mainPageBanner__right .banner-thumbnail {
        height: 100%;
        max-width: 250px;
        width: 100%
    }

    .section-padding-2 {
        padding: 30px 0
    }

    .heading-light-left p {
        font-size: 14px;
        margin-bottom: 30px
    }

    .services-grid .content .title a {
        font-size: 16px
    }

    .serviceItem .title {
        margin-bottom: 10px
    }

    .services-grid .thumbnail {
        max-width: 80px
    }

    .section-padding {
        padding: 30px 0
    }

    .section-heading p {
        font-size: 14px;
        margin-bottom: 30px
    }

    .pricing-header .title {
        font-size: 16px !important
    }

    .pricing-table .pricing-header .subtitle {
        font-size: 12px
    }

    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 30px
    }

    .pricing__wrapper {
        padding: 0 !important
    }

    .pricing-table .pricing-body li {
        padding: 6px 0 6px 26px
    }

    .brand-grid-title {
        font-size: 14px
    }

    .section-padding-equal {
        padding: 30px 0
    }

    .call-to-action-area {
        padding: 30px 0
    }

    .call-to-action-area:before {
        height: 100%
    }

    .footer-main {
        position: relative;
        z-index: 1
    }

    .footer-copyright .copyright-text {
        font-size: 12px
    }

    .footer-bottom {
        padding: 10px 0
    }

    .breadcrum-area {
        padding: 120px 0 30px
    }

    .breadcrumb li {
        font-size: 12px
    }

    .breadcrumb li a {
        font-size: 12px
    }

    .breadcrumb ul {
        margin-bottom: 20px
    }

    .breadcrumb {
        margin-bottom: 0
    }

    .shape-group-8 .shape.shape-2 img {
        width: 50%
    }

    .case-study-featured .section-heading p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .about__img {
        max-width: 220px
    }

    .about__imgWrap {
        margin-top: -50px;
        justify-content: center;
        align-items: center
    }

    .heading-light-left.heading-light-left-w80 p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .about-quality .sl-number {
        width: 60px;
        height: 60px
    }

    .about-quality .sl-number {
        display: flex;
        align-items: center;
        font-size: 20px;
        padding-left: 20px
    }

    .about-quality p {
        font-size: 14px
    }

    .about-team .thumbnail {
        max-width: 290px;
        margin: 20px auto 0
    }

    .process-work .content p {
        font-size: 14px
    }

    .contact-form-box .title {
        font-size: 18px
    }

    .contact-form-box {
        padding: 20px 15px
    }

    .contact-info {
        padding: 20px 15px
    }

    .contact-info p {
        font-size: 11px;
        margin-bottom: 10px
    }

    .contact-info .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .contact-info .phone-number {
        font-size: 16px
    }

    .faq-accordion .accordion-button {
        padding: 20px !important;
        font-size: 14px
    }

    .faq-accordion .accordion-body p {
        font-size: 12px
    }

    .faq-accordion .accordion-body {
        padding: 0 20px 20px
    }

    .isotope-project-btn button {
        font-size: 14px
    }

    .isotope-project-btn {
        gap: 20px;
        justify-content: center
    }

    .project-grid .content .title {
        font-size: 16px
    }

    .project-grid .content .subtitle p {
        font-size: 14px
    }

    .back-to-top.show {
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-button.show {
        bottom: 65px;
    }

    .project-grid {
        margin-bottom: 30px;
    }

    .about-expert .thumbnail {
        max-width: 260px;
    }

    .shape-group-10 .shape.shape-2 {
        bottom: 130px;
        left: 10px;
    }

    .textSection__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .case-study-featured-thumb {
        max-width: 180px !important;
    }

    .case-study-featured {
        margin-bottom: 30px;
    }

    .why-choose-us .section-heading p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contact-form-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .contact-form-box .title {
        margin-bottom: 20px;
    }

    .form__textareaa {
        margin-bottom: 20px !important;
    }

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

    .form__btnWrap {
        display: flex;
        justify-content: center;
    }

    .form-control,
    input {
        font-size: 12px;
    }

    .banner .banner-content .subtitle {
        width: 100%;
    }

    .banner.banner-style-1 .banner-content .title {
        text-align: center;
    }

    .banner .banner-content .subtitle {
        text-align: center;
    }

    .mainPageBanner__left .btnOrigin {
        margin: 0 auto;
    }

    .case-study-featured-thumb {
        max-width: 220px !important;
    }

    .about-quality .sl-number {
        padding-left: 0;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: #0000007d;
    display: none;
    flex-direction: column
}

.infinity {
    width: 120px;
    height: 60px;
    position: relative
}

.infinity div,
.infinity span {
    position: absolute
}

.infinity div {
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    animation: rotate 6.9s linear infinite
}

.infinity div span {
    left: -8px;
    top: 50%;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
    display: block;
    background: #8c6ff0;
    box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
    border-radius: 50%;
    transform: rotate(90deg);
    animation: move 6.9s linear infinite
}

.infinity div span:after,
.infinity div span:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: inherit;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    box-shadow: inherit
}

.infinity div span:before {
    animation: drop1 .8s linear infinite
}

.infinity div span:after {
    animation: drop2 .8s linear infinite .4s
}

.infinity div:nth-child(2) {
    animation-delay: -2.3s
}

.infinity div:nth-child(2) span {
    animation-delay: -2.3s
}

.infinity div:nth-child(3) {
    animation-delay: -4.6s
}

.infinity div:nth-child(3) span {
    animation-delay: -4.6s
}

.infinityChrome {
    width: 128px;
    height: 60px
}

.infinityChrome div {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #8c6ff0;
    box-shadow: 2px 2px 8px rgba(140, 111, 240, .09);
    border-radius: 50%;
    animation: moveSvg 6.9s linear infinite;
    -webkit-filter: url(/assets/css/min/#goo);
    filter: url(#goo);
    transform: scaleX(-1);
    offset-path: path("M64.3636364,29.4064278 C77.8909091,43.5203348 84.4363636,56 98.5454545,56 C112.654545,56 124,44.4117395 124,30.0006975 C124,15.5896556 112.654545,3.85282763 98.5454545,4.00139508 C84.4363636,4.14996252 79.2,14.6982509 66.4,29.4064278 C53.4545455,42.4803627 43.5636364,56 29.4545455,56 C15.3454545,56 4,44.4117395 4,30.0006975 C4,15.5896556 15.3454545,4.00139508 29.4545455,4.00139508 C43.5636364,4.00139508 53.1636364,17.8181672 64.3636364,29.4064278 Z")
}

.infinityChrome div:after,
.infinityChrome div:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: inherit;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    box-shadow: inherit
}

.infinityChrome div:before {
    animation: drop1 .8s linear infinite
}

.infinityChrome div:after {
    animation: drop2 .8s linear infinite .4s
}

.infinityChrome div:nth-child(2) {
    animation-delay: -2.3s
}

.infinityChrome div:nth-child(3) {
    animation-delay: -4.6s
}

@keyframes moveSvg {
    0% {
        offset-distance: 0
    }

    25% {
        background: #5628ee
    }

    75% {
        background: #23c4f8
    }

    100% {
        offset-distance: 100%
    }
}

@keyframes rotate {
    50% {
        transform: rotate(360deg);
        margin-left: 0
    }

    100%,
    50.0001% {
        margin-left: -60px
    }
}

@keyframes move {

    0%,
    50% {
        left: -8px
    }

    25% {
        background: #5628ee
    }

    75% {
        background: #23c4f8
    }

    100%,
    50.0001% {
        left: auto;
        right: -8px
    }
}

@keyframes drop1 {
    100% {
        transform: translate(32px, 8px) scale(0)
    }
}

@keyframes drop2 {
    0% {
        transform: translate(0, 0) scale(.9)
    }

    100% {
        transform: translate(32px, -8px) scale(0)
    }
}

.infinity {
    display: none
}

.preloader-text {
    margin-top: 30px;
    color: #fff
}

:root {
    --cc-bg: #fff;
    --cc-text: #2d4156;
    --cc-border-radius: .35em;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-btn-border-radius: 4px;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgba(4, 6, 8, .85);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0
}

.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
    animation: none;
    background: 0 0;
    border: none;
    border-radius: unset;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    float: none;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    height: auto;
    letter-spacing: unset;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: none;
    vertical-align: baseline;
    visibility: unset
}

.cc_div {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2d4156;
    color: var(--cc-text);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

.cc_div a,
.cc_div button,
.cc_div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden
}

.cc_div a {
    border-bottom: 1px solid
}

.cc_div a:hover {
    border-color: transparent;
    text-decoration: none
}

.cc_div .cc-link {
    border-bottom: 1px solid #2d4156;
    border-bottom: 1px solid var(--cc-btn-primary-bg);
    color: #2d4156;
    color: var(--cc-btn-primary-bg);
    cursor: pointer;
    display: inline;
    font-weight: 600;
    padding-bottom: 0;
    text-decoration: none
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
    border-color: transparent
}

#c_policy__text {
    height: 31.25em;
    margin-top: 1.25em;
    overflow-y: auto
}

#c-s-in {
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.cc_div .on-i:before {
    border: solid #ecf2fa;
    border: solid var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    left: .75em;
    padding: .1em .1em .45em;
    top: .37em
}

.cc_div .on-i:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    transform: rotate(45deg)
}

.cc_div .off-i,
.cc_div .on-i {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity .15s ease;
    width: 50%
}

.cc_div .on-i {
    left: 0;
    opacity: 0
}

.cc_div .off-i:after,
.cc_div .off-i:before {
    background: #ecf2fa;
    background: var(--cc-toggle-knob-icon-color);
    content: " ";
    display: block;
    height: .7em;
    margin: 0 auto;
    position: absolute;
    right: .8em;
    top: .42em;
    transform-origin: center;
    width: .09375em
}

.cc_div .off-i:before {
    transform: rotate(45deg)
}

.cc_div .off-i:after {
    transform: rotate(-45deg)
}

@media screen and (max-width:688px) {
    #c-s-in {
        height: 100%;
        max-height: 100%;
        top: 0;
        transform: none
    }
}

.cc_div.ie #c-s-in {
    top: 0
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.offcanvas.show {
    transform: none;
}

@media only screen and (max-width: 991px) {
    .mainmenu-nav.show {
        left: 0;
    }
}

.shape-group-6 .shape.shape-4 {
    left: 75px;
    max-height: 400px;
}

.shape-group-6 .shape.shape-4 img {
    width: 90%;
}

.my_switcher {
    transition: 500ms all;
    transform: translateX(0);
}

.my_switcher-hide {
    transform: translateX(-100px);
}

.setColor.dark svg {
    width: 18px;
    height: 18px;
    fill: #fff
}

.setColor.light svg {
    width: 30px;
    height: 30px;
    fill: #fff
}

.portfolioLink {
    color: #292930;
    margin-bottom: 40px;
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.roundedImage img {
    border-radius: 14px;
    object-fit: contain;
}

.portfolioMobileLinks__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolioMobileLinks__wrap svg{
    height: 150px;
    margin-left: 15px;
}

.news .project-grid .thumbnail{
    max-width: unset;
}

.newsPage .thumbnail{
    margin-bottom: 50px;
    max-width: unset;
    height: 400px;
    transition: none;
    background-position: center !important;
}

.section-padding-equal.newsPage{
    padding-top: 50px;
}

.newsPage .about-expert:hover .thumbnail {
    background-position: center !important;
}

.swgWrap svg {
    height: 100%;
}