@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.mt-90 {
    margin-top: 3rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
   
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}
@media (min-width: 1400px) {
    footer .container{
        max-width: 1320px !important;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}


.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}



.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
        text-align: end;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}


@media (min-width:992px) {
    .d-lg-block {
        display: block !important
    }
}



.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}



.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important
}


.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}


.mt-3,
.my-3 {
    margin-top: 1rem !important
}


.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}



.p-0 {
    padding: 0 !important
}


.pr-1,
.px-1 {
    padding-right: .25rem !important
}



.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}


.pl-2,
.px-2 {
    padding-left: .5rem !important
}



.pr-3,
.px-3 {
    padding-right: 1rem !important
}


.pl-3,
.px-3 {
    padding-left: 1rem !important
}


@media (min-width:992px) {
    .text-lg-right {
        text-align: right !important
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-chevron-right:before {
    content: "\f054"
}


.fa-linkedin:before {
    content: "\f0e1"
}


.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}



.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}


.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}


.slick-slide img {
    display: block
}



.slick-initialized .slick-slide {
    display: block
}


.icon {
    display: inline-block;
    width: 3em;
    height: 1em;
    fill: currentColor
}


body {
    font-family: Heebo, sans-serif;
    color: #333;
    font-size: 14px;
    min-height: 100vh;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 69px
}

@media only screen and (min-width:576px) {
    body {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) {
    body {
        padding-top: 0
    }
}

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh;
    width: 100%
}


@media only screen and (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}


.button {
    display: inline-block;
    color: #0d73fc;
    border: 2px solid #0d73fc;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    white-space: nowrap
}

.button:hover {
    text-decoration: none
}

.button span {
    display: block;
    padding: 21px 56px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.button::before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    padding: 21px 56px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.button:hover span {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.button:focus::before,
.button:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.button--transparent.button--primary span,
.button--transparent.button--primary::before {
    padding: 16px 55px
}

.button--filled.button--primary span,
.button--filled.button--primary::before {
    padding: 18px 55px
}

.button--filled.button--rounded,
.button--transparent.button--rounded {
    border-radius: 50px
}

.button--filled.button--radius,
.button--transparent.button--radius {
    border-radius: 4px
}

.button--primary.button--dark {
    color: #fff;
    border: none
}

.button--primary.button--dark span,
.button--primary.button--dark::before {
    padding: 18px 55px
}


.button--primary.button--dark::before {
    background-color: #4c4d4d
}

.button--primary.button--gray {
    color: #fff;
    border: none
}

.button--primary.button--gray span,
.button--primary.button--gray::before {
    padding: 18px 55px
}

.button--primary.button--gray span {
    background-color: #4c4d4d
}

.button--primary.button--gray::before {
    background-color: #25272a
}

.button.button--transparent::before {
    background-color: #0d73fc;
    color: #fff
}

.header .button.button--transparent::before {
    background-color: #25D366;
    text-align: center;
}

.header .button i {
    margin-left: 10px;
}

.button:hover .bi {
    color: white;
    /* Change icon color on hover */
}

.button.button--filled,
.button.button--filled::before {
    border: none
}

.button.button--filled span {
    color: #fff;
    background-color: #0d73fc
}

.button.button--filled::before {
    background-color: #25272a;
    color: #fff
}

.with--line {
    display: inline-block;
    color: #0d73fc;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.with--line:hover {
    color: #333
}

.with--line::after {
    content: "";
    display: inline-block;
    width: 49px;
    height: 1px;
    background-color: #0d73fc;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 12px
}

.with--line:hover::after {
    width: 17px;
    background-color: #333
}


.button.button--common span,
.button.button--common::before {
    padding: 11px 30px
}

.align-container {
    display: table;
    width: 100%;
    height: 100%
}

.align-item {
    display: table-cell;
    vertical-align: middle
}

.align-items {
    display: block;
    vertical-align: middle;
    margin-top: 12rem;
}

.text-center {
    text-align: center
}

.primary-heading {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 40px auto
}


@media only screen and (min-width:992px) {
    .primary-heading {
        margin: 0 auto 50px auto
    }
}

@media only screen and (min-width:992px) {
    .primary-heading {
        text-align: center;
        margin: 0 auto 60px auto
    }
}

.primary-heading .title {
    color: #0d73fc;
    font-size: 13px;
    line-height: 27px;
    font-weight: 500;
    text-transform: uppercase
}

.primary-heading .subtitle {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -.030em
}

@media only screen and (min-width:768px) {
    .primary-heading .subtitle {
        font-size: 36px;
        line-height: 46px
    }
}

@media only screen and (min-width:992px) {
    .primary-heading .subtitle {
        font-size: 55px;
        line-height: 60px;
        margin: 7px 0 0 0
    }
}

.primary-heading p {
    margin-top: 18px
}

.inner-heading {
    text-align: left;
    max-width: 100%
}


.heading-description .with--line {
    margin-top: 15px
}


.inner-heading .subtitle {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px
}

@media only screen and (min-width:576px) {
    .inner-heading .subtitle {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0
    }
}


@media only screen and (min-width:576px) {
    .inner-heading .title-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.inner-heading .title-block {
    width: 100%;
    max-width: 370px
}

.inner-heading .description p:last-of-type {
    margin-bottom: 0
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.offset-top-10 {
    margin-top: -10px !important
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(13, 115, 252, .14);
    top: 0;
    right: 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.promo-slider .overlay {
    height: 100%;
}

.img-holder {
    display: block;
    position: relative;
    overflow: hidden
}

.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%"
}


.text-right {
    text-align: right
}

.margin-top {
    margin-top: 50px !important
}

.section {
    position: relative
}

.section {
    padding: 70px 0
}

@media only screen and (min-width:768px) {
    .section {
        padding: 90px 0
    }
}

@media only screen and (min-width:992px) {
    .section {
        padding: 120px 0
    }
}

@media only screen and (min-width:1200px) {
    .section {
        padding: 100px 0px;
    }

    .brands-section {
        padding: 65px 0;
    }

    .we-provide {
        padding: 0px 0px 100px 0px;
    }
}

.margin-bottom {
    margin-bottom: 30px
}

@media only screen and (min-width:576px) {
    .margin-bottom {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:768px) {
    .margin-bottom {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:992px) {
    .margin-bottom {
        margin-bottom: 60px
    }
}

input[type=number] {
    -moz-appearance: textfield
}

@-webkit-keyframes animation1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes animation1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes animation2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@keyframes animation2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@-webkit-keyframes animation3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes animation3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

h1 {
    font-size: 60px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 700
}

p {
    /* color: #82868a; */
    color: #25272A;
    line-height: 24px
}

@media only screen and (min-width:576px) {
    p {
        line-height: 30px
    }
}

p:not(:last-of-type) {
    margin-bottom: 15px
}

a {
    color: #0d73fc;
    text-decoration: underline
}

a:hover {
    opacity: 1;
    text-decoration: none
}

p.dropcap::first-letter {
    color: #0d73fc;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    float: left;
    margin: 0 30px 0 10px
}

blockquote {
    position: relative;
    color: #82868a;
    font-size: 16px;
    background-color: #fafafa;
    padding: 0 0 0 20px
}

blockquote p {
    color: #333;
    line-height: 30px
}

blockquote p:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    blockquote {
        font-size: 18px;
        line-height: 30px;
        padding-left: 70px;
        background: 0 0
    }
}

@media only screen and (min-width:992px) {
    blockquote {
        font-size: 20px;
        line-height: 35px;
        padding-left: 100px
    }
}

blockquote::before {
    display: none
}

blockquote::after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 5px;
    background-color: #0d73fc;
    top: 0;
    left: 0
}

@media only screen and (min-width:768px) {
    blockquote::after {
        display: none
    }
}

@media only screen and (min-width:768px) {
    blockquote::before {
        content: "“";
        display: block;
        color: #0d73fc;
        font-size: 120px;
        position: absolute;
        left: 0;
        top: 46px
    }
}

@media only screen and (min-width:992px) {
    blockquote::before {
        font-size: 150px;
        top: 60px;
        left: 15px
    }
}

ul {
    color: #25272A;
    list-style: none;
    padding: 0;
    line-height: 30px
}

ol {
    color: #82868a;
    padding-left: 20px;
    line-height: 30px
}

ul li {
    position: relative;
    padding-left: 40px
}

ul li::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 16px;
    background-color: #0d73fc;
    position: absolute;
    left: 0;
    top: 11px
}

.mobile-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    background-color: rgba(33, 35, 38, .5)
}

@media only screen and (min-width:992px) {
    .mobile-nav {
        display: none
    }
}

.mobile-nav.is-active {
    visibility: visible;
    opacity: 1;
    z-index: 1071
}

.nav-inner {
    width: 100%;
    min-height: 100%;
    background-color: #212326;
    padding: 80px 15px 60px 15px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    text-align: center
}

.nav-inner .nav-item {
    display: inline-block;
    text-align: left
}

.nav-inner .button-holder {
    margin-top: 41px
}

.nav-inner .button-holder .button span,
.nav-inner .button-holder .button::before {
    padding: 13px 30px
}

.nav-inner .button-holder .button::before {
    background-color: #fff;
    color: #25D366;
    border: 1px solid #25D366;  
}

.nav-inner .menu-contacts {
    margin-top: 38px;
    width: 100%;
    max-width: 200px
}

.nav-inner .menu-contacts p {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 0
}

.nav-inner .menu-contacts p a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.nav-inner .menu-contacts p a:hover {
    color: #0d73fc
}

.mobile-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    list-style-type: none
}

.mobile-menu li {
    padding: 0
}

.mobile-menu li::before {
    display: none
}

.mobile-menu>li:not(:last-of-type) {
    margin-bottom: 5px
}

.mobile-menu>li>a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0
}

