body {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-style: normal;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .ino-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.display-2 > .ino-iconfont {
  font-size: 3.75rem;
}
.info3 .display-2{
    font-family: 'Cormorant', serif;
  font-size: 4.6rem;
  line-height: 1.1;
  text-transform: uppercase !important;
}
.display-4 {
  font-family: 'Cormorant', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .ino-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .ino-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Cormorant', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .ino-iconfont {
  font-size: 1.5rem;
}
.display-8{
  font-family: 'Cormorant', serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-9{
  font-family: 'Cormorant', serif;
  font-size: .8rem;
  line-height: 1.1;
}
.faqPlus{
font-size:2.5rem;

color:#000;
}

.shape1{
    border-radius: 90px;
    margin-bottom: 20px;
}
.shape2{
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border:1px solid red;
}

.shape3{
    border-radius: 50px;
}


@media (max-width: 768px) {
    .display-8{
  font-family: 'Cormorant', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
    
    
    }







/* ---- Fluid typography for inovle 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))));
  }
}


@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.6rem + (3 - 1.6) * ((100vw - 20rem) / (48 - 20))); /* changed from 1.7 to 1.6 */ 
    line-height: calc( 1.3 * (1.5rem + (3 - 1.5) * ((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: 2.5rem;
    font-size: calc( 2.35rem + (2 - 2.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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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;
}
.ino-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.ino-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.ino-plan-header.bg-primary .ino-plan-subtitle,
.ino-plan-header.bg-primary .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-success .ino-plan-subtitle,
.ino-plan-header.bg-success .ino-plan-price-desc {
  color: #a0d8df;
}
.ino-plan-header.bg-info .ino-plan-subtitle,
.ino-plan-header.bg-info .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-warning .ino-plan-subtitle,
.ino-plan-header.bg-warning .ino-plan-price-desc {
  color: #ffffff;
}
.ino-plan-header.bg-danger .ino-plan-subtitle,
.ino-plan-header.bg-danger .ino-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .ino-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: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .ino-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.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;
}








.arch{
  width:100%;
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  opacity:1;
}

.shape2b{
    position: absolute;
    width:90% !important;
    height:90% !important;
    object-fit: cover;
    margin-left: 5%;
    margin-top:7%;

    }
    
    
.arch-wrapper{
    position: relative;
    top: 0;
    left: 0;
    overflow:hidden;
    margin:0 auto;
    }
    
.md-pb ul{
    padding-left:100px !important;
    }
    
    
    
@media (max-width: 800px) {
  .arch-wrapper{
    text-align:center !important;
    max-width: 100% !important;
     
     }
  .text-wrapper{
    text-align:center !important;
  }
  .md-pb ul{
    text-align:left !important;
    padding-left: 30px !important;
    }
}



/* Shoppe */




.cid-shoppe {
  padding-top:  14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/shoppe-house-one.jpg");
}
.cid-shoppe .ino-fallback-image.disabled {
  display: none;
}
.cid-shoppe .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-shoppe .ino-text,
.cid-shoppe .ino-section-btn {
  color: #232323;
}
.cid-shoppe .card-title,
.cid-shoppe .card-box {
  color: #ffffff;
}
.cid-shoppe .ino-text,
.cid-shoppe .link-wrap {
  color: #ffffff;
}




















/* Portfolio */
.cid-t8uR9utIKf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8uR9utIKf nav.navbar {
  position: sticky; /*fixed;*/
}
.cid-t8uR9utIKf .nav-link {
  transition: all .5s;
  border-bottom: 1px solid transparent;
  font-family: "Josefin Sans";
  position: relative;
  padding: 0;
  display: inline-block;
  font-weight: 400;
}
.cid-t8uR9utIKf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8uR9utIKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
.cid-t8uR9utIKf .nav-link:hover,
.cid-t8uR9utIKf .nav-link:focus {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .cid-t8uR9utIKf .nav-item {
    position: relative !important;
  }
}
.cid-t8uR9utIKf .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; /*background: #eae6df;*/
}
.cid-t8uR9utIKf .navbar.opened .ino-overlay {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t8uR9utIKf .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-t8uR9utIKf .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-t8uR9utIKf .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-t8uR9utIKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t8uR9utIKf .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8uR9utIKf .navbar.collapsed .navbar-collapse.show,
.cid-t8uR9utIKf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t8uR9utIKf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-t8uR9utIKf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-t8uR9utIKf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t8uR9utIKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8uR9utIKf .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-t8uR9utIKf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-t8uR9utIKf .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t8uR9utIKf .navbar .navbar-collapse.show,
  .cid-t8uR9utIKf .navbar .navbar-collapse.collapsing {
    transition: all .9s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content:left !important; /*center;*/
    align-items: left !important;/*center;*/
    overflow-x: hidden;
    margin-bottom:20px;
    animation: fadeIn 5s;
    max-width: 75vw;
    background-color: #eae6df;
  }
  .cid-t8uR9utIKf .navbar .navbar-collapse.show .brand-container,
  .cid-t8uR9utIKf .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-t8uR9utIKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8uR9utIKf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t8uR9utIKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8uR9utIKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8uR9utIKf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8uR9utIKf .navbar .navbar-logo img {
    height: 8rem !important;
        width: 8rem !important;
        margin-left: 30vw;
        margin-top: -50px;
  }
  .cid-t8uR9utIKf .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-t8uR9utIKf .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-t8uR9utIKf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-t8uR9utIKf .navbar .right-menu,
  .cid-t8uR9utIKf .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-t8uR9utIKf .navbar.navbar-short {
  min-height: 60px;
  background: #ffffff !important;
}
.cid-t8uR9utIKf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t8uR9utIKf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t8uR9utIKf .navbar {
   /* padding: 2rem 1rem;*/
  }
  .cid-t8uR9utIKf .navbar-collapse {
    padding-top: 0;
  }
}
.cid-t8uR9utIKf .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-t8uR9utIKf .navbar-brand .navbar-caption {
  font-family: "EB Garamond";
  line-height: inherit !important;
  font-weight: 400;
}
.cid-t8uR9utIKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8uR9utIKf .dropdown-item.active,
.cid-t8uR9utIKf .dropdown-item:active {
  background-color: transparent;
}
.cid-t8uR9utIKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8uR9utIKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-t8uR9utIKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8uR9utIKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8uR9utIKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8uR9utIKf ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-t8uR9utIKf ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-t8uR9utIKf .navbar-buttons {
  margin-left: auto;
}
.cid-t8uR9utIKf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-t8uR9utIKf button.navbar-toggler:hover {
  outline: none;
}
.cid-t8uR9utIKf button.navbar-toggler:active {
  outline: none;
}
.cid-t8uR9utIKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t8uR9utIKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8uR9utIKf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8uR9utIKf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8uR9utIKf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8uR9utIKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8uR9utIKf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-t8uR9utIKf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-t8uR9utIKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8uR9utIKf .navbar-dropdown {
  position: sticky; /*fixed;*/
}
.cid-t8uR9utIKf a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-t8uR9utIKf .ino-iconfont {
  font-size: 1.5rem;
  /*padding-right: .5rem;*/
}
.cid-t8uR9utIKf .right-menu,
.cid-t8uR9utIKf .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-t8uR9utIKf .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8uR9utIKf .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t8uR9utIKf .right-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8uR9utIKf .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-t8uR9utIKf .brand-container {
  padding: 0 4rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-t8uR9utIKf .brand-container {
    padding: 0;
  }
  .cid-t8uR9utIKf .navbar-dropdown {
  position: realtive !important;
}    
}
.cid-t8uR9utIKf .card-wrapper {
  z-index: 3;
}
.cid-t8uR9utIKf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-t8uR9utIKf .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-t8uR9utIKf .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-t8uR9utIKf .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-t8uR9utIKf .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-t8uR9utIKf .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-t8uR9utIKf .dropdown-menu {
    z-index: 9999;
    margin-top: 0px;
    border: 1px solid #41392e;
    width: 300px;
  }
}
.cid-t8uR9utIKf .navbar-caption {
  color: #ffffff;
}
.cid-t8uR9utIKf .navbar-caption:hover {
  color: #ffffff;
}
.cid-t8uR9utIKf .dropdown-item:hover {
  color: #B8926A !important;
}
.cid-t8uR9utIKf a:hover .line-animation,
.cid-t8uR9utIKf a:focus .line-animation {
  opacity: 1;
}
.cid-t8uR9utIKf .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-t8uR9utIKf .dropdown-menu {
    margin-top: 0px;
  }
  .cid-t8uR9utIKf .nav-dropdown .link {
    padding-top: 15px !important;
  }
}




















.cid-t8z3CKlelm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
@media (min-width: 400px) {
  .cid-t8z3CKlelm h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-t8z3CKlelm h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-t8z3CKlelm .media-container-row {
  justify-content: space-between;
}
.cid-t8z3CKlelm .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t8z3CKlelm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t8z3CKlelm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t8z3CKlelm a:link {
  text-decoration: none;
}
.cid-t8z3CKlelm .icon-transition span {
  text-align: center;
  color: #5aac98;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #5aac98;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8z3CKlelm .icon-transition span:hover {
  background-color: rgba(90, 172, 152, 0.1);
  color: #5aac98;
}
.cid-t8z3CKlelm .btn {
  min-width: 195px;
}
.cid-t8z3CKlelm .btn.btn-primary-outline {
  border: 1px solid #6592e6;
}
.cid-t8z3CKlelm .btn.btn-primary-outline:hover {
  background-color: #6592e6 !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-secondary-outline {
  border: 1px solid #ff6666;
}
.cid-t8z3CKlelm .btn.btn-secondary-outline:hover {
  background-color: #ff6666 !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-success-outline {
  border: 1px solid #40b0bf;
}
.cid-t8z3CKlelm .btn.btn-success-outline:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-t8z3CKlelm .btn.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-warning-outline {
  border: 1px solid #ffe161;
}
.cid-t8z3CKlelm .btn.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-t8z3CKlelm .btn.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-t8z3CKlelm .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-t8z3CKlelm .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-t8z3CKlelm .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-t8z3CKlelm .wrap {
    justify-content: center;
  }
}
.cid-t8uRvFFklA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-t8uRvFFklA .carousel {
  height: 800px;
}
.cid-t8uRvFFklA .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8uRvFFklA .carousel-item,
.cid-t8uRvFFklA .carousel-inner {
  height: 100%;
}
.cid-t8uRvFFklA .carousel-caption {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 280px;
}
@media (min-width: 768px) {
  .cid-t8uRvFFklA .carousel-caption {
    width: 680px;
    
  }
}
@media (max-width: 568px) {
  .cid-t8uRvFFklA .carousel-caption {
    bottom:80% !important;
  }
}
@media (min-width: 992px) {
  .cid-t8uRvFFklA .carousel-caption {
    width: 90%; /*900px;*/
  }
}
.cid-t8uRvFFklA .inov-inoi-arrow-next {
  margin-left: 5px;
}
.cid-t8uRvFFklA .inov-inoi-arrow-prev {
  margin-right: 5px;
}
.cid-t8uRvFFklA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 0;
}
.cid-t8uRvFFklA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t8uRvFFklA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8uRvFFklA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8uRvFFklA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8uRvFFklA .carousel-control {
  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;
  opacity: 0;
}
.cid-t8uRvFFklA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8uRvFFklA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8uRvFFklA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8uRvFFklA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t8uRvFFklA .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-t8uRvFFklA .carousel-indicators li.active {
  background-color: #ffffff;
  opacity: 1 !important;
}
.cid-t8uRvFFklA .carousel-indicators li::after,
.cid-t8uRvFFklA .carousel-indicators li::before {
  content: none;
}
.cid-t8uRvFFklA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t8v1J7ZHIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8v1J7ZHIt .content-wrapper {
  background: #fff;
}
@media (max-width: 991px) {
  .cid-t8v1J7ZHIt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8v1J7ZHIt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8v1J7ZHIt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8v1J7ZHIt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8v1J7ZHIt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8v1J7ZHIt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8v1J7ZHIt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8v2H0fMbA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eae6df;/*#fbf8f0;*/
}
.cid-t8v2H0fMbA .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t8v2H0fMbA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8v2H0fMbA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8v2H0fMbA .text-wrapper {
    padding: 6rem;
  }
}
.cid-t8v7TmtQAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8v7TmtQAX .content-wrapper {
  background: #ffffff;
}

.cid-t8v7TmtQAX .montage{
    max-height: 350px;
    max-width: 200px;
    margin-right:20px;
    display:inline;
}
.cid-t8v7TmtQAX .image-wrapper{
        text-align:center !important;
}
.cid-t8v7TmtQAX .image-wrapper img{
        display:inline-block !important;
        margin-right:10px;
}


@media (max-width: 991px) {
  .cid-t8v7TmtQAX .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8v7TmtQAX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8v7TmtQAX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8v7TmtQAX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8v7TmtQAX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8v7TmtQAX .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}

@media (max-width: 992px) {
 
  .cid-t8v7TmtQAX .montage {
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
}





.cid-t8v7TmtQAX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8vhzn4G0p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8vhzn4G0p .container {
  max-width: 1312px;
}
.cid-t8vhzn4G0p img,
.cid-t8vhzn4G0p .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  height: 336px;
  object-fit: cover;
}
.cid-t8vhzn4G0p .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #eae6df; /*#7F5F5D;*/
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-t8vhzn4G0p .item:focus,
.cid-t8vhzn4G0p span:focus {
  outline: none;
}
.cid-t8vhzn4G0p .item-wrapper {
  position: relative;
}
.cid-t8vhzn4G0p .slide-content {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-t8vhzn4G0p .slide-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-t8vhzn4G0p .slide-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-t8vhzn4G0p .slide-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-t8vhzn4G0p .slide-content .item-content {
  padding: 1.5rem;
}
.cid-t8vhzn4G0p .ino-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-t8vhzn4G0p .ino-section-head {
  margin-bottom: 3.25rem;
}
.cid-t8vhzn4G0p .section-title-container .btn {
  padding: 0.75rem 2.5rem;
}
.cid-t8vhzn4G0p .section-title-container .btn-info-outline:hover {
  background-color: #f0edeb !important;
}
.cid-t8vhzn4G0p .ino-section-title {
  color: #002549;
  text-align: center;
}
.cid-t8vhzn4G0p .ino-section-subtitle {
  color: #002549;
}
.cid-t8vhzn4G0p .ino-text {
  color: #ffffff;
  width: 100%;
}
.cid-t8vhzn4G0p .item-title-container {
  width: 100%;
}
.cid-t8vhzn4G0p .item-title {
  color: #002549;
  width: 100%;
  max-width: 100%;
}
.cid-t8vhzn4G0p .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-t8vhzn4G0p .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-t8vhzn4G0p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 768px) {
  .cid-t8vhzn4G0p .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-t8vhzn4G0p .embla__button--next,
.cid-t8vhzn4G0p .embla__button--prev {
  display: flex;
}
.cid-t8vhzn4G0p .embla__button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 144px;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .cid-t8vhzn4G0p .embla__button-container {
    margin-right: auto;
  }
}
.cid-t8vhzn4G0p .embla__button {
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #6592e6;
  border: 1px solid #6592e6;
  border-radius: 50%;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t8vhzn4G0p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t8vhzn4G0p .embla__button.embla__button--prev {
  margin-right: auto;
}
.cid-t8vhzn4G0p .embla__button.embla__button--next {
  margin-left: auto;
}
.cid-t8vhzn4G0p .embla {
  position: relative;
  width: 100%;
}
.cid-t8vhzn4G0p .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-t8vhzn4G0p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t8vhzn4G0p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t8vhzn4G0p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t8vhzn4G0p .item-subtitle,
.cid-t8vhzn4G0p .item-footer {
  color: #000000;
}
.cid-t8vjWczSS5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8vjWczSS5 .card1 {
  background-image: url("../../../assets/images/ad0518-02020-hr-2.png");
  background-size: cover;
  background-position: center;
}
.cid-t8vjWczSS5 .card2 {
  background-image: url("../../../assets/images/csp-c2d-parkridge-proof-2848.png");
  background-size: cover;
  background-position: center;
}
.cid-t8vjWczSS5 .card3 {
  background-image: url("../../../assets/images/046-vestabrooswood-site-edit.png");
  background-size: cover;
  background-position: center;
}
.cid-t8vjWczSS5 .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
 aspect-ratio: 1/1;
}
.cid-t8vjWczSS5 .text {
  width: 100%;
  padding: 10% 8%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  height:100%;
}


.cid-t8vjWczSS5 .textcopy {
    
    text-align:center;
margin-top:30%;  /*margin-top:3vw;*/
}

.cid-t8vjWczSS5 .txtbg {
  /*padding: 50px;*/
  backgrounnd-color: rgba(255, 255, 255, 0.5);
}
.cid-t8vjWczSS5 .ino-iconfont {
  display: block;
  font-size: 73px;
  color: #ffffff;
  height: 100%;
  padding-bottom: 18px;
}
.cid-t8vjWczSS5 .l2 {
  color: #ffffff;
  margin-bottom: 48px;
}
.cid-t8vjWczSS5 .l1 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-t8vjWczSS5 .btn-secondary,
.cid-t8vjWczSS5 .btn-secondary:hover {
  color: #1d2024 !important;
}
.cid-t8vjWczSS5 .features-image {
  margin-top: 30px;
}
.cid-t8vjWczSS5 .features-image:nth-of-type(1) {
  margin-top: 0px;
}
.cid-t8vjWczSS5 .features-image:nth-of-type(2) {
  margin-top: 0px;
}
.cid-t8vjWczSS5 .features-image:nth-of-type(3) {
  margin-top: 0px;
}
@media (max-width: 990px) {
  .cid-t8vjWczSS5 .features-image:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .cid-t8vjWczSS5 .features-image:nth-of-type(2) {
    margin-top: 30px;
  }
  .cid-t8vjWczSS5 .text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t8vjWczSS5 .btn {
  margin: 0 13px;
}
.cid-t8vjWczSS5 .l2,
.cid-t8vjWczSS5 .ino-section-btn {
  color: #fff;
}
.cid-t8vjWczSS5 .l1,
.cid-t8vjWczSS5 .iconfont-wrapper {
  color: #fff;
}
.cid-t8vqxMiIJg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #ffffff;
}
.cid-t8vqxMiIJg .ino-section-title {
  color: #202020;
  margin-bottom: 18px;
}
.cid-t8vqxMiIJg .main_header {
  margin-bottom: 250px;
}


.cid-t8vqxMiIJg img,
.cid-t8vqxMiIJg .item-img {
 /* width: 80%;*/
  
}
.awardimg{
   width: 80% !important;
    object-position:center;
    position: absolute;
  bottom:0;
}









@media (max-width: 991px) {
  .cid-t8vqxMiIJg .main_header {
    margin-bottom: 100px;
  }
  
  .awardimg{
    position:relative;
      
  }
  
  
            
}
@media (max-width: 767px) {
  .cid-t8vqxMiIJg .main_header {
    margin-bottom: 60px;
  }
}


/* Services Round Images*/
.num{
    font-size: 300px;
    color: #C0C0C0 !important;
    width: 250px;
    text-align: center;
    line-height: 180px;
}
.num div{
    height:100px;
}
.articleText p{
   /* font-size:18px !important;*/
    padding-left: 50px;
    padding-right:  50px;
    font-family: 'Cormorant', sans-serif;
    line-height: 1.3;
}
.articleText {
   
    padding-left: 50px;
    padding-right:  50px;
    margin-bottom: 30px;
}
.articleHeading{
    font-size:24px !important;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right:  50px;
}
.serviceImg{
    width: 250px;
    height:250px;
    border-radius: 50%;
    margin: 30px auto 20px auto;
    
}
hr{
    color: #000;
    margin-left: 50px;
    margin-right: 50px;
}

.rdimg{
    width: 250px;
}

/*@media (max-width: 1024px) {


.rdimg{
    width: 200px;
}

.serviceImg{
    width: 200px;
    height:200px;
}


}
*/








@media (max-width: 992px) {
 .articleText p{
    padding-left: 10px !important;
    padding-right: 10px !important;
 }
  .articleText {
    padding-left: 10px !important;
    padding-right: 10px !important;
 }
 .num{
    font-size: 100px;
    color: #C0C0C0 !important;
    text-align: left !important;
    line-height: 80px;
    /*margin-top: -40px !important;*/
    z-index: 100;
}
.articleHeading{
    font-size:24px !important;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right:  10px;
}
}

@media (max-width: 992px) {
 .articleText p{
    padding-left: 10px !important;
    padding-right: 10px !important;
 }
  .articleText {
    padding-left: 10px !important;
    padding-right: 10px !important;
 }
 .num{
    font-size: 100px;
    color: #C0C0C0 !important;
    text-align: left !important;
    line-height: 110px;
    /*margin-top: -40px !important;*/
    z-index: 100;
}
.articleHeading{
    font-size:24px !important;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right:  10px;
}
}

/* end of services round images.*/








.cid-t8vqxMiIJg .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: #ffffff;
  z-index: 0;
 bottom:0;       
    
}


.cid-t8vqxMiIJg .item {
  margin-bottom: 2rem;
}
.cid-t8vqxMiIJg .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-t8vz15XciM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color:#eae6df; /*#fbf8f0;*/
}
.cid-t8vz15XciM .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-t8vz15XciM .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-t8vz15XciM .row {
 /* border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;*/
  margin-top: -1px;
}
.cid-t8vz15XciM .carousel-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px 22px 32px;
  min-height: 600px;
}
@media (min-width: 768px) {
  .cid-t8vz15XciM .carousel-container {
    padding: 22px 19% 22px 19%;
  }
}
@media (min-width: 992px) {
  .cid-t8vz15XciM .carousel-container {
    /*border-right: 1px solid #7f8678;*/
    padding: 22px 6% 22px 6%;
  }
}
.cid-t8vz15XciM .ino-section-subtitle {
  color: #000000;
  line-height: 1.25em;
}
/*.cid-t8vz15XciM .ino-section-subtitle:before {
  content: '“';
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
  color:#B19E4E;
  font-size:144px;
}
.cid-t8vz15XciM .ino-section-subtitle:after {
  content:  '“';   /*'”';*/
  transform: rotateY(180deg);
  display: block;
  width: 100%;
  position: relative;
  margin-top: 42px;
  color:#B19E4E;
  font-size:96px;
}*/
.cid-t8vz15XciM .ino-section-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t8vz15XciM .label {
  width: 100%;
}
.cid-t8vz15XciM .carousel-item {
  width: 100%;
}
.cid-t8vz15XciM .carousel,
.cid-t8vz15XciM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8vz15XciM .carousel-inner {
  width: 100%;
}
.cid-t8vz15XciM .item-wrap {
  width: 100%;
}
.cid-t8vz15XciM .carousel-caption {
  bottom: 40px;
  position: static;
}
.cid-t8vz15XciM .carousel-control:hover {
  opacity: 0;
}
.cid-t8vz15XciM .inov-inoi-arrow-next {
  margin-left: 5px;
}
.cid-t8vz15XciM .inov-inoi-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-t8vz15XciM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t8vz15XciM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t8vz15XciM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t8vz15XciM .carousel-control {
  top: 25%;
  width: 60px;
  height: 50%;
  margin-top: -1.5rem;
  font-size: 22px;
  opacity: 0;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.cid-t8vz15XciM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-t8vz15XciM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-t8vz15XciM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8vz15XciM .carousel-indicators {
  position: static;
  bottom: 0;
  margin-bottom: 0 !important;
}
.cid-t8vz15XciM .carousel-indicators li {
  max-width: 7px;
  height: 7px;
  width: 7px;
  max-height: 7px;
  margin: 0 10px;
  background-color: transparent;
  /*border: 1px solid #000000;*/
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-t8vz15XciM .carousel-indicators li.active {
  background-color: #000000;
  opacity: 1 !important;
}
.cid-t8vz15XciM .carousel-indicators li::after,
.cid-t8vz15XciM .carousel-indicators li::before {
  content: none;
}
.cid-t8vz15XciM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-t8vz15XciM .img-container {
  padding: 0;
}
.cid-t8vz15XciM .item-img {
  height: 331px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cid-t8vz15XciM .item-img {
    height: 551px;
  }
}
@media (min-width: 992px) {
  .cid-t8vz15XciM .item-img {
    height: 776px;
  }
}
.cid-t8vz15XciM .item-img img {
  height: 100%;
 /* object-fit: cover;
  transition: 3s;
  transform: scale(1);*/
}
.cid-t8vz15XciM .item-img img:hover {
  /*transform: scale(1.2);*/
}
.cid-t8vz15XciM .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t8vEyy4KPA {
  text-align: center;
  overflow: hidden;
}
.cid-t8vEyy4KPA .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-t8yXAkr731 {
  padding-top: 0px;
  padding-bottom: 0px;
  /*background-color: #eae6df;*/
  background-color: #fff;
}
@media (min-width: 400px) {
  .cid-t8yXAkr731 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}



@media (min-width: 767px) {
  .cid-t8yXAkr731 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-t8yXAkr731 .media-container-row {
  justify-content: space-between;
}
.cid-t8yXAkr731 .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content:left;  
}









.cid-t8yXAkr731 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t8yXAkr731 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t8yXAkr731 a:link {
  text-decoration: none;
}
.cid-t8yXAkr731 .icon-transition span {
  text-align: center;
  background-color: #b8926a;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #b8926a;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-t8yXAkr731 .icon-transition span:hover {
  background-color: rgba(90, 172, 152, 0.1);
  color: #5aac98;
}
.cid-t8yXAkr731 .btn {
  min-width: 195px;
}
.cid-t8yXAkr731 .btn.btn-primary-outline {
  border: 1px solid #6592e6;
}
.cid-t8yXAkr731 .btn.btn-primary-outline:hover {
  background-color: #6592e6 !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-secondary-outline {
  border: 1px solid #ff6666;
}
.cid-t8yXAkr731 .btn.btn-secondary-outline:hover {
  background-color: #ff6666 !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-success-outline {
  border: 1px solid #40b0bf;
}
.cid-t8yXAkr731 .btn.btn-success-outline:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-info-outline {
  border: 1px solid #47b5ed;
}
.cid-t8yXAkr731 .btn.btn-info-outline:hover {
  background-color: #47b5ed !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-warning-outline {
  border: 1px solid #ffe161;
}
.cid-t8yXAkr731 .btn.btn-warning-outline:hover {
  background-color: #ffe161 !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-danger-outline {
  border: 1px solid #ff9966;
}
.cid-t8yXAkr731 .btn.btn-danger-outline:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-t8yXAkr731 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-t8yXAkr731 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-t8yXAkr731 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}



.topPhone{
     float: right;
     margin-top: 5px;
     text-align: right;
    
}
.cid-t8yXAkr731 .phoneLink{
    color:#000;
    font-size: 30px;

}


@media (max-width: 800px) {

   .topPhone{
    text-align:center !important;
    margin: 5px auto !important;
    float:revert !important;
  }
   cid-t8yXAkr731 .topLink{
    color:#000 !important;
    font-size: 30px !important;
  }

}

@media (max-width: 992px) {
  .cid-t8yXAkr731 .wrap {
    justify-content: center;
  }
  
  .folus{
    display: none !important;
  }

  .cid-t8yXAkr731 .social-media {
     justify-content:center;
      
  }
}


.cid-t8vLoFzkWy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8vLoFzkWy .container {
  display: flex;
  justify-content: center;
 /* margin-top: 40px;*/
}
.cid-t8vLoFzkWy .row {
  display: flex;
  align-items: stretch;
  /*max-width: 1194px;*/
  /*width: 100%;*/
}
.cid-t8vLoFzkWy .col-brand {
  /*margin-bottom: 10px;*/
}
.cid-t8vLoFzkWy .col-link {
 /* margin-bottom: 30px;*/
 /* margin-top: 20px;*/
}
@media (min-width: 1200px) {
  .cid-t8vLoFzkWy .col-link3 {
    padding-left: 20px !important;
  }
}
.cid-t8vLoFzkWy .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t8vLoFzkWy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t8vLoFzkWy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t8vLoFzkWy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8vLoFzkWy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8vLoFzkWy .ino-section-subtitle {
  color: #000; /*#010d4c;*/
 /* margin-bottom: 20px;*/
}
.cid-t8vLoFzkWy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t8vLoFzkWy .ino-iconfont {
  font-size: 16px;
  color: #3b668d;
}
.cid-t8vLoFzkWy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t8vLoFzkWy .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8vLoFzkWy .soc-item:hover {
  background-color: #738bae;
}
.cid-t8vLoFzkWy .soc-item:hover .ino-iconfont {
  color: #FFFFFF !important;
}
.cid-t8vLoFzkWy .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t8vLoFzkWy .list li {
  min-height: 18px;
  /*display: flex;*/
  align-items: center;
}
.cid-t8vLoFzkWy .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t8vLoFzkWy .brand-text {
  margin-bottom: 35px;
  color: #000;
  opacity: 0.8;
}
.cid-t8vLoFzkWy .ino-text {
  color: #000;
  opacity: 0.8;
  
}
.cid-t8vLoFzkWy .ino-text .text-black {
  color: #000 !important;
}
.cid-t8vLoFzkWy .ino-text a {
  opacity: 0.8;
}
.cid-t8vLoFzkWy .ino-text a:hover {
  opacity: 1;
  color: #000 !important;
}

.cid-t8vLoFzkWy .ino-text {
  line-height:1.3 !important;
}

@media (max-width: 991px) {
.footer-address{
    text-align:center;
}
}


.cid-t8vLoFzkWy .col-copyright {
  margin-top: 44px;
}
.cid-t8vLoFzkWy .copyright {
  color: #00284E;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-t8vLoFzkWy .copyright {
    text-align: center !important;
  }
}
.cid-t8vLoFzkWy .comment-text a{
  /*color: #00284E;*/
  opacity: 0.8;
  margin-bottom: 38px;
  color: #000 !important;
 
}
.cid-t8vLoFzkWy .comment-text:hover a{
  /*color: #00284E;*/
  opacity: 0.8;
  margin-bottom: 38px;
  color: #808080 !important;
 
}
.cid-t8vLoFzkWy .colored-text {
  color: #b8926a;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t8vLoFzkWy .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t8vLoFzkWy .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t8vLoFzkWy .form-container .form-control {
  background-color: transparent;
}
.cid-t8vLoFzkWy .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t8vLoFzkWy .ino-section-btn {
  padding-left: 0 !important;
}
.cid-t8vLoFzkWy .ino-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t8vLoFzkWy .ino-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t8vLoFzkWy .ino-section-btn .btn-primary:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}
.cid-t8vLoFzkWy .ino-section-btn .btn-secondary:hover {
  background-color: #40b0bf !important;
  color: #ffffff !important;
}
.cid-t8vLoFzkWy .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t8vLoFzkWy .form-control {
    height: 44px;
  }
}
.cid-t8vLoFzkWy .form-control:hover,
.cid-t8vLoFzkWy .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t8vLoFzkWy .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t8vLoFzkWy .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t8vLoFzkWy .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t8vLoFzkWy .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #000;
}
.cid-t8vLoFzkWy .form-text {
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .cid-t8vLoFzkWy .bottomCopy {
    
  }
}
/** Awards slidere */

