/*    Blocks CSS Framework    Author: Za    Last Modified: 22/08/2022*//*========General==========*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

img.auto {
    max-width: none;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}
.mb0{
    margin-bottom: 0 !important;
}
.clear {
    clear: both;
}

.overflowhide {
    overflow: hidden;
}

.hide {
    display: none;
}
.hideI {
    display: none !important;
}
.showI {
    display: block !important;
}
.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}

#wrap {
    overflow-x: hidden;
}

.block[class] {
    display: block;
}

.inline[class] {
    display: inline;
}

.table[class] {
    display: table !important;
}

.centered[class] {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.text-center {
    text-align: center;
}
.text-centerI {
    text-align: center;
}

.text-left {
    text-align: start;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.light {
    font-weight: 200;
}

.normal {
    font-weight: 400;
}
.normalbold{
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.semiboldI {
    font-weight: 600 !Important;
}
.semiboldI span{
    font-weight: 500 !Important;
}
.bold {
    font-weight: 700;
}
.bg-greenC[class] {
    background-color: #009245;
}
.bg-red[class] {
    background-color: red;
}
.bg-yellow[class] {
    background-color: greenyellow;
}
a.wrap:before {
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.vmiddle {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.pointer {
    cursor: pointer
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.static {
    position: static;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

p {
    line-height: 25px;
    font-size: 16px;
}
.italic{
    font-style: italic;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.phone_only, .tablet_only, .print_only {
    display: none;
}

.phone_show, .tablet_show, .print_show {
    display: none;
}

/*========Spaces==========*/
.space1 {
    padding-top: 0.5em;
}
.space01 {
    padding-top: 0.2em;
}

.space2 {
    padding-top: 1em;
}

.space3 {
    padding-top: 1.5em;
}

.space4 {
    padding-top: 2em;
}

.space5 {
    padding-top: 2.5em;
}

.space6 {
    padding-top: 3em;
}

.space7 {
    padding-top: 3.5em;
}

.space8 {
    padding-top: 4em;
}

.space9 {
    padding-top: 4.5em;
}

.space10 {
    padding-top: 5em;
}