.mobile-menu>li>a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0d73fc;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.mobile-menu>li.active a::after {
    width: 100%
}

.mobile-menu>li.sub-menu-opened>a::after,
.mobile-menu>li:hover>a::after {
    width: 100%
}

.mobile-menu>li.menu-item--has-child>a>span::after,
.mobile-menu>li.menu-item--has-child>a>span::before {
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background-color: #0d73fc;
    position: absolute;
    top: 13px;
    pointer-events: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mobile-menu>li.menu-item--has-child>a>span::before {
    right: -15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu>li.menu-item--has-child>a>span::after {
    right: -18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu>li.menu-item--has-child.sub-menu-opened>a>span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu>li.menu-item--has-child.sub-menu-opened>a>span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 25px;
    margin: 7px 0
}

.mobile-menu .sub-menu li:not(:last-of-type) {
    margin-bottom: 5px
}

.mobile-menu .sub-menu li a {
    color: #8d9296;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.mobile-menu .sub-menu li a:hover {
    color: #fff
}

.mobile-menu .sub-menu li.active a {
    color: #fff
}

.hamburger {
    display: inline-block;
    height: 24px;
    cursor: pointer;
    -webkit-transition: opacity, -webkit-filter .3s linear;
    transition: opacity, -webkit-filter .3s linear;
    -o-transition: opacity, filter .3s linear;
    transition: opacity, filter .3s linear;
    transition: opacity, filter .3s linear, -webkit-filter .3s linear
}

@media only screen and (min-width:992px) {
    .hamburger {
        display: none
    }
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 24px;
    height: 3px;
    background-color: #333;
    border-radius: 3px;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -6px
}

.hamburger-inner::after {
    bottom: -6px
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #fff
}

.hamburger.is-active .hamburger-inner {
    background-color: transparent
}

.hamburger.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1071;
    min-height: 69px
}

@media only screen and (min-width:992px) {
    .header {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-height: auto
    }
}

@media only screen and (min-width:1200px) {
    .header {
        padding: 15px 39px 15px 30px
    }
}

#header.menu-opened {
    z-index: 1071;
    background-color: #212326;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (min-width:992px) {
    #header.menu-opened {
        z-index: 3;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .1)
    }
}

#header.menu-opened .top {
    background-color: #212326
}

@media only screen and (min-width:992px) {
    #header.menu-opened .top {
        background-color: #fff
    }
}

#header.menu-opened .cart-block,
#header.menu-opened .cart-trigger,
#header.menu-opened .lang-select,
#header.menu-opened .logo-block,
#header.menu-opened .user-block {
    display: none
}

@media only screen and (min-width:992px) {

    #header.menu-opened .cart-block,
    #header.menu-opened .cart-trigger,
    #header.menu-opened .lang-select,
    #header.menu-opened .logo-block,
    #header.menu-opened .user-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#header.menu-opened .block-right,
#header.menu-opened .lang-block {
    margin-left: auto
}

@media only screen and (min-width:992px) {

    #header.menu-opened .block-right,
    #header.menu-opened .lang-block {
        margin-left: 0
    }
}

.header .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .button {
    display: none;
    color: #25D366;
    border: 1px solid #25D366;
}

.header .button span,
.header .button::before {
    padding: 11px 30px
}

@media only screen and (min-width:992px) {
    .header .button {
        display: inline-block;
    }
}

@media only screen and (min-width:1200px) {

    .header .button span,
    .header .button::before {
        padding: 15px 45px;
    }
}

@media only screen and (min-width:1366px) {

    .header .button span,
    .header .button::before {
        padding: 15px 45px;
    }

}

.logo-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    width: 200px;
}

