@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i);


body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
}
.display-4 {
  font-family: 'Cabin', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.56rem;
}
.display-6 {
  font-family: 'Cabin', sans-serif;
  font-size: 0.8rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-3 {
    font-size: 1.30rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.60rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.75rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #254047 !important;
}
.bg-success {
  background-color: #619724 !important;
}
.bg-info {
  background-color: #2d5d64 !important;
}
.bg-warning {
  background-color: #488b94 !important;
}
.bg-danger {
  background-color: #a5161a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #254047 !important;
  border-color: #254047 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0b1315 !important;
  border-color: #0b1315 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b1315 !important;
  border-color: #0b1315 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f1852a !important;
  border-color: #f1852a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #e25c2c !important;
  border-color: #e25c2c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f2a2d !important;
  border-color: #1f2a2d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #2d5d64 !important;
  border-color: #2d5d64 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #152c2f !important;
  border-color: #152c2f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #152c2f !important;
  border-color: #152c2f !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #619724 !important;
  border-color: #619724 !important;
  transition: all .5s;
  color: white !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: white !important;
  background-color: #002901 !important;
  border-color: #002901 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #07090a !important;
  border-color: #07090a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #488b94 !important;
  border-color: #488b94 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #2f5b61 !important;
  border-color: #2f5b61 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2f5b61 !important;
  border-color: #2f5b61 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #a5161a !important;
  border-color:#a5161a !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #a5161a !important;
  background-color: #ffffff !important;
  border-color: #a5161a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  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,
.btn-primary-outline.active {
  background: none !important;
  border-color: #020404 !important;
  color: #020404 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #254047 !important;
  border-color: #254047 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #254047 !important;
  border-color: #254047 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #f1852a !important;
  color: #f1852a !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #f1852a !important;
  border-color: #f1852a !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e545a !important;
  border-color: #3e545a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #0d1c1e !important;
  color: #0d1c1e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #2d5d64 !important;
  border-color: #2d5d64 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2d5d64 !important;
  border-color: #2d5d64 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #619724 !important;
  color: #619724 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #619724 !important;
  border-color: #619724 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #253538 !important;
  border-color: #253538 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #274b4f !important;
  color: #274b4f !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #488b94 !important;
  border-color: #488b94 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #488b94 !important;
  border-color: #488b94 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #254047 !important;
}
.text-secondary {
  color: #f1852a !important;
}
.text-success {
  color: #619724 !important;
}
.text-info {
  color: #2d5d64 !important;
}
.text-warning {
  color: #488b94 !important;
}
.text-danger {
  color: #a5161a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #020404 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #141c1e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0d1c1e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #274b4f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #3ca6b5 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #619724 !important;
}
.alert-info {
  background-color: #2d5d64;
}
.alert-warning {
  background-color: #488b94;
}
.alert-danger {
  background-color: #333333;
}
.mbr-section-btn a.btn {
  border-radius: 100px;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #254047;
  border-color: #254047;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #254047;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8eb9c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8eaeb4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #5baab5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92c3ca;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a6a6a6;
}

/* Scroll to top button*/
#scrollToTop a {
    border-radius: 100px;
    text-align: center;
    background-color: #61972400!important;
    opacity: 0.8;
}
#scrollToTop a:hover img {
  filter: brightness(0.5);
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color:#ffffff;
}