.cid-t9vYrJHc72 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t9vYrJHc72 .item-wrapper {
  position: relative;
}
.cid-t9vYrJHc72 .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t9vYrJHc72 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 596px;
  margin: 1rem !important;
}
.cid-t9vYrJHc72 .embla__button--next,
.cid-t9vYrJHc72 .embla__button--prev {
  display: flex;
}
.cid-t9vYrJHc72 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t9vYrJHc72 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t9vYrJHc72 .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-t9vYrJHc72 .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-t9vYrJHc72 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9vYrJHc72 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9vYrJHc72 .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-t9vYrJHc72 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t9vYrJHc72 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t9vYrJHc72 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t9vYrJHc72 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t9vYrJHc72 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  justify-content: center;
  height: 185px;
  width: auto;
}
.cid-t9vYrJHc72 img {
  width: auto;
  height: 100%;
}
.cid-t9vYrJHc72 .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-t9vYrJHc72 .embla {
    width: 70%;
  }
  .cid-t9vYrJHc72 .embla__slide {
    min-width: 250%;
  }
}

/** Award Slider 2 */

.cid-t9wFeOdVnl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t9wFeOdVnl .item-wrapper {
  position: relative;
}
.cid-t9wFeOdVnl .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t9wFeOdVnl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 18%;
  max-width: 596px;
}
.cid-t9wFeOdVnl .embla__button--next,
.cid-t9wFeOdVnl .embla__button--prev {
  display: flex;
}
.cid-t9wFeOdVnl .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t9wFeOdVnl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t9wFeOdVnl .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-t9wFeOdVnl .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-t9wFeOdVnl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t9wFeOdVnl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t9wFeOdVnl .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-t9wFeOdVnl .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t9wFeOdVnl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t9wFeOdVnl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t9wFeOdVnl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t9wFeOdVnl .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
}
.cid-t9wFeOdVnl img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t9wFeOdVnl .container {
  max-width: 1100px;
}
.cid-t9wFeOdVnl .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-t9wFeOdVnl .embla {
    width: 70%;
  }
  .cid-t9wFeOdVnl .embla__slide {
    min-width: 150%;
  }
}