.logo-block .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.logo-block .logo {
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* .logo-block .logo img{
   width:200px !important;
}

@media only screen and (min-width:992px) {
    .logo-block .logo img{
        width:65% !important;
     }
}

@media only screen and (min-width:1366px) {
    .logo-block .logo img{
        width:65% !important;
     }
} */


.lang-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


@media only screen and (min-width:1200px) {
    .header.header--style-2 {
        padding: 0px 20px 0px 20px;
        position: absolute
    }
}

.menu-block {
    display: none
}

@media only screen and (min-width:992px) {
    .menu-block {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.main-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    padding: 10px 0px;
    margin-right: 45px;
    margin-bottom: 0px;
    list-style-type: none;
    line-height: initial;
    width: 600px;
}

.main-menu>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 0
}

.main-menu>li::before {
    display: none
}

@media only screen and (min-width:992px) {
    .main-menu>li:not(:last-of-type) {
        margin-right: 30px
    }

    .main-menu>li:not(:last-of-type) {
        margin-right: 40px
    }
}

.main-menu>li>a {
    color: #333;
    padding: 25px 0;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.main-menu .sub-menu>li>a,
.main-menu>li>a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    position: relative
}

.main-menu>li>a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0d73fc;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.main-menu>li.active a::after {
    width: 100%
}

.main-menu>li>a:hover {
    color: #8a8a8a
}

.main-menu>li:not(.menu-item--has-child):hover>a::after {
    width: 100%
}

.w-40 {
    width: 60%;
}

.promo-slider__wrapper-1,
.promo-slider__wrapper-2,
.promo-slider__wrapper-3 {
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.slick-current .promo-slider__wrapper-1,
.slick-current .promo-slider__wrapper-2,
.slick-current .promo-slider__wrapper-3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slick-current .promo-slider__wrapper-1 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.slick-current .promo-slider__wrapper-2 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.slick-current .promo-slider__wrapper-3 {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.promo-slider .slider-item {
    position: relative;
    vertical-align: top
}

.promo-slider .slider-item .overlay {
    background-color: rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 -200px 70px -90px rgba(0, 0, 0, .35);
    box-shadow: inset 0 -200px 70px -90px rgba(0, 0, 0, .35)
}

.promo-slider .bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.promo-slider .align-container {
    padding: 50px 0 200px 0;
    height: 500px
}

@media only screen and (min-width:768px) {
    .promo-slider .align-container {
        padding: 120px 0;
        height: 650px
    }
}

@media only screen and (min-width:1200px) {
    .promo-slider .align-container {
        padding: 150px 0;
        height: 770px
    }
}

.promo-slider .button span,
.promo-slider .button::before {
    padding: 18px 62px
}

.promo-slider .title {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
}

@media only screen and (min-width:576px) {
    .promo-slider .title {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) {
    .promo-slider .title {
        font-size: 50px;
        line-height: 65px
    }
}

@media only screen and (min-width:1200px) {
    .promo-slider .title {
        font-size: 66px;
        line-height: 72px;
    }
}

.promo-slider .title span {
    font-weight: 100
}

.promo-slider .subtitle {
    color: #fff;
    font-size: 18px;
    margin-top: 8px
}

.promo-slider .button {
    margin-top: 20px
}

.slick-dots {
    padding: 0;
    margin: 0;
    line-height: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.slick-dots li {
    padding-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    height: 18px;
    width: 18px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: initial
}

.slick-dots li::before {
    display: none
}

.slick-dots li:not(:last-of-type) {
    margin-right: 30px
}

.slick-dots li.slick-active {
    border: 2px solid #0d73fc;
    cursor: pointer;

}

.slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: 0;
    background-color: #c7c7c7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #0d73fc
}

.promo--style-2-slider .align-container {
    padding: 10px 0 200px 0;
    height: 500px
}

@media only screen and (min-width:992px) {
    .promo--style-2-slider .align-container {
        height: 750px
    }
}

@media only screen and (min-width:992px) {
    .promo--style-2-slider .align-container {
        padding: 10px 0;
        height: 600px
    }
}

.promo-slider .item--style-2 {
    text-align: center
}

.promo-slider .item--style-3 {
    text-align: center
}

.promo-slider .item--style-3 .title {
    font-size: 52px;
    line-height: 1.1
}

@media only screen and (min-width:576px) {
    .promo-slider .item--style-3 .title {
        font-size: 80px
    }
}

@media only screen and (min-width:768px) {
    .promo-slider .item--style-3 .title {
        font-size: 80px
    }
}

@media only screen and (min-width:992px) {
    .promo-slider .item--style-3 .title {
        font-size: 80px
    }
}

@media only screen and (min-width:1200px) {
    .promo-slider .item--style-3 .title {
        font-size: 80px;
    }
}

.promo-slider .item--style-3 .title span {
    color: #0d73fc;
    vertical-align: middle
}

.about {
    position: relative
}

.about .container {
    max-width: 100%;
    padding: 0;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .about .container {
        max-width: 720px;
        padding: 0 15px
    }
}

@media only screen and (min-width:992px) {
    .about .container {
        max-width: 960px;
        padding: 0 15px
    }
}

@media only screen and (min-width:1200px) {
    .about .container {
        max-width: 1170px;
        padding: 0 15px
    }
}

.about .title-block {
    background: #0d73fc;
    padding: 30px
}

@media only screen and (min-width:768px) {
    .about .title-block {
        margin-bottom: 0;
        width: 100%;
        max-width: 310px;
        padding: 40px 50px
    }
}

.about .title-block .subtitle {
    color: #fff;
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .about .title-block .subtitle {
        font-size: 40px
    }
}

@media only screen and (min-width:992px) {
    .about .title-block {
        padding: 50px 70px
    }
}

.about .title {
    letter-spacing: -.050em
}

.about .bg-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    height: 250px
}

@media only screen and (min-width:576px) {
    .about .bg-holder {
        height: 400px
    }
}

@media only screen and (min-width:768px) {
    .about .bg-holder {
        height: 640px;
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media only screen and (min-width:992px) {
    .about .bg-holder {
        height: 740px
    }
}

.about .bg-holder .text-holder {
    display: none
}

@media only screen and (min-width:992px) {
    .about .bg-holder .text-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 25%
    }
}

.about .bg-holder .img-holder {
    width: 100%;
    position: relative;
    z-index: -1
}

@media only screen and (min-width:992px) {
    .about .bg-holder .img-holder {
        width: 75%
    }
}

.about .bg-holder .img-holder .overlay {
    z-index: 1
}

.about-item {
    position: relative;
    padding: 40px 30px 40px 30px;
    background-color: #eff2f5;
    margin-top: 0
}

@media only screen and (min-width:576px) {
    .about-item {
        padding: 63px 49px 64px 49px
    }
}

@media only screen and (min-width:768px) {
    .about-item {
        margin-top: 200px
    }
}

@media only screen and (min-width:992px) {
    .about-item {
        margin-top: 270px
    }
}

@media only screen and (min-width:1200px) {
    .about-item {
        margin-top: 327px
    }
}

.about-item .icon {
    display: none;
    position: absolute;
    top: 15%;
    left: 15%;
}

.about-item .icon-holder {
    position: absolute;
    background-color: #0D73FC;
    height: 100px;
    width: 100px;
    top: -55px;
    left: 5.2%;
}

.about-item .title {
    font-size: 30px;
    margin-bottom: 22px
}

@media only screen and (min-width:768px) {
    .about-item .title {
        font-size: 36px
    }
}

@media only screen and (min-width:768px) {
    .about-item .icon {
        display: inline-block
    }
}

.about-item .button {
    margin-top: 18px
}

@media only screen and (min-width:768px) {
    .about-item p.description {
        min-height: 150px
    }
}

.about-item .button span,
.about-item .button::before {
    padding: 13px 40px 13px 40px
}

.about-item .button span {
    background: #eff2f5
}

.blog-item .img-holder {
    padding-top: 72.77778%;
    position: relative;
    display: block;
    overflow: hidden
}

.blog-item .img-holder:hover .overlay {
    background-color: rgba(13, 115, 252, .55)
}

.blog-item .img-holder img {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: -1
}

.blog-item .img-holder:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.blog-item .content-holder {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05);
    padding: 31px 30px 31px 30px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

@media only screen and (min-width:992px) {
    .blog-item .content-holder {
        margin: -101px 0 0 30px;
        max-width: 380px
    }
}

@media only screen and (min-width:1200px) {
    .blog-item .content-holder {
        max-width: 400px
    }
}

.blog-item .ribbon {
    position: absolute;
    right: 0;
    top: -33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0d73fc;
    margin-top: 0px;
    padding: 8px 10px;
}

@media only screen and (min-width:992px) {
    .blog-item .ribbon {
        right: 20px
    }
}

.blog-item .ribbon p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 100%
}

.blog-item .ribbon .day {
    font-size: 20px
}

.blog-item .category {
    display: inline-block;
    color: #c7ccd4;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    max-width: 240px;
    margin-bottom: 11px
}

.blog-item .title {
    letter-spacing: -.050em;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.blog-item .title a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.blog-item .title a:hover {
    color: #0d73fc
}

.blog-item .text-holder {
    min-height: 48px
}

@media only screen and (min-width:576px) {
    .blog-item .text-holder {
        min-height: 60px
    }
}

.blog-item p:last-of-type {
    margin-bottom: 0
}

.banner {
    position: relative;
    min-height: 750px
}

@media only screen and (min-width:576px) {
    .banner {
        min-height: auto
    }
}

.banner .title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.050em;
    margin-bottom: 24px
}

@media only screen and (min-width:576px) {
    .banner .title {
        font-size: 36px;
        line-height: 36px
    }
}

@media only screen and (min-width:992px) {
    .banner .title {
        font-size: 50px;
        line-height: 50px
    }
}

.banner .button {
    margin-top: 20px
}

.banner .button span {
    background: #e4eff3
}

.banner .button span,
.banner .button::before {
    padding: 13px 40px
}

.banner .img-bg {
    z-index: -1
}

.brands-holder .slick-dots {
    margin-top: 40px
}

.brands-slider .slider-item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
}

@media only screen and (min-width:768px) {
    .brands-slider .slider-item {
        height: 130px;
    }
}

@media only screen and (min-width:992px) {
    .brands-slider .slider-item {
        height: 130px;
    }
}

@media only screen and (min-width:1200px) {
    .brands-slider .slider-item {
        height: 130px;
    }

    .brands-slider .slider-item .dfi-dfi {
        padding-left: 40px;
        padding-right: 40px;
        /* margin-left: 70px; */
    }

    .brands-slider .slider-item .belden {
        padding-left: 20px;
        padding-right: 20px;
    }

    .brands-slider .slider-item .zebra {
        /* padding-left: 30px;
        padding-right: 30px; */
    }
}

.brands-slider .slider-item img {
    display: inline-block;
    /* opacity: .2; */
    max-width: 90%;
    max-height: 50px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

@media only screen and (min-width:768px) {
    .brands-slider .slider-item img {
        max-height: 60px
    }
}

@media only screen and (min-width:992px) {
    .brands-slider .slider-item img {
        max-height: 70px
    }
}

@media only screen and (min-width:1200px) {
    .brands-slider .slider-item img {
        max-height: 80px
    }
}

/* .brands-slider .slider-item img:hover {
    opacity: .9
} */

.brands-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.map-section {
    position: relative;
    overflow: hidden;
    padding: 0 !important
}

@media only screen and (min-width:992px) {
    .map-section {
        padding: 120px 0 !important
    }
}

@media only screen and (min-width:1200px) {
    .map-section {
        padding: 140px 0 !important
    }
}

.map-section .map {
    min-height: 500px
}

@media only screen and (min-width:992px) {
    .map-section .map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 710px
    }
}

.map-placeholder {
    color: #0d73fc;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 0
}

.form.contact--form {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #fafafa;
    padding: 60px 0 70px 0;
    z-index: 2
}

@media only screen and (min-width:992px) {
    .form.contact--form {
        margin-left: 80px;
        width: 100%;
        background: #fff;
        max-width: 660px;
        padding: 42px 30px 50px 30px;
        -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05)
    }
}

@media only screen and (min-width:1200px) {
    .form.contact--form {
        max-width: 800px;
        padding: 72px 80px 80px 80px
    }
}

@media only screen and (min-width:1366px) {
    .form.contact--form {
        max-width: 850px
    }
}

.form.contact--form .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px
}

