@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);

body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Brother-1816-Book';
  font-size: 3.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Brother-1816-Book';
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Brother-1816-Book';
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Brother-1816-Book';
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #095a47 !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #eef7da !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #095a47 !important;
  border-color: #095a47 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #021410 !important;
  border-color: #021410 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #021410 !important;
  border-color: #021410 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #427045 !important;
  border-color: #427045 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #264027 !important;
  border-color: #264027 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #264027 !important;
  border-color: #264027 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eef7da !important;
  border-color: #eef7da !important;
  color: #83ad25 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #83ad25 !important;
  background-color: #d1e99b !important;
  border-color: #d1e99b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #83ad25 !important;
  background-color: #d1e99b !important;
  border-color: #d1e99b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #095a47;
  border-color: #095a47;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #095a47 !important;
  border-color: #095a47 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1c301d;
  color: #1c301d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #427045;
  border-color: #427045;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #427045 !important;
  border-color: #427045 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #c7e586;
  color: #c7e586;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #83ad25;
  background-color: #eef7da;
  border-color: #eef7da;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #83ad25 !important;
  background-color: #eef7da !important;
  border-color: #eef7da !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #095a47 !important;
}
.text-secondary {
  color: #427045 !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #eef7da !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1c301d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c7e586 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #48d678;
}
.alert-warning {
  background-color: #eef7da;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #095a47;
  border-color: #095a47;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #095a47;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #15cea2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Brother-1816-Book';
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #095a47;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #427045 !important;
  border-color: #427045 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #095a47;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #095a47;
  border-bottom-color: #095a47;
}
.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: #095a47 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #427045 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23095a47' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-s0beQbcfDD .nav-item:focus,
.cid-s0beQbcfDD .nav-link:focus {
  outline: none;
}
.cid-s0beQbcfDD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0beQbcfDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s0beQbcfDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s0beQbcfDD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s0beQbcfDD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s0beQbcfDD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-s0beQbcfDD .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-s0beQbcfDD .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-s0beQbcfDD .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s0beQbcfDD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s0beQbcfDD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-s0beQbcfDD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s0beQbcfDD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s0beQbcfDD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s0beQbcfDD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s0beQbcfDD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s0beQbcfDD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s0beQbcfDD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s0beQbcfDD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s0beQbcfDD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s0beQbcfDD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s0beQbcfDD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s0beQbcfDD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s0beQbcfDD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s0beQbcfDD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s0beQbcfDD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s0beQbcfDD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s0beQbcfDD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s0beQbcfDD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s0beQbcfDD .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-s0beQbcfDD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s0beQbcfDD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s0beQbcfDD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s0beQbcfDD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s0beQbcfDD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s0beQbcfDD .dropdown-item.active,
.cid-s0beQbcfDD .dropdown-item:active {
  background-color: transparent;
}
.cid-s0beQbcfDD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s0beQbcfDD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s0beQbcfDD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s0beQbcfDD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-s0beQbcfDD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s0beQbcfDD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s0beQbcfDD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0beQbcfDD .navbar-buttons {
  text-align: center;
}
.cid-s0beQbcfDD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0beQbcfDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-s0beQbcfDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s0beQbcfDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s0beQbcfDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s0beQbcfDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s0beQbcfDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0beQbcfDD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s0beQbcfDD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s0beQbcfDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s0beQbcfDD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s0beQbcfDD a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0beQbcfDD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s0beQbcfDD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-s0beQbcfDD .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-s0beQbcfDD .nav-link:hover,
.cid-s0beQbcfDD .dropdown-item:hover,
.cid-s0beQbcfDD .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s0beQbcfDD .navbar {
    height: 77px;
  }
  .cid-s0beQbcfDD .navbar.opened {
    height: auto;
  }
}
.cid-s4kSlSbQ7M {
  background-image: url("../../../assets/images/manyu-varma-mm6cuv3b9m8-unsplash-1920x1280.jpg");
}
.cid-s4kSlSbQ7M .mbr-section-title DIV {
  text-align: center;
}
.cid-s4kSlSbQ7M .mbr-text,
.cid-s4kSlSbQ7M .mbr-section-btn {
  text-align: left;
}
.cid-s4kSlSbQ7M .mbr-section-title {
  text-align: left;
}
.cid-s05g2CPunT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s05g2CPunT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-s05g2CPunT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s05g2CPunT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-s05g2CPunT .mbr-text,
.cid-s05g2CPunT .mbr-section-btn {
  color: #303d3a;
}
.cid-s05g2CPunT H1 {
  color: #095a47;
}
.cid-s4lczVziBQ {
  padding-top: 450px;
  padding-bottom: 450px;
  background-image: url("../../../assets/images/vikram-pataskar-etiy6hv7xqi-unsplash-1920x2688.jpg");
}
.cid-s4lczVziBQ .mbr-section-title DIV {
  text-align: center;
}
.cid-s4lczVziBQ .mbr-text,
.cid-s4lczVziBQ .mbr-section-btn {
  text-align: center;
  color: #c2c2c2;
}
.cid-s4lczVziBQ .mbr-section-title {
  text-align: center;
}
.cid-s4lnQFzwnR {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/himalayas-2000x1422.jpg");
}
.cid-s4lnQFzwnR H3 {
  text-align: center;
  color: #095a47;
}
.cid-s4lnQFzwnR H1 {
  text-align: center;
  color: #095a47;
}
.cid-s4lnQFzwnR .mbr-text,
.cid-s4lnQFzwnR .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-salvJg2Hbh {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-salvJg2Hbh .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-salvJg2Hbh .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-salvJg2Hbh p {
  line-height: 1.6;
}
.cid-salvJg2Hbh .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-salvJg2Hbh .card-title {
  color: #052b22;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-salvJg2Hbh .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-salvJg2Hbh img {
  transition: all 0.3s;
}
.cid-salvJg2Hbh .card-box {
  padding: 1.5rem;
}
.cid-salvJg2Hbh .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-salvJg2Hbh .card-box > p,
.cid-salvJg2Hbh .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-salvJg2Hbh .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s4qq9uje7J {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/lungta-1582x1000.png");
}
.cid-s4qq9uje7J H3 {
  text-align: center;
  color: #095a47;
}
.cid-s4qq9uje7J H1 {
  text-align: center;
  color: #095a47;
}
.cid-s4qq9uje7J .mbr-text,
.cid-s4qq9uje7J .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-saly48rCCM {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saly48rCCM .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-saly48rCCM .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-saly48rCCM p {
  line-height: 1.6;
}
.cid-saly48rCCM .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-saly48rCCM .card-title {
  color: #052b22;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-saly48rCCM .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-saly48rCCM img {
  transition: all 0.3s;
}
.cid-saly48rCCM .card-box {
  padding: 1.5rem;
}
.cid-saly48rCCM .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-saly48rCCM .card-box > p,
.cid-saly48rCCM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-saly48rCCM .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s4rsKvA1h0 {
  padding-top: 255px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/983-1-1022x949.jpg");
}
.cid-s4rsKvA1h0 .mbr-section-title DIV {
  text-align: center;
}
.cid-s4rsKvA1h0 .mbr-text,
.cid-s4rsKvA1h0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-s4rsKvA1h0 .mbr-section-title {
  text-align: center;
  color: #095a47;
}
.cid-sb1SqAXAKw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sb1SqAXAKw .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-sb1SqAXAKw .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-sb1SqAXAKw p {
  line-height: 1.6;
}
.cid-sb1SqAXAKw .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-sb1SqAXAKw .card-title {
  color: #052b22;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-sb1SqAXAKw .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-sb1SqAXAKw img {
  transition: all 0.3s;
}
.cid-sb1SqAXAKw .card-box {
  padding: 1.5rem;
}
.cid-sb1SqAXAKw .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sb1SqAXAKw .card-box > p,
.cid-sb1SqAXAKw .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sb1SqAXAKw .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s4rxxvx8IE {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/desert-landscape-1280x720.png");
}
.cid-s4rxxvx8IE .mbr-section-title DIV {
  text-align: center;
}
.cid-s4rxxvx8IE .mbr-text,
.cid-s4rxxvx8IE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-s4rxxvx8IE .mbr-section-title {
  text-align: center;
  color: #095a47;
}
.cid-salyAaXGk5 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-salyAaXGk5 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-salyAaXGk5 .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-salyAaXGk5 p {
  line-height: 1.6;
}
.cid-salyAaXGk5 .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-salyAaXGk5 .card-title {
  color: #052b22;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-salyAaXGk5 .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-salyAaXGk5 img {
  transition: all 0.3s;
}
.cid-salyAaXGk5 .card-box {
  padding: 1.5rem;
}
.cid-salyAaXGk5 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-salyAaXGk5 .card-box > p,
.cid-salyAaXGk5 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-salyAaXGk5 .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s04LtgFWTs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef7da;
}
.cid-s04LtgFWTs .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-s04LtgFWTs .mbr-text {
  color: #656565;
}
.cid-s04LtgFWTs p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-s04LtgFWTs .card {
    margin-bottom: 2rem;
  }
}
.cid-s04LtgFWTs .card-title,
.cid-s04LtgFWTs .card-img {
  color: #095a47;
}
.cid-s04LtgFWTs .mbr-section-title {
  text-align: center;
  color: #095a47;
}
.cid-s04LtgFWTs .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-s0aTPUGEWW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s0aTPUGEWW .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #f8ffea;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-s0aTPUGEWW .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-s0aTPUGEWW p {
  line-height: 1.6;
}
.cid-s0aTPUGEWW .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-s0aTPUGEWW .card-title {
  color: #095a47;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-s0aTPUGEWW .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-s0aTPUGEWW img {
  transition: all 0.3s;
}
.cid-s0aTPUGEWW .card-box {
  padding: 1.5rem;
}
.cid-s0aTPUGEWW .mbr-section-title {
  margin: 0 auto;
  color: #c2caaf;
  text-align: center;
}
.cid-s0aTPUGEWW .card-box > p,
.cid-s0aTPUGEWW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-s0aTPUGEWW .mbr-section-sub-title {
  text-align: center;
  color: #7b8467;
}
.cid-s0b5hjIKN7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-s0b5hjIKN7 H2 {
  color: #89b758;
}
.cid-s0b5hjIKN7 .mbr-text,
.cid-s0b5hjIKN7 .mbr-section-btn {
  color: #808080;
}
.cid-s0b5hjIKN7 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s0b5hjIKN7 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-s0b5hjIKN7 H1 {
  color: #29361a;
}
.cid-s0b4EU6DiV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-s0b4EU6DiV .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-s0b4EU6DiV .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-s0b4EU6DiV .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-s0b4EU6DiV .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-s0b4EU6DiV .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0b4EU6DiV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s0b4EU6DiV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s0b4EU6DiV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s0b4EU6DiV .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s0b4EU6DiV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-s0b4EU6DiV .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s0b4EU6DiV .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s0b4EU6DiV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s0b4EU6DiV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s0b4EU6DiV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s0b4EU6DiV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s0b4EU6DiV H1 {
  color: #ffffff;
}
.cid-s0b4EU6DiV .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sb1TrRzKQ3 .nav-item:focus,
.cid-sb1TrRzKQ3 .nav-link:focus {
  outline: none;
}
.cid-sb1TrRzKQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sb1TrRzKQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sb1TrRzKQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sb1TrRzKQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sb1TrRzKQ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sb1TrRzKQ3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sb1TrRzKQ3 .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sb1TrRzKQ3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sb1TrRzKQ3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sb1TrRzKQ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sb1TrRzKQ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sb1TrRzKQ3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sb1TrRzKQ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sb1TrRzKQ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sb1TrRzKQ3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sb1TrRzKQ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sb1TrRzKQ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sb1TrRzKQ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sb1TrRzKQ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sb1TrRzKQ3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sb1TrRzKQ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sb1TrRzKQ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sb1TrRzKQ3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sb1TrRzKQ3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sb1TrRzKQ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sb1TrRzKQ3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sb1TrRzKQ3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sb1TrRzKQ3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sb1TrRzKQ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sb1TrRzKQ3 .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sb1TrRzKQ3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sb1TrRzKQ3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sb1TrRzKQ3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sb1TrRzKQ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sb1TrRzKQ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sb1TrRzKQ3 .dropdown-item.active,
.cid-sb1TrRzKQ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sb1TrRzKQ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sb1TrRzKQ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sb1TrRzKQ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sb1TrRzKQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sb1TrRzKQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sb1TrRzKQ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sb1TrRzKQ3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sb1TrRzKQ3 .navbar-buttons {
  text-align: center;
}
.cid-sb1TrRzKQ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sb1TrRzKQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sb1TrRzKQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sb1TrRzKQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sb1TrRzKQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sb1TrRzKQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sb1TrRzKQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sb1TrRzKQ3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sb1TrRzKQ3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sb1TrRzKQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sb1TrRzKQ3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sb1TrRzKQ3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sb1TrRzKQ3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sb1TrRzKQ3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sb1TrRzKQ3 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sb1TrRzKQ3 .nav-link:hover,
.cid-sb1TrRzKQ3 .dropdown-item:hover,
.cid-sb1TrRzKQ3 .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sb1TrRzKQ3 .navbar {
    height: 77px;
  }
  .cid-sb1TrRzKQ3 .navbar.opened {
    height: auto;
  }
}
.cid-sb1TrToFND {
  background-image: url("../../../assets/images/11-1024x768.jpg");
}
.cid-sb1TrToFND .mbr-section-title DIV {
  text-align: center;
}
.cid-sb1TrToFND .mbr-text,
.cid-sb1TrToFND .mbr-section-btn {
  text-align: left;
}
.cid-sb1TrToFND .mbr-section-title {
  text-align: left;
}
.cid-sb8l6BdBzW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sb8l6BdBzW .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sb8l6BdBzW .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sb8l6BdBzW .title {
    width: 100% !important;
  }
}
.cid-sb8l6BdBzW .mbr-text,
.cid-sb8l6BdBzW .mbr-section-btn {
  color: #000000;
}
.cid-sb8l6BdBzW .mbr-section-subtitle,
.cid-sb8l6BdBzW .underline {
  color: #095a47;
}
.cid-sb8l6BdBzW .mbr-section-title {
  color: #b9aa77;
}
.cid-sb8txMsVjf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sb8txMsVjf h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sb8txMsVjf h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sb8txMsVjf .mbr-text,
.cid-sb8txMsVjf .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sb8txMsVjf H1 {
  text-align: center;
  color: #095a47;
}
.cid-sb8vMy2AFa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sb8vMy2AFa .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sb8vMy2AFa .carousel-item.active,
.cid-sb8vMy2AFa .carousel-item-next,
.cid-sb8vMy2AFa .carousel-item-prev {
  display: flex;
}
.cid-sb8vMy2AFa .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sb8vMy2AFa .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sb8vMy2AFa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sb8vMy2AFa .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sb8vMy2AFa .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sb8vMy2AFa .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sb8vMy2AFa .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sb8vMy2AFa H1 {
  color: #36404c;
}
.cid-sb8vMy2AFa .mbr-text,
.cid-sb8vMy2AFa .mbr-section-btn {
  color: #767676;
}
.cid-sb8vMy2AFa .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sb8vMy2AFa .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sb8vMy2AFa .author {
  margin: auto 0;
}
.cid-sb8vMy2AFa h3,
.cid-sb8vMy2AFa h4 {
  margin: 0;
  padding: 0;
}
.cid-sb8vMy2AFa H3 {
  color: #36404c;
}
.cid-sb8vMy2AFa H4 {
  color: #767676;
}
.cid-sb8vMy2AFa .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sb8vMy2AFa .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sb8vMy2AFa .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd1y4yZK1Q {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/18-1-1024x768.jpg");
}
.cid-sd1y4yZK1Q .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd1y4yZK1Q .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd1y4yZK1Q .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd1y4yZK1Q .image {
  margin: auto;
}
.cid-sd1y4yZK1Q .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd1y4yZK1Q .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd1y4yZK1Q .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd1y4yZK1Q .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd1y4yZK1Q .bottom__block {
  margin-bottom: 40px;
}
.cid-sd1y4yZK1Q .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd1y4yZK1Q .card__text {
  color: #d0d0d0;
}
.cid-sd1y4yZK1Q .mbr-text,
.cid-sd1y4yZK1Q .linked {
  color: #d0d0d0;
}
.cid-sd1y4yZK1Q .mbr-text,
.cid-sd1y4yZK1Q .linked {
  color: #ffffff;
}
.cid-sb1ZzxZtAw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef7da;
}
.cid-sb1ZzxZtAw .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #095a47;
  text-align: center;
}
.cid-sb1ZzxZtAw .nav {
  border: none;
}
.cid-sb1ZzxZtAw .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sb1ZzxZtAw .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #095a47;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px -0.5px 1rem -0.5px;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #095a47;
}
.cid-sb1ZzxZtAw .nav-tabs .nav-link:hover {
  border: 1px solid #095a47;
  background-color: #095a47;
  color: #ffffff;
}
.cid-sb1ZzxZtAw .nav-tabs .nav-link.active {
  border: 1px solid #095a47;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #095a47;
}
.cid-sb1ZzxZtAw P {
  text-align: center;
}
.cid-sbcAwSHHZ7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbcAwSHHZ7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbcAwSHHZ7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbcAwSHHZ7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbcAwSHHZ7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbcAwSHHZ7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sbcAwSHHZ7 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter ul {
  display: block;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sbcAwSHHZ7 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sbcAwSHHZ7 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sbcAwSHHZ7 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sbcAwSHHZ7 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sbcAwSHHZ7 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sbcAwSHHZ7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sbcAwSHHZ7 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sbcAwSHHZ7 .icon-focus:before {
  content: '\e95e';
}
.cid-sbcAwSHHZ7 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sbcAwSHHZ7 .mbr-section-title {
  margin: 0;
}
.cid-sbcAwSHHZ7 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sbcAwSHHZ7 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sbcAwSHHZ7 .mbr-section-title,
.cid-sbcAwSHHZ7 .underline {
  color: #095a47;
}
.cid-sbcYb4wjWN {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbcYb4wjWN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sbcYb4wjWN .form-row {
  justify-content: flex-end;
}
.cid-sbcYb4wjWN .form-control,
.cid-sbcYb4wjWN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sbcYb4wjWN .form-control:hover,
.cid-sbcYb4wjWN .field-input:hover,
.cid-sbcYb4wjWN .form-control:focus,
.cid-sbcYb4wjWN .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sbcYb4wjWN input::-webkit-input-placeholder,
.cid-sbcYb4wjWN textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sbcYb4wjWN input:-moz-placeholder,
.cid-sbcYb4wjWN textarea:-moz-placeholder {
  color: #767676;
}
.cid-sbcYb4wjWN .jq-selectbox li,
.cid-sbcYb4wjWN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sbcYb4wjWN .jq-selectbox li:hover,
.cid-sbcYb4wjWN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sbcYb4wjWN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sbcYb4wjWN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sbcYb4wjWN textarea {
  min-height: 150px;
}
.cid-sbcYb4wjWN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sbcYb4wjWN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sbcYb4wjWN .mbr-text,
.cid-sbcYb4wjWN .mbr-section-btn {
  color: #767676;
}
.cid-sbcYb4wjWN H1 {
  color: #095a47;
}
.cid-sb1Ts6vosi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sb1Ts6vosi H2 {
  color: #89b758;
}
.cid-sb1Ts6vosi .mbr-text,
.cid-sb1Ts6vosi .mbr-section-btn {
  color: #808080;
}
.cid-sb1Ts6vosi img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sb1Ts6vosi img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sb1Ts6vosi H1 {
  color: #29361a;
}
.cid-sb1Ts7uP1F {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sb1Ts7uP1F .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sb1Ts7uP1F .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sb1Ts7uP1F .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sb1Ts7uP1F .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sb1Ts7uP1F .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sb1Ts7uP1F .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sb1Ts7uP1F .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sb1Ts7uP1F .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sb1Ts7uP1F .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sb1Ts7uP1F .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sb1Ts7uP1F .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sb1Ts7uP1F .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sb1Ts7uP1F .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sb1Ts7uP1F .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sb1Ts7uP1F .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sb1Ts7uP1F .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sb1Ts7uP1F H1 {
  color: #ffffff;
}
.cid-sb1Ts7uP1F .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd1BAkpeOj .nav-item:focus,
.cid-sd1BAkpeOj .nav-link:focus {
  outline: none;
}
.cid-sd1BAkpeOj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1BAkpeOj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd1BAkpeOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd1BAkpeOj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1BAkpeOj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd1BAkpeOj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd1BAkpeOj .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd1BAkpeOj .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd1BAkpeOj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd1BAkpeOj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd1BAkpeOj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd1BAkpeOj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd1BAkpeOj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd1BAkpeOj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd1BAkpeOj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd1BAkpeOj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd1BAkpeOj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd1BAkpeOj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd1BAkpeOj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd1BAkpeOj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd1BAkpeOj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd1BAkpeOj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd1BAkpeOj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd1BAkpeOj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd1BAkpeOj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd1BAkpeOj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd1BAkpeOj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd1BAkpeOj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd1BAkpeOj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd1BAkpeOj .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd1BAkpeOj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd1BAkpeOj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd1BAkpeOj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd1BAkpeOj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd1BAkpeOj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd1BAkpeOj .dropdown-item.active,
.cid-sd1BAkpeOj .dropdown-item:active {
  background-color: transparent;
}
.cid-sd1BAkpeOj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd1BAkpeOj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd1BAkpeOj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd1BAkpeOj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd1BAkpeOj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd1BAkpeOj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd1BAkpeOj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd1BAkpeOj .navbar-buttons {
  text-align: center;
}
.cid-sd1BAkpeOj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd1BAkpeOj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd1BAkpeOj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd1BAkpeOj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1BAkpeOj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1BAkpeOj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd1BAkpeOj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1BAkpeOj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd1BAkpeOj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd1BAkpeOj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1BAkpeOj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd1BAkpeOj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1BAkpeOj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd1BAkpeOj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd1BAkpeOj .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd1BAkpeOj .nav-link:hover,
.cid-sd1BAkpeOj .dropdown-item:hover,
.cid-sd1BAkpeOj .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd1BAkpeOj .navbar {
    height: 77px;
  }
  .cid-sd1BAkpeOj .navbar.opened {
    height: auto;
  }
}
.cid-sd1BAmeQ3h {
  background-image: url("../../../assets/images/raisa-nastukova-72gwiojcwoi-unsplash-1920x1280.jpg");
}
.cid-sd1BAmeQ3h .mbr-section-title DIV {
  text-align: center;
}
.cid-sd1BAmeQ3h .mbr-text,
.cid-sd1BAmeQ3h .mbr-section-btn {
  text-align: left;
}
.cid-sd1BAmeQ3h .mbr-section-title {
  text-align: left;
}
.cid-sd1BAntFHK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd1BAntFHK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd1BAntFHK .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd1BAntFHK .title {
    width: 100% !important;
  }
}
.cid-sd1BAntFHK .mbr-text,
.cid-sd1BAntFHK .mbr-section-btn {
  color: #000000;
}
.cid-sd1BAntFHK .mbr-section-subtitle,
.cid-sd1BAntFHK .underline {
  color: #095a47;
}
.cid-sd1BAntFHK .mbr-section-title {
  color: #b9aa77;
}
.cid-sd1BAobsxB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd1BAobsxB h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd1BAobsxB h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1BAobsxB .mbr-text,
.cid-sd1BAobsxB .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd1BAobsxB H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd1BAoQo2n {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd1BAoQo2n .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd1BAoQo2n .carousel-item.active,
.cid-sd1BAoQo2n .carousel-item-next,
.cid-sd1BAoQo2n .carousel-item-prev {
  display: flex;
}
.cid-sd1BAoQo2n .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd1BAoQo2n .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd1BAoQo2n .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd1BAoQo2n .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd1BAoQo2n .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd1BAoQo2n .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd1BAoQo2n .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd1BAoQo2n H1 {
  color: #36404c;
}
.cid-sd1BAoQo2n .mbr-text,
.cid-sd1BAoQo2n .mbr-section-btn {
  color: #767676;
}
.cid-sd1BAoQo2n .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd1BAoQo2n .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd1BAoQo2n .author {
  margin: auto 0;
}
.cid-sd1BAoQo2n h3,
.cid-sd1BAoQo2n h4 {
  margin: 0;
  padding: 0;
}
.cid-sd1BAoQo2n H3 {
  color: #36404c;
}
.cid-sd1BAoQo2n H4 {
  color: #767676;
}
.cid-sd1BAoQo2n .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd1BAoQo2n .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd1BAoQo2n .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd1BAqVPyl {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/raisa-nastukova-fydvutnoatc-unsplash-2000x1249.jpg");
}
.cid-sd1BAqVPyl .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd1BAqVPyl .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd1BAqVPyl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd1BAqVPyl .image {
  margin: auto;
}
.cid-sd1BAqVPyl .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd1BAqVPyl .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd1BAqVPyl .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd1BAqVPyl .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd1BAqVPyl .bottom__block {
  margin-bottom: 40px;
}
.cid-sd1BAqVPyl .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd1BAqVPyl .card__text {
  color: #d0d0d0;
}
.cid-sd1BAqVPyl .mbr-text,
.cid-sd1BAqVPyl .linked {
  color: #d0d0d0;
}
.cid-sd1BAqVPyl .mbr-text,
.cid-sd1BAqVPyl .linked {
  color: #ffffff;
}
.cid-sd1BAsEHa1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd1BAsEHa1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1BAsEHa1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1BAsEHa1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1BAsEHa1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1BAsEHa1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd1BAsEHa1 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter ul {
  display: block;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd1BAsEHa1 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd1BAsEHa1 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd1BAsEHa1 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd1BAsEHa1 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd1BAsEHa1 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd1BAsEHa1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd1BAsEHa1 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd1BAsEHa1 .icon-focus:before {
  content: '\e95e';
}
.cid-sd1BAsEHa1 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd1BAsEHa1 .mbr-section-title {
  margin: 0;
}
.cid-sd1BAsEHa1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd1BAsEHa1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd1BAsEHa1 .mbr-section-title,
.cid-sd1BAsEHa1 .underline {
  color: #095a47;
}
.cid-sd1BAtyFEr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd1BAtyFEr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd1BAtyFEr .form-row {
  justify-content: flex-end;
}
.cid-sd1BAtyFEr .form-control,
.cid-sd1BAtyFEr .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd1BAtyFEr .form-control:hover,
.cid-sd1BAtyFEr .field-input:hover,
.cid-sd1BAtyFEr .form-control:focus,
.cid-sd1BAtyFEr .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd1BAtyFEr input::-webkit-input-placeholder,
.cid-sd1BAtyFEr textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd1BAtyFEr input:-moz-placeholder,
.cid-sd1BAtyFEr textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd1BAtyFEr .jq-selectbox li,
.cid-sd1BAtyFEr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1BAtyFEr .jq-selectbox li:hover,
.cid-sd1BAtyFEr .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1BAtyFEr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1BAtyFEr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1BAtyFEr textarea {
  min-height: 150px;
}
.cid-sd1BAtyFEr h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd1BAtyFEr h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1BAtyFEr .mbr-text,
.cid-sd1BAtyFEr .mbr-section-btn {
  color: #767676;
}
.cid-sd1BAtyFEr H1 {
  color: #095a47;
}
.cid-sd1BAuSucR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd1BAuSucR H2 {
  color: #89b758;
}
.cid-sd1BAuSucR .mbr-text,
.cid-sd1BAuSucR .mbr-section-btn {
  color: #808080;
}
.cid-sd1BAuSucR img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd1BAuSucR img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd1BAuSucR H1 {
  color: #29361a;
}
.cid-sd1BAvCWGu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd1BAvCWGu .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd1BAvCWGu .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd1BAvCWGu .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd1BAvCWGu .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd1BAvCWGu .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1BAvCWGu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd1BAvCWGu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd1BAvCWGu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd1BAvCWGu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd1BAvCWGu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd1BAvCWGu .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd1BAvCWGu .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd1BAvCWGu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd1BAvCWGu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd1BAvCWGu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd1BAvCWGu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd1BAvCWGu H1 {
  color: #ffffff;
}
.cid-sd1BAvCWGu .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd1E0z6IwV .nav-item:focus,
.cid-sd1E0z6IwV .nav-link:focus {
  outline: none;
}
.cid-sd1E0z6IwV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1E0z6IwV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd1E0z6IwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd1E0z6IwV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1E0z6IwV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd1E0z6IwV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd1E0z6IwV .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd1E0z6IwV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd1E0z6IwV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd1E0z6IwV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd1E0z6IwV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd1E0z6IwV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd1E0z6IwV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd1E0z6IwV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd1E0z6IwV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd1E0z6IwV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd1E0z6IwV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd1E0z6IwV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd1E0z6IwV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd1E0z6IwV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd1E0z6IwV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd1E0z6IwV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd1E0z6IwV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd1E0z6IwV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd1E0z6IwV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd1E0z6IwV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd1E0z6IwV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd1E0z6IwV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd1E0z6IwV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd1E0z6IwV .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd1E0z6IwV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd1E0z6IwV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd1E0z6IwV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd1E0z6IwV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd1E0z6IwV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd1E0z6IwV .dropdown-item.active,
.cid-sd1E0z6IwV .dropdown-item:active {
  background-color: transparent;
}
.cid-sd1E0z6IwV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd1E0z6IwV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd1E0z6IwV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd1E0z6IwV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd1E0z6IwV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd1E0z6IwV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd1E0z6IwV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd1E0z6IwV .navbar-buttons {
  text-align: center;
}
.cid-sd1E0z6IwV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd1E0z6IwV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd1E0z6IwV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd1E0z6IwV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1E0z6IwV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1E0z6IwV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd1E0z6IwV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1E0z6IwV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd1E0z6IwV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd1E0z6IwV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1E0z6IwV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd1E0z6IwV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1E0z6IwV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd1E0z6IwV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd1E0z6IwV .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd1E0z6IwV .nav-link:hover,
.cid-sd1E0z6IwV .dropdown-item:hover,
.cid-sd1E0z6IwV .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd1E0z6IwV .navbar {
    height: 77px;
  }
  .cid-sd1E0z6IwV .navbar.opened {
    height: auto;
  }
}
.cid-sd1E0Bl8b5 {
  background-image: url("../../../assets/images/black-stork-1821893-1920-1920x1280.jpg");
}
.cid-sd1E0Bl8b5 .mbr-section-title DIV {
  text-align: center;
}
.cid-sd1E0Bl8b5 .mbr-text,
.cid-sd1E0Bl8b5 .mbr-section-btn {
  text-align: left;
}
.cid-sd1E0Bl8b5 .mbr-section-title {
  text-align: left;
}
.cid-sd1E0CCEtC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd1E0CCEtC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd1E0CCEtC .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd1E0CCEtC .title {
    width: 100% !important;
  }
}
.cid-sd1E0CCEtC .mbr-text,
.cid-sd1E0CCEtC .mbr-section-btn {
  color: #000000;
}
.cid-sd1E0CCEtC .mbr-section-subtitle,
.cid-sd1E0CCEtC .underline {
  color: #095a47;
}
.cid-sd1E0CCEtC .mbr-section-title {
  color: #b9aa77;
}
.cid-sd1E0DdRXx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd1E0DdRXx h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd1E0DdRXx h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1E0DdRXx .mbr-text,
.cid-sd1E0DdRXx .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd1E0DdRXx H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd1E0Eh9Eh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd1E0Eh9Eh .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd1E0Eh9Eh .carousel-item.active,
.cid-sd1E0Eh9Eh .carousel-item-next,
.cid-sd1E0Eh9Eh .carousel-item-prev {
  display: flex;
}
.cid-sd1E0Eh9Eh .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd1E0Eh9Eh .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd1E0Eh9Eh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd1E0Eh9Eh .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd1E0Eh9Eh .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd1E0Eh9Eh .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd1E0Eh9Eh .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd1E0Eh9Eh H1 {
  color: #36404c;
}
.cid-sd1E0Eh9Eh .mbr-text,
.cid-sd1E0Eh9Eh .mbr-section-btn {
  color: #767676;
}
.cid-sd1E0Eh9Eh .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd1E0Eh9Eh .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd1E0Eh9Eh .author {
  margin: auto 0;
}
.cid-sd1E0Eh9Eh h3,
.cid-sd1E0Eh9Eh h4 {
  margin: 0;
  padding: 0;
}
.cid-sd1E0Eh9Eh H3 {
  color: #36404c;
}
.cid-sd1E0Eh9Eh H4 {
  color: #767676;
}
.cid-sd1E0Eh9Eh .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd1E0Eh9Eh .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd1E0Eh9Eh .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd1E0H0xIz {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/temple-1166023-1920-1920x1280.jpg");
}
.cid-sd1E0H0xIz .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd1E0H0xIz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd1E0H0xIz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd1E0H0xIz .image {
  margin: auto;
}
.cid-sd1E0H0xIz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd1E0H0xIz .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd1E0H0xIz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd1E0H0xIz .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd1E0H0xIz .bottom__block {
  margin-bottom: 40px;
}
.cid-sd1E0H0xIz .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd1E0H0xIz .card__text {
  color: #d0d0d0;
}
.cid-sd1E0H0xIz .mbr-text,
.cid-sd1E0H0xIz .linked {
  color: #d0d0d0;
}
.cid-sd1E0H0xIz .mbr-text,
.cid-sd1E0H0xIz .linked {
  color: #ffffff;
}
.cid-sd1E0HP8eJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd1E0HP8eJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1E0HP8eJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1E0HP8eJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1E0HP8eJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1E0HP8eJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd1E0HP8eJ .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter ul {
  display: block;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd1E0HP8eJ .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd1E0HP8eJ .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd1E0HP8eJ .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd1E0HP8eJ .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd1E0HP8eJ .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd1E0HP8eJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd1E0HP8eJ .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd1E0HP8eJ .icon-focus:before {
  content: '\e95e';
}
.cid-sd1E0HP8eJ .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd1E0HP8eJ .mbr-section-title {
  margin: 0;
}
.cid-sd1E0HP8eJ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd1E0HP8eJ .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd1E0HP8eJ .mbr-section-title,
.cid-sd1E0HP8eJ .underline {
  color: #095a47;
}
.cid-sd1E0ITxYr {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd1E0ITxYr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd1E0ITxYr .form-row {
  justify-content: flex-end;
}
.cid-sd1E0ITxYr .form-control,
.cid-sd1E0ITxYr .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd1E0ITxYr .form-control:hover,
.cid-sd1E0ITxYr .field-input:hover,
.cid-sd1E0ITxYr .form-control:focus,
.cid-sd1E0ITxYr .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd1E0ITxYr input::-webkit-input-placeholder,
.cid-sd1E0ITxYr textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd1E0ITxYr input:-moz-placeholder,
.cid-sd1E0ITxYr textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd1E0ITxYr .jq-selectbox li,
.cid-sd1E0ITxYr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1E0ITxYr .jq-selectbox li:hover,
.cid-sd1E0ITxYr .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1E0ITxYr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1E0ITxYr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1E0ITxYr textarea {
  min-height: 150px;
}
.cid-sd1E0ITxYr h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd1E0ITxYr h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1E0ITxYr .mbr-text,
.cid-sd1E0ITxYr .mbr-section-btn {
  color: #767676;
}
.cid-sd1E0ITxYr H1 {
  color: #095a47;
}
.cid-sd1E0L0j76 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd1E0L0j76 H2 {
  color: #89b758;
}
.cid-sd1E0L0j76 .mbr-text,
.cid-sd1E0L0j76 .mbr-section-btn {
  color: #808080;
}
.cid-sd1E0L0j76 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd1E0L0j76 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd1E0L0j76 H1 {
  color: #29361a;
}
.cid-sd1E0LQB2Y {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd1E0LQB2Y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd1E0LQB2Y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd1E0LQB2Y .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd1E0LQB2Y .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd1E0LQB2Y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1E0LQB2Y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd1E0LQB2Y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd1E0LQB2Y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd1E0LQB2Y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd1E0LQB2Y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd1E0LQB2Y .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd1E0LQB2Y .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd1E0LQB2Y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd1E0LQB2Y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd1E0LQB2Y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd1E0LQB2Y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd1E0LQB2Y H1 {
  color: #ffffff;
}
.cid-sd1E0LQB2Y .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd1HF9K3ji .nav-item:focus,
.cid-sd1HF9K3ji .nav-link:focus {
  outline: none;
}
.cid-sd1HF9K3ji .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1HF9K3ji .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd1HF9K3ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd1HF9K3ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1HF9K3ji .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd1HF9K3ji .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd1HF9K3ji .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd1HF9K3ji .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd1HF9K3ji .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd1HF9K3ji .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd1HF9K3ji .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd1HF9K3ji .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd1HF9K3ji .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd1HF9K3ji .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd1HF9K3ji .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd1HF9K3ji .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd1HF9K3ji .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd1HF9K3ji .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd1HF9K3ji .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd1HF9K3ji .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd1HF9K3ji .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd1HF9K3ji .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd1HF9K3ji .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd1HF9K3ji .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd1HF9K3ji .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd1HF9K3ji .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd1HF9K3ji .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd1HF9K3ji .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd1HF9K3ji .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd1HF9K3ji .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd1HF9K3ji .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd1HF9K3ji .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd1HF9K3ji .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd1HF9K3ji .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd1HF9K3ji .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd1HF9K3ji .dropdown-item.active,
.cid-sd1HF9K3ji .dropdown-item:active {
  background-color: transparent;
}
.cid-sd1HF9K3ji .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd1HF9K3ji .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd1HF9K3ji .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd1HF9K3ji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd1HF9K3ji .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd1HF9K3ji .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd1HF9K3ji ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd1HF9K3ji .navbar-buttons {
  text-align: center;
}
.cid-sd1HF9K3ji button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd1HF9K3ji button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd1HF9K3ji button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd1HF9K3ji button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1HF9K3ji button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1HF9K3ji button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd1HF9K3ji nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1HF9K3ji nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd1HF9K3ji nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd1HF9K3ji nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1HF9K3ji .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd1HF9K3ji a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1HF9K3ji .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd1HF9K3ji .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd1HF9K3ji .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd1HF9K3ji .nav-link:hover,
.cid-sd1HF9K3ji .dropdown-item:hover,
.cid-sd1HF9K3ji .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd1HF9K3ji .navbar {
    height: 77px;
  }
  .cid-sd1HF9K3ji .navbar.opened {
    height: auto;
  }
}
.cid-sd1HFcvCrR {
  background-image: url("../../../assets/images/itinerary-lg-greece-island-sunset-church-dome-ocean-1440x810.jpg");
}
.cid-sd1HFcvCrR .mbr-section-title DIV {
  text-align: center;
}
.cid-sd1HFcvCrR .mbr-text,
.cid-sd1HFcvCrR .mbr-section-btn {
  text-align: left;
}
.cid-sd1HFcvCrR .mbr-section-title {
  text-align: left;
}
.cid-sd1HFdxVW4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd1HFdxVW4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd1HFdxVW4 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd1HFdxVW4 .title {
    width: 100% !important;
  }
}
.cid-sd1HFdxVW4 .mbr-text,
.cid-sd1HFdxVW4 .mbr-section-btn {
  color: #000000;
}
.cid-sd1HFdxVW4 .mbr-section-subtitle,
.cid-sd1HFdxVW4 .underline {
  color: #095a47;
}
.cid-sd1HFdxVW4 .mbr-section-title {
  color: #b9aa77;
}
.cid-sd1HFeoYau {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd1HFeoYau h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd1HFeoYau h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1HFeoYau .mbr-text,
.cid-sd1HFeoYau .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd1HFeoYau H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd1HFf9exK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd1HFf9exK .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd1HFf9exK .carousel-item.active,
.cid-sd1HFf9exK .carousel-item-next,
.cid-sd1HFf9exK .carousel-item-prev {
  display: flex;
}
.cid-sd1HFf9exK .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd1HFf9exK .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd1HFf9exK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd1HFf9exK .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd1HFf9exK .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd1HFf9exK .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd1HFf9exK .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd1HFf9exK H1 {
  color: #36404c;
}
.cid-sd1HFf9exK .mbr-text,
.cid-sd1HFf9exK .mbr-section-btn {
  color: #767676;
}
.cid-sd1HFf9exK .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd1HFf9exK .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd1HFf9exK .author {
  margin: auto 0;
}
.cid-sd1HFf9exK h3,
.cid-sd1HFf9exK h4 {
  margin: 0;
  padding: 0;
}
.cid-sd1HFf9exK H3 {
  color: #36404c;
}
.cid-sd1HFf9exK H4 {
  color: #767676;
}
.cid-sd1HFf9exK .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd1HFf9exK .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd1HFf9exK .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd1HFhprDh {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/itinerary-lg-croatia-sailing-boat-ceo-teo-sunset-shereen-mroueh-2014-img5845-processed-lg-rgb-1440x810.jpg");
}
.cid-sd1HFhprDh .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd1HFhprDh .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd1HFhprDh .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd1HFhprDh .image {
  margin: auto;
}
.cid-sd1HFhprDh .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd1HFhprDh .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd1HFhprDh .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd1HFhprDh .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd1HFhprDh .bottom__block {
  margin-bottom: 40px;
}
.cid-sd1HFhprDh .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd1HFhprDh .card__text {
  color: #d0d0d0;
}
.cid-sd1HFhprDh .mbr-text,
.cid-sd1HFhprDh .linked {
  color: #d0d0d0;
}
.cid-sd1HFhprDh .mbr-text,
.cid-sd1HFhprDh .linked {
  color: #ffffff;
}
.cid-sd1HFisr0r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd1HFisr0r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1HFisr0r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1HFisr0r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1HFisr0r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1HFisr0r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd1HFisr0r .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd1HFisr0r .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd1HFisr0r .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd1HFisr0r .mbr-gallery-filter ul {
  display: block;
}
.cid-sd1HFisr0r .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd1HFisr0r .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd1HFisr0r .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd1HFisr0r .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd1HFisr0r .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd1HFisr0r .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd1HFisr0r .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd1HFisr0r .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd1HFisr0r .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd1HFisr0r .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd1HFisr0r .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd1HFisr0r .icon-focus:before {
  content: '\e95e';
}
.cid-sd1HFisr0r .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd1HFisr0r .mbr-section-title {
  margin: 0;
}
.cid-sd1HFisr0r .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd1HFisr0r .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd1HFisr0r .mbr-section-title,
.cid-sd1HFisr0r .underline {
  color: #095a47;
}
.cid-sd1HFjtr9l {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd1HFjtr9l .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd1HFjtr9l .form-row {
  justify-content: flex-end;
}
.cid-sd1HFjtr9l .form-control,
.cid-sd1HFjtr9l .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd1HFjtr9l .form-control:hover,
.cid-sd1HFjtr9l .field-input:hover,
.cid-sd1HFjtr9l .form-control:focus,
.cid-sd1HFjtr9l .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd1HFjtr9l input::-webkit-input-placeholder,
.cid-sd1HFjtr9l textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd1HFjtr9l input:-moz-placeholder,
.cid-sd1HFjtr9l textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd1HFjtr9l .jq-selectbox li,
.cid-sd1HFjtr9l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1HFjtr9l .jq-selectbox li:hover,
.cid-sd1HFjtr9l .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1HFjtr9l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1HFjtr9l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1HFjtr9l textarea {
  min-height: 150px;
}
.cid-sd1HFjtr9l h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd1HFjtr9l h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1HFjtr9l .mbr-text,
.cid-sd1HFjtr9l .mbr-section-btn {
  color: #767676;
}
.cid-sd1HFjtr9l H1 {
  color: #095a47;
}
.cid-sd1HFkCHN1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd1HFkCHN1 H2 {
  color: #89b758;
}
.cid-sd1HFkCHN1 .mbr-text,
.cid-sd1HFkCHN1 .mbr-section-btn {
  color: #808080;
}
.cid-sd1HFkCHN1 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd1HFkCHN1 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd1HFkCHN1 H1 {
  color: #29361a;
}
.cid-sd1HFlyW03 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd1HFlyW03 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd1HFlyW03 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd1HFlyW03 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd1HFlyW03 .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd1HFlyW03 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1HFlyW03 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd1HFlyW03 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd1HFlyW03 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd1HFlyW03 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd1HFlyW03 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd1HFlyW03 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd1HFlyW03 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd1HFlyW03 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd1HFlyW03 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd1HFlyW03 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd1HFlyW03 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd1HFlyW03 H1 {
  color: #ffffff;
}
.cid-sd1HFlyW03 .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd1Q1dpDtH .nav-item:focus,
.cid-sd1Q1dpDtH .nav-link:focus {
  outline: none;
}
.cid-sd1Q1dpDtH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1Q1dpDtH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd1Q1dpDtH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd1Q1dpDtH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd1Q1dpDtH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd1Q1dpDtH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd1Q1dpDtH .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd1Q1dpDtH .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd1Q1dpDtH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd1Q1dpDtH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd1Q1dpDtH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd1Q1dpDtH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd1Q1dpDtH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd1Q1dpDtH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd1Q1dpDtH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd1Q1dpDtH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd1Q1dpDtH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd1Q1dpDtH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd1Q1dpDtH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd1Q1dpDtH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd1Q1dpDtH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd1Q1dpDtH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd1Q1dpDtH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd1Q1dpDtH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd1Q1dpDtH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd1Q1dpDtH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd1Q1dpDtH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd1Q1dpDtH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd1Q1dpDtH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd1Q1dpDtH .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd1Q1dpDtH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd1Q1dpDtH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd1Q1dpDtH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd1Q1dpDtH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd1Q1dpDtH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd1Q1dpDtH .dropdown-item.active,
.cid-sd1Q1dpDtH .dropdown-item:active {
  background-color: transparent;
}
.cid-sd1Q1dpDtH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd1Q1dpDtH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd1Q1dpDtH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd1Q1dpDtH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd1Q1dpDtH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd1Q1dpDtH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd1Q1dpDtH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd1Q1dpDtH .navbar-buttons {
  text-align: center;
}
.cid-sd1Q1dpDtH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd1Q1dpDtH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd1Q1dpDtH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd1Q1dpDtH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1Q1dpDtH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd1Q1dpDtH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd1Q1dpDtH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1Q1dpDtH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd1Q1dpDtH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd1Q1dpDtH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd1Q1dpDtH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd1Q1dpDtH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1Q1dpDtH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd1Q1dpDtH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd1Q1dpDtH .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd1Q1dpDtH .nav-link:hover,
.cid-sd1Q1dpDtH .dropdown-item:hover,
.cid-sd1Q1dpDtH .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd1Q1dpDtH .navbar {
    height: 77px;
  }
  .cid-sd1Q1dpDtH .navbar.opened {
    height: auto;
  }
}
.cid-sd1Q1fkygs {
  background-image: url("../../../assets/images/kyrgyzstan-4611327-960-720-960x640.jpg");
}
.cid-sd1Q1fkygs .mbr-section-title DIV {
  text-align: center;
}
.cid-sd1Q1fkygs .mbr-text,
.cid-sd1Q1fkygs .mbr-section-btn {
  text-align: left;
}
.cid-sd1Q1fkygs .mbr-section-title {
  text-align: left;
}
.cid-sd1Q1gjbfr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd1Q1gjbfr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd1Q1gjbfr .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd1Q1gjbfr .title {
    width: 100% !important;
  }
}
.cid-sd1Q1gjbfr .mbr-text,
.cid-sd1Q1gjbfr .mbr-section-btn {
  color: #000000;
}
.cid-sd1Q1gjbfr .mbr-section-subtitle,
.cid-sd1Q1gjbfr .underline {
  color: #095a47;
}
.cid-sd1Q1gjbfr .mbr-section-title {
  color: #b9aa77;
}
.cid-sd1Q1h2sLw {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd1Q1h2sLw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd1Q1h2sLw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1Q1h2sLw .mbr-text,
.cid-sd1Q1h2sLw .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd1Q1h2sLw H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd1Q1hU6wZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd1Q1hU6wZ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd1Q1hU6wZ .carousel-item.active,
.cid-sd1Q1hU6wZ .carousel-item-next,
.cid-sd1Q1hU6wZ .carousel-item-prev {
  display: flex;
}
.cid-sd1Q1hU6wZ .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd1Q1hU6wZ .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd1Q1hU6wZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd1Q1hU6wZ .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd1Q1hU6wZ .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd1Q1hU6wZ .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd1Q1hU6wZ .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd1Q1hU6wZ H1 {
  color: #36404c;
}
.cid-sd1Q1hU6wZ .mbr-text,
.cid-sd1Q1hU6wZ .mbr-section-btn {
  color: #767676;
}
.cid-sd1Q1hU6wZ .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd1Q1hU6wZ .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd1Q1hU6wZ .author {
  margin: auto 0;
}
.cid-sd1Q1hU6wZ h3,
.cid-sd1Q1hU6wZ h4 {
  margin: 0;
  padding: 0;
}
.cid-sd1Q1hU6wZ H3 {
  color: #36404c;
}
.cid-sd1Q1hU6wZ H4 {
  color: #767676;
}
.cid-sd1Q1hU6wZ .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd1Q1hU6wZ .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd1Q1hU6wZ .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd1Q1k6nB8 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/kyrgyzstan-971583-1920-1920x1127.jpg");
}
.cid-sd1Q1k6nB8 .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd1Q1k6nB8 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd1Q1k6nB8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd1Q1k6nB8 .image {
  margin: auto;
}
.cid-sd1Q1k6nB8 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd1Q1k6nB8 .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd1Q1k6nB8 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd1Q1k6nB8 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd1Q1k6nB8 .bottom__block {
  margin-bottom: 40px;
}
.cid-sd1Q1k6nB8 .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd1Q1k6nB8 .card__text {
  color: #d0d0d0;
}
.cid-sd1Q1k6nB8 .mbr-text,
.cid-sd1Q1k6nB8 .linked {
  color: #d0d0d0;
}
.cid-sd1Q1k6nB8 .mbr-text,
.cid-sd1Q1k6nB8 .linked {
  color: #ffffff;
}
.cid-sd1Q1l0KZd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd1Q1l0KZd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd1Q1l0KZd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd1Q1l0KZd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd1Q1l0KZd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd1Q1l0KZd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd1Q1l0KZd .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter ul {
  display: block;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd1Q1l0KZd .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd1Q1l0KZd .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd1Q1l0KZd .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd1Q1l0KZd .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd1Q1l0KZd .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd1Q1l0KZd .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd1Q1l0KZd .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd1Q1l0KZd .icon-focus:before {
  content: '\e95e';
}
.cid-sd1Q1l0KZd .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd1Q1l0KZd .mbr-section-title {
  margin: 0;
}
.cid-sd1Q1l0KZd .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd1Q1l0KZd .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd1Q1l0KZd .mbr-section-title,
.cid-sd1Q1l0KZd .underline {
  color: #095a47;
}
.cid-sd1Q1m6K65 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd1Q1m6K65 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd1Q1m6K65 .form-row {
  justify-content: flex-end;
}
.cid-sd1Q1m6K65 .form-control,
.cid-sd1Q1m6K65 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd1Q1m6K65 .form-control:hover,
.cid-sd1Q1m6K65 .field-input:hover,
.cid-sd1Q1m6K65 .form-control:focus,
.cid-sd1Q1m6K65 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd1Q1m6K65 input::-webkit-input-placeholder,
.cid-sd1Q1m6K65 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd1Q1m6K65 input:-moz-placeholder,
.cid-sd1Q1m6K65 textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd1Q1m6K65 .jq-selectbox li,
.cid-sd1Q1m6K65 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1Q1m6K65 .jq-selectbox li:hover,
.cid-sd1Q1m6K65 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd1Q1m6K65 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1Q1m6K65 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd1Q1m6K65 textarea {
  min-height: 150px;
}
.cid-sd1Q1m6K65 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd1Q1m6K65 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd1Q1m6K65 .mbr-text,
.cid-sd1Q1m6K65 .mbr-section-btn {
  color: #767676;
}
.cid-sd1Q1m6K65 H1 {
  color: #095a47;
}
.cid-sd1Q1nuzPy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd1Q1nuzPy H2 {
  color: #89b758;
}
.cid-sd1Q1nuzPy .mbr-text,
.cid-sd1Q1nuzPy .mbr-section-btn {
  color: #808080;
}
.cid-sd1Q1nuzPy img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd1Q1nuzPy img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd1Q1nuzPy H1 {
  color: #29361a;
}
.cid-sd1Q1oq7Vx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd1Q1oq7Vx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd1Q1oq7Vx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd1Q1oq7Vx .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd1Q1oq7Vx .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd1Q1oq7Vx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd1Q1oq7Vx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd1Q1oq7Vx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd1Q1oq7Vx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd1Q1oq7Vx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd1Q1oq7Vx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd1Q1oq7Vx .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd1Q1oq7Vx .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd1Q1oq7Vx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd1Q1oq7Vx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd1Q1oq7Vx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd1Q1oq7Vx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd1Q1oq7Vx H1 {
  color: #ffffff;
}
.cid-sd1Q1oq7Vx .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd5RVLhal7 .nav-item:focus,
.cid-sd5RVLhal7 .nav-link:focus {
  outline: none;
}
.cid-sd5RVLhal7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd5RVLhal7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd5RVLhal7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd5RVLhal7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd5RVLhal7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd5RVLhal7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd5RVLhal7 .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd5RVLhal7 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd5RVLhal7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd5RVLhal7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd5RVLhal7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd5RVLhal7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd5RVLhal7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd5RVLhal7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd5RVLhal7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd5RVLhal7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd5RVLhal7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd5RVLhal7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd5RVLhal7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd5RVLhal7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd5RVLhal7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd5RVLhal7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd5RVLhal7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd5RVLhal7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd5RVLhal7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd5RVLhal7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd5RVLhal7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd5RVLhal7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd5RVLhal7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd5RVLhal7 .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd5RVLhal7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd5RVLhal7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd5RVLhal7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd5RVLhal7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd5RVLhal7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd5RVLhal7 .dropdown-item.active,
.cid-sd5RVLhal7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sd5RVLhal7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd5RVLhal7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd5RVLhal7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd5RVLhal7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd5RVLhal7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd5RVLhal7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd5RVLhal7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd5RVLhal7 .navbar-buttons {
  text-align: center;
}
.cid-sd5RVLhal7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd5RVLhal7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd5RVLhal7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd5RVLhal7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5RVLhal7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd5RVLhal7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd5RVLhal7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5RVLhal7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd5RVLhal7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd5RVLhal7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd5RVLhal7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd5RVLhal7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd5RVLhal7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd5RVLhal7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd5RVLhal7 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd5RVLhal7 .nav-link:hover,
.cid-sd5RVLhal7 .dropdown-item:hover,
.cid-sd5RVLhal7 .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd5RVLhal7 .navbar {
    height: 77px;
  }
  .cid-sd5RVLhal7 .navbar.opened {
    height: auto;
  }
}
.cid-sd5RVNeY4E {
  background-image: url("../../../assets/images/morocco-4030733-1920-1920x1280.jpg");
}
.cid-sd5RVNeY4E .mbr-section-title DIV {
  text-align: center;
}
.cid-sd5RVNeY4E .mbr-text,
.cid-sd5RVNeY4E .mbr-section-btn {
  text-align: left;
}
.cid-sd5RVNeY4E .mbr-section-title {
  text-align: left;
}
.cid-sd5RVOsr3C {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd5RVOsr3C .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd5RVOsr3C .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd5RVOsr3C .title {
    width: 100% !important;
  }
}
.cid-sd5RVOsr3C .mbr-text,
.cid-sd5RVOsr3C .mbr-section-btn {
  color: #000000;
}
.cid-sd5RVOsr3C .mbr-section-subtitle,
.cid-sd5RVOsr3C .underline {
  color: #095a47;
}
.cid-sd5RVOsr3C .mbr-section-title {
  color: #b9aa77;
}
.cid-sd5RVPm4zM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd5RVPm4zM h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd5RVPm4zM h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd5RVPm4zM .mbr-text,
.cid-sd5RVPm4zM .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd5RVPm4zM H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd5RVQcSQn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd5RVQcSQn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd5RVQcSQn .carousel-item.active,
.cid-sd5RVQcSQn .carousel-item-next,
.cid-sd5RVQcSQn .carousel-item-prev {
  display: flex;
}
.cid-sd5RVQcSQn .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd5RVQcSQn .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd5RVQcSQn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd5RVQcSQn .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd5RVQcSQn .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd5RVQcSQn .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd5RVQcSQn .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd5RVQcSQn H1 {
  color: #36404c;
}
.cid-sd5RVQcSQn .mbr-text,
.cid-sd5RVQcSQn .mbr-section-btn {
  color: #767676;
}
.cid-sd5RVQcSQn .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd5RVQcSQn .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd5RVQcSQn .author {
  margin: auto 0;
}
.cid-sd5RVQcSQn h3,
.cid-sd5RVQcSQn h4 {
  margin: 0;
  padding: 0;
}
.cid-sd5RVQcSQn H3 {
  color: #36404c;
}
.cid-sd5RVQcSQn H4 {
  color: #767676;
}
.cid-sd5RVQcSQn .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd5RVQcSQn .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd5RVQcSQn .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd5RVSBAsE {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/alley-354451-1920-1920x1250.jpg");
}
.cid-sd5RVSBAsE .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd5RVSBAsE .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd5RVSBAsE .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd5RVSBAsE .image {
  margin: auto;
}
.cid-sd5RVSBAsE .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd5RVSBAsE .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd5RVSBAsE .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd5RVSBAsE .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd5RVSBAsE .bottom__block {
  margin-bottom: 40px;
}
.cid-sd5RVSBAsE .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd5RVSBAsE .card__text {
  color: #d0d0d0;
}
.cid-sd5RVSBAsE .mbr-text,
.cid-sd5RVSBAsE .linked {
  color: #d0d0d0;
}
.cid-sd5RVSBAsE .mbr-text,
.cid-sd5RVSBAsE .linked {
  color: #ffffff;
}
.cid-sd5RVTNhWl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd5RVTNhWl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd5RVTNhWl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd5RVTNhWl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd5RVTNhWl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd5RVTNhWl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd5RVTNhWl .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd5RVTNhWl .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd5RVTNhWl .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd5RVTNhWl .mbr-gallery-filter ul {
  display: block;
}
.cid-sd5RVTNhWl .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd5RVTNhWl .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd5RVTNhWl .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd5RVTNhWl .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd5RVTNhWl .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd5RVTNhWl .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd5RVTNhWl .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd5RVTNhWl .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd5RVTNhWl .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd5RVTNhWl .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd5RVTNhWl .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd5RVTNhWl .icon-focus:before {
  content: '\e95e';
}
.cid-sd5RVTNhWl .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd5RVTNhWl .mbr-section-title {
  margin: 0;
}
.cid-sd5RVTNhWl .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd5RVTNhWl .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd5RVTNhWl .mbr-section-title,
.cid-sd5RVTNhWl .underline {
  color: #095a47;
}
.cid-sd5RVUQHGU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd5RVUQHGU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd5RVUQHGU .form-row {
  justify-content: flex-end;
}
.cid-sd5RVUQHGU .form-control,
.cid-sd5RVUQHGU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd5RVUQHGU .form-control:hover,
.cid-sd5RVUQHGU .field-input:hover,
.cid-sd5RVUQHGU .form-control:focus,
.cid-sd5RVUQHGU .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd5RVUQHGU input::-webkit-input-placeholder,
.cid-sd5RVUQHGU textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd5RVUQHGU input:-moz-placeholder,
.cid-sd5RVUQHGU textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd5RVUQHGU .jq-selectbox li,
.cid-sd5RVUQHGU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd5RVUQHGU .jq-selectbox li:hover,
.cid-sd5RVUQHGU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd5RVUQHGU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd5RVUQHGU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd5RVUQHGU textarea {
  min-height: 150px;
}
.cid-sd5RVUQHGU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd5RVUQHGU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd5RVUQHGU .mbr-text,
.cid-sd5RVUQHGU .mbr-section-btn {
  color: #767676;
}
.cid-sd5RVUQHGU H1 {
  color: #095a47;
}
.cid-sd5RVWa9Bl {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd5RVWa9Bl H2 {
  color: #89b758;
}
.cid-sd5RVWa9Bl .mbr-text,
.cid-sd5RVWa9Bl .mbr-section-btn {
  color: #808080;
}
.cid-sd5RVWa9Bl img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd5RVWa9Bl img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd5RVWa9Bl H1 {
  color: #29361a;
}
.cid-sd5RVXcRIZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd5RVXcRIZ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd5RVXcRIZ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd5RVXcRIZ .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd5RVXcRIZ .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd5RVXcRIZ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd5RVXcRIZ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd5RVXcRIZ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd5RVXcRIZ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd5RVXcRIZ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd5RVXcRIZ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd5RVXcRIZ .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd5RVXcRIZ .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd5RVXcRIZ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd5RVXcRIZ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd5RVXcRIZ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd5RVXcRIZ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd5RVXcRIZ H1 {
  color: #ffffff;
}
.cid-sd5RVXcRIZ .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd617ZQVSG .nav-item:focus,
.cid-sd617ZQVSG .nav-link:focus {
  outline: none;
}
.cid-sd617ZQVSG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd617ZQVSG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd617ZQVSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd617ZQVSG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd617ZQVSG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd617ZQVSG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd617ZQVSG .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd617ZQVSG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd617ZQVSG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd617ZQVSG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd617ZQVSG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd617ZQVSG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd617ZQVSG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd617ZQVSG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd617ZQVSG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd617ZQVSG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd617ZQVSG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd617ZQVSG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd617ZQVSG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd617ZQVSG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd617ZQVSG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd617ZQVSG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd617ZQVSG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd617ZQVSG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd617ZQVSG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd617ZQVSG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd617ZQVSG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd617ZQVSG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd617ZQVSG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd617ZQVSG .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd617ZQVSG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd617ZQVSG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd617ZQVSG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd617ZQVSG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd617ZQVSG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd617ZQVSG .dropdown-item.active,
.cid-sd617ZQVSG .dropdown-item:active {
  background-color: transparent;
}
.cid-sd617ZQVSG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd617ZQVSG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd617ZQVSG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd617ZQVSG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd617ZQVSG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd617ZQVSG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd617ZQVSG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd617ZQVSG .navbar-buttons {
  text-align: center;
}
.cid-sd617ZQVSG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd617ZQVSG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd617ZQVSG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd617ZQVSG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd617ZQVSG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd617ZQVSG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd617ZQVSG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd617ZQVSG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd617ZQVSG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd617ZQVSG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd617ZQVSG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd617ZQVSG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd617ZQVSG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd617ZQVSG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd617ZQVSG .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd617ZQVSG .nav-link:hover,
.cid-sd617ZQVSG .dropdown-item:hover,
.cid-sd617ZQVSG .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd617ZQVSG .navbar {
    height: 77px;
  }
  .cid-sd617ZQVSG .navbar.opened {
    height: auto;
  }
}
.cid-sd61828JUt {
  background-image: url("../../../assets/images/pexels-godson-bright-962464-1-1200x799.jpg");
}
.cid-sd61828JUt .mbr-section-title DIV {
  text-align: center;
}
.cid-sd61828JUt .mbr-text,
.cid-sd61828JUt .mbr-section-btn {
  text-align: left;
}
.cid-sd61828JUt .mbr-section-title {
  text-align: left;
}
.cid-sd6183r4cO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd6183r4cO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd6183r4cO .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd6183r4cO .title {
    width: 100% !important;
  }
}
.cid-sd6183r4cO .mbr-text,
.cid-sd6183r4cO .mbr-section-btn {
  color: #000000;
}
.cid-sd6183r4cO .mbr-section-subtitle,
.cid-sd6183r4cO .underline {
  color: #095a47;
}
.cid-sd6183r4cO .mbr-section-title {
  color: #b9aa77;
}
.cid-sd6184oFmq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd6184oFmq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd6184oFmq h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6184oFmq .mbr-text,
.cid-sd6184oFmq .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd6184oFmq H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd6185pGfR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd6185pGfR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd6185pGfR .carousel-item.active,
.cid-sd6185pGfR .carousel-item-next,
.cid-sd6185pGfR .carousel-item-prev {
  display: flex;
}
.cid-sd6185pGfR .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd6185pGfR .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd6185pGfR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd6185pGfR .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd6185pGfR .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd6185pGfR .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd6185pGfR .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd6185pGfR H1 {
  color: #36404c;
}
.cid-sd6185pGfR .mbr-text,
.cid-sd6185pGfR .mbr-section-btn {
  color: #767676;
}
.cid-sd6185pGfR .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd6185pGfR .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd6185pGfR .author {
  margin: auto 0;
}
.cid-sd6185pGfR h3,
.cid-sd6185pGfR h4 {
  margin: 0;
  padding: 0;
}
.cid-sd6185pGfR H3 {
  color: #36404c;
}
.cid-sd6185pGfR H4 {
  color: #767676;
}
.cid-sd6185pGfR .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd6185pGfR .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd6185pGfR .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd6188pXsz {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pexels-mamunurpics-4110608-1-1200x800.jpg");
}
.cid-sd6188pXsz .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd6188pXsz .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd6188pXsz .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd6188pXsz .image {
  margin: auto;
}
.cid-sd6188pXsz .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd6188pXsz .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd6188pXsz .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd6188pXsz .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd6188pXsz .bottom__block {
  margin-bottom: 40px;
}
.cid-sd6188pXsz .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd6188pXsz .card__text {
  color: #d0d0d0;
}
.cid-sd6188pXsz .mbr-text,
.cid-sd6188pXsz .linked {
  color: #d0d0d0;
}
.cid-sd6188pXsz .mbr-text,
.cid-sd6188pXsz .linked {
  color: #ffffff;
}
.cid-sd6189u7xV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd6189u7xV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd6189u7xV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd6189u7xV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd6189u7xV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd6189u7xV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd6189u7xV .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd6189u7xV .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd6189u7xV .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd6189u7xV .mbr-gallery-filter ul {
  display: block;
}
.cid-sd6189u7xV .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd6189u7xV .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd6189u7xV .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd6189u7xV .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd6189u7xV .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd6189u7xV .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd6189u7xV .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd6189u7xV .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd6189u7xV .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd6189u7xV .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd6189u7xV .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd6189u7xV .icon-focus:before {
  content: '\e95e';
}
.cid-sd6189u7xV .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd6189u7xV .mbr-section-title {
  margin: 0;
}
.cid-sd6189u7xV .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd6189u7xV .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd6189u7xV .mbr-section-title,
.cid-sd6189u7xV .underline {
  color: #095a47;
}
.cid-sd618aVrFC {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd618aVrFC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd618aVrFC .form-row {
  justify-content: flex-end;
}
.cid-sd618aVrFC .form-control,
.cid-sd618aVrFC .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd618aVrFC .form-control:hover,
.cid-sd618aVrFC .field-input:hover,
.cid-sd618aVrFC .form-control:focus,
.cid-sd618aVrFC .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd618aVrFC input::-webkit-input-placeholder,
.cid-sd618aVrFC textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd618aVrFC input:-moz-placeholder,
.cid-sd618aVrFC textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd618aVrFC .jq-selectbox li,
.cid-sd618aVrFC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd618aVrFC .jq-selectbox li:hover,
.cid-sd618aVrFC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd618aVrFC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd618aVrFC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd618aVrFC textarea {
  min-height: 150px;
}
.cid-sd618aVrFC h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd618aVrFC h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd618aVrFC .mbr-text,
.cid-sd618aVrFC .mbr-section-btn {
  color: #767676;
}
.cid-sd618aVrFC H1 {
  color: #095a47;
}
.cid-sd618clhjR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd618clhjR H2 {
  color: #89b758;
}
.cid-sd618clhjR .mbr-text,
.cid-sd618clhjR .mbr-section-btn {
  color: #808080;
}
.cid-sd618clhjR img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd618clhjR img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd618clhjR H1 {
  color: #29361a;
}
.cid-sd618dq7TE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd618dq7TE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd618dq7TE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd618dq7TE .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd618dq7TE .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd618dq7TE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd618dq7TE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd618dq7TE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd618dq7TE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd618dq7TE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd618dq7TE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd618dq7TE .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd618dq7TE .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd618dq7TE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd618dq7TE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd618dq7TE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd618dq7TE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd618dq7TE H1 {
  color: #ffffff;
}
.cid-sd618dq7TE .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd6fX7N4jw .nav-item:focus,
.cid-sd6fX7N4jw .nav-link:focus {
  outline: none;
}
.cid-sd6fX7N4jw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd6fX7N4jw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd6fX7N4jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd6fX7N4jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd6fX7N4jw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd6fX7N4jw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd6fX7N4jw .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd6fX7N4jw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd6fX7N4jw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd6fX7N4jw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd6fX7N4jw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd6fX7N4jw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd6fX7N4jw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd6fX7N4jw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd6fX7N4jw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd6fX7N4jw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd6fX7N4jw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd6fX7N4jw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd6fX7N4jw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd6fX7N4jw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd6fX7N4jw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd6fX7N4jw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd6fX7N4jw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd6fX7N4jw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd6fX7N4jw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd6fX7N4jw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd6fX7N4jw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd6fX7N4jw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd6fX7N4jw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd6fX7N4jw .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd6fX7N4jw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd6fX7N4jw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd6fX7N4jw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd6fX7N4jw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd6fX7N4jw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd6fX7N4jw .dropdown-item.active,
.cid-sd6fX7N4jw .dropdown-item:active {
  background-color: transparent;
}
.cid-sd6fX7N4jw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd6fX7N4jw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd6fX7N4jw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd6fX7N4jw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd6fX7N4jw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd6fX7N4jw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd6fX7N4jw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd6fX7N4jw .navbar-buttons {
  text-align: center;
}
.cid-sd6fX7N4jw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd6fX7N4jw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd6fX7N4jw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd6fX7N4jw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd6fX7N4jw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd6fX7N4jw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd6fX7N4jw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd6fX7N4jw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd6fX7N4jw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd6fX7N4jw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd6fX7N4jw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd6fX7N4jw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd6fX7N4jw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd6fX7N4jw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd6fX7N4jw .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd6fX7N4jw .nav-link:hover,
.cid-sd6fX7N4jw .dropdown-item:hover,
.cid-sd6fX7N4jw .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd6fX7N4jw .navbar {
    height: 77px;
  }
  .cid-sd6fX7N4jw .navbar.opened {
    height: auto;
  }
}
.cid-sd6fX9VdPP {
  background-image: url("../../../assets/images/panoramic-landscape-2328754-1920-1920x912.jpg");
}
.cid-sd6fX9VdPP .mbr-section-title DIV {
  text-align: center;
}
.cid-sd6fX9VdPP .mbr-text,
.cid-sd6fX9VdPP .mbr-section-btn {
  text-align: left;
}
.cid-sd6fX9VdPP .mbr-section-title {
  text-align: left;
}
.cid-sd6fXb54jz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd6fXb54jz .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd6fXb54jz .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd6fXb54jz .title {
    width: 100% !important;
  }
}
.cid-sd6fXb54jz .mbr-text,
.cid-sd6fXb54jz .mbr-section-btn {
  color: #000000;
}
.cid-sd6fXb54jz .mbr-section-subtitle,
.cid-sd6fXb54jz .underline {
  color: #095a47;
}
.cid-sd6fXb54jz .mbr-section-title {
  color: #b9aa77;
}
.cid-sd6fXc3Hbz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd6fXc3Hbz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd6fXc3Hbz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6fXc3Hbz .mbr-text,
.cid-sd6fXc3Hbz .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd6fXc3Hbz H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd6fXdc4BT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd6fXdc4BT .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd6fXdc4BT .carousel-item.active,
.cid-sd6fXdc4BT .carousel-item-next,
.cid-sd6fXdc4BT .carousel-item-prev {
  display: flex;
}
.cid-sd6fXdc4BT .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd6fXdc4BT .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd6fXdc4BT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd6fXdc4BT .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd6fXdc4BT .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd6fXdc4BT .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd6fXdc4BT .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd6fXdc4BT H1 {
  color: #36404c;
}
.cid-sd6fXdc4BT .mbr-text,
.cid-sd6fXdc4BT .mbr-section-btn {
  color: #767676;
}
.cid-sd6fXdc4BT .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd6fXdc4BT .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd6fXdc4BT .author {
  margin: auto 0;
}
.cid-sd6fXdc4BT h3,
.cid-sd6fXdc4BT h4 {
  margin: 0;
  padding: 0;
}
.cid-sd6fXdc4BT H3 {
  color: #36404c;
}
.cid-sd6fXdc4BT H4 {
  color: #767676;
}
.cid-sd6fXdc4BT .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd6fXdc4BT .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd6fXdc4BT .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd6fXfKnm2 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/japan-5262892-1920-1920x1280.jpg");
}
.cid-sd6fXfKnm2 .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd6fXfKnm2 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd6fXfKnm2 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd6fXfKnm2 .image {
  margin: auto;
}
.cid-sd6fXfKnm2 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd6fXfKnm2 .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd6fXfKnm2 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd6fXfKnm2 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd6fXfKnm2 .bottom__block {
  margin-bottom: 40px;
}
.cid-sd6fXfKnm2 .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd6fXfKnm2 .card__text {
  color: #d0d0d0;
}
.cid-sd6fXfKnm2 .mbr-text,
.cid-sd6fXfKnm2 .linked {
  color: #d0d0d0;
}
.cid-sd6fXfKnm2 .mbr-text,
.cid-sd6fXfKnm2 .linked {
  color: #ffffff;
}
.cid-sd6fXh4ceL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd6fXh4ceL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd6fXh4ceL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd6fXh4ceL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd6fXh4ceL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd6fXh4ceL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd6fXh4ceL .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd6fXh4ceL .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd6fXh4ceL .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd6fXh4ceL .mbr-gallery-filter ul {
  display: block;
}
.cid-sd6fXh4ceL .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd6fXh4ceL .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd6fXh4ceL .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd6fXh4ceL .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd6fXh4ceL .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd6fXh4ceL .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd6fXh4ceL .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd6fXh4ceL .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd6fXh4ceL .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd6fXh4ceL .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd6fXh4ceL .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd6fXh4ceL .icon-focus:before {
  content: '\e95e';
}
.cid-sd6fXh4ceL .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd6fXh4ceL .mbr-section-title {
  margin: 0;
}
.cid-sd6fXh4ceL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd6fXh4ceL .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd6fXh4ceL .mbr-section-title,
.cid-sd6fXh4ceL .underline {
  color: #095a47;
}
.cid-sd6fXiOp4k {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd6fXiOp4k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd6fXiOp4k .form-row {
  justify-content: flex-end;
}
.cid-sd6fXiOp4k .form-control,
.cid-sd6fXiOp4k .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd6fXiOp4k .form-control:hover,
.cid-sd6fXiOp4k .field-input:hover,
.cid-sd6fXiOp4k .form-control:focus,
.cid-sd6fXiOp4k .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd6fXiOp4k input::-webkit-input-placeholder,
.cid-sd6fXiOp4k textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd6fXiOp4k input:-moz-placeholder,
.cid-sd6fXiOp4k textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd6fXiOp4k .jq-selectbox li,
.cid-sd6fXiOp4k .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd6fXiOp4k .jq-selectbox li:hover,
.cid-sd6fXiOp4k .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd6fXiOp4k .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd6fXiOp4k .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd6fXiOp4k textarea {
  min-height: 150px;
}
.cid-sd6fXiOp4k h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd6fXiOp4k h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6fXiOp4k .mbr-text,
.cid-sd6fXiOp4k .mbr-section-btn {
  color: #767676;
}
.cid-sd6fXiOp4k H1 {
  color: #095a47;
}
.cid-sd6fXkn0Dv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd6fXkn0Dv H2 {
  color: #89b758;
}
.cid-sd6fXkn0Dv .mbr-text,
.cid-sd6fXkn0Dv .mbr-section-btn {
  color: #808080;
}
.cid-sd6fXkn0Dv img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd6fXkn0Dv img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd6fXkn0Dv H1 {
  color: #29361a;
}
.cid-sd6fXlHccv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd6fXlHccv .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd6fXlHccv .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd6fXlHccv .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd6fXlHccv .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd6fXlHccv .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd6fXlHccv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd6fXlHccv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd6fXlHccv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd6fXlHccv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd6fXlHccv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd6fXlHccv .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd6fXlHccv .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd6fXlHccv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd6fXlHccv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd6fXlHccv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd6fXlHccv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd6fXlHccv H1 {
  color: #ffffff;
}
.cid-sd6fXlHccv .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd6hhtGWXK .nav-item:focus,
.cid-sd6hhtGWXK .nav-link:focus {
  outline: none;
}
.cid-sd6hhtGWXK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd6hhtGWXK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd6hhtGWXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd6hhtGWXK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd6hhtGWXK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd6hhtGWXK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd6hhtGWXK .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd6hhtGWXK .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd6hhtGWXK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd6hhtGWXK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd6hhtGWXK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd6hhtGWXK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd6hhtGWXK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd6hhtGWXK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd6hhtGWXK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd6hhtGWXK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd6hhtGWXK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd6hhtGWXK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd6hhtGWXK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd6hhtGWXK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd6hhtGWXK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd6hhtGWXK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd6hhtGWXK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd6hhtGWXK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd6hhtGWXK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd6hhtGWXK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd6hhtGWXK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd6hhtGWXK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd6hhtGWXK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd6hhtGWXK .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd6hhtGWXK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd6hhtGWXK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd6hhtGWXK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd6hhtGWXK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd6hhtGWXK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd6hhtGWXK .dropdown-item.active,
.cid-sd6hhtGWXK .dropdown-item:active {
  background-color: transparent;
}
.cid-sd6hhtGWXK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd6hhtGWXK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd6hhtGWXK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd6hhtGWXK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd6hhtGWXK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd6hhtGWXK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd6hhtGWXK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd6hhtGWXK .navbar-buttons {
  text-align: center;
}
.cid-sd6hhtGWXK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd6hhtGWXK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd6hhtGWXK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd6hhtGWXK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd6hhtGWXK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd6hhtGWXK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd6hhtGWXK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd6hhtGWXK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd6hhtGWXK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd6hhtGWXK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd6hhtGWXK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd6hhtGWXK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd6hhtGWXK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd6hhtGWXK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd6hhtGWXK .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd6hhtGWXK .nav-link:hover,
.cid-sd6hhtGWXK .dropdown-item:hover,
.cid-sd6hhtGWXK .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd6hhtGWXK .navbar {
    height: 77px;
  }
  .cid-sd6hhtGWXK .navbar.opened {
    height: auto;
  }
}
.cid-sd6hhw4xhK {
  background-image: url("../../../assets/images/sri-lanka-4155120-1920-1920x754.jpg");
}
.cid-sd6hhw4xhK .mbr-section-title DIV {
  text-align: center;
}
.cid-sd6hhw4xhK .mbr-text,
.cid-sd6hhw4xhK .mbr-section-btn {
  text-align: left;
}
.cid-sd6hhw4xhK .mbr-section-title {
  text-align: left;
}
.cid-sd6hhxtyKD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd6hhxtyKD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd6hhxtyKD .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd6hhxtyKD .title {
    width: 100% !important;
  }
}
.cid-sd6hhxtyKD .mbr-text,
.cid-sd6hhxtyKD .mbr-section-btn {
  color: #000000;
}
.cid-sd6hhxtyKD .mbr-section-subtitle,
.cid-sd6hhxtyKD .underline {
  color: #095a47;
}
.cid-sd6hhxtyKD .mbr-section-title {
  color: #b9aa77;
}
.cid-sd6hhyH1Zm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd6hhyH1Zm h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd6hhyH1Zm h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6hhyH1Zm .mbr-text,
.cid-sd6hhyH1Zm .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd6hhyH1Zm H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd6hhzVaIR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd6hhzVaIR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd6hhzVaIR .carousel-item.active,
.cid-sd6hhzVaIR .carousel-item-next,
.cid-sd6hhzVaIR .carousel-item-prev {
  display: flex;
}
.cid-sd6hhzVaIR .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd6hhzVaIR .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd6hhzVaIR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd6hhzVaIR .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd6hhzVaIR .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd6hhzVaIR .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd6hhzVaIR .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd6hhzVaIR H1 {
  color: #36404c;
}
.cid-sd6hhzVaIR .mbr-text,
.cid-sd6hhzVaIR .mbr-section-btn {
  color: #767676;
}
.cid-sd6hhzVaIR .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd6hhzVaIR .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd6hhzVaIR .author {
  margin: auto 0;
}
.cid-sd6hhzVaIR h3,
.cid-sd6hhzVaIR h4 {
  margin: 0;
  padding: 0;
}
.cid-sd6hhzVaIR H3 {
  color: #36404c;
}
.cid-sd6hhzVaIR H4 {
  color: #767676;
}
.cid-sd6hhzVaIR .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd6hhzVaIR .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd6hhzVaIR .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd6hhCOzOR {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/aerial-3384845-1920-1440x1920.jpg");
}
.cid-sd6hhCOzOR .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd6hhCOzOR .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd6hhCOzOR .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd6hhCOzOR .image {
  margin: auto;
}
.cid-sd6hhCOzOR .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd6hhCOzOR .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd6hhCOzOR .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd6hhCOzOR .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd6hhCOzOR .bottom__block {
  margin-bottom: 40px;
}
.cid-sd6hhCOzOR .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd6hhCOzOR .card__text {
  color: #d0d0d0;
}
.cid-sd6hhCOzOR .mbr-text,
.cid-sd6hhCOzOR .linked {
  color: #d0d0d0;
}
.cid-sd6hhCOzOR .mbr-text,
.cid-sd6hhCOzOR .linked {
  color: #ffffff;
}
.cid-sd6hhE6zj3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd6hhE6zj3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd6hhE6zj3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd6hhE6zj3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd6hhE6zj3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd6hhE6zj3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd6hhE6zj3 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter ul {
  display: block;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd6hhE6zj3 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd6hhE6zj3 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd6hhE6zj3 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd6hhE6zj3 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd6hhE6zj3 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd6hhE6zj3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd6hhE6zj3 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd6hhE6zj3 .icon-focus:before {
  content: '\e95e';
}
.cid-sd6hhE6zj3 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd6hhE6zj3 .mbr-section-title {
  margin: 0;
}
.cid-sd6hhE6zj3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd6hhE6zj3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd6hhE6zj3 .mbr-section-title,
.cid-sd6hhE6zj3 .underline {
  color: #095a47;
}
.cid-sd6hhHfPA6 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd6hhHfPA6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd6hhHfPA6 .form-row {
  justify-content: flex-end;
}
.cid-sd6hhHfPA6 .form-control,
.cid-sd6hhHfPA6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd6hhHfPA6 .form-control:hover,
.cid-sd6hhHfPA6 .field-input:hover,
.cid-sd6hhHfPA6 .form-control:focus,
.cid-sd6hhHfPA6 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd6hhHfPA6 input::-webkit-input-placeholder,
.cid-sd6hhHfPA6 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd6hhHfPA6 input:-moz-placeholder,
.cid-sd6hhHfPA6 textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd6hhHfPA6 .jq-selectbox li,
.cid-sd6hhHfPA6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd6hhHfPA6 .jq-selectbox li:hover,
.cid-sd6hhHfPA6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd6hhHfPA6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd6hhHfPA6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd6hhHfPA6 textarea {
  min-height: 150px;
}
.cid-sd6hhHfPA6 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd6hhHfPA6 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6hhHfPA6 .mbr-text,
.cid-sd6hhHfPA6 .mbr-section-btn {
  color: #767676;
}
.cid-sd6hhHfPA6 H1 {
  color: #095a47;
}
.cid-sd6hhJlAlV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd6hhJlAlV H2 {
  color: #89b758;
}
.cid-sd6hhJlAlV .mbr-text,
.cid-sd6hhJlAlV .mbr-section-btn {
  color: #808080;
}
.cid-sd6hhJlAlV img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd6hhJlAlV img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd6hhJlAlV H1 {
  color: #29361a;
}
.cid-sd6hhKtftx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd6hhKtftx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd6hhKtftx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd6hhKtftx .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd6hhKtftx .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd6hhKtftx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd6hhKtftx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd6hhKtftx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd6hhKtftx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd6hhKtftx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd6hhKtftx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd6hhKtftx .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd6hhKtftx .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd6hhKtftx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd6hhKtftx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd6hhKtftx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd6hhKtftx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd6hhKtftx H1 {
  color: #ffffff;
}
.cid-sd6hhKtftx .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd6k1y8pOT .nav-item:focus,
.cid-sd6k1y8pOT .nav-link:focus {
  outline: none;
}
.cid-sd6k1y8pOT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd6k1y8pOT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd6k1y8pOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd6k1y8pOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd6k1y8pOT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd6k1y8pOT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd6k1y8pOT .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd6k1y8pOT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd6k1y8pOT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd6k1y8pOT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd6k1y8pOT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd6k1y8pOT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd6k1y8pOT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd6k1y8pOT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd6k1y8pOT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd6k1y8pOT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd6k1y8pOT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd6k1y8pOT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd6k1y8pOT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd6k1y8pOT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd6k1y8pOT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd6k1y8pOT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd6k1y8pOT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd6k1y8pOT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd6k1y8pOT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd6k1y8pOT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd6k1y8pOT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd6k1y8pOT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd6k1y8pOT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd6k1y8pOT .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd6k1y8pOT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd6k1y8pOT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd6k1y8pOT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd6k1y8pOT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd6k1y8pOT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd6k1y8pOT .dropdown-item.active,
.cid-sd6k1y8pOT .dropdown-item:active {
  background-color: transparent;
}
.cid-sd6k1y8pOT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd6k1y8pOT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd6k1y8pOT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd6k1y8pOT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd6k1y8pOT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd6k1y8pOT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd6k1y8pOT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd6k1y8pOT .navbar-buttons {
  text-align: center;
}
.cid-sd6k1y8pOT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd6k1y8pOT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd6k1y8pOT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd6k1y8pOT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd6k1y8pOT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd6k1y8pOT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd6k1y8pOT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd6k1y8pOT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd6k1y8pOT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd6k1y8pOT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd6k1y8pOT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd6k1y8pOT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd6k1y8pOT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd6k1y8pOT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd6k1y8pOT .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd6k1y8pOT .nav-link:hover,
.cid-sd6k1y8pOT .dropdown-item:hover,
.cid-sd6k1y8pOT .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd6k1y8pOT .navbar {
    height: 77px;
  }
  .cid-sd6k1y8pOT .navbar.opened {
    height: auto;
  }
}
.cid-sd6k1AdhWa {
  background-image: url("../../../assets/images/junagarh-fort-3184273-1920-1920x1375.jpg");
}
.cid-sd6k1AdhWa .mbr-section-title DIV {
  text-align: center;
}
.cid-sd6k1AdhWa .mbr-text,
.cid-sd6k1AdhWa .mbr-section-btn {
  text-align: left;
}
.cid-sd6k1AdhWa .mbr-section-title {
  text-align: left;
}
.cid-sd6k1BDVyy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd6k1BDVyy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd6k1BDVyy .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd6k1BDVyy .title {
    width: 100% !important;
  }
}
.cid-sd6k1BDVyy .mbr-text,
.cid-sd6k1BDVyy .mbr-section-btn {
  color: #000000;
}
.cid-sd6k1BDVyy .mbr-section-subtitle,
.cid-sd6k1BDVyy .underline {
  color: #095a47;
}
.cid-sd6k1BDVyy .mbr-section-title {
  color: #b9aa77;
}
.cid-sd6k1CJTgA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd6k1CJTgA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd6k1CJTgA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6k1CJTgA .mbr-text,
.cid-sd6k1CJTgA .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd6k1CJTgA H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd6k1DU3jl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd6k1DU3jl .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd6k1DU3jl .carousel-item.active,
.cid-sd6k1DU3jl .carousel-item-next,
.cid-sd6k1DU3jl .carousel-item-prev {
  display: flex;
}
.cid-sd6k1DU3jl .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd6k1DU3jl .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd6k1DU3jl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd6k1DU3jl .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd6k1DU3jl .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd6k1DU3jl .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd6k1DU3jl .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd6k1DU3jl H1 {
  color: #36404c;
}
.cid-sd6k1DU3jl .mbr-text,
.cid-sd6k1DU3jl .mbr-section-btn {
  color: #767676;
}
.cid-sd6k1DU3jl .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd6k1DU3jl .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd6k1DU3jl .author {
  margin: auto 0;
}
.cid-sd6k1DU3jl h3,
.cid-sd6k1DU3jl h4 {
  margin: 0;
  padding: 0;
}
.cid-sd6k1DU3jl H3 {
  color: #36404c;
}
.cid-sd6k1DU3jl H4 {
  color: #767676;
}
.cid-sd6k1DU3jl .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd6k1DU3jl .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd6k1DU3jl .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd6k1GWnn7 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/tracks-in-the-sand-3185651-1920-1920x1104.jpg");
}
.cid-sd6k1GWnn7 .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd6k1GWnn7 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd6k1GWnn7 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd6k1GWnn7 .image {
  margin: auto;
}
.cid-sd6k1GWnn7 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd6k1GWnn7 .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd6k1GWnn7 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd6k1GWnn7 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd6k1GWnn7 .bottom__block {
  margin-bottom: 40px;
}
.cid-sd6k1GWnn7 .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd6k1GWnn7 .card__text {
  color: #d0d0d0;
}
.cid-sd6k1GWnn7 .mbr-text,
.cid-sd6k1GWnn7 .linked {
  color: #d0d0d0;
}
.cid-sd6k1GWnn7 .mbr-text,
.cid-sd6k1GWnn7 .linked {
  color: #ffffff;
}
.cid-sd6k1IjdqK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd6k1IjdqK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd6k1IjdqK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd6k1IjdqK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd6k1IjdqK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd6k1IjdqK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd6k1IjdqK .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd6k1IjdqK .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd6k1IjdqK .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd6k1IjdqK .mbr-gallery-filter ul {
  display: block;
}
.cid-sd6k1IjdqK .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd6k1IjdqK .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd6k1IjdqK .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd6k1IjdqK .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd6k1IjdqK .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd6k1IjdqK .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd6k1IjdqK .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd6k1IjdqK .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd6k1IjdqK .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd6k1IjdqK .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd6k1IjdqK .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd6k1IjdqK .icon-focus:before {
  content: '\e95e';
}
.cid-sd6k1IjdqK .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd6k1IjdqK .mbr-section-title {
  margin: 0;
}
.cid-sd6k1IjdqK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd6k1IjdqK .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd6k1IjdqK .mbr-section-title,
.cid-sd6k1IjdqK .underline {
  color: #095a47;
}
.cid-sd6k1JQjbm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd6k1JQjbm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd6k1JQjbm .form-row {
  justify-content: flex-end;
}
.cid-sd6k1JQjbm .form-control,
.cid-sd6k1JQjbm .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd6k1JQjbm .form-control:hover,
.cid-sd6k1JQjbm .field-input:hover,
.cid-sd6k1JQjbm .form-control:focus,
.cid-sd6k1JQjbm .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd6k1JQjbm input::-webkit-input-placeholder,
.cid-sd6k1JQjbm textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd6k1JQjbm input:-moz-placeholder,
.cid-sd6k1JQjbm textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd6k1JQjbm .jq-selectbox li,
.cid-sd6k1JQjbm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd6k1JQjbm .jq-selectbox li:hover,
.cid-sd6k1JQjbm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd6k1JQjbm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd6k1JQjbm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd6k1JQjbm textarea {
  min-height: 150px;
}
.cid-sd6k1JQjbm h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd6k1JQjbm h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd6k1JQjbm .mbr-text,
.cid-sd6k1JQjbm .mbr-section-btn {
  color: #767676;
}
.cid-sd6k1JQjbm H1 {
  color: #095a47;
}
.cid-sd6k1Lo7CR {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd6k1Lo7CR H2 {
  color: #89b758;
}
.cid-sd6k1Lo7CR .mbr-text,
.cid-sd6k1Lo7CR .mbr-section-btn {
  color: #808080;
}
.cid-sd6k1Lo7CR img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd6k1Lo7CR img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd6k1Lo7CR H1 {
  color: #29361a;
}
.cid-sd6k1MORAd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd6k1MORAd .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd6k1MORAd .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd6k1MORAd .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd6k1MORAd .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd6k1MORAd .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd6k1MORAd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd6k1MORAd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd6k1MORAd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd6k1MORAd .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd6k1MORAd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd6k1MORAd .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd6k1MORAd .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd6k1MORAd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd6k1MORAd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd6k1MORAd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd6k1MORAd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd6k1MORAd H1 {
  color: #ffffff;
}
.cid-sd6k1MORAd .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd7NsNb8k9 .nav-item:focus,
.cid-sd7NsNb8k9 .nav-link:focus {
  outline: none;
}
.cid-sd7NsNb8k9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd7NsNb8k9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd7NsNb8k9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd7NsNb8k9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd7NsNb8k9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd7NsNb8k9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd7NsNb8k9 .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd7NsNb8k9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd7NsNb8k9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd7NsNb8k9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd7NsNb8k9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd7NsNb8k9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd7NsNb8k9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd7NsNb8k9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd7NsNb8k9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd7NsNb8k9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd7NsNb8k9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd7NsNb8k9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd7NsNb8k9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd7NsNb8k9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd7NsNb8k9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd7NsNb8k9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd7NsNb8k9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd7NsNb8k9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd7NsNb8k9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd7NsNb8k9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd7NsNb8k9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd7NsNb8k9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd7NsNb8k9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd7NsNb8k9 .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd7NsNb8k9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd7NsNb8k9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd7NsNb8k9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd7NsNb8k9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd7NsNb8k9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd7NsNb8k9 .dropdown-item.active,
.cid-sd7NsNb8k9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sd7NsNb8k9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd7NsNb8k9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd7NsNb8k9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd7NsNb8k9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd7NsNb8k9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd7NsNb8k9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd7NsNb8k9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd7NsNb8k9 .navbar-buttons {
  text-align: center;
}
.cid-sd7NsNb8k9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd7NsNb8k9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd7NsNb8k9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd7NsNb8k9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd7NsNb8k9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd7NsNb8k9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd7NsNb8k9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd7NsNb8k9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd7NsNb8k9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd7NsNb8k9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd7NsNb8k9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd7NsNb8k9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd7NsNb8k9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd7NsNb8k9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd7NsNb8k9 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd7NsNb8k9 .nav-link:hover,
.cid-sd7NsNb8k9 .dropdown-item:hover,
.cid-sd7NsNb8k9 .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd7NsNb8k9 .navbar {
    height: 77px;
  }
  .cid-sd7NsNb8k9 .navbar.opened {
    height: auto;
  }
}
.cid-sd7NsPzSkE {
  background-image: url("../../../assets/images/greaves-samode-haveli-1920x1080.jpg");
}
.cid-sd7NsPzSkE .mbr-section-title DIV {
  text-align: center;
}
.cid-sd7NsPzSkE .mbr-text,
.cid-sd7NsPzSkE .mbr-section-btn {
  text-align: left;
}
.cid-sd7NsPzSkE .mbr-section-title {
  text-align: left;
}
.cid-sd7NsRxHTR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd7NsRxHTR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd7NsRxHTR .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd7NsRxHTR .title {
    width: 100% !important;
  }
}
.cid-sd7NsRxHTR .mbr-text,
.cid-sd7NsRxHTR .mbr-section-btn {
  color: #000000;
}
.cid-sd7NsRxHTR .mbr-section-subtitle,
.cid-sd7NsRxHTR .underline {
  color: #095a47;
}
.cid-sd7NsRxHTR .mbr-section-title {
  color: #b9aa77;
}
.cid-sd7NsSSZ38 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd7NsSSZ38 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd7NsSSZ38 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd7NsSSZ38 .mbr-text,
.cid-sd7NsSSZ38 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd7NsSSZ38 H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd7NsUlejR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd7NsUlejR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd7NsUlejR .carousel-item.active,
.cid-sd7NsUlejR .carousel-item-next,
.cid-sd7NsUlejR .carousel-item-prev {
  display: flex;
}
.cid-sd7NsUlejR .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd7NsUlejR .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd7NsUlejR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd7NsUlejR .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd7NsUlejR .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd7NsUlejR .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd7NsUlejR .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd7NsUlejR H1 {
  color: #36404c;
}
.cid-sd7NsUlejR .mbr-text,
.cid-sd7NsUlejR .mbr-section-btn {
  color: #767676;
}
.cid-sd7NsUlejR .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd7NsUlejR .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd7NsUlejR .author {
  margin: auto 0;
}
.cid-sd7NsUlejR h3,
.cid-sd7NsUlejR h4 {
  margin: 0;
  padding: 0;
}
.cid-sd7NsUlejR H3 {
  color: #36404c;
}
.cid-sd7NsUlejR H4 {
  color: #767676;
}
.cid-sd7NsUlejR .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd7NsUlejR .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd7NsUlejR .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd7NsY86uT {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/india-4810544-1920-1920x1280.jpeg");
}
.cid-sd7NsY86uT .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd7NsY86uT .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd7NsY86uT .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd7NsY86uT .image {
  margin: auto;
}
.cid-sd7NsY86uT .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd7NsY86uT .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd7NsY86uT .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd7NsY86uT .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd7NsY86uT .bottom__block {
  margin-bottom: 40px;
}
.cid-sd7NsY86uT .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd7NsY86uT .card__text {
  color: #d0d0d0;
}
.cid-sd7NsY86uT .mbr-text,
.cid-sd7NsY86uT .linked {
  color: #d0d0d0;
}
.cid-sd7NsY86uT .mbr-text,
.cid-sd7NsY86uT .linked {
  color: #ffffff;
}
.cid-sd7NsZHNl9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd7NsZHNl9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd7NsZHNl9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd7NsZHNl9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd7NsZHNl9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd7NsZHNl9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd7NsZHNl9 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter ul {
  display: block;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd7NsZHNl9 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd7NsZHNl9 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd7NsZHNl9 .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd7NsZHNl9 .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd7NsZHNl9 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd7NsZHNl9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd7NsZHNl9 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd7NsZHNl9 .icon-focus:before {
  content: '\e95e';
}
.cid-sd7NsZHNl9 .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd7NsZHNl9 .mbr-section-title {
  margin: 0;
}
.cid-sd7NsZHNl9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd7NsZHNl9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd7NsZHNl9 .mbr-section-title,
.cid-sd7NsZHNl9 .underline {
  color: #095a47;
}
.cid-sd7Nt1jHuF {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd7Nt1jHuF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd7Nt1jHuF .form-row {
  justify-content: flex-end;
}
.cid-sd7Nt1jHuF .form-control,
.cid-sd7Nt1jHuF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd7Nt1jHuF .form-control:hover,
.cid-sd7Nt1jHuF .field-input:hover,
.cid-sd7Nt1jHuF .form-control:focus,
.cid-sd7Nt1jHuF .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd7Nt1jHuF input::-webkit-input-placeholder,
.cid-sd7Nt1jHuF textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd7Nt1jHuF input:-moz-placeholder,
.cid-sd7Nt1jHuF textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd7Nt1jHuF .jq-selectbox li,
.cid-sd7Nt1jHuF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd7Nt1jHuF .jq-selectbox li:hover,
.cid-sd7Nt1jHuF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd7Nt1jHuF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd7Nt1jHuF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd7Nt1jHuF textarea {
  min-height: 150px;
}
.cid-sd7Nt1jHuF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd7Nt1jHuF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd7Nt1jHuF .mbr-text,
.cid-sd7Nt1jHuF .mbr-section-btn {
  color: #767676;
}
.cid-sd7Nt1jHuF H1 {
  color: #095a47;
}
.cid-sd7Nt3BtiP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd7Nt3BtiP H2 {
  color: #89b758;
}
.cid-sd7Nt3BtiP .mbr-text,
.cid-sd7Nt3BtiP .mbr-section-btn {
  color: #808080;
}
.cid-sd7Nt3BtiP img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd7Nt3BtiP img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd7Nt3BtiP H1 {
  color: #29361a;
}
.cid-sd7Nt5358P {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd7Nt5358P .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd7Nt5358P .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd7Nt5358P .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd7Nt5358P .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd7Nt5358P .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd7Nt5358P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd7Nt5358P .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd7Nt5358P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd7Nt5358P .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd7Nt5358P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd7Nt5358P .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd7Nt5358P .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd7Nt5358P .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd7Nt5358P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd7Nt5358P .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd7Nt5358P .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd7Nt5358P H1 {
  color: #ffffff;
}
.cid-sd7Nt5358P .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sd7PbLQE0j .nav-item:focus,
.cid-sd7PbLQE0j .nav-link:focus {
  outline: none;
}
.cid-sd7PbLQE0j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd7PbLQE0j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sd7PbLQE0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sd7PbLQE0j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sd7PbLQE0j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sd7PbLQE0j .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sd7PbLQE0j .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sd7PbLQE0j .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sd7PbLQE0j .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd7PbLQE0j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sd7PbLQE0j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sd7PbLQE0j .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd7PbLQE0j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd7PbLQE0j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd7PbLQE0j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd7PbLQE0j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd7PbLQE0j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sd7PbLQE0j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sd7PbLQE0j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd7PbLQE0j .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd7PbLQE0j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd7PbLQE0j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd7PbLQE0j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd7PbLQE0j .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd7PbLQE0j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd7PbLQE0j .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sd7PbLQE0j .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sd7PbLQE0j .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sd7PbLQE0j .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sd7PbLQE0j .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sd7PbLQE0j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd7PbLQE0j .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd7PbLQE0j .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd7PbLQE0j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd7PbLQE0j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd7PbLQE0j .dropdown-item.active,
.cid-sd7PbLQE0j .dropdown-item:active {
  background-color: transparent;
}
.cid-sd7PbLQE0j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd7PbLQE0j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd7PbLQE0j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd7PbLQE0j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sd7PbLQE0j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd7PbLQE0j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd7PbLQE0j ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd7PbLQE0j .navbar-buttons {
  text-align: center;
}
.cid-sd7PbLQE0j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd7PbLQE0j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sd7PbLQE0j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd7PbLQE0j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd7PbLQE0j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd7PbLQE0j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd7PbLQE0j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd7PbLQE0j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd7PbLQE0j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd7PbLQE0j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd7PbLQE0j .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd7PbLQE0j a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd7PbLQE0j .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd7PbLQE0j .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sd7PbLQE0j .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sd7PbLQE0j .nav-link:hover,
.cid-sd7PbLQE0j .dropdown-item:hover,
.cid-sd7PbLQE0j .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd7PbLQE0j .navbar {
    height: 77px;
  }
  .cid-sd7PbLQE0j .navbar.opened {
    height: auto;
  }
}
.cid-sd7PbOofEH {
  background-image: url("../../../assets/images/tiger-5185775-1920-1920x1272.jpg");
}
.cid-sd7PbOofEH .mbr-section-title DIV {
  text-align: center;
}
.cid-sd7PbOofEH .mbr-text,
.cid-sd7PbOofEH .mbr-section-btn {
  text-align: left;
}
.cid-sd7PbOofEH .mbr-section-title {
  text-align: left;
}
.cid-sd7PbQ1SFX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #eef7da;
}
.cid-sd7PbQ1SFX .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sd7PbQ1SFX .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sd7PbQ1SFX .title {
    width: 100% !important;
  }
}
.cid-sd7PbQ1SFX .mbr-text,
.cid-sd7PbQ1SFX .mbr-section-btn {
  color: #000000;
}
.cid-sd7PbQ1SFX .mbr-section-subtitle,
.cid-sd7PbQ1SFX .underline {
  color: #095a47;
}
.cid-sd7PbQ1SFX .mbr-section-title {
  color: #b9aa77;
}
.cid-sd7PbRiowT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sd7PbRiowT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-sd7PbRiowT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd7PbRiowT .mbr-text,
.cid-sd7PbRiowT .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-sd7PbRiowT H1 {
  text-align: center;
  color: #095a47;
}
.cid-sd7PbSEgHR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sd7PbSEgHR .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sd7PbSEgHR .carousel-item.active,
.cid-sd7PbSEgHR .carousel-item-next,
.cid-sd7PbSEgHR .carousel-item-prev {
  display: flex;
}
.cid-sd7PbSEgHR .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-sd7PbSEgHR .img-box .mbr-iconfont {
  color: #f5f5f5;
  background: #ececec;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-sd7PbSEgHR .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sd7PbSEgHR .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-sd7PbSEgHR .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-sd7PbSEgHR .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-sd7PbSEgHR .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sd7PbSEgHR H1 {
  color: #36404c;
}
.cid-sd7PbSEgHR .mbr-text,
.cid-sd7PbSEgHR .mbr-section-btn {
  color: #767676;
}
.cid-sd7PbSEgHR .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sd7PbSEgHR .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-sd7PbSEgHR .author {
  margin: auto 0;
}
.cid-sd7PbSEgHR h3,
.cid-sd7PbSEgHR h4 {
  margin: 0;
  padding: 0;
}
.cid-sd7PbSEgHR H3 {
  color: #36404c;
}
.cid-sd7PbSEgHR H4 {
  color: #767676;
}
.cid-sd7PbSEgHR .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-sd7PbSEgHR .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-sd7PbSEgHR .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-sd7PbVSs3o {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/deer-5434300-1920-1920x1280.jpg");
}
.cid-sd7PbVSs3o .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sd7PbVSs3o .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sd7PbVSs3o .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sd7PbVSs3o .image {
  margin: auto;
}
.cid-sd7PbVSs3o .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sd7PbVSs3o .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sd7PbVSs3o .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sd7PbVSs3o .linked {
    margin: 30px 0 40px;
  }
}
.cid-sd7PbVSs3o .bottom__block {
  margin-bottom: 40px;
}
.cid-sd7PbVSs3o .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sd7PbVSs3o .card__text {
  color: #d0d0d0;
}
.cid-sd7PbVSs3o .mbr-text,
.cid-sd7PbVSs3o .linked {
  color: #d0d0d0;
}
.cid-sd7PbVSs3o .mbr-text,
.cid-sd7PbVSs3o .linked {
  color: #ffffff;
}
.cid-sd7PbXd30B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sd7PbXd30B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sd7PbXd30B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd7PbXd30B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd7PbXd30B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sd7PbXd30B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sd7PbXd30B .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-sd7PbXd30B .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-sd7PbXd30B .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-sd7PbXd30B .mbr-gallery-filter ul {
  display: block;
}
.cid-sd7PbXd30B .mbr-gallery-filter ul li {
  position: relative;
}
.cid-sd7PbXd30B .mbr-gallery-filter li.active .btn {
  color: #149dcc !important;
  background: transparent;
}
.cid-sd7PbXd30B .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #149dcc !important;
}
.cid-sd7PbXd30B .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-sd7PbXd30B .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-sd7PbXd30B .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #149dcc !important;
}
.cid-sd7PbXd30B .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-sd7PbXd30B .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-sd7PbXd30B .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-sd7PbXd30B .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-sd7PbXd30B .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-sd7PbXd30B .icon-focus:before {
  content: '\e95e';
}
.cid-sd7PbXd30B .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-sd7PbXd30B .mbr-section-title {
  margin: 0;
}
.cid-sd7PbXd30B .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sd7PbXd30B .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sd7PbXd30B .mbr-section-title,
.cid-sd7PbXd30B .underline {
  color: #095a47;
}
.cid-sd7PbYKfhI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sd7PbYKfhI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sd7PbYKfhI .form-row {
  justify-content: flex-end;
}
.cid-sd7PbYKfhI .form-control,
.cid-sd7PbYKfhI .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sd7PbYKfhI .form-control:hover,
.cid-sd7PbYKfhI .field-input:hover,
.cid-sd7PbYKfhI .form-control:focus,
.cid-sd7PbYKfhI .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sd7PbYKfhI input::-webkit-input-placeholder,
.cid-sd7PbYKfhI textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-sd7PbYKfhI input:-moz-placeholder,
.cid-sd7PbYKfhI textarea:-moz-placeholder {
  color: #767676;
}
.cid-sd7PbYKfhI .jq-selectbox li,
.cid-sd7PbYKfhI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd7PbYKfhI .jq-selectbox li:hover,
.cid-sd7PbYKfhI .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sd7PbYKfhI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd7PbYKfhI .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sd7PbYKfhI textarea {
  min-height: 150px;
}
.cid-sd7PbYKfhI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-sd7PbYKfhI h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-sd7PbYKfhI .mbr-text,
.cid-sd7PbYKfhI .mbr-section-btn {
  color: #767676;
}
.cid-sd7PbYKfhI H1 {
  color: #095a47;
}
.cid-sd7Pc0D89A {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sd7Pc0D89A H2 {
  color: #89b758;
}
.cid-sd7Pc0D89A .mbr-text,
.cid-sd7Pc0D89A .mbr-section-btn {
  color: #808080;
}
.cid-sd7Pc0D89A img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sd7Pc0D89A img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sd7Pc0D89A H1 {
  color: #29361a;
}
.cid-sd7Pc210A9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sd7Pc210A9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sd7Pc210A9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sd7Pc210A9 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sd7Pc210A9 .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sd7Pc210A9 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd7Pc210A9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sd7Pc210A9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sd7Pc210A9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sd7Pc210A9 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sd7Pc210A9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sd7Pc210A9 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sd7Pc210A9 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sd7Pc210A9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd7Pc210A9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sd7Pc210A9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sd7Pc210A9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sd7Pc210A9 H1 {
  color: #ffffff;
}
.cid-sd7Pc210A9 .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sdaOWcVhdb .nav-item:focus,
.cid-sdaOWcVhdb .nav-link:focus {
  outline: none;
}
.cid-sdaOWcVhdb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdaOWcVhdb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdaOWcVhdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdaOWcVhdb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdaOWcVhdb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdaOWcVhdb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sdaOWcVhdb .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sdaOWcVhdb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdaOWcVhdb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdaOWcVhdb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdaOWcVhdb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sdaOWcVhdb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdaOWcVhdb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdaOWcVhdb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdaOWcVhdb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdaOWcVhdb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdaOWcVhdb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdaOWcVhdb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdaOWcVhdb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdaOWcVhdb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdaOWcVhdb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdaOWcVhdb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdaOWcVhdb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdaOWcVhdb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdaOWcVhdb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdaOWcVhdb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdaOWcVhdb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdaOWcVhdb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdaOWcVhdb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdaOWcVhdb .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sdaOWcVhdb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdaOWcVhdb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdaOWcVhdb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdaOWcVhdb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdaOWcVhdb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdaOWcVhdb .dropdown-item.active,
.cid-sdaOWcVhdb .dropdown-item:active {
  background-color: transparent;
}
.cid-sdaOWcVhdb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdaOWcVhdb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdaOWcVhdb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdaOWcVhdb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sdaOWcVhdb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdaOWcVhdb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdaOWcVhdb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdaOWcVhdb .navbar-buttons {
  text-align: center;
}
.cid-sdaOWcVhdb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdaOWcVhdb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sdaOWcVhdb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdaOWcVhdb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdaOWcVhdb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdaOWcVhdb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdaOWcVhdb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdaOWcVhdb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdaOWcVhdb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdaOWcVhdb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdaOWcVhdb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdaOWcVhdb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdaOWcVhdb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdaOWcVhdb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdaOWcVhdb .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sdaOWcVhdb .nav-link:hover,
.cid-sdaOWcVhdb .dropdown-item:hover,
.cid-sdaOWcVhdb .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdaOWcVhdb .navbar {
    height: 77px;
  }
  .cid-sdaOWcVhdb .navbar.opened {
    height: auto;
  }
}
.cid-sdaOWeQtn2 {
  background-image: url("../../../assets/images/india-4109100-1920-1920x1280.jpg");
}
.cid-sdaOWeQtn2 .mbr-section-title DIV {
  text-align: center;
}
.cid-sdaOWeQtn2 .mbr-text,
.cid-sdaOWeQtn2 .mbr-section-btn {
  text-align: left;
}
.cid-sdaOWeQtn2 .mbr-section-title {
  text-align: left;
}
.cid-sdaOWfQOM4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdaOWfQOM4 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sdaOWfQOM4 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sdaOWfQOM4 .title {
    width: 100% !important;
  }
}
.cid-sdaOWfQOM4 .mbr-text,
.cid-sdaOWfQOM4 .mbr-section-btn {
  color: #000000;
}
.cid-sdaOWfQOM4 .mbr-section-subtitle,
.cid-sdaOWfQOM4 .underline {
  color: #095a47;
}
.cid-sdaOWfQOM4 .mbr-section-title {
  color: #b9aa77;
}
.cid-sddanuX1Ep {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef7da;
}
.cid-sddanuX1Ep .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-sddanuX1Ep .mbr-text {
  color: #656565;
}
.cid-sddanuX1Ep p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sddanuX1Ep .card {
    margin-bottom: 2rem;
  }
}
.cid-sddanuX1Ep .card-title,
.cid-sddanuX1Ep .card-img {
  color: #095a47;
}
.cid-sddanuX1Ep .mbr-section-title {
  text-align: center;
  color: #095a47;
}
.cid-sddanuX1Ep .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sdaOWkdJd0 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/6594-1-1600x1066.jpg");
}
.cid-sdaOWkdJd0 .mbr-section-title {
  margin-bottom: 25px;
  color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sdaOWkdJd0 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-sdaOWkdJd0 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sdaOWkdJd0 .image {
  margin: auto;
}
.cid-sdaOWkdJd0 .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
.cid-sdaOWkdJd0 .linked {
  color: #f77d18;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-sdaOWkdJd0 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1999px) {
  .cid-sdaOWkdJd0 .linked {
    margin: 30px 0 40px;
  }
}
.cid-sdaOWkdJd0 .bottom__block {
  margin-bottom: 40px;
}
.cid-sdaOWkdJd0 .card__title {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdaOWkdJd0 .card__text {
  color: #d0d0d0;
}
.cid-sdaOWkdJd0 .mbr-text,
.cid-sdaOWkdJd0 .linked {
  color: #d0d0d0;
}
.cid-sdaOWkdJd0 .mbr-text,
.cid-sdaOWkdJd0 .linked {
  color: #ffffff;
}
.cid-sdaOWpvAmG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sdaOWpvAmG H2 {
  color: #89b758;
}
.cid-sdaOWpvAmG .mbr-text,
.cid-sdaOWpvAmG .mbr-section-btn {
  color: #808080;
}
.cid-sdaOWpvAmG img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sdaOWpvAmG img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sdaOWpvAmG H1 {
  color: #29361a;
}
.cid-sdaOWqs7cz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sdaOWqs7cz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sdaOWqs7cz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sdaOWqs7cz .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdaOWqs7cz .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sdaOWqs7cz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdaOWqs7cz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdaOWqs7cz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdaOWqs7cz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdaOWqs7cz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdaOWqs7cz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdaOWqs7cz .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdaOWqs7cz .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdaOWqs7cz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdaOWqs7cz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdaOWqs7cz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdaOWqs7cz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sdaOWqs7cz H1 {
  color: #ffffff;
}
.cid-sdaOWqs7cz .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sdczH9nEU2 .nav-item:focus,
.cid-sdczH9nEU2 .nav-link:focus {
  outline: none;
}
.cid-sdczH9nEU2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdczH9nEU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdczH9nEU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdczH9nEU2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdczH9nEU2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdczH9nEU2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sdczH9nEU2 .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sdczH9nEU2 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdczH9nEU2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdczH9nEU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdczH9nEU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sdczH9nEU2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdczH9nEU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdczH9nEU2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdczH9nEU2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdczH9nEU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdczH9nEU2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdczH9nEU2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdczH9nEU2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdczH9nEU2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdczH9nEU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdczH9nEU2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdczH9nEU2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdczH9nEU2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdczH9nEU2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdczH9nEU2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdczH9nEU2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdczH9nEU2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdczH9nEU2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdczH9nEU2 .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sdczH9nEU2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdczH9nEU2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdczH9nEU2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdczH9nEU2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdczH9nEU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdczH9nEU2 .dropdown-item.active,
.cid-sdczH9nEU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdczH9nEU2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdczH9nEU2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdczH9nEU2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdczH9nEU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sdczH9nEU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdczH9nEU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdczH9nEU2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdczH9nEU2 .navbar-buttons {
  text-align: center;
}
.cid-sdczH9nEU2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdczH9nEU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sdczH9nEU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdczH9nEU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdczH9nEU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdczH9nEU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdczH9nEU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdczH9nEU2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdczH9nEU2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdczH9nEU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdczH9nEU2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdczH9nEU2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdczH9nEU2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdczH9nEU2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdczH9nEU2 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sdczH9nEU2 .nav-link:hover,
.cid-sdczH9nEU2 .dropdown-item:hover,
.cid-sdczH9nEU2 .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdczH9nEU2 .navbar {
    height: 77px;
  }
  .cid-sdczH9nEU2 .navbar.opened {
    height: auto;
  }
}
.cid-sdczHaoXky {
  background-image: url("../../../assets/images/heping-ez4dxmnhqkk-unsplash-1920x1269.jpg");
}
.cid-sdczHaoXky .mbr-section-title DIV {
  text-align: center;
}
.cid-sdczHaoXky .mbr-text,
.cid-sdczHaoXky .mbr-section-btn {
  text-align: left;
}
.cid-sdczHaoXky .mbr-section-title {
  text-align: left;
}
.cid-sdczTXkbu8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/asset-1-2000x1249.png");
}
.cid-sdczTXkbu8 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sdczTXkbu8 .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-sdczTXkbu8 .text-block {
  padding-right: 5rem;
}
.cid-sdczTXkbu8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sdczTXkbu8 .underline .line {
  width: 5rem;
  height: 3px;
  background: #98c1bb;
  display: inline-block;
}
.cid-sdczTXkbu8 .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-sdczTXkbu8 .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-sdczTXkbu8 .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sdczTXkbu8 .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sdczTXkbu8 .img-block {
    margin-bottom: 1rem;
  }
  .cid-sdczTXkbu8 .text-block {
    padding: 0 15px;
  }
}
.cid-sdczTXkbu8 .mbr-section-title {
  color: #095a47;
  text-align: left;
}
.cid-sdczTXkbu8 .mbr-section-subtitle {
  color: #095a47;
  text-align: left;
}
.cid-sdczTXkbu8 .mbr-section-text,
.cid-sdczTXkbu8 .underline,
.cid-sdczTXkbu8 .social-media {
  color: #282727;
  text-align: left;
}
.cid-sdczHbYVhP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sdczHbYVhP H2 {
  color: #89b758;
}
.cid-sdczHbYVhP .mbr-text,
.cid-sdczHbYVhP .mbr-section-btn {
  color: #808080;
}
.cid-sdczHbYVhP img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sdczHbYVhP img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sdczHbYVhP H1 {
  color: #29361a;
}
.cid-sdczHcDkXo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sdczHcDkXo .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sdczHcDkXo .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sdczHcDkXo .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdczHcDkXo .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sdczHcDkXo .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdczHcDkXo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdczHcDkXo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdczHcDkXo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdczHcDkXo .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdczHcDkXo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdczHcDkXo .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdczHcDkXo .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdczHcDkXo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdczHcDkXo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdczHcDkXo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdczHcDkXo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sdczHcDkXo H1 {
  color: #ffffff;
}
.cid-sdczHcDkXo .media-container-row .mbr-text {
  color: #b4bca2;
}
.cid-sdd8tu0Jzr .nav-item:focus,
.cid-sdd8tu0Jzr .nav-link:focus {
  outline: none;
}
.cid-sdd8tu0Jzr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdd8tu0Jzr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdd8tu0Jzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdd8tu0Jzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdd8tu0Jzr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdd8tu0Jzr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #095a47;
  background: none;
}
.cid-sdd8tu0Jzr .navbar.opened {
  transition: all .3s;
  background: #095a47 !important;
}
.cid-sdd8tu0Jzr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sdd8tu0Jzr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdd8tu0Jzr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdd8tu0Jzr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sdd8tu0Jzr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdd8tu0Jzr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdd8tu0Jzr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdd8tu0Jzr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdd8tu0Jzr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdd8tu0Jzr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdd8tu0Jzr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdd8tu0Jzr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdd8tu0Jzr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdd8tu0Jzr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdd8tu0Jzr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdd8tu0Jzr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdd8tu0Jzr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdd8tu0Jzr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdd8tu0Jzr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdd8tu0Jzr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdd8tu0Jzr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdd8tu0Jzr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdd8tu0Jzr .navbar.navbar-short {
  background: #095a47 !important;
  min-height: 60px;
}
.cid-sdd8tu0Jzr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdd8tu0Jzr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdd8tu0Jzr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdd8tu0Jzr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdd8tu0Jzr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdd8tu0Jzr .dropdown-item.active,
.cid-sdd8tu0Jzr .dropdown-item:active {
  background-color: transparent;
}
.cid-sdd8tu0Jzr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdd8tu0Jzr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdd8tu0Jzr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdd8tu0Jzr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #095a47;
}
.cid-sdd8tu0Jzr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdd8tu0Jzr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdd8tu0Jzr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdd8tu0Jzr .navbar-buttons {
  text-align: center;
}
.cid-sdd8tu0Jzr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdd8tu0Jzr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eef7da;
}
.cid-sdd8tu0Jzr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdd8tu0Jzr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdd8tu0Jzr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdd8tu0Jzr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdd8tu0Jzr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdd8tu0Jzr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdd8tu0Jzr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdd8tu0Jzr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdd8tu0Jzr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdd8tu0Jzr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdd8tu0Jzr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdd8tu0Jzr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sdd8tu0Jzr .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sdd8tu0Jzr .nav-link:hover,
.cid-sdd8tu0Jzr .dropdown-item:hover,
.cid-sdd8tu0Jzr .icons-menu .mbr-iconfont:hover {
  color: #c2caaf !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdd8tu0Jzr .navbar {
    height: 77px;
  }
  .cid-sdd8tu0Jzr .navbar.opened {
    height: auto;
  }
}
.cid-sdd8tw4NCw {
  background-image: url("../../../assets/images/oth-japan-takahama-sup-1440x823.jpg");
}
.cid-sdd8tw4NCw .mbr-section-title DIV {
  text-align: center;
}
.cid-sdd8tw4NCw .mbr-text,
.cid-sdd8tw4NCw .mbr-section-btn {
  text-align: left;
}
.cid-sdd8tw4NCw .mbr-section-title {
  text-align: left;
}
.cid-sdd8tCZw0X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdd8tCZw0X .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-sdd8tCZw0X .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-sdd8tCZw0X p {
  line-height: 1.6;
}
.cid-sdd8tCZw0X .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-sdd8tCZw0X .card-title {
  color: #052b22;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-sdd8tCZw0X .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-sdd8tCZw0X img {
  transition: all 0.3s;
}
.cid-sdd8tCZw0X .card-box {
  padding: 1.5rem;
}
.cid-sdd8tCZw0X .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sdd8tCZw0X .card-box > p,
.cid-sdd8tCZw0X .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sdd8tCZw0X .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sdd8tFoTtW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdd8tFoTtW .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-sdd8tFoTtW .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-sdd8tFoTtW p {
  line-height: 1.6;
}
.cid-sdd8tFoTtW .btn {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-sdd8tFoTtW .card-title {
  color: #052b22;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
}
.cid-sdd8tFoTtW .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-sdd8tFoTtW img {
  transition: all 0.3s;
}
.cid-sdd8tFoTtW .card-box {
  padding: 1.5rem;
}
.cid-sdd8tFoTtW .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sdd8tFoTtW .card-box > p,
.cid-sdd8tFoTtW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sdd8tFoTtW .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sdd8tL0mYk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eef7da;
}
.cid-sdd8tL0mYk .card-img span {
  color: #1ec6b6;
  font-size: 5.3rem;
}
.cid-sdd8tL0mYk .mbr-text {
  color: #656565;
}
.cid-sdd8tL0mYk p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-sdd8tL0mYk .card {
    margin-bottom: 2rem;
  }
}
.cid-sdd8tL0mYk .card-title,
.cid-sdd8tL0mYk .card-img {
  color: #095a47;
}
.cid-sdd8tL0mYk .mbr-section-title {
  text-align: center;
  color: #095a47;
}
.cid-sdd8tL0mYk .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-sdd8tRl0N5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #095a47;
}
.cid-sdd8tRl0N5 H2 {
  color: #89b758;
}
.cid-sdd8tRl0N5 .mbr-text,
.cid-sdd8tRl0N5 .mbr-section-btn {
  color: #808080;
}
.cid-sdd8tRl0N5 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sdd8tRl0N5 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sdd8tRl0N5 H1 {
  color: #29361a;
}
.cid-sdd8tSuCqs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #095a47;
}
.cid-sdd8tSuCqs .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-sdd8tSuCqs .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-sdd8tSuCqs .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-sdd8tSuCqs .soc-item:hover {
  background: #7b8467;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-sdd8tSuCqs .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sdd8tSuCqs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sdd8tSuCqs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sdd8tSuCqs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sdd8tSuCqs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sdd8tSuCqs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-sdd8tSuCqs .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sdd8tSuCqs .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sdd8tSuCqs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdd8tSuCqs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sdd8tSuCqs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sdd8tSuCqs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sdd8tSuCqs H1 {
  color: #ffffff;
}
.cid-sdd8tSuCqs .media-container-row .mbr-text {
  color: #b4bca2;
}