/** custom house design */
.cid-tbTery51HC {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/headers/custom-house-9.jpg");
}
.cid-tbTery51HC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbTery51HC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTery51HC .mbr-text,
.cid-tbTery51HC .mbr-section-btn {
  color: #232323;
}
.cid-tbTery51HC .card-title,
.cid-tbTery51HC .card-box {
  color: #ffffff;
}
.cid-tbTery51HC .mbr-text,
.cid-tbTery51HC .link-wrap {
  color: #ffffff;
}



.cid-tbPhjFFaDs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbPhjFFaDs .content-wrapper {
 /* background: #fafafa;*/
}
@media (max-width: 991px) {
  .cid-tbPhjFFaDs .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbPhjFFaDs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbPhjFFaDs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbPhjFFaDs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbPhjFFaDs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tbPhjFFaDs .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbPhjFFaDs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-tbPhjFFaDs .topImage{
    z-index: 1000; 
    margin-left:50%; 
    margin-top: -100%;"
}

section{
    padding-left:10px;
}

@media (max-width: 800px) {
    
  
   .cid-tbPhjFFaDs .largeImage{
    margin-bottom: 1260px !important;
  }
  .cid-tbPhjFFaDs .topImage{
    z-index: 1000; 
    margin-left:50%; 
    margin-top: -270%;"
}

}

@media (max-width: 400px) {
    
    .cid-tbPhjFFaDs .largeImage{
    margin-bottom: 1700px !important;
  }
  
  .cid-tbPhjFFaDs .topImage{
    z-index: 1000; 
    margin-left:50%; 
    margin-top: -580%;
}

.textBlock{
    overflow:hidden;
    
}

}

@media (max-width: 360px) {
    
    .cid-tbPhjFFaDs .largeImage{
    margin-bottom: 1550px !important;
  }
  
  .cid-tbPhjFFaDs .topImage{
    z-index: 1000; 
    margin-left:50%; 
    margin-top: -580%;
}

/*.textBlock{
    overflow:hidden;
    
}*/

}
















.cid-tbPkolHSCq {
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-color: #fbf8f0;*/
}
.cid-tbPkolHSCq li {
  list-style: none;
}
.cid-tbPkolHSCq .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbPkolHSCq .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tbPkolHSCq .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbPkolHSCq h4 {
  margin: 0;
}
.cid-tbPkolHSCq ul {
  padding: 0;
  margin: 0;
}
.cid-tbPkolHSCq li{
    list-style:  disc !important;
    line-height: 150%;
}



@media (max-width: 768px) {
  .cid-tbPkolHSCq .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbPkolHSCq .col-title2 {
  color: #ed6436;
}

.cid-tbPmQi1AEe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tbPmQi1AEe li {
  list-style: none;
}
.cid-tbPmQi1AEe .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbPmQi1AEe .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tbPmQi1AEe .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbPmQi1AEe h4 {
  margin: 0;
}
.cid-tbPmQi1AEe ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbPmQi1AEe .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbPmQi1AEe .col-title2 {
  color: #ed6436;
}


@media (min-width: 1240px)
.cid-tbPmQi1AEe .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px !important;
}









.cid-tbPp105V51 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbf8f0;
}
.cid-tbPp105V51 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tbPp105V51 .mbr-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tbPp105V51 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tbPp105V51 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tbPp105V51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbPp105V51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tbPpf2BOhB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fbf8f0;
}
.cid-tbPpf2BOhB li {
  list-style: none;
}
.cid-tbPpf2BOhB .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbPpf2BOhB .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tbPpf2BOhB .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbPpf2BOhB h4 {
  margin: 0;
}
.cid-tbPpf2BOhB ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbPpf2BOhB .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbPpf2BOhB .col-title2 {
  color: #ed6436;
}