@media only screen and (min-width:576px) {
    .form.contact--form .title-block {
        margin-bottom: 40px
    }
}

@media only screen and (min-width:992px) {
    .form.contact--form .title-block {
        margin-bottom: 50px
    }
}

.form.contact--form .title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.050em
}

@media only screen and (min-width:576px) {
    .form.contact--form .title {
        font-size: 40px;
        line-height: 50px
    }
}

.form.contact--form .trigger {
    display: none;
    color: #0d73fc;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.form.contact--form .trigger.mobile-trigger {
    display: inline-block
}

@media only screen and (min-width:576px) {
    .form.contact--form .trigger {
        display: inline-block
    }
}

.form.contact--form .trigger:hover {
    color: #333
}

.form.contact--form .form-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    outline: 0;
    position: relative
}

.form.contact--form .input:valid {
    border-bottom: 1px solid #3c8efd
}

.form.contact--form .textarea {
    resize: none;
    border: none;
    outline: 0;
    background: 0 0;
    height: 102px
}

.form.contact--form .form-field {
    font-size: 14px;
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.form.contact--form .form-field::-webkit-input-placeholder {
    color: #a9acaf
}

.form.contact--form .form-field::-moz-placeholder {
    color: #a9acaf
}

.form.contact--form .form-field:-ms-input-placeholder {
    color: #a9acaf
}

.form.contact--form .form-field::-ms-input-placeholder {
    color: #a9acaf
}

.form.contact--form .form-field::placeholder {
    color: #a9acaf
}

.form.contact--form .button {
    margin-top: 18px;
    background: 0 0;
    padding: 0
}

.form.contact--form .button span {
    background-color: #fff
}

.form.contact--form .button span,
.form.contact--form .button::before {
    padding: 11px 70px
}

.form.contact--form .input-label,
.form.contact--form .textarea-label {
    width: 100%;
    z-index: 2
}

.form.contact--form .input-name {
    margin-bottom: 32px
}

.form.contact--form .input:focus,
.form.contact--form .textarea:focus {
    border-bottom: 1px solid #0d73fc
}

.form.contact--form .input-label,
.form.contact--form .textarea-label {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 31px
}

.form.contact--form .input-label span,
.form.contact--form .textarea-label span {
    display: inline-block;
    color: #a9acaf;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.form.contact--form .input-label .input,
.form.contact--form .textarea-label .textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.form.contact--form .input-label .field--filled+span,
.form.contact--form .input-label .input:focus+span,
.form.contact--form .textarea-label .field--filled+span,
.form.contact--form .textarea-label .textarea:focus+span {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
    font-size: 11px
}

.form.contact--form .button-holder {
    text-align: center;
    margin-top: 67px
}

.form.contact--form .trigger-holder {
    margin-top: 30px
}

@media only screen and (min-width:768px) {
    .form.contact--form .button-holder {
        text-align: left;
        margin-top: 0
    }
}

.form.contacts-page-form .button-holder {
    margin-top: 0
}

.form.contacts-page-form .button span {
    background-color: #fff
}

footer.footer {
    background-color: #EFF2F5;
    padding: 70px 0 0 0
}

footer.footer p:last-of-type {
    margin-bottom: 0
}

footer.footer .footer-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

footer.footer .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer.footer .logo .icon {
    margin-right: 20px;
    font-size: 43px;
    fill: #0d73fc
}

footer.footer .footer-top {
    padding-bottom: 20px
}

@media only screen and (min-width:992px) {
    footer.footer .footer-top {
        padding-bottom: 20px
    }
}

footer.footer a {
    color: #25272A;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none
}

footer.footer a:hover {
    color: #0d73fc
}

footer.footer .footer-logo a span {
    color: #fff;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: -.05em;
    text-decoration: none
}

footer.footer .title {
    color: #25272A;
    /* margin-bottom: 20px; */
    letter-spacing: 1px;
    margin-top: 11px;
    font-weight: 650 !important;
}

@media only screen and (min-width:768px) {
    footer.footer .title {
        padding-top: 10px;
        margin-top: 0
    }
}

footer.footer .footer-contacts {
    margin-top: 4px;
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    footer.footer .footer-contacts {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:992px) {
    footer.footer .footer-contacts {
        margin-bottom: 0
    }
}

footer.footer .footer-contacts p:not(:last-of-type) {
    margin-bottom: 0
}

footer.footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    /* width: 500px; */
}

footer.footer .footer-menu .active a {
    color: #0d73fc
}

footer.footer .footer-menu li {
    /* width: 50%; */
    padding: 7px 0px;
}

.footer-nav ul {
    line-height: 20px !important;
}

footer.footer .footer-menu li::before {
    display: none
}

footer.footer .footer-lower,
footer.footer .footer-lower p {
    font-size: 14px
}

footer.footer .footer-lower {
    border-top: 1px solid #2c2f32;
    padding: 31px 0 10px 0
}

footer.footer .copyright {
    text-align: center
}

@media only screen and (min-width:768px) {
    footer.footer .copyright {
        text-align: left
    }
}

footer.footer .privacy-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:768px) {
    footer.footer .privacy-block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media only screen and (min-width:992px) {
    footer.footer .privacy-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

footer.footer .privacy-block .separator {
    margin: 0 8px
}

footer.footer .privacy-block a {
    text-decoration: underline
}

footer.footer .privacy-block a:hover {
    color: #82868a;
    text-decoration: none
}

footer.footer .socials-holder.socials-desktop {
    display: none
}

footer.footer .socials-primary {
    font-size: 16px
}

footer.footer .socials-holder.socials-tablet {
    display: none;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    footer.footer .socials-holder.socials-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

footer.footer .socials-holder.socials-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 43px 0 0 0
}

@media only screen and (min-width:992px) {
    footer.footer .socials-holder.socials-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.subscribe-form .input-mail {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #3c3d40;
    margin-bottom: 18px;
    padding: 3px 45px 14px 0;
    outline: 0;
    color: black;
    background: url(../img/svg/envelope.svg) right 0 no-repeat;
    background-size: 24px 30px
}

.subscribe-form .input-name {
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #3c3d40;
    margin-bottom: 18px;
    padding: 3px 45px 14px 0;
    outline: 0;
    color: black;
    background: url(../img/svg/user.svg) right 0 no-repeat;
    background-size: 24px 30px
}

.subscribe-form .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    padding: 0;
    width: 100%;
    border: 2px solid #0d73fc
}

.subscribe-form .button span,
.subscribe-form .button::before {
    padding-top: 11px;
    padding-bottom: 11px
}

.promo-primary {
    position: relative
}

@media only screen and (min-width:1200px) {
    .promo-primary {
        width: calc(100% - 0px);
        padding-left: 53px
    }
}

.promo-primary .align-item {
    position: relative;
    top: -20px
}

.promo-primary span {
    display: inline-block;
    color: #fff;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: -.050em;
    margin-bottom: 12px
}

.promo-primary .title {
    color: #fff;
    font-size: 36px;
    letter-spacing: -.050em;
    margin-bottom: 0;
    position: relative
}

@media only screen and (min-width:768px) {
    .promo-primary .title {
        font-size: 42px
    }
}

@media only screen and (min-width:992px) {
    .promo-primary .title {
        font-size: 50px
    }
}

@media only screen and (min-width:1200px) {
    .promo-primary .title {
        font-size: 60px
    }
}

.promo-primary .title::after,
.promo-primary .title::before {
    content: "";
    display: inline-block;
    height: 4px;
    position: absolute;
    bottom: -36px
}

.promo-primary .title::before {
    width: 67px;
    background-color: #0d73fc;
    left: 0
}

.promo-primary .title::after {
    width: 19px;
    background-color: #b7b7b7;
    left: 70px
}

.promo-primary .overlay {
    /* background-color: rgba(13, 115, 252, .2); */
    background-color: rgba(0, 0, 0, .35) !important;
    z-index: 1
}

.promo-primary .align-container {
    position: relative;
    height: 320px;
    padding: 80px 0;
    z-index: 2
}

@media only screen and (min-width:992px) {
    .promo-primary .align-container {
        height: 390px;
        padding: 100px 0
    }
}

.about-welcome {
    position: relative
}

@media only screen and (min-width:1200px) {
    .about-welcome::before {
        content: "";
        display: block;
        position: absolute;
        width: 41%;
        height: 65%;
        top: 0;
        left: 0;
        background-color: #fafafa
    }
}

@media only screen and (min-width:1600px) {
    .about-welcome::before {
        width: 43%
    }
}

.about-welcome .title-block {
    background-color: #0d73fc;
    position: relative;
    padding: 30px 75px 30px 15px;
    margin-bottom: 40px
}

@media only screen and (min-width:576px) {
    .about-welcome .title-block {
        padding: 40px 70px 40px 30px
    }
}

@media only screen and (min-width:768px) {
    .about-welcome .title-block {
        padding: 80px 30px 80px 65px
    }
}

@media only screen and (min-width:992px) {
    .about-welcome .title-block {
        padding: 99px 30px 119px 65px;
        margin-bottom: 30px
    }
}

.about-welcome .title-block span {
    display: inline-block;
    color: #6ca8f8;
    font-size: 13px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 13px
}

.about-welcome .title-block .title {
    color: #fff;
    font-size: 30px;
    line-height: 40px
}

@media only screen and (min-width:576px) {
    .about-welcome .title-block .title {
        font-size: 36px;
        line-height: 46px
    }
}

@media only screen and (min-width:768px) {
    .about-welcome .title-block .title {
        font-size: 40px;
        line-height: 50px
    }
}

.about-welcome .title-block .icon-holder {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #424242;
    height: 85px;
    width: 85px;
    right: -15px;
    bottom: -15px
}

@media only screen and (min-width:768px) {
    .about-welcome .title-block .icon-holder {
        height: 147px;
        width: 147px;
        bottom: -62px;
        right: -62px
    }
}

.about-welcome .title-block .icon-holder .icon {
    vertical-align: 1.5em;
    font-size: 60px;
    fill: #fff;
}

.about-welcome .description .title {
    letter-spacing: -.050em;
    margin-bottom: 23px
}

.about-welcome .brands-slider {
    margin-top: 70px
}

.about-welcome--style-2::before {
    display: none
}

.about-welcome--style-2 .button {
    margin-top: 25px
}

.about-welcome--style-2 .button span,
.about-welcome--style-2 .button::before {
    padding: 13px 40px
}

.about-welcome--style-3::before {
    display: none
}

.about-welcome--style-3 .heading {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px
}

.about-welcome--style-3 .counter-block {
    margin-bottom: 50px
}

.about-welcome--style-3 .counter-holder {
    margin-top: 50px;
    padding: 60px 0 0 0;
    border: 5px solid #eff2f5
}

@media only screen and (min-width:768px) {
    .about-welcome--style-3 .counter-holder {
        margin-top: 63px;
        padding: 84px 0 13px 0
    }
}

.about-welcome--style-3 .description .button {
    margin-top: 20px
}

.team {
    position: relative
}

.contact--form.contacts-page-form {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    max-width: 770px;
    margin: 0 auto
}

.contact--form.contacts-page-form .title {
    margin-bottom: 0
}

.contact--form.contacts-page-form .title-block {
    text-align: center;
    display: block
}

.contact--form.contacts-page-form .button-holder {
    text-align: center
}

.get-in-touch .form-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.get-in-touch .contact--form .button {
    margin-top: 105px
}

.contacts-banner {
    position: relative;
    width: 100%;
    padding: 70px 0;
    font-size: 18px;
    line-height: 36px;
    background: #fafafa;
    z-index: 2
}

@media only screen and (min-width:992px) {
    .contacts-banner {
        background: #fff;
        padding: 42px 30px 50px 30px;
        max-width: 500px;
        margin-left: 50px;
        -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05);
    }
}

@media only screen and (min-width:1200px) {
    .contacts-banner {
        padding: 60px 65px 58px 65px;
        max-width: 450px
    }
}

.contacts-banner p {
    color: #333;
    line-height: 36px;
    margin: 0
}

.contacts-banner .title {
    color: #0d73fc;
    line-height: 50px;
    letter-spacing: -.050em;
    margin-bottom: 0
}

.contacts-banner .title span {
    color: #333
}

.contacts-banner .title-block {
    margin-bottom: 30px
}

.contacts-banner .inner-block {
    letter-spacing: -.050em;
    font-weight: 500
}

.contacts-banner .button-holder {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-top: 40px;
    text-align: left
}

.contacts-banner .button span,
.contacts-banner .button::before {
    padding: 7px 60px
}

@media only screen and (min-width:768px) {

    .contacts-banner .button span,
    .contacts-banner .button::before {
        padding: 7px 70px
    }
}

.contacts-banner .address,
.contacts-banner .phones-block {
    margin-bottom: 10px
}

.contacts-banner .phones-block a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.contacts-banner .phones-block a:hover {
    color: #0d73fc
}

.contacts-banner .mail-block a {
    display: inline-block;
    color: #0d73fc;
    position: relative;
    text-decoration: none
}

.contacts-banner .mail-block a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a2befb;
    position: absolute;
    bottom: 7px;
    left: 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.contacts-banner .mail-block a:hover::after {
    background-color: transparent
}

.services-inner {
    position: relative
}

@media only screen and (min-width:1200px) {
    .services-inner::before {
        content: "";
        width: 47%;
        /* height: 18%; */
        position: absolute;
        top: 44px;
        left: 0;
        background-color: #fafafa;
        z-index: -2
    }
}

.services-inner .heading {
    margin-bottom: 0
}

.services-inner .primary-heading .subtitle::before {
    display: none
}

.services-inner .content-holder {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.services-inner .content {
    position: relative
}

.services-inner .content-holder .info {
    display: none
}

@media only screen and (min-width:1366px) {
    .services-inner .content-holder .info {
        display: inline-block;
        color: #c8cace;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        position: absolute;
        text-align: right;
        bottom: -20px;
        left: 20px
    }
}

.services-inner .content-holder .info::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 47px;
    background-color: #0d73fc;
    margin-right: 22px
}

.info-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    height: 450px;
}

.info-box:hover .info-box__img::before {
    background-color: rgba(0, 0, 0, .6)
}

.info-box:hover .info-box__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.info-box:hover .info-box__inner {
    background-color: #25272a
}

.info-box:hover .info-box__title i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.info-box__img {
    position: relative;
    overflow: hidden
}

.info-box__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    -webkit-transition: background-color .6s;
    -o-transition: background-color .6s;
    transition: background-color .6s
}

