/* Base css*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Open Sans', "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    position: relative;
    margin: 0 !important;
}

.lock {
    overflow: hidden;
}

.block {
    position: relative
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #dde1e0;
}

::-webkit-scrollbar-track-piece {
    background: #fff;
}

img.img-responsive {
    max-width: 100%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin: 0 auto !important
}

hr {
    width: 100%;
    margin: 15px 0;
    border: none;
    border-bottom: 1px solid #ddd;
}

.bg-none {
    background: none !important;
}

.float-right {
    float: right;
}

.float-none {
    float: none
}

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

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

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

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.position-absolute {
    position: absolute !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.horz-p15 {
    padding: 0 15px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.mv-15 {
    margin: 15px 0;
}

.text-left {
    text-align: left !important
}

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

.text-right {
    text-align: right !important
}

.mx-auto {
    margin: 0 auto !important
}

.m--1 {
    margin: -.75rem;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .75rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.m-3 {
    margin: 1.25rem !important;
}

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

.m-5 {
    margin: 1.75rem !important;
}

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

.mt-1 {
    margin-top: .75rem !important
}

.mt-2 {
    margin-top: 1rem !important
}

.mt-3 {
    margin-top: 1.25rem !important
}

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

.mt-5 {
    margin-top: 1.75rem !important
}

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

.mr-1 {
    margin-right: .75rem !important
}

.mr-2 {
    margin-right: 1rem !important
}

.mr-3 {
    margin-right: 1.25rem !important
}

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

.mr-5 {
    margin-right: 1.75rem !important
}

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

.mb-1 {
    margin-bottom: .75rem !important
}

.mb-2 {
    margin-bottom: 1rem !important
}

.mb-3 {
    margin-bottom: 1.25rem !important
}

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

.mb-5 {
    margin-bottom: 1.75rem !important
}

.ml-1 {
    margin-left: .75rem !important
}

.ml-2 {
    margin-left: 1rem !important
}

.ml-3 {
    margin-left: 1.25rem !important
}

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

.ml-5 {
    margin-left: 1.75rem !important
}

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

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .75rem !important;
}

.p-2 {
    padding: 1rem !important;
}

.p-3 {
    padding: 1.25rem !important;
}

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

.p-5 {
    padding: 1.75rem !important;
}

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

.pt-1 {
    padding-top: .75rem !important
}

.pt-2 {
    padding-top: 1rem !important
}

.pt-3 {
    padding-top: 1.25rem !important
}

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

.pt-5 {
    padding-top: 1.75rem !important
}

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

.pr-1 {
    padding-right: .75rem !important
}

.pr-2 {
    padding-right: 1rem !important
}

.pr-3 {
    padding-right: 1.25rem !important
}

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

.pr-5 {
    padding-right: 1.75rem !important
}

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

.pb-1 {
    padding-bottom: .75rem !important
}

.pb-2 {
    padding-bottom: 1rem !important
}

.pb-3 {
    padding-bottom: 1.25rem !important
}

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

.pb-5 {
    padding-bottom: 1.75rem !important
}

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

.pl-1 {
    padding-left: .75rem !important
}

.pl-2 {
    padding-left: 1rem !important
}

.pl-3 {
    padding-left: 1.25rem !important
}

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

.pl-5 {
    padding-left: 1.75rem !important
}

.pl-1-m {
    padding-left: .375rem;
}

.pr-1-m {
    padding-right: .375rem;
}

.clearfix {
    clear: both;
}

.ph-75 {
    padding: 0 75px !important;
}

section {
    position: relative;
}

.no-bg {
    background: none !important;
}

[class^="btn-"]:hover {
    text-decoration: none;
}

section {
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

[class^="col-b-"] {
    float: left;
}

.col-b-1 {
    width: 50%;
}

.col-b-2 {
    width: 50%;
}

.col-b-3 {
    width: 33.333%;
}

.col-b-4 {
    width: 25%;
}

.col-b-20 {
    width: 20%;
}

.col-b-75 {
    width: 75%;
}

.col-b-80 {
    width: 80%;
}

.flexbox, .flex-alt{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.ai-start {
    align-items: flex-start !important;
}
.ai-stretch {
    align-items: stretch !important;
}

.ai-top {
    align-items: flex-start !important;
}

.justify-left {
    justify-content: left;
}
.justify-start {
    justify-content: flex-start;
}
.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.col-1 {
    flex: 1;
}

.col-2 {
    flex: 2;
}

.col-3 {
    flex: 3;
}

.col-4 {
    flex: 4;
}

.col-5 {
    flex: 5;
}

.col-6 {
    flex: 6;
}

.col-7 {
    flex: 7;
}

.col-8 {
    flex: 8;
}

.col-9 {
    flex: 9;
}

.col-10 {
    flex: 10;
}

.col-11 {
    flex: 11;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-325 {
    width: 32.5%;
}

.col-33 {
    width: 33.333%;
}

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}

.col-100 {
    width: 100%;
}

.right-top-position {
    position: absolute;
    right: 0;
    top: 10px;
}

.padding-50 {
    padding: 50px;
}

.bg-white {
    background: #fff !important;
}

.bg-gray {
    background: #f6f6f6 !important;
}

.rounded-25 {
    border-radius: 25px;
}

.pd-section {
    padding: 30px 0;
}

.pd-section-x2 {
    padding: 60px 0;
}

.pd-section-x3 {
    padding: 90px 0;
}

.pd-section-x4 {
    padding: 120px 0;
}

.pd-section-x6 {
    padding: 180px 0;
}

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

.pb-section-0 {
    padding-bottom: 0;
}

.pb-section {
    padding-bottom: 30px;
}

.pb-section-x2 {
    padding-bottom: 60px;
}

.pb-section-x3 {
    padding-bottom: 90px;
}

.pb-section-x4 {
    padding-bottom: 120px;
}

.pb-section-x6 {
    padding-bottom: 180px;
}

.pt-75 {
    padding-top: 75px;
}

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

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

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}

.bg-gray-2 {
    background: #e6ecf2;
}

.widget-content {
    height: inherit;
}

.jquery-background-video-wrapper {
    height: 100%;
}

.divider {
    width: 30px;
}