.cid-tbPqSvX5Cr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbPqSvX5Cr li {
  list-style: none;
}
.cid-tbPqSvX5Cr .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbPqSvX5Cr .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tbPqSvX5Cr .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbPqSvX5Cr h4 {
  margin: 0;
}
.cid-tbPqSvX5Cr ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbPqSvX5Cr .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbPqSvX5Cr .col-title2 {
  color: #ed6436;
}

.cid-tbPstTJY2L {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #eae6df;
}
.cid-tbPstTJY2L li {
  list-style: none;
}
.cid-tbPstTJY2L .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbPstTJY2L .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tbPstTJY2L .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbPstTJY2L h4 {
  margin: 0;
}
.cid-tbPstTJY2L ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbPstTJY2L .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbPstTJY2L .col-title2 {
  color: #ed6436;
}

.cid-tbPu4AlBdg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbPu4AlBdg li {
  list-style: none;
}
.cid-tbPu4AlBdg .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbPu4AlBdg .item-wrap:hover .mbr-iconfont {
  color: #181818 !important;
}
.cid-tbPu4AlBdg .mbr-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbPu4AlBdg h4 {
  margin: 0;
}
.cid-tbPu4AlBdg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbPu4AlBdg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbPu4AlBdg .col-title2 {
  color: #ed6436;
}

.cid-tbPvr6gVog {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbPvr6gVog .p {
  color: #333333;
  padding-top: 30px;
  text-align: center;
}
.cid-tbPvr6gVog .row {
  justify-content: center;
}
.cid-tbPvr6gVog a {
  font-weight: 400 !important;
}

/**end of custom house design */




/** Start of New Inner Pages */



.cid-tbTgdsM6hq {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/csp-c2d-thind-proof-29-1600x2000.jpeg");
}
.cid-tbTgdsM6hq .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTgdsM6hq .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTgdsM6hq .ino-text,
.cid-tbTgdsM6hq .ino-section-btn {
  color: #232323;
}
.cid-tbTgdsM6hq .card-title,
.cid-tbTgdsM6hq .card-box {
  color: #ffffff;
}
.cid-tbTgdsM6hq .ino-text,
.cid-tbTgdsM6hq .link-wrap {
  color: #ffffff;
}


@media (max-width: 991px) {
  .cid-tbTgdtdrF4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbTgdsM6hq .display-2 {
    font-family: 'Cormorant', serif;
  font-size: 3rem;
  line-height: 1.1;
  }
}








.cid-tbTgdtdrF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbTgdtdrF4 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbTgdtdrF4 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbTgdtdrF4 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbTgdtdrF4 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbTgdtdrF4 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbTgdtdrF4 .content-wrapper {
    padding: 5rem 0rem;
  }
  .cid-tbTgdtdrF4 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbTgdtdrF4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbTgdtzTSz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tbTgdtzTSz li {
  list-style: none;
}
.cid-tbTgdtzTSz .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTgdtzTSz .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTgdtzTSz .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTgdtzTSz h4 {
  margin: 0;
}
.cid-tbTgdtzTSz ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTgdtzTSz .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTgdtzTSz .col-title2 {
  color: #ed6436;
}
.cid-tbTgdu6tv2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbTgdu6tv2 li {
  list-style: none;
}
.cid-tbTgdu6tv2 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTgdu6tv2 .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTgdu6tv2 .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTgdu6tv2 h4 {
  margin: 0;
}
.cid-tbTgdu6tv2 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTgdu6tv2 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTgdu6tv2 .col-title2 {
  color: #ed6436;
}
.cid-tbTjw6RzWZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbTjw6RzWZ .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTjw6RzWZ .row {
  justify-content: center;
}
.cid-tbTjw6RzWZ a {
  font-weight: 400 !important;
}
.cid-tbTgduD3Ql {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbTgduD3Ql .ino-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tbTgduD3Ql .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tbTgduD3Ql .ino-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tbTgduD3Ql .ino-section-btn {
    margin-top: 30px;
  }
}
.cid-tbTgduD3Ql .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTgduD3Ql .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTgdv3a4t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
.cid-tbTgdv3a4t li {
  list-style: none;
}
.cid-tbTgdv3a4t .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTgdv3a4t .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTgdv3a4t .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTgdv3a4t h4 {
  margin: 0;
}
.cid-tbTgdv3a4t ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTgdv3a4t .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTgdv3a4t .col-title2 {
  color: #ed6436;
}
.cid-tbTkMwwemz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbTkMwwemz .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTkMwwemz .row {
  justify-content: center;
}
.cid-tbTkMwwemz a {
  font-weight: 400 !important;
}
.cid-tbTgdvznq7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbTgdvznq7 li {
  list-style: none;
}
.cid-tbTgdvznq7 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTgdvznq7 .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTgdvznq7 .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTgdvznq7 h4 {
  margin: 0;
}
.cid-tbTgdvznq7 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTgdvznq7 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTgdvznq7 .col-title2 {
  color: #ed6436;
}
.cid-tbTgdw55jg {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #eae6df;
}
.cid-tbTgdw55jg li {
  list-style: none;
}
.cid-tbTgdw55jg .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTgdw55jg .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTgdw55jg .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTgdw55jg h4 {
  margin: 0;
}
.cid-tbTgdw55jg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTgdw55jg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTgdw55jg .col-title2 {
  color: #ed6436;
}
.cid-tbTld6jEBu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbTld6jEBu .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTld6jEBu .row {
  justify-content: center;
}
.cid-tbTld6jEBu a {
  font-weight: 400 !important;
}
.cid-tbTgdwzztF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbTgdwzztF li {
  list-style: none;
}
.cid-tbTgdwzztF .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTgdwzztF .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTgdwzztF .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTgdwzztF h4 {
  margin: 0;
}
.cid-tbTgdwzztF ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTgdwzztF .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTgdwzztF .col-title2 {
  color: #ed6436;
}
.cid-tbTmNns55D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tbTmNns55D li {
  list-style: none;
}
.cid-tbTmNns55D .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTmNns55D .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTmNns55D .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTmNns55D h4 {
  margin: 0;
}
.cid-tbTmNns55D ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTmNns55D .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTmNns55D .col-title2 {
  color: #ed6436;
}
.cid-tbTmRZVgud {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbTmRZVgud li {
  list-style: none;
}
.cid-tbTmRZVgud .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTmRZVgud .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTmRZVgud .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTmRZVgud h4 {
  margin: 0;
}
.cid-tbTmRZVgud ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTmRZVgud .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTmRZVgud .col-title2 {
  color: #ed6436;
}
.cid-tbTgdx5m4t {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbTgdx5m4t .p {
  color: #333333;
  padding-top: 30px;
  text-align: center;
}
.cid-tbTgdx5m4t .row {
  justify-content: center;
}
.cid-tbTgdx5m4t a {
  font-weight: 400 !important;
}
.cid-tbTgdxunhk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbTgdxunhk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbTgdxunhk .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbTgdxunhk .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbTgdxunhk .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbTgdxunhk .col-form {
    padding: 30px;
  }
}
.cid-tbTgdxunhk .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTgdxunhk .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbTgdxunhk .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbTgdxunhk .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbTgdxunhk .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTgdxunhk .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbTgdxunhk .form-container {
    text-align: center !important;
  }
}
.cid-tbTgdxunhk .form-group {
  margin-bottom: 10px !important;
}
.cid-tbTgdxunhk .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbTgdxunhk .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbTgdxunhk .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbTgdxunhk .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTgdxunhk .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tbToFiuEpw {
  padding-top:  14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/headers/commercial-14.jpg");
}
.cid-tbToFiuEpw .ino-fallback-image.disabled {
  display: none;
}
.cid-tbToFiuEpw .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbToFiuEpw .ino-text,
.cid-tbToFiuEpw .ino-section-btn {
  color: #232323;
}
.cid-tbToFiuEpw .card-title,
.cid-tbToFiuEpw .card-box {
  color: #ffffff;
}
.cid-tbToFiuEpw .ino-text,
.cid-tbToFiuEpw .link-wrap {
  color: #ffffff;
}
.cid-tbToFj4jOb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbToFj4jOb .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbToFj4jOb .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbToFj4jOb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbToFj4jOb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbToFj4jOb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbToFj4jOb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tbToFj4jOb .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbToFj4jOb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbToFjzrIE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbToFjzrIE li {
  list-style: none;
}
.cid-tbToFjzrIE .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFjzrIE .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFjzrIE .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFjzrIE h4 {
  margin: 0;
}
.cid-tbToFjzrIE ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFjzrIE .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFjzrIE .col-title2 {
  color: #ed6436;
}
.cid-tbToFku5UO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbToFku5UO .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbToFku5UO .row {
  justify-content: center;
}
.cid-tbToFku5UO a {
  font-weight: 400 !important;
}
.cid-tbToFk3del {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
.cid-tbToFk3del li {
  list-style: none;
}
.cid-tbToFk3del .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFk3del .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFk3del .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFk3del h4 {
  margin: 0;
}
.cid-tbToFk3del ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFk3del .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFk3del .col-title2 {
  color: #ed6436;
}
.cid-tbToFkVgeM {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbToFkVgeM .ino-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tbToFkVgeM .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tbToFkVgeM .ino-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tbToFkVgeM .ino-section-btn {
    margin-top: 30px;
  }
}
.cid-tbToFkVgeM .ino-fallback-image.disabled {
  display: none;
}
.cid-tbToFkVgeM .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbToFlrEk0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbToFlrEk0 li {
  list-style: none;
}
.cid-tbToFlrEk0 .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFlrEk0 .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFlrEk0 .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFlrEk0 h4 {
  margin: 0;
}
.cid-tbToFlrEk0 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFlrEk0 .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFlrEk0 .col-title2 {
  color: #ed6436;
}
.cid-tbToFlWDkY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbToFlWDkY .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbToFlWDkY .row {
  justify-content: center;
}
.cid-tbToFlWDkY a {
  font-weight: 400 !important;
}
.cid-tbToFmqSQz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
.cid-tbToFmqSQz li {
  list-style: none;
}
.cid-tbToFmqSQz .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFmqSQz .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFmqSQz .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFmqSQz h4 {
  margin: 0;
}
.cid-tbToFmqSQz ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFmqSQz .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFmqSQz .col-title2 {
  color: #ed6436;
}
.cid-tbToFmUBUw {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tbToFmUBUw li {
  list-style: none;
}
.cid-tbToFmUBUw .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFmUBUw .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFmUBUw .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFmUBUw h4 {
  margin: 0;
}
.cid-tbToFmUBUw ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFmUBUw .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFmUBUw .col-title2 {
  color: #ed6436;
}
.cid-tbToFnmn7l {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbToFnmn7l .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbToFnmn7l .row {
  justify-content: center;
}
.cid-tbToFnmn7l a {
  font-weight: 400 !important;
}
.cid-tbToFnPOzJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
.cid-tbToFnPOzJ li {
  list-style: none;
}
.cid-tbToFnPOzJ .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFnPOzJ .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFnPOzJ .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFnPOzJ h4 {
  margin: 0;
}
.cid-tbToFnPOzJ ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFnPOzJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFnPOzJ .col-title2 {
  color: #ed6436;
}
.cid-tbToFoMQBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbToFoMQBG li {
  list-style: none;
}
.cid-tbToFoMQBG .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbToFoMQBG .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbToFoMQBG .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbToFoMQBG h4 {
  margin: 0;
}
.cid-tbToFoMQBG ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbToFoMQBG .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbToFoMQBG .col-title2 {
  color: #ed6436;
}
.cid-tbToFpgVWm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbToFpgVWm .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbToFpgVWm .row {
  justify-content: center;
}
.cid-tbToFpgVWm a {
  font-weight: 400 !important;
}
.cid-tbToFpgVWm .card-heading {
  text-align: center;
}
.cid-tbToFpLuPq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbToFpLuPq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbToFpLuPq .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbToFpLuPq .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbToFpLuPq .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbToFpLuPq .col-form {
    padding: 30px;
  }
}
.cid-tbToFpLuPq .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbToFpLuPq .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbToFpLuPq .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbToFpLuPq .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbToFpLuPq .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbToFpLuPq .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbToFpLuPq .form-container {
    text-align: center !important;
  }
}
.cid-tbToFpLuPq .form-group {
  margin-bottom: 10px !important;
}
.cid-tbToFpLuPq .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbToFpLuPq .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbToFpLuPq .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbToFpLuPq .ino-fallback-image.disabled {
  display: none;
}
.cid-tbToFpLuPq .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}


.cid-tbTw06Owk9 {
  padding-top:  14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/headers/product-resources-17.jpg");
}
.cid-tbTw06Owk9 .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTw06Owk9 .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTw06Owk9 .ino-text,
.cid-tbTw06Owk9 .ino-section-btn {
  color: #232323;
}
.cid-tbTw06Owk9 .card-title,
.cid-tbTw06Owk9 .card-box {
  color: #ffffff;
}
.cid-tbTw06Owk9 .ino-text,
.cid-tbTw06Owk9 .link-wrap {
  color: #ffffff;
}








.cid-portfolio {
  padding-top:  14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/headers/portfolio-19.jpg");
}
.cid-portfolio .ino-fallback-image.disabled {
  display: none;
}
.cid-portfolio .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-portfolio .ino-text,
.cid-portfolio .ino-section-btn {
  color: #232323;
}
.cid-portfolio .card-title,
.cid-portfolio .card-box {
  color: #ffffff;
}
.cid-portfolio .ino-text,
.cid-portfolio .link-wrap {
  color: #ffffff;
}
















.cid-tbTw07E3NU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbTw07E3NU .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbTw07E3NU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbTw07E3NU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbTw07E3NU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbTw07E3NU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbTw07E3NU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tbTw07E3NU .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbTw07E3NU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbTxDy9eAz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #eae6df;
}
.cid-tbTxDy9eAz .ino-text {
  color: #767676;
}
.cid-tbTxDy9eAz .ino-title {
  color: #101010;
}