.info-box__img img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.info-box__category {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.050em;
    position: absolute;
    top: 25px;
    left: 30px;
    width: 100%;
    z-index: 1
}

.info-box__description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2
}

.info-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0;
    margin-bottom: 0
}

.info-box__title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s;
    font-size: 1.35rem;
    /* margin-right: 15px */
}

.info-box__title a:hover {
    color: #0d73fc
}

.info-box__title i {
    color: #fff;
    font-size: 14px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    margin-top: 7px;
}

.info-box__inner {
    padding: 0 30px;
    background-color: #0d73fc;
    -webkit-transition: background-color .7s;
    -o-transition: background-color .7s;
    transition: background-color .7s
}

.info-box p {
    color: #ababab
}

.info-box__hidden {
    padding-bottom: 30px
}

.info-box__link {
    -webkit-transition: color .6s;
    -o-transition: color .6s;
    transition: color .6s
}

.info-box__link:hover {
    color: #fff
}

.info-box__link:hover::after {
    background-color: #fff
}

.services-details {
    position: relative
}

@media only screen and (min-width:1200px) {
    .services-details::before {
        content: "";
        width: 50%;
        height: 600px;
        background-color: #eff2f5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }
}

.services-details .details-tabs .tabs-header {
    -webkit-box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 15px 2px rgba(0, 0, 0, .05)
}

@media only screen and (min-width:992px) {
    .services-details .details-tabs .tabs-header {
        font-size: 18px
    }
}

.services-details .details-tabs .tabs-header span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 12px 15px 12px 15px;
    letter-spacing: -.050em;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media only screen and (min-width:992px) {
    .services-details .details-tabs .tabs-header span {
        /* padding: 23px 30px 20px 30px */
    }
}

.services-details .details-tabs .tabs-header span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.services-details .details-tabs .tabs-header span:hover::before {
    background-color: #0d73fc
}

.services-details .details-tabs .tabs-header span.active {
    color: #fff;
    background-color: #0d73fc
}

.services-details .details-tabs .tabs-header span:not(:last-of-type) {
    border-bottom: 1px solid #f6f7f9
}

.services-details .img-holder {
    position: relative;
    margin-bottom: 57px
}

.services-details .img-holder img {
    width: 100%;
    height: 567px;
}

.services-details .tabs-content__item ul {
    margin: 30px 0
}

@media only screen and (min-width:992px) {
    .services-details .tabs-content__item ul {
        margin: 40px 0
    }
}

.products {
    position: relative
}

.product-item {
    padding: 30px 0;
    margin-bottom: 50px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    width: 100%;
    max-width: 290px;
    margin: 0 auto
}

@media only screen and (min-width:576px) {
    .product-item {
        max-width: 100%;
        margin: 0
    }
}

.product-item__badge {
    top: 3px;
    right: 3px
}

.product-item s {
    color: #e23f69;
    display: inline-block;
    font-weight: 700;
    margin-right: 15px
}

.product-item .img-holder {
    display: block;
    position: relative;
    outline: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: 300px;
    overflow: hidden
}

.product-item .img-holder::before {
    content: "";
    display: block;
    padding-top: 89.52381%
}

.product-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
    max-width: 80%
}

