@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 600!important;
  border-width: 2px;
  font-style: normal;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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 {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* 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%;
  transform: rotate(135deg);
  -webkit-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;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #255085;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #255085;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #255085;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #255085;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #255085;
}
/* Headers*/
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #255085;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro45JuOllz {
  padding-top: 135px;
  padding-bottom: 150px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro45JuOllz H1 {
  color: #ffffff;
}
.cid-ro4wtgCD34 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4wtgCD34 .container {
  max-width: 100%;
}
.cid-ro4wtgCD34 img {
  width: 100%;
  height: auto;
}
.cid-ro4wtgCD34 .col-lg-12 {
  padding: 0;
}
.cid-ro48HWTORL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
.cid-ro48HWTORL .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro48HWTORL .btn-col {
  margin: auto;
}
.cid-ro48HWTORL .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-ro48HWTORL .line {
  width: 45px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-ro48HWTORL .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro48HWTORL .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
}
.cid-ro48HWTORL .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro48HWTORL .card-wrapper {
  height: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro48HWTORL .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro48HWTORL .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro48HWTORL .text {
  color: #767676;
}
.cid-ro48HWTORL .card-title {
  color: #36404c;
}
.cid-ro48HWTORL H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro48HWTORL .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-ro48HWTORL .mbr-section-title,
.cid-ro48HWTORL .line-wrap {
  text-align: center;
}
.cid-ro4jCs7lYe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
@media (max-width: 992px) {
  .cid-ro4jCs7lYe {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-ro4jCs7lYe .box {
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ro4jCs7lYe .icon-wrap {
  background-color: #255085 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ro4jCs7lYe .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-ro4jCs7lYe .icon-wrap span {
  padding-left: 8px;
}
.cid-ro4jCs7lYe .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ro4jCs7lYe .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ro4jCs7lYe .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ro4jCs7lYe .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ro4jCs7lYe .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ro4jCs7lYe a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ro4jCs7lYe a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-ro4jCs7lYe {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-ro4jCs7lYe .box {
    height: 250px;
  }
  .cid-ro4jCs7lYe .row {
    padding: 1rem!important;
  }
}
.cid-ro4jCs7lYe .title {
  color: #ffffff;
}
.cid-ro46qLhAkZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-ro46qLhAkZ .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro46qLhAkZ .container {
  max-width: 1650px;
}
.cid-ro46qLhAkZ section {
  position: relative;
}
.cid-ro46qLhAkZ a {
  font-weight: 600;
}
.cid-ro46qLhAkZ .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro46qLhAkZ .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro46qLhAkZ .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro46qLhAkZ .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro46qLhAkZ .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro46qLhAkZ .card-wrapper {
  height: 100%;
}
.cid-ro46qLhAkZ .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro46qLhAkZ .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro46qLhAkZ .text {
  color: #767676;
}
.cid-ro46qLhAkZ .card-title {
  color: #36404c;
}
.cid-ro46qLhAkZ .title {
  text-align: center;
}
.cid-ro48xRcEz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-ro48xRcEz2 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro48xRcEz2 section {
  position: relative;
}
.cid-ro48xRcEz2 h4 {
  margin: 0;
}
.cid-ro48xRcEz2 a {
  font-weight: 300;
}
.cid-ro48xRcEz2 .row {
  align-items: center;
}
.cid-ro48xRcEz2 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro48xRcEz2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro48xRcEz2 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .align-left {
    text-align: center;
  }
  .cid-ro48xRcEz2 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro48xRcEz2 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro48xRcEz2 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro48xRcEz2 .item-title {
  color: #c1c1c1;
}
.cid-ro48xRcEz2 H4 {
  color: #c1c1c1;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4AVUM7Ud {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro4AVUM7Ud a {
  font-weight: 400;
}
.cid-ro4CLtfIQs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro4CLtfIQs .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4CLtfIQs section {
  position: relative;
}
.cid-ro4CLtfIQs a {
  font-weight: 600;
}
.cid-ro4CLtfIQs .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4CLtfIQs .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4CLtfIQs .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4CLtfIQs .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4CLtfIQs .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4CLtfIQs .card-wrapper {
  height: 100%;
}
.cid-ro4CLtfIQs .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4CLtfIQs .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4CLtfIQs .text {
  color: #767676;
}
.cid-ro4CLtfIQs .card-title {
  color: #36404c;
}
.cid-ro4CLtfIQs .title {
  text-align: center;
}
.cid-ro4CKdMOWM {
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background1.jpg");
  background-position: right;
}
.cid-ro4CKdMOWM .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ro4CKdMOWM .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ro4CKdMOWM .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ro4CKdMOWM img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ro4CKdMOWM .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ro4CMCX7HF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro4CMCX7HF .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4CMCX7HF .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4CMCX7HF p {
  font-weight: 400;
}
.cid-ro4CMCX7HF .link-ico {
  font-size: 0.8rem;
  color: #36404c;
  border: 2px solid #36404c;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ro4CMCX7HF .link-ico:hover {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-ro4CMCX7HF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4CMCX7HF .card-wrapper {
  padding: 2rem;
  transition: background 0.3s;
  background: #ffffff;
}
.cid-ro4CMCX7HF .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-ro4CMCX7HF .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4CMCX7HF .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ro4CMCX7HF .card-title,
.cid-ro4CMCX7HF .card-ico,
.cid-ro4CMCX7HF .line-wrap {
  text-align: center;
}
.cid-ro4CMCX7HF .mbr-text,
.cid-ro4CMCX7HF .card-link {
  text-align: center;
  color: #767676;
}
.cid-ro4CNiHjYD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4CNiHjYD .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4CNiHjYD .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4CNiHjYD .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-ro4CNiHjYD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4CNiHjYD .card {
  padding: 0!important;
}
.cid-ro4CNiHjYD .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-ro4CNiHjYD .card-wrapper:hover {
  background: #ed4266;
}
.cid-ro4CNiHjYD .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-ro4CNiHjYD .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-ro4CNiHjYD .card1 {
  background: #1b3a61;
}
.cid-ro4CNiHjYD .card2 {
  background: #1d3f69;
}
.cid-ro4CNiHjYD .card3 {
  background: #1f4471;
}
.cid-ro4CNiHjYD .card4 {
  background: #224879;
}
.cid-ro4CNiHjYD .card5 {
  background: #244d81;
}
.cid-ro4CNiHjYD .card6 {
  background: #265289;
}
.cid-ro4CNiHjYD .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-ro4CNiHjYD .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ro4CNiHjYD .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4COGfijl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-ro4COGfijl .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4COGfijl .btn-col {
  margin: auto;
}
.cid-ro4COGfijl .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-ro4COGfijl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-ro4COGfijl .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4COGfijl .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4COGfijl .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4COGfijl .card-wrapper {
  height: 100%;
}
.cid-ro4COGfijl .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4COGfijl .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4COGfijl .text {
  color: #767676;
}
.cid-ro4COGfijl .card-title {
  color: #36404c;
}
.cid-ro4COGfijl H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro4COGfijl .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-ro4CRtfl4Y {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro4CRtfl4Y a {
  font-weight: 400;
}
.cid-ro4CWkUOmL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4CWkUOmL .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-ro4CWkUOmL .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4CWkUOmL .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-ro4CWkUOmL p {
  font-weight: 400;
}
.cid-ro4CWkUOmL .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ro4CWkUOmL .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-ro4CWkUOmL .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4CWkUOmL .bg1 {
  background: #ed4266;
}
.cid-ro4CWkUOmL .bg2 {
  background: #255085;
}
.cid-ro4CWkUOmL .bg3 {
  background: #ff7f9f;
}
.cid-ro4CWkUOmL .bg4 {
  background: #149dcc;
}
.cid-ro4CWkUOmL .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-ro4CWkUOmL .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-ro4CWkUOmL .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ro4CWkUOmL .card-title,
.cid-ro4CWkUOmL .card-ico,
.cid-ro4CWkUOmL .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ro4CWkUOmL .mbr-text,
.cid-ro4CWkUOmL .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ro4CWkUOmL .row {
    padding: 0 1rem;
  }
}
.cid-ro4CXa4jGc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro4CXa4jGc .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-ro4CXa4jGc H2 {
  color: #232323;
}
.cid-ro4CXa4jGc H3 {
  color: #232323;
}
.cid-ro4CXa4jGc .mbr-text,
.cid-ro4CXa4jGc .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4CXa4jGc .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4CXufE1T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00bea3;
}
.cid-ro4CXufE1T .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ro4CXufE1T .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ro4CXufE1T H2 {
  margin: 0;
  width: 100%;
}
.cid-ro4CXufE1T h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ro4CXufE1T .title {
    margin-bottom: 2rem;
  }
  .cid-ro4CXufE1T .align-left,
  .cid-ro4CXufE1T .align-right {
    text-align: center;
  }
}
.cid-ro4CY18otS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4CY18otS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4CY18otS H2 {
  color: #36404c;
}
.cid-ro4CY18otS H3 {
  color: #36404c;
}
.cid-ro4CY18otS .mbr-text,
.cid-ro4CY18otS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4CY18otS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4CY18otS img {
  filter: invert(0.5);
}
.cid-ro4D0XMR0n {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-ro4D0XMR0n .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4D0XMR0n .container {
  max-width: 1650px;
}
.cid-ro4D0XMR0n section {
  position: relative;
}
.cid-ro4D0XMR0n a {
  font-weight: 600;
}
.cid-ro4D0XMR0n .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4D0XMR0n .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4D0XMR0n .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4D0XMR0n .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4D0XMR0n .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4D0XMR0n .card-wrapper {
  height: 100%;
}
.cid-ro4D0XMR0n .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4D0XMR0n .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4D0XMR0n .text {
  color: #767676;
}
.cid-ro4D0XMR0n .card-title {
  color: #36404c;
}
.cid-ro4D0XMR0n .title {
  text-align: center;
}
.cid-ro48xRcEz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-ro48xRcEz2 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro48xRcEz2 section {
  position: relative;
}
.cid-ro48xRcEz2 h4 {
  margin: 0;
}
.cid-ro48xRcEz2 a {
  font-weight: 300;
}
.cid-ro48xRcEz2 .row {
  align-items: center;
}
.cid-ro48xRcEz2 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro48xRcEz2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro48xRcEz2 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .align-left {
    text-align: center;
  }
  .cid-ro48xRcEz2 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro48xRcEz2 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro48xRcEz2 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro48xRcEz2 .item-title {
  color: #c1c1c1;
}
.cid-ro48xRcEz2 H4 {
  color: #c1c1c1;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4Bc6PNwX {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background23.jpg");
}
.cid-ro4Bc6PNwX a {
  font-weight: 400;
}
.cid-ro4D7ldwqS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4D7ldwqS .nav-tabs .nav-item.open .nav-link:focus,
.cid-ro4D7ldwqS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ro4D7ldwqS .nav-link.active {
  background: #ed4266;
}
.cid-ro4D7ldwqS .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4D7ldwqS .nav-link:hover {
  background: #ed4266;
}
.cid-ro4D7ldwqS .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-ro4D7ldwqS .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ro4D7ldwqS p {
  padding-left: 2rem;
}
.cid-ro4D7ldwqS .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ro4D7ldwqS .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ro4D7ldwqS .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-ro4D7ldwqS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-ro4D7ldwqS P {
  color: #767676;
}
.cid-ro4D7ldwqS H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-ro4D7ldwqS .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-ro4D7ldwqS .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4D7ldwqS p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ro4D7ldwqS .mbr-text,
  .cid-ro4D7ldwqS .nav-link {
    text-align: center;
  }
  .cid-ro4D7ldwqS .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4D7ldwqS .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ro4D7ldwqS p {
    padding-left: 0rem;
  }
}
.cid-ro4D7TUYnY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4D7TUYnY img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-ro4D7TUYnY .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0.6;
}
.cid-ro4D7TUYnY .col-lg-2 {
  margin: 0;
  padding: 0;
}
.cid-ro4D7TUYnY .col-lg-2:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-ro4D7TUYnY .wrapper:before {
    opacity: 0.2;
  }
}
.cid-ro4Da9orxU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4Da9orxU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4Da9orxU H2 {
  color: #36404c;
}
.cid-ro4Da9orxU H3 {
  color: #36404c;
}
.cid-ro4Da9orxU .mbr-text,
.cid-ro4Da9orxU .mbr-section-btn {
  color: #767676;
}
.cid-ro4Da9orxU .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ro4Da9orxU .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ro4Da9orxU .photo {
    width: 100%;
  }
}
.cid-ro4Da9orxU .signature {
  filter: invert(0.5);
}
.cid-ro4DbaEQCn {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ed4266;
}
.cid-ro4DbaEQCn img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-ro4DbaEQCn .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-ro4DbaEQCn .card:hover {
  opacity: 0.9;
}
.cid-ro4DbaEQCn H1 {
  color: #ffffff;
}
.cid-ro4DbaEQCn .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-ro4DbaEQCn .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ro4DbUtWCj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4DbUtWCj .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ro4DbUtWCj .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ro4DbUtWCj .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4DbUtWCj a {
  font-weight: 600;
}
.cid-ro4DbUtWCj .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4DbUtWCj .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4DbUtWCj .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ro4DbUtWCj .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4DbUtWCj .card-wrapper {
  height: 100%;
}
.cid-ro4DbUtWCj .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4DbUtWCj .text {
  color: #767676;
}
.cid-ro4DbUtWCj .card-title {
  color: #36404c;
}
.cid-ro4DbUtWCj .card-subtitle {
  color: #ed4266;
}
.cid-ro4D69b8aL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-ro4D69b8aL .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4D69b8aL .container {
  max-width: 1650px;
}
.cid-ro4D69b8aL section {
  position: relative;
}
.cid-ro4D69b8aL a {
  font-weight: 600;
}
.cid-ro4D69b8aL .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4D69b8aL .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4D69b8aL .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4D69b8aL .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4D69b8aL .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4D69b8aL .card-wrapper {
  height: 100%;
}
.cid-ro4D69b8aL .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4D69b8aL .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4D69b8aL .text {
  color: #767676;
}
.cid-ro4D69b8aL .card-title {
  color: #36404c;
}
.cid-ro4D69b8aL .title {
  text-align: center;
}
.cid-ro48xRcEz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-ro48xRcEz2 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro48xRcEz2 section {
  position: relative;
}
.cid-ro48xRcEz2 h4 {
  margin: 0;
}
.cid-ro48xRcEz2 a {
  font-weight: 300;
}
.cid-ro48xRcEz2 .row {
  align-items: center;
}
.cid-ro48xRcEz2 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro48xRcEz2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro48xRcEz2 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .align-left {
    text-align: center;
  }
  .cid-ro48xRcEz2 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro48xRcEz2 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro48xRcEz2 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro48xRcEz2 .item-title {
  color: #c1c1c1;
}
.cid-ro48xRcEz2 H4 {
  color: #c1c1c1;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4BfDVDiT {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background23.jpg");
}
.cid-ro4BfDVDiT a {
  font-weight: 400;
}
.cid-ro4DgnbFN8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4DgnbFN8 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ro4DgnbFN8 .carousel-item.active,
.cid-ro4DgnbFN8 .carousel-item-next,
.cid-ro4DgnbFN8 .carousel-item-prev {
  display: flex;
}
.cid-ro4DgnbFN8 .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-ro4DgnbFN8 .face-icon {
  color: #ffffff;
  background: #255085;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-ro4DgnbFN8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4DgnbFN8 .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-ro4DgnbFN8 .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-ro4DgnbFN8 .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-ro4DgnbFN8 .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ro4DgnbFN8 H1 {
  color: #36404c;
}
.cid-ro4DgnbFN8 .mbr-text,
.cid-ro4DgnbFN8 .mbr-section-btn {
  color: #767676;
}
.cid-ro4DgnbFN8 .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ro4DgnbFN8 .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-ro4DgnbFN8 .author {
  margin: auto 0;
}
.cid-ro4DgnbFN8 h3,
.cid-ro4DgnbFN8 h4 {
  margin: 0;
  padding: 0;
}
.cid-ro4DgnbFN8 H3 {
  color: #36404c;
}
.cid-ro4DgnbFN8 H4 {
  color: #767676;
}
.cid-ro4DgnbFN8 .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-ro4DgnbFN8 .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-ro4DgnbFN8 .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-ro4DgVTNCF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro4DgVTNCF .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-ro4DgVTNCF h4 {
  margin: 0;
}
.cid-ro4DgVTNCF .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-ro4DgVTNCF .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9b03e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-ro4DgVTNCF .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-ro4DgVTNCF .plan-body {
  padding-bottom: 2rem;
}
.cid-ro4DgVTNCF .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ro4DgVTNCF .line1 {
  background: #ed4266;
}
.cid-ro4DgVTNCF .line2 {
  background: #255085;
}
.cid-ro4DgVTNCF .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4DgVTNCF .plan {
  word-break: break-word;
  position: relative;
}
.cid-ro4DgVTNCF .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-ro4DgVTNCF .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-ro4DgVTNCF .plan .list-group-item:last-child::after {
  display: none;
}
.cid-ro4DgVTNCF .plan-header,
.cid-ro4DgVTNCF .plan-body {
  background-color: #fff;
}
.cid-ro4DgVTNCF .price-figure {
  font-weight: 700;
}
.cid-ro4DgVTNCF .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-ro4DgVTNCF .md-pb {
    margin-bottom: 2rem;
  }
  .cid-ro4DgVTNCF .price-figure {
    font-size: 3rem;
  }
}
.cid-ro4DgVTNCF .color1 {
  color: #255085;
}
.cid-ro4DgVTNCF .color2 {
  color: #ed4266;
}
.cid-ro4DgVTNCF LI {
  color: #767676;
}
.cid-ro4DgVTNCF .price-term {
  color: #767676;
}
.cid-ro4DgVTNCF .mbr-text,
.cid-ro4DgVTNCF .mbr-section-btn {
  color: #ebeced;
}
.cid-ro4DhjhbA2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-ro4DhjhbA2 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-ro4DhjhbA2 h4 {
  margin: 0;
}
.cid-ro4DhjhbA2 .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-ro4DhjhbA2 .plan-body {
  padding-bottom: 2rem;
}
.cid-ro4DhjhbA2 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ro4DhjhbA2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-ro4DhjhbA2 .line2 {
  background: #255085;
}
.cid-ro4DhjhbA2 .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-ro4DhjhbA2 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-ro4DhjhbA2 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-ro4DhjhbA2 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-ro4DhjhbA2 .plan-header,
.cid-ro4DhjhbA2 .plan-body {
  background-color: #fff;
}
.cid-ro4DhjhbA2 .price-figure {
  font-weight: 700;
}
.cid-ro4DhjhbA2 .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-ro4DhjhbA2 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-ro4DhjhbA2 .color1 {
  color: #255085;
}
.cid-ro4DhjhbA2 .color2 {
  color: #ed4266;
}
.cid-ro4DhjhbA2 LI {
  color: #767676;
}
.cid-ro4DhjhbA2 .price-term {
  color: #767676;
}
.cid-ro4DipK2EI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4DipK2EI .mbr-section-subtitle {
  color: #767676;
}
.cid-ro4DipK2EI .container-fluid {
  padding: 0!important;
}
.cid-ro4DipK2EI .col-md-12 {
  padding: 0;
}
.cid-ro4DipK2EI .row {
  margin: 0;
}
.cid-ro4DipK2EI .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-ro4DipK2EI .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-ro4DipK2EI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-ro4DipK2EI .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #ebeced;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ro4DipK2EI .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-ro4DipK2EI .period {
  display: block;
}
.cid-ro4DipK2EI .dot {
  display: none;
}
.cid-ro4DipK2EI .countdown-cont {
  max-width: 700px;
}
.cid-ro4DipK2EI .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-ro4DipK2EI .number-wrap {
    margin-bottom: 15px;
  }
  .cid-ro4DipK2EI .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-ro4DipK2EI .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-ro4DipK2EI .number,
  .cid-ro4DipK2EI .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ro4DipK2EI .period {
    font-size: 0.8rem;
  }
}
.cid-ro4DipK2EI .box {
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ro4DipK2EI .icon-wrap {
  background-color: #ed4266 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ro4DipK2EI .icon-wrap:hover {
  opacity: 0.8;
}
.cid-ro4DipK2EI .icon-wrap span {
  padding-left: 8px;
}
.cid-ro4DipK2EI .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ro4DipK2EI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ro4DipK2EI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ro4DipK2EI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ro4DipK2EI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ro4DipK2EI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ro4DipK2EI a.close:hover {
  color: #ffffff;
}
.cid-ro4DipK2EI .mbr-text {
  color: #767676;
}
.cid-ro4DipK2EI H4 {
  color: #767676;
}
.cid-ro4DipK2EI H2 {
  color: #36404c;
}
.cid-ro4DjfqLKv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-ro4DjfqLKv .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4DjfqLKv .container {
  max-width: 1650px;
}
.cid-ro4DjfqLKv section {
  position: relative;
}
.cid-ro4DjfqLKv a {
  font-weight: 600;
}
.cid-ro4DjfqLKv .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4DjfqLKv .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4DjfqLKv .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4DjfqLKv .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4DjfqLKv .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4DjfqLKv .card-wrapper {
  height: 100%;
}
.cid-ro4DjfqLKv .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4DjfqLKv .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4DjfqLKv .text {
  color: #767676;
}
.cid-ro4DjfqLKv .card-title {
  color: #36404c;
}
.cid-ro4DjfqLKv .title {
  text-align: center;
}
.cid-ro48xRcEz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-ro48xRcEz2 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro48xRcEz2 section {
  position: relative;
}
.cid-ro48xRcEz2 h4 {
  margin: 0;
}
.cid-ro48xRcEz2 a {
  font-weight: 300;
}
.cid-ro48xRcEz2 .row {
  align-items: center;
}
.cid-ro48xRcEz2 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro48xRcEz2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro48xRcEz2 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .align-left {
    text-align: center;
  }
  .cid-ro48xRcEz2 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro48xRcEz2 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro48xRcEz2 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro48xRcEz2 .item-title {
  color: #c1c1c1;
}
.cid-ro48xRcEz2 H4 {
  color: #c1c1c1;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4Bjpm3G1 {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background23.jpg");
}
.cid-ro4Bjpm3G1 a {
  font-weight: 400;
}
.cid-ro5m9SVYJm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro5m9SVYJm .mbr-overlay {
  background-color: #ed4266;
  opacity: 0.5;
}
.cid-ro5m9SVYJm textarea {
  min-height: 150px;
}
.cid-ro5m9SVYJm .form-col {
  background: #ffffff;
  padding: 3rem 1rem;
}
.cid-ro5m9SVYJm .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ro5m9SVYJm .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ro5m9SVYJm .form-wrap {
    max-width: 690px;
  }
  .cid-ro5m9SVYJm .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ro5m9SVYJm .text-wrap {
    max-width: 690px;
  }
}
.cid-ro5m9SVYJm .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5m9SVYJm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5m9SVYJm .form-control,
.cid-ro5m9SVYJm .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5m9SVYJm .form-control:hover,
.cid-ro5m9SVYJm .field-input:hover,
.cid-ro5m9SVYJm .form-control:focus,
.cid-ro5m9SVYJm .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5m9SVYJm input::-webkit-input-placeholder,
.cid-ro5m9SVYJm textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5m9SVYJm input:-moz-placeholder,
.cid-ro5m9SVYJm textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5m9SVYJm .jq-selectbox li,
.cid-ro5m9SVYJm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5m9SVYJm .jq-selectbox li:hover,
.cid-ro5m9SVYJm .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5m9SVYJm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5m9SVYJm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5m9SVYJm H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro5m9SVYJm .col-auto {
    margin: auto;
  }
}
.cid-ro5m9SVYJm H3 {
  color: #ffffff;
}
.cid-ro5m9SVYJm H4 {
  color: #36404c;
}
.cid-ro4DnLyTgi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro4DnLyTgi .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4DnLyTgi .icon2 {
  color: #f9b03e;
}
.cid-ro4DnLyTgi .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4DnLyTgi p {
  font-weight: 400;
}
.cid-ro4DnLyTgi .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4DnLyTgi .line2 {
  background: #f7ed4a;
}
.cid-ro4DnLyTgi .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #255085;
}
.cid-ro4DnLyTgi .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-ro4DnLyTgi .card2 {
  background: #ed4266;
}
.cid-ro4DnLyTgi .card-title,
.cid-ro4DnLyTgi .card-ico,
.cid-ro4DnLyTgi .line-wrap {
  text-align: center;
}
.cid-ro4DnLyTgi .mbr-text,
.cid-ro4DnLyTgi .card-link {
  text-align: center;
}
.cid-ro4DpeFouZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-ro4DpeFouZ section {
  position: relative;
}
.cid-ro4DpeFouZ h4 {
  margin: 0;
}
.cid-ro4DpeFouZ img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ro4DpeFouZ a {
  font-weight: 300;
}
.cid-ro4DpeFouZ .img1 {
  color: #00bea3;
}
.cid-ro4DpeFouZ .img2 {
  color: #f1894c;
}
.cid-ro4DpeFouZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4DpeFouZ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ro4DpeFouZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ro4DpeFouZ .item,
.cid-ro4DpeFouZ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ro4DpeFouZ .item h4,
.cid-ro4DpeFouZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4DpeFouZ .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ro4DpeFouZ .item {
    justify-content: center;
  }
}
.cid-ro4DpeFouZ .item-title {
  color: #c1c1c1;
}
.cid-ro5mdjyBjJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro5mdjyBjJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ro5mdjyBjJ textarea {
  min-height: 150px;
}
.cid-ro5mdjyBjJ .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mdjyBjJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mdjyBjJ .form-control,
.cid-ro5mdjyBjJ .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mdjyBjJ .form-control:hover,
.cid-ro5mdjyBjJ .field-input:hover,
.cid-ro5mdjyBjJ .form-control:focus,
.cid-ro5mdjyBjJ .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mdjyBjJ input::-webkit-input-placeholder,
.cid-ro5mdjyBjJ textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mdjyBjJ input:-moz-placeholder,
.cid-ro5mdjyBjJ textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mdjyBjJ .jq-selectbox li,
.cid-ro5mdjyBjJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mdjyBjJ .jq-selectbox li:hover,
.cid-ro5mdjyBjJ .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mdjyBjJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mdjyBjJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mdjyBjJ H2 {
  color: #36404c;
}
.cid-ro5mdjyBjJ .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-ro5mdjyBjJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ro5mdjyBjJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ro5mdjyBjJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ro5mdjyBjJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ro5mdjyBjJ .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ro5mdjyBjJ .col-auto {
    margin: auto;
  }
}
.cid-ro4DqwYZ4m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-ro4DqwYZ4m .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4DqwYZ4m section {
  position: relative;
}
.cid-ro4DqwYZ4m h4 {
  margin: 0;
}
.cid-ro4DqwYZ4m a {
  font-weight: 300;
}
.cid-ro4DqwYZ4m .row {
  align-items: center;
}
.cid-ro4DqwYZ4m .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4DqwYZ4m .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4DqwYZ4m .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4DqwYZ4m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4DqwYZ4m .align-left {
    text-align: center;
  }
  .cid-ro4DqwYZ4m .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4DqwYZ4m .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4DqwYZ4m .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4DqwYZ4m .item-title {
  color: #c1c1c1;
}
.cid-ro4DqwYZ4m H4 {
  color: #c1c1c1;
}
.cid-ro4DlqVxOy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-ro4DlqVxOy .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4DlqVxOy .container {
  max-width: 1650px;
}
.cid-ro4DlqVxOy section {
  position: relative;
}
.cid-ro4DlqVxOy a {
  font-weight: 600;
}
.cid-ro4DlqVxOy .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4DlqVxOy .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4DlqVxOy .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4DlqVxOy .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4DlqVxOy .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4DlqVxOy .card-wrapper {
  height: 100%;
}
.cid-ro4DlqVxOy .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4DlqVxOy .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4DlqVxOy .text {
  color: #767676;
}
.cid-ro4DlqVxOy .card-title {
  color: #36404c;
}
.cid-ro4DlqVxOy .title {
  text-align: center;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4BmrkYCd {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro4BmrkYCd a {
  font-weight: 400;
}
.cid-ro4IU1UenX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4IU1UenX .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4IU1UenX .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4IU1UenX p {
  font-weight: 400;
}
.cid-ro4IU1UenX .link-ico {
  font-size: 0.8rem;
  color: #36404c;
  border: 2px solid #36404c;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ro4IU1UenX .link-ico:hover {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-ro4IU1UenX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4IU1UenX .card-wrapper {
  padding: 2rem;
  transition: background 0.3s;
  background: #ffffff;
}
.cid-ro4IU1UenX .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-ro4IU1UenX .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4IU1UenX .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ro4IU1UenX .card-title,
.cid-ro4IU1UenX .card-ico,
.cid-ro4IU1UenX .line-wrap {
  text-align: center;
}
.cid-ro4IU1UenX .mbr-text,
.cid-ro4IU1UenX .card-link {
  text-align: center;
  color: #767676;
}
.cid-ro4IpTvaCW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f5f5f7;
}
.cid-ro4IpTvaCW .mbr-section-subtitle {
  color: #767676;
}
.cid-ro4IpTvaCW .container-fluid {
  padding: 0!important;
}
.cid-ro4IpTvaCW .col-md-12 {
  padding: 0;
}
.cid-ro4IpTvaCW .row {
  margin: 0;
}
.cid-ro4IpTvaCW .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-ro4IpTvaCW .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-ro4IpTvaCW .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-ro4IpTvaCW .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #ebeced;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-ro4IpTvaCW .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-ro4IpTvaCW .period {
  display: block;
}
.cid-ro4IpTvaCW .dot {
  display: none;
}
.cid-ro4IpTvaCW .countdown-cont {
  max-width: 700px;
}
.cid-ro4IpTvaCW .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-ro4IpTvaCW .number-wrap {
    margin-bottom: 15px;
  }
  .cid-ro4IpTvaCW .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-ro4IpTvaCW .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-ro4IpTvaCW .number,
  .cid-ro4IpTvaCW .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-ro4IpTvaCW .period {
    font-size: 0.8rem;
  }
}
.cid-ro4IpTvaCW .box {
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ro4IpTvaCW .icon-wrap {
  background-color: #ed4266 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-ro4IpTvaCW .icon-wrap:hover {
  opacity: 0.8;
}
.cid-ro4IpTvaCW .icon-wrap span {
  padding-left: 8px;
}
.cid-ro4IpTvaCW .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-ro4IpTvaCW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ro4IpTvaCW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ro4IpTvaCW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ro4IpTvaCW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ro4IpTvaCW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ro4IpTvaCW a.close:hover {
  color: #ffffff;
}
.cid-ro4IpTvaCW .mbr-text {
  color: #767676;
}
.cid-ro4IpTvaCW H4 {
  color: #767676;
}
.cid-ro4IpTvaCW H2 {
  color: #36404c;
}
.cid-ro4JtpvWi3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4JtpvWi3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4JtpvWi3 H2 {
  color: #36404c;
}
.cid-ro4JtpvWi3 H3 {
  color: #36404c;
}
.cid-ro4JtpvWi3 .mbr-text,
.cid-ro4JtpvWi3 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4JtpvWi3 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4JtpvWi3 img {
  filter: invert(0.5);
}
.cid-ro4Jwo8Yd9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #255085;
}
.cid-ro4Jwo8Yd9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ro4Jwo8Yd9 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ro4Jwo8Yd9 H2 {
  margin: 0;
  width: 100%;
}
.cid-ro4Jwo8Yd9 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ro4Jwo8Yd9 .title {
    margin-bottom: 2rem;
  }
  .cid-ro4Jwo8Yd9 .align-left,
  .cid-ro4Jwo8Yd9 .align-right {
    text-align: center;
  }
}
.cid-ro4Iy2oEb8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4Iy2oEb8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4Iy2oEb8 H2 {
  color: #36404c;
}
.cid-ro4Iy2oEb8 H3 {
  color: #36404c;
}
.cid-ro4Iy2oEb8 .mbr-text,
.cid-ro4Iy2oEb8 .mbr-section-btn {
  color: #767676;
}
.cid-ro4Iy2oEb8 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ro4Iy2oEb8 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-ro4Iy2oEb8 .photo {
    width: 100%;
  }
}
.cid-ro4Iy2oEb8 .signature {
  filter: invert(0.5);
}
.cid-ro4JxNKvvw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4JxNKvvw .nav-tabs .nav-item.open .nav-link:focus,
.cid-ro4JxNKvvw .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ro4JxNKvvw .nav-link.active {
  background: #ed4266;
}
.cid-ro4JxNKvvw .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4JxNKvvw .nav-link:hover {
  background: #ed4266;
}
.cid-ro4JxNKvvw .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-ro4JxNKvvw .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ro4JxNKvvw p {
  padding-left: 2rem;
}
.cid-ro4JxNKvvw .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ro4JxNKvvw .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ro4JxNKvvw .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-ro4JxNKvvw .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-ro4JxNKvvw P {
  color: #767676;
}
.cid-ro4JxNKvvw H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-ro4JxNKvvw .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-ro4JxNKvvw .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4JxNKvvw p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ro4JxNKvvw .mbr-text,
  .cid-ro4JxNKvvw .nav-link {
    text-align: center;
  }
  .cid-ro4JxNKvvw .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4JxNKvvw .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ro4JxNKvvw p {
    padding-left: 0rem;
  }
}
.cid-ro4ICw8Ire {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4ICw8Ire img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-ro4ICw8Ire .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0.6;
}
.cid-ro4ICw8Ire .col-lg-2 {
  margin: 0;
  padding: 0;
}
.cid-ro4ICw8Ire .col-lg-2:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-ro4ICw8Ire .wrapper:before {
    opacity: 0.2;
  }
}
.cid-ro4IkNxPwd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f5f5f7;
}
.cid-ro4IkNxPwd .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4IkNxPwd .btn-col {
  margin: auto;
}
.cid-ro4IkNxPwd .btn-col .btn {
  margin: 0.4rem;
  max-width: 100px;
  padding: 1.8rem 0.8rem;
}
.cid-ro4IkNxPwd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
}
.cid-ro4IkNxPwd .card-img:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4IkNxPwd .card-box {
  padding: 3rem 2.2rem;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4IkNxPwd .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4IkNxPwd .card-wrapper {
  height: 100%;
}
.cid-ro4IkNxPwd .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4IkNxPwd .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4IkNxPwd .text {
  color: #767676;
}
.cid-ro4IkNxPwd .card-title {
  color: #36404c;
}
.cid-ro4IkNxPwd H3 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro4IkNxPwd .btn-col .btn {
    margin-top: 2rem;
    max-width: auto;
    padding: 0.8rem 0.8rem;
  }
}
.cid-ro4KW3hhL5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f5f5f7;
}
.cid-ro4KW3hhL5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4KW3hhL5 H2 {
  color: #36404c;
}
.cid-ro4KW3hhL5 H3 {
  color: #36404c;
}
.cid-ro4KW3hhL5 .mbr-text,
.cid-ro4KW3hhL5 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4KW3hhL5 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4KW3hhL5 img {
  filter: invert(0.5);
}
.cid-ro4ItNKHDt {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ed4266;
}
.cid-ro4ItNKHDt img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-ro4ItNKHDt .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-ro4ItNKHDt .card:hover {
  opacity: 0.9;
}
.cid-ro4ItNKHDt H1 {
  color: #ffffff;
}
.cid-ro4ItNKHDt .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-ro4ItNKHDt .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-ro5mikFTEv {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro5mikFTEv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ro5mikFTEv textarea {
  min-height: 150px;
}
.cid-ro5mikFTEv .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mikFTEv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mikFTEv .form-control,
.cid-ro5mikFTEv .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mikFTEv .form-control:hover,
.cid-ro5mikFTEv .field-input:hover,
.cid-ro5mikFTEv .form-control:focus,
.cid-ro5mikFTEv .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mikFTEv input::-webkit-input-placeholder,
.cid-ro5mikFTEv textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mikFTEv input:-moz-placeholder,
.cid-ro5mikFTEv textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mikFTEv .jq-selectbox li,
.cid-ro5mikFTEv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mikFTEv .jq-selectbox li:hover,
.cid-ro5mikFTEv .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mikFTEv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mikFTEv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mikFTEv H2 {
  color: #36404c;
}
.cid-ro5mikFTEv .google-map {
  height: 100%;
  min-height: 30rem;
  position: relative;
}
.cid-ro5mikFTEv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ro5mikFTEv .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ro5mikFTEv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ro5mikFTEv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ro5mikFTEv .md-pb {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ro5mikFTEv .col-auto {
    margin: auto;
  }
}
.cid-ro4IrFNocJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro4IrFNocJ .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4IrFNocJ .icon2 {
  color: #f9b03e;
}
.cid-ro4IrFNocJ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4IrFNocJ p {
  font-weight: 400;
}
.cid-ro4IrFNocJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4IrFNocJ .line2 {
  background: #f7ed4a;
}
.cid-ro4IrFNocJ .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #255085;
}
.cid-ro4IrFNocJ .card-wrapper:hover .link-ico {
  background-color: #ed4266;
  border-color: #ed4266;
  color: white;
}
.cid-ro4IrFNocJ .card2 {
  background: #ed4266;
}
.cid-ro4IrFNocJ .card-title,
.cid-ro4IrFNocJ .card-ico,
.cid-ro4IrFNocJ .line-wrap {
  text-align: center;
}
.cid-ro4IrFNocJ .mbr-text,
.cid-ro4IrFNocJ .card-link {
  text-align: center;
}
.cid-ro48xRcEz2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #36404c;
}
.cid-ro48xRcEz2 .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro48xRcEz2 section {
  position: relative;
}
.cid-ro48xRcEz2 h4 {
  margin: 0;
}
.cid-ro48xRcEz2 a {
  font-weight: 300;
}
.cid-ro48xRcEz2 .row {
  align-items: center;
}
.cid-ro48xRcEz2 .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro48xRcEz2 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro48xRcEz2 .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro48xRcEz2 .align-left {
    text-align: center;
  }
  .cid-ro48xRcEz2 .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro48xRcEz2 .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro48xRcEz2 .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro48xRcEz2 .item-title {
  color: #c1c1c1;
}
.cid-ro48xRcEz2 H4 {
  color: #c1c1c1;
}
.cid-ro45ISFhl3 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro45ISFhl3 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-ro45ISFhl3 a {
  font-style: normal;
}
.cid-ro45ISFhl3 .show {
  overflow: visible;
}
.cid-ro45ISFhl3 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-ro45ISFhl3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ro45ISFhl3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ro45ISFhl3 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .nav-item:focus,
.cid-ro45ISFhl3 .nav-link:focus {
  outline: none;
}
.cid-ro45ISFhl3 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-ro45ISFhl3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ro45ISFhl3 .menu-logo {
  margin-right: auto;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ro45ISFhl3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ro45ISFhl3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-ro45ISFhl3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ro45ISFhl3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ro45ISFhl3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ro45ISFhl3 button.navbar-toggler:focus {
  outline: none;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ro45ISFhl3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ro45ISFhl3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ro45ISFhl3 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ro45ISFhl3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ro45ISFhl3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ro45ISFhl3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-ro45ISFhl3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-ro45ISFhl3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ro45ISFhl3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-ro45ISFhl3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ro45ISFhl3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-ro45ISFhl3.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 img {
    height: 3.8rem !important;
  }
  .cid-ro45ISFhl3 .btn {
    display: -webkit-flex;
  }
  .cid-ro45ISFhl3 button.navbar-toggler {
    display: block;
  }
  .cid-ro45ISFhl3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ro45ISFhl3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing,
  .cid-ro45ISFhl3 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ro45ISFhl3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ro45ISFhl3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-ro45ISFhl3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ro45ISFhl3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-ro45ISFhl3 .nav-link {
    justify-content: start!important;
  }
  .cid-ro45ISFhl3 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-ro45ISFhl3 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-ro45ISFhl3 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-ro45ISFhl3 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-ro45ISFhl3 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-ro45ISFhl3 .nav-link:hover,
.cid-ro45ISFhl3 .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-ro45ISFhl3 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-ro45ISFhl3 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-ro4BJkHfRs {
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background1.jpg");
  background-position: right;
}
.cid-ro4BJkHfRs .wrapper {
  position: relative;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 2.5rem 2.5rem;
}
.cid-ro4BJkHfRs .wrapper:before {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
  right: 0;
}
.cid-ro4BJkHfRs .wrapper:after {
  content: "";
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-ro4BJkHfRs img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-ro4BJkHfRs .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-ro4H3uukei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4H3uukei .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4H3uukei .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4H3uukei .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-ro4H3uukei .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card {
  padding: 0!important;
}
.cid-ro4H3uukei .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card-wrapper:hover {
  background: #ed4266;
}
.cid-ro4H3uukei .card-wrapper:hover .card-icon {
  color: #1b3a61;
}
.cid-ro4H3uukei .card-wrapper:hover .line {
  background: #1b3a61;
}
.cid-ro4H3uukei .card1 {
  background: #1b3a61;
}
.cid-ro4H3uukei .card2 {
  background: #1d3f69;
}
.cid-ro4H3uukei .card3 {
  background: #1f4471;
}
.cid-ro4H3uukei .card4 {
  background: #224879;
}
.cid-ro4H3uukei .card5 {
  background: #244d81;
}
.cid-ro4H3uukei .card6 {
  background: #265289;
}
.cid-ro4H3uukei .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-ro4H3uukei .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ro4H3uukei .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4HkiPJUA {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ro4HkiPJUA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
}
.cid-ro4HkiPJUA H2 {
  color: #232323;
}
.cid-ro4HkiPJUA H3 {
  color: #232323;
}
.cid-ro4HkiPJUA .mbr-text,
.cid-ro4HkiPJUA .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4HkiPJUA .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4H58KCbO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ro4H58KCbO .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4H58KCbO section {
  position: relative;
}
.cid-ro4H58KCbO a {
  font-weight: 600;
}
.cid-ro4H58KCbO .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4H58KCbO .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-ro4H58KCbO .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4H58KCbO .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-ro4H58KCbO .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4H58KCbO .card-wrapper {
  height: 100%;
}
.cid-ro4H58KCbO .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4H58KCbO .card-wrapper:hover .card-title a {
  color: #ed4266 !important;
}
.cid-ro4H58KCbO .text {
  color: #767676;
}
.cid-ro4H58KCbO .card-title {
  color: #36404c;
}
.cid-ro4H58KCbO .title {
  text-align: center;
}
.cid-ro4H7rqkSh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f5f7;
}
.cid-ro4H7rqkSh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4H7rqkSh H2 {
  color: #36404c;
}
.cid-ro4H7rqkSh H3 {
  color: #36404c;
}
.cid-ro4H7rqkSh .mbr-text,
.cid-ro4H7rqkSh .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ro4H7rqkSh .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4H7rqkSh img {
  filter: invert(0.5);
}
.cid-ro4GD4s0IQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro4GD4s0IQ .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-ro4GD4s0IQ h4 {
  margin: 0;
}
.cid-ro4GD4s0IQ .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-ro4GD4s0IQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9b03e;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-ro4GD4s0IQ .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-ro4GD4s0IQ .plan-body {
  padding-bottom: 2rem;
}
.cid-ro4GD4s0IQ .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ro4GD4s0IQ .line1 {
  background: #ed4266;
}
.cid-ro4GD4s0IQ .line2 {
  background: #255085;
}
.cid-ro4GD4s0IQ .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4GD4s0IQ .plan {
  word-break: break-word;
  position: relative;
}
.cid-ro4GD4s0IQ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-ro4GD4s0IQ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-ro4GD4s0IQ .plan .list-group-item:last-child::after {
  display: none;
}
.cid-ro4GD4s0IQ .plan-header,
.cid-ro4GD4s0IQ .plan-body {
  background-color: #fff;
}
.cid-ro4GD4s0IQ .price-figure {
  font-weight: 700;
}
.cid-ro4GD4s0IQ .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-ro4GD4s0IQ .md-pb {
    margin-bottom: 2rem;
  }
  .cid-ro4GD4s0IQ .price-figure {
    font-size: 3rem;
  }
}
.cid-ro4GD4s0IQ .color1 {
  color: #255085;
}
.cid-ro4GD4s0IQ .color2 {
  color: #ed4266;
}
.cid-ro4GD4s0IQ LI {
  color: #767676;
}
.cid-ro4GD4s0IQ .price-term {
  color: #767676;
}
.cid-ro4GD4s0IQ .mbr-text,
.cid-ro4GD4s0IQ .mbr-section-btn {
  color: #ebeced;
}
.cid-ro4HGAtc21 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4HGAtc21 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ro4HGAtc21 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-ro4HGAtc21 H2 {
  margin: 0;
  width: 100%;
  text-align: center;
  color: #232323;
}
.cid-ro4HGAtc21 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ro4HGAtc21 .title {
    margin-bottom: 2rem;
  }
  .cid-ro4HGAtc21 .align-left,
  .cid-ro4HGAtc21 .align-right {
    text-align: center;
  }
}
.cid-ro4GBB7PGS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro4GBB7PGS .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ro4GBB7PGS .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ro4GBB7PGS .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4GBB7PGS a {
  font-weight: 600;
}
.cid-ro4GBB7PGS .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4GBB7PGS .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4GBB7PGS .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ro4GBB7PGS .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4GBB7PGS .card-wrapper {
  height: 100%;
}
.cid-ro4GBB7PGS .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4GBB7PGS .text {
  color: #767676;
}
.cid-ro4GBB7PGS .card-title {
  color: #36404c;
}
.cid-ro4GBB7PGS .card-subtitle {
  color: #ed4266;
}
.cid-ro4HFhcJHc {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ro4HFhcJHc .nav-tabs .nav-item.open .nav-link:focus,
.cid-ro4HFhcJHc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ro4HFhcJHc .nav-link.active {
  background: #ed4266;
}
.cid-ro4HFhcJHc .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-ro4HFhcJHc .nav-link:hover {
  background: #ed4266;
}
.cid-ro4HFhcJHc .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-ro4HFhcJHc .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ro4HFhcJHc p {
  padding-left: 2rem;
}
.cid-ro4HFhcJHc .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-ro4HFhcJHc .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ro4HFhcJHc .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-ro4HFhcJHc .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-ro4HFhcJHc P {
  color: #767676;
}
.cid-ro4HFhcJHc H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-ro4HFhcJHc .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-ro4HFhcJHc .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4HFhcJHc p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ro4HFhcJHc .mbr-text,
  .cid-ro4HFhcJHc .nav-link {
    text-align: center;
  }
  .cid-ro4HFhcJHc .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-ro4HFhcJHc .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-ro4HFhcJHc p {
    padding-left: 0rem;
  }
}
.cid-ro5mqKOC1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("https://mobirise.com/extensions/politicsm4/assets/images/background21.jpg");
}
.cid-ro5mqKOC1l .mbr-overlay {
  background-color: #ed4266;
  opacity: 0.5;
}
.cid-ro5mqKOC1l textarea {
  min-height: 150px;
}
.cid-ro5mqKOC1l .form-col {
  background: #f5f5f5;
  padding: 3rem 1rem;
}
.cid-ro5mqKOC1l .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ro5mqKOC1l .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ro5mqKOC1l .form-wrap {
    max-width: 690px;
  }
  .cid-ro5mqKOC1l .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ro5mqKOC1l .text-wrap {
    max-width: 690px;
  }
}
.cid-ro5mqKOC1l .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mqKOC1l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mqKOC1l .form-control,
.cid-ro5mqKOC1l .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l .form-control:hover,
.cid-ro5mqKOC1l .field-input:hover,
.cid-ro5mqKOC1l .form-control:focus,
.cid-ro5mqKOC1l .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l input::-webkit-input-placeholder,
.cid-ro5mqKOC1l textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l input:-moz-placeholder,
.cid-ro5mqKOC1l textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l .jq-selectbox li,
.cid-ro5mqKOC1l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox li:hover,
.cid-ro5mqKOC1l .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mqKOC1l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mqKOC1l H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro5mqKOC1l .col-auto {
    margin: auto;
  }
}
.cid-ro5mqKOC1l H3 {
  color: #ffffff;
}
.cid-ro5mqKOC1l H4 {
  color: #36404c;
}
.cid-ro4GQfTW5O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ro4GQfTW5O .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ro4GQfTW5O .carousel-item.active,
.cid-ro4GQfTW5O .carousel-item-next,
.cid-ro4GQfTW5O .carousel-item-prev {
  display: flex;
}
.cid-ro4GQfTW5O .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-ro4GQfTW5O .face-icon {
  color: #ffffff;
  background: #255085;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  padding: 12px;
  font-size: 1.2rem!important;
}
.cid-ro4GQfTW5O .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GQfTW5O .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-ro4GQfTW5O .carousel-controls a {
  transition: opacity .3s;
  font-size: 2rem;
}
.cid-ro4GQfTW5O .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  opacity: 1;
}
.cid-ro4GQfTW5O .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-ro4GQfTW5O H1 {
  color: #36404c;
}
.cid-ro4GQfTW5O .mbr-text,
.cid-ro4GQfTW5O .mbr-section-btn {
  color: #767676;
}
.cid-ro4GQfTW5O .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-ro4GQfTW5O .face {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-ro4GQfTW5O .author {
  margin: auto 0;
}
.cid-ro4GQfTW5O h3,
.cid-ro4GQfTW5O h4 {
  margin: 0;
  padding: 0;
}
.cid-ro4GQfTW5O H3 {
  color: #36404c;
}
.cid-ro4GQfTW5O H4 {
  color: #767676;
}
.cid-ro4GQfTW5O .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-ro4GQfTW5O .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-ro4GQfTW5O .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-ro4GJ1pfoz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #36404c;
}
.cid-ro4GJ1pfoz section {
  position: relative;
}
.cid-ro4GJ1pfoz h4 {
  margin: 0;
}
.cid-ro4GJ1pfoz img {
  height: 100px;
  padding-rigth: 8px;
}
.cid-ro4GJ1pfoz a {
  font-weight: 300;
}
.cid-ro4GJ1pfoz .img1 {
  color: #00bea3;
}
.cid-ro4GJ1pfoz .img2 {
  color: #f1894c;
}
.cid-ro4GJ1pfoz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4GJ1pfoz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ro4GJ1pfoz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ro4GJ1pfoz .item,
.cid-ro4GJ1pfoz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-ro4GJ1pfoz .item h4,
.cid-ro4GJ1pfoz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GJ1pfoz .link {
  border-bottom: 1px solid #4a535e;
}
@media (max-width: 767px) {
  .cid-ro4GJ1pfoz .item {
    justify-content: center;
  }
}
.cid-ro4GJ1pfoz .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c333c;
}
.cid-ro4GMcl2gl .mbr-flex {
  display: flex;
  justify-content: flex-end;
}
.cid-ro4GMcl2gl section {
  position: relative;
}
.cid-ro4GMcl2gl h4 {
  margin: 0;
}
.cid-ro4GMcl2gl a {
  font-weight: 300;
}
.cid-ro4GMcl2gl .row {
  align-items: center;
}
.cid-ro4GMcl2gl .item {
  margin: 0 1.5rem;
  display: flex;
  align-items: center;
}
.cid-ro4GMcl2gl .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-ro4GMcl2gl .img1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ro4GMcl2gl .align-left {
    text-align: center;
  }
  .cid-ro4GMcl2gl .mbr-flex {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-ro4GMcl2gl .mbr-flex {
    flex-direction: column;
    align-items: center;
  }
  .cid-ro4GMcl2gl .item {
    padding-bottom: 0.5rem;
  }
}
.cid-ro4GMcl2gl .item-title {
  color: #c1c1c1;
}
.cid-ro4GMcl2gl H4 {
  color: #c1c1c1;
}