.cid-tbTxDy9eAz a {
  color: #232323;
  font-weight: 500;
}

@media (max-width: 767px) {
  .cid-tbTxDy9eAz .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tbTxDy9eAz h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-tbTxDy9eAz .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbTxDy9eAz .ino-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tbTxDy9eAz .row {
    margin: 0;
  }
}
.cid-tbTw08DEDX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbTw08DEDX .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTw08DEDX .row {
  justify-content: center;
}
.cid-tbTw08DEDX a {
  font-weight: 400 !important;
}
.cid-tbTw0965mi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbTw0965mi li {
  list-style: none;
}
.cid-tbTw0965mi .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTw0965mi .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTw0965mi .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTw0965mi h4 {
  margin: 0;
}
.cid-tbTw0965mi ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTw0965mi .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTw0965mi .col-title2 {
  color: #ed6436;
}
.cid-tbTw0aPz39 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbTw0aPz39 .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTw0aPz39 .row {
  justify-content: center;
}
.cid-tbTw0aPz39 a {
  font-weight: 400 !important;
}
.cid-tbTw0ex5Vf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbTw0ex5Vf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbTw0ex5Vf .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbTw0ex5Vf .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbTw0ex5Vf .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbTw0ex5Vf .col-form {
    padding: 30px;
  }
}
.cid-tbTw0ex5Vf .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTw0ex5Vf .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbTw0ex5Vf .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbTw0ex5Vf .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbTw0ex5Vf .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTw0ex5Vf .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbTw0ex5Vf .form-container {
    text-align: center !important;
  }
}
.cid-tbTw0ex5Vf .form-group {
  margin-bottom: 10px !important;
}
.cid-tbTw0ex5Vf .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbTw0ex5Vf .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbTw0ex5Vf .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbTw0ex5Vf .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTw0ex5Vf .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tbTAi4TUBk {
  padding-top:  14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/headers/new-development-12.jpg");
}
.cid-tbTAi4TUBk .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTAi4TUBk .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTAi4TUBk .ino-text,
.cid-tbTAi4TUBk .ino-section-btn {
  color: #232323;
}
.cid-tbTAi4TUBk .card-title,
.cid-tbTAi4TUBk .card-box {
  color: #ffffff;
}
.cid-tbTAi4TUBk .ino-text,
.cid-tbTAi4TUBk .link-wrap {
  color: #ffffff;
}
.cid-tbTAi5rM81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbTAi5rM81 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbTAi5rM81 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbTAi5rM81 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbTAi5rM81 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbTAi5rM81 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbTAi5rM81 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tbTAi5rM81 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbTAi5rM81 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbTAi5W89Z {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbTAi5W89Z li {
  list-style: none;
}
.cid-tbTAi5W89Z .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAi5W89Z .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAi5W89Z .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAi5W89Z h4 {
  margin: 0;
}
.cid-tbTAi5W89Z ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAi5W89Z .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAi5W89Z .col-title2 {
  color: #ed6436;
}
.cid-tbTAi6oyfl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
.cid-tbTAi6oyfl li {
  list-style: none;
}
.cid-tbTAi6oyfl .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAi6oyfl .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAi6oyfl .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAi6oyfl h4 {
  margin: 0;
}
.cid-tbTAi6oyfl ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAi6oyfl .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAi6oyfl .col-title2 {
  color: #ed6436;
}
.cid-tbTCZnZPYg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbTCZnZPYg li {
  list-style: none;
}
.cid-tbTCZnZPYg .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTCZnZPYg .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTCZnZPYg .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTCZnZPYg h4 {
  margin: 0;
}
.cid-tbTCZnZPYg ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTCZnZPYg .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTCZnZPYg .col-title2 {
  color: #ed6436;
}
.cid-tbTAi7fWKe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbTAi7fWKe .ino-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-tbTAi7fWKe .ino-section-subtitle {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-tbTAi7fWKe .ino-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tbTAi7fWKe .ino-section-btn {
    margin-top: 30px;
  }
}
.cid-tbTAi7fWKe .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTAi7fWKe .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTAi7fWKe .ino-section-title,
.cid-tbTAi7fWKe .ino-section-btn {
  text-align: left;
}
.cid-tbTAi7Oh9b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eae6df;
}
.cid-tbTAi7Oh9b li {
  list-style: none;
}
.cid-tbTAi7Oh9b .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAi7Oh9b .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAi7Oh9b .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAi7Oh9b h4 {
  margin: 0;
}
.cid-tbTAi7Oh9b ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAi7Oh9b .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAi7Oh9b .col-title2 {
  color: #ed6436;
}
.cid-tbTAi8gMrm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbTAi8gMrm .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTAi8gMrm .row {
  justify-content: center;
}
.cid-tbTAi8gMrm a {
  font-weight: 400 !important;
}
.cid-tbTAi8KJ5O {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbTAi8KJ5O li {
  list-style: none;
}
.cid-tbTAi8KJ5O .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAi8KJ5O .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAi8KJ5O .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAi8KJ5O h4 {
  margin: 0;
}
.cid-tbTAi8KJ5O ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAi8KJ5O .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAi8KJ5O .col-title2 {
  color: #ed6436;
}
.cid-tbTAi9bTAc {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #eae6df;
}
.cid-tbTAi9bTAc li {
  list-style: none;
}
.cid-tbTAi9bTAc .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAi9bTAc .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAi9bTAc .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAi9bTAc h4 {
  margin: 0;
}
.cid-tbTAi9bTAc ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAi9bTAc .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAi9bTAc .col-title2 {
  color: #ed6436;
}
.cid-tbTAi9H98A {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eae6df;
}
.cid-tbTAi9H98A .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTAi9H98A .row {
  justify-content: center;
}
.cid-tbTAi9H98A a {
  font-weight: 400 !important;
}
.cid-tbTAia7aOl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbTAia7aOl li {
  list-style: none;
}
.cid-tbTAia7aOl .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAia7aOl .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAia7aOl .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAia7aOl h4 {
  margin: 0;
}
.cid-tbTAia7aOl ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAia7aOl .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAia7aOl .col-title2 {
  color: #ed6436;
}
.cid-tbTAiaCdXN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tbTAiaCdXN li {
  list-style: none;
}
.cid-tbTAiaCdXN .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAiaCdXN .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAiaCdXN .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAiaCdXN h4 {
  margin: 0;
}
.cid-tbTAiaCdXN ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAiaCdXN .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAiaCdXN .col-title2 {
  color: #ed6436;
}
.cid-tbTAib69jP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tbTAib69jP li {
  list-style: none;
}
.cid-tbTAib69jP .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTAib69jP .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTAib69jP .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTAib69jP h4 {
  margin: 0;
}
.cid-tbTAib69jP ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTAib69jP .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTAib69jP .col-title2 {
  color: #ed6436;
}
.cid-tbTAibBSJu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbTAibBSJu .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbTAibBSJu .row {
  justify-content: center;
}
.cid-tbTAibBSJu a {
  font-weight: 400 !important;
}
.cid-tbTAic8ylU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbTAic8ylU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbTAic8ylU .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbTAic8ylU .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbTAic8ylU .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbTAic8ylU .col-form {
    padding: 30px;
  }
}
.cid-tbTAic8ylU .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTAic8ylU .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbTAic8ylU .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbTAic8ylU .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbTAic8ylU .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTAic8ylU .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbTAic8ylU .form-container {
    text-align: center !important;
  }
}
.cid-tbTAic8ylU .form-group {
  margin-bottom: 10px !important;
}
.cid-tbTAic8ylU .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbTAic8ylU .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbTAic8ylU .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbTAic8ylU .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTAic8ylU .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tbTFwQkjOA {
  padding-top: 14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/headers/services-header-7.jpg");
}
.cid-tbTFwQkjOA .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTFwQkjOA .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbTFwQkjOA .ino-text,
.cid-tbTFwQkjOA .ino-section-btn {
  color: #232323;
}
.cid-tbTFwQkjOA .card-title,
.cid-tbTFwQkjOA .card-box {
  color: #ffffff;
}
.cid-tbTFwQkjOA .ino-text,
.cid-tbTFwQkjOA .link-wrap {
  color: #ffffff;
}
.cid-tbTFwQRtQs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbTFwQRtQs .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbTFwQRtQs .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbTFwQRtQs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbTFwQRtQs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbTFwQRtQs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbTFwQRtQs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tbTFwQRtQs .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbTFwQRtQs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbTFwRnCBs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tbTFwRnCBs li {
  list-style: none;
}
.cid-tbTFwRnCBs .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbTFwRnCBs .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbTFwRnCBs .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbTFwRnCBs h4 {
  margin: 0;
}
.cid-tbTFwRnCBs ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbTFwRnCBs .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbTFwRnCBs .col-title2 {
  color: #ed6436;
}
.cid-tbTFwX4ReT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbTFwX4ReT .p {
  color: #333333;
  padding-top: 30px;
  text-align: center;
}
.cid-tbTFwX4ReT .row {
  justify-content: center;
}
.cid-tbTFwX4ReT a {
  font-weight: 400 !important;
}
.cid-tbV0KRokdy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tbV0KRokdy .carousel {
    min-height: 700px;
  }
  .cid-tbV0KRokdy .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbV0KRokdy .carousel {
    min-height: 455px;
  }
  .cid-tbV0KRokdy .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tbV0KRokdy .carousel {
    min-height: 385px;
  }
  .cid-tbV0KRokdy .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tbV0KRokdy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbV0KRokdy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tbV0KRokdy .carousel,