.product-tabs .tabs-header__title {
    display: inline-block;
    color: #82868a;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    padding: 15px 20px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-tabs .tabs-header__title:hover {
    color: #0d73fc
}

.product-tabs .tabs-header__title.active {
    color: #fff;
    background-color: #0d73fc
}

.product-tabs .tabs-content {
    margin-top: 0
}

@media only screen and (min-width:768px) {
    .product-tabs .tabs-content {
        margin-top: 30px
    }
}

@media only screen and (min-width:992px) {
    .product-tabs .tabs-content {
        margin-top: 50px
    }
}

@media only screen and (min-width:1200px) {
    .product-tabs .tabs-content {
        margin-top: 70px
    }
}

.product-tabs .pagination {
    margin-top: 25px
}

section.section.product-info {
    position: relative;
    z-index: 4
}

.product-info .bg-holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%
}

@media only screen and (min-width:768px) {
    .product-info .bg-holder {
        display: block
    }
}

.product-info .title {
    line-height: 40px;
    letter-spacing: -.050em;
    margin-bottom: 21px
}

.product-info .text-holder {
    color: #fff;
    background-color: #0d73fc;
    padding: 40px 30px;
    margin: 0;
    position: relative;
}

@media only screen and (min-width:768px) {
    .product-info .text-holder {
        padding: 60px 50px 65px 50px;
        margin: 90px 0
    }
}

