@media (min-width: 999px){
.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}}
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}
.mb-0 {
    margin-bottom: 0!important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5)!important;
}
@media (min-width: 1200px){
.col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
}
}
.row3>* {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col-mb-30 {
    --col-mb: 30px;
}
	.text-center {
    text-align: center!important;
}
@media (min-width: 992px){
.row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
}
.mt-lg-5 {
    margin-top: 3rem!important;
}}


.mb-6, .my-6 {
    margin-bottom: 5rem!important;
}
.justify-content-center {
    justify-content: center!important;
}
.row3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}




.fw-bold {
    font-weight: 700!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.5;
    margin: 0 0 30px;
    font-family: Poppins,sans-serif;
}
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 14px;
    line-height: 24px;
    background-color: #1abc9c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}
.button-black:not(.button-border) {
    background-color: #111!important;
}
a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}
.button-black:not(.button-border) {
    background-color: #111!important;
}
.button.button-rounded {
    border-radius: 3px;
}
body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button.button-large {
    padding: 8px 26px;
    font-size: 16px;
    line-height: 30px;
}
#content p {
    line-height: 1.8;
}


p{
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.p6, .py-6 {
    padding-bottom: 6rem!important;
}

.p-6 {
        padding: 6rem!important;
}
.gutter-10 {
    --custom-gutter: 10px;
}
.row2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

a {
    text-decoration: none !important;
   }
	
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

[class*=gutter-]>.col, [class*=gutter-]>[class*=col-] {
    padding-right: calc(var(--custom-gutter)/2);
    padding-left: calc(var(--custom-gutter)/2);
    margin-top: var(--custom-gutter);
}

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

.fw-bold {
    font-weight: 700!important;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.op-ts {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}


@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
body {
    line-height: 1.5;
    color: #555;
    font-family: Lato,sans-serif;
}
#wrapper {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.stretched #wrapper {
    width: 100%;
    margin: 0;
    box-shadow: none;
}
#content {
    position: relative;
    background-color: #fff;
}
.content-wrap {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

*, *::before, *::after {
    box-sizing: border-box;
}
#content .container {
    position: relative;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}


@media (min-width: 1400px){
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
}
}