.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0074bc !important;
}
.bg-success {
  background-color: #e6f7f3 !important;
}
.bg-info {
  background-color: #b3e6da !important;
}
.bg-warning {
  background-color: #66cdb5 !important;
}
.bg-danger {
  background-color: #ffc72c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0074bc !important;
  border-color: #0074bc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003f65 !important;
  border-color: #003f65 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003f65 !important;
  border-color: #003f65 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b3e6da !important;
  border-color: #b3e6da !important;
  color: #267462 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #72d1ba !important;
  border-color: #72d1ba !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #267462 !important;
  background-color: #72d1ba !important;
  border-color: #72d1ba !important;
}
.btn-success,
.btn-success:active {
  background-color: #e6f7f3 !important;
  border-color: #e6f7f3 !important;
  color: #36a88d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #216756 !important;
  background-color: #a4e2d3 !important;
  border-color: #a4e2d3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #36a88d !important;
  background-color: #a4e2d3 !important;
  border-color: #a4e2d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #66cdb5 !important;
  border-color: #66cdb5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #36a68c !important;
  border-color: #36a68c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #36a68c !important;
  border-color: #36a68c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffc72c !important;
  border-color: #ffc72c !important;
  color: #2c2000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d49c00 !important;
  border-color: #d49c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2c2000 !important;
  background-color: #d49c00 !important;
  border-color: #d49c00 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0074bc;
  color: #0074bc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003f65 !important;
  background-color: transparent!important;
  border-color: #003f65 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0074bc !important;
  border-color: #0074bc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b3e6da;
  color: #b3e6da;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #72d1ba !important;
  background-color: transparent!important;
  border-color: #72d1ba !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #267462 !important;
  background-color: #b3e6da !important;
  border-color: #b3e6da !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e6f7f3;
  color: #e6f7f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a4e2d3 !important;
  background-color: transparent!important;
  border-color: #a4e2d3 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #36a88d !important;
  background-color: #e6f7f3 !important;
  border-color: #e6f7f3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #66cdb5;
  color: #66cdb5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #36a68c !important;
  background-color: transparent!important;
  border-color: #36a68c !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #66cdb5 !important;
  border-color: #66cdb5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffc72c;
  color: #ffc72c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d49c00 !important;
  background-color: transparent!important;
  border-color: #d49c00 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2c2000 !important;
  background-color: #ffc72c !important;
  border-color: #ffc72c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0074bc !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #e6f7f3 !important;
}
.text-info {
  color: #b3e6da !important;
}
.text-warning {
  color: #66cdb5 !important;
}
.text-danger {
  color: #ffc72c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003556 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99dece !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #66cdb5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #329b82 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c59100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0074bc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b3e6da;
}
.alert-warning {
  background-color: #66cdb5;
}
.alert-danger {
  background-color: #ffc72c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0074bc;
  border-color: #0074bc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0074bc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3db5ff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdf8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0074bc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0074bc;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0074bc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0074bc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0074bc;
  border-bottom-color: #0074bc;
}
.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: #0074bc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230074bc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tib6hghc9J {
  z-index: 1000;
  width: 100%;
}
.cid-tib6hghc9J .navbar-dropdown {
  background-color: #0074bc !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .menu_box .navbar.opened,
  .cid-tib6hghc9J .menu_box .navbar-collapse {
    background-color: #0074bc !important;
    transition: all 0s ease 0s;
  }
}
.cid-tib6hghc9J nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tib6hghc9J .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tib6hghc9J .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tib6hghc9J .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tib6hghc9J .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tib6hghc9J .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tib6hghc9J .offcanvas-body .mbr-text,
  .cid-tib6hghc9J .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tib6hghc9J .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tib6hghc9J ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tib6hghc9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tib6hghc9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tib6hghc9J .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tib6hghc9J li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tib6hghc9J li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tib6hghc9J li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tib6hghc9J .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tib6hghc9J .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tib6hghc9J .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .nav-item {
    margin: 0 !important;
  }
}
.cid-tib6hghc9J .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tib6hghc9J .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tib6hghc9J .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tib6hghc9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tib6hghc9J .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tib6hghc9J .offcanvas_box {
    display: none;
  }
}
.cid-tib6hghc9J .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tib6hghc9J .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tib6hghc9J .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tib6hghc9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tib6hghc9J .nav-link {
  position: relative;
}
.cid-tib6hghc9J .container {
  display: flex;
  margin: auto;
}
.cid-tib6hghc9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tib6hghc9J .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tib6hghc9J .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-tib6hghc9J .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tib6hghc9J .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tib6hghc9J .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tib6hghc9J .dropdown-menu,
.cid-tib6hghc9J .navbar.opened {
  background: #0074bc !important;
}
.cid-tib6hghc9J .nav-item:focus,
.cid-tib6hghc9J .nav-link:focus {
  outline: none;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tib6hghc9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tib6hghc9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tib6hghc9J .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tib6hghc9J .navbar.opened {
  transition: all 0.3s;
}
.cid-tib6hghc9J .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tib6hghc9J .navbar .navbar-logo img {
  width: auto;
}
.cid-tib6hghc9J .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tib6hghc9J .navbar.collapsed {
  justify-content: center;
}
.cid-tib6hghc9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tib6hghc9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tib6hghc9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tib6hghc9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tib6hghc9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tib6hghc9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tib6hghc9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tib6hghc9J .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tib6hghc9J .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tib6hghc9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tib6hghc9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tib6hghc9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tib6hghc9J .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tib6hghc9J .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tib6hghc9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tib6hghc9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tib6hghc9J .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tib6hghc9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tib6hghc9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tib6hghc9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tib6hghc9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tib6hghc9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tib6hghc9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tib6hghc9J .dropdown-item.active,
.cid-tib6hghc9J .dropdown-item:active {
  background-color: transparent;
}
.cid-tib6hghc9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tib6hghc9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tib6hghc9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tib6hghc9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0074bc;
}
.cid-tib6hghc9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tib6hghc9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tib6hghc9J ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tib6hghc9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tib6hghc9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0074bc;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tib6hghc9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tib6hghc9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tib6hghc9J .navbar {
    height: 70px;
  }
  .cid-tib6hghc9J .navbar.opened {
    height: auto;
  }
  .cid-tib6hghc9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tib6hghc9J .mbr-section-subtitle {
  color: #202020;
}
.cid-tfadYWwmOz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/asset-3-100-2000x1333.jpeg");
}
.cid-tfadYWwmOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfadYWwmOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfadYWwmOz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tfadYWwmOz .mbr-text,
.cid-tfadYWwmOz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tfao2MGwvy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfao2MGwvy .mbr-text {
  color: #767676;
}
.cid-tfao2MGwvy .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tfao2MGwvy .mbr-section-subtitle {
  color: #0074bc;
  text-align: left;
}
.cid-tfao2MGwvy .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tfao2MGwvy .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 5rem;
}
.cid-tfao2MGwvy .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-tfao2MGwvy .card-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-tfao2MGwvy .card-box {
  margin-bottom: 1rem;
}
.cid-tfao2MGwvy .num {
  color: #ffe885;
}
@media (max-width: 767px) {
  .cid-tfao2MGwvy .num,
  .cid-tfao2MGwvy .card-title,
  .cid-tfao2MGwvy .mbr-text,
  .cid-tfao2MGwvy .mbr-title,
  .cid-tfao2MGwvy .mbr-section-subtitle,
  .cid-tfao2MGwvy .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tfao2MGwvy .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tfao2MGwvy .card-title,
.cid-tfao2MGwvy .card-img {
  color: #0074bc;
}
.cid-tfao2MGwvy .mbr-title {
  color: #232323;
  text-align: left;
}
.cid-tfao2MGwvy .mbr-section-text,
.cid-tfao2MGwvy .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tfjGIzNS3v {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #e6f7f3;
}
.cid-tfjGIzNS3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfjGIzNS3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfjGIzNS3v .mbr-section-title {
  color: #0074bc;
}
.cid-tfjGIzNS3v .mbr-section-subtitle {
  color: #00558c;
}
.cid-tfgGsjarBu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e6f7f3;
}
.cid-tfgGsjarBu .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tfgGsjarBu .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #0074bc;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tfgGsjarBu .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tfgGsjarBu .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-tfgGsjarBu .mbr-timeline-title,
.cid-tfgGsjarBu .mbr-timeline-text {
  color: #ffffff;
}
.cid-tfgGsjarBu .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-tfgGsjarBu .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-tfgGsjarBu .timeline-element:hover .timeline-text-content h4,
.cid-tfgGsjarBu .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffe161 !important;
}
.cid-tfgGsjarBu .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #ffe161 !important;
}
.cid-tfgGsjarBu .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #ffe161 !important;
}
.cid-tfgGsjarBu .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tfgGsjarBu .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-tfgGsjarBu .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #0074bc;
  top: 20px;
  margin-left: -30px;
}
.cid-tfgGsjarBu .iconsBackground span {
  color: #ffffff;
}
.cid-tfgGsjarBu .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-tfgGsjarBu .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #0074bc;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-tfgGsjarBu .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-tfgGsjarBu .iconsBackground {
    left: 1.5rem;
  }
  .cid-tfgGsjarBu .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-tfgGsjarBu .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-tfgGsjarBu .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-tfgGsjarBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfgGsjarBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfgGsjarBu .mbr-timeline-title {
  color: #ffffff;
}
.cid-tfknLZCaI7 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #e6f7f3;
}
.cid-tfknLZCaI7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tfknLZCaI7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tfknLZCaI7 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #0074bc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tfknLZCaI7 .mbr-section-title {
  color: #0074bc;
}
.cid-tfamPRWkxy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tfamPRWkxy p {
  margin: 0;
}
.cid-tfamPRWkxy ul {
  list-style-type: none;
  padding: 0;
}
.cid-tfamPRWkxy .list {
  display: flex;
  flex-direction: column;
}
.cid-tfamPRWkxy .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tfamPRWkxy .list .list-item {
    flex-direction: column;
  }
}
.cid-tfamPRWkxy .mbr-number {
  color: #00ab84;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tfamPRWkxy .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-tfamPRWkxy .line {
  width: 5px;
  background-color: #0074bc;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-tfamPRWkxy .line {
    width: 100%;
    height: 5px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-tfamPRWkxy .mbr-section-title {
  color: #0074bc;
  margin-bottom: 2rem;
}
.cid-tfamPRWkxy .mbr-text {
  color: #232323;
}
.cid-tfCgcPT5uW {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tfCgcPT5uW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tfCgcPT5uW H3 {
  color: #0074bc;
}
.cid-tfalEcqaq4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00558c;
}
.cid-tfalEcqaq4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tfalEcqaq4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tfalEcqaq4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tfalEcqaq4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tfalEcqaq4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tfalEcqaq4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tfalEcqaq4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tfalEcqaq4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tfalEcqaq4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tfalEcqaq4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tfalEcqaq4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tfalEcqaq4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tfalEcqaq4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tfalEcqaq4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tgzfiAu3jP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/asset-3-100-2000x1333.jpeg");
}
.cid-tgzfiAu3jP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzfiAu3jP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzfiAu3jP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tgzfiAu3jP .mbr-text,
.cid-tgzfiAu3jP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tgAIEomSuE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgAIEomSuE h3,
.cid-tgAIEomSuE h4 {
  margin: 0;
}
.cid-tgAIEomSuE .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tgAIEomSuE .mbr-section-title {
  color: #0074bc;
  text-align: center;
}
.cid-tgAIEomSuE .mbr-section-subtitle {
  color: #0074bc;
  text-align: center;
  margin-bottom: 0;
}
.cid-tgAIEomSuE .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tgAIEomSuE .nutrition-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgAIEomSuE .tile-one {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAIEomSuE .tile-one {
    margin-right: 25px;
  }
}
.cid-tgAIEomSuE .tile-two {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
.cid-tgAIEomSuE .tile-three {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAIEomSuE .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tgAIEomSuE .tile-four {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  position: relative;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAIEomSuE .tile-four {
    margin-top: 25px;
  }
}
.cid-tgAIEomSuE svg {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 80px;
  height: 70px;
}
.cid-tgAIEomSuE svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgAIEomSuE svg {
    width: 60px;
    height: 50px;
    top: -15px;
    right: -20px;
  }
}
.cid-tgAIEomSuE .mbr-tile-text {
  color: #0074bc;
  margin: 0;
}
.cid-tgAIEomSuE .mbr-tile-number {
  color: #0074bc;
  margin: 0;
  text-align: center;
}
.cid-tgAJqC5RoP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgAJqC5RoP h3,
.cid-tgAJqC5RoP h4 {
  margin: 0;
}
.cid-tgAJqC5RoP .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tgAJqC5RoP .mbr-section-title {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJqC5RoP .mbr-section-subtitle {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJqC5RoP .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tgAJqC5RoP .nutrition-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgAJqC5RoP .tile-one {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJqC5RoP .tile-one {
    margin-right: 25px;
  }
}
.cid-tgAJqC5RoP .tile-two {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
.cid-tgAJqC5RoP .tile-three {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJqC5RoP .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tgAJqC5RoP .tile-four {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  position: relative;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJqC5RoP .tile-four {
    margin-top: 25px;
  }
}
.cid-tgAJqC5RoP svg {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 80px;
  height: 70px;
}
.cid-tgAJqC5RoP svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgAJqC5RoP svg {
    width: 60px;
    height: 50px;
    top: -15px;
    right: -20px;
  }
}
.cid-tgAJqC5RoP .mbr-tile-text {
  color: #0074bc;
  margin: 0;
}
.cid-tgAJqC5RoP .mbr-tile-number {
  color: #0074bc;
  margin: 0;
  text-align: center;
}
.cid-tgAJvuzTL3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgAJvuzTL3 h3,
.cid-tgAJvuzTL3 h4 {
  margin: 0;
}
.cid-tgAJvuzTL3 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tgAJvuzTL3 .mbr-section-title {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJvuzTL3 .mbr-section-subtitle {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJvuzTL3 .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tgAJvuzTL3 .nutrition-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgAJvuzTL3 .tile-one {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJvuzTL3 .tile-one {
    margin-right: 25px;
  }
}
.cid-tgAJvuzTL3 .tile-two {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
.cid-tgAJvuzTL3 .tile-three {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJvuzTL3 .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tgAJvuzTL3 .tile-four {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  position: relative;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJvuzTL3 .tile-four {
    margin-top: 25px;
  }
}
.cid-tgAJvuzTL3 svg {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 80px;
  height: 70px;
}
.cid-tgAJvuzTL3 svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgAJvuzTL3 svg {
    width: 60px;
    height: 50px;
    top: -15px;
    right: -20px;
  }
}
.cid-tgAJvuzTL3 .mbr-tile-text {
  color: #0074bc;
  margin: 0;
}
.cid-tgAJvuzTL3 .mbr-tile-number {
  color: #0074bc;
  margin: 0;
  text-align: center;
}
.cid-tgAJwWp88X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgAJwWp88X h3,
.cid-tgAJwWp88X h4 {
  margin: 0;
}
.cid-tgAJwWp88X .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tgAJwWp88X .mbr-section-title {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJwWp88X .mbr-section-subtitle {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJwWp88X .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tgAJwWp88X .nutrition-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgAJwWp88X .tile-one {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJwWp88X .tile-one {
    margin-right: 25px;
  }
}
.cid-tgAJwWp88X .tile-two {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
.cid-tgAJwWp88X .tile-three {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJwWp88X .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tgAJwWp88X .tile-four {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  position: relative;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJwWp88X .tile-four {
    margin-top: 25px;
  }
}
.cid-tgAJwWp88X svg {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 80px;
  height: 70px;
}
.cid-tgAJwWp88X svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgAJwWp88X svg {
    width: 60px;
    height: 50px;
    top: -15px;
    right: -20px;
  }
}
.cid-tgAJwWp88X .mbr-tile-text {
  color: #0074bc;
  margin: 0;
}
.cid-tgAJwWp88X .mbr-tile-number {
  color: #0074bc;
  margin: 0;
  text-align: center;
}
.cid-tgAJxX3gY8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgAJxX3gY8 h3,
.cid-tgAJxX3gY8 h4 {
  margin: 0;
}
.cid-tgAJxX3gY8 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-tgAJxX3gY8 .mbr-section-title {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJxX3gY8 .mbr-section-subtitle {
  color: #0074bc;
  text-align: center;
}
.cid-tgAJxX3gY8 .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tgAJxX3gY8 .nutrition-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgAJxX3gY8 .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJxX3gY8 .tile-one {
    margin-right: 25px;
  }
}
.cid-tgAJxX3gY8 .tile-two {
  background-color: #1f1437;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
.cid-tgAJxX3gY8 .tile-three {
  background-color: #0074bc;
  border-color: #0074bc;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJxX3gY8 .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tgAJxX3gY8 .tile-four {
  background-color: #0074bc;
  border-color: #ffffff;
  margin-right: 15px;
  position: relative;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-tgAJxX3gY8 .tile-four {
    margin-top: 25px;
  }
}
.cid-tgAJxX3gY8 svg {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 80px;
  height: 70px;
}
.cid-tgAJxX3gY8 svg path {
  fill: #ffffff;
}
@media (max-width: 767px) {
  .cid-tgAJxX3gY8 svg {
    width: 60px;
    height: 50px;
    top: -15px;
    right: -20px;
  }
}
.cid-tgAJxX3gY8 .mbr-tile-text {
  color: #0074bc;
  margin: 0;
}
.cid-tgAJxX3gY8 .mbr-tile-number {
  color: #0074bc;
  margin: 0;
  text-align: center;
}
.cid-tgzh66T2D7 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tgzh66T2D7 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgzh66T2D7 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgzh66T2D7 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgzh66T2D7 .nav-link.active {
  background: #0074bc;
}
.cid-tgzh66T2D7 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgzh66T2D7 .nav-link:hover {
  background: #0074bc;
}
.cid-tgzh66T2D7 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgzh66T2D7 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgzh66T2D7 .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgzh66T2D7 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgzh66T2D7 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgzh66T2D7 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgzh66T2D7 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgzh66T2D7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgzh66T2D7 .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgzh66T2D7 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgzh66T2D7 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgzh66T2D7 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgzh66T2D7 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgzh66T2D7 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgzh66T2D7 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgzh66T2D7 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgzh66T2D7 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgzh66T2D7 .mbr-text,
  .cid-tgzh66T2D7 .nav-link,
  .cid-tgzh66T2D7 .mbr-card-title,
  .cid-tgzh66T2D7 .mbr-section-title {
    text-align: left;
  }
  .cid-tgzh66T2D7 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgzh66T2D7 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgzh66T2D7 H2 {
  color: #0074bc;
}
.cid-tgzh66T2D7 .tab-pane .wrapper .mbr-card-title,
.cid-tgzh66T2D7 .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgzh66T2D7 .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgAGRtKynt {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tgAGRtKynt h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgAGRtKynt .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgAGRtKynt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgAGRtKynt .nav-link.active {
  background: #0074bc;
}
.cid-tgAGRtKynt .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgAGRtKynt .nav-link:hover {
  background: #0074bc;
}
.cid-tgAGRtKynt .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgAGRtKynt .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgAGRtKynt .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgAGRtKynt .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgAGRtKynt .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgAGRtKynt .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgAGRtKynt .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgAGRtKynt .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgAGRtKynt .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgAGRtKynt .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgAGRtKynt .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgAGRtKynt .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgAGRtKynt .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgAGRtKynt .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgAGRtKynt .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgAGRtKynt .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgAGRtKynt .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgAGRtKynt .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgAGRtKynt .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgAGRtKynt .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgAGRtKynt .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgAGRtKynt .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgAGRtKynt .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgAGRtKynt .mbr-text,
  .cid-tgAGRtKynt .nav-link,
  .cid-tgAGRtKynt .mbr-card-title,
  .cid-tgAGRtKynt .mbr-section-title {
    text-align: left;
  }
  .cid-tgAGRtKynt .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgAGRtKynt .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgAGRtKynt .tab-pane .wrapper .mbr-card-title,
.cid-tgAGRtKynt .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgAGRtKynt .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgFxrA0jkM {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgFxrA0jkM h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgFxrA0jkM .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgFxrA0jkM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgFxrA0jkM .nav-link.active {
  background: #ffa300;
}
.cid-tgFxrA0jkM .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgFxrA0jkM .nav-link:hover {
  background: #ffa300;
}
.cid-tgFxrA0jkM .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgFxrA0jkM .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgFxrA0jkM .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgFxrA0jkM .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgFxrA0jkM .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgFxrA0jkM .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgFxrA0jkM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgFxrA0jkM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgFxrA0jkM .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgFxrA0jkM .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgFxrA0jkM .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgFxrA0jkM .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgFxrA0jkM .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgFxrA0jkM .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgFxrA0jkM .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgFxrA0jkM .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgFxrA0jkM .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgFxrA0jkM .mbr-text,
  .cid-tgFxrA0jkM .nav-link,
  .cid-tgFxrA0jkM .mbr-card-title,
  .cid-tgFxrA0jkM .mbr-section-title {
    text-align: left;
  }
  .cid-tgFxrA0jkM .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgFxrA0jkM .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgFxrA0jkM .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgFxrA0jkM .tab-pane .wrapper .mbr-card-title,
.cid-tgFxrA0jkM .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgFxrA0jkM H2 {
  color: #ffa300;
}
.cid-tgGn8S7d0z {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgGn8S7d0z h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgGn8S7d0z .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgGn8S7d0z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgGn8S7d0z .nav-link.active {
  background: #6ccf15;
}
.cid-tgGn8S7d0z .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgGn8S7d0z .nav-link:hover {
  background: #6ccf15;
}
.cid-tgGn8S7d0z .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgGn8S7d0z .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgGn8S7d0z .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgGn8S7d0z .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgGn8S7d0z .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgGn8S7d0z .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgGn8S7d0z .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgGn8S7d0z .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgGn8S7d0z .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgGn8S7d0z .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgGn8S7d0z .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgGn8S7d0z .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgGn8S7d0z .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgGn8S7d0z .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgGn8S7d0z .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGn8S7d0z .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgGn8S7d0z .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgGn8S7d0z .mbr-text,
  .cid-tgGn8S7d0z .nav-link,
  .cid-tgGn8S7d0z .mbr-card-title,
  .cid-tgGn8S7d0z .mbr-section-title {
    text-align: left;
  }
  .cid-tgGn8S7d0z .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgGn8S7d0z .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgGn8S7d0z .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-tgGn8S7d0z H2 {
  color: #6ccf15;
}
.cid-tgGn8S7d0z .tab-pane .wrapper .mbr-card-title,
.cid-tgGn8S7d0z .img {
  color: #6ccf15;
  text-align: center;
}
.cid-tgGwDLq5LQ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgGwDLq5LQ h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgGwDLq5LQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgGwDLq5LQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgGwDLq5LQ .nav-link.active {
  background: #0074bc;
}
.cid-tgGwDLq5LQ .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgGwDLq5LQ .nav-link:hover {
  background: #0074bc;
}
.cid-tgGwDLq5LQ .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgGwDLq5LQ .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgGwDLq5LQ .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgGwDLq5LQ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgGwDLq5LQ .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgGwDLq5LQ .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgGwDLq5LQ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgGwDLq5LQ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgGwDLq5LQ .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgGwDLq5LQ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgGwDLq5LQ .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgGwDLq5LQ .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgGwDLq5LQ .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgGwDLq5LQ .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgGwDLq5LQ .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgGwDLq5LQ .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgGwDLq5LQ .mbr-text,
  .cid-tgGwDLq5LQ .nav-link,
  .cid-tgGwDLq5LQ .mbr-card-title,
  .cid-tgGwDLq5LQ .mbr-section-title {
    text-align: left;
  }
  .cid-tgGwDLq5LQ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgGwDLq5LQ .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgGwDLq5LQ H2 {
  color: #0074bc;
}
.cid-tgGwDLq5LQ .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgGwDLq5LQ .tab-pane .wrapper .mbr-card-title,
.cid-tgGwDLq5LQ .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgGGpiRd79 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgGGpiRd79 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgGGpiRd79 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgGGpiRd79 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgGGpiRd79 .nav-link.active {
  background: #ffa300;
}
.cid-tgGGpiRd79 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgGGpiRd79 .nav-link:hover {
  background: #ffa300;
}
.cid-tgGGpiRd79 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgGGpiRd79 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgGGpiRd79 .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgGGpiRd79 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgGGpiRd79 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgGGpiRd79 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgGGpiRd79 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgGGpiRd79 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgGGpiRd79 .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgGGpiRd79 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgGGpiRd79 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgGGpiRd79 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgGGpiRd79 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgGGpiRd79 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgGGpiRd79 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGGpiRd79 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgGGpiRd79 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgGGpiRd79 .mbr-text,
  .cid-tgGGpiRd79 .nav-link,
  .cid-tgGGpiRd79 .mbr-card-title,
  .cid-tgGGpiRd79 .mbr-section-title {
    text-align: left;
  }
  .cid-tgGGpiRd79 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgGGpiRd79 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgGGpiRd79 H2 {
  color: #ffa300;
}
.cid-tgGGpiRd79 .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgGGpiRd79 .tab-pane .wrapper .mbr-card-title,
.cid-tgGGpiRd79 .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgGH5MwgpM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgGH5MwgpM h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgGH5MwgpM .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgGH5MwgpM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgGH5MwgpM .nav-link.active {
  background: #ffa300;
}
.cid-tgGH5MwgpM .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgGH5MwgpM .nav-link:hover {
  background: #ffa300;
}
.cid-tgGH5MwgpM .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgGH5MwgpM .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgGH5MwgpM .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgGH5MwgpM .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgGH5MwgpM .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgGH5MwgpM .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgGH5MwgpM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgGH5MwgpM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgGH5MwgpM .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgGH5MwgpM .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgGH5MwgpM .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgGH5MwgpM .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgGH5MwgpM .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgGH5MwgpM .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgGH5MwgpM .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgGH5MwgpM .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgGH5MwgpM .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgGH5MwgpM .mbr-text,
  .cid-tgGH5MwgpM .nav-link,
  .cid-tgGH5MwgpM .mbr-card-title,
  .cid-tgGH5MwgpM .mbr-section-title {
    text-align: left;
  }
  .cid-tgGH5MwgpM .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgGH5MwgpM .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgGH5MwgpM .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgGH5MwgpM .tab-pane .wrapper .mbr-card-title,
.cid-tgGH5MwgpM .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgKQL6FrSb {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgKQL6FrSb h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgKQL6FrSb .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgKQL6FrSb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgKQL6FrSb .nav-link.active {
  background: #6ccf15;
}
.cid-tgKQL6FrSb .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgKQL6FrSb .nav-link:hover {
  background: #6ccf15;
}
.cid-tgKQL6FrSb .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgKQL6FrSb .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgKQL6FrSb .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgKQL6FrSb .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgKQL6FrSb .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgKQL6FrSb .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgKQL6FrSb .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgKQL6FrSb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgKQL6FrSb .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgKQL6FrSb .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgKQL6FrSb .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgKQL6FrSb .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgKQL6FrSb .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgKQL6FrSb .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgKQL6FrSb .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgKQL6FrSb .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgKQL6FrSb .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgKQL6FrSb .mbr-text,
  .cid-tgKQL6FrSb .nav-link,
  .cid-tgKQL6FrSb .mbr-card-title,
  .cid-tgKQL6FrSb .mbr-section-title {
    text-align: left;
  }
  .cid-tgKQL6FrSb .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgKQL6FrSb .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgKQL6FrSb H2 {
  color: #6ccf15;
}
.cid-tgKQL6FrSb .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-tgKQL6FrSb .tab-pane .wrapper .mbr-card-title,
.cid-tgKQL6FrSb .img {
  color: #6ccf15;
  text-align: center;
}
.cid-tgKVnBlp4O {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgKVnBlp4O h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgKVnBlp4O .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgKVnBlp4O .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgKVnBlp4O .nav-link.active {
  background: #0074bc;
}
.cid-tgKVnBlp4O .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgKVnBlp4O .nav-link:hover {
  background: #0074bc;
}
.cid-tgKVnBlp4O .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgKVnBlp4O .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgKVnBlp4O .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgKVnBlp4O .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgKVnBlp4O .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgKVnBlp4O .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgKVnBlp4O .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgKVnBlp4O .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgKVnBlp4O .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgKVnBlp4O .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgKVnBlp4O .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgKVnBlp4O .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgKVnBlp4O .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgKVnBlp4O .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgKVnBlp4O .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgKVnBlp4O .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgKVnBlp4O .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgKVnBlp4O .mbr-text,
  .cid-tgKVnBlp4O .nav-link,
  .cid-tgKVnBlp4O .mbr-card-title,
  .cid-tgKVnBlp4O .mbr-section-title {
    text-align: left;
  }
  .cid-tgKVnBlp4O .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgKVnBlp4O .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgKVnBlp4O H2 {
  color: #0074bc;
}
.cid-tgKVnBlp4O .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgKVnBlp4O .tab-pane .wrapper .mbr-card-title,
.cid-tgKVnBlp4O .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgL4aYpwhT {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgL4aYpwhT h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgL4aYpwhT .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgL4aYpwhT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgL4aYpwhT .nav-link.active {
  background: #ffa300;
}
.cid-tgL4aYpwhT .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgL4aYpwhT .nav-link:hover {
  background: #ffa300;
}
.cid-tgL4aYpwhT .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgL4aYpwhT .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgL4aYpwhT .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgL4aYpwhT .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgL4aYpwhT .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgL4aYpwhT .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgL4aYpwhT .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgL4aYpwhT .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgL4aYpwhT .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgL4aYpwhT .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgL4aYpwhT .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgL4aYpwhT .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgL4aYpwhT .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgL4aYpwhT .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgL4aYpwhT .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgL4aYpwhT .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgL4aYpwhT .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgL4aYpwhT .mbr-text,
  .cid-tgL4aYpwhT .nav-link,
  .cid-tgL4aYpwhT .mbr-card-title,
  .cid-tgL4aYpwhT .mbr-section-title {
    text-align: left;
  }
  .cid-tgL4aYpwhT .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgL4aYpwhT .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgL4aYpwhT H2 {
  color: #ffa300;
}
.cid-tgL4aYpwhT .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgL4aYpwhT .tab-pane .wrapper .mbr-card-title,
.cid-tgL4aYpwhT .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgL66etpqj {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgL66etpqj h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgL66etpqj .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgL66etpqj .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgL66etpqj .nav-link.active {
  background: #6ccf15;
}
.cid-tgL66etpqj .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgL66etpqj .nav-link:hover {
  background: #6ccf15;
}
.cid-tgL66etpqj .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgL66etpqj .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgL66etpqj .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgL66etpqj .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgL66etpqj .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgL66etpqj .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgL66etpqj .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgL66etpqj .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgL66etpqj .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgL66etpqj .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgL66etpqj .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgL66etpqj .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgL66etpqj .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgL66etpqj .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgL66etpqj .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgL66etpqj .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgL66etpqj .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgL66etpqj .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgL66etpqj .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgL66etpqj .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgL66etpqj .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgL66etpqj .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgL66etpqj .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgL66etpqj .mbr-text,
  .cid-tgL66etpqj .nav-link,
  .cid-tgL66etpqj .mbr-card-title,
  .cid-tgL66etpqj .mbr-section-title {
    text-align: left;
  }
  .cid-tgL66etpqj .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgL66etpqj .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgL66etpqj .tab-pane .wrapper .mbr-card-title,
.cid-tgL66etpqj .img {
  text-align: center;
  color: #6ccf15;
}
.cid-tgL66etpqj H2 {
  color: #6ccf15;
}
.cid-tgL66etpqj .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-tgLMsSTwkY {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgLMsSTwkY h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgLMsSTwkY .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgLMsSTwkY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgLMsSTwkY .nav-link.active {
  background: #0074bc;
}
.cid-tgLMsSTwkY .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgLMsSTwkY .nav-link:hover {
  background: #0074bc;
}
.cid-tgLMsSTwkY .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgLMsSTwkY .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgLMsSTwkY .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgLMsSTwkY .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgLMsSTwkY .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgLMsSTwkY .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgLMsSTwkY .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgLMsSTwkY .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgLMsSTwkY .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgLMsSTwkY .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgLMsSTwkY .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgLMsSTwkY .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgLMsSTwkY .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgLMsSTwkY .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgLMsSTwkY .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgLMsSTwkY .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgLMsSTwkY .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgLMsSTwkY .mbr-text,
  .cid-tgLMsSTwkY .nav-link,
  .cid-tgLMsSTwkY .mbr-card-title,
  .cid-tgLMsSTwkY .mbr-section-title {
    text-align: left;
  }
  .cid-tgLMsSTwkY .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgLMsSTwkY .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgLMsSTwkY H2 {
  color: #0074bc;
}
.cid-tgLMsSTwkY .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgLMsSTwkY .tab-pane .wrapper .mbr-card-title,
.cid-tgLMsSTwkY .img {
  text-align: center;
  color: #0074bc;
}
.cid-tgLXMDwsM3 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgLXMDwsM3 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgLXMDwsM3 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgLXMDwsM3 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgLXMDwsM3 .nav-link.active {
  background: #ffa300;
}
.cid-tgLXMDwsM3 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgLXMDwsM3 .nav-link:hover {
  background: #ffa300;
}
.cid-tgLXMDwsM3 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgLXMDwsM3 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgLXMDwsM3 .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgLXMDwsM3 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgLXMDwsM3 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgLXMDwsM3 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgLXMDwsM3 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgLXMDwsM3 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgLXMDwsM3 .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgLXMDwsM3 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgLXMDwsM3 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgLXMDwsM3 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgLXMDwsM3 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgLXMDwsM3 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgLXMDwsM3 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgLXMDwsM3 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgLXMDwsM3 .mbr-text,
  .cid-tgLXMDwsM3 .nav-link,
  .cid-tgLXMDwsM3 .mbr-card-title,
  .cid-tgLXMDwsM3 .mbr-section-title {
    text-align: left;
  }
  .cid-tgLXMDwsM3 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgLXMDwsM3 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgLXMDwsM3 H2 {
  color: #ffa300;
}
.cid-tgLXMDwsM3 .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgLXMDwsM3 .tab-pane .wrapper .mbr-card-title,
.cid-tgLXMDwsM3 .img {
  text-align: center;
  color: #ffa300;
}
.cid-tgM4x4yUVV {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgM4x4yUVV h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgM4x4yUVV .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgM4x4yUVV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgM4x4yUVV .nav-link.active {
  background: #6ccf15;
}
.cid-tgM4x4yUVV .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgM4x4yUVV .nav-link:hover {
  background: #6ccf15;
}
.cid-tgM4x4yUVV .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgM4x4yUVV .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgM4x4yUVV .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgM4x4yUVV .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgM4x4yUVV .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgM4x4yUVV .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgM4x4yUVV .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgM4x4yUVV .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgM4x4yUVV .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgM4x4yUVV .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgM4x4yUVV .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgM4x4yUVV .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgM4x4yUVV .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgM4x4yUVV .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgM4x4yUVV .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgM4x4yUVV .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgM4x4yUVV .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgM4x4yUVV .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgM4x4yUVV .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgM4x4yUVV .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgM4x4yUVV .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgM4x4yUVV .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgM4x4yUVV .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgM4x4yUVV .mbr-text,
  .cid-tgM4x4yUVV .nav-link,
  .cid-tgM4x4yUVV .mbr-card-title,
  .cid-tgM4x4yUVV .mbr-section-title {
    text-align: left;
  }
  .cid-tgM4x4yUVV .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgM4x4yUVV .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgM4x4yUVV .tab-pane .wrapper .mbr-card-title,
.cid-tgM4x4yUVV .img {
  color: #6ccf15;
  text-align: center;
}
.cid-tgM4x4yUVV .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-tgM4x4yUVV H2 {
  color: #6ccf15;
}
.cid-tgM6erg7Qh {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgM6erg7Qh h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgM6erg7Qh .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgM6erg7Qh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgM6erg7Qh .nav-link.active {
  background: #0074bc;
}
.cid-tgM6erg7Qh .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgM6erg7Qh .nav-link:hover {
  background: #0074bc;
}
.cid-tgM6erg7Qh .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgM6erg7Qh .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgM6erg7Qh .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgM6erg7Qh .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgM6erg7Qh .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgM6erg7Qh .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgM6erg7Qh .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgM6erg7Qh .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgM6erg7Qh .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgM6erg7Qh .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgM6erg7Qh .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgM6erg7Qh .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgM6erg7Qh .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgM6erg7Qh .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgM6erg7Qh .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgM6erg7Qh .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgM6erg7Qh .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgM6erg7Qh .mbr-text,
  .cid-tgM6erg7Qh .nav-link,
  .cid-tgM6erg7Qh .mbr-card-title,
  .cid-tgM6erg7Qh .mbr-section-title {
    text-align: left;
  }
  .cid-tgM6erg7Qh .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgM6erg7Qh .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgM6erg7Qh H2 {
  color: #0074bc;
}
.cid-tgM6erg7Qh .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgM6erg7Qh .tab-pane .wrapper .mbr-card-title,
.cid-tgM6erg7Qh .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgMcY7R2E8 {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgMcY7R2E8 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgMcY7R2E8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgMcY7R2E8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgMcY7R2E8 .nav-link.active {
  background: #ffa300;
}
.cid-tgMcY7R2E8 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgMcY7R2E8 .nav-link:hover {
  background: #ffa300;
}
.cid-tgMcY7R2E8 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgMcY7R2E8 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgMcY7R2E8 .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgMcY7R2E8 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgMcY7R2E8 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgMcY7R2E8 .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgMcY7R2E8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgMcY7R2E8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgMcY7R2E8 .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgMcY7R2E8 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgMcY7R2E8 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgMcY7R2E8 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgMcY7R2E8 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgMcY7R2E8 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgMcY7R2E8 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgMcY7R2E8 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgMcY7R2E8 .mbr-text,
  .cid-tgMcY7R2E8 .nav-link,
  .cid-tgMcY7R2E8 .mbr-card-title,
  .cid-tgMcY7R2E8 .mbr-section-title {
    text-align: left;
  }
  .cid-tgMcY7R2E8 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgMcY7R2E8 .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgMcY7R2E8 H2 {
  color: #ffa300;
}
.cid-tgMcY7R2E8 .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgMcY7R2E8 .tab-pane .wrapper .mbr-card-title,
.cid-tgMcY7R2E8 .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgVoElcvut {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgVoElcvut h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgVoElcvut .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgVoElcvut .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgVoElcvut .nav-link.active {
  background: #6ccf15;
}
.cid-tgVoElcvut .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgVoElcvut .nav-link:hover {
  background: #6ccf15;
}
.cid-tgVoElcvut .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgVoElcvut .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgVoElcvut .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgVoElcvut .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgVoElcvut .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgVoElcvut .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgVoElcvut .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgVoElcvut .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgVoElcvut .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgVoElcvut .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgVoElcvut .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgVoElcvut .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgVoElcvut .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgVoElcvut .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgVoElcvut .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVoElcvut .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgVoElcvut .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgVoElcvut .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgVoElcvut .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgVoElcvut .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgVoElcvut .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgVoElcvut .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgVoElcvut .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgVoElcvut .mbr-text,
  .cid-tgVoElcvut .nav-link,
  .cid-tgVoElcvut .mbr-card-title,
  .cid-tgVoElcvut .mbr-section-title {
    text-align: left;
  }
  .cid-tgVoElcvut .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgVoElcvut .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgVoElcvut H2 {
  color: #6ccf15;
}
.cid-tgVoElcvut .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-tgVoElcvut .tab-pane .wrapper .mbr-card-title,
.cid-tgVoElcvut .img {
  color: #6ccf15;
  text-align: center;
}
.cid-tgVwkjOTUZ {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgVwkjOTUZ h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgVwkjOTUZ .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgVwkjOTUZ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgVwkjOTUZ .nav-link.active {
  background: #0074bc;
}
.cid-tgVwkjOTUZ .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgVwkjOTUZ .nav-link:hover {
  background: #0074bc;
}
.cid-tgVwkjOTUZ .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgVwkjOTUZ .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgVwkjOTUZ .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgVwkjOTUZ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgVwkjOTUZ .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgVwkjOTUZ .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgVwkjOTUZ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgVwkjOTUZ .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgVwkjOTUZ .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgVwkjOTUZ .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgVwkjOTUZ .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgVwkjOTUZ .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgVwkjOTUZ .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgVwkjOTUZ .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgVwkjOTUZ .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgVwkjOTUZ .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgVwkjOTUZ .mbr-text,
  .cid-tgVwkjOTUZ .nav-link,
  .cid-tgVwkjOTUZ .mbr-card-title,
  .cid-tgVwkjOTUZ .mbr-section-title {
    text-align: left;
  }
  .cid-tgVwkjOTUZ .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgVwkjOTUZ .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgVwkjOTUZ .tab-pane .wrapper .mbr-card-title,
.cid-tgVwkjOTUZ .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgVwkjOTUZ .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgVwkjOTUZ H2 {
  color: #0074bc;
}
.cid-tgVwLHvTRE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgVwLHvTRE h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgVwLHvTRE .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgVwLHvTRE .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgVwLHvTRE .nav-link.active {
  background: #0074bc;
}
.cid-tgVwLHvTRE .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgVwLHvTRE .nav-link:hover {
  background: #0074bc;
}
.cid-tgVwLHvTRE .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgVwLHvTRE .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgVwLHvTRE .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgVwLHvTRE .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgVwLHvTRE .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgVwLHvTRE .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgVwLHvTRE .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgVwLHvTRE .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgVwLHvTRE .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgVwLHvTRE .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgVwLHvTRE .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgVwLHvTRE .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgVwLHvTRE .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgVwLHvTRE .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgVwLHvTRE .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVwLHvTRE .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgVwLHvTRE .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgVwLHvTRE .mbr-text,
  .cid-tgVwLHvTRE .nav-link,
  .cid-tgVwLHvTRE .mbr-card-title,
  .cid-tgVwLHvTRE .mbr-section-title {
    text-align: left;
  }
  .cid-tgVwLHvTRE .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgVwLHvTRE .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgVwLHvTRE .tab-content .tab-pane .mbr-section-title {
  color: #0074bc;
}
.cid-tgVwLHvTRE .tab-pane .wrapper .mbr-card-title,
.cid-tgVwLHvTRE .img {
  color: #0074bc;
  text-align: center;
}
.cid-tgVRlXFqkz {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgVRlXFqkz h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgVRlXFqkz .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgVRlXFqkz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgVRlXFqkz .nav-link.active {
  background: #ffa300;
}
.cid-tgVRlXFqkz .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgVRlXFqkz .nav-link:hover {
  background: #ffa300;
}
.cid-tgVRlXFqkz .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgVRlXFqkz .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgVRlXFqkz .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgVRlXFqkz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgVRlXFqkz .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgVRlXFqkz .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgVRlXFqkz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgVRlXFqkz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgVRlXFqkz .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgVRlXFqkz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgVRlXFqkz .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgVRlXFqkz .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgVRlXFqkz .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgVRlXFqkz .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgVRlXFqkz .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVRlXFqkz .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgVRlXFqkz .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgVRlXFqkz .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgVRlXFqkz .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgVRlXFqkz .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgVRlXFqkz .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgVRlXFqkz .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgVRlXFqkz .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgVRlXFqkz .mbr-text,
  .cid-tgVRlXFqkz .nav-link,
  .cid-tgVRlXFqkz .mbr-card-title,
  .cid-tgVRlXFqkz .mbr-section-title {
    text-align: left;
  }
  .cid-tgVRlXFqkz .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgVRlXFqkz .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgVRlXFqkz .tab-pane .wrapper .mbr-card-title,
.cid-tgVRlXFqkz .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgVRlXFqkz .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgVRlXFqkz H2 {
  color: #ffa300;
}
.cid-tgVRrttqAC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgVRrttqAC h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgVRrttqAC .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgVRrttqAC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgVRrttqAC .nav-link.active {
  background: #ffa300;
}
.cid-tgVRrttqAC .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgVRrttqAC .nav-link:hover {
  background: #ffa300;
}
.cid-tgVRrttqAC .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgVRrttqAC .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgVRrttqAC .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgVRrttqAC .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgVRrttqAC .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgVRrttqAC .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgVRrttqAC .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgVRrttqAC .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgVRrttqAC .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgVRrttqAC .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgVRrttqAC .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgVRrttqAC .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgVRrttqAC .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgVRrttqAC .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgVRrttqAC .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVRrttqAC .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgVRrttqAC .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgVRrttqAC .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgVRrttqAC .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgVRrttqAC .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgVRrttqAC .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgVRrttqAC .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgVRrttqAC .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgVRrttqAC .mbr-text,
  .cid-tgVRrttqAC .nav-link,
  .cid-tgVRrttqAC .mbr-card-title,
  .cid-tgVRrttqAC .mbr-section-title {
    text-align: left;
  }
  .cid-tgVRrttqAC .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgVRrttqAC .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgVRrttqAC .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-tgVRrttqAC .tab-pane .wrapper .mbr-card-title,
.cid-tgVRrttqAC .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgVRtsxigA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tgVRtsxigA h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-tgVRtsxigA .nav-tabs .nav-item.open .nav-link:focus,
.cid-tgVRtsxigA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tgVRtsxigA .nav-link.active {
  background: #ffa300;
}
.cid-tgVRtsxigA .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-tgVRtsxigA .nav-link:hover {
  background: #ffa300;
}
.cid-tgVRtsxigA .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-tgVRtsxigA .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-tgVRtsxigA .nav-link.display-4 {
  font-size: 15px;
}
.cid-tgVRtsxigA .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-tgVRtsxigA .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-tgVRtsxigA .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-tgVRtsxigA .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-tgVRtsxigA .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-tgVRtsxigA .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-tgVRtsxigA .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tgVRtsxigA .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-tgVRtsxigA .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-tgVRtsxigA .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tgVRtsxigA .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-tgVRtsxigA .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tgVRtsxigA .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-tgVRtsxigA .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-tgVRtsxigA .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-tgVRtsxigA .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-tgVRtsxigA .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-tgVRtsxigA .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tgVRtsxigA .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-tgVRtsxigA .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tgVRtsxigA .mbr-text,
  .cid-tgVRtsxigA .nav-link,
  .cid-tgVRtsxigA .mbr-card-title,
  .cid-tgVRtsxigA .mbr-section-title {
    text-align: left;
  }
  .cid-tgVRtsxigA .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgVRtsxigA .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-tgVRtsxigA .tab-pane .wrapper .mbr-card-title,
.cid-tgVRtsxigA .img {
  color: #ffa300;
  text-align: center;
}
.cid-tgVRtsxigA .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-thx4ApinZv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-thx4ApinZv h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-thx4ApinZv .nav-tabs .nav-item.open .nav-link:focus,
.cid-thx4ApinZv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thx4ApinZv .nav-link.active {
  background: #ffa300;
}
.cid-thx4ApinZv .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-thx4ApinZv .nav-link:hover {
  background: #ffa300;
}
.cid-thx4ApinZv .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-thx4ApinZv .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-thx4ApinZv .nav-link.display-4 {
  font-size: 15px;
}
.cid-thx4ApinZv .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-thx4ApinZv .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-thx4ApinZv .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-thx4ApinZv .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-thx4ApinZv .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-thx4ApinZv .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-thx4ApinZv .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-thx4ApinZv .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-thx4ApinZv .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-thx4ApinZv .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-thx4ApinZv .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-thx4ApinZv .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thx4ApinZv .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-thx4ApinZv .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-thx4ApinZv .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-thx4ApinZv .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-thx4ApinZv .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-thx4ApinZv .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-thx4ApinZv .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-thx4ApinZv .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thx4ApinZv .mbr-text,
  .cid-thx4ApinZv .nav-link,
  .cid-thx4ApinZv .mbr-card-title,
  .cid-thx4ApinZv .mbr-section-title {
    text-align: left;
  }
  .cid-thx4ApinZv .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-thx4ApinZv .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-thx4ApinZv .tab-pane .wrapper .mbr-card-title,
.cid-thx4ApinZv .img {
  text-align: center;
  color: #ffa300;
}
.cid-thx4ApinZv .tab-content .tab-pane .mbr-section-title {
  color: #ffa300;
}
.cid-thx8Ti0qkK {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-thx8Ti0qkK h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-thx8Ti0qkK .nav-tabs .nav-item.open .nav-link:focus,
.cid-thx8Ti0qkK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thx8Ti0qkK .nav-link.active {
  background: #6ccf15;
}
.cid-thx8Ti0qkK .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-thx8Ti0qkK .nav-link:hover {
  background: #6ccf15;
}
.cid-thx8Ti0qkK .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-thx8Ti0qkK .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-thx8Ti0qkK .nav-link.display-4 {
  font-size: 15px;
}
.cid-thx8Ti0qkK .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-thx8Ti0qkK .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-thx8Ti0qkK .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-thx8Ti0qkK .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-thx8Ti0qkK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-thx8Ti0qkK .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-thx8Ti0qkK .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-thx8Ti0qkK .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-thx8Ti0qkK .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-thx8Ti0qkK .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-thx8Ti0qkK .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-thx8Ti0qkK .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thx8Ti0qkK .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-thx8Ti0qkK .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thx8Ti0qkK .mbr-text,
  .cid-thx8Ti0qkK .nav-link,
  .cid-thx8Ti0qkK .mbr-card-title,
  .cid-thx8Ti0qkK .mbr-section-title {
    text-align: left;
  }
  .cid-thx8Ti0qkK .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-thx8Ti0qkK .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-thx8Ti0qkK H2 {
  color: #6ccf15;
}
.cid-thx8Ti0qkK .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-thx8Ti0qkK .tab-pane .wrapper .mbr-card-title,
.cid-thx8Ti0qkK .img {
  color: #6ccf15;
  text-align: center;
}
.cid-thxff8jFiz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-thxff8jFiz h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-thxff8jFiz .nav-tabs .nav-item.open .nav-link:focus,
.cid-thxff8jFiz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thxff8jFiz .nav-link.active {
  background: #6ccf15;
}
.cid-thxff8jFiz .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-thxff8jFiz .nav-link:hover {
  background: #6ccf15;
}
.cid-thxff8jFiz .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-thxff8jFiz .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-thxff8jFiz .nav-link.display-4 {
  font-size: 15px;
}
.cid-thxff8jFiz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-thxff8jFiz .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-thxff8jFiz .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-thxff8jFiz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-thxff8jFiz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-thxff8jFiz .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-thxff8jFiz .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-thxff8jFiz .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-thxff8jFiz .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-thxff8jFiz .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-thxff8jFiz .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-thxff8jFiz .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thxff8jFiz .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-thxff8jFiz .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-thxff8jFiz .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-thxff8jFiz .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-thxff8jFiz .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-thxff8jFiz .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-thxff8jFiz .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-thxff8jFiz .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thxff8jFiz .mbr-text,
  .cid-thxff8jFiz .nav-link,
  .cid-thxff8jFiz .mbr-card-title,
  .cid-thxff8jFiz .mbr-section-title {
    text-align: left;
  }
  .cid-thxff8jFiz .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-thxff8jFiz .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-thxff8jFiz .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-thxff8jFiz .tab-pane .wrapper .mbr-card-title,
.cid-thxff8jFiz .img {
  text-align: center;
  color: #6ccf15;
}
.cid-thxkxGbAPw {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-thxkxGbAPw h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-thxkxGbAPw .nav-tabs .nav-item.open .nav-link:focus,
.cid-thxkxGbAPw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thxkxGbAPw .nav-link.active {
  background: #6ccf15;
}
.cid-thxkxGbAPw .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-thxkxGbAPw .nav-link:hover {
  background: #6ccf15;
}
.cid-thxkxGbAPw .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-thxkxGbAPw .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-thxkxGbAPw .nav-link.display-4 {
  font-size: 15px;
}
.cid-thxkxGbAPw .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-thxkxGbAPw .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-thxkxGbAPw .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-thxkxGbAPw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-thxkxGbAPw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-thxkxGbAPw .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-thxkxGbAPw .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-thxkxGbAPw .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-thxkxGbAPw .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-thxkxGbAPw .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-thxkxGbAPw .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-thxkxGbAPw .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-thxkxGbAPw .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-thxkxGbAPw .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-thxkxGbAPw .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-thxkxGbAPw .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-thxkxGbAPw .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-thxkxGbAPw .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-thxkxGbAPw .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-thxkxGbAPw .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-thxkxGbAPw .mbr-text,
  .cid-thxkxGbAPw .nav-link,
  .cid-thxkxGbAPw .mbr-card-title,
  .cid-thxkxGbAPw .mbr-section-title {
    text-align: left;
  }
  .cid-thxkxGbAPw .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-thxkxGbAPw .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-thxkxGbAPw .tab-content .tab-pane .mbr-section-title {
  color: #6ccf15;
}
.cid-thxkxGbAPw .tab-pane .wrapper .mbr-card-title,
.cid-thxkxGbAPw .img {
  text-align: center;
  color: #6ccf15;
}
.cid-tgzfiG4XHE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tgzfiG4XHE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tgzfiG4XHE H3 {
  color: #0074bc;
}
.cid-tgzfiGAe9G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00558c;
}
.cid-tgzfiGAe9G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tgzfiGAe9G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tgzfiGAe9G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tgzfiGAe9G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tgzfiGAe9G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tgzfiGAe9G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tgzfiGAe9G .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tgzfiGAe9G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tgzfiGAe9G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tgzfiGAe9G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tgzfiGAe9G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgzfiGAe9G .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgzfiGAe9G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tgzfiGAe9G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tib6hghc9J {
  z-index: 1000;
  width: 100%;
}
.cid-tib6hghc9J .navbar-dropdown {
  background-color: #0074bc !important;
  padding: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .menu_box .navbar.opened,
  .cid-tib6hghc9J .menu_box .navbar-collapse {
    background-color: #0074bc !important;
    transition: all 0s ease 0s;
  }
}
.cid-tib6hghc9J nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tib6hghc9J .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-tib6hghc9J .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tib6hghc9J .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tib6hghc9J .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tib6hghc9J .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tib6hghc9J .offcanvas-body .mbr-text,
  .cid-tib6hghc9J .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tib6hghc9J .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #373c42;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tib6hghc9J .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tib6hghc9J ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tib6hghc9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tib6hghc9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tib6hghc9J .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tib6hghc9J li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-tib6hghc9J li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-tib6hghc9J li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tib6hghc9J .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tib6hghc9J .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tib6hghc9J .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .nav-item {
    margin: 0 !important;
  }
}
.cid-tib6hghc9J .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tib6hghc9J .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tib6hghc9J .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tib6hghc9J .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tib6hghc9J .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tib6hghc9J .offcanvas_box {
    display: none;
  }
}
.cid-tib6hghc9J .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tib6hghc9J .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tib6hghc9J .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-tib6hghc9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tib6hghc9J .nav-link {
  position: relative;
}
.cid-tib6hghc9J .container {
  display: flex;
  margin: auto;
}
.cid-tib6hghc9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tib6hghc9J .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tib6hghc9J .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-tib6hghc9J .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tib6hghc9J .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tib6hghc9J .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tib6hghc9J .dropdown-menu,
.cid-tib6hghc9J .navbar.opened {
  background: #0074bc !important;
}
.cid-tib6hghc9J .nav-item:focus,
.cid-tib6hghc9J .nav-link:focus {
  outline: none;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tib6hghc9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tib6hghc9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tib6hghc9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tib6hghc9J .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tib6hghc9J .navbar.opened {
  transition: all 0.3s;
}
.cid-tib6hghc9J .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tib6hghc9J .navbar .navbar-logo img {
  width: auto;
}
.cid-tib6hghc9J .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tib6hghc9J .navbar.collapsed {
  justify-content: center;
}
.cid-tib6hghc9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tib6hghc9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tib6hghc9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tib6hghc9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tib6hghc9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tib6hghc9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tib6hghc9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tib6hghc9J .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tib6hghc9J .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tib6hghc9J .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tib6hghc9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tib6hghc9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tib6hghc9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tib6hghc9J .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tib6hghc9J .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tib6hghc9J .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tib6hghc9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tib6hghc9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tib6hghc9J .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tib6hghc9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tib6hghc9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tib6hghc9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tib6hghc9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tib6hghc9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tib6hghc9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tib6hghc9J .dropdown-item.active,
.cid-tib6hghc9J .dropdown-item:active {
  background-color: transparent;
}
.cid-tib6hghc9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tib6hghc9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tib6hghc9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tib6hghc9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0074bc;
}
.cid-tib6hghc9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tib6hghc9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tib6hghc9J ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tib6hghc9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tib6hghc9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0074bc;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #373c42;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tib6hghc9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tib6hghc9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tib6hghc9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tib6hghc9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tib6hghc9J .navbar {
    height: 70px;
  }
  .cid-tib6hghc9J .navbar.opened {
    height: auto;
  }
  .cid-tib6hghc9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tib6hghc9J .mbr-section-subtitle {
  color: #202020;
}