.cid-tbV0KRokdy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbV0KRokdy .item-wrapper {
  width: 100%;
}
.cid-tbV0KRokdy .carousel-caption {
  bottom: 40px;
}
.cid-tbV0KRokdy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tbV0KRokdy .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tbV0KRokdy .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tbV0KRokdy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tbV0KRokdy .carousel-control {
  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-tbV0KRokdy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbV0KRokdy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbV0KRokdy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbV0KRokdy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbV0KRokdy .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-tbV0KRokdy .carousel-indicators li.active,
.cid-tbV0KRokdy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbV0KRokdy .carousel-indicators li::after,
.cid-tbV0KRokdy .carousel-indicators li::before {
  content: none;
}
.cid-tbV0KRokdy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbV0KRokdy .carousel-indicators {
    display: none !important;
  }
}
.cid-tbTFwXzJGX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbTFwXzJGX .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbTFwXzJGX .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbTFwXzJGX .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbTFwXzJGX .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbTFwXzJGX .col-form {
    padding: 30px;
  }
}
.cid-tbTFwXzJGX .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTFwXzJGX .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbTFwXzJGX .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbTFwXzJGX .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbTFwXzJGX .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbTFwXzJGX .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbTFwXzJGX .form-container {
    text-align: center !important;
  }
}
.cid-tbTFwXzJGX .form-group {
  margin-bottom: 10px !important;
}
.cid-tbTFwXzJGX .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbTFwXzJGX .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbTFwXzJGX .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbTFwXzJGX .ino-fallback-image.disabled {
  display: none;
}
.cid-tbTFwXzJGX .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tbV2PpBSyN {
  padding-top: 14rem;
  padding-bottom:  14rem;
  background-image: url("../../../assets/images/shoppe.jpg");
}
.cid-tbV2PpBSyN .ino-fallback-image.disabled {
  display: none;
}
.cid-tbV2PpBSyN .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbV2PpBSyN .ino-text,
.cid-tbV2PpBSyN .ino-section-btn {
  color: #232323;
}
.cid-tbV2PpBSyN .card-title,
.cid-tbV2PpBSyN .card-box {
  color: #ffffff;
}
.cid-tbV2PpBSyN .ino-text,
.cid-tbV2PpBSyN .link-wrap {
  color: #ffffff;
}
.cid-tbV2Pqfh1g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbV2Pqfh1g .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbV2Pqfh1g .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tbV2Pqfh1g .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tbV2Pqfh1g .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tbV2Pqfh1g .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbV2Pqfh1g .content-wrapper {
    padding: 5rem 0;
  }
  .cid-tbV2Pqfh1g .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tbV2Pqfh1g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbV2PrtylK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tbV2PrtylK li {
  list-style: none;
}
.cid-tbV2PrtylK .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cid-tbV2PrtylK .item-wrap:hover .ino-iconfont {
  color: #181818 !important;
}
.cid-tbV2PrtylK .ino-iconfont {
  font-size: 22px !important;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #7aba59 !important;
}
.cid-tbV2PrtylK h4 {
  margin: 0;
}
.cid-tbV2PrtylK ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tbV2PrtylK .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-tbV2PrtylK .col-title2 {
  color: #ed6436;
}
.cid-tbV2Ps1FyO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbV2Ps1FyO .p {
  color: #333333;
  padding-top: 30px;
  text-align: left;
}
.cid-tbV2Ps1FyO .row {
  justify-content: center;
}
.cid-tbV2Ps1FyO a {
  font-weight: 400 !important;
}



/* ----------- Global CSS | intab.io ------------ */
.cid-tbV2Ps1FyO p.mbr-text.mbr-fonts-style.p.display-4 {
  width: 100%;
  /*padding-left: 10px;*/
  padding-right: 27px;
}

section#article2-54.article2.cid-tbV2Ps1FyO {
  padding-left: 120px;
}

.cid-tbV2Ps1FyO div.article {
  width: 85%;
}


@media (max-width: 767px) {
 section#article2-54.article2.cid-tbV2Ps1FyO {
  padding-left: 20px;
}
  }
}

















.cid-tbV2Pssbd9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbV2Pssbd9 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbV2Pssbd9 .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbV2Pssbd9 .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbV2Pssbd9 .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbV2Pssbd9 .col-form {
    padding: 30px;
  }
}
.cid-tbV2Pssbd9 .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbV2Pssbd9 .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbV2Pssbd9 .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbV2Pssbd9 .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbV2Pssbd9 .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbV2Pssbd9 .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbV2Pssbd9 .form-container {
    text-align: center !important;
  }
}
.cid-tbV2Pssbd9 .form-group {
  margin-bottom: 10px !important;
}
.cid-tbV2Pssbd9 .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbV2Pssbd9 .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbV2Pssbd9 .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbV2Pssbd9 .ino-fallback-image.disabled {
  display: none;
}
.cid-tbV2Pssbd9 .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cid-tbV5PqghfM {
  padding-top:  14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/FAQ_header.png");
}
.cid-tbV5PqghfM .ino-fallback-image.disabled {
  display: none;
}
.cid-tbV5PqghfM .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbV5PqghfM .ino-text,
.cid-tbV5PqghfM .ino-section-btn {
  color: #232323;
}
.cid-tbV5PqghfM .card-title,
.cid-tbV5PqghfM .card-box {
  color: #ffffff;
}
.cid-tbV5PqghfM .ino-text,
.cid-tbV5PqghfM .link-wrap {
  color: #ffffff;
}
.cid-tbV751lre1 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbV751lre1 .ino-section-head {
  margin-bottom: 2rem;
}
.cid-tbV751lre1 .ino-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tbV751lre1 .panel-group {
  border: none;
}
.cid-tbV751lre1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tbV751lre1 .panel-body,
.cid-tbV751lre1 .card-header {
  padding: 1rem 0;
}
.cid-tbV751lre1 .panel-title-edit {
  color: #1d2c35;
}
.cid-tbV751lre1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tbVaz0rVZl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbVaz0rVZl .ino-section-head {
  margin-bottom: 2rem;
}
.cid-tbVaz0rVZl .ino-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tbVaz0rVZl .panel-group {
  border: none;
}
.cid-tbVaz0rVZl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tbVaz0rVZl .panel-body,
.cid-tbVaz0rVZl .card-header {
  padding: 1rem 0;
}
.cid-tbVaz0rVZl .panel-title-edit {
  color: #1d2c35;
}
.cid-tbVaz0rVZl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tbVbUCJ30g {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbVbUCJ30g .ino-section-head {
  margin-bottom: 2rem;
}
.cid-tbVbUCJ30g .ino-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-tbVbUCJ30g .panel-group {
  border: none;
}
.cid-tbVbUCJ30g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tbVbUCJ30g .panel-body,
.cid-tbVbUCJ30g .card-header {
  padding: 1rem 0;
}
.cid-tbVbUCJ30g .panel-title-edit {
  color: #1d2c35;
}
.cid-tbVbUCJ30g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tbV5Psgtge {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eae6df;
}
.cid-tbV5Psgtge .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tbV5Psgtge .col-text {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tbV5Psgtge .col-text {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-tbV5Psgtge .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tbV5Psgtge .col-form {
    padding: 30px;
  }
}
.cid-tbV5Psgtge .ino-section-title {
  color: #222222;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbV5Psgtge .ino-section-title {
    text-align: center !important;
  }
}
.cid-tbV5Psgtge .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-tbV5Psgtge .ino-section-btn {
  margin-bottom: 10px;
}
.cid-tbV5Psgtge .ino-section-btn .btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tbV5Psgtge .ino-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tbV5Psgtge .form-container {
    text-align: center !important;
  }
}
.cid-tbV5Psgtge .form-group {
  margin-bottom: 10px !important;
}
.cid-tbV5Psgtge .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-tbV5Psgtge .row-custom {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tbV5Psgtge .row-custom {
    flex-wrap: wrap;
  }
}
.cid-tbV5Psgtge .ino-fallback-image.disabled {
  display: none;
}
.cid-tbV5Psgtge .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}