/*========Blocks==========*/
.block-1 {
    width: 8.33333%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-2 {
    width: 16.66667%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-3 {
    width: 25%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-4 {
    width: 33.33333%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-5 {
    width: 41.66667%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-6 {
    width: 50%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-7 {
    width: 58.33333%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-8 {
    width: 66.66667%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-9 {
    width: 75%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-10 {
    width: 83.33333%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-11 {
    width: 91.66667%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.block-12 {
    width: 100%;
    padding-left: 0.5%;
    padding-right: 0.5%;
}

[class*='block-']:after {
    content: "";
    display: table;
    clear: both;
}

/*========Font Sizes==========*/
.f10 {
    font-size: 10px !important;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
}

.f28 {
    font-size: 28px;
}

.f29 {
    font-size: 29px;
}

.f30 {
    font-size: 30px;
}

.f31 {
    font-size: 31px;
}

.f32 {
    font-size: 32px;
}

.f33 {
    font-size: 33px;
}

.f34 {
    font-size: 34px;
}

.f35 {
    font-size: 35px;
}

.f36 {
    font-size: 36px;
}

.f37 {
    font-size: 37px;
}

.f38 {
    font-size: 38px;
}

.f39 {
    font-size: 39px;
}

.f40 {
    font-size: 40px;
}

.f41 {
    font-size: 41px;
}

.f42 {
    font-size: 42px;
}

.f43 {
    font-size: 43px;
}

.f44 {
    font-size: 44px;
}

.f45 {
    font-size: 45px;
}

.f46 {
    font-size: 46px;
}

.f47 {
    font-size: 47px;
}

.f48 {
    font-size: 48px;
}

.f49 {
    font-size: 49px;
}

.f50 {
    font-size: 50px;
}

.f51 {
    font-size: 51px;
}

.f52 {
    font-size: 52px;
}

.f53 {
    font-size: 53px;
}

.f54 {
    font-size: 54px;
}

.f55 {
    font-size: 55px;
}

.f56 {
    font-size: 56px;
}

.f57 {
    font-size: 57px;
}

.f58 {
    font-size: 58px;
}

.f59 {
    font-size: 59px;
}

.f60 {
    font-size: 60px;
}

/*========Gutters==========*/
[class*="gutter"] > [class*="block-"] {
    padding-left: 0;
    padding-right: 0;
}

.gutter0 [class*="block-"] {
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.gutter1 [class*="block-"] {
    padding-left: 1%;
    padding-right: 1%;
}

.gutter2 [class*="block-"] {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.gutter3 [class*="block-"] {
    padding-left: 2%;
    padding-right: 2%;
}

.gutter4 [class*="block-"] {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.gutter5 [class*="block-"] {
    padding-left: 3%;
    padding-right: 3%;
}

.gutter6 [class*="block-"] {
    padding-left: 3.5%;
    padding-right: 3.5%;
}

.gutter7 [class*="block-"] {
    padding-left: 4%;
    padding-right: 4%;
}

.gutter8 [class*="block-"] {
    padding-left: 4.5%;
    padding-right: 4.5%;
}

/*========Colors==========*/
.color-blue[class] {
    color: #123B47;
}

.color-green[class] {
    color: #22B573;
}

.color-dark_green[class] {
    color: #13654F;
}

.color-dark_blue[class] {
    color: #0071BC;
}

.color-gray[class] {
    color: #808080;
}
.color-black[class] {
    color: #000000;
}
.color-red[class] {
    color: red;
}
.color-orange[class] {
    color: #ED6E26;
}
.color-white[class] {
    color: white;
}
.bor-inherit{
   border-color: inherit;
}
.bg-blue[class] {
    background-color: #BFE6F6;
}
.bg-black[class] {
    background-color: #000000;
}
.bg-pink[class] {
    background-color: #FFB3B3;
}

.bg-green[class] {
    background-color: #22B573;
}

.bg-dark_green[class] {
    background-color: #13654F;
}

.bg-dark_blue[class] {
    background-color: #0071BC;
}

.bg-gray[class] {
    background-color: #2F2F2F;
}

.bg-lgray[class] {
    background-color: #F2F2F2;
}

.bg-transparent {
    background-color: transparent !important;
}

.seagreen-bg {
    background-color: #00A99D !important;
}

.inline-block {
    display: inline-block;
}

/*========Responsive==========*//*********Style for Desktop*******/
@media screen and (min-width: 1170px) {
    .desktop_only {
        display: block;
    }
}

/*********Style for Tablets*******/
@media screen and (max-width: 980px) {
    .desktop_only {
        display: none;
    }

    .tablet_only {
        display: block;
    }

    .tablet_show {
        display: block;
    }

    /*========Blocks==========*/
    .block-1 {
        width: 8.33333%;
    }

    .block-2 {
        width: 16.66667%;
    }

    .block-3 {
        width: 25%;
    }

    .block-4 {
        width: 33.33333%;
    }

    .block-5 {
        width: 41.66667%;
    }

    .block-6 {
        width: 50%;
    }

    .block-7 {
        width: 58.33333%;
    }

    .block-8 {
        width: 66.66667%;
    }

    .block-9 {
        width: 75%;
    }

    .block-10 {
        width: 83.33333%;
    }

    .block-11 {
        width: 91.66667%;
    }

    .block-12 {
        width: 100%;
    }
}

/*********Style for Phones*******/

@media screen and (max-width: 750px) {
    .tablet_only {
        display: none;
    }

    .phone_only {
        display: block;
    }

    .phone_show {
        display: block;
    }

    [class*='block-'] {
        width: 100%;
    }
}

/*========Body==========*/