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





body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}


.display-8 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}

@media (max-width: 525px) {
    
    .display-3 {
        font-size:2em!important;
    }  
  
    
}
/* Buttons */
.btn {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e2211c !important;
}
.bg-success {
  background-color: #519e70 !important;
}
.bg-info {
  background-color: #1d2c35 !important;
}
.bg-warning {
  background-color: #cc7d7f !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2211c !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary span:before,
.btn-primary:active span:before {
  color: #f6f6f6;
}
.btn-primary span:after,
.btn-primary:active span:after {
  color: #f6f6f6;
}
.btn-primary:before,
.btn-primary:active:before {
  color: #f6f6f6;
}
.btn-primary:after,
.btn-primary:active:after {
  color: #f6f6f6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #e2211c !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7cbb96 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary span:before,
.btn-secondary:active span:before {
  color: #000000;
}
.btn-secondary span:after,
.btn-secondary:active span:after {
  color: #000000;
}
.btn-secondary:before,
.btn-secondary:active:before {
  color: #000000;
}
.btn-secondary:after,
.btn-secondary:active:after {
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #7cbb96 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-info,
.btn-info:active {
  background-color: #1d2c35 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info span:before,
.btn-info:active span:before {
  color: #f6f6f6;
}
.btn-info span:after,
.btn-info:active span:after {
  color: #f6f6f6;
}
.btn-info:before,
.btn-info:active:before {
  color: #f6f6f6;
}
.btn-info:after,
.btn-info:active:after {
  color: #f6f6f6;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #1d2c35 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-success,
.btn-success:active {
  background-color: #519e70 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success span:before,
.btn-success:active span:before {
  color: #f6f6f6;
}
.btn-success span:after,
.btn-success:active span:after {
  color: #f6f6f6;
}
.btn-success:before,
.btn-success:active:before {
  color: #f6f6f6;
}
.btn-success:after,
.btn-success:active:after {
  color: #f6f6f6;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #519e70 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc7d7f !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning span:before,
.btn-warning:active span:before {
  color: #f6f6f6;
}
.btn-warning span:after,
.btn-warning:active span:after {
  color: #f6f6f6;
}
.btn-warning:before,
.btn-warning:active:before {
  color: #f6f6f6;
}
.btn-warning:after,
.btn-warning:active:after {
  color: #f6f6f6;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #cc7d7f !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger span:before,
.btn-danger:active span:before {
  color: #000000;
}
.btn-danger span:after,
.btn-danger:active span:after {
  color: #000000;
}
.btn-danger:before,
.btn-danger:active:before {
  color: #000000;
}
.btn-danger:after,
.btn-danger:active:after {
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff9966 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white span:before,
.btn-white:active span:before {
  color: #000000;
}
.btn-white span:after,
.btn-white:active span:after {
  color: #000000;
}
.btn-white:before,
.btn-white:active:before {
  color: #000000;
}
.btn-white:after,
.btn-white:active:after {
  color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d2c35 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black span:before,
.btn-black:active span:before {
  color: #f6f6f6;
}
.btn-black span:after,
.btn-black:active span:after {
  color: #f6f6f6;
}
.btn-black:before,
.btn-black:active:before {
  color: #f6f6f6;
}
.btn-black:after,
.btn-black:active:after {
  color: #f6f6f6;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #1d2c35 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e2211c;
  color: #e2211c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #333 !important;
  background-color: transparent!important;
  border-color: #333 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #e2211c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7cbb96;
  color: #7cbb96;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #478a63 !important;
  background-color: transparent!important;
  border-color: #478a63 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #478a63 !important;
  background-color: #478a63 !important;
  border-color: #7cbb96 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1d2c35;
  color: #1d2c35;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #1d2c35 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #519e70;
  color: #519e70;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e5b40 !important;
  background-color: transparent!important;
  border-color: #2e5b40 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2e5b40 !important;
  background-color: #2e5b40 !important;
  border-color: #519e70 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc7d7f;
  color: #cc7d7f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a34042 !important;
  background-color: transparent!important;
  border-color: #a34042 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #a34042 !important;
  background-color: #a34042 !important;
  border-color: #cc7d7f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5500 !important;
  background-color: transparent!important;
  border-color: #ff5500 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ff5500 !important;
  background-color: #ff5500 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #c7c7c7 !important;
  background-color: #c7c7c7 !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e2211c !important;
}
.text-secondary {
  color: #7cbb96 !important;
}
.text-success {
  color: #519e70 !important;
}
.text-info {
  color: #1d2c35 !important;
}
.text-warning {
  color: #cc7d7f !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d2c35 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e2211c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #478a63 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e5b40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a34042 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #416377 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e2211c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1d2c35;
}
.alert-warning {
  background-color: #cc7d7f;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2211c;
  border-color: #e2211c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2211c;
  font-weight: bold;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e45069;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0ceb3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7fa3b9;
}
.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: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e2211c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e2211c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2211c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e2211c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2211c;
  border-bottom-color: #e2211c;
}
.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: #e2211c !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: #7cbb96 !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='%239c182f' %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-ss6x0h64SY {
  padding-top: 12rem;
  padding-bottom: 3rem;
background-color:#ffffff;
}
.cid-ss6x0h64SY .container {
	max-width: 1500px;
}


@media (min-width: 992px) {
  .cid-ss6x0h64SY .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY .mbr-text,
.cid-ss6x0h64SY .mbr-section-btn {
  color: #ffffff;
}


.cid-ss6x0h64SY-residential {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/contact-lead.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-residential .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-residential {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-residential .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-residential .mbr-text,
.cid-ss6x0h64SY-residential .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-residential a {
	color: #e2211c;
}

.cid-ss6x0h64SY-bath {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/bath-lead-2.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-bath .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-bath {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-bath .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-bath .mbr-text,
.cid-ss6x0h64SY-bath .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-bath a {
	color: #e2211c;
}

.cid-ss6x0h64SY-commercial {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/commercial-lead-2.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-commercial .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-commercial {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-commercial .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-commercial .mbr-text,
.cid-ss6x0h64SY-commercial .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-commercial a {
	color: #e2211c;
}


.cid-ss6x0h64SY-about {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/about-lead.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-about .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-about {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-about .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-about .mbr-text,
.cid-ss6x0h64SY-about .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-about a {
	color: #e2211c;
}


.cid-ss6x0h64SY-faq {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/faq-lead.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-faq .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-faq {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-faq .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-faq .mbr-text,
.cid-ss6x0h64SY-faq .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-faq a {
	color: #e2211c;
}


.cid-ss6x0h64SY-contact {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/contact-lead.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-faq .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-faq {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-contact .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-faq .mbr-text,
.cid-ss6x0h64SY-faq .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-contact a {
	color: #e2211c;
}



.cid-ss6x0h64SY-gallery {
  padding-top: 12rem;
  padding-bottom: 3rem;
	background-image: url("../../images/gallery-lead.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY-gallery .column {
    margin-left: 4rem;
  }
}
@media (max-width: 991px) {
	.cid-ss6x0h64SY-gallery {
		padding-top: 7rem;
	}
}
.cid-ss6x0h64SY-gallery .mbr-section-title {
  color: #ffffff;
}
.cid-ss6x0h64SY-gallery .mbr-text,
.cid-ss6x0h64SY-gallery .mbr-section-btn {
  color: #ffffff;
}

.cid-ss6x0h64SY-gallery a {
	color: #e2211c;
}

.cid-svK1Hd3vIB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-svK1Hd3vIB H1 {
  color: #e2211c;
}
.cid-svK1Hd3vIB .mbr-text,
.cid-svK1Hd3vIB .mbr-section-btn {
  color: #716c80;
}
.cid-svK1Hd3vIB img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-svK1Hd3vIB .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-ss6x16tYwp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #e2211c;
}
.cid-ss6x16tYwp .cards-bg1 {
  background: #222222;
}
.cid-ss6x16tYwp .cards-bg2 {
  background: #54565A;
}
.cid-ss6x16tYwp .cards-bg3 {
  background: #fef2f2;
}
.cid-ss6x16tYwp .cards-bg4 {
  background: #fafafa;
}
.cid-ss6x16tYwp .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-ss6x16tYwp .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-ss6x1NjPtO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss6x1NjPtO .mbr-text,
.cid-ss6x1NjPtO .mbr-section-btn {
  color: #212529;
}
.cid-ss6x1NjPtO .card-title,
.cid-ss6x1NjPtO .card-box {
  color: #212529;
}
.cid-ss6x1NjPtO .mbr-text,
.cid-ss6x1NjPtO .link-wrap {
  color: #212529;
}
.cid-ss6x2itTEz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ss6x2itTEz .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #519e70;
  margin-bottom: 2rem;
}
.cid-ss6x2itTEz .card-wrapper {
  min-height: 150px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #54565a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ss6x2itTEz .card-title {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ss6x2itTEz .column {
    margin-bottom: 2rem;
  }
  .cid-ss6x2itTEz .last1 {
    margin-bottom: 0;
  }
  .cid-ss6x2itTEz .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-ss6x2itTEz .column {
    margin-bottom: 2rem;
  }
  .cid-ss6x2itTEz .last2 {
    margin-bottom: 0;
  }
}
.cid-ss6x2s4XaE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ss6x2s4XaE .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #519e70;
  margin-bottom: 2rem;
}
.cid-ss6x2s4XaE .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ss6x2s4XaE .card-title {
  color: #519e70;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ss6x2s4XaE .column {
    margin-bottom: 2rem;
  }
  .cid-ss6x2s4XaE .last1 {
    margin-bottom: 0;
  }
  .cid-ss6x2s4XaE .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-ss6x2s4XaE .column {
    margin-bottom: 2rem;
  }
  .cid-ss6x2s4XaE .last2 {
    margin-bottom: 0;
  }
}
.cid-svK2NbSSxs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-svK2NbSSxs .mbr-text {
  color: #767676;
}
.cid-svK2NbSSxs .bath-container {
	max-width: 1500px;
}
.cid-svK2NbSSxs .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-svK2NbSSxs .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svK2NbSSxs .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-svK3f4Mi6B {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #222222;
}
.cid-svK3f4Mi6B .container {
  max-width: 1500px;
}
.cid-svK3f4Mi6B .row {
  background: #54565a;
}
.cid-svK3f4Mi6B .img-col {
  padding: 0;
}
.cid-svK3f4Mi6B .title-col {
  padding: 4rem 8rem;
}
.cid-svK3f4Mi6B img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-svK3f4Mi6B h2 {
  padding: 0;
  margin: 0;
}
.cid-svK3f4Mi6B .text-wrap {
  margin: auto;
}
.cid-svK3f4Mi6B .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-svK3f4Mi6B .row {
    margin: 2rem;
  }
  .cid-svK3f4Mi6B .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svK3f4Mi6B .row {
    margin: 0rem;
  }
  .cid-svK3f4Mi6B .title-col {
    padding: 2rem 1rem;
  }
}


.cid-svK3f4Mi6B-2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #e2211c;
}
.cid-svK3f4Mi6B-2 .container {
  max-width: 1500px;
}
.cid-svK3f4Mi6B-2 .row {
  background: #54565a;
}
.cid-svK3f4Mi6B-2 .img-col {
  padding: 0;
}
.cid-svK3f4Mi6B-2 .title-col {
  padding: 4rem 8rem;
}
.cid-svK3f4Mi6B-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-svK3f4Mi6B-2 h2 {
  padding: 0;
  margin: 0;
}
.cid-svK3f4Mi6B-2 .text-wrap {
  margin: auto;
}
.cid-svK3f4Mi6B-2 .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-svK3f4Mi6B-2 .row {
    margin: 2rem;
  }
  .cid-svK3f4Mi6B-2 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svK3f4Mi6B-2 .row {
    margin: 0rem;
  }
  .cid-svK3f4Mi6B-2 .title-col {
    padding: 2rem 1rem;
  }
}

.cid-svK3f4Mi6B-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e2211c;
}

@media (max-width: 1170px) {
.cid-svK3f4Mi6B-3 {
	padding-top:20px;

	}}
	
	@media (max-width: 790px) {
.cid-svK3f4Mi6B-3 {
	padding-top:10px;

		}}

.cid-svK3f4Mi6B-3 .container {
  max-width: 1500px;
}

.cid-svK3f4Mi6B-3 .img-col {
  padding: 0;
}
.cid-svK3f4Mi6B-3 .title-col {
  padding: 4rem 8rem;
}
/*ww  .cid-svK3f4Mi6B-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}  ww*/
.cid-svK3f4Mi6B-3 h2 {
  padding: 0;
  margin: 0;
}
.cid-svK3f4Mi6B-3 .text-wrap {
  margin: auto;
}
.cid-svK3f4Mi6B-3 .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-svK3f4Mi6B-3 .row {
    margin: 2rem;
  }
  .cid-svK3f4Mi6B-3 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-svK3f4Mi6B-3 .row {
    margin: 0rem;
  }
  .cid-svK3f4Mi6B-3 .title-col {
    padding: 2rem 1rem;
  }
}




.cid-ss6x6zUik2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2211c;
}
.cid-ss6x6zUik2 .carousel-item {
  justify-content: center;
}
.cid-ss6x6zUik2 .carousel-item.active,
.cid-ss6x6zUik2 .carousel-item-next,
.cid-ss6x6zUik2 .carousel-item-prev {
  display: flex;
}
.cid-ss6x6zUik2 .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #1d2c35;
}
.cid-ss6x6zUik2 .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-ss6x6zUik2 .carousel-control-next span {
  padding-left: 5px;
}
.cid-ss6x6zUik2 .carousel-control-prev span {
  padding-right: 5px;
}
.cid-ss6x6zUik2 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ss6x6zUik2 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-ss6x6zUik2 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ss6x6zUik2 H3 {
  color: #ffffff;
}
.cid-ss6x6zUik2 .user_text {
  color: #ffffff;
}
.cid-ss6x6zUik2 .user_name {
  color: #ffffff;
}
.cid-svK3xPs8zl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-svJWuABiNh .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-svJWuABiNh .navbar-fixed-top {
  padding-top: 0;
}
.cid-svJWuABiNh .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-svJWuABiNh .navbar-buttons {
  flex-wrap: wrap;
}
.cid-svJWuABiNh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svJWuABiNh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-svJWuABiNh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-svJWuABiNh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-svJWuABiNh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-svJWuABiNh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-svJWuABiNh .menu-content-top {
  background: #222222;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-svJWuABiNh .dropdown-item {
  padding: 0;
}
.cid-svJWuABiNh .dropdown-item,
.cid-svJWuABiNh .nav-link,
.cid-svJWuABiNh .brand-name {
  font-style: normal;
}
.cid-svJWuABiNh .dropdown-item:hover,
.cid-svJWuABiNh .nav-link:hover,
.cid-svJWuABiNh .brand-name:hover {
  color: #e2211c !important;
}
.cid-svJWuABiNh .dropdown-menu {
  background-color: #0a1c44;
}
.cid-svJWuABiNh .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-svJWuABiNh .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svJWuABiNh .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-svJWuABiNh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-svJWuABiNh .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-svJWuABiNh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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-svJWuABiNh .content-text {
  margin-bottom: 0;
}
.cid-svJWuABiNh .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-svJWuABiNh .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2211c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-svJWuABiNh .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-svJWuABiNh .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-svJWuABiNh .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-svJWuABiNh .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-svJWuABiNh .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-svJWuABiNh .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-svJWuABiNh .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svJWuABiNh .nav-dropdown .link {
  font-weight: 400;
}
.cid-svJWuABiNh .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-svJWuABiNh .content-right-side {
  text-align: center;
}
.cid-svJWuABiNh .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-svJWuABiNh .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-svJWuABiNh .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-svJWuABiNh .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svJWuABiNh .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svJWuABiNh .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-svJWuABiNh .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-svJWuABiNh .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-svJWuABiNh .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-svJWuABiNh .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-svJWuABiNh .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-svJWuABiNh .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-svJWuABiNh .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-svJWuABiNh .navbar {
    display: block;
    padding: 0;
  }
  .cid-svJWuABiNh .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-svJWuABiNh .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-svJWuABiNh .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-svJWuABiNh .navbar-toggler {
    display: none;
  }
  .cid-svJWuABiNh .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-svJWuABiNh .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-svJWuABiNh .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-svJWuABiNh .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-svJWuABiNh .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-svJWuABiNh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-svJWuABiNh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-svJWuABiNh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-svJWuABiNh .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svJWuABiNh .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-svJWuABiNh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svJWuABiNh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svJWuABiNh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-svJWuABiNh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svJWuABiNh .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-svJWuABiNh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-svJWuABiNh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svJWuABiNh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-svJWuABiNh .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-svJWuABiNh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-svJWuABiNh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-svJWuABiNh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-svJWuABiNh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-svJWuABiNh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-svJWuABiNh button.navbar-toggler:focus {
  outline: none;
}
.cid-svJWuABiNh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-svJWuABiNh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svJWuABiNh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svJWuABiNh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svJWuABiNh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svJWuABiNh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svJWuABiNh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svJWuABiNh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svJWuABiNh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svJWuABiNh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svJWuABiNh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svJWuABiNh .collapsed .btn {
  display: flex;
}
.cid-svJWuABiNh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-svJWuABiNh .collapsed .navbar-collapse.collapsing,
.cid-svJWuABiNh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-svJWuABiNh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-svJWuABiNh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-svJWuABiNh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-svJWuABiNh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-svJWuABiNh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-svJWuABiNh .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-svJWuABiNh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-svJWuABiNh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-svJWuABiNh .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-svJWuABiNh .collapsed button.navbar-toggler {
  display: block;
}
.cid-svJWuABiNh .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-svJWuABiNh .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-svJWuABiNh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-svJWuABiNh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-svJWuABiNh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-svJWuABiNh .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-svJWuABiNh .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-svJWuABiNh .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-svJWuABiNh .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-svJWuABiNh .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-svJWuABiNh .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-svJWuABiNh .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-svJWuABiNh .navbar-collapse.collapsing,
  .cid-svJWuABiNh .navbar-collapse.show {
    display: block !important;
  }
  .cid-svJWuABiNh .navbar-collapse.collapsing .navbar-nav,
  .cid-svJWuABiNh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-svJWuABiNh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-svJWuABiNh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-svJWuABiNh .navbar-collapse.collapsing .navbar-buttons,
  .cid-svJWuABiNh .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-svJWuABiNh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-svJWuABiNh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-svJWuABiNh img {
    height: 3.8rem !important;
  }
  .cid-svJWuABiNh .btn {
    display: flex;
  }
  .cid-svJWuABiNh button.navbar-toggler {
    display: block;
  }
  .cid-svJWuABiNh .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-svJWuABiNh .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-svJWuABiNh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-svJWuABiNh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-svJWuABiNh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-svJWuABiNh .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-svJWuABiNh .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-svJWuABiNh .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-svJWuABiNh .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-svJWuABiNh .nav-link:focus {
  outline: none;
}
.cid-svJWuABiNh .navbar-toggler {
  position: relative;
}
.cid-svJWuABiNh .dropdown-item.active,
.cid-svJWuABiNh .dropdown-item:active {
  color: initial;
}
.cid-svJWuABiNh .widget-title,
.cid-svJWuABiNh .widget-icon {
  color: #e9e9e9;
}
.cid-svJWuABiNh .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-svJWuABiNh .menu-logo {
    display: none;
  }
  .cid-svJWuABiNh .navbar {
    padding: 0;
  }
  .cid-svJWuABiNh .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-svJWuABiNh button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}

.cid-svJWuABiNh, .info-widget a {
	color:#fff;
}
.cid-svK3ERO9SD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #54565A;
}
.cid-svK3ERO9SD section {
  position: relative;
}
.cid-svK3ERO9SD h4 {
  margin: 0;
}
.cid-svK3ERO9SD img {
  padding-right: 8px;
  width: auto;
}
.cid-svK3ERO9SD a {
  font-weight: 300;
	color: #fff;
}
.cid-svK3ERO9SD .img1 {
  color: #00bea3;
}
.cid-svK3ERO9SD .img2 {
  color: #E1251B;
}
.cid-svK3ERO9SD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #E1251B;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-svK3ERO9SD .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-svK3ERO9SD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-svK3ERO9SD .item,
.cid-svK3ERO9SD .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-svK3ERO9SD .item h4,
.cid-svK3ERO9SD .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-svK3ERO9SD .card-img {
  width: auto;
}
.cid-svK3ERO9SD .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-svK3ERO9SD .item {
    justify-content: center;
  }
}
.cid-svK3ERO9SD .item-title {
  color: #c1c1c1;
}
.cid-svK3JXAhdB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-svK3JXAhdB [class^="socicon-"]:before,
.cid-svK3JXAhdB [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-svK3JXAhdB .social-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cid-svK3JXAhdB .btn-social,
.cid-svK3JXAhdB .mbr-section-title {
  color: #57468b;
}
.cid-svK3JXAhdB .soc-item {
  width: 45px;
  height: 45px;
  background: #efeeee;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}
.cid-svK3JXAhdB .soc-item span {
  font-size: 1.6rem;
  color: #c1c1c1 !important;
  transition: all 0.3s;
}
.cid-svK3JXAhdB .soc-item:hover span {
  color: #767676 !important;
}
@media (max-width: 992px) {
  .cid-svK3JXAhdB .align-left {
    text-align: center;
  }
  .cid-svK3JXAhdB .align-right {
    text-align: center;
  }
  .cid-svK3JXAhdB .social-list {
    justify-content: center;
  }
  .cid-svK3JXAhdB .mb-0 {
    padding-bottom: 1rem;
  }
}

.cid-svPhAxU5g3 .navbar {
  padding: 0.5rem 0;
  background: #54565a;
  transition: none;
  min-height: 77px;
}

.cid-svPhAxU5g3 .navbar {
  padding: 0.5rem 0;
  background: #54565a;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-svPhAxU5g3 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-svPhAxU5g3 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-svPhAxU5g3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svPhAxU5g3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-svPhAxU5g3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-svPhAxU5g3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-svPhAxU5g3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-svPhAxU5g3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-svPhAxU5g3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-svPhAxU5g3 a {
  font-style: normal;
}
.cid-svPhAxU5g3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-svPhAxU5g3 .dropdown-item:after {
  display: none;
}
.cid-svPhAxU5g3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  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-svPhAxU5g3 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 20px;
}
.cid-svPhAxU5g3 .content-text {
  margin-bottom: 0;
}
.cid-svPhAxU5g3 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-svPhAxU5g3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #e2211c;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-svPhAxU5g3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-svPhAxU5g3 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-svPhAxU5g3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-svPhAxU5g3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-svPhAxU5g3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-svPhAxU5g3 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-svPhAxU5g3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svPhAxU5g3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-svPhAxU5g3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-svPhAxU5g3 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-svPhAxU5g3 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-svPhAxU5g3 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-svPhAxU5g3 .menu-content-top {
  padding: 0.2rem 0;
  transition: height 0.3s ease-in-out;
	width:100%;
}
.cid-svPhAxU5g3 .menu-content-top.show {
  display: block;
}
.cid-svPhAxU5g3 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-svPhAxU5g3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-svPhAxU5g3 .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-svPhAxU5g3 .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
  }
  .cid-svPhAxU5g3 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-svPhAxU5g3 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-svPhAxU5g3 img {
    height: 3.8rem !important;
  }
  .cid-svPhAxU5g3 .btn {
    display: flex;
  }
  .cid-svPhAxU5g3 button.navbar-toggler {
    display: block;
  }
  .cid-svPhAxU5g3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-svPhAxU5g3 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-svPhAxU5g3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-svPhAxU5g3 .navbar-collapse.collapsing,
  .cid-svPhAxU5g3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-svPhAxU5g3 .navbar-collapse.collapsing .navbar-nav,
  .cid-svPhAxU5g3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-svPhAxU5g3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-svPhAxU5g3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-svPhAxU5g3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-svPhAxU5g3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-svPhAxU5g3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-svPhAxU5g3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-svPhAxU5g3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-svPhAxU5g3 .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: relative;
    opacity: 1;
    height: auto;
    padding: 0 !important;
    visibility: visible;
  }
  .cid-svPhAxU5g3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-svPhAxU5g3 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0 !important;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-svPhAxU5g3 .navbar .menu-content-top {
    display: block;
  }
  .cid-svPhAxU5g3 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-svPhAxU5g3 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-svPhAxU5g3 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-svPhAxU5g3 .menu-bottom {
    display: flex;
  }
  .cid-svPhAxU5g3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-svPhAxU5g3 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-svPhAxU5g3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-svPhAxU5g3 .navbar-toggler {
    display: none;
  }
}
.cid-svPhAxU5g3 .navbar-short .menu-content-top {
  border: none;
}
.cid-svPhAxU5g3 .btn {
  padding: 0.3rem 1.0rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svPhAxU5g3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-svPhAxU5g3 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-svPhAxU5g3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-svPhAxU5g3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-svPhAxU5g3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-svPhAxU5g3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svPhAxU5g3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-svPhAxU5g3 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svPhAxU5g3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-svPhAxU5g3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-svPhAxU5g3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svPhAxU5g3 .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-svPhAxU5g3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-svPhAxU5g3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svPhAxU5g3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-svPhAxU5g3 .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-svPhAxU5g3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-svPhAxU5g3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-svPhAxU5g3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-svPhAxU5g3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-svPhAxU5g3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  align-self: center;
}
.cid-svPhAxU5g3 button.navbar-toggler:focus {
  outline: none;
}
.cid-svPhAxU5g3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-svPhAxU5g3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svPhAxU5g3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svPhAxU5g3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svPhAxU5g3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svPhAxU5g3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svPhAxU5g3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svPhAxU5g3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svPhAxU5g3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svPhAxU5g3 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-svPhAxU5g3 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svPhAxU5g3 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-svPhAxU5g3 .collapsed .btn {
  display: flex;
}
.cid-svPhAxU5g3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-svPhAxU5g3 .collapsed .navbar-collapse.collapsing,
.cid-svPhAxU5g3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-svPhAxU5g3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-svPhAxU5g3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-svPhAxU5g3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-svPhAxU5g3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-svPhAxU5g3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-svPhAxU5g3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-svPhAxU5g3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-svPhAxU5g3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-svPhAxU5g3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-svPhAxU5g3 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svPhAxU5g3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-svPhAxU5g3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-svPhAxU5g3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.25s;
  transition-property: opacity, padding, height;
}
.cid-svPhAxU5g3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-svPhAxU5g3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-svPhAxU5g3 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-svPhAxU5g3 .collapsed .dropdown-item:before {
  display: none;
}
.cid-svPhAxU5g3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-svPhAxU5g3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-svPhAxU5g3 .nav-link:focus {
  outline: none;
}
.cid-svPhAxU5g3 .navbar-toggler {
  position: relative;
}
.cid-svPhAxU5g3 .dropdown-item.active,
.cid-svPhAxU5g3 .dropdown-item:active {
  background-color: transparent !important;
  color: inherit;
}
.cid-svPhAxU5g3 .nav-link:hover,
.cid-svPhAxU5g3 .dropdown-item:hover {
  color: #e2211c;
}

.cid-syWUeF3OWO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-syWUeF3OWO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-syWUeF3OWO .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-syWUeF3OWO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-syWUeF3OWO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-syWUeF3OWO .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-syWUeF3OWO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-syWUeF3OWO .carousel-control,
.cid-syWUeF3OWO .close {
  background: #1b1b1b;
}
.cid-syWUeF3OWO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-syWUeF3OWO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-syWUeF3OWO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-syWUeF3OWO .carousel-control-next span {
  margin-left: 5px;
}
.cid-syWUeF3OWO .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-syWUeF3OWO .close::before {
  content: '\e91a';
}
.cid-syWUeF3OWO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-syWUeF3OWO .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-syWUeF3OWO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syWUeF3OWO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-syWUeF3OWO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-syWUeF3OWO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-syWUeF3OWO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-syWUeF3OWO .carousel-indicators li.active,
.cid-syWUeF3OWO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-syWUeF3OWO .carousel-indicators li::after,
.cid-syWUeF3OWO .carousel-indicators li::before {
  content: none;
}
.cid-syWUeF3OWO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-syWUeF3OWO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-syWUeF3OWO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-syWUeF3OWO .carousel-indicators {
    display: none;
  }
}
.cid-syWUeF3OWO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-syWUeF3OWO .carousel-inner > .active {
  display: block;
}
.cid-syWUeF3OWO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-syWUeF3OWO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-syWUeF3OWO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-syWUeF3OWO .carousel-control,
  .cid-syWUeF3OWO .carousel-indicators,
  .cid-syWUeF3OWO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-syWUeF3OWO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-syWUeF3OWO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-syWUeF3OWO .carousel-indicators .active,
.cid-syWUeF3OWO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-syWUeF3OWO .carousel-indicators .active {
  background: #fff;
}
.cid-syWUeF3OWO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-syWUeF3OWO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-syWUeF3OWO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-syWUeF3OWO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-syWUeF3OWO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-syWUeF3OWO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-syWUeF3OWO .carousel {
  width: 100%;
}
.cid-syWUeF3OWO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-syWUeF3OWO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-syWUeF3OWO .modal.fade .modal-dialog,
.cid-syWUeF3OWO .modal.in .modal-dialog {
  transform: none;
}
.cid-syWUeF3OWO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-syWUeF3OWO .mbr-section-title b:last-child,
.cid-syWUeF3OWO .mbr-section-title strong:last-child {
  color: #f23801;
}


.lead-pagename {
	text-shadow: 2px 2px 1px #000;
	letter-spacing: 5px;
}

.cid-svK3f4Mi6B-3 hr {
	background-color:#000;
}

.testimonial {
	border: 2px solid #000;
	background-color:#fff;
	color:000;
	padding:20px;
	box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.3);
	
}

.cid-svK2NbSSx hr {
	background-color: #000;
}

.contact-full {
	display:flex;
	
}


@media (max-width: 991px) {
.contact-full {
	display:block;
padding-bottom:10px;
	text-align:center!important;
}		
}