/** End of New Inner Pages */

/** Portfolio */

.cid-tpN2IqcIHC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.cid-tpN2IqcIHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpN2IqcIHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tpN2IqcIHC .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tpN2IqcIHC .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-tpN2IqcIHC .row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1599px) {
  .cid-tpN2IqcIHC .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tpN2IqcIHC .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tpN2IqcIHC .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-tpN2IqcIHC .mbr-section-title {
  color: #000000;
}
.cid-tpN2IqcIHC .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tpN2IqcIHC .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tpN2IqcIHC .card-row {
  align-items: stretch;
}
.cid-tpN2IqcIHC .item {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tpN2IqcIHC .item {
    margin-top: 50px;
  }
}

.cid-tpN2IqcIHC .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tpN2IqcIHC .item-wrapper:hover .card-bg {
  opacity: 0.8;
}
.cid-tpN2IqcIHC .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-tpN2IqcIHC .item-wrapper:hover .card-title {
  color: #000000 !important;
}
.cid-tpN2IqcIHC .item-wrapper:hover .card-text {
  color: #000000 !important;
}


.cid-tpN2IqcIHC .item-img-shadow {
  width: 100%;
  border-radius: 7px;
}
.cid-tpN2IqcIHC .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.71171171;
}
.cid-tpN2IqcIHC .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tpN2IqcIHC .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #eae6df;
  border-radius: 6px;
  opacity: 0.65;
  transition: .5s all;
  pointer-events: none;
  }
.cid-tpN2IqcIHC .mbr-section-btn {
    /* Text over images */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  width: 90% !important;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 1;     /*opacity: 0;*/
  text-align:center;
}
.cid-tpN2IqcIHC .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-tpN2IqcIHC .mbr-section-btn {
    width: auto;
  }
  .cid-tpN2IqcIHC .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tpN2IqcIHC .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tpN2IqcIHC .card-box {
    padding: 20px 10px 0;
  }
}
.cid-tpN2IqcIHC .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-tpN2IqcIHC .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}

.cid-tpN2IqcIHC a.categoryBanner {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Cormorant', serif;
}



/** Endo of Portfolio */

/** map page */
.cid-tpSTixQhJ8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eae6df;
}
.cid-tpSTixQhJ8 .form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.cid-tpSTixQhJ8 .form-control:-webkit-input-placeholder > .ino-iconfont {
  font-size: 1.375rem;
}
.cid-tpSTixQhJ8 .btn{
    border-radius: 0px;
    padding:10px 30px;
    box-shadow: none;
}
.cid-tpSTixQhJ8 label{
    color:#b8926a !important;
    }
.cid-tpSTixQhJ8 .form-control{
background-color:#fbf8f0;
   
    color:#b8926a !important;
    line-height: 1rem !important;
    height: 30px;
    padding: 0.6rem 1.2rem;
    transition: ease-in-out;
    border: 1px solid transparent !important;
    border-radius: 0px;
    box-shadow: none !important;
     border-bottom: solid #b8926a 2px !important;
}
.cid-tpSTixQhJ8 .form-control:hover,
.cid-tpSTixQhJ8 .form-control:focus {
  box-shadow: none !important;
  border-color: transparent;
}
.cid-tpSTixQhJ8 .form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.cid-tpSTixQhJ8 .form-control:-webkit-input-placeholder > .ino-iconfont {
  font-size: 1.375rem;
}
.cid-tpSTixQhJ8 .btn{
    border-radius: 0px;
    padding:10px 30px;
    box-shadow: none;
}
.cid-tpSTixQhJ8 label{
    color:#b8926a !important;
    }
.cid-tpSTixQhJ8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius:0px;
}
.cid-tpSTixQhJ8 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tpSTixQhJ8 .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tpSTixQhJ8 textarea.form-control {
  min-height: 214.5px;
}
.cid-tpSTixQhJ8 .btn {
  margin: 0 auto !important;
}
.cid-tpSTixQhJ8 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-tpSTixQhJ8 h4,
.cid-tpSTixQhJ8 p {
  margin: 0;
}
.cid-tpSTixQhJ8 h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-tpSTixQhJ8 h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tpSTixQhJ8 h2 {
    text-align: center;
  }
  .cid-tpSTixQhJ8 h3 {
    text-align: center;
  }
  .cid-tpSTixQhJ8 .input-group-btn {
    text-align: center;
  }
  .cid-tpSTixQhJ8 .social-list {
    text-align: center;
  }
  .cid-tpSTixQhJ8 .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-tpSTixQhJ8 H2 {
  color: #656565;
}
.cid-tpSTixQhJ8 .content {
  text-align: left;
  color: #656565;
}
.cid-tpSTixQhJ8 .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-tpSTixQhJ8 .title1 {
  text-align: left;
  color: #000000;
  margin-bottom: 0.7rem;
}
.cid-tpSTixQhJ8 .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-tpSTixQhJ8 .title2 {
  margin-bottom: 1.30rem;
  color: #000000;
  text-align: left;
}
/** end of map page */

/** Contact Us Page */
.cid-tpST1ItccX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}

.cid-tpST1ItccX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpST1ItccX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tpST1ItccX .row {
    flex-direction: column-reverse;
  }
  .cid-tpST1ItccX .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tpST1ItccX .google-map {
  height: 100%;
  position: relative;
}
.cid-tpST1ItccX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tpST1ItccX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tpST1ItccX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpST1ItccX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tpST1ItccX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tpST1ItccX .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
.cid-tpST1ItccX .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tpST1ItccX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpST1ItccX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tpST1ItccX .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tpST1ItccX .mbr-section-subtitle {
  text-align: left;
}
.cid-tpST1ItccX .card-title {
  text-align: left;
}
@media (max-width: 800px)
.cid-tpST1ItccX .text-wrapper {
    text-align:left !important; 
    padding-left: 30px;
    }
    }
/** contact us header image*/

.cid-tpSR0HEgAp {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/headers/051_VestaBrooswood-42.jpg");
}
.cid-tpSR0HEgAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpSR0HEgAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpSR0HEgAp .mbr-text,
.cid-tpSR0HEgAp .mbr-section-btn {
  color: #232323;
}
.cid-tpSR0HEgAp .card-title,
.cid-tpSR0HEgAp .card-box {
  color: #ffffff;
}
.cid-tpSR0HEgAp .mbr-text,
.cid-tpSR0HEgAp .link-wrap {
  color: #ffffff;
}


/** end of Contact Us */

/* start of team page */
.cid-tpTwD82eqO {
  padding-top: 20rem;
  padding-bottom: 28rem;
  background-image: url("../../../assets/images/headers/Team-Photo-20250919-v2.jpg");
  color:#fff;
  background-size: cover;
  max-height: 550px !important;
}
.cid-tpTwD82eqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpTwD82eqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpTwD82eqO .mbr-text,
.cid-tpTwD82eqO .mbr-section-btn {
  color: #232323;
}
.cid-tpTwD82eqO .card-title,
.cid-tpTwD82eqO .card-box {
  color: #ffffff;
}
.cid-tpTwD82eqO .mbr-text,
.cid-tpTwD82eqO .link-wrap {
  color: #ffffff;
}

.cid-tpTxJZmdZW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}


.cid-tpTxJZmdZW .btn-primary, .btn-primary:active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}








.cid-tpTxJZmdZW .row {
  justify-content: center;
}
.cid-tpTxJZmdZW .item-img {
  height: auto;
  width: 100%;
  /*margin-bottom: 24px;*/
  /*flex-grow: 1;*/
}
@media (min-width: 768px) {
  .cid-tpTxJZmdZW .item-img:hover img {
  /*  transform: translateY(-8px);*/
  }
}
.cid-tpTxJZmdZW img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 /* transition: 0.5s all;*/
}
.cid-tpTxJZmdZW .item:focus,
.cid-tpTxJZmdZW span:focus {
  outline: none;
}
.cid-tpTxJZmdZW .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tpTxJZmdZW .col-items {
    flex-wrap: wrap;
  }
}
.cid-tpTxJZmdZW .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tpTxJZmdZW .item {
   /* padding: 30px;*/
  }
}
@media (max-width: 767px) {
  .cid-tpTxJZmdZW .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tpTxJZmdZW .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-tpTxJZmdZW .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tpTxJZmdZW .item-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tpTxJZmdZW .item-content {
    padding-left: 16px;
  }
}
.cid-tpTxJZmdZW .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-tpTxJZmdZW .label-text {
    text-align: center !important;
  }
}
.cid-tpTxJZmdZW .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-tpTxJZmdZW .mbr-text {
  color: #555555;
}
.cid-tpTxJZmdZW .item-title {
  color: #222222;
}
.cid-tpTxJZmdZW .mbr-section-head {
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tpTxJZmdZW .mbr-section-head {
    padding-bottom: 30px;
   /* padding-top: 30px;*/
  }
}
@media (min-width: 992px) {
  .cid-tpTxJZmdZW .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tpTxJZmdZW .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tpTxJZmdZW .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tpTxJZmdZW .social-row {
    justify-content: center;
  }
}
.cid-tpTxJZmdZW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c69453;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 6px;
  transition: 0.5s all;
}
.cid-tpTxJZmdZW .soc-item span {
  font-size: 16px;
  color: #c69453;
}
.cid-tpTxJZmdZW .soc-item:hover {
  background-color: #c69453;
  border-color: #c69453;
}
.cid-tpTxJZmdZW .soc-item:hover span {
  color: #ffffff;
}

/* end of team page */

/* media page */

.cid-tpZP3guXkc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpZP3guXkc .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tpZP3guXkc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tpZP3guXkc .item:focus,
.cid-tpZP3guXkc span:focus {
  outline: none;
}
.cid-tpZP3guXkc .main-container {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .cid-tpZP3guXkc .main-container {
    width: 91%;
  }
}
@media (min-width: 1400px) {
  .cid-tpZP3guXkc .main-container {
    width: 1300px;
  }
}
.cid-tpZP3guXkc .text {
  margin: 15px 0 25px;
  color: #3d3d3d;
}
.cid-tpZP3guXkc .items-container {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tpZP3guXkc .items-container {
    padding-top: 20px;
    flex-direction: column;
  }
}
.cid-tpZP3guXkc .item {
  margin-top: 8px;
  width: 16%;
}
@media (min-width: 992px) {
  .cid-tpZP3guXkc .item {
    padding-right: 8px;
  }
  .cid-tpZP3guXkc .item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-tpZP3guXkc .item {
    width: 100%;
    padding-bottom: 26px;
  }
  .cid-tpZP3guXkc .item:last-child {
    padding-bottom: 0;
  }
}
.cid-tpZP3guXkc .sublabel {
  margin-bottom: 10px;
}
.cid-tpZP3guXkc .sublabel-text {
  margin: 0;
  color: #3d3d3d;
}
.cid-tpZP3guXkc .item-links {
  width: auto;
}
@media (max-width: 991px) {
  .cid-tpZP3guXkc .item-links {
    width: 100%;
  }
}
.cid-tpZP3guXkc .underlined-link {
  margin-right: 15px;
  color: #3d3d3d;
}
@media (max-width: 991px) {
  .cid-tpZP3guXkc .underlined-link {
    margin-bottom: 8px;
  }
}
.cid-tpZP3guXkc .underlined-link:last-child {
  margin-right: 0;
}
.cid-tpZP3guXkc .underlined-link:after {
  height: 1px;
}

