
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&amp;display=swap);
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@200;300;400;500;600&display=swap');
:root {
    font-size: 62.5%;
    --transition: all 0.6s;
    --primary: #2c95e7;
    --antiPrimary: #1755a6;
    --secondary: #111;
    --tertiary: #333;
    --grey70: #707070;
    --greyCC: #f9f9f9;
    --white: #fff;
    --poppinsBold: "poppinsbold";
    --regularFont: "robotoregular";
    --regularBoldFont: "robotobold";
    --numbersFont: "ostrich_sansblack" 
}

:root .dark-mode {
    --secondary: #fff;
    --white: #303030;
    --tertiary: #ccc;
	  --antiPrimary: #fff;
	 --greyCC: #000;
}





/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    box-sizing: inherit
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}



.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

/*.d-none {
    display: none !important
}*/

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 2rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.primary-text {
    color: #ed184f;
    color: var(--primary)
}

.poppins-bold {
    font-weight: 700;
    font-size: 1.9rem;

}

.regularFont {
    
}

.regularBoldFont {
   
    font-family: var(--regularBoldFont)
}

.numbers {
    color: #2c95e7;
    
    font-family: "ostrich_sansblack";
    font-family: var(--numbersFont)
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

::selection {
    background: #ed184f;
    background: var(--primary)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
    font-weight: 400; direction: rtl;font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
a:hover {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

footer,
section {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media only screen and (min-width:1200px) {
    footer,
    section {
        padding-top: 2.5rem;
        padding-bottom: .5rem
    }
}

@media only screen and (min-width:1400px) {
    footer,
    section {
       /* padding-top: 6rem;
        padding-bottom: 6rem*/
    }
}



.w-100 {
    width: 100%
}

.w-50 {
    width: 50%
}

.h-100 {
    height: 100%
}

.transition {
    transition: all .6s;
    transition: var(--transition)
}

.uppercase-text {
    text-transform: uppercase
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.ul-list {
    list-style: none
}

.ul-list>li>* {
    padding-left: 2rem;
    position: relative;
   font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    display: inline-block;
    font-size: 1.4rem;
    color: #111;
    color: var(--secondary);
    
}

@media only screen and (min-width:768px) {
    .ul-list>li>* {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .ul-list>li>* {
        font-size: 1.4rem;
        padding-left: 2.4rem
    }
}

@media only screen and (min-width:1200px) {
    .ul-list>li>* {
        font-size: 1.4rem;font-family: 'Poppins', sans-serif;
    }
}

@media only screen and (min-width:1400px) {
    .ul-list>li>* {
        font-size:1.4rem;font-family: 'Poppins', sans-serif;
    }
	
}

.ul-list>li>:before {
    content: "";
    border: 1px solid #696969;
/*    border: 1px solid var(--primary);*/
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px
}

@media only screen and (min-width:992px) {
    .ul-list>li>:before {
        width: 16px;
        height: 16px
    }
}

.video-wrapper {
    position: relative
}

.outlined-support-text {
    color: #000;color: var(--secondary);
}

.outlined-support-text,
.outlined-text {
    font-weight: 700;
}

.outlined-text {
    -webkit-text-stroke: 1px #111;
    -webkit-text-stroke: 1px var(--secondary);
    color: #000;
color: var(--white);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.outlined-text5 {
    -webkit-text-stroke: 1px #111;
    -webkit-text-stroke: 1px var(--secondary);
    color: #000;
/*    color: var(--white);*/
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}



.outlined-text-abt {
    -webkit-text-stroke: 1px #111;
    -webkit-text-stroke: 1px var(--secondary);
    color: #e9f7ff;
   
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;font-weight: 700;
}

.home-hero .outlined-text1 {
   font-size: 9vw;
    line-height: 7.5vw;
    letter-spacing: -2px;
    text-indent: -1vw;
    font-weight: 700;
}

@media only screen and (min-width:992px) {
    .outlined-text {
        -webkit-text-stroke: 1.4px #111;
      -webkit-text-stroke: 1.4px var(--secondary)
    }
	
	
	    .outlined-text5 {
        -webkit-text-stroke: 1.4px #fff;
/*        -webkit-text-stroke: 1.4px var(--secondary)*/
    }
	
	
	  .outlined-text1 {
        -webkit-text-stroke: 1.4px #111;
       /* -webkit-text-stroke: 1.4px var(--secondary);*/
		  color: #fff;
  
    }
}

.about-title {
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: -.1rem;
    line-height: 3.6rem;
    color: #111;
    color: var(--secondary)
}

@media only screen and (min-width:576px) {
    .about-title {
        font-size: 3.2rem;
        line-height: 3.8rem
    }
}

@media only screen and (min-width:768px) {
    .about-title {
        font-size: 3.2vw;
        line-height: 3.8vw;
        
    }
	
	.about-title1 {
   font-weight: 500;
  font-size: 3.2vw;
    line-height: 3.8vw;
    letter-spacing: -.1rem;
   
    color: #111;
    color: var(--secondary);
}
	
	.outlined-text5 {
     font-size: 2.5vw;
    line-height: 3.8vw;
    margin-left: 0vw;
}
	.outlined-text5 {
    -webkit-text-stroke: 1.4px #fff;
    -webkit-text-stroke: 1.4px var(--secondary);
}
	.outlined-text5 {
    -webkit-text-stroke: 1px #fff;
/*    -webkit-text-stroke: 1px var(--secondary);*/
    color: #000!important;
/*    color: var(--white);*/
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;font-weight: 700;
}
	
}

.regular-text {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #333;
    color: var(--tertiary);  text-align: justify; 
}
.regular-text6 {
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #333;
    color: var(--tertiary); text-align: center; 
}

.regular-text7 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #333;
    color: var(--tertiary);  text-align: center; 
}
.regular-text8 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    color: #333;
    color: var(--tertiary);  
}
.regular-text5 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #333;
    color: var(--tertiary); 
}

.regular-text1 {
    font-size: 2rem;
    line-height: 2.4rem;
    
   
}

.regular-text2 {
    font-size: 2.3rem;
    line-height: 2.4rem;
    
   
}

.wrapper {
    min-height: 100%;
/*
    background: #fff;
    background: var(--white);
*/
    transition: all .6s;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .wrapper {
        padding-right: 8rem
    }
}

.content-wrapper {
    position: relative;
    min-height: 100%;
    z-index: 0
}

.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #add8e6
}

.carousel.slick-slider ul.slick-dots {
    margin-top: 1.5rem;
    display: flex !important
}

@media only screen and (min-width:576px) {
    .carousel.slick-slider ul.slick-dots {
        margin-top: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .carousel.slick-slider ul.slick-dots {
        margin-top: 3rem
    }
}

.carousel.slick-slider ul.slick-dots li {
    margin-right: 2rem
}

.carousel.slick-slider ul.slick-dots li:last-child {
    margin-right: 0
}

.carousel.slick-slider ul.slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0;
    display: block;
    background: none;
    border-radius: 100%;
    border: 1px solid #707070;
    border: 1px solid var(--grey70)
}

.carousel.slick-slider ul.slick-dots li button:before {
    top: -4px;
    left: -4px;
    content: "" !important
}

.carousel.slick-slider ul.slick-dots li.slick-active button {
    border: 1px solid #ed184f;
    border: 1px solid var(--primary);
    background: #ed184f;
    background: var(--primary)
}

@media only screen and (min-width:1540px) {
    .about-section .ul-list li.col-lg-12 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.sub-header {
    font-size: 1.8rem
}

@media only screen and (min-width:1200px) {
    .sub-header {
        font-size: 1.5rem
    }
}

@media only screen and (min-width:1350px) {
    .sub-header {
        font-size: 1.6rem;color: #000;color: var(--antiPrimary);font-weight: 500; 
    }
}

@media only screen and (min-width:1500px) {
    .sub-header {
        font-size: 1.6rem;
            
    }
}

@media only screen and (min-width:1650px) {
    .sub-header {
        font-size: 1.6rem
    }
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]+label {
    display: block;
    font-size: 1.8rem
}

@media only screen and (min-width:768px) {
    .checkbox input[type=checkbox]+label {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .checkbox input[type=checkbox]+label {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1200px) {
    .checkbox input[type=checkbox]+label {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1400px) {
    .checkbox input[type=checkbox]+label {
        font-size: 2.2rem
    }
}

.checkbox input[type=checkbox]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #111;
    display: inline-block;
    margin-right: 1.3rem
}

.checkbox input[type=checkbox]:checked+label:before {
    border: 1px solid #ed184f;
    border: 1px solid var(--primary);
   
}

.radio input[type=radio] {
    display: none
}

.radio input[type=radio]+label {
    display: block;
    font-size: 1.8rem
}

@media only screen and (min-width:768px) {
    .radio input[type=radio]+label {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .radio input[type=radio]+label {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1200px) {
    .radio input[type=radio]+label {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1400px) {
    .radio input[type=radio]+label {
        font-size: 2.2rem
    }
}

.radio input[type=radio]+label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #111;
    display: inline-block;
    margin-right: 1.3rem
}

.radio input[type=radio]:checked+label:before {
    border: 1px solid #ed184f;
    border: 1px solid var(--primary);
    background: #ed184f;
    background: var(--primary)
}

.grey07-color {
    color: #707070;
    color: var(--grey70)
}

.sitemap-title {
    font-size: 2.4rem;
    line-height: 3rem;
    letter-spacing: -.16vw
}

@media only screen and (min-width:768px) {
    .sitemap-title {
        font-size: 3vw;
        line-height: 3.4vw
    }
}

.active-class {
    color: red
}

.a-tag-link a,
.color-primary {
    color: #ed184f;
    color: var(--primary); 
}

.a-tag-link p {
    padding-top: 10px !important
}

.br-30 {
    border-radius: 30px
}

.client-img {
    width: 98px;
    height: 98px;
    border-radius: 50%
}

:root {
    --borderColor08: rgba(0, 0, 0, 0.08);
    --borderColor03: rgba(0, 0, 0, 0.03);
    --borderColor1: rgba(0, 0, 0, 0.1);
    --borderColor4: rgba(0, 0, 0, 0.4)
}

:root .dark-mode {
    --borderColor08: hsla(0, 0%, 100%, 0.08);
    --borderColor03: hsla(0, 0%, 100%, 0.03);
    --borderColor1: hsla(0, 0%, 100%, 0.11);
    --borderColor4: hsla(0, 0%, 100%, 0.4)
}

.grid-line-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.grid-line-wrapper .row {
    height: 100%
}

.grid-line-wrapper .row div.col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid var(--borderColor08)
}

.grid-line-wrapper .row div.col:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, .03);
    border-right: 1px solid var(--borderColor03)
}

@media only screen and (min-width:992px) {
    .grid-line-wrapper .row div.col:nth-child(odd) {
        border-right: none
    }
    .grid-line-wrapper .row div.col:nth-child(2n) {
        border-right: 1px solid rgba(187, 187, 187, .1);
       
    }
}

.cursor {
    position: fixed;
    pointer-events: none;
    border-radius: 100%;
    mix-blend-mode: difference;
    z-index: 2
}

.cursor.inner-cursor {
    width: 6px;
    height: 6px;
    left: -3px;
    top: -3px;
    background: var(--white);
    overflow: hidden
}

.cursor.inner-cursor span {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: var(--poppinsBold);
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem
}

.cursor.outer-cursor {
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    border: 1px solid var(--white)
}

.sidebar-wrapper {
    mix-blend-mode: difference;
    position: fixed;
    width: 8.33333%;
    height: 100%;
    z-index: 1;
    right: 0;
    top: 0
}

.sidebar-wrapper .menu-button {
    width: 100%;
    padding-top: 25%;
    padding-bottom: 25%;
    background-color: var(--white);
    border: none;
    outline: none
}

@media only screen and (min-width:992px) {
    .sidebar-wrapper .menu-button {
        position: absolute;
        width: 8rem;
        height: 8rem;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.sidebar-wrapper .menu-button>span {
    width: 18px;
    height: 18px;
    background: #111
}

.sidebar-wrapper .sidebar-menu-wrapper {
    width: 100%;
    height: 100%
}

.sidebar-wrapper .sidebar-menu-wrapper ul {
    transform: rotate(90deg) translateY(-8rem);
    transform-origin: left top;
    height: 8rem
}

@media only screen and (min-width:992px) {
    .sidebar-wrapper .sidebar-menu-wrapper ul {
        transform: rotate(90deg) translate(8rem, -8rem)
    }
}

.sidebar-wrapper .sidebar-menu-wrapper ul li a {
    white-space: nowrap;
    color: var(--greyCC);
    transition: var(--transition)
}

.sidebar-wrapper .sidebar-menu-wrapper ul li a.contact-link {
    background: var(--antiPrimary);
    color: var(--grey);
    height: 8.33333vw;
    border-radius: 0;
    padding: 0 1.4rem
}

@media only screen and (min-width:992px) {
    .sidebar-wrapper .sidebar-menu-wrapper ul li a.contact-link {
        height: auto;
        padding: 1rem 2rem;
        border-radius: 3rem
    }
}

.sidebar-wrapper .sidebar-menu-wrapper ul li a.contact-link.active,
.sidebar-wrapper .sidebar-menu-wrapper ul li a.contact-link:hover {
    background: var(--primary);
    color: var(--white)
}

.sidebar-wrapper .sidebar-menu-wrapper ul li a.active,
.sidebar-wrapper .sidebar-menu-wrapper ul li a:hover {
    color: var(--antiPrimary)
}

@media only screen and (min-width:992px) {
    .sidebar-wrapper {
        position: fixed;
        width: 8rem;
        right: 0;
        top: 0;
        display: block;
        z-index: 1
    }
}

@media only screen and (max-width:991px) {
    .r-d-none-contact {
        display: none !important
    }
}

header.dark-mode {
    position: relative
}

header.dark-mode:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    header.dark-mode:before {
        width: calc(100% + 8rem)
    }
}

header .logo {
    margin: 20px 0 0
}

header .logo img {
    width: 110px
}

@media only screen and (min-width:576px) {
    header .logo img {
        width: 100%;
        max-width: 168px
    }
}

@media only screen and (min-width:992px) {
    header .logo {
        margin: 20px
    }
}

.home-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 11vw
}



@media only screen and (min-width:992px) {
    .home-hero .outlined-support-text {
       font-size: 4vw;
        line-height: 5.7vw
    }
}

.home-hero .outlined-text {
    font-size: 11vw;
    line-height: 10vw;
    letter-spacing: -2px;
    text-indent: -1vw;
}


@media only screen and (min-width:992px) {
    .home-hero .outlined-text {
    font-size: 11vw;
    line-height: 8.5vw;
    letter-spacing: -2px;
    text-indent: -1vw; 
    }
}


 .home-hero .outlined-text5 {
    font-size: 11vw;
    line-height: 8.5vw;
    letter-spacing: -2px;
    text-indent: -1vw; 
    }


.services-section .service-list .service-item img.icon {
    height: 16vw;
    max-height: 6rem
}

@media only screen and (min-width:576px) {
    .services-section .service-list .service-item img.icon {
        height: 9vw
    }
}

@media only screen and (min-width:768px) {
    .services-section .service-list .service-item img.icon {
        height: 10vw;
        max-height: 6.7rem
    }
}

.services-section .service-list .service-item .title {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.2vw;
    ;
    color: var(--secondary)
}

@media only screen and (min-width:576px) {
    .services-section .service-list .service-item .title {
        font-size: 4.8vw;
        line-height: 4.8vw
    }
}

@media only screen and (min-width:992px) {
    .services-section .service-list .service-item .title {
        font-size: 3.6vw;
        line-height: 3.6vw
    }
}

.section-title {
    color: #2c95e7;
    text-transform: uppercase;
    font-family: var(--poppinsBold);
    font-size: 1rem;
    letter-spacing: 1rem;
    margin-bottom: 1.5rem
}

.section-title::selection {
    color: var(--white)
}

@media only screen and (min-width:576px) {
    .section-title {
        font-size: 1.2rem;
        letter-spacing: 1.2rem;
        margin-bottom: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .section-title {
        font-size: 1.4rem;
        letter-spacing: 1.4rem;
        margin-bottom: 3rem
    }
}

.section-title span {
    background: var(--primary);
    color: var(--white);
    letter-spacing: normal;
    line-height: 100%
}

.circle {
    border: 1px solid var(--borderColor1);
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    transition: var(--transition) 
}



.circle.flash {
    border: 1px solid var(--borderColor4)
}

.circle.big-circle {
    width:7.33333%;
    padding-top: 7.33333%
}

.circle.small-circle {
    width: 5.55556%;
    padding-top: 5.55556%
}

.more-btn {
    font-size: 1.4rem;
   
    position: relative;
   /*color: rgba(35, 34, 38, 0.8);*/
    z-index: 1;
    
    font-weight: 600!important;
}



.more-btn,
.more-btn:before {
    transition: var(--transition)
}

.more-btn:before {
    content: "";
    width: 40px;
    height: 40px;
    background: none;
   /* opacity: .1;*/
    border-radius: 100%;
    position: absolute;
    left: -1rem;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%)
}

.more-btn:hover {
    color: var(--secondary);
    color: rgba(255, 255, 255, 0.8);
}

.more-btn:hover:before {
    left: 50%;
    transform: translate(-50%, -50%);
    background: #1555e8;
    opacity: 1
}


.more-btn-banner {
    font-size: 1.4rem;
    letter-spacing: .2rem;
    position: relative;
   /*color: rgba(35, 34, 38, 0.8);*/
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600!important;
}



.more-btn-banner,
.more-btn-banner:before {
    transition: var(--transition)
}

.more-btn-banner:before {
    content: "";
    width: 40px;
    height: 40px;
    background: #69dcff;
   /* opacity: .1;*/
    border-radius: 100%;
    position: absolute;
    left: -1rem;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%)
}

.more-btn-banner:hover {
    color: var(--secondary);
    color: rgba(255, 255, 255, 0.8);
}

.more-btn-banner:hover:before {
    left: 50%;
    transform: translate(-50%, -50%);
    background: #067ea2;
    opacity: 1
}




.more-btn1 {
    font-size: 1.4rem;
    
    position: relative;
   color: #333;color: var(--secondary);
    z-index: 1;
    
   font-weight: 600!important;
}

.more-btn1 a{
    font-size: 1.4rem;
    
    position: relative;
 color: #333;color: var(--secondary);
    z-index: 1;
    
   font-weight: 600!important;
}

.more-btn1:hover{
    font-size: 1.4rem;
  
    position: relative;
   /*color: rgba(35, 34, 38, 0.8);*/
    z-index: 1;
     color: #1555e8; 
   font-weight: 600!important;
}



@keyframes pulses {
    0% {
        transform: translate(-50%, -50%) scale(1.2)
    }
    50% {
        transform: translate(-50%, -50%) scale(.8)
    }
    to {
        transform: translate(-50%, -50%) scale(1.2)
    }
}

.portfolio-section {
    position: relative
}

@media only screen and (min-width:1200px) {
    .portfolio-section {
        padding-top: 5rem;
        padding-bottom: 8rem
    }
}

.portfolio-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .portfolio-section:before {
        width: calc(100% + 8rem)
    }
}

@media only screen and (min-width:992px) {
    .portfolio-section .info {
        height: 100%
    }
}

.portfolio-section .info .more-work-info {
    text-align: right;
    overflow: hidden
}

.portfolio-section .info .more-work-info.pre-visible .title,
.portfolio-section .info .more-work-info.pre-visible a {
    transform: translateX(-100%)
}

@media only screen and (min-width:992px) {
    .portfolio-section .info .more-work-info {
        text-align: left
    }
}

.portfolio-section .info .more-work-info a {
    font-size: 3rem;
    line-height: 3rem;
    letter-spacing: -.1rem;
    transition: var(--transition)
}

.portfolio-section .info .more-work-info a:hover {
    color: #fff
}

@media only screen and (min-width:576px) {
    .portfolio-section .info .more-work-info a {
        font-size: 3.8rem;
        line-height: 3.8rem
    }
}

@media only screen and (min-width:768px) {
    .portfolio-section .info .more-work-info a {
        font-size: 5rem;
        line-height: 5rem
    }
}

@media only screen and (min-width:992px) {
    .portfolio-section .info .more-work-info a {
        font-size: 3vw;
        line-height: 3vw
    }
}

.portfolio-section .info .more-work-info .title {
    transition: var(--transition);
    color: var(--secondary)
}

.numeric-info {
    font-size: 1.2rem;
    line-height: 1;
    overflow: hidden
}

.numeric-info.pre-visible .numbers,
.numeric-info.pre-visible .title {
    transform: translateX(-100%)
}

@media only screen and (min-width:576px) {
    .numeric-info {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:768px) {
    .numeric-info {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .numeric-info {
        font-size: 1.8rem
    }
}

.numeric-info .numbers {
    font-size: 4rem;
    line-height: 1;
    transition: var(--transition)
}

@media only screen and (min-width:576px) {
    .numeric-info .numbers {
        font-size: 4.8rem
    }
}

@media only screen and (min-width:768px) {
    .numeric-info .numbers {
        font-size: 6rem
    }
}

@media only screen and (min-width:992px) {
    .numeric-info .numbers {
        font-size: 4.8rem
    }
}

@media only screen and (min-width:1200px) {
    .numeric-info .numbers {
        font-size: 4.2rem
    }
}

.numeric-info .title {
    transition: var(--transition);
    /*color: var(--secondary);*/
	font-size: 30px;
}

.hire-section .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.6vw
}

@media only screen and (min-width:992px) {
    .hire-section .outlined-support-text {
        font-size: 5vw;
        line-height: 5vw;
        margin-left: -.4vw
    }
}

.hire-section .outlined-text {
    font-size: 13.6vw;
    line-height: 11.6vw;
    
    margin-left: -1vw
}

@media only screen and (min-width:992px) {
    .hire-section .outlined-text {
        font-size: 10.6vw;
        line-height: 8.8vw;
        
        margin-left: -.8vw
    }
}

.clients-section .client-logos img {
    max-width: 100%
}

.clients-section .text-testimonials .client-info .photo {
    display: block;
    border-radius: 100%;
    width: 6rem;
    height: 6rem
}

.clients-section .text-testimonials .client-info .location,
.clients-section .text-testimonials .client-info .name {
    font-size: 1.4rem
}

@media only screen and (max-width:575px) {
    .success-stories-slider .ss-images .overflow-sm-hidden {
        overflow: hidden
    }
}

.success-stories-slider .ss-images .slick-list {
    overflow: visible
}

.success-stories-slider .ss-images .slick-list .slick-track {
    display: flex;
    flex-wrap: nowrap
}

.success-stories-slider .ss-images .slick-list .slick-slide {
    opacity: .5;
    transition: var(--transition)
}

.success-stories-slider .ss-images .slick-list .slick-slide.slick-active {
    opacity: 1
}

.success-stories-slider .ss-images .slick-list .slick-slide>div {
    display: flex
}

.success-stories-slider .item-detail .app-title {
    font-size: 1.8rem
}

@media only screen and (min-width:768px) {
    .success-stories-slider .item-detail .app-title {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .success-stories-slider .item-detail .app-title {
        font-size: 1.8rem;
        padding-left: 2.4rem
    }
}

@media only screen and (min-width:1200px) {
    .success-stories-slider .item-detail .app-title {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1400px) {
    .success-stories-slider .item-detail .app-title {
        font-size: 2.6rem
    }
}

.success-stories-slider .item-detail .btn {
    background: var(--secondary);
    font-size: 1.4rem;
    border-radius: 100px;
    align-items: center;
    display: flex;
    width: 50px;
    height: 50px;
    transition-timing-function: ease-in-out;
    transition: width 1s, height 1s, background-color 1s, transform 1s;
    position: relative;
    overflow: hidden
}

.success-stories-slider .item-detail .btn:after {
    content: " ";
  
    position: absolute;
    background-repeat: no-repeat;
    right: -5px;
    top: 14px;
    width: 40px;
    height: 20px;
    background-color: #fff;
    z-index: 999
}

.success-stories-slider .item-detail .btn:hover {
    width: 150px;
    transition-timing-function: ease-in-out;
    transition: width 1s, height 1s, background-color 1s, transform 1s
}

.success-stories-slider .item-detail .btn:hover .view_details {
    font-size: 16px;
    padding-right: 12px
}

.success-stories-slider .item-detail .btn .view_details {
    color: #ff336a;
    font-size: 0;
    transition-timing-function: ease-in-out;
    transition: width 3s, height 5s, background-color 3s, transform 3s;
    min-width: 110px
}

.success-stories-slider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .success-stories-slider:before {
        width: calc(100% + 8rem)
    }
}

@media only screen and (max-width:767px) {
    .success-stories-slider .sss-r-app-title .app-title {
        font-size: 2.3rem !important;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .success-stories-slider .sss-r-app-title p {
        margin-bottom: 7px !important
    }
}

.success-stories-slider .slick-dots {
    height: 40px;
    bottom: -35px !important;
    display: flex !important
}

@media only screen and (min-width:576px) {
    .success-stories-slider .slick-dots {
        margin-top: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .success-stories-slider .slick-dots {
        margin-top: 3rem
    }
}

@media only screen and (min-width:767px) {
    .success-stories-slider .slick-dots {
        display: none !important
    }
}

.success-stories-slider .slick-dots li {
    margin-right: 2rem
}

.success-stories-slider .slick-dots li:last-child {
    margin-right: 0
}

.success-stories-slider .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0;
    display: block;
    background: none;
    border-radius: 100%;
    border: 1px solid var(--grey70)
}

.success-stories-slider .slick-dots li button:before {
    top: -4px;
    left: -4px;
    content: "" !important
}

.success-stories-slider .slick-dots li.slick-active button {
    border: 1px solid var(--primary);
    background: var(--primary)
}

@keyframes MoveUp {
    0% {
        transform: translateY(100px)
    }
    to {
        transform: translateY(0)
    }
}

.ssd-bg-pink {
    background-color: #ff336a !important
}

@media only screen and (max-width:767px) {
    .ssd-bg-pink {
        background-color: transparent !important
    }
}

@media only screen and (max-width:767px) {
    .ssd-bg-pink .regular-text {
        color: #ff336a !important
    }
}

.ssd-bg-black {
    background-color: #222 !important
}

.sss-slider .slick-next:before {
    content: "" !important;
    background-color: #ff336a;
   
    position: absolute;
    background-repeat: no-repeat;
    right: -6px;
    opacity: 1;
    width: 60px;
    height: 60px;
    border-radius: 99em;
    background-position: 50%
}

.sss-slider .slick-prev {
    z-index: 1
}

.sss-slider .slick-next,
.sss-slider .slick-prev {
    top: calc(50% - 30px)
}

.sss-slider .slick-prev:before {
    content: "" !important;
    background-color: #000;
   
    position: absolute;
    background-repeat: no-repeat;
    left: -6px;
    opacity: 1;
    width: 60px;
    height: 60px;
    border-radius: 99em;
    background-position: 50%
}

.sss-slider .download_more {
    position: absolute;
    top: calc(50% - 25px);
    right: 10px;
    background: #ff336a;
    z-index: 999;
    opacity: 1;
    border-radius: 99em;
    height: 50px;
    width: 50px;
    display: flex
}

@media only screen and (max-width:767px) {
    .sss-slider .download_more {
        height: 40px;
        width: 40px
    }
    .sss-slider .download_more img {
        width: 20px
    }
}

@media only screen and (max-width:767px) {
    .sss-slider .slick-next,
    .sss-slider .slick-prev {
        display: none !important
    }
}

.sss-slider .total-downloader {
    padding-bottom: 45px !important
}

@media only screen and (min-width:767px) {
    .sss-slider .total-downloader {
        padding-bottom: 0 !important
    }
}

.industries-section {
    position: relative
}

.industries-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .industries-section:before {
        width: calc(100% + 8rem)
    }
}

.industries-section ul li a {
    color: transparent;
    transition: var(--transition);
    font-size: 7.2vw;
    line-height: 7.2vw;
    margin-left: -.2vw;
    
}

@media only screen and (min-width:576px) {
    .industries-section ul li a {
        font-size: 5.6vw;
        line-height: 5.6vw
    }
}

@media only screen and (min-width:768px) {
    .industries-section ul li a {
        font-size: 4.8vw;
        line-height: 4.8vw
    }
}

@media only screen and (min-width:992px) {
    .industries-section ul li a {
        font-size: 3.6vw;
        line-height: 3.6vw
    }
}

@media only screen and (min-width:1200px) {
    .industries-section ul li a {
        font-size: 3.2vw;
        line-height: 3.2vw
    }
}

.industries-section ul li a.active,
.industries-section ul li a:hover {
    color: var(--secondary);
    -webkit-text-stroke-color: transparent
}

.industries-section .industry-images1 img,
.industries-section .industry-images2 img {
    position: absolute;
    z-index: -1;
    width: 100%;
    -webkit-filter: brightness(.8) contrast(.8) saturate(1.1);
    filter: brightness(.8) contrast(.8) saturate(1.1)
}

.industries-section .industry-images1 img {
    top: 0;
    transform: translateX(-50%)
}

.industries-section .industry-images2 img {
    bottom: 0
}

.platforms-section .platform-item .web-icon {
    width: 133.33333px
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .web-icon {
        width: 184.61538px
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .web-icon {
        width: 240px
    }
}

.platforms-section .platform-item .ios-icon {
    width: 35.55556px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .ios-icon {
        width: 9vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .ios-icon {
        width: 6vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .ios-icon {
        width: 4.4vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .ios-icon {
        width: 3.8vw;
        max-width: 64px
    }
}

.platforms-section .platform-item .iPad-icon {
    width: 66.66667px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .iPad-icon {
        width: 16vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .iPad-icon {
        width: 12vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .iPad-icon {
        width: 8vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .iPad-icon {
        width: 7vw;
        max-width: 120px
    }
}

.platforms-section .platform-item .tablet-icon {
    width: 61.11111px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .tablet-icon {
        width: 15.5vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .tablet-icon {
        width: 11vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .tablet-icon {
        width: 7.6vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .tablet-icon {
        width: 7vw;
        max-width: 110px
    }
}

.platforms-section .platform-item .android-icon {
    width: 35.55556px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .android-icon {
        width: 9vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .android-icon {
        width: 6vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .android-icon {
        width: 4.4vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .android-icon {
        width: 3.8vw;
        max-width: 64px
    }
}

.platforms-section .platform-item .wearable-icon {
    width: 37.77778px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .wearable-icon {
        width: 10vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .wearable-icon {
        width: 6.4vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .wearable-icon {
        width: 5vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .wearable-icon {
        width: 4vw;
        max-width: 68px
    }
}

.platforms-section .platform-item .beacon-icon {
    width: 30.55556px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .beacon-icon {
        width: 8vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .beacon-icon {
        width: 5vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .beacon-icon {
        width: 4vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .beacon-icon {
        width: 3.6vw;
        max-width: 55px
    }
}

.platforms-section .platform-item .iot-icon {
    width: 57.77778px
}

@media only screen and (min-width:576px) {
    .platforms-section .platform-item .iot-icon {
        width: 16vw
    }
}

@media only screen and (min-width:768px) {
    .platforms-section .platform-item .iot-icon {
        width: 9vw
    }
}

@media only screen and (min-width:992px) {
    .platforms-section .platform-item .iot-icon {
        width: 7vw
    }
}

@media only screen and (min-width:1200px) {
    .platforms-section .platform-item .iot-icon {
        width: 6.6vw;
        max-width: 104px
    }
}

.platforms-section .platform-item span {
    text-align: center;
    font-weight: 400
}

.technologies-hero .outlined-support-text {
    font-size: 7vw;
    line-height: 7vw;
    margin-left: -.2vw;
    
}

@media only screen and (min-width:992px) {
    .technologies-hero .outlined-support-text {
        font-size: 2.1vw;
        line-height: 2.4vw
    }
}

.technologies-hero .outlined-text {
    font-size: 16.4vw;
    line-height: 13vw;
    
    margin-left: -1.2vw
}

@media only screen and (min-width:992px) {
    .technologies-hero .outlined-text {
       font-size: 2.3vw;
    line-height: 3.1vw;
    margin-left: 0vw;
    }
}

@media only screen and (min-width:1400px) {
    .point {
      /*  padding-right: 60px !important*/
    }
}

@media only screen and (min-width:1600px) {
    .point {
        padding-right: 100px !important
    }
}

.point h3 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
    color: var(--secondary);
	
    color: #000000;
}

@media only screen and (min-width:576px) {
    .point h3 {
        font-size: 3.2rem;
        line-height: 3.2rem
    }
}

@media only screen and (min-width:1200px) {
    .point h3 {
        font-size: 3.8rem;
        line-height: 3.8rem
    }
}

@media only screen and (min-width:1400px) {
    .point h3 {
        font-size: 4rem;
        line-height: 4.4rem
    }
}

@media only screen and (min-width:1600px) {
    .point h3 {
        font-size: 4.8rem;
        line-height: 4.8rem
    }
}

.section-trendingtech-main {
    padding-bottom: 30px !important
}

@media only screen and (max-width:575px) {
    .section-trendingtech-main {
        padding-bottom: 10px !important
    }
}

.section-trendingtech-main .col-md-6 {
    padding: 0
}

.section-trendingtech-main .trendingtech-main .trendingtechimg-box-left {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex
}

.section-trendingtech-main .trendingtech-main .trendingtechimg-box-left img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto
}

@media only screen and (min-width:992px) and (max-width:1499px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box-left img {
        max-height: 60%;
        max-width: 60%
    }
}

@media only screen and (max-width:575px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box-left img {
        max-width: 45px;
        right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box-left img {
        max-width: 75px;
        right: 0
    }
}

.section-trendingtech-main .trendingtech-main .trendingtechimg-box-right {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex
}

.section-trendingtech-main .trendingtech-main .trendingtechimg-box-right img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    margin: auto
}

@media only screen and (min-width:992px) and (max-width:1499px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box-right img {
        max-height: 60%;
        max-width: 60%
    }
}

@media only screen and (max-width:575px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box-right img {
        max-width: 45px;
        left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box-right img {
        max-width: 75px;
        left: 0
    }
}

.section-trendingtech-main .trendingtech-main .trendingtechimg-box {
    width: 100%;
    height: 100px;
    position: relative;
    display: flex
}

.section-trendingtech-main .trendingtech-main .trendingtechimg-box img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media only screen and (min-width:992px) and (max-width:1499px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box img {
        max-height: 60%;
        max-width: 60%
    }
}

@media only screen and (max-width:575px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box img {
        max-width: 45px
    }
}

@media only screen and (min-width:576px) and (max-width:991px) {
    .section-trendingtech-main .trendingtech-main .trendingtechimg-box img {
        max-width: 75px
    }
}

.section-trendingtech-main .trendingtech-main span {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .section-trendingtech-main .trendingtech-main span {
        margin-top: 10px;
        margin-bottom: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-trendingtech-main .trendingtech-main span {
        margin-top: 20px;
        margin-bottom: 5px
    }
}

footer .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.6vw
}

@media only screen and (min-width:992px) {
    footer .outlined-support-text {
        font-size: 5vw;
        line-height: 5vw;
        margin-left: -.4vw
    }
}

footer .outlined-text {
    font-size: 13.6vw;
    line-height: 11.6vw;
    letter-spacing: 0vw;
    margin-left: -1vw
}

@media only screen and (min-width:992px) {
    footer .outlined-text {
        font-size: 10.6vw;
        line-height: 8.8vw;
        letter-spacing: 0vw;
        margin-left: -.8vw
    }
}

footer .certificates a,
footer .certificates span {
    margin-right: 3rem;
    margin-bottom: 3rem
}

.social-media-icons li {
   
		width: 30px; height: 25px
}

.social-media-icons li a {
    transition: var(--transition);
	
}

.social-media-icons li a:hover {
    opacity: .5
}

.address address {
    font-style: normal
}

.menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent
}

.menu-wrapper .menu-content {
    height: calc(100vh - 100px)
}

.menu-wrapper ul.tab-titles>li {
    position: relative;
    overflow: hidden
}

.menu-wrapper ul.tab-titles>li>a,
.menu-wrapper ul.tab-titles>li>span {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: -.1vw;
    transition: var(--transition);
    animation: slideIn .6s ease-in-out .6s;
    animation-fill-mode: both
}

.menu-wrapper ul.tab-titles>li>a.active,
.menu-wrapper ul.tab-titles>li>a:hover,
.menu-wrapper ul.tab-titles>li>span.active,
.menu-wrapper ul.tab-titles>li>span:hover {
    color: var(--secondary);
    -webkit-text-stroke-color: transparent
}

@media only screen and (min-width:576px) {
    .menu-wrapper ul.tab-titles>li>a,
    .menu-wrapper ul.tab-titles>li>span {
        font-size: 8vw;
        line-height: 8vw
    }
}

@media only screen and (min-width:768px) {
    .menu-wrapper ul.tab-titles>li>a,
    .menu-wrapper ul.tab-titles>li>span {
        font-size: 6vw;
        line-height: 6vw
    }
}

@media only screen and (min-width:1200px) {
    .menu-wrapper ul.tab-titles>li>a,
    .menu-wrapper ul.tab-titles>li>span {
        font-size: 2.2vw;
        line-height: 2.2vw
    }
}

.menu-wrapper ul.tab-titles>li .expand {
    position: absolute;
    right: 0;
    top: 0;
    height: 9.6vw;
    width: 10vw;
    font-size: 4.4vw;
    background: none;
    border: 1px solid var(--secondary);
    color: var(--secondary)
}

@media only screen and (min-width:576px) {
    .menu-wrapper ul.tab-titles>li .expand {
        height: 7.6vw;
        width: 8vw;
        font-size: 3vw
    }
}

@media only screen and (min-width:768px) {
    .menu-wrapper ul.tab-titles>li .expand {
        height: 5.6vw;
        width: 6vw;
        font-size: 2vw
    }
}

.menu-wrapper ul.tab-titles>li .video-wrapper:after {
    content: "Click to visit Portfolio page";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    width: 120px;
    display: flex;
    padding: 1.8rem;
    align-items: center;
    height: 120px;
    transform: translate(-50%, -50%);
    border-radius: 100px
}

.menu-wrapper .tab-detail {
    height: 0;
    transition: var(--transition)
}

.menu-wrapper .tab-detail .list-title {
    font-size: 1.8rem;
    color: var(--secondary);
    font-family: var(--regularBoldFont);
    animation: slideIn .6s ease-in-out;
    animation-fill-mode: both
}

@media only screen and (min-width:1200px) {
    .menu-wrapper .tab-detail .list-title {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:1250px) {
    .menu-wrapper .tab-detail .list-title {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:1300px) {
    .menu-wrapper .tab-detail .list-title {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:1366px) {
    .menu-wrapper .tab-detail .list-title {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:1500px) {
    .menu-wrapper .tab-detail .list-title {
        font-size: 1.8rem
    }
}

.menu-wrapper .tab-detail ul.ul-list {
    animation: slideIn .6s ease-in-out;
    animation-fill-mode: both
}

.menu-wrapper .tab-detail ul.ul-list li a {
    font-size: 1.4rem;
    font-family: var(--regularFont)
}

@media only screen and (min-width:1200px) {
    .menu-wrapper .tab-detail ul.ul-list li a {
        font-size: 1.2rem
    }
}

@media only screen and (min-width:1250px) {
    .menu-wrapper .tab-detail ul.ul-list li a {
        font-size: 1.25rem
    }
}

@media only screen and (min-width:1300px) {
    .menu-wrapper .tab-detail ul.ul-list li a {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:1366px) {
    .menu-wrapper .tab-detail ul.ul-list li a {
        font-size: 1.4rem
    }
}

.menu-wrapper.initial .list-title,
.menu-wrapper.initial ul.ul-list {
    animation-delay: 1.2s
}

.menu-wrapper .animated-bars {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -2
}

.menu-wrapper .animated-bars .bar {
    background-color: var(--white);
    animation: bar 1s ease-in-out;
    animation-fill-mode: both
}

.menu-wrapper .animated-bars .bar:first-child {
    animation-delay: 0s
}

@media only screen and (min-width:1200px) {
    .menu-wrapper .animated-bars .bar:first-child {
        background-color: #090909
    }
}

.menu-wrapper .animated-bars .bar:nth-child(2) {
    animation-delay: .1s
}

@media only screen and (min-width:1200px) {
    .menu-wrapper .animated-bars .bar:nth-child(2) {
        background-color: #090909
    }
}

.menu-wrapper .animated-bars .bar:nth-child(3) {
    animation-delay: .2s
}

.menu-wrapper .animated-bars .bar:nth-child(4) {
    animation-delay: .3s
}

.menu-wrapper .animated-bars .bar:nth-child(5) {
    animation-delay: .4s
}

.menu-wrapper .animated-bars .bar:nth-child(6) {
    animation-delay: .5s
}

.menu-wrapper .secondary-menu {
    max-height: 100px
}

.menu-wrapper .secondary-menu ul {
    animation: slideIn .6s ease-in-out 1.6s;
    animation-fill-mode: both;
    overflow: auto
}

.menu-wrapper .secondary-menu ul li a {
    white-space: nowrap
}

@keyframes bar {
    0% {
        height: 0
    }
    to {
        height: 100vh
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-105%)
    }
    to {
        transform: translateX(0)
    }
}

.page-not-found .outlined-text {
    font-size: 30vw;
    line-height: 26vw;
    
    margin-left: -.8vw
}

@media only screen and (min-width:576px) {
    .page-not-found .outlined-text {
        font-size: 24vw;
        line-height: 22vw
    }
}

@media only screen and (min-width:768px) {
    .page-not-found .outlined-text {
        font-size: 20vw;
        line-height: 16vw
    }
}

@media only screen and (min-width:992px) {
    .page-not-found .outlined-text {
        font-size: 14vw;
        line-height: 10vw
    }
}

.page-not-found .outlined-support-text {
    font-size: 9vw;
    line-height: 6vw;
    letter-spacing: -.6vw;
    margin-left: -.3vw
}

@media only screen and (min-width:576px) {
    .page-not-found .outlined-support-text {
        font-size: 8vw;
        line-height: 4vw
    }
}

@media only screen and (min-width:768px) {
    .page-not-found .outlined-support-text {
        font-size: 6.4vw
    }
}

@media only screen and (min-width:992px) {
    .page-not-found .outlined-support-text {
        font-size: 3.8vw;
        letter-spacing: -.3vw;
        line-height: 3vw
    }
}

.page-not-found .link {
    color: var(--primary)
}

.services-hero .outlined-text {
    font-size: 17vw;
    line-height: 13vw;
    
    text-indent: -1vw
}

@media only screen and (min-width:992px) {
    .services-hero .outlined-text {
        font-size: 13vw;
        line-height: 10vw;
        
        text-indent: -.8vw
    }
}

.services-wrapper .title {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.2vw;
    ;
    color: var(--secondary)
}

@media only screen and (min-width:576px) {
    .services-wrapper .title {
        font-size: 6.6vw;
        line-height: 6.6vw
    }
}

@media only screen and (min-width:768px) {
    .services-wrapper .title {
        font-size: 6vw;
        line-height: 6vw
    }
}

@media only screen and (min-width:992px) {
    .services-wrapper .title {
        font-size: 4vw;
        line-height: 4vw
    }
}

@media only screen and (min-width:1200px) {
    .services-wrapper .title {
        font-size: 3.6vw;
        line-height: 3.6vw
    }
}

.methodology-art {
    margin-top: -20%
}

.methodology-art svg {
    width: 87%;
    height: 95%
}

.technologies-section .technology-item .title {
    font-weight: 400;
    color: var(--grey70)
}

.mobile-app-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .mobile-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .mobile-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 4vw
    }
}

.mobile-app-development-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .mobile-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .mobile-app-development-hero .outlined-text {
        font-size: 6.2vw;
        line-height: 6.5vw;
        
        margin-left: -.9vw; 
    }
}

.mobile-app-services .type-title {
    font-size: 1.6rem;
    color: var(--secondary)
}

@media only screen and (min-width:1200px) {
    .mobile-app-services .service-item {
        margin-right: 11%
    }
}

@media only screen and (min-width:1300px) {
    .mobile-app-services .service-item {
        margin-right: 13%
    }
}

@media only screen and (min-width:1400px) {
    .mobile-app-services .service-item {
        margin-right: 15%
    }
}

.mobile-app-services .service-item img {
    height: 50px
}

@media only screen and (min-width:1200px) {
    .mobile-app-services .service-item img {
        height: 60px
    }
}

@media only screen and (min-width:1400px) {
    .mobile-app-services .service-item img {
        height: 70px
    }
}

.mobile-app-services .service-item h3 {
    font-weight: 400
}

.open-source-libraries-section {
    position: relative
}

.open-source-libraries-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .open-source-libraries-section:before {
        width: calc(100% + 8rem)
    }
}

.open-source-libraries-section .title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--secondary)
}

@media only screen and (min-width:576px) {
    .open-source-libraries-section .title {
        font-size: 1.8rem;
        line-height: 2.2rem
    }
}

@media only screen and (min-width:768px) {
    .open-source-libraries-section .title {
        font-size: 1.4rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .open-source-libraries-section .title {
        font-size: 1.6rem;
        line-height: 1.8rem
    }
}

@media only screen and (min-width:1400px) {
    .open-source-libraries-section .title {
        font-size: 2.2rem;
        line-height: 2.4rem
    }
}
.mobile-app-development-hero .outlined-support-text1 {
    font-size: 4.4vw;
    line-height: 5vw;
}
.outlined-support-text1, .outlined-text {
    font-weight: 700;
}
.faq-section .que-title {
    background-color: var(--secondary);
    color: var(--white);
    padding: 4px 10px;
    font-size: 1.1rem;
    border-radius: 100px;
    display: inline-block
}

.faq-section .answer ul li {
    padding-right: 2rem;
    position: relative
}

.faq-section .answer ul li:before {
    content: "";
    border: 1px solid #696969;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: .6rem;
    width: 12px;
    height: 12px
}

.android-app-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .android-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 6vw
    }
}

@media only screen and (min-width:992px) {
    .android-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 4.4vw
    }
}

.android-app-development-hero .outlined-text {
    font-size: 17vw;
    line-height: 15vw;
    
    margin-left: 0
}

@media only screen and (min-width:576px) {
    .android-app-development-hero .outlined-text {
        font-size: 12vw;
        line-height: 11vw;
        letter-spacing: -.7vw
    }
}

@media only screen and (min-width:992px) {
    .android-app-development-hero .outlined-text {
        font-size: 9.2vw;
        line-height: 7.4vw;
        letter-spacing: -.5vw
    }
}

.react-native-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .react-native-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 6vw
    }
}

@media only screen and (min-width:992px) {
    .react-native-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3.6vw
    }
}

.react-native-development-hero .outlined-text {
    font-size: 17vw;
    line-height: 15vw;
    
    margin-left: -.7vw
}

@media only screen and (min-width:576px) {
    .react-native-development-hero .outlined-text {
        font-size: 12vw;
        line-height: 11vw;
        letter-spacing: -.7vw
    }
}

@media only screen and (min-width:992px) {
    .react-native-development-hero .outlined-text {
        font-size: 9vw;
        line-height: 7.4vw;
        letter-spacing: -.5vw
    }
}






@media screen and (max-width:576px) {
    
    .bhoj-container .design-main:after {
        display: none
    }
    .bhoj-container .flow-main {
        padding: 50px 0
    }
    .bhoj-container .flow-main h2 {
        font-size: 1.5rem;
        letter-spacing: normal;
        margin-bottom: 15px
    }
    .bhoj-container .onboard-main {
        padding: 50px 0
    }
    .bhoj-container .onboard-main h2 {
        font-size: 1.5rem;
        letter-spacing: normal;
        margin-bottom: 30px
    }
    .bhoj-container .onboard-main .col-xl-3:nth-child(2),
    .bhoj-container .onboard-main .col-xl-3:nth-child(3),
    .bhoj-container .onboard-main .col-xl-3:nth-child(4) {
        margin-top: 0
    }
    .bhoj-container .delivering-services {
        padding: 50px 0
    }
    .bhoj-container .delivering-services h3 {
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
        font-size: 2rem
    }
    .bhoj-container .deal-main {
        padding: 50px 0
    }
    .bhoj-container .delivering-main {
        padding: 0 15px
    }
    .bhoj-container .delivering-main:after,
    .bhoj-container .delivering-main:before {
        display: none
    }
    .bhoj-container .delivering-main h3 {
        text-align: center;
        margin-top: 10px;
        font-size: 2rem
    }
    .bhoj-container .delivering-main p {
        text-align: center;
        width: 100%;
        font-size: 1.3rem
    }
    .bhoj-container .onboard-main h2 span {
        display: block;
        margin-top: 20px
    }
    .bhoj-container .rider-main {
        padding-bottom: 0
    }
    .bhoj-container .rider-main .col-xl-4:nth-child(2),
    .bhoj-container .rider-main .col-xl-4:nth-child(3),
    .bhoj-container .rider-main .col-xl-4:nth-child(4),
    .bhoj-container .rider-main .col-xl-4:nth-child(5) {
        margin-top: 0
    }
    .bhoj-container .landing-title {
        font-size: 36px
    }
    .bhoj-container .other-screen h2 {
        font-size: 1.5rem;
        letter-spacing: normal;
        width: 100%;
        margin-bottom: 30px
    }
    .bhoj-container .other-screen:before {
        border-width: 150px 100vw 0 0
    }
    .bhoj-container .other-screen {
        background-size: 100% 100%;
        margin-top: 115px;
        padding-top: 0
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(2) {
        margin-top: 0
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(3) {
        transform: none
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(3) img {
        width: 100%
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(4) {
        margin-top: 0
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(6) {
        margin-top: 0;
        padding-right: 15px
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(6) img {
        width: 100%
    }
    .bhoj-container .play-store {
        padding: 50px 0
    }
    .bhoj-container .store-text {
        padding-left: 0;
        margin-top: 20px;
        text-align: center
    }
    .bhoj-container .store-text h4 {
        font-size: 26px;
        margin-bottom: 15px
    }
    .bhoj-container .store-text p {
        font-size: 1.3rem;
        width: 100%
    }
    .bhoj-container .store-text a {
        margin-right: 0;
        margin-top: 15px;
        display: inline-block
    }
    .bhoj-container .thanks-main {
        padding: 50px 0
    }
    .bhoj-container .thanks-main img {
        width: 50%
    }
    .bhoj-container .thanks-main h5 {
        font-size: 26px
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .bhoj-container .banner-main1 {
        text-align: center;
        background-size: cover
    }
    .bhoj-container .banner-main1 .logo {
        margin-top: 0
    }
    .bhoj-container .banner-main1 h1 {
        text-align: center;
        font-size: 3.2rem
    }
    .bhoj-container .banner-main1 p {
        text-align: center;
        font-size: 1.3rem;
        line-height: 30px
    }
    .bhoj-container .right-app-screen {
        transform: none;
        width: 100%
    }
    .bhoj-container .about-information {
        padding: 0 0 50px
    }
    .bhoj-container .about-information h2 {
        font-size: 2rem;
        letter-spacing: normal
    }
    .bhoj-container .about-information p {
        font-size: 1.3rem;
        margin-top: 30px
    }
    .bhoj-container .information-main {
        padding: 50px 0
    }
    .bhoj-container .information-main h2 {
        font-size: 2rem;
        letter-spacing: normal;
        line-height: 30px;
        margin-bottom: 0
    }
    .bhoj-container .information-main ul li {
        font-size: 22px;
        margin: 20px 0
    }
    .bhoj-container .color-design {
        margin-bottom: 15px
    }
    .bhoj-container .design-main {
        padding: 50px 0
    }
    .bhoj-container .design-main h2 {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 15px
    }
    .bhoj-container .design-main p {
        width: 100%;
        font-size: 1.3rem;
        margin-bottom: 15px
    }
    .bhoj-container .color-design .round {
        width: 130px;
        height: 130px
    }
    .bhoj-container .color-design .round:before {
        height: 60px;
        width: 60px
    }
    .bhoj-container .color-design .color-title {
        font-size: 20px;
        margin-top: 15px
    }
    .bhoj-container .design-main:after {
        display: none
    }
    .bhoj-container .flow-main {
        padding: 50px 0
    }
    .bhoj-container .flow-main h2 {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 20px
    }
    .bhoj-container .onboard-main {
        padding: 50px 0
    }
    .bhoj-container .onboard-main h2 {
        font-size: 2rem;
        letter-spacing: normal;
        margin-bottom: 30px
    }
    .bhoj-container .onboard-main .col-xl-3:nth-child(2),
    .bhoj-container .onboard-main .col-xl-3:nth-child(3),
    .bhoj-container .onboard-main .col-xl-3:nth-child(4) {
        margin-top: 0
    }
    .bhoj-container .deal-main,
    .bhoj-container .delivering-services {
        padding: 50px 0
    }
    .bhoj-container .delivering-services h3 {
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
        font-size: 2.6rem;
        text-align: center
    }
    .bhoj-container .delivering-main {
        padding: 0 15px
    }
    .bhoj-container .delivering-main:after,
    .bhoj-container .delivering-main:before {
        display: none
    }
    .bhoj-container .delivering-main h3 {
        text-align: center;
        margin-top: 10px;
        font-size: 2.5rem
    }
    .bhoj-container .delivering-main p {
        text-align: center;
        width: 100%;
        font-size: 1.3rem
    }
    .bhoj-container .onboard-main h2 span {
        margin-top: 20px
    }
    .bhoj-container .rider-main {
        padding-bottom: 0
    }
    .bhoj-container .rider-main .col-xl-4:nth-child(2),
    .bhoj-container .rider-main .col-xl-4:nth-child(3),
    .bhoj-container .rider-main .col-xl-4:nth-child(5) {
        margin-top: 0
    }
    .bhoj-container .rider-main .col-xl-4:nth-child(4) {
        margin-top: 39px
    }
    .bhoj-container .landing-title {
        font-size: 36px
    }
    .bhoj-container .other-screen h2 {
        font-size: 2rem;
        letter-spacing: normal;
        width: 100%;
        margin-bottom: 30px
    }
    .bhoj-container .other-screen:before {
        border-width: 150px 100vw 0 0
    }
    .bhoj-container .other-screen {
        background-size: 100% 100%;
        margin-top: 115px;
        padding-top: 0
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(2) {
        margin-top: 0
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(3) {
        transform: none
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(3) img {
        width: 100%
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(4),
    .bhoj-container .important-screen .col-xl-4:nth-child(6) {
        margin-top: 0
    }
    .bhoj-container .important-screen .col-xl-4:nth-child(6) img {
        width: 100%
    }
    .bhoj-container .play-store {
        padding: 50px 0
    }
    .bhoj-container .store-text {
        padding-left: 0;
        margin-top: 20px;
        text-align: center
    }
    .bhoj-container .store-text h4 {
        font-size: 30px;
        margin-bottom: 15px
    }
    .bhoj-container .store-text p {
        font-size: 1.3rem;
        width: 100%
    }
    .bhoj-container .store-text a {
        margin: 15px 12px 0;
        display: inline-block
    }
    .bhoj-container .thanks-main {
        padding: 50px 0
    }
    .bhoj-container .thanks-main img {
        width: 50%
    }
    .bhoj-container .thanks-main h5 {
        font-size: 32px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
   
    .logo-main {
    position: relative;
    left: 3px;
   
}
   
}

@media screen and (min-width:1025px) and (max-width:1200px) {
 	
	.dropdownmenu a {
  color: inherit;
    display: block;
    font: bold 13px/20px sans-serif;
    padding: 10px 6px!important;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-family: 'Poppins', sans-serif;
    /* font-size: 15px!important; */
    font-weight: 500;
    text-transform: uppercase; 
}
}
   

@media screen and (min-width:320px) and (max-width:768px) {
    .fair-swap-container .section-project {
        padding: 20px 0
    }
}

.fair-swap-container .section-project .project-1 p {
    font-family: josefin_sansbold;
    font-size: 35px;
    color: #000;
    margin-top: 15px
}

@media screen and (min-width:320px) and (max-width:767px) {
    .fair-swap-container .section-phone-header .phone-main:before {
        display: none
    }
    .fair-swap-container .section-project .project-1 p {
        margin-top: 5px;
        font-size: 26px
    }
}

@media screen and (max-width:768px) {
    .fair-swap-container .section-phone-header .phone-main:before {
        bottom: 0
    }
    .fair-swap-container .section-project .project-1 p {
        font-size: 24px
    }
}

.fair-swap-container .section-project .project-1 p span {
    display: block;
    font-family: gilroymedium;
    font-size: 28px;
    color: #ff7f00
}

@media screen and (min-width:320px) and (max-width:767px) {
    .fair-swap-container .section-project .project-1 p span {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    .fair-swap-container .section-project .project-1 p span {
        font-size: 16px
    }
}

.fair-swap-container .section-project .project-1:before {
    position: absolute;
    margin: 0;
    left: 4%;
    top: 0;
    content: "";
    width: 15%;
    height: 2%;
    background-color: #807f7f
}

.fair-swap-container .section-project-overview {
    position: relative;
    background-image: url(../../../static/media/bg-effect.00c57407.html);
    background-size: cover;
    background-position: top;
    padding: 80px 0
}

@media screen and (min-width:320px) and (max-width:768px) {
    .fair-swap-container .section-project-overview {
        padding: 20px 0
    }
}

.fair-swap-container .section-project-overview .overview-main {
    margin-top: 40px;
    padding: 40px 0;
    border-radius: 10px;
    background-color: #c67375;
    opacity: .8
}

.fair-swap-container .section-project-overview .overview-main .overview-left .overview-content {
    padding-left: 40px
}

.fair-swap-container .section-project-overview .overview-main .overview-left .overview-content h1 {
    font-family: playfair_displaybold;
    font-size: 40px;
    color: #fff
}

@media screen and (min-width:320px) and (max-width:767px) {
    .fair-swap-container .section-project-overview .overview-main {
        margin-top: 0
    }
    .fair-swap-container .section-project-overview .overview-main .overview-left .overview-content {
        padding-left: 20px
    }
    .fair-swap-container .section-project-overview .overview-main .overview-left .overview-content h1 {
        font-size: 28px
    }
}

@media screen and (max-width:768px) {
    .fair-swap-container .section-project-overview .overview-main .overview-left .overview-content h1 {
        font-size: 28px
    }
}

.fair-swap-container .section-project-overview .overview-main .overview-left .overview-content h1 span {
    display: block
}

.fair-swap-container .section-project-overview .overview-main .overview-left .overview-content p {
    font-family: josefin_sanssemibold;
    font-weight: lighter;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (min-width:320px) and (max-width:767px) {
    .fair-swap-container .section-project-overview .overview-main .overview-left .overview-content p {
        font-size: 16px
    }
    .fair-swap-container .section-project-overview .overview-main .overview-left .overview-content .google {
        width: 45%
    }
}
.service-calibrate-container .color1 {
    color: #000
}

.service-calibrate-container .color2 {
    color: #fff
}

.service-calibrate-container .banner-p {
    font-size: 2.4rem;
    font-weight: 600
}

.service-calibrate-container .text-h3 {
    color: #888;
    font-size: 22px !important
}

.service-calibrate-container .text-h {
    font-size: 22px !important
}



.service-calibrate-container .bg4 {
    width: 100%;
    background: #fff1f1;
    position: relative;
    -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 0 100%)
}

.service-calibrate-container .bg5 {
    width: 100%;
    background: #373737
}

.service-calibrate-container .border-left {
    border-left: 4px solid #fd1919;
    padding-left: 15px;
    color: #000
}

.service-calibrate-container .border-red {
    border-top: 4px solid #fd1616;
    width: 70px;
    margin: 0 auto;
    text-align: center
}

.service-calibrate-container .border-greay {
    border-top: 4px solid #333;
    width: 70px;
    margin: 0 auto;
    text-align: center
}

.service-calibrate-container .border-about {
    border-top: 4px solid #fff;
    width: 70px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 18px
}

.service-calibrate-container .border-white {
    border-top: 3px solid #fff;
    width: 100px;
    margin: 0 auto;
    text-align: center
}

.service-calibrate-container h1 {
    font-size: 42px !important;
    font-weight: 600 !important;
    text-transform: uppercase
}

.service-calibrate-container h2 {
    font-size: 36px !important;
    font-weight: 600 !important;
    text-transform: uppercase
}

.service-calibrate-container h3 {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: #000;
    text-transform: uppercase
}

.service-calibrate-container h4 {
    font-size: 23px !important;
    color: #ff0202;
    margin-top: 30px !important
}

@media screen and (min-width:768px) and (max-width:991px) {
    .my-bus-container .section-features .see-history-color-right {
        padding-top: 180px;
        padding-bottom: 100px
    }
	
	.outlined-text1 {
    -webkit-text-stroke: 1.4px #111;
    -webkit-text-stroke: 1.4px var(--secondary);
    color: #e9f7ff;
}
	
	
.home-hero .outlined-text1 {
    font-size: 14.5vw!important;
    line-height: 14vw;
    letter-spacing: -2px;
    text-indent: -1vw;
}
}



@media screen and (min-width:768px) and (max-width:991px) {
    .my-bus-container .section-features .see-history-red-img {
        padding-top: 30px;
        padding-bottom: 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .my-bus-container .section-features .see-history-red-img {
        padding-top: 10px;
        padding-bottom: 0
    }
	
	.outlined-text1 {
    -webkit-text-stroke: 1.4px #111;
    -webkit-text-stroke: 1.4px var(--secondary);
    color: #e9f7ff;
}
	
	.home-hero .outlined-text1 {
    font-size: 14.5vw!important;
    line-height: 15vw;
    letter-spacing: -2px;
    text-indent: -1vw;
}
	

}


@media screen and (min-width:320px) and (max-width:767px) {
    .my-bus-container .section-features .red-color-left {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px
    }
	
	
section {
    padding: 3rem 0px 1rem!important;
   
}
	
		
	.mobile-app-development-hero .outlined-text {
    font-size: 12vw;
    line-height: 11vw;
    margin-left: -1.4vw;
}
	
}

@media screen and (max-width:480px) {
.ul-list>li>* {
    padding-left: 2rem;
    position: relative;
    font-family: "Roboto";
    font-weight: 500;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
    display: inline-block;
    font-size: 1.7rem!important;
   
    color: var(--secondary); 

}
	
	.mt-n5, .my-n5 {
    margin-top: 3rem !important;
}

.regular-text1 {
    font-size: 1.7rem;
    line-height: 2.6rem;

}

.technologies-hero .outlined-text {
    font-size: 15.4vw;
    line-height: 15vw;
    margin-left: -1.2vw;
}
	
	.mobile-app-development-hero .outlined-text {
    font-size: 12vw;
    line-height: 11vw;
    margin-left: -1.4vw;
}

  }
 
@media screen and (min-width:320px) and (max-width:575px) {
    .beacon-based-deals-container .colors-fonts-bg .aa-title {
        margin-top: 15px;
        line-height: 90px
    }
}

@media screen and (min-width:320px) and (max-width:991px) {
    .beacon-based-deals-container .colors-fonts-bg .aa-title {
        font-size: 80px
    }
    .beacon-based-deals-container .colors-fonts-bg .roboto-medium {
        font-size: 30px;
        line-height: 30px
    }
    .beacon-based-deals-container .colors-fonts-bg .aa-title-box {
        text-align: center
    }
}

@media screen and (min-width:320px) and (max-width:991px) {
    .beacon-based-deals-container .colors-fonts-bg .roboto-medium {
        font-size: 30px;
        line-height: 30px
    }
}



@media screen and (min-width:320px) and (max-width:767px) {
    .beacon-based-deals-container .screens-bg .frist {
        margin-top: 20px
    }
}

.beacon-based-deals-container .screens-bg .second {
    margin-top: 80px
}

@media screen and (min-width:320px) and (max-width:767px) {
    .beacon-based-deals-container .screens-bg .second {
        margin-top: 20px
    }
}

.beacon-based-deals-container .screens-bg .thard {
    margin-top: 150px
}

@media screen and (min-width:320px) and (max-width:767px) {
    .beacon-based-deals-container .screens-bg .thard {
        margin-top: 20px
    }
}



@media screen and (min-width:320px) and (max-width:767px) {
    .beacon-based-deals-container .thanks-for-bg .h4-bg {
        background-size: contain;
        padding-top: 100px;
        padding-bottom: 130px
    }
    .beacon-based-deals-container .thanks-for-bg .h4-bg h4 {
        font-size: 30px
    }
}




   
   

@media only screen and (max-width:1199px) {
    .crew-love-social-network-app-container .width-90 {
        width: 100% !important
    }
    .crew-love-social-network-app-container .section-color .color-sed:before,
    .crew-love-social-network-app-container .section-takecare:before {
        display: none
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    
}

@media screen and (min-width:768px) and (max-width:1199px) {
   
}

@media screen and (min-width:1199px) and (max-width:1365px) {
    .crew-love-social-network-app-container .section-takecare:before {
        left: -100px
    }
}





@media screen and (min-width:320px) and (max-width:575px) {
    .send-postcards-app-container .send-your-first-card h2 {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:320px) and (max-width:575px) {
    .send-postcards-app-container .feedback-from h2 {
        font-size: 28px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:320px) and (max-width:1366px) {
    .send-postcards-app-container .feedback-from .left-space {
        padding-left: 15px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-header .header-left h1 {
        font-size: 28px;
        padding: 15px 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-header .header-left h1 {
        font-size: 38px
    }
}

@media screen and (max-width:320px) {
    .iBeacon-deals-app-container .section-header .header-right:before {
        height: 60px;
        width: 60px
    }
}

@media screen and (min-width:330px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-header .header-right:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-details {
        padding: 20px 0
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-details .details p {
        font-size: 24px
    }
}


@media screen and (min-width:320px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-about {
        padding: 20px 0
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-about .about-left h2 {
        font-size: 32px
    }
    .iBeacon-deals-app-container .section-about .about-left:before {
        display: none
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-about .about-right p {
        font-size: 20px
    }
}

.iBeacon-deals-app-container .section-typo {
    position: relative;
    background-color: #eff2f6;
    padding: 80px 0
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-typo {
        padding: 20px 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-typo .onboard-head h2 {
        font-size: 32px
    }
    .iBeacon-deals-app-container .section-typo .color-code li {
        margin: 0 30px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-typo .color-code li {
        margin-right: 20px
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-typo .typo-main .typo-left .frame-detail {
        font-size: 112px
    }
}

@media screen and (min-width:768px) and (max-width:967px) {
    .iBeacon-deals-app-container .section-typo .typo-main .typo-left .frame-detail {
        font-size: 100px;
        top: 30%
    }
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-typo .typo-main .typo-right span {
        font-size: 38px
    }
}
@media screen and (min-width:320px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-onboard {
        padding: 20px 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-onboard .onboard-head h2 {
        font-size: 32px
    }
}

.iBeacon-deals-app-container .section-get-penny {
    background-color: #eff2f6;
    padding: 80px 0
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-get-penny {
        padding: 20px 0
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-get-penny .get-head h2 {
        font-size: 32px
    }
    .iBeacon-deals-app-container .section-featured {
        padding: 20px 0;
        background-image: none;
        background-color: #0a7bc1
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .iBeacon-deals-app-container .section-featured {
        padding: 20px 0;
        background-image: none;
        background-color: #0a7bc1
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-featured .featured-head h2 {
        font-size: 32px
    }
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens {
        padding: 20px 0
    }
}

@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .store-listing:after {
        font-size: 32px;
        top: 200px;
        right: -60px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .store-listing:after {
        font-size: 42px;
        top: 250px;
        right: -80px
    }
}

@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .rewards:after {
        font-size: 32px;
        top: 200px;
        right: -30px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .rewards:after {
        font-size: 42px;
        top: 250px;
        right: -45px
    }
}



@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .store-detail:after {
        font-size: 32px;
        top: 200px;
        right: -50px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .store-detail:after {
        font-size: 42px;
        top: 250px;
        right: -80px
    }
}


@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .deal-listing:after {
        font-size: 32px;
        top: 200px;
        right: -50px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .deal-listing:after {
        font-size: 42px;
        top: 250px;
        right: -80px
    }
}


@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .pennys-center:after {
        font-size: 32px;
        top: 200px;
        right: -70px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .pennys-center:after {
        font-size: 42px;
        top: 250px;
        right: -100px
    }
}



@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .promotion:after {
        font-size: 32px;
        top: 200px;
        right: -40px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .promotion:after {
        font-size: 42px;
        top: 250px;
        right: -60px
    }
}

.iBeacon-deals-app-container .section-app-screens .side-menu:after {
    font-size: 62px;
    content: "Side menu";
    right: -20px;
    top: 380px
}

@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .side-menu:after {
        font-size: 32px;
        top: 200px;
        right: -40px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .side-menu:after {
        font-size: 42px;
        top: 250px;
        right: -60px
    }
}


@media screen and (min-width:320px) and (max-width:576px) {
    .iBeacon-deals-app-container .section-app-screens .invite:after {
        font-size: 32px;
        top: 250px;
        right: -110px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .iBeacon-deals-app-container .section-app-screens .invite:after {
        font-size: 42px;
        top: 250px;
        right: -150px
    }
}


@media screen and (min-width:320px) and (max-width:767px) {
    .iBeacon-deals-app-container .section-thanks .thanks-head h3 {
        font-size: 32px
    }
}



@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-platform .platform li {
        font-size: 24px
    }
    .match-making-app-container .section-about {
        padding: 20px 0
    }
}


@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-about .about-left p {
        font-size: 16px
    }
    .match-making-app-container .section-colors {
        padding-top: 20px
    }
}



@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-colors .color-head h2 {
        font-size: 38px
    }
    .match-making-app-container .section-colors .color-main li {
        margin: 20px
    }
}

@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-colors .typo-main p {
        font-size: 26px
    }
}



@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-wireframe {
        padding: 20px 0
    }
    .match-making-app-container .section-wireframe .wireframe-head h2 {
        font-size: 38px
    }
}



@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-features {
        padding-top: 20px
    }
    .match-making-app-container .section-features .features-head h2 {
        font-size: 38px
    }
}


@media screen and (min-width:320px) and (max-width:768px) {
    .match-making-app-container .section-screens {
        padding: 20px 0
    }
    .match-making-app-container .section-screens .screens-head h2 {
        font-size: 38px
    }
}


.journey-container .banner-lightSkin-bg {
    background-color: #ffcec6
}

.journey-container .banner-lightPink-bg {
    background-color: #efd0ff
}

.journey-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.journey-container .banner-main p {
    font-size: 18px !important
}

.journey-container .col-xl-10 img {
    width: 100%;
    float: left !important
}

.foodlander-container .section-portfolio-details {
    padding: 80px 0 40px;
    background: #212121
}

.foodlander-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.foodlander-container .second-main img {
    width: 100%;
    float: left
}

.iKYDen-container .section-portfolio-details {
    padding: 80px 0 40px;
    background: #000
}

.iKYDen-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.iKYDen-container .banner-main img {
    width: 100%;
    float: left
}

.tripie-container .banner-main {
    background: #fff
}

.tripie-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.tripie-container .banner-main p {
    font-size: 18px
}

.tripie-container .banner-main .col-xl-10 img {
    width: 100%
}

.routine-container .section-portfolio-details {
    padding: 80px 0 40px;
    background: #000
}

.routine-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.routine-container .banner-main img {
    width: 100%
}

.tracking-container .color1 {
    color: #222
}

.tracking-container .color2 {
    color: #fff
}

.tracking-container .color3 {
    color: #038745
}

.tracking-container .subtitle {
    font-size: 22px
}

.tracking-container h1 {
    font-weight: 700 !important;
    text-transform: uppercase
}

.tracking-container h2 {
    font-weight: 600 !important;
    text-transform: uppercase
}

.tracking-container h3 {
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: uppercase
}

.tracking-container h4 {
    font-weight: 500 !important;
    font-size: 20px !important;
    margin-top: 35px !important
}

.tracking-container .bg1 {
    width: 100%;
    background: #e2f9ee;
    padding-bottom: 0 !important
}

.tracking-container .bg2 {
    background: #fff
}

.tracking-container .bg3 {
    background: #1dcc92
}

.tracking-container .bg4 {
    background: #f5f5f5
}

.tracking-container .bg5 {
    width: 100%;
    background: url(../../../static/media/group-9.9175c0b0.html);
    background-repeat: no-repeat;
    background-size: cover
}

.tracking-container .bg6 {
    width: 100%;
    background: url(../../../static/media/client-feedback.0718348a.html);
    background-repeat: no-repeat;
    background-size: cover
}

.tracking-container .bg7 {
    background-color: #007a3d;
    padding-top: 45px !important;
    padding-bottom: 30px !important
}

.tracking-container .icon-arrow {
    text-align: right;
    padding-right: 5px
}

.tracking-container .row-common {
    margin-top: 30px
}

@media screen and (min-width:320px) and (max-width:991px) {
    .tracking-container .icon-arrow {
        text-align: left
    }
}

.tracking-container .color01 {
    color: #fff
}

.tracking-container .color01 span {
    color: #ff8612
}

.tracking-container .database-title {
    margin-top: 9px !important;
    font-size: 19px !important;
    text-transform: capitalize;
    color: #fff
}

.tracking-container .database-title span {
    width: 80px;
    display: block;
    border-bottom: 2px solid #f78d28;
    padding-bottom: 5px;
    margin: 0 auto 5px
}

.tracking-container .border {
    width: 40px;
    border-top: 4px solid #fd8713 !important;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px
}

.zohari-container .banner-main {
    background: #212121
}

.zohari-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.zohari-container .banner-main p {
    font-size: 18px
}

.zohari-container .banner-main img {
    float: left
}

.sip-container .section-portfolio-details {
    padding: 80px 0 40px;
    background: #fff
}

.sip-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.sip-container .second-main img {
    width: 100%;
    float: left
}

.simple-draft-container .section-portfolio-details {
    padding: 80px 0 40px;
    background-color: #50cc25
}

.simple-draft-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.simple-draft-container .banner-main img {
    width: 100%;
    float: left
}

.My-wedding-venue-finder-main-container .banner-main {
    background: #fff
}

.My-wedding-venue-finder-main-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.My-wedding-venue-finder-main-container .banner-main p {
    font-size: 18px
}

.My-wedding-venue-finder-main-container .banner-main .col-xl-10 img {
    width: 100%;
    float: left
}

.u-blast-main-container .section-portfolio-details {
    padding: 80px 0 40px;
    background: #222
}

.u-blast-main-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700;
    color: #fff
}

.u-blast-main-container .section-portfolio-details p {
    color: #fff
}

.u-blast-main-container .second-main img {
    width: 100%;
    float: left
}

.u-blast-main-container .second-main {
    background: #222
}

.bread-and-bagels-main-container .section-portfolio-details {
    padding: 80px 0 40px;
    background: #93d2d2
}

.bread-and-bagels-main-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700;
    color: #333
}

.bread-and-bagels-main-container .section-portfolio-details p {
    color: #333
}

.bread-and-bagels-main-container .second-main img {
    width: 100%;
    float: left
}

.ufm-main-container .banner-main {
    background: #212121
}

.ufm-main-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.ufm-main-container .banner-main p {
    font-size: 18px
}

.ufm-main-container .banner-main .col-xl-10 img {
    width: 100%;
    float: left
}

.my-shul-main-container .banner-skyblue-bg {
    background: #268eff
}

.my-shul-main-container .banner-black-bg {
    background-color: #010101
}

.my-shul-main-container .banner-black-bg .col-xl-10 img,
.my-shul-main-container .banner-skyblue-bg .col-xl-10 img {
    width: 100%
}

.drood-drive-thrus-nearby-main-container .banner-main {
    background: #212121
}

.drood-drive-thrus-nearby-main-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.drood-drive-thrus-nearby-main-container .banner-main .col-xl-10 img {
    width: 100%
}

.urbana-main-container .section-portfolio-details {
    padding: 80px 0 40px;
    background-color: rgba(51, 160, 192, .8)
}

.urbana-main-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.urbana-main-container .banner-main img {
    width: 100%;
    float: left
}

.air-stylz-container .color1 {
    color: #000
}

.air-stylz-container .color2 {
    color: #fff
}

.air-stylz-container .color4 {
    color: #cb0100
}

.air-stylz-container .row-common {
    margin-top: 0
}

.air-stylz-container h1 {
    font-weight: 900 !important
}

.air-stylz-container h2 {
    font-weight: 600 !important
}

.air-stylz-container .bg1 {
    width: 100%;
    background: url(../../../static/media/tob-banner-bg.3366171f.html);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px !important
}

.air-stylz-container .bg2 {
    width: 100%;
    background: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px !important
}

.air-stylz-container .bg3 {
    width: 100%;
    background: url(../../../static/media/features-bg.35a1afe2.html);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px
}

.air-stylz-container .bg4 {
    width: 100%;
    background: url(../../../static/media/all-app-screens-bg.463e6ddb.html);
    background-repeat: no-repeat;
    background-size: cover
}

.air-stylz-container .section-common {
    padding: 0
}

.air-stylz-container .colom-common {
    padding-right: 0 !important
}

.air-stylz-container .colom-common-two {
    padding-left: 0 !important
}

@media only screen and (max-device-width:767px) {
    .air-stylz-container .colom-common {
        padding-right: 15px !important
    }
    .air-stylz-container .colom-common-two {
        padding-left: 15px !important
    }
    .air-stylz-container .row-common {
        margin-bottom: 30px
    }
}

.text-to-u-main-container .banner-main {
    background: #212121
}

.text-to-u-main-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.everly-design-main-container .banner-main {
    background: #eadaca
}

.everly-design-main-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700
}

.everly-design-main-container .banner-main .col-xl-10 img {
    width: 100%
}

.math-works-app-container .banner-main {
    background-color: #595959
}

.math-works-app-container .banner-main h1 {
    font-size: 34px;
    font-weight: 700;
    color: #fff
}

.math-works-app-container .banner-main p {
    color: #fff
}

.math-works-app-container .banner-main .col-xl-10 img {
    width: 100%;
    float: left
}

.moneyger-container .section-portfolio-details {
    padding: 80px 0 40px
}

.moneyger-container .section-portfolio-details h1 {
    font-size: 34px;
    font-weight: 700
}

.moneyger-container .banner-main {
    background: #222
}

.moneyger-container .banner-main img {
    width: 100%;
    float: left
}

.f-pop-reg {
    font-family: Poppins-regular
}

.f-pop-sembol {
    font-family: Poppins-semibold
}

.f-pop-bol {
    font-family: Poppins-bold
}

.f-op-lig {
    font-weight: 300
}

.f-op-lig,
.f-op-reg {
    font-family: "Open Sans", sans-serif
}

.f-op-reg {
    font-weight: 400
}

.f-op-sembol {
    font-weight: 600
}

.f-op-bol,
.f-op-sembol {
    font-family: "Open Sans", sans-serif
}

.f-op-bol {
    font-weight: 700
}

@media screen and (max-width:767px) {
    .f-20 {
        font-size: 14px
    }
}

.f-30 {
    font-size: 30px
}

@media screen and (max-width:991px) {
    .f-30 {
        font-size: 22px
    }
}

.f-80 {
    font-size: 80px
}

@media screen and (max-width:991px) {
    .f-80 {
        font-size: 48px
    }
}

.text-lig-teal {
    color: #acf6f5
}

.section-banner {
    background-image: url(../../../static/media/banner-bg.9c3405fd.html);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: #def9f8;
    min-height: 100vh
}

.section-banner .logo {
    width: 300px
}

@media screen and (max-width:768px) {
    .section-banner .store img {
        width: 130px
    }
}

.section-enneagram-workflow {
    background-color: #60b2b0
}

.section-enneagram-workflow .section-color-palette,
.section-enneagram-workflow .section-what-enneagram {
    background: transparent linear-gradient(180deg, #fff, #def9f8) 0 0 no-repeat padding-box;
    border-radius: 0 0 80px 80px
}

.section-enneagram-workflow .section-screens {
    background: transparent linear-gradient(180deg, #fff, #def9f8) 0 0 no-repeat padding-box
}

.section-enneagram-workflow .section-screens .screens-main {
    text-align: center
}

.section-enneagram-workflow .section-screens .screens-main img {
    border-radius: 30px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.border-none {
    border: none !important
}

.bg-orange {
    background: linear-gradient(90deg, #fb505f 0, #fb6446)
}

.zoomin-story-banner {
   
    background-position: bottom;
    background-repeat: no-repeat
}

.section-zoomin-technology {
    min-height: 50vh;
    padding-top: 50px;
    background-image: url(../../../static/media/banner-bg.a6de4ec2.html);
    background-position: top;
    background-repeat: no-repeat;
    align-items: center;
    background-size: 115%;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .section-zoomin-technology {
        padding-top: 20px;
        background-color: #fff1e3 !important;
        background-image: none
    }
}

.section-related-projects .project-block:hover p {
    color: var(--primary)
}

.section-related-projects .slick-arrow {
    display: none !important
}

.button__bar {
    display: inline-block !important;
    vertical-align: middle;
    margin: 30px auto;
    padding: 0;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 40px;
    width: 100%;
    text-align: center
}

.button__bar li {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.button__bar li button {
    border: none;
    background: #efefef;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 12px;
    border-radius: 7.5px
}

.button__bar li button:focus,
.button__bar li button:hover {
    background: var(--primary);
    outline: 0
}

.button__bar li.slick-active button {
    background-color: var(--primary)
}

.read-more {
    margin: 0;
    position: absolute;
    top: 32.5%;
    transform: translate(-50%, -50%);
    background: #fff;
    right: -100px;
    border: 1px solid #999;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;
    border-radius: 99em
}

@media only screen and (max-width:1366px) {
    .read-more {
        top: -50px;
        right: 10px
    }
}

.read-more:hover {
    background: var(--primary)
}

.read-more:hover svg {
    fill: green
}

.read-more svg {
    font-size: 22px
}

.newfaq-section .que-title {
    background-color: var(--secondary);
    color: var(--white);
    padding: 4px 10px;
    font-size: 1.1rem;
    border-radius: 100px;
    display: inline-block
}

.newfaq-section .answer ul li {
    padding-left: 2.6rem;
    position: relative
}

.newfaq-section .answer ul li:before {
    content: "";
    border: 1px solid var(--primary);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: .6rem;
    width: 12px;
    height: 12px
}

.newfaq-section .answer ul .faq-ans-link a {
    cursor: pointer;
    font-family: var(--regularFont);
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: var(--primary);
    display: inline;
    padding: 0;
    margin: 0
}

.newfaq-section .answer ul .faq-ans-link a:before {
    content: none
}

.newfaq-section .link-color:hover {
    color: #ed174f
}

.available-results {
    background-color: var(--secondary);
    color: var(--white)
}

.available-results p {
    font-size: 1.8rem
}

@media only screen and (min-width:768px) {
    .available-results p {
        font-size: 1.6rem
    }
}

@media only screen and (min-width:992px) {
    .available-results p {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1200px) {
    .available-results p {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:1400px) {
    .available-results p {
        font-size: 2.2rem
    }
}

.available-results p .developers {
    color: var(--primary);
    font-size: 6rem;
    font-family: var(--numbersFont)
}

.available-results p .technologies,
.available-results p .years {
    color: var(--primary)
}

.available-results span {
    color: var(--white)
}

.available-results .view {
    border: 1px solid var(--white);
    font-size: 1.6rem;
    background-color: transparent;
    color: var(--white);
    transition: var(--transition)
}

.available-results .view:hover {
    background: var(--white);
    color: var(--secondary)
}

@media only screen and (min-width:1650px) {
    .available-results .col-xl-9 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.hiring-process-wrapper .dashed-line {
    border-radius: 500px;
    border: 2px dashed var(--grey70);
    margin-right: -1px;
    margin-left: -1px;
    position: relative
}

.hiring-process-wrapper .dashed-line:after,
.hiring-process-wrapper .dashed-line:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 16px solid var(--grey70);
    position: absolute
}

.hiring-process-wrapper .dashed-line:after {
    right: 50%;
    top: -1px;
    transform: translate(50%, -50%)
}

.hiring-process-wrapper .dashed-line:before {
    right: 50%;
    bottom: -1px;
    transform: translate(50%, 50%) rotate(180deg)
}

.hiring-process-wrapper .step.line-parent {
    position: relative
}

.hiring-process-wrapper .step.line-parent:after,
.hiring-process-wrapper .step.line-parent:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%)
}

.hiring-process-wrapper .step.line-parent:before {
    width: 2rem;
    height: 2rem;
    background-color: var(--white);
    border: 2px solid var(--secondary);
    border-radius: 100%;
    z-index: 1
}

.hiring-process-wrapper .step.line-parent:after {
    height: 100%;
    width: 2px;
    background-color: var(--secondary);
    z-index: 0
}

.hiring-process-wrapper .step img {
    max-width: 50%;
    margin-top: 1rem
}

@media only screen and (min-width:576px) {
    .hiring-process-wrapper .step img {
        max-width: 75%
    }
}

@media only screen and (min-width:768px) {
    .hiring-process-wrapper .step img {
        max-width: 60%;
        margin-top: 0
    }
}

@media only screen and (min-width:992px) {
    .hiring-process-wrapper .step img {
        max-width: 68%
    }
}

.hiring-process-wrapper .step .step-title {
    display: block
}

@media only screen and (min-width:768px) {
    .hiring-process-wrapper .step .step-title {
        position: absolute;
        left: 0;
        transform: translateX(-70px);
        top: -2px
    }
}

.hiring-process-wrapper .step .title {
    font-size: 2.2rem
}

.hiring-process-wrapper .step.no-satisfaction {
    position: relative
}

.hiring-process-wrapper .step.no-satisfaction:before {
    width: 2rem;
    height: 2rem;
    background-color: var(--white);
    border: 2px solid var(--secondary);
    border-radius: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%)
}

.hiring-process-wrapper .step:last-child {
    position: relative
}

.hiring-process-wrapper .step:last-child .down-arrow {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid var(--secondary);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-50%)
}

.ipad-app-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .ipad-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .ipad-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.ipad-app-development-hero .outlined-text {
    font-size: 13vw;
    line-height: 13vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .ipad-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .ipad-app-development-hero .outlined-text {
        font-size: 10vw;
        line-height: 9vw;
        
        margin-left: -.9vw
    }
}

.flutter-app-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .flutter-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .flutter-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.flutter-app-development-hero .outlined-text {
    font-size: 13.6vw;
    line-height: 13.6vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .flutter-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .flutter-app-development-hero .outlined-text {
        font-size: 10vw;
        line-height: 10vw;
        letter-spacing: -.6vw;
        margin-left: -.7vw
    }
}

.backbone-js-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .backbone-js-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .backbone-js-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.backbone-js-development-hero .outlined-text {
    font-size: 12.6vw;
    line-height: 12vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .backbone-js-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .backbone-js-development-hero .outlined-text {
        font-size: 10vw;
        line-height: 9vw;
        
        margin-left: -.9vw
    }
}

.ror-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .ror-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .ror-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.ror-development-hero .outlined-text {
    font-size: 11.6vw;
    line-height: 12vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .ror-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .ror-development-hero .outlined-text {
        font-size: 8.8vw;
        line-height: 8.2vw;
        letter-spacing: -.6vw;
        margin-left: -.7vw
    }
}

.blockchain-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .blockchain-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .blockchain-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.blockchain-development-hero .outlined-text {
    font-size: 13vw;
    line-height: 13vw;
    
    margin-left: -1.2vw
}

@media only screen and (min-width:576px) {
    .blockchain-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .blockchain-development-hero .outlined-text {
        font-size: 10vw;
        line-height: 9vw;
        letter-spacing: -.7vw;
        margin-left: -.7vw
    }
}

.wearable-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .wearable-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .wearable-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.wearable-app-development-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .wearable-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .wearable-app-development-hero .outlined-text {
        font-size: 11vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.ibeacon-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .ibeacon-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .ibeacon-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.ibeacon-app-development-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .ibeacon-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .ibeacon-app-development-hero .outlined-text {
        font-size: 11vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.design-hero .outlined-support-text {
    font-size: 9vw;
    line-height: 9vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .design-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 6vw
    }
}

@media only screen and (min-width:992px) {
    .design-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 5vw
    }
}

.design-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .design-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .design-hero .outlined-text {
        font-size: 11vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.design-services .title {
    letter-spacing: -.2rem;
    font-size: 2.4rem;
    line-height: 2.4rem
}

@media only screen and (min-width:768px) {
    .design-services .title {
        font-size: 2rem;
        line-height: 2rem
    }
}

@media only screen and (min-width:1200px) {
    .design-services .title {
        font-size: 3rem;
        line-height: 3rem
    }
}

.design-does img {
    height: 40vw;
    max-height: 15rem
}

@media only screen and (min-width:576px) {
    .design-does img {
        height: 16vw;
        max-height: none
    }
}

@media only screen and (min-width:768px) {
    .design-does img {
        height: 14vw;
        max-height: 14rem
    }
}

@media only screen and (min-width:992px) {
    .design-does img {
        height: 10vw;
        max-height: none
    }
}

.enterprise-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .enterprise-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .enterprise-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.enterprise-app-development-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .enterprise-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .enterprise-app-development-hero .outlined-text {
        font-size: 11vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.startup-hero .outlined-support-text {
    font-size: 7vw;
    line-height: 7vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .startup-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 7vw
    }
}

@media only screen and (min-width:992px) {
    .startup-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 5vw
    }
}

.startup-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .startup-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .startup-hero .outlined-text {
        font-size: 11vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.digital-transformation-app-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .digital-transformation-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .digital-transformation-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.digital-transformation-app-development-hero .outlined-text {
    font-size: 19vw;
    line-height: 17vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .digital-transformation-app-development-hero .outlined-text {
        font-size: 16vw;
        line-height: 13vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .digital-transformation-app-development-hero .outlined-text {
        font-size: 13vw;
        line-height: 11vw;
        
        margin-left: -1vw
    }
}

.fintech-solution-hero .outlined-text {
    font-size: 15vw;
    line-height: 14vw;
    
    margin-left: -.9vw
}

@media only screen and (min-width:576px) {
    .fintech-solution-hero .outlined-text {
        font-size: 14.6vw;
        line-height: 13vw;
        letter-spacing: -.7vw
    }
}

@media only screen and (min-width:992px) {
    .fintech-solution-hero .outlined-text {
        font-size: 11.8vw;
        line-height: 9.4vw;
        letter-spacing: -.8vw
    }
}

.ecommerce-solution-hero .outlined-text {
    font-size: 13vw;
    line-height: 13vw;
    
    margin-left: -.7vw
}

@media only screen and (min-width:576px) {
    .ecommerce-solution-hero .outlined-text {
        font-size: 12vw;
        line-height: 11vw;
        letter-spacing: -.7vw
    }
}

@media only screen and (min-width:992px) {
    .ecommerce-solution-hero .outlined-text {
        font-size: 9.8vw;
        line-height: 8.2vw;
        letter-spacing: -.6vw
    }
}

.fitness-solution-hero .outlined-text {
    font-size: 15vw;
    line-height: 14vw;
    
    margin-left: -1.1vw
}

@media only screen and (min-width:576px) {
    .fitness-solution-hero .outlined-text {
        font-size: 15vw;
        line-height: 13vw;
        letter-spacing: -.7vw
    }
}

@media only screen and (min-width:992px) {
    .fitness-solution-hero .outlined-text {
        font-size: 11.8vw;
        line-height: 9.6vw;
        
        margin-left: -.9vw
    }
}

.food-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .food-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .food-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3.2vw
    }
}

.food-app-development-hero .outlined-text {
    font-size: 11vw;
    line-height: 11vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .food-app-development-hero .outlined-text {
        font-size: 11.8vw;
        line-height: 10vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .food-app-development-hero .outlined-text {
        font-size: 8.4vw;
        line-height: 7.6vw;
        letter-spacing: -.5vw;
        margin-left: -.7vw
    }
}

.on-demand-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .on-demand-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .on-demand-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3.2vw
    }
}

.on-demand-app-development-hero .outlined-text {
    font-size: 12vw;
    line-height: 11vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .on-demand-app-development-hero .outlined-text {
        font-size: 11.8vw;
        line-height: 10vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .on-demand-app-development-hero .outlined-text {
        font-size: 9vw;
        line-height: 8vw;
        letter-spacing: -.5vw;
        margin-left: -.7vw
    }
}

.real-estate-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 9vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .real-estate-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 7vw
    }
}

@media only screen and (min-width:992px) {
    .real-estate-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.real-estate-app-development-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .real-estate-app-development-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .real-estate-app-development-hero .outlined-text {
        font-size: 11vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.social-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 9vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .social-app-development-hero .outlined-support-text {
        font-size: 5vw;
        line-height: 3vw
    }
}

@media only screen and (min-width:992px) {
    .social-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.social-app-development-hero .outlined-text {
    font-size: 19vw;
    line-height: 17vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .social-app-development-hero .outlined-text {
        font-size: 12vw;
        line-height: 11vw;
        margin-left: -1vw;
        letter-spacing: -.6vw
    }
}

@media only screen and (min-width:992px) {
    .social-app-development-hero .outlined-text {
        font-size: 9vw;
        line-height: 8vw;
        letter-spacing: -.5vw;
        margin-left: -.6vw
    }
}

.business-app-development-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 9vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .business-app-development-hero .outlined-support-text {
        font-size: 5.2vw;
        line-height: 4vw
    }
}

@media only screen and (min-width:992px) {
    .business-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 4vw
    }
}

.business-app-development-hero .outlined-text {
    font-size: 17vw;
    line-height: 17vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .business-app-development-hero .outlined-text {
        font-size: 16vw;
        line-height: 14vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .business-app-development-hero .outlined-text {
        font-size: 13vw;
        line-height: 10vw;
        
        margin-left: -.9vw
    }
}

.education-app-development-hero .outlined-support-text {
    font-size: 7vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .education-app-development-hero .outlined-support-text {
        font-size: 5vw;
        line-height: 4.6vw
    }
}

@media only screen and (min-width:992px) {
    .education-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.education-app-development-hero .outlined-text {
    font-size: 12vw;
    line-height: 12vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .education-app-development-hero .outlined-text {
        font-size: 12vw;
        line-height: 10vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .education-app-development-hero .outlined-text {
        font-size: 9vw;
        line-height: 8vw;
        letter-spacing: -.6vw;
        margin-left: -.7vw
    }
}

.media-app-development-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .media-app-development-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .media-app-development-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3.6vw
    }
}

.media-app-development-hero .outlined-text {
    font-size: 11vw;
    line-height: 11vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .media-app-development-hero .outlined-text {
        font-size: 10.4vw;
        line-height: 9vw;
        margin-left: -1vw;
        letter-spacing: -.5vw
    }
}

@media only screen and (min-width:992px) {
    .media-app-development-hero .outlined-text {
        font-size: 8.2vw;
        line-height: 7vw;
        letter-spacing: -.5vw;
        margin-left: -.6vw
    }
}

@media only screen and (max-width:690px) {
    .portfolio-filter-buttons {
        white-space: nowrap;
        overflow: auto
    }
}

.portfolio-filter-buttons li a {
    background: var(--secondary);
    color: var(--white);
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: var(--transition);
    margin-right: 1rem;
    font-size: 1.4rem;
    padding: .8rem 1.6rem
}

.portfolio-filter-buttons li a.active,
.portfolio-filter-buttons li a:hover {
    background: var(--primary)
}

@media only screen and (min-width:576px) {
    .portfolio-filter-buttons li a {
        margin-right: 1.4rem;
        font-size: 1.8rem;
        padding: 1rem 2rem
    }
}

.cursor-pointer {
    cursor: pointer
}

.portfolio-list .item .portfolio-title {
    padding-left: 15px;
    padding-right: 15px
}

.portfolio-list .item a {
    position: relative;
    border-radius: 1.6rem;
    overflow: hidden
}

.portfolio-list .item a img {
    border-radius: 1.6rem;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .portfolio-list .item a .info-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        transition: var(--transition)
    }
}

@media only screen and (min-width:992px) {
    .portfolio-list .item a .info-wrapper * {
        opacity: 0;
        transform: scale(0);
        transition: var(--transition)
    }
}

@media only screen and (min-width:992px) {
    .portfolio-list .item a .info-wrapper h3,
    .portfolio-list .item a .info-wrapper h4 {
        color: var(--white)
    }
}

@media only screen and (min-width:992px) {
    .portfolio-list .item a:hover img {
        transform: scale(2)
    }
}

@media only screen and (min-width:992px) {
    .portfolio-list .item a:hover .info-wrapper {
        background: rgba(0, 0, 0, .9)
    }
}

@media only screen and (min-width:992px) {
    .portfolio-list .item a:hover .info-wrapper * {
        opacity: 1;
        transform: scale(1)
    }
}

.portfolio-list .submit-button {
    background: var(--primary);
    color: var(--white);
    font-size: 1.5rem;
    letter-spacing: .2rem;
    border: 1px solid var(--primary);
    transition: var(--transition)
}

@media only screen and (max-width:576px) {
    .portfolio-list .submit-button {
        width: 100%
    }
}

.popup-overlay {
    background: rgba(0, 0, 0, .75)
}

.popup-content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: transparent;
    border: none
}

.popup-content .close {
    background: #ed184f;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border-radius: 99em;
    z-index: 1;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff;
    opacity: 1;
    cursor: pointer
}

.popup-content .close:hover {
    color: #fff
}

.popup-content .portfoliodetailpopup {
    max-width: 100%;
    margin: 0 auto
}

.popup-content .portfoliodetailpopup .mi-portfolio {
    display: flex;
    align-items: center;
    width: 70%;
    float: left
}

@media only screen and (max-width:767px) {
    .popup-content .portfoliodetailpopup .mi-portfolio {
        width: 100%
    }
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .logo {
    width: 45px;
    margin-right: 10px
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h2 {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: .8px;
    font-weight: 600
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500
}

@media only screen and (max-width:575px) {
    .popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 {
        font-size: 14px
    }
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 .hireus {
    color: #ea4c89
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 .hireus:hover {
    opacity: .8
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 .follow {
    margin: 0 25px;
    position: relative
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 .follow:hover {
    color: #ea4c89;
    opacity: .8
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 .follow:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 99em;
    background-color: #a7a7a7
}

.popup-content .portfoliodetailpopup .mi-portfolio .media .media-body h3 .follow:after {
    content: "";
    position: absolute;
    right: -14px;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 99em;
    background-color: #a7a7a7
}

.popup-content .portfoliodetailpopup .section-category .mi-category {
    width: 70%;
    float: left
}

@media only screen and (max-width:767px) {
    .popup-content .portfoliodetailpopup .section-category .mi-category {
        width: 100%
    }
}

.popup-content .portfoliodetailpopup .section-category .mi-category .media {
    display: inline;
    display: initial
}

.popup-content .portfoliodetailpopup .section-category .mi-category .media ul li {
    display: inline-flex;
    margin: 0 10px 10px 0
}

.popup-content .portfoliodetailpopup .section-category .mi-category .media ul li .link {
    padding: 8px 15px 10px;
    border: 1px solid #dbdbde;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500
}

.popup-content .portfoliodetailpopup .section-category .mi-category .media ul li .link:hover {
    background-color: #e7e7e9;
    box-shadow: inset 0 0 0 1px #e7e7e9
}

.popup-content .portfoliodetailpopup .section-category .mi-category .media p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.5em;
    color: #3d3d4e
}

.popup-content .portfoliodetailpopup .section-category .save-like-other {
    width: 30%;
    float: left
}

@media only screen and (max-width:767px) {
    .popup-content .portfoliodetailpopup .section-category .save-like-other {
        width: 100%
    }
}

.popup-content .portfoliodetailpopup .section-category .save-like-other .btn {
    color: #9e9ea7;
    border: none;
    padding: 5px 3px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: .6px
}

.popup-content .portfoliodetailpopup .section-category .save-like-other .btn .fa {
    margin-right: 1px
}

.popup-content .portfoliodetailpopup .section-category .save-like-other .btn:hover {
    color: #0d0c22;
    box-shadow: none;
    border: none
}

.popup-content .portfoliodetailpopup .section-category .save-like-other .btn:focus {
    box-shadow: none
}

.popup-content .portfoliodetailpopup .save-like {
    width: 30%;
    float: left
}

@media only screen and (max-width:767px) {
    .popup-content .portfoliodetailpopup .save-like {
        width: 100%
    }
}

.popup-content .portfoliodetailpopup .save-like .btn {
    background: #f3f3f4;
    color: #0d0c22;
    border: none;
    padding: 8px 13px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: .6px
}

.popup-content .portfoliodetailpopup .save-like .btn .fa {
    margin-right: 3px
}

.popup-content .portfoliodetailpopup .save-like .btn:hover {
    background-color: #e7e7e9;
    box-shadow: inset 0 0 0 1px #e7e7e9
}

.popup-content .portfoliodetailpopup .save-like .btn:focus {
    box-shadow: none
}

.popup-content .portfoliodetailpopup .portfolio-details {
    margin: 15px 0
}

.popup-content .portfoliodetailpopup .portfolio-details p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.5em;
    color: #3d3d4e
}

.popup-content .portfoliodetailpopup .portfolio-details h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
    line-height: 1.5em;
    color: #3d3d4e
}

.popup-content .portfoliodetailpopup .portfolio-details h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    line-height: 1.5em;
    color: #3d3d4e
}

.popup-content .portfoliodetailpopup .portfolio-details .link {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    line-height: 1.5em;
    color: #ea4c89
}

@media only screen and (max-width:575px) {
    .popup-content .portfoliodetailpopup .portfolio-details .link {
        font-size: 15px
    }
}

.popup-content .portfoliodetailpopup .portfolio-details .link:hover {
    opacity: .8
}

.popup-content .portfoliodetailpopup .portfolio-details .or {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5em;
    color: #3d3d4e
}

@keyframes anvil {
    0% {
        transform: scale(1) translateY(0);
        opacity: 0;
        box-shadow: 0 0 0 hsla(0, 0%, 94.5%, 0)
    }
    1% {
        transform: scale(.96) translateY(10px);
        opacity: 0;
        box-shadow: 0 0 0 hsla(0, 0%, 94.5%, 0)
    }
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
        box-shadow: 0 0 500px hsla(0, 0%, 94.5%, 0)
    }
}

.popup-content {
    -webkit-animation: anvil .5s cubic-bezier(.38, .1, .36, .9) forwards
}

.company-overview-hero {
    position: relative
}

.company-overview-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .company-overview-hero:before {
        width: calc(100% + 8rem)
    }
}

.company-overview-hero h1 {
    font-size: 6.4vw;
    line-height: 6.6vw;
    letter-spacing: -.4vw
}

.company-overview-hero .sub-header {
    color: var(--secondary)
}

.vision-mission img {
    max-width: 8rem
}

@media only screen and (min-width:1200px) {
    .vision-mission img {
        max-width: 60%
    }
}

.infrastructure-section {
    overflow: hidden
}

.infrastructure-section .carousel .slick-list {
    overflow: visible
}

.our-team-section .call-to-action-section {
    background-color: var(--secondary)
}

.our-team-section .call-to-action-section .sub-header {
    color: var(--primary)
}

.our-team-section .call-to-action-section .regular-text {
    color: var(--white)
}

.our-team-section .call-to-action-section .cta-btn {
    color: var(--white);
    border: 1px solid var(--white);
    padding: 1rem 2rem;
    font-size: 1.8rem;
    transition: var(--transition)
}

.our-team-section .call-to-action-section .cta-btn:hover {
    background: var(--white);
    color: var(--secondary)
}

.at-mi-section .cta-wrapper {
    background-color: var(--secondary)
}

.at-mi-section .cta-wrapper h3 {
    color: var(--primary)
}

.at-mi-section .cta-wrapper p {
    color: var(--white)
}

.at-mi-section .cta-wrapper a {
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 1.8rem;
    transition: var(--transition)
}

.at-mi-section .cta-wrapper a:hover {
    background: var(--white);
    color: var(--secondary)
}

.client-testimonials-hero .outlined-support-text {
    font-size: 10vw;
    line-height: 10vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .client-testimonials-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .client-testimonials-hero .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.client-testimonials-hero .outlined-text {
    font-size: 12vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .client-testimonials-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .client-testimonials-hero .outlined-text {
        font-size: 9vw;
        line-height: 9vw;
        letter-spacing: -.6vw;
        margin-left: -.2vw
    }
}

.testimonial-items .item .user-pic {
    width: 6rem;
    height: 6rem;
    border-radius: 100%
}

.testimonial-items .item .location {
    color: var(--grey70)
}

.testimonial-items .item .video-btn {
    color: var(--primary);
    font-size: 1.4rem
}

.testimonial-items .item .video-btn .video-icon {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
    vertical-align: middle
}

.career-hero {
    position: relative
}

.career-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .career-hero:before {
        width: calc(100% + 8rem)
    }
}

.career-hero h1 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -.4vw
}

.current-openings .career-item .index {
    font-size: 4vw;
    font-family: var(--numbersFont);
    color: var(--greyCC)
}

.current-openings .career-item .requirements li {
    padding-right: 30px;
    position: relative
}

.current-openings .career-item .requirements li:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid var(--primary);
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.current-openings .career-item .apply-now-wrapper {
    font-size: 1.4rem;
    letter-spacing: .2rem
}

.current-openings .career-item .apply-now-wrapper .title {
    color: var(--tertiary)
}

.current-openings .career-item .apply-now-wrapper .mail,
.current-openings .career-item .apply-now-wrapper .number {
    color: var(--primary)
}

.contact-hero {
    position: relative;
    padding-bottom: 12rem
}

/*.contact-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}*/

@media only screen and (min-width:992px) {
    .contact-hero:before {
        width: calc(100% + 8rem)
    }
}

.contact-hero h1 {
    font-size: 10vw;
    line-height: 10vw;
    
}

@media only screen and (min-width:576px) {
    .contact-hero h1 {
        font-size: 7vw;
        line-height: 7vw
    }
}

@media only screen and (min-width:768px) {
    .contact-hero h1 {
        font-size: 6vw;
        line-height: 6vw
    }
}

@media only screen and (min-width:992px) {
    .contact-hero h1 {
        font-size: 4.6vw;
        line-height: 4.6vw
    }
}

.global-presence-section .address address {
    font-style: normal
}

@media only screen and (max-width:576px) {
    .contact-get-in-touch-section .google-recaptcha {
        transform: scale(.7);
        transform-origin: left
    }
}

.contact-get-in-touch-section .contact-form {
/*    background-color: var(--white);*/
/*   box-shadow: 0 5px 5px rgba(0, 0, 0, .13);*/
    margin-left: -1px;
      margin-top: -23rem;
    padding: 2.4rem ; 
}

.contact-get-in-touch-section .contact-form1 {
/*    background-color: var(--white);*/
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    margin-left: -1px;
      margin-top: 0rem;
    padding: 2.4rem;
}


.contact-get-in-touch-section .contact-form2 {
    background-color: var(--white);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    margin-left: -1px;
      margin-top: -15rem;
    padding: 2.4rem;
}

@media only screen and (min-width:576px) {
    .contact-get-in-touch-section .contact-form {
        padding: 3.6rem
    }
}

@media only screen and (min-width:1350px) {
    .contact-get-in-touch-section .contact-form {
        padding: 4rem 2rem 2rem 2rem
    }
}

@media only screen and (min-width:1600px) {
    .contact-get-in-touch-section .contact-form {
        padding: 5rem
    }
}

.contact-get-in-touch-section .contact-form .form-item input,
.contact-get-in-touch-section .contact-form .form-item select,
.contact-get-in-touch-section .contact-form .form-item textarea {
    font-size: 1.4rem;
    height: 5rem;
    border: none;
    border: 1px solid var(--greyCC)
}

.contact-get-in-touch-section .contact-form .form-item select {
    background: none;
    -webkit-appearance: none;
    border-radius: 0
}

.contact-get-in-touch-section .contact-form .form-item textarea {
    min-height: 5rem;
    height: auto;
    resize: vertical
}

.contact-get-in-touch-section .contact-form .form-item.input-file {
    position: relative;
    border: 1px dashed var(--greyCC)
}

.contact-get-in-touch-section .contact-form .form-item.input-file input[type=file] {
    border: none;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: relative
}

.contact-get-in-touch-section .contact-form .form-item.input-file label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: var(--grey70)
}

.contact-get-in-touch-section .contact-form .form-item.input-file .file-name {
    color: #2c95e7
}

.contact-get-in-touch-section .contact-form .form-item .submit-button {
    background: var(--white);
    color: #1755a6;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    border: 1px solid #1755a6;
    transition: var(--transition);
	width: 100%; font-family: 'Barlow Semi Condensed', sans-serif;
}



.contact-get-in-touch-section .contact-form1 .form-item input,
.contact-get-in-touch-section .contact-form1 .form-item select,
.contact-get-in-touch-section .contact-form1 .form-item textarea {
    font-size: 1.4rem;
    height: 5rem;
    border: none;
    border-bottom: 1px solid var(--greyCC);font-family: 'Poppins', sans-serif;
}

.contact-get-in-touch-section .contact-form1 .form-item select {
    background: none;
    -webkit-appearance: none;
    border-radius: 0
}

.contact-get-in-touch-section .contact-form1 .form-item textarea {
    min-height: 5rem;
    height: auto;
    resize: vertical;font-family: 'Poppins', sans-serif;font-size: 1.4rem;
}

.contact-get-in-touch-section .contact-form1 .form-item.input-file {
    position: relative;
    border: 1px dashed var(--greyCC)
}

.contact-get-in-touch-section .contact-form1 .form-item.input-file input[type=file] {
    border: none;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: relative
}

.contact-get-in-touch-section .contact-form1 .form-item.input-file label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: var(--grey70)
}

.contact-get-in-touch-section .contact-form1 .form-item.input-file .file-name {
    color: #2c95e7
}

.contact-get-in-touch-section .contact-form1 .form-item .submit-button {
    background: var(--white);
    color: #2c95e7;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    border: 1px solid #2c95e7;
    transition: var(--transition)
}





.contact-get-in-touch-section .contact-form2 .form-item input,
.contact-get-in-touch-section .contact-form2 .form-item select,
.contact-get-in-touch-section .contact-form2 .form-item textarea {
    font-size: 1.4rem;
    height: 5rem;
    border: none;
    border-bottom: 1px solid var(--greyCC)
}

.contact-get-in-touch-section .contact-form2 .form-item select {
    background: none;
    -webkit-appearance: none;
    border-radius: 0
}

.contact-get-in-touch-section .contact-form2 .form-item textarea {
    min-height: 5rem;
    height: auto;
    resize: vertical
}

.contact-get-in-touch-section .contact-form2 .form-item.input-file {
    position: relative;
    border: 1px dashed var(--greyCC)
}

.contact-get-in-touch-section .contact-form2 .form-item.input-file input[type=file] {
    border: none;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    position: relative
}

.contact-get-in-touch-section .contact-form2.form-item.input-file label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: var(--grey70)
}

.contact-get-in-touch-section .contact-form2 .form-item.input-file .file-name {
    color: #2c95e7
}

.contact-get-in-touch-section .contact-form2 .form-item .submit-button {
    background: var(--white);
    color: #2c95e7;
    font-size: 1.5rem;
    letter-spacing: .2rem;
    border: 1px solid #2c95e7;
    transition: var(--transition)
}


@media only screen and (max-width:576px) {
    .contact-get-in-touch-section .contact-form .form-item .submit-button {
        width: 100%
    }

    .contact-get-in-touch-section .contact-form {
    background-color: var(--white);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    margin-left: -1px;
      margin-top: 2rem;
    padding: 2.4rem; 
}
}

.contact-get-in-touch-section .contact-form .form-item .submit-button:hover {
    background:#1755a6;
    color: var(--white); font-family: 'Barlow Semi Condensed', sans-serif;
}

.contact-get-in-touch-section .contact-form .form-item .error-text {
    color: var(--primary);
    opacity: 1;
    font-size: 10px;
    letter-spacing: .5px
}

.contact-get-in-touch-section .contact-form .select>div {
    border: none;
    border-bottom: 1px solid var(--greyCC);
    border-radius: 0;
    box-shadow: 1px solid var(--greyCC) !important
}

.contact-get-in-touch-section .contact-form .select>div>div {
    padding: 0
}

.contact-get-in-touch-section .contact-form .select>div>div span {
    display: none
}

.contact-get-in-touch-section .contact-form .select>div>div>div {
    margin: 0;
    padding: 0;
    font-size: 1.4rem
}

.life-at-mi-hero {
    position: relative;
    padding-bottom: 6rem
}

.life-at-mi-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .life-at-mi-hero:before {
        width: calc(100% + 8rem)
    }
}

.life-at-mi-hero .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .life-at-mi-hero .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .life-at-mi-hero .outlined-support-text {
        font-size: 3vw;
        line-height: 2.4vw
    }
}

.life-at-mi-hero .outlined-text {
    font-size: 14vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .life-at-mi-hero .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .life-at-mi-hero .outlined-text {
        font-size: 10vw;
        line-height: 9vw;
        
        margin-left: -.9vw
    }
}

.life-at-mi-hero .sub-header {
    color: var(--secondary)
}

.life-at-mi-list-section .list-item .title span {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -.1vw
}

@media only screen and (min-width:576px) {
    .life-at-mi-list-section .list-item .title span {
        font-size: 2.2rem;
        line-height: 3rem
    }
}

@media only screen and (min-width:768px) {
    .life-at-mi-list-section .list-item .title span {
        font-size: 2.2vw;
        line-height: 3vw
    }
}

@media only screen and (min-width:992px) {
    .life-at-mi-list-section .list-item .title span {
        font-size: 1.8vw;
        line-height: 2.4vw
    }
}

.life-at-mi-detail-page-hero-section h1 {
    color: var(--secondary);
    position: relative;
    z-index: 1
}

.life-at-mi-detail-page-hero-section h1 .outlined-support-text {
    font-size: 8vw;
    line-height: 8vw;
    margin-left: -.4vw;
    
}

@media only screen and (min-width:576px) {
    .life-at-mi-detail-page-hero-section h1 .outlined-support-text {
        font-size: 6vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:992px) {
    .life-at-mi-detail-page-hero-section h1 .outlined-support-text {
        font-size: 4.4vw;
        line-height: 3vw
    }
}

.life-at-mi-detail-page-hero-section h1 .outlined-text {
    font-size: 10vw;
    line-height: 14vw;
    
    margin-left: -1.4vw
}

@media only screen and (min-width:576px) {
    .life-at-mi-detail-page-hero-section h1 .outlined-text {
        line-height: 12vw;
        margin-left: -1vw
    }
}

@media only screen and (min-width:992px) {
    .life-at-mi-detail-page-hero-section h1 .outlined-text {
        font-size: 7.6vw;
        line-height: 7.6vw;
        letter-spacing: -.6vw;
        margin-left: -.6vw
    }
}

.whitepaper-detail .book-img {
    width: 100%
}

@media only screen and (min-width:576px) {
    .whitepaper-detail .book-img {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .whitepaper-detail .book-img {
        width: 35%
    }
}

@media only screen and (min-width:992px) {
    .whitepaper-detail .book-img {
        width: 100%
    }
}

.whitepaper-detail h1 {
    font-size: 3rem;
    letter-spacing: -.16vw;
    line-height: 3.4rem
}

@media only screen and (min-width:992px) {
    .whitepaper-detail h1 {
        font-size: 3vw;
        line-height: 3.6vw
    }
}

.whitepapers-hero {
    position: relative
}

.whitepapers-hero:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--white);
    height: 100%;
    width: 100%;
    z-index: -100;
    transition: var(--transition)
}

@media only screen and (min-width:992px) {
    .whitepapers-hero:before {
        width: calc(100% + 8rem)
    }
}

.whitepapers-hero h1 {
    font-size: 8vw;
    line-height: 8vw;
    letter-spacing: -.4vw
}

@media only screen and (min-width:992px) {
    .whitepapers-hero h1 {
        font-size: 4.8vw;
        line-height: 4.8vw
    }
}

.whitepapers-hero .sub-header {
    color: var(--secondary)
}

.info-graphics-detail-page img {
    max-width: 100%
}

.blog-section .blog-item .blog-topic {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--secondary);
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 73px;
    word-break: break-word
}

@media only screen and (min-width:576px) {
    .blog-section .blog-item .blog-topic {
        font-size: 1.8rem;
        line-height: 2.2rem
    }
}

@media only screen and (min-width:768px) {
    .blog-section .blog-item .blog-topic {
        font-size: 1.2rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .blog-section .blog-item .blog-topic {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

@media only screen and (min-width:1400px) {
    .blog-section .blog-item .blog-topic {
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-family: 'Poppins', sans-serif; 
    }
}

.privacy-policy h1 .outlined-text {
    font-size: 15vw;
    line-height: 15vw;
    letter-spacing: -.4vw;
    margin-left: -.5vw
}

@media only screen and (min-width:992px) {
    .privacy-policy h1 .outlined-text {
        font-size: 7vw;
        line-height: 6vw
    }
}

.privacy-policy h1 .outlined-support-text {
    font-size: 7vw;
    line-height: 7vw
}

@media only screen and (min-width:992px) {
    .privacy-policy h1 .outlined-support-text {
        font-size: 2.8vw;
        line-height: 3vw
    }
}

.privacy-policy h2 {
    font-size: 3rem
}

.privacy-policy h3 {
    font-size: 2.4rem
}

.privacy-policy h4 {
    font-size: 1.8rem
}

.privacy-policy a {
    color: var(--primary)
}

.thank-you img {
    width: 80px
}

.thank-you .outlined-text {
    font-size: 12vw;
    line-height: 12vw
}

@media only screen and (min-width:768px) {
    .thank-you .outlined-text {
        font-size: 7.8vw;
        line-height: 7.8vw
    }
}

@media only screen and (min-width:992px) {
    .thank-you .outlined-text {
        font-size: 5vw;
        line-height: 5vw;
        
    }
}

.thank-you .outlined-support-text {
    font-size: 9vw;
    line-height: 9vw;
    letter-spacing: -.6vw;
    margin-left: -.3vw
}

@media only screen and (min-width:576px) {
    .thank-you .outlined-support-text {
        font-size: 7vw;
        line-height: 5vw
    }
}

@media only screen and (min-width:768px) {
    .thank-you .outlined-support-text {
        font-size: 5.6vw;
        letter-spacing: -.4vw
    }
}

@media only screen and (min-width:992px) {
    .thank-you .outlined-support-text {
        font-size: 3.2vw;
        ;
        line-height: 3vw
    }
}

.thank-you a {
    color: var(--primary)
}

@media only screen and (max-width:767px) {
    .FAQs .faq-tabs {
        border-bottom: 1px solid var(--greyCC)
    }
}

.FAQs .faq-tabs button {
    background: none;
    border: none;
    color: var(--secondary);
    transition: var(--transition)
}

@media only screen and (max-width:767px) {
    .FAQs .faq-tabs button {
        background: var(--secondary);
        color: var(--white);
        padding: 1rem 2rem;
        border-radius: 100px
    }
}

.FAQs .faq-tabs button.active,
.FAQs .faq-tabs button:hover {
    color: var(--primary)
}

@media only screen and (max-width:767px) {
    .FAQs .faq-tabs button.active,
    .FAQs .faq-tabs button:hover {
        background: var(--primary);
        color: var(--white)
    }
}

.FAQs .que-ans .ans {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.FAQs .que-ans .ans ul li {
    position: relative;
    padding-left: 30px
}

.FAQs .que-ans .ans ul li:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid var(--primary);
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: .4rem
}

.FAQs .que-ans button.expand-btn {
    background: var(--primary);
    width: 5rem;
    min-width: 5rem;
    height: 5rem;
    border: none
}

.static-page-wrapper {
    overflow: hidden;
    font-size: 16px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, .1);
    border-left: none
}

.static-page-wrapper section {
    padding: unset
}

.static-page-wrapper .img-fluid {
    max-width: 100%
}

.techs {
    text-align: left
}

@media only screen and (min-width:992px) {
    .techs {
        text-align: center
    }
}


@media only screen and (min-width:768px) {
    .cookie-popup-wrapper {
        width: 600px
    }
}


.bg-orange {
    background-color: #ea504e
}




@media only screen and (max-width:767px) {
    .section-pigi-technology {
        padding-top: 20px;
        background-color: #fff1e3 !important;
        background-image: none
    }
}

.bg-teal {
    background-color: #318a90
}

.bg-lig-teal {
    background-color: #f4f9f9
}




@media only screen and (max-width:767px) {
    .section-ennea-technology {
        padding-top: 20px;
        background-color: #fff1e3 !important;
        background-image: none
    }
}

.bg-dark-orange {
    background-color: #f79130
}

.bg-pink {
    background-color: #fff9f4
}



@media only screen and (max-width:767px) {
    .section-bhoj-technology {
        padding-top: 20px;
        background-color: #fff1e3 !important;
        background-image: none
    }
}



.f-pop-lig {
    font-family: "Poppins-light"
}

.f-pop-reg {
    font-family: "Poppins-regular"
}

.f-pop-med {
    font-family: "Poppins-medium"
}

.f-pop-sembol {
    font-family: "Poppins-semibold"
}

.f-pop-bol {
    font-family: "Poppins-bold"
}

.f-14 {
    font-size: 14px
}

.f-16 {
    font-size: 16px
}

@media screen and (min-width:320px) and (max-width:991px) {
    .f-16 {
        font-size: 12px
    }
}

.f-20 {
    font-size: 20px
}

.f-22 {
    font-size: 22px
}

@media screen and (min-width:320px) and (max-width:991px) {
    .f-22 {
        font-size: 18px !important
    }
}

.f-24 {
    font-size: 24px
}

@media screen and (min-width:320px) and (max-width:991px) {
    .f-24 {
        font-size: 20px !important
    }
}

.f-26 {
    font-size: 26px
}

@media screen and (min-width:320px) and (max-width:991px) {
    .f-26 {
        font-size: 20px !important
    }
}

.f-36 {
    font-size: 36px
}

@media screen and (min-width:320px) and (max-width:991px) {
    .f-36 {
        font-size: 24px !important
    }
}

.f-48 {
    font-size: 48px
}

@media screen and (max-width:576px) {
    .f-48 {
        font-size: 32px
    }
   

#show, .header button, #close {
    border: none;
    color: #fff;
    display: block;
    font-size: 1em;
    padding: 1em;
   
    position: fixed;
/*    right: 7px!important;*/
    top: 0px;
    z-index: 9;
    background: #333;
    border: none;
    width: 45px!important;
    height: 45px!important;
    cursor: pointer;
}
.logo {
    width: 160px!important;
    display: flex;
}
.header img {
    width: 160px;
}
}

.text-grey {
    color: #646464
}

.text-blue {
    color: #567592
}

.text-drkbrown {
    color: #2f281e
}

.text-brown {
    color: #544837
}

.bg-red {
    background-color: #cc0001
}

.bg-pink {
    background-color: #ffeee8
}

.comn-btn {
    background-color: #ee184f;
    color: #fff !important;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Poppins-regular"
}

.AB-story-banner {
   
    background-position: bottom;
    background-repeat: no-repeat
}



@media only screen and (max-width:767px) {
    .section-ab-technology {
        padding-top: 20px;
        background-color: #fff1e3 !important;
        background-image: none
    }
}

@media only screen and (max-width:767px) {
    .achievements-main .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 25px
    }
    .achievements-main .col:last-child {
        margin: 0
    }
}

.technology-main {
    margin: 25px 0 10px
}

@media only screen and (max-width:767px) {
    .technology-main {
        margin: 10px
    }
}

.technology-main .col {
    text-align: center
}

.technology-main .col .icon-img {
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
   .work-tech {
    width: 100%;
    float: none;
    display: inline-block;
    height: 89%!important;
}
	
	.carCircle {
    width: 7%!important;
    float: right;
    right: 9px!important;
    left: -17px!important;
    position: relative;
    top: 90px!important;
}
	
	.hooray1
{font-size: 46px!important;
    font-weight: 600;
     font-family: 'Barlow Semi Condensed', sans-serif;
   
   line-height: 35px!important;  color: var(--antiPrimary); text-transform: uppercase;  }

.content blockquote1 {
    position: absolute;
    top: 26%;
    right: 0%!important;
    z-index: 2;
    max-width: 100%!important;
    color: #00aeef;
    border-left: none!important;  width: 100%;
}
	
	
	.technology-main .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 15px
    }
    .technology-main .col:last-child {
        margin: 0
    }
	.actions_btn-mode {
    --fromEdge: .5rem!;
    position: fixed!important;
    z-index: 1013!important;
    /* top: var(--fromEdge); */
    left: 5px!important;
    border: 0!important;
    background-color: transparent;
    color: inherit;
    top: 236px!important;
    background: #ccc!important;
    border-radius: 50px!important;
    padding: 9px; 
}
	
	.about-title1 {
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: -.1rem;
    line-height: 3.6rem;
    color: #111;
    color: var(--secondary);margin-top: 20px;
}
	
	.outlined-text5 {
     font-size: 3.2rem;
    line-height: 3.8vw;
    margin-left: 0vw;
}
	.outlined-text5 {
    -webkit-text-stroke: 1.4px #111;
    -webkit-text-stroke: 1.4px var(--secondary);
}
	.outlined-text5 {
    -webkit-text-stroke: 1px #111;
    -webkit-text-stroke: 1px var(--secondary);
    color: #fff;
    color: var(--white);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;font-weight: 700;
}
	
	.section-title {
   color: #2c95e7;
    text-transform: uppercase;
    font-family: var(--poppinsBold);
    font-size: 1.9rem;
    letter-spacing: .8rem;
    margin-bottom: 1.5rem;
}
	
	.service-two{margin-top: 20px!important; }
	
	.technologies-hero .outlined-support-text {
    font-size: 7vw;
    line-height: 8vw;
    margin-left: -.2vw; 
}
	
	.schedule-link{color: #ee17f6; font-weight: bold; font-size: 17px;cursor: pointer; text-align: right!important; float: right!important}

	
	.main-banner-top {
    padding: 90px 0px 90px 0px; height: 800px;
}
.banner_title {
    padding-left: 9%!important;
}
	
	
	.main-banner-img {
    max-width: 100%;
    position: absolute;
    top: 0px!important;
    width: 386px!important;
    right: 183px!important;
}
.grid-height img {
    height: auto!important;
    width: 100% !important;
    object-fit: cover !important;
}	
.technologies-hero .outlined-text {
    font-size: 13.4vw;
    line-height: 13vw;
    margin-left: -1.2vw;
}	
	.content blockquote {
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: 2;
    max-width: 100%!important;
    color: #00aeef;
    text-align: left;
    width: 100%;
    border-left: none!important;
}
	
	.hooray {
    font-size: 37px!important;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #1555e8;
    line-height: 34px!important;
}
	
}

.f-18 {
    font-size: 18px
}

video {
    border-radius: 10px
}
.olivo-logo{width: 85px!important;position: relative;
   top: 19px;}
.upgro-text-color{color: #2965ef;}


@media only screen and (max-width:580px) {
	
.banner_title {
    padding-left: 13%!important;
}
	
	.main-banner-img {
    max-width: 100%;
    position: absolute;
    top: 0px!important;
  width: 322px!important;
    right: 17px!important;
}
	.logo-main {
    position: relative;
    left: 15px!important;
}
	
	.hooray {
   font-size: 26px!important;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #1555e8;
    font-style: initial;
    line-height: 34px!important;
}
	
	
.hooray1
{font-size: 46px!important;
    font-weight: 600;
     font-family: 'Barlow Semi Condensed', sans-serif;
   
   line-height: 35px!important;  color: var(--antiPrimary); text-transform: uppercase;  }

.content blockquote1 {
    position: absolute;
    top: 26%;
    right: 0%!important;
    z-index: 2;
    max-width: 100%!important;
    color: #00aeef;
    border-left: none!important;  width: 100%;
}


.hooray10
{font-size: 33px;
    font-weight: 400;
   font-family: 'Barlow Semi Condensed', sans-serif;
   
    line-height: 31px;
    color: var(--antiPrimary);
    text-transform: capitalize;
} 



.hooray11
{font-size: 28px;
    font-weight: 500;
  font-family: 'Barlow Semi Condensed', sans-serif;
   
    line-height: 31px;
    color: var(--antiPrimary);
   
} 



	 .olivo-logo {
   width: 85px!important;
    position: relative;
   top: 5px!important;
	
	}
	
	.second-scec-img {
    max-width: 100%;
    position: absolute;
    right: 25px!important;
    top: 549px!important;
    width: 310px!important;
}
.main-banner-second {
    padding: 90px 0px 90px 0px;
    
}
	
	.img-responsive {
         max-width: 100%
    }
	
	.content blockquote {
    position: absolute;
    top: 10%;
    left: 0%;
    z-index: 2;
    max-width: 100%!important;
    color: #00aeef;
    text-align: left;
    width: 100%;
    border-left: none!important;
/*		background-color: rgba(255,255,255,0.7) !important;*/
}
	

	
	.prev, .next {
    position: relative;
    z-index: 1;
    width: 50%!important;
    height: 50%!important;
    display: block;
    border-radius: 100%;
    transition: box-shadow .3s;
    background: #e3e3e3;
    top: -56px;
}
	
	 .work-tech {
    width: 100%;
    float: none;
    display: inline-block;height: 89%!important;
  }

}

@media only screen and (max-width:992px) {
  .technologies-hero .outlined-text {
    font-size: 6vw;
    line-height: 4vw;
    margin-left: 0vw;
}
	
.sub-header {
    font-size: 1.4rem; 
}

	.logo-main {
    position: relative;
    left: 55px;
}
	
	 .olivo-logo {
   width: 85px!important;
    position: relative;
   top: 5px!important;
}
	
}

@media screen and (min-width: 581px) and (max-width: 992px) {
	
	
	.second-scec-img {
    max-width: 100%;
    position: absolute;
    right: 183px!important;
    top: 640px!important;
    width: 310px!important;
}
	
	.main-banner-second {
    padding: 90px 0px 90px 0px;
  
    height: 550px!important; 
}
	.cd-slider {
    position: relative;
    width: 100%;
    height: 110vh!important;
    overflow: hidden;
}	
	
}
.gWptxp {
    width: 35px!important;
    height: 35px!important;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(18, 155, 244) !important;
}
.fqvfkj {
    width: 35px!important;
    height: 35px!important;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(102, 102, 102) !important;
}
.clIQet {
    width: 35px!important;
    height: 35px!important;
    order: 1;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(77, 194, 71) !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px; color: #000
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;color: #000
}
.subcolor
{
    color: #1857e9;
    font-size: 3.0rem;
}
.color
{
    color: #1857e9;letter-spacing: 0px;margin-bottom: 20px
    
}
.color1
{
    color: black;
}
.color2
{
    color: #1857e9;
}

.seofontsize{
	font-size: 35px;  color: #1857e9;font-family: 'Poppins', sans-serif;
    font-weight: 700;    line-height: 53px;letter-spacing: -2px;
	
}
.seofontsize1{
font-size: 3.4vw;
    line-height: 5vw;
}

.seofontsize-new{
	font-size: 25px;  color: #1857e9;font-family: 'Poppins', sans-serif;
    font-weight: 600;line-height: 53px;letter-spacing: -2px;text-transform: uppercase
	
}





/* Global styling is in the HTML so I can include this CSS into other CodePen projects */
body {
  --color: hsl(269, 19%, 30%);
  --bgColor: hsla(32,100%,85%,.35);
  --linkColor: hsla(214, 71%, 47%, 1);
  --linkColorHover: hsla(214, 100%, 35%, 1);
  --linkBgHover: hsla(214, 100%, 85%, 1);
  --linkFocus: hsla(214, 71%, 80%, 0.3);
  --focusOutline: var(--linkFocus) solid 0.25rem;
  --imgFilter: none;
	 --transition: all 0.6s;
    --primary: #2c95e7;
    --antiPrimary: #1755a6;
    --secondary: #111;
    --tertiary: #333;
    --grey70: #1755a6;
    --greyCC: #f9f9f9;
    --white: #fff;
    --poppinsBold: "poppinsbold";
    --regularFont: "robotoregular";
    --regularBoldFont: "robotobold";
    --numbersFont: "ostrich_sansblack" 
	--blue: #2f7bdf;
	 --main-bg-color: #1755a6;
	 --main-bg-color1: #2f7bdf;
	--blue70: #252525;
	--bs-blue:#0072bb;
	--bs-cyan:#bfe3ff;
	--bs-purple:#fff;

  
}
@media (prefers-color-scheme: dark) {
  body:not([data-lightMode="light"]) {
    --color: #fafafa;
    --bgColor: hsl(269, 19%, 5%);
    --linkColor: hsla(214, 100%, 80%, 1);
    --linkColorHover: hsla(214, 100%, 11%, 1);
    --linkFocus: hsla(214, 100%, 80%, .5);
    --focusOutline: hsla(214, 100%, 85%, .6) solid .25rem;
    --imgFilter: grayscale(15%) brightness(85%);
   
  }
}
/* Duplicated dark mode for button action */
body[data-lightMode="dark"] {
  --color: #fff;
  --bgColor: hsl(269, 19%, 5%);
  --linkColor: hsla(214, 100%, 80%, 1);
  --linkColorHover: hsla(214, 100%, 11%, 1);
  --linkFocus: hsla(214, 100%, 80%, .6);
  --focusOutline: hsla(214, 100%, 85%, .6) solid .25rem;
  --imgFilter: grayscale(15%) brightness(85%);
   --secondary: #fff;
    --white: #0e0e0e;
    --tertiary: #fff;
	  --antiPrimary: #fff;
	 --greyCC: #000;
	 --grey70: #252525;
	--blue: #000;
	--blue70: #fff;
	--main-bg-color: #181818;
		--main-bg-color1: #000;
	--bs-blue:#fff;
	--bs-cyan:#787878;
	--bs-purple:#000;
	background-color: black;    color: white;
}
}

/*body {
  color: var(--color);

 background-color: var(--bgColor);
  background-image: var(--bgPage);

  transition: 
    background-image .3s ease-out,
    background-color .3s ease-out,
    color .3s ease-out;
}

/*
img:not([src*=".svg"]) {
  filter: var(--imgFilter);
  transition: filter 0.3s ease-out;
}

a:link,
a:visited {
  color: var(--linkColor);
  text-decoration-color: var(--linkColorUnderline);
  outline: hsla(214, 71%, 80%, 0); solid .25rem;
  transition:
    color .3s ease-out,
    background-color .3s ease-out,
    outline-color .3s ease-out;
}
a:hover,
a:focus {
  color: var(--linkColorHover);
  outline: var(--linkBgHover) solid .25rem;
  background-color: var(--linkBgHover);
}
*/

button::-moz-focus-inner {
  border: 0;
}
.actions_btn-mode {
--fromEdge: .5rem;
    position: fixed;
    z-index: 1051;
    /* top: var(--fromEdge); */
    left: 7px;
/*
    width: 3.1rem;
    height: 3.1rem;
*/
    border: 0;
    background-color: transparent;
    color: inherit;
/*    top: 283px;*/
    background: #ccc;
    border-radius: 50px;
    padding: 9px;
	top: 44%;
}
@media (min-width: 768px) {
  .actions_btn-mode {
    --fromEdge: 1.5rem;
  }
}

/* Switch icon between dark &amp; light */
.actions_svg-mode > * {
  transition: opacity .3s ease-out;
}
[data-lightMode="light"] .mode-dark,
[data-lightMode="dark"] .mode-light {
  opacity: 1;
}
[data-lightMode="light"] .mode-light,
[data-lightMode="dark"] .mode-dark {
  opacity: 0;
}

/* 
   Includes used:
   Prism highlighting: https://codepen.io/2kool2/pen/MEbeEg
*/


.menu-bottom{ margin-top: 100px}