@media only screen and (min-width:992px) {
    .product-info .text-holder {
        padding: 80px 70px 65px 70px;
        margin: 120px 0
    }
}

@media only screen and (min-width:1200px) {
    .product-info .text-holder {
        padding: 105px 100px 85px 100px;
        margin: 140px 0
    }
}

.product-info .text-holder .text {
    color: #fff;
    opacity: .5
}

.promo--style-2 {
    position: relative
}

.promo--style-2 .slider-nav {
    width: 100%;
    max-width: 1540px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* align-items: flex-end; */
    bottom: 160px;
    padding-left: 15px
}

@media only screen and (min-width:768px) {
    .promo--style-2 .slider-nav {
        padding: 20px 50px 20px 50px;
        border-bottom: 11px solid #0d73fc;
        background-color: rgba(0, 0, 0, .37);
        bottom: 0;
        display: flex;
        justify-content: end;
    }
}

@media only screen and (min-width:1600px) {
    .promo--style-2 .slider-nav {
        max-width: 1740px;
        right: calc((100% - 1540px)/ 2);
        padding: 35px 75px 35px 415px
    }
}

.promo--style-2 .slick-dots {
    padding-bottom: 6px
}

.promo--style-2 .slick-dots li button {
    background-color: #fff
}

.promo--style-2 .slick-dots li.slick-active {
    border: 2px solid #fff
}

