body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #110062 !important;
}
.bg-success {
  background-color: #4f87fb !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #110062 !important;
  border-color: #110062 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #040016 !important;
  border-color: #040016 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #040016 !important;
  border-color: #040016 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #110062;
  border-color: #110062;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #110062 !important;
  border-color: #110062 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #110062 !important;
}
.text-secondary {
  color: #13287d !important;
}
.text-success {
  color: #4f87fb !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #060c24 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #054cdf !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #110062;
  border-color: #110062;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #110062;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2700e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #acbbe9;
}
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #110062;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #110062 !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #110062;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #110062;
  border-bottom-color: #110062;
}
.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: #110062 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #13287d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23110062' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sUjpLZsBL8 {
  padding-top: 210px;
  padding-bottom: 0px;
  background-color: #110062;
}
.cid-sUjpLZsBL8 .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sUjpLZsBL8 .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sUjpLZsBL8 .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sUjpLZsBL8 .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sUjpLZsBL8 .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sUjpLZsBL8 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-sUjpLZsBL8 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sUjpLZsBL8 .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sUjpLZsBL8 .separator,
  .cid-sUjpLZsBL8 .sep-holder,
  .cid-sUjpLZsBL8 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sUjpLZsBL8 .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sUjpLZsBL8 .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sUjpLZsBL8 .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sUjpLZsBL8 .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sUjpLZsBL8 .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.5rem;
  margin: auto;
  color: #ffffff;
}
.cid-sUjpLZsBL8 .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUjpLZsBL8 .items .list-item:last-child .listico {
  display: none;
}
.cid-sUjx7yLxyc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sUjx7yLxyc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sUjx7yLxyc .text-content .mbr-subtitle {
  color: #13287d;
}
.cid-sUjx7yLxyc .text-content .mbr-section-title {
  color: #110062;
}
.cid-sUjx7yLxyc .text-content .mbr-text {
  color: #83868c;
}
.cid-sUjx7yLxyc .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-sUjx7yLxyc .text-content .list-block .card-img {
  width: auto;
}
.cid-sUjx7yLxyc .text-content .list-block .card-img span {
  color: #13287d;
  font-size: 1.5rem;
}
.cid-sUjx7yLxyc .text-content .list-block .list-item-title {
  color: #110062;
  transition: all .3s linear 0s;
}
.cid-sUjx7yLxyc .text-content .list-block .list-item-title:hover {
  color: #51c4d3;
}
.cid-sUjx7yLxyc .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #83868c;
  margin-bottom: 0;
}
.cid-sUjx7yLxyc .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sUjx7yLxyc .text-content .social {
  font-size: 1.2rem;
}
.cid-sUjx7yLxyc .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-sUjx7yLxyc .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-sUjx7yLxyc .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-sUjx7yLxyc .list-block {
  position: relative;
}
.cid-sUjx7yLxyc .list-block h4,
.cid-sUjx7yLxyc .list-block p {
  padding-left: 2.625rem;
}
.cid-sUjx7yLxyc .card-img {
  display: block;
}
.cid-sUjx7yLxyc input,
.cid-sUjx7yLxyc textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #4f87fb;
  height: 60px;
}
.cid-sUjx7yLxyc .form-control,
.cid-sUjx7yLxyc .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sUjx7yLxyc .form-control:hover,
.cid-sUjx7yLxyc .field-input:hover,
.cid-sUjx7yLxyc .form-control:focus,
.cid-sUjx7yLxyc .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sUjx7yLxyc .form-control:focus,
.cid-sUjx7yLxyc .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-sUjx7yLxyc input::-webkit-input-placeholder,
.cid-sUjx7yLxyc textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-sUjx7yLxyc input:-moz-placeholder,
.cid-sUjx7yLxyc textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-sUjx7yLxyc .jq-selectbox li,
.cid-sUjx7yLxyc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sUjx7yLxyc .jq-selectbox li:hover,
.cid-sUjx7yLxyc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sUjx7yLxyc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sUjx7yLxyc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sUjx7yLxyc .mbr-form {
  max-width: 550px;
}
.cid-sUjx7yLxyc .mbr-form .content-title {
  color: #110062;
  margin-bottom: 20px;
}
.cid-sUjx7yLxyc .mbr-form .content-subtitle {
  color: #83868c;
}
.cid-sUjx7yLxyc .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-sUjx7yLxyc .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #110062;
  color: #110062;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-sUjx7yLxyc .mbr-form .btn-success:hover {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sUjx7yLxyc .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sUjx7yLxyc .mbr-section-title,
  .cid-sUjx7yLxyc .content-title,
  .cid-sUjx7yLxyc .mbr-section-btn {
    text-align: left;
  }
}
.cid-sUjx7yLxyc .text-content .list-block .list-item-title {
  color: #4f87fb;
}
.cid-v2wJMD6gEG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wJMD6gEG .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wJMD6gEG .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wJMD6gEG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wJMD6gEG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wJMD6gEG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wJMD6gEG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wJMD6gEG .map-placeholder {
  display: none;
}
.cid-v2wJMD6gEG h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wwf9Cc7h {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wwf9Cc7h p {
  text-align: center;
}
.cid-v2wwf9Cc7h .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wwf9Cc7h .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wwf9Cc7h .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wwf9Cc7h .logo-footer {
  line-height: normal;
}
.cid-v2wwf9Cc7h .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wwf9Cc7h .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wwf9Cc7h .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wwf9Cc7h .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wwf9Cc7h .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wwf9Cc7h .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wwf9Cc7h .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wwf9Cc7h .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wwf9Cc7h .logo-footer {
    text-align: center;
  }
  .cid-v2wwf9Cc7h .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sUj2o7Ozja {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sUj2o7Ozja .content-inner .left-content {
  display: block;
}
.cid-sUj2o7Ozja .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-sUj2o7Ozja .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-sUj2o7Ozja .content-inner .right-content {
  display: block;
}
.cid-sUj2o7Ozja .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-sUj2o7Ozja .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-sUj2o7Ozja .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-sUj2o7Ozja .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
@media (max-width: 991px) {
  .cid-sUj2o7Ozja .content-inner {
    justify-content: center !important;
  }
  .cid-sUj2o7Ozja * {
    text-align: center;
  }
}
.cid-te2Su6UN2t {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/cakralp-insaat-balkesir-burhaniye-1.jpeg-2000x1500.jpg");
}
.cid-te2Su6UN2t H1 {
  text-align: center;
}
.cid-sU1CxUyTTO {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sU1CxUyTTO .img-wrap {
  position: relative;
}
.cid-sU1CxUyTTO .img-wrap img {
  width: 100%;
}
.cid-sU1CxUyTTO .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 14px;
}
.cid-sU1CxUyTTO .mbr-section-title {
  color: #110062;
}
.cid-sU1CxUyTTO .mbr-text {
  color: #83868c;
}
.cid-sU1CxUyTTO .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-sU1CxUyTTO .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-sU1CxUyTTO .cards-wrap {
  margin-top: 30px;
}
.cid-sU1CxUyTTO .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-sU1CxUyTTO .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-sU1CxUyTTO .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sU1CxUyTTO .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #13287d;
  position: relative;
  display: block;
}
.cid-sU1CxUyTTO .wrapper .icon1 {
  background-color: #4f87fb;
}
.cid-sU1CxUyTTO .wrapper .icon1 .mbr-iconfont {
  color: #110062;
}
.cid-sU1CxUyTTO .wrapper .icon2 {
  background-color: #4f87fb;
}
.cid-sU1CxUyTTO .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-sU1CxUyTTO .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-sU1CxUyTTO .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-sU1CxUyTTO .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-sU1CxUyTTO .wrapper .mbr-card-title {
  color: #110062;
  margin-bottom: 17px;
}
.cid-sU1CxUyTTO .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-sU1CxUyTTO .mbr-section-btn {
    justify-content: center;
  }
  .cid-sU1CxUyTTO * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sU1CxUyTTO .wrapper .mbr-text,
.cid-sU1CxUyTTO .img {
  text-align: left;
}
.cid-sU1CxUyTTO .mbr-section-title,
.cid-sU1CxUyTTO .separator,
.cid-sU1CxUyTTO .sep-holder {
  text-align: left;
}
.cid-sU1CxUyTTO .mbr-section-subtitle,
.cid-sU1CxUyTTO .mbr-section-title .accent-word {
  text-align: left;
}
.cid-v2UvGSDIMW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2UvGSDIMW .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2UvGSDIMW .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2UvGSDIMW .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2UvGSDIMW .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2UvGSDIMW .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2UvGSDIMW .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2UvGSDIMW .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2UvGSDIMW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2UvGSDIMW .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2UvGSDIMW .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2UvGSDIMW .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2UvGSDIMW .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2UvGSDIMW .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2UvGSDIMW .card-wrapper .card-box .card-subtitle,
.cid-v2UvGSDIMW .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2UvGSDIMW .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2UvUEivsf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2UvUEivsf .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2UvUEivsf .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2UvUEivsf .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2UvUEivsf .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2UvUEivsf .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2UvUEivsf .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-v2UvUEivsf .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2UvUEivsf .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2UvUEivsf .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2UvUEivsf .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2UvUEivsf .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2UvUEivsf .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2UvUEivsf .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2UvUEivsf .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2UvUEivsf .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2UvUEivsf .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2UvUEivsf .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-v2UvUEivsf .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-v2UvUEivsf .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2UvUEivsf .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2UvUEivsf .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2UvUEivsf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-v2UvUEivsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UvUEivsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YYf65wCn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v2YYf65wCn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-v2YYf65wCn .text-content .mbr-subtitle {
  color: #13287d;
}
.cid-v2YYf65wCn .text-content .mbr-section-title {
  color: #110062;
}
.cid-v2YYf65wCn .text-content .mbr-text {
  color: #83868c;
}
.cid-v2YYf65wCn .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-v2YYf65wCn .text-content .list-block .card-img {
  width: auto;
}
.cid-v2YYf65wCn .text-content .list-block .card-img span {
  color: #13287d;
  font-size: 1.5rem;
}
.cid-v2YYf65wCn .text-content .list-block .list-item-title {
  color: #110062;
  transition: all .3s linear 0s;
}
.cid-v2YYf65wCn .text-content .list-block .list-item-title:hover {
  color: #51c4d3;
}
.cid-v2YYf65wCn .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #83868c;
  margin-bottom: 0;
}
.cid-v2YYf65wCn .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-v2YYf65wCn .text-content .social {
  font-size: 1.2rem;
}
.cid-v2YYf65wCn .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-v2YYf65wCn .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-v2YYf65wCn .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-v2YYf65wCn .list-block {
  position: relative;
}
.cid-v2YYf65wCn .list-block h4,
.cid-v2YYf65wCn .list-block p {
  padding-left: 2.625rem;
}
.cid-v2YYf65wCn .card-img {
  display: block;
}
.cid-v2YYf65wCn input,
.cid-v2YYf65wCn textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #4f87fb;
  height: 60px;
}
.cid-v2YYf65wCn .form-control,
.cid-v2YYf65wCn .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v2YYf65wCn .form-control:hover,
.cid-v2YYf65wCn .field-input:hover,
.cid-v2YYf65wCn .form-control:focus,
.cid-v2YYf65wCn .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-v2YYf65wCn .form-control:focus,
.cid-v2YYf65wCn .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-v2YYf65wCn input::-webkit-input-placeholder,
.cid-v2YYf65wCn textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-v2YYf65wCn input:-moz-placeholder,
.cid-v2YYf65wCn textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-v2YYf65wCn .jq-selectbox li,
.cid-v2YYf65wCn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2YYf65wCn .jq-selectbox li:hover,
.cid-v2YYf65wCn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-v2YYf65wCn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v2YYf65wCn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-v2YYf65wCn .mbr-form {
  max-width: 550px;
}
.cid-v2YYf65wCn .mbr-form .content-title {
  color: #110062;
  margin-bottom: 20px;
}
.cid-v2YYf65wCn .mbr-form .content-subtitle {
  color: #83868c;
}
.cid-v2YYf65wCn .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-v2YYf65wCn .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #110062;
  color: #110062;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-v2YYf65wCn .mbr-form .btn-success:hover {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-v2YYf65wCn .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-v2YYf65wCn .mbr-section-title,
  .cid-v2YYf65wCn .content-title,
  .cid-v2YYf65wCn .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2YYf65wCn .text-content .list-block .list-item-title {
  color: #4f87fb;
}
.cid-v2YYfLfIzl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2YYfLfIzl .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2YYfLfIzl .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2YYfLfIzl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2YYfLfIzl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2YYfLfIzl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2YYfLfIzl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2YYfLfIzl .map-placeholder {
  display: none;
}
.cid-v2YYfLfIzl h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wwf9Cc7h {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wwf9Cc7h p {
  text-align: center;
}
.cid-v2wwf9Cc7h .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wwf9Cc7h .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wwf9Cc7h .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wwf9Cc7h .logo-footer {
  line-height: normal;
}
.cid-v2wwf9Cc7h .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wwf9Cc7h .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wwf9Cc7h .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wwf9Cc7h .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wwf9Cc7h .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wwf9Cc7h .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wwf9Cc7h .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wwf9Cc7h .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wwf9Cc7h .logo-footer {
    text-align: center;
  }
  .cid-v2wwf9Cc7h .social-media {
    justify-content: center;
  }
}
.cid-sUjrFif1Ir {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #110062;
}
.cid-sUjrFif1Ir .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-sUjrFif1Ir .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-sUjrFif1Ir .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-sUjrFif1Ir .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sUjrFif1Ir .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-sUjrFif1Ir .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-sUjrFif1Ir .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sUjrFif1Ir .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-sUjrFif1Ir .separator,
  .cid-sUjrFif1Ir .sep-holder,
  .cid-sUjrFif1Ir .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sUjrFif1Ir .buttons-wrap {
    flex-direction: column;
  }
}
.cid-sUjrFif1Ir .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-sUjrFif1Ir .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sUjrFif1Ir .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-sUjrFif1Ir .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ffffff;
}
.cid-sUjrFif1Ir .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-sUjrFif1Ir .items .list-item:last-child .listico {
  display: none;
}
.cid-v2YWz78PUF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2YWz78PUF .content {
  padding-left: 30px;
}
.cid-v2YWz78PUF img {
  width: 100%;
}
.cid-v2YWz78PUF .mbr-section-subtitle {
  color: #13287d;
}
.cid-v2YWz78PUF .mbr-section-title {
  text-align: left;
  color: #110062;
}
.cid-v2YWz78PUF .mbr-text {
  color: #83868c;
}
.cid-v2YWz78PUF .left-part {
  color: #13287d;
}
.cid-v2YWz78PUF .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-v2YWz78PUF .left-part .mbr-text {
  color: #110062;
  display: inline;
}
.cid-v2YWz78PUF .mbr-section-btn {
  margin-top: 40px;
}
.cid-v2YWz78PUF .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v2YWz78PUF * {
    text-align: left;
  }
}
.cid-v2YWz78PUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YWz78PUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2n2AyCkkF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2n2AyCkkF .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item-category .category {
  color: #110062;
  font-weight: 500;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2n2AyCkkF .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2n2AyCkkF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2n2AyCkkF .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2n2AyCkkF * {
    text-align: left;
  }
}
.cid-v2n2AyCkkF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-v2n2AyCkkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2n2AyCkkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YWSn3gi2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2YWSn3gi2 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item-category .category {
  color: #110062;
  font-weight: 500;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
  display: inline-block;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2YWSn3gi2 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2YWSn3gi2 * {
    text-align: left;
  }
}
.cid-v2YWSn3gi2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-v2YWSn3gi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2YWSn3gi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xcPWNKLe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeff2;
}
.cid-v2xcPWNKLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xcPWNKLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xcPWNKLe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2xcPWNKLe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2xcPWNKLe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v2xcPWNKLe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v2xcPWNKLe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v2xcPWNKLe .item {
    margin-bottom: 60px;
  }
}
.cid-v2xcPWNKLe .item .item-wrapper {
  height: 100%;
}
.cid-v2xcPWNKLe .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2xcPWNKLe .item .item-wrapper .item-img {
    margin-bottom: 60px;
  }
}
.cid-v2xcPWNKLe .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2xcPWNKLe .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v2xcPWNKLe .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-v2xcPWNKLe .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-v2xcPWNKLe .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2xcPWNKLe .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-v2xcPWNKLe .mbr-section-title,
.cid-v2xcPWNKLe .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v2xcPWNKLe .card-name {
  color: #323432;
}
.cid-v2xcPWNKLe .card-role {
  color: #323432;
  text-align: center;
}
.cid-v2xcPWNKLe .card-name,
.cid-v2xcPWNKLe .mbr-section-btn {
  text-align: center;
}
.cid-v2YW9H5KDj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2YW9H5KDj .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2YW9H5KDj .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2YW9H5KDj .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2YW9H5KDj .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2YW9H5KDj .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2YW9H5KDj .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2YW9H5KDj .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2YW9H5KDj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2YW9H5KDj .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2YW9H5KDj .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2YW9H5KDj .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2YW9H5KDj .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2YW9H5KDj .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2YW9H5KDj .card-wrapper .card-box .card-subtitle,
.cid-v2YW9H5KDj .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2YW9H5KDj .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2wJGVwIqL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wJGVwIqL .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wJGVwIqL .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wJGVwIqL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wJGVwIqL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wJGVwIqL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wJGVwIqL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wJGVwIqL .map-placeholder {
  display: none;
}
.cid-v2wJGVwIqL h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wwf9Cc7h {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wwf9Cc7h p {
  text-align: center;
}
.cid-v2wwf9Cc7h .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wwf9Cc7h .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wwf9Cc7h .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wwf9Cc7h .logo-footer {
  line-height: normal;
}
.cid-v2wwf9Cc7h .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wwf9Cc7h .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wwf9Cc7h .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wwf9Cc7h .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wwf9Cc7h .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wwf9Cc7h .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wwf9Cc7h .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wwf9Cc7h .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wwf9Cc7h .logo-footer {
    text-align: center;
  }
  .cid-v2wwf9Cc7h .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wDyvxelY {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/muteahhitlik-hizmetleri-cakralp-insaat-balkesir-burhaniye.jpeg-700x525.jpg");
}
.cid-v2wDyvxelY .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wDyvxelY .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wDyvxelY .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wDyvxelY .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wDyvxelY .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wDyvxelY .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wDyvxelY .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wDyvxelY .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wDyvxelY .separator,
  .cid-v2wDyvxelY .sep-holder,
  .cid-v2wDyvxelY .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wDyvxelY .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wDyvxelY .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wDyvxelY .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wDyvxelY .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wDyvxelY .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wDyvxelY .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wDyvxelY .items .list-item:last-child .listico {
  display: none;
}
.cid-v2wDyvxelY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wDyvxelY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wEx3OKOG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2wEx3OKOG img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2wEx3OKOG .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2wEx3OKOG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2wEx3OKOG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wEx3OKOG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2wEx3OKOG * {
    text-align: left;
  }
}
.cid-v2wEx3OKOG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2wEx3OKOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wEx3OKOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YxwQjeY8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2YxwQjeY8 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2YxwQjeY8 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2YxwQjeY8 .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2YxwQjeY8 .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2YxwQjeY8 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2YxwQjeY8 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2YxwQjeY8 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2YxwQjeY8 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2YxwQjeY8 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2YxwQjeY8 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2YxwQjeY8 .card-wrapper .card-box .card-subtitle,
.cid-v2YxwQjeY8 .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2YxwQjeY8 .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-sWVdjc6TEX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWVdjc6TEX .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-sWVdjc6TEX .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-sWVdjc6TEX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sWVdjc6TEX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sWVdjc6TEX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sWVdjc6TEX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sWVdjc6TEX .map-placeholder {
  display: none;
}
.cid-sWVdjc6TEX h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wwf9Cc7h {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wwf9Cc7h p {
  text-align: center;
}
.cid-v2wwf9Cc7h .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wwf9Cc7h .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wwf9Cc7h .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wwf9Cc7h .logo-footer {
  line-height: normal;
}
.cid-v2wwf9Cc7h .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wwf9Cc7h .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wwf9Cc7h .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wwf9Cc7h .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wwf9Cc7h .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wwf9Cc7h .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wwf9Cc7h .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wwf9Cc7h .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wwf9Cc7h .logo-footer {
    text-align: center;
  }
  .cid-v2wwf9Cc7h .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wGYQsXuS {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/plan-proje-cakralp-insaat-balkesir-burhaniye.jpeg-700x525.jpg");
}
.cid-v2wGYQsXuS .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wGYQsXuS .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wGYQsXuS .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wGYQsXuS .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wGYQsXuS .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wGYQsXuS .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wGYQsXuS .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wGYQsXuS .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wGYQsXuS .separator,
  .cid-v2wGYQsXuS .sep-holder,
  .cid-v2wGYQsXuS .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wGYQsXuS .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wGYQsXuS .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wGYQsXuS .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wGYQsXuS .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wGYQsXuS .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wGYQsXuS .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wGYQsXuS .items .list-item:last-child .listico {
  display: none;
}
.cid-v2wGYQsXuS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wGYQsXuS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wGYQYJBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2wGYQYJBG img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2wGYQYJBG .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2wGYQYJBG .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2wGYQYJBG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wGYQYJBG .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2wGYQYJBG * {
    text-align: left;
  }
}
.cid-v2wGYQYJBG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2wGYQYJBG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wGYQYJBG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YXGWFgAU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2YXGWFgAU .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2YXGWFgAU .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2YXGWFgAU .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2YXGWFgAU .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2YXGWFgAU .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2YXGWFgAU .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2YXGWFgAU .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2YXGWFgAU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2YXGWFgAU .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2YXGWFgAU .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2YXGWFgAU .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2YXGWFgAU .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2YXGWFgAU .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2YXGWFgAU .card-wrapper .card-box .card-subtitle,
.cid-v2YXGWFgAU .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2YXGWFgAU .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2wGYSISjt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wGYSISjt .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wGYSISjt .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wGYSISjt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wGYSISjt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wGYSISjt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wGYSISjt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wGYSISjt .map-placeholder {
  display: none;
}
.cid-v2wGYSISjt h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wGYTklu5 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wGYTklu5 p {
  text-align: center;
}
.cid-v2wGYTklu5 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wGYTklu5 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wGYTklu5 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wGYTklu5 .logo-footer {
  line-height: normal;
}
.cid-v2wGYTklu5 .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wGYTklu5 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wGYTklu5 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wGYTklu5 .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wGYTklu5 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wGYTklu5 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wGYTklu5 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wGYTklu5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wGYTklu5 .logo-footer {
    text-align: center;
  }
  .cid-v2wGYTklu5 .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wH6asBCi {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/dansmanlk-cakralp-insaat-balkesir-burhaniye.jpeg-2000x1500.jpg");
}
.cid-v2wH6asBCi .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wH6asBCi .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wH6asBCi .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wH6asBCi .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wH6asBCi .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wH6asBCi .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wH6asBCi .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wH6asBCi .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wH6asBCi .separator,
  .cid-v2wH6asBCi .sep-holder,
  .cid-v2wH6asBCi .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wH6asBCi .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wH6asBCi .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wH6asBCi .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wH6asBCi .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wH6asBCi .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wH6asBCi .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wH6asBCi .items .list-item:last-child .listico {
  display: none;
}
.cid-v2wH6asBCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wH6asBCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wH6aH291 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2wH6aH291 img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2wH6aH291 .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wH6aH291 .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wH6aH291 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2wH6aH291 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2wH6aH291 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wH6aH291 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2wH6aH291 * {
    text-align: left;
  }
}
.cid-v2wH6aH291 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2wH6aH291 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wH6aH291 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YxV2hzCQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2YxV2hzCQ .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2YxV2hzCQ .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2YxV2hzCQ .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2YxV2hzCQ .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2YxV2hzCQ .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2YxV2hzCQ .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2YxV2hzCQ .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2YxV2hzCQ .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2YxV2hzCQ .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2YxV2hzCQ .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2YxV2hzCQ .card-wrapper .card-box .card-subtitle,
.cid-v2YxV2hzCQ .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2YxV2hzCQ .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2wH6bb6jl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wH6bb6jl .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wH6bb6jl .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wH6bb6jl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wH6bb6jl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wH6bb6jl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wH6bb6jl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wH6bb6jl .map-placeholder {
  display: none;
}
.cid-v2wH6bb6jl h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wH6bjzQv {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wH6bjzQv p {
  text-align: center;
}
.cid-v2wH6bjzQv .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wH6bjzQv .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wH6bjzQv .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wH6bjzQv .logo-footer {
  line-height: normal;
}
.cid-v2wH6bjzQv .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wH6bjzQv .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wH6bjzQv .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wH6bjzQv .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wH6bjzQv .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wH6bjzQv .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wH6bjzQv .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wH6bjzQv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wH6bjzQv .logo-footer {
    text-align: center;
  }
  .cid-v2wH6bjzQv .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wInuUpxp {
  padding-top: 255px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/tadilat-cakralp-insaat-balkesir-burhaniye.jpeg-2000x1500.jpg");
}
.cid-v2wInuUpxp .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wInuUpxp .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wInuUpxp .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wInuUpxp .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wInuUpxp .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wInuUpxp .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wInuUpxp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wInuUpxp .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wInuUpxp .separator,
  .cid-v2wInuUpxp .sep-holder,
  .cid-v2wInuUpxp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wInuUpxp .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wInuUpxp .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wInuUpxp .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wInuUpxp .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wInuUpxp .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wInuUpxp .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wInuUpxp .items .list-item:last-child .listico {
  display: none;
}
.cid-v2wInuUpxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wInuUpxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wInvbOPO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2wInvbOPO img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2wInvbOPO .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wInvbOPO .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wInvbOPO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2wInvbOPO .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2wInvbOPO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wInvbOPO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2wInvbOPO * {
    text-align: left;
  }
}
.cid-v2wInvbOPO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2wInvbOPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wInvbOPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2YxMrf0TO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2YxMrf0TO .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2YxMrf0TO .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2YxMrf0TO .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2YxMrf0TO .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2YxMrf0TO .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2YxMrf0TO .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2YxMrf0TO .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2YxMrf0TO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2YxMrf0TO .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2YxMrf0TO .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2YxMrf0TO .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2YxMrf0TO .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2YxMrf0TO .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2YxMrf0TO .card-wrapper .card-box .card-subtitle,
.cid-v2YxMrf0TO .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2YxMrf0TO .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2wInvGR9E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wInvGR9E .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wInvGR9E .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wInvGR9E .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wInvGR9E .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wInvGR9E .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wInvGR9E .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wInvGR9E .map-placeholder {
  display: none;
}
.cid-v2wInvGR9E h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wInvPr5x {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wInvPr5x p {
  text-align: center;
}
.cid-v2wInvPr5x .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wInvPr5x .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wInvPr5x .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wInvPr5x .logo-footer {
  line-height: normal;
}
.cid-v2wInvPr5x .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wInvPr5x .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wInvPr5x .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wInvPr5x .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wInvPr5x .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wInvPr5x .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wInvPr5x .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wInvPr5x .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wInvPr5x .logo-footer {
    text-align: center;
  }
  .cid-v2wInvPr5x .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wMKVhW8y {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/yap-malzemeleri-cakralp-insaat-balkesir-burhaniye.jpeg-2000x1500.jpg");
}
.cid-v2wMKVhW8y .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wMKVhW8y .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wMKVhW8y .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wMKVhW8y .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wMKVhW8y .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wMKVhW8y .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wMKVhW8y .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wMKVhW8y .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wMKVhW8y .separator,
  .cid-v2wMKVhW8y .sep-holder,
  .cid-v2wMKVhW8y .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wMKVhW8y .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wMKVhW8y .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wMKVhW8y .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wMKVhW8y .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wMKVhW8y .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wMKVhW8y .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wMKVhW8y .items .list-item:last-child .listico {
  display: none;
}
.cid-v2wMKVhW8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wMKVhW8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wMKVyHnd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wMKVyHnd img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2wMKVyHnd .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2wMKVyHnd .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2wMKVyHnd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wMKVyHnd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2wMKVyHnd * {
    text-align: left;
  }
}
.cid-v2wMKVyHnd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2wMKVyHnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wMKVyHnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UcjuVqNg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2UcjuVqNg .main {
  margin-bottom: 70px;
}
.cid-v2UcjuVqNg .main .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2UcjuVqNg .main .mbr-section-title {
  color: #110062;
  margin-bottom: 20px;
}
.cid-v2UcjuVqNg .main .mbr-text {
  color: #83868c;
}
.cid-v2UcjuVqNg .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 29rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-v2UcjuVqNg .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-v2UcjuVqNg .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-v2UcjuVqNg .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-v2UcjuVqNg .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-v2UcjuVqNg .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-v2UcjuVqNg .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-v2UcjuVqNg .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-v2UcjuVqNg .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-v2UcjuVqNg .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-v2UcjuVqNg .under {
  margin-bottom: 35px;
}
.cid-v2UcjuVqNg .under .card-title {
  color: #110062;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-v2UcjuVqNg .under .card-title:hover {
  color: #279e64;
}
.cid-v2UcjuVqNg .under .card-subtitle {
  color: #83868c;
  font-weight: 500;
}
.cid-v2UcjuVqNg .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-v2UcjuVqNg .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #110062 !important;
}
.cid-v2UcjuVqNg .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-v2UcjuVqNg .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-v2UcjuVqNg .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-v2UcjuVqNg .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-v2UcjuVqNg .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-v2UcjuVqNg .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-v2UcjuVqNg .btn[class*="-outline"]:active,
.cid-v2UcjuVqNg .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v2UcjuVqNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UcjuVqNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Ueigj0ky {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2Ueigj0ky .main {
  margin-bottom: 70px;
}
.cid-v2Ueigj0ky .main .mbr-section-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2Ueigj0ky .main .mbr-section-title {
  color: #110062;
  margin-bottom: 20px;
}
.cid-v2Ueigj0ky .main .mbr-text {
  color: #83868c;
}
.cid-v2Ueigj0ky .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 18rem;
  margin-bottom: 25px;
  margin-top: 35px;
}
.cid-v2Ueigj0ky .wrapper .mbr-overlay {
  z-index: 1;
  pointer-events: none;
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #13287d;
  transition: all 0.4s ease-in-out;
  transform: rotateY(0);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  opacity: 0;
}
.cid-v2Ueigj0ky .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: all;
}
.cid-v2Ueigj0ky .wrapper .content-block {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(0);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  pointer-events: none;
}
.cid-v2Ueigj0ky .wrapper .content-block .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .45s ease 0ms;
  cursor: pointer;
}
.cid-v2Ueigj0ky .wrapper .content-block .icon-wrap:hover {
  border-color: transparent;
  color: #ffffff;
}
.cid-v2Ueigj0ky .wrapper .content-block .icon-wrap .mbr-iconfont {
  font-size: 30px;
}
.cid-v2Ueigj0ky .wrapper:hover .mbr-overlay {
  opacity: 0.4;
  z-index: 1;
  visibility: visible;
  transform: rotateY(180deg);
}
.cid-v2Ueigj0ky .wrapper:hover .content-block {
  opacity: 1;
  transform: rotateY(180deg);
  z-index: 1;
  visibility: visible;
}
.cid-v2Ueigj0ky .wrapper:hover .content-block .icon-wrap {
  transform: translate(0);
  opacity: 1;
}
.cid-v2Ueigj0ky .under {
  margin-bottom: 35px;
}
.cid-v2Ueigj0ky .under .card-title {
  color: #110062;
  transition: all .3s linear 0ms;
  margin-bottom: 13px;
}
.cid-v2Ueigj0ky .under .card-title:hover {
  color: #279e64;
}
.cid-v2Ueigj0ky .under .card-subtitle {
  color: #83868c;
  font-weight: 500;
}
.cid-v2Ueigj0ky .under .mbr-link-btn {
  transition: all .3s linear 0ms;
  position: absolute;
}
.cid-v2Ueigj0ky .under .mbr-link-btn .btn {
  transition: all .3s linear 0ms;
  font-weight: 700;
  position: relative;
  color: #110062 !important;
}
.cid-v2Ueigj0ky .under .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-v2Ueigj0ky .under .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-v2Ueigj0ky .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-v2Ueigj0ky .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-v2Ueigj0ky .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-v2Ueigj0ky .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-v2Ueigj0ky .btn[class*="-outline"]:active,
.cid-v2Ueigj0ky .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v2Ueigj0ky .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Ueigj0ky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wMKVTYca {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2wMKVTYca .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2wMKVTYca .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2wMKVTYca .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2wMKVTYca .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2wMKVTYca .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wMKVTYca .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2wMKVTYca .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wMKVTYca .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wMKVTYca .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wMKVTYca .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2wMKVTYca .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2wMKVTYca .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wMKVTYca .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wMKVTYca .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wMKVTYca .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wMKVTYca .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wMKVTYca .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wMKVTYca .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2wMKVTYca .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2wMKVTYca .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2wMKVTYca .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2wMKVTYca .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2wMKVTYca .card-wrapper .card-box .card-subtitle,
.cid-v2wMKVTYca .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2wMKVTYca .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2wMKWHm7K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wMKWHm7K .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wMKWHm7K .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wMKWHm7K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wMKWHm7K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wMKWHm7K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wMKWHm7K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wMKWHm7K .map-placeholder {
  display: none;
}
.cid-v2wMKWHm7K h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wMKX9e7D {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wMKX9e7D p {
  text-align: center;
}
.cid-v2wMKX9e7D .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wMKX9e7D .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wMKX9e7D .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wMKX9e7D .logo-footer {
  line-height: normal;
}
.cid-v2wMKX9e7D .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wMKX9e7D .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wMKX9e7D .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wMKX9e7D .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wMKX9e7D .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wMKX9e7D .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wMKX9e7D .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wMKX9e7D .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wMKX9e7D .logo-footer {
    text-align: center;
  }
  .cid-v2wMKX9e7D .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wNouyh5Y {
  padding-top: 225px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/emlak-gayrimenkul-hizmetleri-cakralp-insaat-balkesir-burhaniye.jpeg-2000x1500.jpg");
}
.cid-v2wNouyh5Y .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wNouyh5Y .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wNouyh5Y .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wNouyh5Y .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wNouyh5Y .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wNouyh5Y .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wNouyh5Y .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wNouyh5Y .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wNouyh5Y .separator,
  .cid-v2wNouyh5Y .sep-holder,
  .cid-v2wNouyh5Y .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wNouyh5Y .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wNouyh5Y .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wNouyh5Y .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wNouyh5Y .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wNouyh5Y .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 1rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wNouyh5Y .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wNouyh5Y .items .list-item:last-child .listico {
  display: none;
}
.cid-v2wNouyh5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wNouyh5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wNouOBG7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2wNouOBG7 img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2wNouOBG7 .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2wNouOBG7 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2wNouOBG7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2wNouOBG7 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2wNouOBG7 * {
    text-align: left;
  }
}
.cid-v2wNouOBG7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2wNouOBG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wNouOBG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Yy7178m9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eeeff2;
}
.cid-v2Yy7178m9 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2Yy7178m9 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2Yy7178m9 .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2Yy7178m9 .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2Yy7178m9 .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2Yy7178m9 .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #110062;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #4f87fb;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2Yy7178m9 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2Yy7178m9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2Yy7178m9 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #4f87fb;
}
.cid-v2Yy7178m9 .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
}
.cid-v2Yy7178m9 .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2Yy7178m9 .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2Yy7178m9 .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2Yy7178m9 .card-wrapper .card-box .card-subtitle,
.cid-v2Yy7178m9 .mbr-section-btn {
  color: #4f87fb;
}
.cid-v2Yy7178m9 .contents .mbr-subtitle {
  color: #4f87fb;
}
.cid-v2wNovpQwX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wNovpQwX .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wNovpQwX .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wNovpQwX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wNovpQwX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wNovpQwX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wNovpQwX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wNovpQwX .map-placeholder {
  display: none;
}
.cid-v2wNovpQwX h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wNovzuEH {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wNovzuEH p {
  text-align: center;
}
.cid-v2wNovzuEH .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wNovzuEH .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wNovzuEH .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wNovzuEH .logo-footer {
  line-height: normal;
}
.cid-v2wNovzuEH .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wNovzuEH .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wNovzuEH .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wNovzuEH .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wNovzuEH .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wNovzuEH .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wNovzuEH .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wNovzuEH .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wNovzuEH .logo-footer {
    text-align: center;
  }
  .cid-v2wNovzuEH .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2wVyi70iA {
  padding-top: 225px;
  padding-bottom: 0px;
  background-color: #110062;
}
.cid-v2wVyi70iA .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2wVyi70iA .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2wVyi70iA .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2wVyi70iA .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wVyi70iA .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2wVyi70iA .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2wVyi70iA .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2wVyi70iA .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2wVyi70iA .separator,
  .cid-v2wVyi70iA .sep-holder,
  .cid-v2wVyi70iA .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2wVyi70iA .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2wVyi70iA .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2wVyi70iA .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2wVyi70iA .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2wVyi70iA .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.5rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2wVyi70iA .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2wVyi70iA .items .list-item:last-child .listico {
  display: none;
}
.cid-v2UvjS4zFi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2UvjS4zFi .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2UvjS4zFi .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2UvjS4zFi .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2UvjS4zFi .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2UvjS4zFi .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2UvjS4zFi .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2UvjS4zFi .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2UvjS4zFi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2UvjS4zFi .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-v2UvjS4zFi .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-v2UvjS4zFi .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2UvjS4zFi .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2UvjS4zFi .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2UvjS4zFi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-v2UvjS4zFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UvjS4zFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wVyiEy5d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2wVyiEy5d .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2wVyiEy5d .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2wVyiEy5d .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2wVyiEy5d .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2wVyiEy5d .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2wVyiEy5d .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2wVyiEy5d .map-placeholder {
  display: none;
}
.cid-v2wVyiEy5d h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2wVyiNJwI {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2wVyiNJwI p {
  text-align: center;
}
.cid-v2wVyiNJwI .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2wVyiNJwI .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2wVyiNJwI .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2wVyiNJwI .logo-footer {
  line-height: normal;
}
.cid-v2wVyiNJwI .copyright {
  display: flex;
  align-items: center;
}
.cid-v2wVyiNJwI .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2wVyiNJwI .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2wVyiNJwI .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2wVyiNJwI .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2wVyiNJwI .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2wVyiNJwI .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2wVyiNJwI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2wVyiNJwI .logo-footer {
    text-align: center;
  }
  .cid-v2wVyiNJwI .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2x5w3gQ0k {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/muteahhitlik-hizmetleri-cakralp-insaat-balkesir-burhaniye.jpeg-700x525.jpg");
}
.cid-v2x5w3gQ0k .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2x5w3gQ0k .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2x5w3gQ0k .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2x5w3gQ0k .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2x5w3gQ0k .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2x5w3gQ0k .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2x5w3gQ0k .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2x5w3gQ0k .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2x5w3gQ0k .separator,
  .cid-v2x5w3gQ0k .sep-holder,
  .cid-v2x5w3gQ0k .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2x5w3gQ0k .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2x5w3gQ0k .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2x5w3gQ0k .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2x5w3gQ0k .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2x5w3gQ0k .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2x5w3gQ0k .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2x5w3gQ0k .items .list-item:last-child .listico {
  display: none;
}
.cid-v2x5w3gQ0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2x5w3gQ0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2x5w3A0C0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2x5w3A0C0 img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2x5w3A0C0 .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2x5w3A0C0 .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2x5w3A0C0 * {
    text-align: left;
  }
}
.cid-v2x5w3A0C0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2x5w3A0C0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2x5w3A0C0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2UvfcVSeo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2UvfcVSeo .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2UvfcVSeo .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2UvfcVSeo .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2UvfcVSeo .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2UvfcVSeo .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2UvfcVSeo .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2UvfcVSeo .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2UvfcVSeo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2UvfcVSeo .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-v2UvfcVSeo .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-v2UvfcVSeo .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2UvfcVSeo .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2UvfcVSeo .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2UvfcVSeo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-v2UvfcVSeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2UvfcVSeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2x5w4hgG6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2x5w4hgG6 .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2x5w4hgG6 .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2x5w4hgG6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2x5w4hgG6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2x5w4hgG6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2x5w4hgG6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2x5w4hgG6 .map-placeholder {
  display: none;
}
.cid-v2x5w4hgG6 h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2x5w4qRZl {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2x5w4qRZl p {
  text-align: center;
}
.cid-v2x5w4qRZl .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2x5w4qRZl .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2x5w4qRZl .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2x5w4qRZl .logo-footer {
  line-height: normal;
}
.cid-v2x5w4qRZl .copyright {
  display: flex;
  align-items: center;
}
.cid-v2x5w4qRZl .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2x5w4qRZl .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2x5w4qRZl .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2x5w4qRZl .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2x5w4qRZl .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2x5w4qRZl .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2x5w4qRZl .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2x5w4qRZl .logo-footer {
    text-align: center;
  }
  .cid-v2x5w4qRZl .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-v2x59jr4ya {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/muteahhitlik-hizmetleri-cakralp-insaat-balkesir-burhaniye.jpeg-700x525.jpg");
}
.cid-v2x59jr4ya .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-v2x59jr4ya .mbr-section-title {
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-v2x59jr4ya .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
  position: relative;
  padding-top: 25px;
}
.cid-v2x59jr4ya .mbr-section-subtitle::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2x59jr4ya .mbr-text {
  color: #ffffff;
  width: 100;
}
.cid-v2x59jr4ya .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #13287d;
  margin-left: 0.6rem;
}
.cid-v2x59jr4ya .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v2x59jr4ya .mbr-section-btn .btn {
  border-radius: 3px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cid-v2x59jr4ya .separator,
  .cid-v2x59jr4ya .sep-holder,
  .cid-v2x59jr4ya .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v2x59jr4ya .buttons-wrap {
    flex-direction: column;
  }
}
.cid-v2x59jr4ya .items {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-top: 25px;
}
.cid-v2x59jr4ya .items::before {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v2x59jr4ya .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
}
.cid-v2x59jr4ya .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 0.2rem;
  margin: auto;
  color: #ffffff;
}
.cid-v2x59jr4ya .items .list-item .text2 {
  display: inline-block;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.cid-v2x59jr4ya .items .list-item:last-child .listico {
  display: none;
}
.cid-v2x59jr4ya .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2x59jr4ya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2x59TXTrm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2x59TXTrm img {
  max-width: 100%;
  margin-bottom: 30px;
}
.cid-v2x59TXTrm .card-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
  margin-right: 22px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-in;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-author:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-author .author {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-date:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-comment:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-views:hover .mbr-iconfont {
  color: #279e64 !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .meta .item-views .views {
  color: #83868c;
  font-weight: 500;
}
.cid-v2x59TXTrm .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-text.accent-text {
  color: #110062;
  position: relative;
  padding-left: 62px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-text.accent-text .mbr-iconfont {
  display: block;
  width: 41px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 41px;
  color: #4f87fb;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2x59TXTrm .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-tags {
  margin: 5px 15px 5px 0;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a {
  border: 1px solid rgba(131, 134, 140, 0.286);
  display: inline-block;
  font-size: 14px !important;
  padding: 9.5px 31px;
  margin-top: 13px;
  margin-right: 6px;
  transition: all .3s linear 0ms;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-tags .mbr-section-btn a:hover {
  background-color: #13287d;
  color: #ffffff !important;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li {
  padding: 4px;
  display: flex;
  margin: 0 4px;
  background-color: red;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon1 {
  background-color: #3b5998;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon2 {
  background-color: #00acee;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon3 {
  background-color: #ca1f27;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon4 {
  background-color: #dd4b39;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li.icon5 {
  background-color: #279e64;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li .icon-transition .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-v2x59TXTrm .card-wrapper .card-box .entry-content-bottom .entry-social-share ul li:first-child {
  margin-left: 0;
}
.cid-v2x59TXTrm .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2x59TXTrm .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-v2x59TXTrm * {
    text-align: left;
  }
}
.cid-v2x59TXTrm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background: none;
}
.cid-v2x59TXTrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2x59TXTrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2x45m2mHd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v2x45m2mHd .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-v2x45m2mHd .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #110062;
}
.cid-v2x45m2mHd .contents .mbr-subtitle {
  color: #13287d;
  margin-bottom: 10px;
}
.cid-v2x45m2mHd .contents .mbr-section-text {
  margin-top: 20px;
  color: #83868c;
}
.cid-v2x45m2mHd .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-v2x45m2mHd .card-wrapper .card-box {
  padding: 35px 30px 38px;
  border: 1px solid #dcdfe2;
  border-top: none;
}
.cid-v2x45m2mHd .card-wrapper .card-box .card-title {
  color: #110062;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-v2x45m2mHd .card-wrapper .card-box .card-title:hover {
  color: #110062;
  transition: 0.3s all;
}
.cid-v2x45m2mHd .card-wrapper .card-box .card-subtitle {
  color: #110062;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-v2x45m2mHd .card-wrapper .card-box .card-subtitle span {
  color: #83868c;
}
.cid-v2x45m2mHd .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-v2x45m2mHd .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-v2x45m2mHd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-v2x45m2mHd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-v2x45m2mHd .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-v2x45m2mHd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-v2x45m2mHd .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
.cid-v2x45m2mHd .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.cid-v2x45m2mHd .card-wrapper .card-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all .8s;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: auto;
  height: auto;
  display: block;
}
.cid-v2x45m2mHd .card-wrapper .card-img:hover img {
  transform: scale3d(1.05, 1.05, 1);
  opacity: .9;
}
@media (max-width: 768px) {
  .cid-v2x45m2mHd .card-wrapper .card-box .mbr-section-btn .link {
    justify-content: center;
  }
}
.cid-v2x45m2mHd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  background-position: 0 2.1em;
}
.cid-v2x45m2mHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2x45m2mHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2x45mhKTX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v2x45mhKTX .mbr-section-title {
  margin-bottom: 30px;
  color: #13287d;
}
.cid-v2x45mhKTX .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v2x45mhKTX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v2x45mhKTX .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v2x45mhKTX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v2x45mhKTX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v2x45mhKTX .map-placeholder {
  display: none;
}
.cid-v2x45mhKTX h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v2x45ms8Iu {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-v2x45ms8Iu p {
  text-align: center;
}
.cid-v2x45ms8Iu .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2x45ms8Iu .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-v2x45ms8Iu .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #110062;
}
.cid-v2x45ms8Iu .logo-footer {
  line-height: normal;
}
.cid-v2x45ms8Iu .copyright {
  display: flex;
  align-items: center;
}
.cid-v2x45ms8Iu .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2x45ms8Iu .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-v2x45ms8Iu .icon-transition span {
  color: #83868c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2x45ms8Iu .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2x45ms8Iu .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-v2x45ms8Iu .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-v2x45ms8Iu .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-v2x45ms8Iu .logo-footer {
    text-align: center;
  }
  .cid-v2x45ms8Iu .social-media {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-v2YIHJ6kbS .navbar-fixed-top {
  padding-top: 0;
}
.cid-v2YIHJ6kbS .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-v2YIHJ6kbS .navbar-buttons {
  flex-wrap: wrap;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v2YIHJ6kbS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:nth-child(2) {
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-v2YIHJ6kbS .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-v2YIHJ6kbS .dropdown-item,
.cid-v2YIHJ6kbS .nav-link,
.cid-v2YIHJ6kbS .brand-name {
  font-style: normal;
}
.cid-v2YIHJ6kbS .dropdown-item:hover,
.cid-v2YIHJ6kbS .nav-link:hover,
.cid-v2YIHJ6kbS .brand-name:hover {
  color: #4f87fb !important;
}
.cid-v2YIHJ6kbS .dropdown-menu {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .dropdown-item:active {
  background-color: #ffffff;
}
.cid-v2YIHJ6kbS .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v2YIHJ6kbS .nav-item {
  position: relative;
}
.cid-v2YIHJ6kbS .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-v2YIHJ6kbS .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-v2YIHJ6kbS .nav-link {
    line-height: 6.13;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #110062;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-v2YIHJ6kbS .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-v2YIHJ6kbS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .content-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #110062;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v2YIHJ6kbS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-v2YIHJ6kbS .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2YIHJ6kbS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v2YIHJ6kbS .content-right-side {
  text-align: center;
}
.cid-v2YIHJ6kbS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-v2YIHJ6kbS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-v2YIHJ6kbS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #13287d;
}
.cid-v2YIHJ6kbS .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-v2YIHJ6kbS .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .info-widget:first-child {
  margin-left: 0;
}
.cid-v2YIHJ6kbS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-v2YIHJ6kbS .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-v2YIHJ6kbS .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-v2YIHJ6kbS .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar {
    display: block;
    padding: 0;
  }
  .cid-v2YIHJ6kbS .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-v2YIHJ6kbS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-v2YIHJ6kbS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-v2YIHJ6kbS .navbar-toggler {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    justify-content: center;
  }
}
.cid-v2YIHJ6kbS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-v2YIHJ6kbS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-v2YIHJ6kbS .btn-sm {
  padding: 13px 29px;
}
.cid-v2YIHJ6kbS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v2YIHJ6kbS .btn::after {
  background-color: #83868c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-v2YIHJ6kbS .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-v2YIHJ6kbS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2YIHJ6kbS .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v2YIHJ6kbS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v2YIHJ6kbS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-v2YIHJ6kbS button.navbar-toggler:focus {
  outline: none;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282828;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2YIHJ6kbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2YIHJ6kbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2YIHJ6kbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .btn {
  display: flex;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v2YIHJ6kbS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v2YIHJ6kbS .collapsed button.navbar-toggler {
  display: block;
}
.cid-v2YIHJ6kbS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v2YIHJ6kbS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-v2YIHJ6kbS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v2YIHJ6kbS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v2YIHJ6kbS .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2YIHJ6kbS .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-v2YIHJ6kbS .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-v2YIHJ6kbS .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-v2YIHJ6kbS .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-v2YIHJ6kbS .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing,
  .cid-v2YIHJ6kbS .navbar-collapse.show {
    display: block !important;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-v2YIHJ6kbS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v2YIHJ6kbS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v2YIHJ6kbS img {
    height: 3.8rem !important;
  }
  .cid-v2YIHJ6kbS .btn {
    display: flex;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v2YIHJ6kbS .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-v2YIHJ6kbS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-v2YIHJ6kbS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-v2YIHJ6kbS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-v2YIHJ6kbS .navbar-toggler {
  position: relative;
}
.cid-v2YIHJ6kbS .dropdown-item.active,
.cid-v2YIHJ6kbS .dropdown-item:active {
  color: initial;
}
.cid-v2YIHJ6kbS .widget-title {
  color: #83868c;
}
.cid-v2YIHJ6kbS .widget-text {
  color: #83868c;
}
.cid-v2YIHJ6kbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #110062;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-v2YIHJ6kbS .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #4f87fb;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-v2YIHJ6kbS .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-v2YIHJ6kbS .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-v2YIHJ6kbS .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-v2YIHJ6kbS .menu-content-top,
  .cid-v2YIHJ6kbS .menu-bottom {
    padding: 0 15px;
  }
  .cid-v2YIHJ6kbS button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
