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





body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #511a11 !important;
}
.bg-success {
  background-color: #06ab43 !important;
}
.bg-info {
  background-color: #511a11 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #ffc005 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #511a11 !important;
  border-color: #511a11 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #120604 !important;
  border-color: #120604 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #511a11 !important;
  border-color: #511a11 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #120604 !important;
  border-color: #120604 !important;
}
.btn-success,
.btn-success:active {
  background-color: #06ab43 !important;
  border-color: #06ab43 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #036126 !important;
  border-color: #036126 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc005 !important;
  border-color: #ffc005 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b78900 !important;
  border-color: #b78900 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #511a11;
  color: #511a11;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #511a11;
  border-color: #511a11;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #511a11 !important;
  border-color: #511a11 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #511a11;
  color: #511a11;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #511a11;
  border-color: #511a11;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #511a11 !important;
  border-color: #511a11 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06ab43;
  color: #06ab43;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #06ab43;
  border-color: #06ab43;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06ab43 !important;
  border-color: #06ab43 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffc005;
  color: #ffc005;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ffc005;
  border-color: #ffc005;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc005 !important;
  border-color: #ffc005 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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: #511a11 !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #06ab43 !important;
}
.text-info {
  color: #511a11 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #ffc005 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a53523 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #20f76f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a53523 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffda6b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #511a11;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #ffc005;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #511a11;
  border-color: #511a11;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #511a11;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #df7968;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #38f87f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #df7968;
}
.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: #fff3d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #511a11;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #511a11;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #511a11;
  border-bottom-color: #511a11;
}
.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: #511a11 !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: #3c71d3 !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%;
  width: 100%;
  height: auto;
}
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='%23511a11' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s4PDVSFAbL {
  padding-top: 30px;
  background-image: url("../../../assets/images/bannersite.webp");
}
.cid-s4PDVSFAbL .container {
  margin-bottom: 12%;
}
.cid-s4PDVSFAbL .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 400px;
  max-width: 100%;
  padding: 2rem;
}
.cid-s4PDVSFAbL .mbr-section-title {
  margin-top: 1rem !important;
}
@media (max-width: 700px) {
  .cid-s4PDVSFAbL .btn {
    font-size: 13px !important;
  }
  .cid-s4PDVSFAbL .container {
    margin-bottom: 25%;
  }
}
.cid-s4PDVSFAbL .btn {
  margin-top: 1rem !important;
}
.cid-s4PDVSFAbL .content-container .btn-bgr {
  z-index: 0;
}
.cid-s4PDVSFAbL .container-boxes {
  padding-bottom: 0px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f9fafb;
}
.cid-s4PDVSFAbL .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-s4PDVSFAbL .box-item:first-child {
  background-color: #eff1f5;
  margin-top: -200px;
}
.cid-s4PDVSFAbL .box-item:nth-child(2) {
  background-color: #eff1f5;
}
.cid-s4PDVSFAbL .box-item:last-child {
  background-color: #eff1f5;
}
.cid-s4PDVSFAbL .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s4PDVSFAbL .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s4PDVSFAbL .box-list li:last-child {
  border-bottom: none;
}
.cid-s4PDVSFAbL .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s4PDVSFAbL .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-s4PDVSFAbL .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s4PDVSFAbL .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-s4PDVSFAbL .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-s4PDVSFAbL .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-s4PDVSFAbL .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-s4PDVSFAbL .mbr-text,
.cid-s4PDVSFAbL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-s4PDVSFAbL H1 {
  color: #ffffff;
  text-align: center;
}
.cid-s4PDVSFAbL .box-item-text {
  text-align: center;
}
.cid-s4PDVSFAbL .icon-block-top,
.cid-s4PDVSFAbL .box-item-title {
  text-align: center;
  color: #404040;
}
.cid-s4PDVSFAbL H5 {
  text-align: center;
}
.cid-sxFUUCNqaL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sxFUUCNqaL .mbr-section-title {
  padding-bottom: 2rem;
  font-weight: normal;
}
.cid-sxFUUCNqaL .mbr-text {
  color: #444444;
}
.cid-sxFUUCNqaL .card-title {
  color: #f9e2af;
}
.cid-sxFUUCNqaL .card .card-img span {
  color: #ffc005;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-sxFUUCNqaL .card {
    padding-bottom: 2rem !important;
  }
}
.cid-sxFUUCNqaL .card-title,
.cid-sxFUUCNqaL .card-img {
  color: #000000;
}
.cid-sxFUUCNqaL .mbr-section-title,
.cid-sxFUUCNqaL .underline {
  text-align: center;
  color: #000000;
}
.cid-sxGZxtkspr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sxGZxtkspr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sxGZxtkspr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxGZxtkspr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxGZxtkspr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sxGZxtkspr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sxGZxtkspr .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sxGZxtkspr .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sxGZxtkspr .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sxGZxtkspr .mbr-gallery-filter ul {
  display: block;
}
.cid-sxGZxtkspr .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sxGZxtkspr .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sxGZxtkspr .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sxGZxtkspr .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sxGZxtkspr .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sxGZxtkspr .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sxGZxtkspr .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sxGZxtkspr .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sxGZxtkspr .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sxGZxtkspr .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sxGZxtkspr .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sxGZxtkspr .icon-focus:before {
  content: '\e95e';
}
.cid-sxGZxtkspr .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sxGZxtkspr .mbr-section-title {
  margin: 0;
}
.cid-sxGZxtkspr .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sxGZxtkspr .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sFdGQXBc0x {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sFdGQXBc0x .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sFdGQXBc0x .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFdGQXBc0x .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFdGQXBc0x .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sFdGQXBc0x .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sFdGQXBc0x .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sFdGQXBc0x .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sFdGQXBc0x .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sFdGQXBc0x .mbr-gallery-filter ul {
  display: block;
}
.cid-sFdGQXBc0x .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sFdGQXBc0x .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sFdGQXBc0x .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sFdGQXBc0x .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sFdGQXBc0x .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sFdGQXBc0x .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sFdGQXBc0x .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sFdGQXBc0x .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sFdGQXBc0x .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sFdGQXBc0x .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sFdGQXBc0x .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sFdGQXBc0x .icon-focus:before {
  content: '\e95e';
}
.cid-sFdGQXBc0x .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sFdGQXBc0x .mbr-section-title {
  margin: 0;
}
.cid-sFdGQXBc0x .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sFdGQXBc0x .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sxG2FYUqcV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #404040;
}
.cid-sxG2FYUqcV h4 {
  margin-bottom: 0;
}
.cid-sxG2FYUqcV .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(102, 143, 220, 0.35);
}
.cid-sxG2FYUqcV .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sxG2FYUqcV .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sxG2FYUqcV .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sxG2FYUqcV .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #511a11 !important;
  box-shadow: none!important;
}
.cid-sxG2FYUqcV .btn[class*="-outline"]:active,
.cid-sxG2FYUqcV .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sxG2FYUqcV .card-box {
  padding-top: 2rem;
}
.cid-sxG2FYUqcV .card-wrapper {
  height: 100%;
}
.cid-sxG2FYUqcV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sxG2FYUqcV img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sxG2FYUqcV .card-title {
  color: #ffc005;
  text-align: center;
}
.cid-sxG2FYUqcV .main-title {
  color: #ffc005;
  text-align: center;
}
.cid-sxG2FYUqcV .mbr-text,
.cid-sxG2FYUqcV .mbr-link-btn {
  color: #ffffff;
  text-align: center;
}
.cid-su63mHK7jv {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/bannersite.webp");
}
.cid-su63mHK7jv .mbr-overlay {
  background: linear-gradient(90deg, #000000, #1e1e1e);
}
.cid-su63mHK7jv h2,
.cid-su63mHK7jv h3,
.cid-su63mHK7jv h4,
.cid-su63mHK7jv p {
  color: #ffffff;
}
.cid-su63mHK7jv .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-su63mHK7jv .text-block {
  border-bottom: 1px solid #767676;
}
.cid-su63mHK7jv .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-su63mHK7jv .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-su63mHK7jv .form-control:focus,
.cid-su63mHK7jv .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-su63mHK7jv .form-group {
  margin-bottom: 1rem;
}
.cid-su63mHK7jv input::-webkit-input-placeholder,
.cid-su63mHK7jv textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-su63mHK7jv input:-moz-placeholder,
.cid-su63mHK7jv textarea:-moz-placeholder {
  color: #656565;
}
.cid-su63mHK7jv .jq-selectbox li,
.cid-su63mHK7jv .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-su63mHK7jv .jq-selectbox li:hover,
.cid-su63mHK7jv .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-su63mHK7jv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-su63mHK7jv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-su63mHK7jv .mbr-text {
  color: #767676;
}
.cid-su63mHK7jv a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-su63mHK7jv .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-su63mHK7jv .input-group-btn {
  display: block;
  text-align: center;
}
.cid-su63mHK7jv textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-su63mHK7jv h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-su63mHK7jv .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-su63mHK7jv .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-su63mHK7jv .google-map {
    padding-bottom: 2rem;
  }
}
.cid-su63mHK7jv H2 {
  text-align: center;
}
.cid-su63mHK7jv H3 {
  text-align: center;
}
.cid-su5LtfYSCo {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-su5LtfYSCo li {
  margin: 15px 0;
}
.cid-su5LtfYSCo .mbr-section-text {
  margin-top: 1rem !important;
  text-align: left;
}
.cid-su5LtfYSCo .mbr-section-title {
  font-weight: normal !important;
  color: #ffc005;
  text-align: left;
}
.cid-su5LtfYSCo .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-su5LtfYSCo .text-block {
  position: relative;
  z-index: 0;
}
.cid-su5LtfYSCo .box {
  width: 25%;
  height: 40%;
  background: #fffaec;
  position: absolute;
  top: 4%;
}
.cid-su5LtfYSCo .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-su5LtfYSCo .box {
  right: 20%;
}
.cid-su5LtfYSCo .text-box {
  right: 0;
}
.cid-su5LtfYSCo .mbr-section-title,
.cid-su5LtfYSCo .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-su5LtfYSCo .text-box {
    display: none;
  }
  .cid-su5LtfYSCo .mbr-section-title,
  .cid-su5LtfYSCo .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-su5LtfYSCo .box {
    display: none;
  }
  .cid-su5LtfYSCo .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-su5LtfYSCo .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-su5LtfYSCo .text-box {
    writing-mode: bt-rl;
  }
}
.cid-su5LtfYSCo .mbr-section-text DIV {
  text-align: left;
}
.cid-sxqbgXh9a6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-sxqbgXh9a6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxqbgXh9a6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sxqbgXh9a6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxqbgXh9a6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-svoWSYae1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-svoWSYae1X .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-svoWSYae1X .copyright {
    margin-bottom: 1rem;
  }
}
.cid-svoWSYae1X p {
  color: #ffffff;
}
.cid-svoWSYae1X .mbr-text {
  color: #000000;
}
.cid-rYR0Tflm8C {
  background-color: #ffc005;
}
.cid-rYR0Tflm8C .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR0Tflm8C .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR0Tflm8C .mbr-section-title,
.cid-rYR0Tflm8C .icon-wrap,
.cid-rYR0Tflm8C .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rYR0Tflm8C .mbr-text,
.cid-rYR0Tflm8C .mbr-section-btn {
  color: #000000;
}
.cid-svoWSYae1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-svoWSYae1X .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-svoWSYae1X .copyright {
    margin-bottom: 1rem;
  }
}
.cid-svoWSYae1X p {
  color: #ffffff;
}
.cid-svoWSYae1X .mbr-text {
  color: #000000;
}
.cid-sFQblWEyNd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0d7847;
}
.cid-sFQblWEyNd .mbr-section-subtitle {
  color: #767676;
}
.cid-sFQblWEyNd .formoid {
  margin: auto;
}
.cid-sFQblWEyNd .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-sFQblWEyNd .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-sFQblWEyNd a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sFQblWEyNd a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-sFQblWEyNd .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sFQblWEyNd .form-group,
  .cid-sFQblWEyNd .input-group-btn,
  .cid-sFQblWEyNd .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-sFQblWEyNd .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-sFQblWEyNd H2 {
  color: #ffffff;
}
.cid-svoWSYae1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-svoWSYae1X .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-svoWSYae1X .copyright {
    margin-bottom: 1rem;
  }
}
.cid-svoWSYae1X p {
  color: #ffffff;
}
.cid-svoWSYae1X .mbr-text {
  color: #000000;
}
.cid-rYR4csvOfc {
  background-color: #ffc005;
}
.cid-rYR4csvOfc .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-rYR4csvOfc .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-rYR4csvOfc .mbr-section-title,
.cid-rYR4csvOfc .icon-wrap,
.cid-rYR4csvOfc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-svoWSYae1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-svoWSYae1X .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-svoWSYae1X .copyright {
    margin-bottom: 1rem;
  }
}
.cid-svoWSYae1X p {
  color: #ffffff;
}
.cid-svoWSYae1X .mbr-text {
  color: #000000;
}
.cid-sFQbeOJGbl {
  background-color: #ffc005;
}
.cid-sFQbeOJGbl .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sFQbeOJGbl .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sFQbeOJGbl .mbr-section-title,
.cid-sFQbeOJGbl .icon-wrap,
.cid-sFQbeOJGbl .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sFQbeOJGbl .mbr-text,
.cid-sFQbeOJGbl .mbr-section-btn {
  color: #000000;
}
.cid-sFQbeP4sFy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sFQbeP4sFy .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sFQbeP4sFy .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sFQbeP4sFy p {
  color: #ffffff;
}
.cid-sFQbeP4sFy .mbr-text {
  color: #000000;
}