.form-control {
  font-family: 'Cabin', sans-serif;
  /*font-size: 1.3rem;*/
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #254047;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

.mbr-form .form-control {
  min-height: 40px!important;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #254047;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #254047;
}
.btn-social + .btn {
  margin-left: .1rem;
}
@media (min-width: 768px) {
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
  .rounded-left {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #254047;
  color: #ffffff;
}
.jq-number__spin {
  background-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: #254047;
  border-bottom-color: #254047;
}
.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: #254047 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3e545a !important;
  box-shadow: none !important;
}
.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='%23254047' %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-rFxoGi3jcs .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rFxoGi3jcs .nav-item:focus,
.cid-rFxoGi3jcs .nav-link:focus {
  outline: none;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rFxoGi3jcs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rFxoGi3jcs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rFxoGi3jcs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rFxoGi3jcs .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rFxoGi3jcs .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #1a373a;
  background: linear-gradient(#000000, #1a373a);
  background: none;
}
.cid-rFxoGi3jcs .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #1a373a !important;
  background: linear-gradient(#000000, #1a373a) !important;
}
.cid-rFxoGi3jcs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-rFxoGi3jcs .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-rFxoGi3jcs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rFxoGi3jcs .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.show,
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-rFxoGi3jcs .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rFxoGi3jcs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rFxoGi3jcs .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rFxoGi3jcs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rFxoGi3jcs .navbar.collapsed .right-menu,
.cid-rFxoGi3jcs .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs .navbar .navbar-collapse.show,
  .cid-rFxoGi3jcs .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rFxoGi3jcs .navbar .navbar-collapse.show .brand-container,
  .cid-rFxoGi3jcs .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-rFxoGi3jcs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rFxoGi3jcs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rFxoGi3jcs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rFxoGi3jcs .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rFxoGi3jcs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-rFxoGi3jcs .navbar .right-menu,
  .cid-rFxoGi3jcs .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rFxoGi3jcs .navbar.navbar-short {
  min-height: 60px;
}
.cid-rFxoGi3jcs .navbar.navbar-short .mbr-overlay {
  background: #1a373a !important;
  background: linear-gradient(#000000, #1a373a) !important;
}
.cid-rFxoGi3jcs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rFxoGi3jcs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rFxoGi3jcs .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rFxoGi3jcs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rFxoGi3jcs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rFxoGi3jcs .dropdown-item.active,
.cid-rFxoGi3jcs .dropdown-item:active {
  background-color: transparent;
}
.cid-rFxoGi3jcs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rFxoGi3jcs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rFxoGi3jcs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rFxoGi3jcs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a373a;
}
.cid-rFxoGi3jcs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rFxoGi3jcs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rFxoGi3jcs ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-rFxoGi3jcs .navbar-buttons {
  margin-left: auto;
}
.cid-rFxoGi3jcs button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rFxoGi3jcs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-rFxoGi3jcs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rFxoGi3jcs .navbar-dropdown {
  position: fixed;
}
.cid-rFxoGi3jcs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rFxoGi3jcs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rFxoGi3jcs .right-menu,
.cid-rFxoGi3jcs .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-rFxoGi3jcs .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rFxoGi3jcs .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rFxoGi3jcs .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rFxoGi3jcs .menu-top {
  text-align: center;
  width: 100%;
  background-color: rgba(45, 93, 100, 0.69);
  padding: .5rem 0;
}
.cid-rFxoGi3jcs .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-rFxoGi3jcs .card-wrapper {
  z-index: 3;
}
.cid-rFxoGi3jcs .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-rFxoGi3jcs .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rFxoGi3jcs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-18 10:15:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * @animation slide-in-elliptic-left-fwd 
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
            transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
            transform-origin: 1800px 50%;
    opacity: 1;
  }
}

.slide-in-elliptic-left-fwd {
  -webkit-animation: slide-in-elliptic-left-fwd 1.5s linear both;
          animation: slide-in-elliptic-left-fwd 1.5s linear both;
  
}

@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}

