@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i);



.display-1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 5rem;
}

.display-1 > .mbr-iconfont {
    font-size: 8rem;
}

.display-2 {
    font-family: 'Lato', sans-serif;
    font-size: 4rem;
}

.display-2 > .mbr-iconfont {
    font-size: 6.4rem;
}

.display-4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 1.7;
    font-weight: 500;
}

.display-4 > .mbr-iconfont {
    font-size: 1.28rem;
}

.display-5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 500;
}

.display-5 > .mbr-iconfont {
    font-size: 2.88rem;
}

.display-7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.display-7 > .mbr-iconfont {
    font-size: 1.6rem;
}

/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
    .display-1 {
        font-size: 4rem;
        font-size: calc(2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-2 {
        font-size: 3.2rem;
        font-size: calc(2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-4 {
        font-size: 0.64rem;
        font-size: calc(0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
    }

    .display-5 {
        font-size: 1.44rem;
        font-size: calc(1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
    }
}

/* Buttons */
.btn {
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-sm {
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
}

.btn-md {
    padding: 1rem 3rem;
    border-radius: 3px;
}

.btn-lg {
    padding: 1.2rem 3.2rem;
    border-radius: 3px;
}

.bg-primary {
    background-color: #034ea0 !important;
}

.bg-success {
    background-color: #6b95c7 !important;
}

.bg-info {
    background-color: #232323 !important;
}

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

.bg-danger {
    background-color: #c1c1c1 !important;
}

.btn-primary,
.btn-primary:active {
    background-color: #034ea0 !important;
    border-color: #034ea0 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    color: #ffffff !important;
    background-color: #022955 !important;
    border-color: #022955 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #022955 !important;
    border-color: #022955 !important;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #ede8e0 !important;
    border-color: #ede8e0 !important;
    color: #826d4c !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
    color: #826d4c !important;
    background-color: #d1c4b0 !important;
    border-color: #d1c4b0 !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #826d4c !important;
    background-color: #d1c4b0 !important;
    border-color: #d1c4b0 !important;
}

.btn-info,
.btn-info:active {
    background-color: #232323 !important;
    border-color: #232323 !important;
    color: #ffffff !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-success,
.btn-success:active {
    background-color: #6b95c7 !important;
    border-color: #6b95c7 !important;
    color: #ffffff !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
    color: #ffffff !important;
    background-color: #3f6ea6 !important;
    border-color: #3f6ea6 !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #3f6ea6 !important;
    border-color: #3f6ea6 !important;
}

.btn-warning,
.btn-warning:active {
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    color: #777777 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
    color: #777777 !important;
    background-color: #d0d0d0 !important;
    border-color: #d0d0d0 !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #777777 !important;
    background-color: #d0d0d0 !important;
    border-color: #d0d0d0 !important;
}

.btn-danger,
.btn-danger:active {
    background-color: #c1c1c1 !important;
    border-color: #c1c1c1 !important;
    color: #ffffff !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
    color: #ffffff !important;
    background-color: #9b9b9b !important;
    border-color: #9b9b9b !important;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #9b9b9b !important;
    border-color: #9b9b9b !important;
}

.btn-white {
    color: #333333 !important;
}

.btn-white,
.btn-white:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #808080 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.btn-white.disabled,
.btn-white:disabled {
    color: #808080 !important;
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.btn-black,
.btn-black:active {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}

.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
    color: #ffffff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.btn-black.disabled,
.btn-black:disabled {
    color: #ffffff !important;
    background-color: #0d0d0d !important;
    border-color: #0d0d0d !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
    background: none;
    border-color: #011d3c;
    color: #011d3c;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
    color: #ffffff;
    background-color: #034ea0;
    border-color: #034ea0;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #034ea0 !important;
    border-color: #034ea0 !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
    background: none;
    border-color: #c8b89f;
    color: #c8b89f;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
    color: #826d4c;
    background-color: #ede8e0;
    border-color: #ede8e0;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #826d4c !important;
    background-color: #ede8e0 !important;
    border-color: #ede8e0 !important;
}

.btn-info-outline,
.btn-info-outline:active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
    color: #ffffff;
    background-color: #232323;
    border-color: #232323;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #232323 !important;
    border-color: #232323 !important;
}

.btn-success-outline,
.btn-success-outline:active {
    background: none;
    border-color: #386294;
    color: #386294;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
    color: #ffffff;
    background-color: #6b95c7;
    border-color: #6b95c7;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #6b95c7 !important;
    border-color: #6b95c7 !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
    background: none;
    border-color: #c3c3c3;
    color: #c3c3c3;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
    color: #777777;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #777777 !important;
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
    background: none;
    border-color: #8e8e8e;
    color: #8e8e8e;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
    color: #ffffff;
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #c1c1c1 !important;
    border-color: #c1c1c1 !important;
}

.btn-black-outline,
.btn-black-outline:active {
    background: none;
    border-color: #000000;
    color: #000000;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.btn-black-outline.disabled,
.btn-black-outline:disabled {
    color: #ffffff !important;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
}

.text-primary {
    color: #034ea0 !important;
}

.text-secondary {
    color: #ede8e0 !important;
}

.text-success {
    color: #6b95c7 !important;
}

.text-info {
    color: #232323 !important;
}

.text-warning {
    color: #f6f6f6 !important;
}

.text-danger {
    color: #c1c1c1 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #011d3c !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #c8b89f !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #386294 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #000000 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #c3c3c3 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #8e8e8e !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #b3b3b3 !important;
}

a.text-black:hover,
a.text-black:focus {
    color: #4d4d4d !important;
}

.alert-success {
    background-color: #70c770;
}

.alert-info {
    background-color: #232323;
}

.alert-warning {
    background-color: #f6f6f6;
}

.alert-danger {
    background-color: #c1c1c1;
}

.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
    box-shadow: none !important;
}

.mbr-gallery-filter li.active .btn {
    background-color: #034ea0;
    border-color: #034ea0;
    color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
    box-shadow: none;
}

a,
a:hover {
    color: #034ea0;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
    color: #288dfb;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
    color: #c8d7ea;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #d5d5d5;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

/* Scroll to top button*/
.scrollToTop_wraper {
    display: none;
}

.form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}

.form-control > .mbr-iconfont {
    font-size: 1.6rem;
}

blockquote {
    border-color: #034ea0;
}

/* Forms */
.mbr-form .btn {
    margin: .4rem 0;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
    background-color: #034ea0;
    color: #ffffff;
}

.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
    transition: 0.4s;
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
    border-top-color: #034ea0;
    border-bottom-color: #034ea0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #ffffff !important;
    background-color: #034ea0 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000000 !important;
    background: #ede8e0 !important;
    box-shadow: none !important;
}

.btn-white-outline {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-white-outline:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    transition: all 0.6s ease-in-out;
    top: 0;
    left: -100%;
    z-index: -1;
}

.btn-white-outline:hover {
    background: transparent !important;
    color: #034ea0 !important;
}

.btn-white-outline:hover:before {
    left: 0px;
}

.btn-primary-outline {
    margin: 0.3rem !important;
    padding: 0.2rem 0;
    border: none;
    position: relative;
    z-index: 1;
    color: #034ea0 !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:active {
    background: transparent;
    color: #034ea0;
}

.btn-primary-outline:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #034ea0;
    position: absolute;
    transition: all 0.6s ease-in-out;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.btn-primary-outline:hover:before {
    width: 0;
}

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

.lazy-placeholder:not(section),
.lazy-none {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

iframe.lazy-placeholder,
.lazy-placeholder:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: transparent no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23034ea0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

section.lazy-placeholder:after {
    opacity: 0.5;
}

.cid-rv2OjPYMPA {
    background-image: url("../../../assets/images/green-leafed-plant-1101261-2000x1333.jpg");
}

.cid-rv2OjPYMPA H1 {
    text-align: left;
    color: #ffffff;
}

.cid-rv2OjPYMPA .mbr-text,
.cid-rv2OjPYMPA .mbr-section-btn {
    text-align: center;
    color: #ffffff;
}

.cid-rv2OjPYMPA H3 {
    color: #ffffff;
}

.cid-s5uNVbFEms {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #ffffff;
}

.cid-s5uNVbFEms .back {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background-color: #ede8e0;
}

.cid-s5uNVbFEms img {
    width: 100%;
}

.cid-s5uNVbFEms h1 {
    padding-top: 90px;
    color: #141B21;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .cid-s5uNVbFEms .content-wrapper {
        padding-top: 0rem;
    }

    .cid-s5uNVbFEms p {
        margin-top: 2rem;
    }
}

@media (max-width: 992px) {
    .cid-s5uNVbFEms .back {
        width: 100%;
        height: 75%;
    }

    .cid-s5uNVbFEms .content-wrapper {
        padding: 0 3rem;
        padding-top: 4rem;
    }

    .cid-s5uNVbFEms p {
        margin-top: 4rem;
    }
}

.cid-s5uNVbFEms .content-wrapper {
    padding-right: 8rem;
}

@media (max-width: 767px) {
    .cid-s5uNVbFEms .content-wrapper {
        padding: 0rem;
        padding-top: 4rem;
    }

    .cid-s5uNVbFEms .content-wrapper {
        padding-right: 3rem;
    }

    .cid-s5uNVbFEms h4 {
        right: 2rem;
    }
}

.cid-s5uNVbFEms H1 {
    color: #3c3c3c;
}

.cid-s5uKwLvnfN {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-s5uKwLvnfN .card-box {
    padding: 0rem;
}

.cid-s5uKwLvnfN .mbr-section-btn {
    margin-top: 1.8rem;
}

.cid-s5uKwLvnfN h2 {
    font-size: 35px;
    color: #004694;
    line-height: 1.5
}

.cid-s5uKwLvnfN h4 {
    margin-bottom: 0;
    padding-top: 0rem;
}

.cid-s5uKwLvnfN h5 {
    margin-bottom: 0;
    padding-top: 2rem;
}

.cid-s5uKwLvnfN p {
    margin-bottom: 0;
    padding-top: 1.2rem;
    color: #141B21
}

.cid-s5uKwLvnfN .card-wrapper {
    height: 100%;
    padding-bottom: 1rem;
}

.cid-s5uKwLvnfN .card-img {
    height: 400px;
    position: relative;
}

.cid-s5uKwLvnfN .card-img img {
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.cid-s5uKwLvnfN .card-img:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 40px;
    box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}

.cid-s5uKwLvnfN .card-subtitle {
    color: #034ea0;
}

.cid-s5uK40GSi5 {
    padding-top: 0px;
    padding-bottom: 45px;
    background-color: #ffffff;
}

.cid-s5uK40GSi5 .card-box {
    padding: 0rem;
}

.cid-s5uK40GSi5 .mbr-section-btn {
    margin-top: 1.8rem;
}

.cid-s5uK40GSi5 h4 {
    margin-bottom: 0;
    padding-top: 0rem;
}

.cid-s5uK40GSi5 h5 {
    margin-bottom: 0;
    padding-top: 2rem;
}

.cid-s5uK40GSi5 p {
    margin-bottom: 0;
    padding-top: 1.2rem;
}

.cid-s5uK40GSi5 .card-wrapper {
    height: 100%;
    padding-bottom: 1rem;
}

.cid-s5uK40GSi5 .mbr-text {
    color: #879a9f;
}

.cid-s5uK40GSi5 .card-img {
    height: 400px;
    position: relative;
}

.cid-s5uK40GSi5 .card-img img {
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.cid-s5uK40GSi5 .card-img:after {
    content: '';
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 40px;
    box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}

.cid-s5uK40GSi5 .card-subtitle {
    color: #034ea0;
}

.cid-s5uOq8xl0w {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #ffffff;
}

.cid-s5uOq8xl0w H1 {
    color: #034ea0;
}

.cid-s5uOq8xl0w .mbr-text,
.cid-s5uOq8xl0w .mbr-section-btn {
    color: #3c3c3c;
}

.cid-s5uOlX6JLH {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ede8e0;
}

.cid-s5uOlX6JLH .card-box {
    padding: 0rem;
}

.cid-s5uOlX6JLH .mbr-section-btn {
    margin-top: 1.8rem;
}

.cid-s5uOlX6JLH .card {
    padding: 0;
    margin: auto;
}

.cid-s5uOlX6JLH .card-img {
    height: 400px;
}

.cid-s5uOlX6JLH .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cid-s5uOlX6JLH .card-wrapper {
    padding: 2rem;
    width: 100%;
}

@media (min-width: 1400px) {
    .cid-s5uOlX6JLH .card-wrapper {
        padding: 4rem;
    }
}

.cid-s5uOlX6JLH .card-title {
    color: #3c3c3c;
}

.cid-s5uOlX6JLH h4 {
    font-size: 20px;
    line-height: 1.4
}

.cid-s5uQIGwOOL {
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #141B21;
}

.cid-s5uQIGwOOL p {
    color: #ede8e0;
    text-align: right;
}

.cid-s5uQIGwOOL .col-md-4 {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.cid-s5uQIGwOOL H4 {
    text-align: right;
    color: #ede8e0;
}

.cid-s5uQIGwOOL img {
    width: 220px;
}

@media(max-width:750px) {
    .cid-s5uQIGwOOL H4 {
        padding-top: 30px;
        text-align: center;
        padding-bottom: 12px;
    }

    .cid-s5uQIGwOOL p {
        text-align: center;
    }
    .cid-s5uQIGwOOL img {
    width: 220px;
        margin: auto
}

}

.cid-s5uRW6MoKv {
    padding-top: 225px;
    padding-bottom: 225px;
    background-image: url("../../../assets/images/green-leafed-plant-1101261.jpg");
}


.form-container {
    font-family: "Open sans", sans-serif;
    padding: 90px 0;
    background-color: #fff;
}

.form-container h2 {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #333;
    line-height: 1.4
}

.form-container label {
    color: #333;
    font-weight: 300
}

.form-container .btn {
    color: #fff;
    background-color: #004694;
    display: block;
    margin: auto;
}

.form-control {
    background-color: transparent;
    border: solid 1px #333
}


@media (max-width: 720px) {
    .form-container {
        padding: 70px 0
    }
}


.floating {
    text-align: center;
    padding: 10px;
    position: fixed;
    right: 10px;
    bottom: 0%;
    z-index: 200;
}

.floating img {
    height: 55px;
    margin-bottom: 25px;
}

.floating-button:hover {
    opacity: 0.5;
}

@media (max-width:700px) {
    .floating {
        right: 2px;
        bottom: 0%;
    }
}
