:root{
	--white: #ffffff;
	--black: #000000;
}
img{display: block;}
ul{list-style-type: none !important;padding: 0 !important;}
.d-block{display: block;}.d-inline-block{display: inline-block;}.d-table{display: table;}.d-flex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.d-contents{display: contents !important;}
.flex-wrap{flex-wrap: wrap;}
.flex-column{flex-direction: column;}
.flex-fill{flex: 1 1 auto;}
.items-center{align-items: center;}.items-start{align-items: flex-start;}.items-end{align-items: flex-end;}
.self-center{align-self: center;}
.justify-evenly{justify-content: space-evenly;}
.justify-around{justify-content: space-around;} .justify-between{justify-content: space-between;}.justify-center{justify-content: center;}.justify-start{justify-content: flex-start;}.justify-end{justify-content: flex-end;}
.items-center{align-items: center;}
.gap-5{gap: 5px;}.gap-10{gap: 10px;}.gap-15{gap: 15px;}.gap-20{gap: 20px;}.gap-25{gap: 25px;}.gap-30{gap: 30px;}
.text-white{color: var(--white)}.text-black{color: var(--black) !important;}
.fw-light{font-weight: 300;}.fw-regular{font-weight: 400 !important;} .fw-medium{font-weight: 500 !important;}.fw-semibold{font-weight: 600 !important;}.fw-bold{font-weight: 700 !important;}
.text-right{text-align: right;}.text-center{ text-align: center;}
.text-uppercase{text-transform: uppercase;}.text-capitalize{text-transform: capitalize;}.text-underline{text-decoration: underline;}
.transform-none{text-transform: none;}
.bg-white{background-color: var(--white) !important;}.bg-black{background-color: var(--black) !important;} .bg-teal{background-color: #1DB8B3 !important;}
.rounded-circle{border-radius: 50%;}
.border-10{border-radius: 10px;}
.shadow{filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));}
.box-shadow{box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);}
.w-10{width: 10%;}.w-20{width: 20%;}.w-25{width: 25%;}.w-30{width: 30%;}.w-40{width: 40%;}.w-50{width: 50%;}.w-60{width: 60% !important;}.w-70{width: 70%;}.w-75{width: 75%;}.w-80{width: 80% !important;}.w-90{width: 90% !important;}.w-100{width: 100% !important;}.screen-width{width: 100vw;}
.h-100{height: 100%;}.screen-height{height: 100vh;}
.m-0{margin: 0 !important;}.m-10{margin: 10px;}.m-15{margin: 15px;}.m-20{margin: 20px;}.m-25{margin: 25px;}.m-30{margin: 30px;}
.ms-auto{margin-left: auto;}.mx-auto{margin-left: auto;margin-right: auto;}.mr-auto{margin-right: auto;}
.mx--5{margin: 0 -5px;}.mx--10{margin: 0 -10px;}.mx--15{margin: 0 -15px;}.mx--20{margin: 0 -20px;}.mx--25{margin: 0 -25px;}.mx--30{margin: 0 -30px;}
.my-5{margin: 5px 0;}.my-10{margin: 10px 0;}.my-15{margin: 15px 0;}.my-20{margin: 20px 0;}.my-25{margin: 25px 0;}.my-30{margin: 30px 0;}
.mt-5{margin-top: 5px;}.mt-10{margin-top: 10px;}.mt-15{margin-top: 15px;}.mt-20{margin-top: 20px;}.mt-25{margin-top: 25px;}.mt-30{margin-top: 30px;}.mt-40{margin-top: 40px;}.mt-50{margin-top: 50px;}
.mb-0{margin-bottom: 0px !important;}.mb-5{margin-bottom: 5px;}.mb-10{margin-bottom: 10px !important;}.mb-15{margin-bottom: 15px !important;}.mb-20{margin-bottom: 20px;}.mb-25{margin-bottom: 25px;}.mb-30{margin-bottom: 30px !important;}.mb-40{margin-bottom: 40px;}.mb-50{margin-bottom: 50px;}
.ml-5{margin-left: 5px;}.ml-10{margin-left: 10px;}.ml-15{margin-left: 15px;}.ml-20{margin-left: 20px;}.ml-25{margin-left: 25px;}.ml-30{margin-left: 30px;}.ml-40{margin-left: 40px;}.ml-50{margin-left: 50px;}
.ml-auto{margin-left: auto !important; margin-right: auto !important;}
.mr-5{margin-right: 5px;}.mr-10{margin-right: 10px;}.mr-15{margin-right: 15px;}.mr-20{margin-right: 20px;}.mr-25{margin-right: 25px;}.mr-30{margin-right: 30px;}.mr-40{margin-right: 40px;}.mr-50{margin-right: 50px;}
.p-0{padding: 0 !important;}.p-10{padding: 10px;}.p-15{padding: 15px;}.p-20{padding: 20px;}.p-25{padding: 25px;}.p-30{padding: 30px;}.p-40{padding: 40px;}.p-50{padding: 50px;}
.px-5{padding: 0 5px;}.px-10{padding: 0 10px;}.px-15{padding: 0 15px;}.px-20{padding: 0 20px;}.px-25{padding: 0 25px;}.px-30{padding: 0 30px;}
.py-5{padding: 5px 0;}.py-10{padding: 10px 0;}.py-15{padding: 15px 0;}.py-20{padding: 20px 0;}.py-25{padding: 25px 0;}.py-30{padding: 30px 0 !important;}.py-40{padding-top: 40px;padding-bottom: 40px;}.py-50{padding-top: 50px;padding-bottom: 50px;}.py-60{padding-top: 60px;padding-bottom: 60px;}.py-70{padding-top: 70px;padding-bottom: 70px;}
.pb-0{padding-bottom: 0;}.pb-5{padding-bottom: 5px;}.pb-10{padding-bottom: 10px;}.pb-15{padding-bottom: 15px;}.pb-20{padding-bottom: 20px;}.pb-25{padding-bottom: 25px;}.pb-30{padding-bottom: 30px;}.pb-50{padding-bottom: 50px;}
.pt-0{padding-top: 0 !important;}.pt-5{padding-top: 5px;}.pt-10{padding-top: 10px;}.pt-15{padding-top: 15px;}.pt-20{padding-top: 20px;}.pt-25{padding-top: 25px;}.pt-30{padding-top: 30px;}
.pl-0{padding-left: 0 !important;} .pr-0{padding-right: 0;}
.pl-5{padding-left: 5px;}.pl-10{padding-left: 10px;}.pl-15{padding-left: 15px;}.pl-20{padding-left: 20px;}.pl-25{padding-left: 25px;}.pl-30{padding-left: 30px;}
.pr-5{padding-right: 5px;}.pr-10{padding-right: 10px;}.pr-15{padding-right: 15px;}.pr-20{padding-right: 20px;}.pr-25{padding-right: 25px;}.pr-30{padding-right: 30px;}
.overflow-hidden{overflow: hidden;}
.position-relative{position: relative;}.position-absolute{position: absolute;}.position-fixed{position: fixed;}.position-sticky{position: sticky;}
.top-0{top: 0;}.top-5{top: 5px;}.top-10{top: 10px;}.top-15{top: 15px;}.top-20{top: 20px;}.top-25{top: 25px;}.top-30{top: 30px;}
.right-0{right: 0;}.right-5{right: 5px;}.right-10{right: 10px;}.right-15{right: 15px;}.right-20{right: 20px;}.right-25{right: 25px;}.right-30{right: 30px;}
.bottom-0{bottom: 0;}.bottom-5{bottom: 5px;}.bottom-10{bottom: 10px;}.bottom-15{bottom: 15px;}.bottom-20{bottom: 20px;}.bottom-25{bottom: 25px;}.bottom-30{bottom: 30px;}.bottom-50{bottom: 50px;}
.left-0{left: 0;}.left-5{left: 5px;}.left-10{left: 10px;}.left-15{left: 15px;}.left-20{left: 20px;}.left-25{left: 25px;}.left-30{left: 30px;}.left-50{left: 50px;}
.border-0{border: 0;}
.border{border: 1px solid;}.border-2{border: 2px solid;}
.border-top{border-top: 1px solid;}.border-top-2{border-top: 2px solid;}
.border-right{border-right: 1px solid;}.border-right-2{border-right: 2px solid;}
.border-bottom{border-bottom: 1px solid !important;}.border-bottom-2{border-bottom: 2px solid;}
.border-left{border-left: 1px solid;}.border-left-2{border-left: 2px solid;}
.border-white{border:6px solid var(--white) !important;}.border-black{border-color: var(--black) !important;}
.border-secondary {border: 6px solid #156064;}
.ratio-16x9{padding-bottom: 56.25%;}
.bg-transparent{background: transparent;}
.bg-cover{background-size: cover;}.bg-contain{background-size: contain;}
.bg-center{background-position: center;}.bg-x-right{background-position-x: right;}.bg-x-left{background-position-x: left;}.bg-y-top{background-position-y: top;}.bg-y-bottom{background-position-y: bottom;}
.bg-norepeat{background-repeat: no-repeat;}
.translate-middle{transform: translate(-50%, -50%);}
[class*="col-"]{flex: 1 1 auto;width: 100%;}
.flex-column-reverse{flex-direction: column-reverse;}
.d-none{display: none !important;} 

@media (min-width: 768px){
	.col-sm-2{width: 50%;}
	.col-md-6{width: 50%;}
	.flex-sm-row{flex-direction: row;}
}
@media (max-width: 767px){
	.col-sm-2{width: 100%;}
	.col-md-6{width: 100%;}
	.col-md-8{width: 100%;}
	.text-md-center{text-align: center;}
}

@media (min-width: 981px){
	.col-md-4{width: 33.333%;}
	.col-md-6{width: 50%;}
	.col-md-8{width: 66.66%;}
	.mb-md-0{margin-bottom: 0;}
	
	.flex-md-row{flex-direction: row;}
	.position-md-fixed{position: fixed;}
	.mt-md-15{margin-top: 15px;}
	.text-md-start{text-align: left;}
}


@media (max-width: 991px){
	.d-sm-block{display: block !important;}
	.col-md-6{width: 100%;}
	.d-md-none{display: none !important;}
	.d-md-block{display: block !important;}
	.flex-md-column{flex-direction: column;}
	.justify-md-center{justify-content: center;}
	.col-sm-12{width: 100% !important;}
	.d-md-flex{display: flex;}
	.items-md-center{align-items: center;}
	.w-md-100{width: 100%;}
	.text-md-left{text-align: left !important;}
	.text-md-center{text-align: center !important;}
}