.effect{
  animation: line 1.5s ease-in-out infinite;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-10-18 10:13:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-elliptic-right-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-right-fwd {
  0% {
    -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
            transform: translateX(800px) rotateY(-30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -1800px 50%;
            transform-origin: -1800px 50%;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-right-fwd {
  0% {
    -webkit-transform: translateX(800px) rotateY(-30deg) scale(0);
            transform: translateX(800px) rotateY(-30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
            transform-origin: 80% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
            transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: -1800px 50%;
            transform-origin: -1800px 50%;
    opacity: 1;
  }
}



.slide-in-elliptic-right-fwd {
  -webkit-animation: slide-in-elliptic-right-fwd 1.5s linear both;
          animation: slide-in-elliptic-right-fwd 1.5s linear both;
/*  animation: line 1.5s ease-in-out infinite;*/
}

.background {
  background-size: cover;
  height: 100vh;
}

.img-ajust {
  width: 15%;
}

@media (max-width: 991px) {

  .background {
    background-size: auto;
  }
  .img-ajust {
    width: 50%!important;
  }

  .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg .logo-mobile{
    display: block;
  }

  .navbar.navbar-dropdown.navbar-fixed-top.navbar-expand-lg.opened .logo-mobile{
    display:none;
  }
  .home-menu .social-list {
    display: none!important;
    justify-content: center!important;
    margin-top: 0.2rem;
  }
  .home-menu {
      padding-left: 2rem!important;
      padding-right: 2rem!important;
  } 
  .home-menu .justify-content-start,
  .home-menu .justify-content-end {
    justify-content: center!important;
    margin-top: 0.2rem;
  }
  .cid-rFQyKuPQWt .container-fluid.first-text {
    margin-top: 6rem!important;
  }
  .home-menu a, .home-menu a span {
    font-size: 0.6rem!important;

  }

  .cid-rTI3szXYsn .row.justify-content-start {
    margin-top: 7.5rem;
  }

  .navbar-nav .social-list {
    display: flex;
    padding: .667em 1.667em !important;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar-nav .social-list a {
      margin: 0;
      -webkit-transition: .2s linear;
      transition: .2s linear;
      display: flex;
      align-items: center;
      color: white;     
  }

  .navbar-nav .social-list a div {
     font-size: 1rem!important;
  }

}

@media (min-width: 992px) {
  .logo-mobile{
    display: none;
  }
  #adjust-nav-mobile {
    display: none!important;
  }
  .cid-rFQyKuPQWt .container-fluid.first-text {
    margin-top: 1rem;
  }
  .home-menu {
      padding-left: 4rem!important;
      padding-right: 4rem!important;
  }

  .navbar-nav .social-list {
    display: none;
  }
}

.text-premium, 
.text-institucional {
  color:  #ffff;
}

a.text-premium:hover{
  color:  #ff2d32;
}
a.text-institucional:hover {
  color: #77b531;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    background-size: 8%;
}

.dropdown-item:hover {
  color:red!important;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.bg-overlay {
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-position: center center!important;
  color: #fff;
  height: 80vh;
}

.container.overlay-title {
  margin-top: 15%;
}

.section-img {
  height: -webkit-fill-available!important;
  width: 100%;
  background: unset!important;
}

.masthead {
  height: 80vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.overlay_section{
  height: 80vh;
  width: 100%;
  background-color: #0000004d;
  position: absolute;
  z-index: 1;
}



.home-menu a {
  font-size: 0.69rem;
  font-weight: 500!important;
}
.home-menu a span {
  font-size: 0.69rem!important;
  font-weight: 500!important;
}
.home-menu.menu-top a:hover {
      color: #93e82d!important;
}
.home-menu .social-list {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-end;
}

.home-menu .social-list a {
    margin: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    display: flex;
    align-items: center;
}

.home-menu .social-list a div:hover,
.navbar-nav .social-list a div:hover {
    /* opacity: .4; */
    color: #93e82d!important;
}

.home-menu .socicon {
    font-size: 0.7rem;
/*    border-radius: 100%;
    width: 38px;
    height: 38px;*/
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: flex-end;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
}


.cid-rFxSPHOxi4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #292929;
}

.cid-rFxSPHOxi4 .text2 {
  line-height: 1.4!important;
}
.cid-rFxSPHOxi4 .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-rFxSPHOxi4 .navbar-logo {
  width: 50%;
}
.cid-rFxSPHOxi4 .mbr-text {
  color: #444;
}
.cid-rFxSPHOxi4 h5 {
  margin-bottom: 0;
}
.cid-rFxSPHOxi4 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-rFxSPHOxi4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rFxSPHOxi4 .tips {
  width: 70%;
  border-radius: 6px;
  margin: 4px;
}
.cid-rFxSPHOxi4 .nav-img a:hover img {
    filter: contrast(0.8);
}
.cid-rFxSPHOxi4 .socicon {
  font-size: 1.3rem;
  background: #f1852a;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: rgb(255, 255, 255); 
  fill: rgb(255, 255, 255);
}
.cid-rFxSPHOxi4 .socicon-whatsapp {
  background: #00d46d;
}
.cid-rFxSPHOxi4 .socicon-instagram {
  background: #E1306C;
}
.cid-rFxSPHOxi4 .socicon-facebook {
  background: #3b5998;
}
.cid-rFxSPHOxi4 .socicon-linkedin {
  background: #2867B2;
}
.cid-rFxSPHOxi4 .socicon-youtube {
  background: #FF0000;
}
.cid-rFxSPHOxi4 .soc-item a:hover .socicon,
.cid-rFxSPHOxi4 .soc-item a:active .socicon,
.cid-rFxSPHOxi4 .soc-item a:focus .socicon {
    color: #000000;
    background-color: #428086;
}
.cid-rFxSPHOxi4 .soc-item a:hover .social-corp .socicon,
.cid-rFxSPHOxi4 .soc-item a:active .social-corp .socicon,
.cid-rFxSPHOxi4 .soc-item a:focus .social-corp .socicon {
    color: #bfbfbf;
    background-color: #af161a;
}

.cid-rFxSPHOxi4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rFxSPHOxi4 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rFxSPHOxi4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rFxSPHOxi4 .social-list a:hover {
  opacity: .4;
}
.cid-rFxSPHOxi4 .media-container-row > div {
  padding: 0px;
}
.cid-rFxSPHOxi4 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rFxSPHOxi4 .group-title {
  color: #428086;
}
.cid-rFxSPHOxi4 .group-title SPAN {
  color: #ffffff;
}
.cid-rFxSPHOxi4 .links {
  color: #ffffff;
  line-height: 1.6;
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  .cid-rFxSPHOxi4 .navbar-logo {
      width: 40%!important;
  }
  .cid-rFxSPHOxi4 .tips {
    width: 65%!important;
  }
  .cid-rFxSPHOxi4 .nav-img {
    justify-content: center;
  }
  .cid-rFxSPHOxi4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rFxSPHOxi4 .social-list,
  .cid-rFxSPHOxi4 .img-list,
  .cid-rFxSPHOxi4 .list-item {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-rFxSPHOxi4 h3 {
    margin-bottom: 10px;
  }
  .cid-rFxSPHOxi4 .navbar-brand {
    text-align: center;
  }
  .cid-rFxSPHOxi4 .links {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }

  .cid-rFxSPHOxi4 .form-group-l {
    margin-top: 0.5rem;
  }
  .cid-rFxSPHOxi4 .contact-mobile {
    flex-wrap: wrap-reverse!important;
  }
  .header6 .row {
    justify-content: center!important;
  }

  .banner-premium .row {
    justify-content: center!important;
  }

  .cid-rVHiiOBJYt img.blog-logo {
    width: 25%!important;
  }

  .cid-rHOfr9ZQe5 .mbr-card-title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .banner-app .row {
    justify-content: center;
  }
}

.cid-rFxSPHOxi4 .links span {
  color: #9e9e9e;
}

.cid-rFxSPHOxi4 .mbr-section-btn {
    margin-left: -2.05rem;
}


.cid-rFxSPHOxi4 .btn {
    padding: 14px 7px;
    border-radius: 5px;
}

@media (min-width: 991px) {
  .cid-rFxSPHOxi4 .form-group-r {
    padding-right: 0px;
  }
  .cid-rFxSPHOxi4 .form-group-l {
    padding-left: 0px;
  }

  .cid-rHOfr9ZQe5 .row .mbr-card-title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .banner-premium {
      background-attachment: fixed!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
  }
  .banner-app {
	    background-attachment: fixed!important;
	    background-position: center!important;
	    background-repeat: no-repeat!important;
	    background-size: cover!important;
	}
	
  .header6 {
	    background-attachment: fixed!important;
	    background-position: center!important;
	    background-repeat: no-repeat!important;
	    background-size: cover!important;
	}

}
.cid-rFxSPHOxi4 .form-control {
  padding: 0.5rem 0.5rem 0.5rem 2rem!important;
}

.cid-rFhNMdWbNh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #292929;
}
.cid-rFhNMdWbNh .links {
  text-align: center;
  color: #ffffff;
}
.cid-rFhNMdWbNh p {
  margin: 0;
}

.header6 .row {
  align-items: center;
  justify-content: flex-end;
}



.banner-premium .row {
  align-items: center;
  justify-content: flex-end;
}



.banner-app h1 {
  line-height: 1.4;
}

.cid-rHOfr9ZQe5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(90deg, #253538, #2d5d64);
}
.cid-rHOfr9ZQe5 .mbr-iconfont {
  font-size: 45px;
  transition: color .3s;
  padding: 0.5rem;
}
.cid-rHOfr9ZQe5 .mbr-section-title {
  margin: 0;
  color: white;
}
.cid-rHOfr9ZQe5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rHOfr9ZQe5 .card-img span {
  color: #08579f;
}
.cid-rHOfr9ZQe5 .row-item {
  margin-bottom: 2rem;
}
.cid-rHOfr9ZQe5 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #2d5d64, #253538);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rHOfr9ZQe5 .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rHOfr9ZQe5 .mbr-card-title {
  font-weight: 500;
}
.cid-rHOfr9ZQe5 .wrapper {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.9019607843137255);
  border-radius: 60%;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.cid-rVHiiOBJYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-rVHiiOBJYt .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVHiiOBJYt .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-rVHiiOBJYt .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  height: 12pc;
}
.cid-rVHiiOBJYt .card .card-wrapper .card-img a img {
  transition: all .5s;
  margin-top: -35px !important;
  height: 15pc!important;
}
.cid-rVHiiOBJYt img.blog-logo {
  width: 10%;
}

.cid-rVHiiOBJYt .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .5rem;
  top: 1rem;
  /*left: 1.5rem;*/
  z-index: 1;
  /*border-radius: 100px;*/
  background-color: #619724;
}
.cid-rVHiiOBJYt .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-rVHiiOBJYt .card .card-wrapper .card-box {
  padding: 1rem 1.8rem;
}
.cid-rVHiiOBJYt .mbr-card-text {
  margin: 0;
  text-align: justify!important;
}
.cid-rVHiiOBJYt .mbr-section-title {
  color: #333333;
  font-weight: 600;
}
.cid-rVHiiOBJYt .mbr-section-subtitle {
  color: #2c1616;
}

.cid-rVHiiOBJYt a.mbr-title {
  line-height: 1!important;
  text-align: center;
  color: #313131;
}
.cid-rVHiiOBJYt a.mbr-title:hover {
  color: #619724!important;
  text-decoration: underline;
}

.cid-rVHiiOBJYt .date-box {
  color: #2f5000;
  text-align: left;
}
.cid-rVHiiOBJYt .date-box small {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}