.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cairo', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cairo', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cairo', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((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.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))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !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: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !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: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !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: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !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: #000000 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cairo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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-t3suWgNx7l {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3suWgNx7l .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3tqyfM258 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3tqyfM258 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3tqyfM258 .row {
  flex-direction: row-reverse;
}
.cid-t3tqyfM258 img {
  width: 100%;
}
.cid-t3sz8ykDgX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sz8ykDgX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sz8ykDgX .row {
  flex-direction: row-reverse;
}
.cid-t3sz8ykDgX img {
  width: 100%;
}
.cid-t3sBnCYkFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sBnCYkFU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sBnCYkFU .row {
  flex-direction: row-reverse;
}
.cid-t3sBnCYkFU img {
  width: 100%;
}
.cid-t3sBo6MLNG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sBo6MLNG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sBo6MLNG .row {
  flex-direction: row-reverse;
}
.cid-t3sBo6MLNG img {
  width: 100%;
}
.cid-t3sBolCx82 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sBolCx82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sBolCx82 .row {
  flex-direction: row-reverse;
}
.cid-t3sBolCx82 img {
  width: 100%;
}
.cid-t3sBoAOWvz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sBoAOWvz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sBoAOWvz .row {
  flex-direction: row-reverse;
}
.cid-t3sBoAOWvz img {
  width: 100%;
}
.cid-t3sETIthHi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sETIthHi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sETIthHi .row {
  flex-direction: row-reverse;
}
.cid-t3sETIthHi img {
  width: 100%;
}
.cid-t3sCZgtuqe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sCZgtuqe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sCZgtuqe .row {
  flex-direction: row-reverse;
}
.cid-t3sCZgtuqe img {
  width: 100%;
}
.cid-t3sCZLwozK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3sCZLwozK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3sCZLwozK .row {
  flex-direction: row-reverse;
}
.cid-t3sCZLwozK img {
  width: 100%;
}
.cid-t3sKaZE3kQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3sKaZE3kQ .container {
    max-width: 1400px;
  }
}
.cid-t3sKaZE3kQ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sKaZE3kQ .card-wrapper {
  margin-top: 3rem;
}
.cid-t3sKaZE3kQ .row {
  justify-content: center;
}
.cid-t3sH54TaL9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3sH54TaL9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3sH54TaL9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3sH54TaL9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3sH54TaL9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3sH54TaL9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3sH54TaL9 [class^="socicon-"]:before,
.cid-t3sH54TaL9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3sGBpAodf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3sLlcVXFE {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3sLlcVXFE .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3sNBKuy5K {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sNBKuy5K .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sNBKuy5K .mbr-section-title,
.cid-t3sNBKuy5K .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sNBKuy5K .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sNBKuy5K .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sQlQNiFh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sQlQNiFh .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sQlQNiFh .mbr-section-title,
.cid-t3sQlQNiFh .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sQlQNiFh .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sQlQNiFh .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sQlQNiFh .price {
  text-align: right;
}
.cid-t3sSZymQvd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sSZymQvd .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sSZymQvd .mbr-section-title,
.cid-t3sSZymQvd .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sSZymQvd .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sSZymQvd .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sXDNV2Kk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3sXDNV2Kk .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sXDNV2Kk .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3sLvAzXlk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3sLvAzXlk .container {
    max-width: 1400px;
  }
}
.cid-t3sLvAzXlk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sLvAzXlk .card-wrapper {
  margin-top: 3rem;
}
.cid-t3sLvAzXlk .row {
  justify-content: center;
}
.cid-t3sLlKqYqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3sLlKqYqC .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3sLlKqYqC .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3sLlKqYqC .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3sLlKqYqC .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3sLlKqYqC .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3sLlKqYqC [class^="socicon-"]:before,
.cid-t3sLlKqYqC [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3sGBpAodf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3sUh0mgk3 {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3sUh0mgk3 .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3sUh0Wu4h {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sUh0Wu4h .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sUh0Wu4h .mbr-section-title,
.cid-t3sUh0Wu4h .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sUh0Wu4h .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sUh0Wu4h .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sVCPuvuc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sVCPuvuc .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sVCPuvuc .mbr-section-title,
.cid-t3sVCPuvuc .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sVCPuvuc .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sVCPuvuc .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sXIGmW0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3sXIGmW0N .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sXIGmW0N .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3sUh3qaWp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3sUh3qaWp .container {
    max-width: 1400px;
  }
}
.cid-t3sUh3qaWp .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sUh3qaWp .card-wrapper {
  margin-top: 3rem;
}
.cid-t3sUh3qaWp .row {
  justify-content: center;
}
.cid-t3sUh44jHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3sUh44jHx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3sUh44jHx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3sUh44jHx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3sUh44jHx .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3sUh44jHx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3sUh44jHx [class^="socicon-"]:before,
.cid-t3sUh44jHx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3sUh4KUzy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3sY4CPlM1 {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3sY4CPlM1 .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3sY4EeHOL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sY4EeHOL .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sY4EeHOL .mbr-section-title,
.cid-t3sY4EeHOL .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sY4EeHOL .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sY4EeHOL .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sY4FdNN8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sY4FdNN8 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3sY4FdNN8 .mbr-section-title,
.cid-t3sY4FdNN8 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3sY4FdNN8 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sY4FdNN8 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3sY4FZuqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3sY4FZuqn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sY4FZuqn .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3sY4GHc1a {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3sY4GHc1a .container {
    max-width: 1400px;
  }
}
.cid-t3sY4GHc1a .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3sY4GHc1a .card-wrapper {
  margin-top: 3rem;
}
.cid-t3sY4GHc1a .row {
  justify-content: center;
}
.cid-t3sY4Hvj4z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3sY4Hvj4z .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3sY4Hvj4z .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3sY4Hvj4z .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3sY4Hvj4z .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3sY4Hvj4z .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3sY4Hvj4z [class^="socicon-"]:before,
.cid-t3sY4Hvj4z [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3sY4Icsy6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3t82ceIqU {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3t82ceIqU .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3t82dtzy7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3t82dtzy7 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3t82dtzy7 .mbr-section-title,
.cid-t3t82dtzy7 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3t82dtzy7 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3t82dtzy7 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3t82gB7fB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3t82gB7fB .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3t82gB7fB .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3t82hFFPB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3t82hFFPB .container {
    max-width: 1400px;
  }
}
.cid-t3t82hFFPB .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3t82hFFPB .card-wrapper {
  margin-top: 3rem;
}
.cid-t3t82hFFPB .row {
  justify-content: center;
}
.cid-t3t82iC8eg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3t82iC8eg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3t82iC8eg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3t82iC8eg .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3t82iC8eg .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3t82iC8eg .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3t82iC8eg [class^="socicon-"]:before,
.cid-t3t82iC8eg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3t82jVpTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3u0zBa4Ud {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3u0zBa4Ud .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3u0zBvjM5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3u0zBvjM5 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3u0zBvjM5 .mbr-section-title,
.cid-t3u0zBvjM5 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3u0zBvjM5 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3u0zBvjM5 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3u0zCrrzH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3u0zCrrzH .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u0zCrrzH .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3u0zCZVBr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3u0zCZVBr .container {
    max-width: 1400px;
  }
}
.cid-t3u0zCZVBr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u0zCZVBr .card-wrapper {
  margin-top: 3rem;
}
.cid-t3u0zCZVBr .row {
  justify-content: center;
}
.cid-t3u0zDDsFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3u0zDDsFr .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3u0zDDsFr .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3u0zDDsFr .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3u0zDDsFr .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3u0zDDsFr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3u0zDDsFr [class^="socicon-"]:before,
.cid-t3u0zDDsFr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3u0zEjZ8a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3u6hr1kXw {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3u6hr1kXw .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3u6hrzsrx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3u6hrzsrx .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3u6hrzsrx .mbr-section-title,
.cid-t3u6hrzsrx .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3u6hrzsrx .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3u6hrzsrx .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3u6hsDaHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3u6hsDaHk .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u6hsDaHk .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3u6htn6oS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3u6htn6oS .container {
    max-width: 1400px;
  }
}
.cid-t3u6htn6oS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u6htn6oS .card-wrapper {
  margin-top: 3rem;
}
.cid-t3u6htn6oS .row {
  justify-content: center;
}
.cid-t3u6hu8Drc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3u6hu8Drc .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3u6hu8Drc .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3u6hu8Drc .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3u6hu8Drc .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3u6hu8Drc .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3u6hu8Drc [class^="socicon-"]:before,
.cid-t3u6hu8Drc [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3u6huWOiJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3u9akwOXN {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3u9akwOXN .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3u9al1ep2 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3u9al1ep2 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3u9al1ep2 .mbr-section-title,
.cid-t3u9al1ep2 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3u9al1ep2 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3u9al1ep2 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3u9am6yX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3u9am6yX0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u9am6yX0 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3u9amGBSc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3u9amGBSc .container {
    max-width: 1400px;
  }
}
.cid-t3u9amGBSc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u9amGBSc .card-wrapper {
  margin-top: 3rem;
}
.cid-t3u9amGBSc .row {
  justify-content: center;
}
.cid-t3u9anlt0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3u9anlt0r .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3u9anlt0r .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3u9anlt0r .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3u9anlt0r .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3u9anlt0r .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3u9anlt0r [class^="socicon-"]:before,
.cid-t3u9anlt0r [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3u9ao3Xrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3u9ZXjwdQ {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3u9ZXjwdQ .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3u9ZXDmED {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3u9ZXDmED .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3u9ZXDmED .mbr-section-title,
.cid-t3u9ZXDmED .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3u9ZXDmED .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3u9ZXDmED .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3u9ZYoRDi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3u9ZYoRDi .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3u9ZYoRDi .mbr-section-title,
.cid-t3u9ZYoRDi .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3u9ZYoRDi .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3u9ZYoRDi .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3u9ZZ9RUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3u9ZZ9RUF .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u9ZZ9RUF .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3u9ZZAUVA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3u9ZZAUVA .container {
    max-width: 1400px;
  }
}
.cid-t3u9ZZAUVA .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3u9ZZAUVA .card-wrapper {
  margin-top: 3rem;
}
.cid-t3u9ZZAUVA .row {
  justify-content: center;
}
.cid-t3ua00a0pv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3ua00a0pv .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3ua00a0pv .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3ua00a0pv .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3ua00a0pv .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3ua00a0pv .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3ua00a0pv [class^="socicon-"]:before,
.cid-t3ua00a0pv [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3ua00NrUf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3ubTdSDSt {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3ubTdSDSt .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3ubTepPYC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3ubTepPYC .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3ubTepPYC .mbr-section-title,
.cid-t3ubTepPYC .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3ubTepPYC .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3ubTepPYC .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3ubTfm0yr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3ubTfm0yr .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3ubTfm0yr .mbr-section-title,
.cid-t3ubTfm0yr .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3ubTfm0yr .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3ubTfm0yr .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3udmTPKU6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3udmTPKU6 .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3udmTPKU6 .mbr-section-title,
.cid-t3udmTPKU6 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3udmTPKU6 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3udmTPKU6 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3ubTg8lvS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3ubTg8lvS .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3ubTg8lvS .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3ubTgHpse {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3ubTgHpse .container {
    max-width: 1400px;
  }
}
.cid-t3ubTgHpse .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3ubTgHpse .card-wrapper {
  margin-top: 3rem;
}
.cid-t3ubTgHpse .row {
  justify-content: center;
}
.cid-t3ubThnBlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3ubThnBlg .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3ubThnBlg .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3ubThnBlg .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3ubThnBlg .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3ubThnBlg .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3ubThnBlg [class^="socicon-"]:before,
.cid-t3ubThnBlg [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3ubThXOWq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3uemSkmME {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3uemSkmME .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3uemSU6Hx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3uemSU6Hx .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3uemSU6Hx .mbr-section-title,
.cid-t3uemSU6Hx .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3uemSU6Hx .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3uemSU6Hx .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3uemTTBvF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3uemTTBvF .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3uemTTBvF .mbr-section-title,
.cid-t3uemTTBvF .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3uemTTBvF .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3uemTTBvF .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3uemVp3WU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3uemVp3WU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3uemVp3WU .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3uemVVjQM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3uemVVjQM .container {
    max-width: 1400px;
  }
}
.cid-t3uemVVjQM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3uemVVjQM .card-wrapper {
  margin-top: 3rem;
}
.cid-t3uemVVjQM .row {
  justify-content: center;
}
.cid-t3uemWwlML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3uemWwlML .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3uemWwlML .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3uemWwlML .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3uemWwlML .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3uemWwlML .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3uemWwlML [class^="socicon-"]:before,
.cid-t3uemWwlML [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3uemX8Ucp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3ug5vAwQV {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3ug5vAwQV .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3ug5xvPhY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3ug5xvPhY .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3ug5xvPhY .mbr-section-title,
.cid-t3ug5xvPhY .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3ug5xvPhY .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3ug5xvPhY .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3ug5z2OeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3ug5z2OeV .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3ug5z2OeV .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3ug5zP2L8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3ug5zP2L8 .container {
    max-width: 1400px;
  }
}
.cid-t3ug5zP2L8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3ug5zP2L8 .card-wrapper {
  margin-top: 3rem;
}
.cid-t3ug5zP2L8 .row {
  justify-content: center;
}
.cid-t3ug5ACSVS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3ug5ACSVS .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3ug5ACSVS .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3ug5ACSVS .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3ug5ACSVS .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3ug5ACSVS .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3ug5ACSVS [class^="socicon-"]:before,
.cid-t3ug5ACSVS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3ug5BQkrI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3um5c9EQB {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3um5c9EQB .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3um5cOGoT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3um5cOGoT .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3um5cOGoT .mbr-section-title,
.cid-t3um5cOGoT .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3um5cOGoT .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3um5cOGoT .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3um5dBVnI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3um5dBVnI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3um5dBVnI .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3um5e75jw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3um5e75jw .container {
    max-width: 1400px;
  }
}
.cid-t3um5e75jw .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3um5e75jw .card-wrapper {
  margin-top: 3rem;
}
.cid-t3um5e75jw .row {
  justify-content: center;
}
.cid-t3um5eP8xw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3um5eP8xw .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3um5eP8xw .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3um5eP8xw .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3um5eP8xw .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3um5eP8xw .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3um5eP8xw [class^="socicon-"]:before,
.cid-t3um5eP8xw [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3um5fyv2x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3un053E5w {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3un053E5w .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3un05FPDD {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3un05FPDD .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3un05FPDD .mbr-section-title,
.cid-t3un05FPDD .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3un05FPDD .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3un05FPDD .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3un06EpiI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3un06EpiI .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3un06EpiI .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3un07c8bJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3un07c8bJ .container {
    max-width: 1400px;
  }
}
.cid-t3un07c8bJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3un07c8bJ .card-wrapper {
  margin-top: 3rem;
}
.cid-t3un07c8bJ .row {
  justify-content: center;
}
.cid-t3un07W1qx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3un07W1qx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3un07W1qx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3un07W1qx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3un07W1qx .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3un07W1qx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3un07W1qx [class^="socicon-"]:before,
.cid-t3un07W1qx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3un08Ip7r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3unEh68AF {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3unEh68AF .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3unEhS20G {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3unEhS20G .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3unEhS20G .mbr-section-title,
.cid-t3unEhS20G .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3unEhS20G .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3unEhS20G .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3unEiUP5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3unEiUP5s .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3unEiUP5s .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3unEjsW3X {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3unEjsW3X .container {
    max-width: 1400px;
  }
}
.cid-t3unEjsW3X .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3unEjsW3X .card-wrapper {
  margin-top: 3rem;
}
.cid-t3unEjsW3X .row {
  justify-content: center;
}
.cid-t3unEk5KRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3unEk5KRB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3unEk5KRB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3unEk5KRB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3unEk5KRB .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3unEk5KRB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3unEk5KRB [class^="socicon-"]:before,
.cid-t3unEk5KRB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3unEkOfD7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3uoBHUcF3 {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3uoBHUcF3 .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3uoBIsMoS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3uoBIsMoS .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3uoBIsMoS .mbr-section-title,
.cid-t3uoBIsMoS .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3uoBIsMoS .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3uoBIsMoS .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3upjxGZbp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3upjxGZbp .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3upjxGZbp .mbr-section-title,
.cid-t3upjxGZbp .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3upjxGZbp .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3upjxGZbp .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3uoBJoiiU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3uoBJoiiU .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3uoBJoiiU .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3uoBJT1I6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3uoBJT1I6 .container {
    max-width: 1400px;
  }
}
.cid-t3uoBJT1I6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3uoBJT1I6 .card-wrapper {
  margin-top: 3rem;
}
.cid-t3uoBJT1I6 .row {
  justify-content: center;
}
.cid-t3uoBKFrnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3uoBKFrnl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3uoBKFrnl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3uoBKFrnl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3uoBKFrnl .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3uoBKFrnl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3uoBKFrnl [class^="socicon-"]:before,
.cid-t3uoBKFrnl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3uoBLqMOW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-t3uh415tJm {
  background-image: url("../../../assets/images/new-project-1.jpg");
}
.cid-t3uh415tJm .mbr-section-title {
  color: #ff6666;
  text-align: center;
}
.cid-t3uh41ROrL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3uh41ROrL .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3uh41ROrL .mbr-section-title,
.cid-t3uh41ROrL .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3uh41ROrL .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3uh41ROrL .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3uh43sTcB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3uh43sTcB .card-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-t3uh43sTcB .mbr-section-title,
.cid-t3uh43sTcB .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t3uh43sTcB .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3uh43sTcB .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-t3uh44BTB6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-t3uh44BTB6 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3uh44BTB6 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-t3uh45cQ5p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t3uh45cQ5p .container {
    max-width: 1400px;
  }
}
.cid-t3uh45cQ5p .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t3uh45cQ5p .card-wrapper {
  margin-top: 3rem;
}
.cid-t3uh45cQ5p .row {
  justify-content: center;
}
.cid-t3uh45Nenl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3uh45Nenl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t3uh45Nenl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t3uh45Nenl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t3uh45Nenl .bg-instagram:hover {
  background: #bd005c;
}
.cid-t3uh45Nenl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t3uh45Nenl [class^="socicon-"]:before,
.cid-t3uh45Nenl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3uh46oyxR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