.cid-tpZLXvwALd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tpZLXvwALd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpZLXvwALd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tpZLXvwALd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpZLXvwALd .row {
  flex-direction: row-reverse;
}
.cid-tpZLXvwALd img {
  width: 100%;
}

/* end of media page */

/* collab */
.cid-tq6obTJy48 {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/collab-header.jpg");
}
.cid-tq6obTJy48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6obTJy48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6obTJy48 .mbr-text,
.cid-tq6obTJy48 .mbr-section-btn {
  color: #232323;
}
.cid-tq6obTJy48 .card-title,
.cid-tq6obTJy48 .card-box {
  color: #ffffff;
}
.cid-tq6obTJy48 .mbr-text,
.cid-tq6obTJy48 .link-wrap {
  color: #ffffff;
}

.cid-tq6u9pnOxW {
  padding-top: 90px;
 /* padding-bottom: 90px;*/
  /*background-color: #fbf8f0;*/
}
.cid-tq6u9pnOxW .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tq6u9pnOxW .card .card-wrapper {
  /*background: #eae6df;*/
  height: 1%;
}
.cid-tq6u9pnOxW .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-tq6u9pnOxW .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tq6u9pnOxW .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-tq6u9pnOxW .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tq6u9pnOxW .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-tq6u9pnOxW .mbr-card-text {
  margin: 0;
}



/* end of collb */

/* getting-involved */
.cid-tq6obTJy48b {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/getting-involved-header.jpg");
}
.cid-tq6obTJy48b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tq6obTJy48b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6obTJy48b .mbr-text,
.cid-tq6obTJy48b .mbr-section-btn {
  color: #232323;
}
.cid-tq6obTJy48b .card-title,
.cid-tq6obTJy48b .card-box {
  color: #ffffff;
}
.cid-tq6obTJy48b .mbr-text,
.cid-tq6obTJy48b .link-wrap {
  color: #ffffff;
}


/* end of getting-involved */

/* blog */
.cid-tqgO0gvwYk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf8f0;
}

.cid-tqgO0gvwYk .blogbg {
  
  background-color: #EAE6DF;
  padding-bottom: 30px;
}


.cid-tqgO0gvwYk .item-wrapper {
  width: 100%;
}
.cid-tqgO0gvwYk .left-side {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.cid-tqgO0gvwYk .row {
  align-items: stretch;
}
@media (max-width: 600px) {
  .cid-tqgO0gvwYk .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-tqgO0gvwYk .mbr-section-title {
    margin-top: 25px;
  }
  .cid-tqgO0gvwYk .left-side {
    padding: 1rem;
  }
}
.cid-tqgO0gvwYk .mbr-section-subtitle {
  padding-top: 0px;
}
.cid-tqgO0gvwYk .mbr-section-btn {
  border: 2px solid #6592e6;
}
.cid-tqgO0gvwYk .mbr-section-btn:hover {
  background-color: #6592e6;
  border: 2px solid #6592e6;
}
.cid-tqgO0gvwYk .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.cid-tqgO0gvwYk .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #6592e6;
  opacity: 1;
}
.cid-tqgO0gvwYk .lin:hover {
  color: #6592e6;
}
.cid-tqgO0gvwYk .mbr-link {
  text-align: left;
  margin-top: 1rem;
}
.cid-tqgO0gvwYk a {
  font-weight: 700;
}
.cid-tqgO0gvwYk .text-primary {
  color: #626262 !important;
}

/* end of blog */

.cid-tqhC1ooX1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae6df;
   background-image: url("../../../assets/images/collab-header.jpg");
}
.cid-tqhC1ooX1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqhC1ooX1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqhC1ooX1C .mbr-section-title {
  color: #fff;
}
.cid-tqhC1ooX1C .mbr-text {
  color: #fff;
}
.cid-tqhC1ooX1C .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-tqhC1ooX1C .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  margin: 1rem auto 0;
  background-color: #FFFFFF;
  box-shadow: none;
  border-radius: 9999px;
  min-height: 50px;
  padding: 1px !important;
}
.cid-tqhC1ooX1C .form-container .form-control {
  background-color: transparent;
}
.cid-tqhC1ooX1C .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-tqhC1ooX1C .mbr-section-btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tqhC1ooX1C .mbr-section-btn .btn {
  width: 130px;
  border-radius: 9999px;
  min-height: 48px;
  height: 100%;
  padding: 6px 24px;
}
@media (max-width: 575px) {
  .cid-tqhC1ooX1C .mbr-section-btn {
    width: auto !important;
  }
}
.cid-tqhC1ooX1C .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 8px 24px;
  min-height: 48px;
  height: 100%;
}
.cid-tqhC1ooX1C .form-control:hover,
.cid-tqhC1ooX1C .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-tqhC1ooX1C .form-control::-webkit-input-placeholder {
  font-size: 18px;
  color: #bbbbbb;
}
.cid-tqhC1ooX1C .form-control::-moz-placeholder {
  font-size: 18px;
  color: #bbbbbb;
}
.cid-tqhC1ooX1C .form-control:-moz-placeholder {
  font-size: 18px;
  color: #bbbbbb;
}
.cid-tqhC1ooX1C .form-control:-ms-input-placeholder {
  font-size: 18px;
  color: #bbbbbb;
}





.cid-tqhC1ooX1C button.btn.btn-black.display-7 {
  padding-top: 5px;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 10px;
}

.cid-tqhC1ooX1C div.mbr-section-btn {
  padding: 0px;
  padding-right: 11px;
  width: 29%;
  height: 54px;
}
.cid-tqhC1ooX1C a.blogtitle{
    color: #000 !important;
}


/* end of blog */

/* viewblog */

.cid-tq6obTJy48c {
  padding-top: 14rem;
  padding-bottom: 14rem;
  background-image: url("../../../assets/images/header-blog.jpg");
}
.cid-tq6obTJy48c .ino-fallback-image.disabled {
  display: none;
}
.cid-tq6obTJy48c .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tq6obTJy48c .ino-text,
.cid-tq6obTJy48c .ino-section-btn {
  color: #232323;
}
.cid-tq6obTJy48c .card-title,
.cid-tq6obTJy48c .card-box {
  color: #ffffff;
}
.cid-tq6obTJy48c .ino-text,
.cid-tq6obTJy48c .link-wrap {
  color: #ffffff;
}



.cid-tqEMg6H3G6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf8f0;
}
.cid-tqEMg6H3G6 .link a {
  background-image: none !important;
}
.cid-tqEMg6H3G6 .item-wrapper {
  margin-bottom: 56px;
}
.cid-tqEMg6H3G6 .date {
  margin-bottom: 6px;
}
.cid-tqEMg6H3G6 .card-heading {
  font-weight: 700;
  margin-bottom: 25px;
}
.cid-tqEMg6H3G6 .p {
  margin-bottom: 29px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tqEMg6H3G6 a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tqEMg6H3G6 rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tqEMg6H3G6 .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tqEMg6H3G6 svg {
  margin-left: 15px;
}
.cid-tqEMg6H3G6 path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tqEMg6H3G6 .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tqEMg6H3G6 .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}



.cid-tqEPfDTWvY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/header-blog.jpg");
}
.cid-tqEPfDTWvY .ino-fallback-image.disabled {
  display: none;
}
.cid-tqEPfDTWvY .ino-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEPfDTWvY .ino-text,
.cid-tqEPfDTWvY .ino-section-btn {
  color: #232323;
}
.cid-tqEPfDTWvY .btn {
  width: 95% !important;
}
.cid-tqEPfDTWvY .ino-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tqEPfDTWvY H1 {
  color: #ffffff;
}

/* ----------- Global CSS | intab.io ------------ */
.cid-tqEPfDTWvY input#blogkeyword.form-control {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 8px;
  margin-bottom:10px;
}


/* end of viewblog */


@media (max-width: 991px) {
  .info3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: cover;
  }
.info3 .display-2{
    font-size: 2.5rem;
}
}

#statusMessage{
    text-align:center;
    padding:20px;
    width: 100%;
    margin-top: 10px;
    border-radius:10px !important;
    font-size: 24px;
    vertical-align: middle !important;
    color:#888;
    }
.successMessage{
    background-color: #CCFFCC;
    padding-top: 20px;
}
.errorMessage{
    background-color:#EF3939;
    padding-top: 20px;
    color:#fff;
}


/* Galllery Projects Masonry */

.cid-taaCxN4hUP {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-taaCxN4hUP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-taaCxN4hUP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-taaCxN4hUP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-taaCxN4hUP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-taaCxN4hUP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #ffffff) !important;
}
.cid-taaCxN4hUP .mbr-gallery-item > div:hover::before {
  opacity: 0.6 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-taaCxN4hUP .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-taaCxN4hUP .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter ul {
  display: block;
}
.cid-taaCxN4hUP .mbr-gallery-filter ul li {
  position: relative;
}
.cid-taaCxN4hUP .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-taaCxN4hUP .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-taaCxN4hUP .mbr-gallery-filter li.active::after,
.cid-taaCxN4hUP .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-taaCxN4hUP .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: center;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-taaCxN4hUP .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-taaCxN4hUP .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-taaCxN4hUP .icon-focus:before {
  content: '\e95e';
}
.cid-taaCxN4hUP .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}

.cid-taaCxN4hUP .iconBa{
    font-size: 150%; 
    margin-top: -10px; 
    font-weight: bold;
}
.cid-taaCxN4hUP .mbr-section-title {
  margin: 0;
}
.cid-taaCxN4hUP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-taaCxN4hUP .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}

/* End of Galllery Projects Masonry */

/* Awards */

.cid-uKrKuUBtSw {
  
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKrKuUBtSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrKuUBtSw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrKuUBtSw .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uKrKuUBtSw .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .container {
    padding: 0 20px;
  }
}
.cid-uKrKuUBtSw .card {
  justify-content: flex-end;
}
.cid-uKrKuUBtSw .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uKrKuUBtSw .link-wrapper {
  display: block;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .link-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uKrKuUBtSw .link-wrapper:hover .mbr-link::before,
.cid-uKrKuUBtSw .link-wrapper:focus .mbr-link::before {
  width: 0;
}
.cid-uKrKuUBtSw .link-wrapper .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-uKrKuUBtSw .link-wrapper .mbr-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uKrKuUBtSw .items-wrapper .item {
  border-top: 1px solid #dfe6ea;
  padding: 40px 0;
}
.cid-uKrKuUBtSw .items-wrapper .item:last-child {
  border-bottom: 1px solid #dfe6ea;
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-img {
  width: 330px;
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 330px;
  height: 150px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-content {
  width: 65%;
  display: flex;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-content .card-number {
  min-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-content .card-number {
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-content .item-wrap .card-title {
  margin-bottom: 0;
}
.cid-uKrKuUBtSw .items-wrapper .item .item-wrapper .item-content .item-wrap .card-text {
  margin: 24px 0 0 0;
}
.cid-uKrKuUBtSw .mbr-section-title {
  color: #000000;
}
.cid-uKrKuUBtSw .mbr-link,
.cid-uKrKuUBtSw .link-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uKrKuUBtSw .card-title {
  color: #000000;
}
.cid-uKrKuUBtSw .card-text {
  color: #000000;
}
.cid-uKrKuUBtSw .card-number {
  color: #000000;
}
.cid-uKrKuUBtSw li{
    margin-bottom: 20px;
}
}