.promo--style-2 .slider-nav .inner-holder {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.promo--style-2 .paging-info {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    top: 2px
}

.promo--style-2 .slick-dots::after {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 92px;
    height: 1px;
    background-color: #bcbec1;
    margin: 0 29px;
    -ms-flex-item-align: center;
    align-self: center
}

@media only screen and (min-width:576px) {
    .promo--style-2 .slick-dots::after {
        width: 111px;
    }
    

}

@media only screen and (max-width:576px) {
    .promo--style-2 .slick-dots::after {
        display: none;
        width: 111px;
    }

    .promo--style-2 .slider-nav {
        justify-content: center;
    }

    .promo--style-2 .paging-info {
        display: none;
    }
}

.cases--style-2 .heading {
    max-width: 100%;
    text-align: left;
    margin: 0
}

.cases--style-2 .heading-text {
    margin-bottom: 0
}

@media only screen and (min-width:1200px) {
    .cases-slider-holder {
        width: calc(100% - 140px);
        margin: 0 auto
    }
}

.cases-slider-holder .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.cases-slider figure {
    position: relative;
    margin-bottom: 0
}

.cases-slider .img-holder {
    padding-top: 92.17391%
}

@media only screen and (min-width:576px) {
    .cases-slider .img-holder {
        padding-top: 86.69355%
    }
}

@media only screen and (min-width:992px) {
    .cases-slider .img-holder {
        padding-top: 79.71631%
    }
}

.cases-slider .overlay {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    background-color: rgba(0, 0, 0, 0.1);
}

.cases-slider .img-bg {
    z-index: -1
}

.cases-slider .slick-current figcaption {
    opacity: 1
}

.cases-slider .slick-current .overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

.cases-slider figcaption {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    padding: 27px 15px 23px 15px;
    background-color: #fff
}

@media only screen and (min-width:576px) {
    .cases-slider figcaption {
        padding: 27px 30px 23px 30px
    }
}

@media only screen and (min-width:992px) {
    .cases-slider figcaption {
        padding: 37px 40px 33px 40px
    }
}

.cases-slider figcaption .title {
    letter-spacing: -.050em;
    margin-bottom: 15px
}

.cases-slider figcaption .title a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.cases-slider figcaption .title a:hover {
    color: #0d73fc
}

.cases-slider .button span,
.cases-slider .button::before {
    padding: 11px 35px
}

footer.footer--style-2 {
    padding: 50px 0 10px 0
}

footer.footer--style-2 .privacy-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:768px) {
    footer.footer--style-2 .privacy-block {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

footer.footer--style-2 .button {
    padding: 0;
    width: 100%;
    border: 2px solid #25D366;
    text-align: center;
    color: #25D366;
    margin-top: 15px;

}

footer.footer--style-2 .button span,
footer.footer--style-2 .button::before {
    padding-top: 11px;
    padding-bottom: 11px
}
footer .button.button--transparent::before{
    background-color: #25D366;
    color: #fff;
}

footer.footer--style-2 .footer-downloads p {
    line-height: 20px;
    margin-top: 25px
}

footer.footer--style-2 .footer-contacts {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    footer.footer--style-2 .footer-contacts {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1200px) {
    footer.footer--style-2 .footer-contacts {
        margin-bottom: 0
    }
}

.features-item {
    position: relative
}

.features-item:not(:last-of-type) {
    margin-bottom: 80px
}

@media only screen and (min-width:992px) {
    .features-item:not(:last-of-type) {
        margin-bottom: 0
    }
}

.features-item .img-holder {
    position: relative;
    min-height: 350px
}

@media only screen and (min-width:992px) {
    .features-item .img-holder {
        min-height: 480px
    }
}

@media only screen and (min-width:1200px) {
    .features-item .img-holder {
        min-height: 400px
    }
}

.features-item .count {
    color: #0d73fc;
    font-size: 11px;
    font-weight: 500
}

.features-item .title {
    letter-spacing: -.050em;
    margin-bottom: 24px
}

.features-item .button {
    margin-top: 20px
}

.features-item .text-holder {
    position: relative;
    padding-top: 25px
}

.features-item .count-bg {
    position: absolute;
    color: #f7f7f7;
    font-weight: 700;
    z-index: -1;
    font-size: 80px;
    top: 0;
    left: 0
}

@media only screen and (min-width:992px) {
    .features-item .count-bg {
        font-size: 100px;
        top: -15px;
        left: -15px
    }
}

@media only screen and (min-width:1200px) {
    .features-item .count-bg {
        font-size: 120px;
        top: -30px;
        left: -30px
    }
}

.features-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:992px) {
    .features-item:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.mt-40 {
    margin-top: 6.2rem;
}

.foot-logo {
    width: 100%;
    margin-top: 20px;
}

@media only screen and (max-width:430px) {
    .foot-logo {
        width: 70% !important;
        margin: auto;
    }

    .mt-90 {
        margin-top: 0rem;
    }

    .promo--style-2 .slider-nav {
        bottom: 5%;
    }

    .mobile-link {
        display: none;
    }

    .w-40 {
        width: 80%;
    }

    .slick-dots li:not(:last-of-type) {
        margin-right: 10px
    }
}

.e-main {
    color: #25272A;
}

.phone-number {
    color: #25272A;

}

.phone-number b,
.e-main b {
    font-weight: 600;
}

.contact-info i {
    font-size: 25px;
    color: #0D73FC !important;
}

.contact-info {
    color: #25272A !important;
}

.my-50 {
    margin: 7rem 0rem;
}

.my-60 {
    margin: 5rem 0rem;
}

@media only screen and (min-width:1366px) {
    .w-40 {
        width: 60% !important;
    }
}

.btn-pagenation {
    min-width: 50px;
    padding: 10px 5px;
    border: 2px solid #eff2f5;
}

.btn-next {
    background-color: transparent;
    border: 2px solid #eff2f5;
    color: #000;
}

.industrial-iot {
    margin-top: 14rem;
}

.btn-primary {
    --bs-btn-color: #000 !important;
    --bs-btn-bg: #fff !important;
    --bs-btn-border-color: #fff !important;
    --bs-btn-hover-color: #000 !important;
    --bs-btn-hover-bg: #fff !important;
    --bs-btn-hover-border-color: #fff !important;
}

.btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

@media only screen and (max-width:992px) {
    .home-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
        padding-left: 5px;
        padding-right: 25px;
    }

    .mobile-footer .contact-info {
        font-size: 16px;
        text-align: center;
    }

    .mobile-footer .contact-info i {
        margin-left: 5px;
    }

    .footer-subscribe .title {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:992px) {
    .mobile-footer {
        display: none;
    }
}

.accordion-button {
    font-size: 14px !important;
    border: none !important;
    color: #25272A !important;
    font-weight: 650 !important;
    padding: 20px 0px 5px 20px !important;
}

.accordion {
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-color: none !important;

}

.accordion-button::after {
    display: none;
}

.accordion-button .ps-10 {
    margin-left: auto;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    --bs-accordion-active-bg: none !important;
}
.px-150{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media only screen and (min-width:768px) {
    .foot-logo {
        width: 70% !important;
        margin: auto;
    }

    .mobile-footer .contact-info {
        font-size: 30px;
        text-align: center;
    }
    .px-150{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (min-width:900px) {
    .foot-logo {
        width: 100% !important;
        margin: auto;
    }
  
}

.header .button.button--transparent::before span i{
    color: #FFF !important;
}
.mobile-nav .mobile-menu .button.button--filled span{
    background-color: #25D366;
    color: #fff;
}