@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);




body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Droid Serif', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Droid Serif', serif;
}

.alert,
h1,
h2,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h5,
.h6,
.display-2,
.display-3,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Rubik', sans-serif;
  font-size: 0.70rem;
  text-transform: uppercase;
}
.display-1 {
    font-family: 'Rubik', sans-serif;
    font-size: 3.25rem;
}
.display-21{
  font-family: 'Rubik', sans-serif;
  font-size: 1.50rem;
  text-transform: uppercase;
}
h1 { 
  font-family: 'Rubik', sans-serif;
  font-size: 0.60rem;
  text-transform: uppercase;
}
h2 { 
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #183092;
}
h4 { 
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
    text-align: left;
	text-transform: none;
    display: block;
    -webkit-margin-before: 0.75em;
    -webkit-margin-after: 0.75em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 0.7rem;}
h7 { 
  font-family: 'Rubik', sans-serif;
  font-size: 2.0rem;
  color: #183092;
}	
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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-family: 'Rubik', sans-serif;
  font-size: 2rem;
}
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.0rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.mbri-doc-1 {
    font-size: 1.05rem;
    color: #fbf9f9;
  }
.mbri-docs {
    font-size: 1.2rem;
    color: #fbf9f9;
  } 
 
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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;
  padding: 1rem 2rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.navbar .btn {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
  border-radius: 100px;
}
.phlebolog {
  text-align: center;
}
.navbar .btn > .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -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 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  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;
  letter-spacing: 1px;
  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: #ff3366 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #e50039;
  border-color: #e50039;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fc3c05;
  border-color: #fc3c05;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #b22902;
  border-color: #b22902;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b22902 !important;
  border-color: #b22902 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.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,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #992402;
  color: #992402;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #fc3c05;
  border-color: #fc3c05;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc3c05 !important;
  border-color: #fc3c05 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  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,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-qxzAqAxul6 {
  color: #183092;
}
.cid-qxzAqAxul6 h4 {
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-72 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.9rem;
}
.display-007 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-007 > .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qxzAqAxul6 p {
  color: #ffffff;
}
 .display-002 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-002 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.3rem;
  text-transform: none;
}
.display-002 > .mbr-iconfont {
  font-size: 4.8rem;
}
.cid-qxzAqAxul6 .card {
  margin-bottom: 2rem;
}
.cid-qxzAqAxul6 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-qxzAqAxul6 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-qxzAqAxul6 .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-qxzAqAxul6 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
  line-height: 1.4;
}
.cid-qxzAqAxul6 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-qxzAqAxul6 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qxzAqAxul6 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.text-primary {
  color: #ff3366 !important;
}
.text-secondary {
  color: #fc3c05 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #cc0033 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #992402 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a {
  color: #ffffff;
}
a:hover {
  color: #818a91;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Roboto', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Roboto', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.cid-qrUdRdzLme {
    color: #042997;
	text-transform: uppercase;
}
.itemrole {
	color: #042997;
	text-transform: none;
	font-size: 19px;
	padding: 20px;
	text-align: left;
}
.display-2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2rem;
}
.display-3 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
	padding-top: 20px;
}
.display-31 {
    font-family: 'Rubik', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
}
.display-32 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
	padding-top: 10px;
}
.display-33 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.6rem;
    padding-top: 20px;
    text-transform: none;
	font-weight: 600;
}
.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
}
.cid-qs6PBIBNIg {
    padding-top: 0px;
    padding-bottom: 15px;
}
#conthead {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    background: #fc3;
    box-shadow: 0 3px 10px 1px rgba(0,0,0,.2);
}
.col-md-67 
{
    margin-bottom: 0rem;
	padding: 0px;
}
.cid-qsb8JZTReL .card-img-3 {
    border-radius: 0;
    padding: 0.5rem 2rem 0.2rem 2rem;
    color: #282828;
	padding-left: 22%;
}
.cid-qs6LAWnwcu {
    padding-top: 0px;
    padding-bottom: 25px;
}
.cid-qslTitYyck .mbr-section-subtitle {
    text-align: left;
    color: #232323;
}
.cid-qslTitYyck {
    padding-top: 0px;
    padding-bottom: 20px;
}
.cid-qrUdRdzLme .team-item .item-role p {
    margin-bottom: 0;
}
.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.cid-qrUdRdzLme .team-item .item-image img {
    width: 100%;
}
.item-image-1 {
    background: #efefef;
	padding-bottom: 20px;
    padding-top: 20px;
}
.cid-qrUdRdzLme .team-item .item-caption {
    background: #efefef;
	padding-bottom: 10px;
    height: auto;
}
.itemcaption {
    background: #efefef;
	padding-bottom: 10px;
    height: 294px;
}
.cid-qrUdRdzLme .team-item {
    transition: all .2s;
    margin-bottom: 2rem;
}
.cid-qrUdRdzLme .media-row {
    display: flex;
    justify-content: center;
}
.cid-qrZvUO0Ero {
    padding-top: 15px;
	padding-bottom: 15px;
    background-color:#183092;
}
.cid-qrZvUO0Ero-2 {
    padding-top: 17px;
    background-color:#cb1c68;
}
.cid-qrUth0IxA9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-qrUth0IxA9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qrUth0IxA9 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e7e7e7;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-qrUth0IxA9 .timeline-text-content p {
  margin-bottom: 0;
  text-align: left;
}
.cid-qrUth0IxA9 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qrUth0IxA9 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qrUth0IxA9 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qrUth0IxA9 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-qrUth0IxA9 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7e7e7;
  top: 20px;
  margin-left: -30px;
}
.cid-qrUth0IxA9 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-qrUth0IxA9 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e7e7e7;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qrUth0IxA9 .iconsBackground {
    left: 1.5rem;
  }
  .cid-qrUth0IxA9 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-qrUth0IxA9 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-qrUth0IxA9 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qrUth0IxA9 .mbr-section-title {
  color: #ff3366;
}
.cid-qs5zg3a32E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cb1c68;
}
.cid-qs5zg3a32E [class^="socicon-"]:before,
.cid-qs5zg3a32E [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qs5zg3a32E .btn-social {
  border-color: #149dcc;
}
.cid-qs5zg3a32E .btn-social:hover {
  background: #149dcc;
}
.cid-qs5zg3a32E .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qs5z4OrQXU .btn {
    font-size: 20px !important;
  }
}
.cid-qs5z4OrQXU .btn-social,
.cid-qs5z4OrQXU .mbr-section-title {
  color: #ffffff;
}
.cid-qrUth0IxA9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-qrUth0IxA9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qrUth0IxA9 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e7e7e7;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-qrUth0IxA9 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qrUth0IxA9 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qrUth0IxA9 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qrUth0IxA9 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qrUth0IxA9 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-qrUth0IxA9 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7e7e7;
  top: 20px;
  margin-left: -30px;
}
.cid-qrUth0IxA9 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-qrUth0IxA9 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e7e7e7;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qrUth0IxA9 .iconsBackground {
    left: 1.5rem;
  }
  .cid-qrUth0IxA9 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-qrUth0IxA9 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-qrUth0IxA9 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qrUth0IxA9 .mbr-section-title {
  color: #ff3366;
}
.cid-qwIZA2I0Nw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-qwIZA2I0Nw .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qwIZA2I0Nw .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e7e7e7;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-qwIZA2I0Nw .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qwIZA2I0Nw .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qwIZA2I0Nw .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qwIZA2I0Nw .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qwIZA2I0Nw .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-qwIZA2I0Nw .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7e7e7;
  top: 20px;
  margin-left: -30px;
}
.cid-qwIZA2I0Nw .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-qwIZA2I0Nw .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e7e7e7;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qwIZA2I0Nw .iconsBackground {
    left: 1.5rem;
  }
  .cid-qwIZA2I0Nw .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-qwIZA2I0Nw .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-qwIZA2I0Nw .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qwIZA2I0Nw .mbr-section-title {
  color: #ff3366;
}
.cid-qs5zg3a32E {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cb1c68;
}
.cid-qs5zg3a32E [class^="socicon-"]:before,
.cid-qs5zg3a32E [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-qs5zg3a32E .btn-social {
  border-color: #149dcc;
}
.cid-qs5zg3a32E .btn-social:hover {
  background: #149dcc;
}
.cid-qs5zg3a32E .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-qs5zg3a32E .btn {
    font-size: 20px !important;
  }
}
.cid-qs5zg3a32E .btn-social,
.cid-qs5zg3a32E .mbr-section-title {
  color: #ffffff;
}
.cid-qsb8JZTReL .card-img:hover{
	border-radius: 0;
	padding: 1rem 2rem 0.2rem 2rem;
	background-color:#94b1ce;
}
.cid-qsb8JZTReL .card-img {
    border-radius: 0;
    padding: 1rem 2rem 0.2rem 2rem;
    background-color:#e1e5f7;
}
.cid-qsb8JZTReL .card-img-2:hover{
	border-radius: 0;
	color:#FFFFFF;
	}
.cid-qsb8JZTReL .card-img-2 {
    border-radius: 0;
    padding: 0rem 2rem 0.2rem 2rem;
    background-color: #ecf0f4;
	color:#282828;
}
.cid-qsb8JZTReL .card-img-2 a {
	color:#282828;
	background-color: rgba(0, 0, 0, 0);
}

/*.cid-qsb8JZTReL .card-img span {
    font-size: 100px;
    color: #ffffff;
}*/
.mbri-desktophome {
    font-size: 13px;
    color: #ff3366;
    text-transform: uppercase;
}
.mbri-doc {
    font-size: 16px;
    color: #ffffff;
}
.mbri-desktophome-2 {
    font-size: 16px;
    color: #000000;
}
.mbri-desktophome-3 {
    font-size: 18px;
    color: #000000;
}
.mbri-cool {
    width: 100%;
}
.mbri-home {
    position: relative;
    float: left;
    padding-left: .9375rem;
    width: 100%;
    padding-right: .9375rem;
    font-size: 16px;
    color: #173091;
    font-weight: 700;
	}
	.title-mbri {
    position: relative;
    font-size: 16px;
    color: #f9f7f7;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #183092;
	border-radius: 0px 0px 5px 5px;
	}
.cid-qsb8JZTReL .card-box .card-title {
    margin: 0;
    padding: 2rem 2rem 0.2rem 2rem;
}
.cid-qsb8JZTReL h4 {
    font-weight: 500;
    color: #ffffff;
}
.cid-qsb8JZTReL .card-box {
    padding-bottom: 2rem;
    background-color: #149dcc;
}
.display-77 {
    font-family: 'Rubik', sans-serif;
    font-size: 0,8rem;
}
.bg-primary {
  background-color: #7e9b9f !important;
}
.bg-success {
  background-color: #c0a375 !important;
}
.bg-info {
  background-color: #7e9b9f !important;
}
.bg-warning {
  background-color: #90a878 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #fc3c05;
  border-color: #fc3c05;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #b22902;
  border-color: #b22902;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b22902 !important;
  border-color: #b22902 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
	color: #FFFFFF !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #992402;
  color: #992402;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #fc3c05;
  border-color: #fc3c05;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc3c05 !important;
  border-color: #fc3c05 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  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,
.btn-success-outline.active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
	color: #333333;
	background-color: #e50039;
	border-color: #ffffff;
}
.text-primary {
  color: #ff3366 !important;
}
.containertoo {
    background-color: #183092;
    }
.btn-secondary {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-info {
  background-color: #7e9b9f;
  border-color: #7e9b9f;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #c0a375;
  border-color: #c0a375;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #a07e49;
  border-color: #a07e49;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a07e49 !important;
  border-color: #a07e49 !important;
}
.btn-warning {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #7e9b9f;
  border-color: #7e9b9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9b9f !important;
  border-color: #7e9b9f !important;
}
.btn-success-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #c0a375;
  border-color: #c0a375;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #c0a375 !important;
  border-color: #c0a375 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #7e9b9f !important;
}
.text-success {
  color: #c0a375 !important;
}
.text-info {
  color: #7e9b9f !important;
}
.text-warning {
  color: #90a878 !important;
}
.text-danger {
  color: #ffffff !important;
}
.alert-success {
	background-color: #FF0000;
}
.alert-info {
  background-color: #7e9b9f;
}
.alert-warning {
  background-color: #90a878;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #7e9b9f;
}
.btn-social:hover {
  background: #7e9b9f;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #7e9b9f;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #7e9b9f;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7e9b9f;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7e9b9f;
}
.lead a,
.lead a:hover {
  color: #7e9b9f;
}
.lead blockquote {
  border-color: #7e9b9f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e8ddcd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #7e9b9f;
}
#slider-1x H2 {
    color: #f70808;
    font: 100 4em/1.1em "Roboto";
    padding: 15px 0 15px 0;
}
#slider-1x P {
  text-align: center;
  color: #fac51c;
  font-size: 25px;
}
#slider-1x B {
  color: #faaf40;
  font-size: 19px;
}
#slider-1x SPAN {
    color: #f70808;
    font: 100 4em/1.1em "Roboto";
    padding: 15px 0 15px 0;
}
#header3-3s .mbr-section-title,
#header3-3s .mbr-section-subtitle {
  text-align: center;
}
#header3-2m .mbr-section-title,
#header3-2m .mbr-section-subtitle {
  text-align: center;
}
#header3-2m H3 {
  font-size: 25px;
}
#header3-2m SMALL {
  color: #7e9b9f;
  text-align: right;
}
#header3-2m SPAN {
  font-size: 30px;
  color: #ffffff;
}
#ext_menu-1d .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-1d .navbar-caption {
  color: #ffffff;
}
#ext_menu-1d .navbar-toggler {
  color: #ffffff;
}
#ext_menu-1d .close-icon::before,
#ext_menu-1d .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-1d .link,
#ext_menu-1d .dropdown-item {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
}
#ext_menu-1d .link {
  font-size: 0.8rem;
}
#ext_menu-1d .dropdown-item,
#ext_menu-1d .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-1d .link:hover,
#ext_menu-1d .dropdown-item:hover,
#ext_menu-1d .link:focus,
#ext_menu-1d .dropdown-item:focus {
  color: #7e9b9f;
}
#ext_menu-1d .link[aria-expanded="true"],
#ext_menu-1d .dropdown-menu {
  background: #676767;
}
#ext_menu-1d .nav-dropdown-sm .link:focus,
#ext_menu-1d .nav-dropdown-sm .link:hover,
#ext_menu-1d .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-1d .nav-dropdown-sm .dropdown-item:hover {
  background: #787878!important;
}
#ext_menu-1d .navbar,
#ext_menu-1d .nav-dropdown-sm,
#ext_menu-1d .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-1d .nav-dropdown-sm .dropdown-menu {
  background: #183092;
  box-shadow: 0 3px 10px 1px rgba(0,0,0,.2);
}
#ext_menu-1d .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
  text-transform: uppercase;
}
#ext_menu-1d .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-1d .bg-color.transparent.opened .link:hover,
#ext_menu-1d .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#ext_menu-1d .link[aria-expanded="true"],
#ext_menu-1d .dropdown-item[aria-expanded="true"] {
  color: #7e9b9f!important;
}
#msg-box8-2f .mbr-section-title,
#msg-box8-2f p {
  color: #fff;
}
#msg-box8-2f .mbr-section-title {
  font-size: 30px;
  color: #000000;
}
#msg-box8-2f .lead P {
  font-size: 20px;
  color: #a3c7cc;
}
#msg-box8-2f .mbr-section-title SPAN {
  color: #ffffff;
  font-size: 36px;
}
#header3-2l .mbr-section-title,
#header3-2l .mbr-section-subtitle {
  text-align: center;
}
#header3-2l H3 {
  font-size: 30px;
  color: #000000;
}
#header3-2l SMALL {
  color: #ffffff;
}
#header3-2l SPAN {
  color: #ffffff;
}
#msg-box8-4j .mbr-section-title,
#msg-box8-4j p {
  color: #fff;
}
#msg-box8-4j .mbr-section-title {
  font-size: 36px;
}
#msg-box8-4j .lead {
  color: #ffffff;
}
#features1-2j .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#msg-box8-22 .mbr-section-title,
#msg-box8-22 p {
  color: #fff;
}
#msg-box8-22 .mbr-section-title {
  font-size: 25px;
}
#msg-box8-22 .lead P {
  color: #e25041;
  font-size: 19px;
}
#msg-box8-22 .mbr-section-title SPAN {
  font-size: 30px;
  color: #fa0707;
}
#msg-box8-22 .lead DIV {
  color: #ffffff;
}
#msg-box8-22 .lead B {
  color: #ffffff;
}
#form1-24 .form-control-label {
  color: #232323;
}
#form1-24 .mbr-section-title {
  font-size: 25px;
}
#testimonials1-4k .card-block P {
  text-align: center;
}
#msg-box1-2n H3 {
  font-size: 25px;
}

#slider-3z H2 {
  font-size: 36px;
  text-align: center;
  color: #ff0000;
}
#slider-3z P {
  text-align: center;
  color: #fac51c;
  font-size: 25px;
}
#slider-3z B {
  color: #faaf40;
  font-size: 19px;
}
#slider-3z SPAN {
  font-size: 60px;
  color: #f70808;
}
#header3-40 .mbr-section-title,
#header3-40 .mbr-section-subtitle {
  text-align: center;
}
#msg-box8-4i .mbr-section-title,
#msg-box8-4i p {
  color: #fff;
}
#msg-box8-4i .mbr-section-title {
  font-size: 30px;
}
#msg-box8-4i .lead {
  color: #e5fccf;
}
#ext_menu-44 .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-44 .navbar-caption {
  color: #ffffff;
}
#ext_menu-44 .navbar-toggler {
  color: #ffffff;
}
#ext_menu-44 .close-icon::before,
#ext_menu-44 .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-44 .link,
#ext_menu-44 .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-44 .link {
  font-size: 0.75rem;
}
#ext_menu-44 .dropdown-item,
#ext_menu-44 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-44 .link:hover,
#ext_menu-44 .dropdown-item:hover,
#ext_menu-44 .link:focus,
#ext_menu-44 .dropdown-item:focus {
  color: #7e9b9f;
}
#ext_menu-44 .link[aria-expanded="true"],
#ext_menu-44 .dropdown-menu {
  background: #676767;
}
#ext_menu-44 .nav-dropdown-sm .link:focus,
#ext_menu-44 .nav-dropdown-sm .link:hover,
#ext_menu-44 .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-44 .nav-dropdown-sm .dropdown-item:hover {
  background: #787878!important;
}
#ext_menu-44 .navbar,
#ext_menu-44 .nav-dropdown-sm,
#ext_menu-44 .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-44 .nav-dropdown-sm .dropdown-menu {
  background: #808080;
}
#ext_menu-44 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-44 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-44 .bg-color.transparent.opened .link:hover,
#ext_menu-44 .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#ext_menu-44 .link[aria-expanded="true"],
#ext_menu-44 .dropdown-item[aria-expanded="true"] {
  color: #7e9b9f!important;
}
#msg-box8-47 .mbr-section-title,
#msg-box8-47 p {
  color: #fff;
}
#msg-box8-47 .mbr-section-title {
  font-size: 30px;
  color: #000000;
}
#msg-box8-47 .lead P {
  font-size: 20px;
  color: #7b979b;
}
#msg-box8-47 .mbr-section-title SPAN {
  color: #ffffff;
  font-size: 36px;
}
#header3-49 .mbr-section-title,
#header3-49 .mbr-section-subtitle {
  text-align: center;
}
#header3-49 H3 {
  font-size: 30px;
  color: #000000;
}
#header3-49 SMALL {
  color: #ffffff;
}
#header3-49 SPAN {
  color: #ffffff;
}
#features1-4a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#msg-box8-4c .mbr-section-title,
#msg-box8-4c p {
  color: #fff;
}
#msg-box8-4c .mbr-section-title {
  font-size: 25px;
}
#msg-box8-4c .lead P {
  color: #e25041;
  font-size: 19px;
}
#msg-box8-4c .mbr-section-title SPAN {
  font-size: 30px;
}
#form1-4e .form-control-label {
  color: #232323;
}
#form1-4e .mbr-section-title {
  font-size: 25px;
}
#msg-box1-4f H3 {
  font-size: 25px;
}

#header3-4m .mbr-section-title,
#header3-4m .mbr-section-subtitle {
  text-align: center;
}
#header3-4o .mbr-section-title,
#header3-4o .mbr-section-subtitle {
  text-align: center;
}
#header3-4o H3 {
  font-size: 25px;
}
#header3-4o SMALL {
  color: #7e9b9f;
  text-align: right;
}
#header3-4o SPAN {
  font-size: 30px;
  color: #ffffff;
}
#ext_menu-4q .hide-buttons .nav-btn {
  display: none !important;
}
#ext_menu-4q .navbar-caption {
  color: #ffffff;
}
#ext_menu-4q .navbar-toggler {
  color: #ffffff;
}
#ext_menu-4q .close-icon::before,
#ext_menu-4q .close-icon::after {
  background-color: #ffffff;
}
#ext_menu-4q .link,
#ext_menu-4q .dropdown-item {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#ext_menu-4q .link {
  font-size: 0.75rem;
}
#ext_menu-4q .dropdown-item,
#ext_menu-4q .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#ext_menu-4q .link:hover,
#ext_menu-4q .dropdown-item:hover,
#ext_menu-4q .link:focus,
#ext_menu-4q .dropdown-item:focus {
  color: #7e9b9f;
}
#ext_menu-4q .link[aria-expanded="true"],
#ext_menu-4q .dropdown-menu {
  background: #676767;
}
#ext_menu-4q .nav-dropdown-sm .link:focus,
#ext_menu-4q .nav-dropdown-sm .link:hover,
#ext_menu-4q .nav-dropdown-sm .dropdown-item:focus,
#ext_menu-4q .nav-dropdown-sm .dropdown-item:hover {
  background: #787878!important;
}
#ext_menu-4q .navbar,
#ext_menu-4q .nav-dropdown-sm,
#ext_menu-4q .nav-dropdown-sm .link[aria-expanded="true"],
#ext_menu-4q .nav-dropdown-sm .dropdown-menu {
  background: #808080;
}
#ext_menu-4q .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#ext_menu-4q .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#ext_menu-4q .bg-color.transparent.opened .link:hover,
#ext_menu-4q .bg-color.transparent.opened .link:focus {
  color: #7e9b9f;
}
#ext_menu-4q .link[aria-expanded="true"],
#ext_menu-4q .dropdown-item[aria-expanded="true"] {
  color: #7e9b9f!important;
}
#msg-box8-4t .mbr-section-title,
#msg-box8-4t p {
  color: #fff;
}
#msg-box8-4t .mbr-section-title {
  font-size: 30px;
  color: #000000;
}
#msg-box8-4t .lead P {
  font-size: 20px;
  color: #7b979b;
}
#msg-box8-4t .mbr-section-title SPAN {
  color: #ffffff;
  font-size: 36px;
}
#header3-4v .mbr-section-title,
#header3-4v .mbr-section-subtitle {
  text-align: center;
}
#header3-4v H3 {
  font-size: 30px;
  color: #000000;
}
#header3-4v SMALL {
  color: #ffffff;
}
#header3-4v SPAN {
  color: #ffffff;
}
#msg-box8-4w .mbr-section-title,
#msg-box8-4w p {
  color: #fff;
}
#msg-box8-4w .mbr-section-title {
  font-size: 36px;
}
#msg-box8-4w .lead {
  color: #ffffff;
}
#features1-4x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #2e2e2e;
}
#msg-box8-4z .mbr-section-title,
#msg-box8-4z p {
  color: #fff;
}
#msg-box8-4z .mbr-section-title {
  font-size: 25px;
}
#msg-box8-4z .lead P {
  color: #e25041;
  font-size: 19px;
}
#msg-box8-4z .mbr-section-title SPAN {
  font-size: 30px;
}
#form1-51 .form-control-label {
  color: #232323;
}
#form1-51 .mbr-section-title {
  font-size: 25px;
}
#testimonials1-52 .card-block P {
  text-align: center;
}
#msg-box1-53 H3 {
  font-size: 25px;
}
.cid-qx46U7kkUcpage {
  padding-top: 0px;
  padding-bottom: 10px;
}
.cid-qx46U7kkUc {
  padding-top: 70px;
  padding-bottom: 10px;
}
.cid-qx46U7kkUc h2 {
  text-align: center;
}
.cid-qx46U7kkUc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qx46U7kkUc p {
  color: #767676;
}
.cid-qx46U7kkUc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  padding-bottom: 0.55rem;
  padding-left: 1rem;
}
.cid-qx46U7kkUc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qx46U7kkUc .media-container-row {
    word-wrap: break-word;
    word-break: break-word;
    padding-top: 1.5rem;
    padding-bottom: 0rem;
    background: #183092;
	border-radius: 5px 5px 0px 0px;
}
.cid-qx46U7kkUc .mbr-section-subtitle {
  color: #767676;
}
.cid-qx46U7kkUc .card-img {
  text-align: inherit;
}
.cid-qx46U7kkUc .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qx46U7kkUc .mbr-figure {
    padding-right: 1rem;
    padding-left: 1rem;
    display: block;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    background: linear-gradient(to bottom, #FFF 0%, #E4E4E4 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #FFF 0%, #E4E4E4 100%) repeat scroll 0% 0% transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F0EFEF', endColorstr='#CFCDCD');
  }
}
@media (max-width: 991px) {
  .cid-qx46U7kkUc .mbr-figure {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qx46U7kkUc .mbr-figure {
    padding-right: 0;
    padding-bottom: 0.8rem;
    padding-top: 0rem;
  }
  .cid-qx46U7kkUc .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qx46U7kkUc .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qx46U7kkUc .mbr-crt-title {
    text-align: left;
    color: rgb(255, 204, 51);
    line-height: 1.8em;
    text-transform: uppercase;
	font-weight: normal;
}
.cid-qxzKcTkLUv {
  padding-bottom: 15px;
  background-color: #f8f8f8;
}
.cid-qxzKcTkLUv .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-qxzKcTkLUv .timeline-text-content {
    padding: 2rem 2.5rem;
    background: rgb(203, 28, 104);
    margin-right: 2rem;
    transition: all .4s;
    color: #ffffff;
}
.cid-qxzKcTkLUv .timeline-text-content p {
  margin-bottom: 0;
  text-align: left;
}
.cid-qxzKcTkLUv .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qxzKcTkLUv .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qxzKcTkLUv .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qxzKcTkLUv .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-qxzKcTkLUv .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #e7e7e7;
  top: 20px;
  margin-left: -30px;
}
.cid-qxzKcTkLUv .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-qxzKcTkLUv .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e7e7e7;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qxzKcTkLUv .iconsBackground {
    left: 1.5rem;
  }
  .cid-qxzKcTkLUv .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-qxzKcTkLUv .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-qxzKcTkLUv .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qxzKcTkLUv .mbr-section-title {
  color: #183092;
}
.cid-qxJ9C1aVg7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-qxJ9C1aVg7 .card-img {
  background-color: #fff;
}
.cid-qxJ9C1aVg7 .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qxJ9C1aVg7 .card-box {
  background-color: #ffffff;
  padding: 0.5rem;
}
.cid-qxJ9C1aVg7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-qxJ9C1aVg7 p {
  text-align: left;
}
.cid-qxJ9C1aVg7 .mbr-text {
  color: #767676;
}
.cid-qxJ9C1aVg7 .card-wrapper {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
    min-height: 358px;
    max-height: 671px;
}
.cid-qxJ9C1aVg7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-qxJ9C1aVg7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qxJ9C1aVg7 .card-title {
  text-align: center;
}
.cid-qxJs6R8fqN {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffffff;
}
.cid-qxJs6R8fqN .mbr-text, .cid-qxJs6R8fqN blockquote {
    color: #767676;
}
blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    font-size: 1.09rem;
    position: relative;
    border-color: #149dcc;
    border-width: 3px;
}
.cid-qsioM6JkJe {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #efefef;
}
.cid-qxKxVIRUmS {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qxKxVIRUmS .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qxKxVIRUmS .mbr-content-text {
  color: #767676;
}
.cid-qxKxVIRUmS .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qxKxVIRUmS .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qxKxVIRUmS .cards-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-qxKxVIRUmS .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-qxKxVIRUmS .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  padding-top: 15px;
}
.cid-qxKxVIRUmS .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-qxKxVIRUmS .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qxKxVIRUmS .mbr-section-title {
  text-align: left;
}
.cid-qxKxX06CSk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qxKxX06CSk h2 {
  text-align: left;
}
.cid-qxKxX06CSk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qxKxX06CSk p {
  color: #767676;
  text-align: left;
}
.cid-qxKxX06CSk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qxKxX06CSk .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qxKxX06CSk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qxKxX06CSk .card-img {
  padding-right: 2rem;
}
.cid-qxKxX06CSk .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qxKxX06CSk .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qxKxX06CSk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qxKxX06CSk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
#header6-b .mbr-section-title {
    color: #28262b;
    font-size: 24px;
}
.cid-qye7RMnB3g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qye7RMnB3g .content {
    text-align: center;
  }
  .cid-qye7RMnB3g .content > div:not(:last-child) {
 	margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-qye7RMnB3g .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qye7RMnB3g .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qye7RMnB3g .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qye7RMnB3g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qye7RMnB3g .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qye7RMnB3g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qye7RMnB3g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qye7RMnB3g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qye7RMnB3g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qye7RMnB3g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qye7RMnB3g .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qye7RMnB3g P {
  color: #232323;
}
.cid-qye7RMnB3g H5 {
    color: #cb1c68;
    font-size: 1rem;
    line-height: normal;
}
.cid-qyecZRVGQR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qyecZRVGQR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qyecZRVGQR p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qyecZRVGQR .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cid-qyecZRVGQR .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qyecZRVGQR .card-box {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .cid-qyecZRVGQR .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qyecZRVGQR .card-box {
    padding-left: 0;
  }
}
.cid-qyee1lDfsE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qyee1lDfsE .content {
    text-align: center;
  }
  .cid-qyee1lDfsE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qyee1lDfsE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qyee1lDfsE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qyee1lDfsE .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qyee1lDfsE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qyee1lDfsE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qyee1lDfsE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qyee1lDfsE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qyee1lDfsE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qyee1lDfsE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qyee1lDfsE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qyee1lDfsE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qyee1lDfsE P {
  color: #232323;
}
.cid-qyee1lDfsE H5 {
  color: #232323;
}
.cid-qyee09q2lO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qyee09q2lO .content {
    text-align: center;
  }
  .cid-qyee09q2lO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qyee09q2lO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qyee09q2lO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qyee09q2lO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qyee09q2lO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qyee09q2lO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qyee09q2lO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qyee09q2lO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qyee09q2lO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qyee09q2lO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qyee09q2lO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qyee09q2lO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qyee09q2lO P {
  color: #232323;
}
.cid-qyee09q2lO H5 {
  color: #232323;
}
.cid-qyee0QMyHU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-qyee0QMyHU .content {
    text-align: center;
  }
  .cid-qyee0QMyHU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qyee0QMyHU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qyee0QMyHU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qyee0QMyHU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qyee0QMyHU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qyee0QMyHU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qyee0QMyHU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qyee0QMyHU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qyee0QMyHU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qyee0QMyHU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qyee0QMyHU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qyee0QMyHU .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qyee0QMyHU P {
  color: #232323;
}
.cid-qyee0QMyHU H5 {
  color: #232323;
}
.cid-qCzdd1p8WX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-qCzdd1p8WX .testimonials-container {
  margin: 0 auto;
}
.cid-qCzdd1p8WX .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
}
.cid-qCzdd1p8WX .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-qCzdd1p8WX .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-qCzdd1p8WX .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-qCzdd1p8WX .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qCzdd1p8WX .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-qCzdd1p8WX .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-qCzdd1p8WX .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-qCzdd1p8WX H2 {
  color: #232323;
}
.cid-qCzdd1p8WX .mbr-section-subtitle {
  color: #232323;
}
.cid-qCzFWvksO5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-qCzFWvksO5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qCzFWvksO5 .input {
  margin-bottom: 15px;
}
.cid-qCzFWvksO5 .map {
  width: 100%;
  height: 30rem;
}
.cid-qCzFWvksO5 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-qCzFWvksO5 .icon-block {
  margin-bottom: 10px;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-qCzFWvksO5 .icon-block .icon-block__icon {
  display: inline-block;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qCzFWvksO5 .icon-block .icon-block__title {
  display: inline-block;
  align-self: center;
  -webkit-align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-qCzFWvksO5 .mbr-text {
  color: #767676;
}
.cid-qCzFWvksO5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qCzFWvksO5 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qCzFWvksO5 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qCzFWvksO5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qCzFWvksO5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qCzFWvksO5 .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-qCzFWvksO5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qCzFWvksO5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-qCzFWvksO5 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-qCzFWvksO5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-qCzFWvksO5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-qCzFWvksO5 H4 {
  color: #ff0303;
}
.cid-qCFdbxBw1C {
  background: linear-gradient(45deg, #7fd9fc, #6576aa);
}
.cid-qCFdbxBw1C .mbr-text,
.cid-qCFdbxBw1C .mbr-section-btn {
  text-align: left;
}
.cid-qCFdjVwpzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #183092;
}
.cid-qCFdjVwpzc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qCFdjVwpzc .section-text {
  padding: 2rem 0;
}
.cid-qCFdjVwpzc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qCFdjVwpzc .inner-container {
    width: 100% !important;
  }
}
.cid-qCFdtRB1RF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-qCFdtRB1RF .mbr-section-text {
  color: #767676;
}
.cid-qCFdtRB1RF .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-qCFdtRB1RF .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qCFdtRB1RF .mbr-iconfont {
  font-size: 48px;
}
.cid-qCFdtRB1RF .card-img {
  margin-bottom: 1.5rem;
}
.cid-qCFdtRB1RF .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qCFdtRB1RF .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qCFdtRB1RF .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qCFdtRB1RF .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qCFdtRB1RF .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-qCFdtRB1RF .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-qCFdtRB1RF .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-qCFjyfNw93 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qCFjyfNw93 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qCFjyfNw93 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qCFjyfNw93 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qCFjyfNw93 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qCFjyfNw93 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qCFjyfNw93 path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qCFjyfNw93 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qCFlhjNWJH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qCFlhjNWJH h3 {
  font-weight: 300;
}
.cid-qCFlhjNWJH .card-img {
  width: initial;
}
.cid-qCFlhjNWJH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qCFlhjNWJH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qCFlhjNWJH .media {
  margin: initial;
  align-items: center;
}
.cid-qCFlhjNWJH .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qCFlhjNWJH .mbr-text {
  color: #767676;
}
.cid-qCFlhjNWJH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCFn7prXzG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qCFn7prXzG h3 {
  font-weight: 300;
}
.cid-qCFn7prXzG .card-img {
  width: initial;
}
.cid-qCFn7prXzG .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qCFn7prXzG .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qCFn7prXzG .media {
  margin: initial;
  align-items: center;
}
.cid-qCFn7prXzG .mbr-section-subtitle {
  color: #767676;
}
.cid-qCFn7prXzG .mbr-text {
  color: #767676;
}
.cid-qCFn7prXzG .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCFuBP2eeF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCFuBP2eeF .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #232323;
}
.cid-qCFuBP2eeF .mbr-author-name {
  font-weight: bold;
  color: #232323;
}
.cid-qCFuBP2eeF .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qCFuBP2eeF .mbr-author-desc {
  color: #232323;
}
.cid-qCFzztBPU4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCFzztBPU4 .mbr-text,
.cid-qCFzztBPU4 blockquote {
  color: #767676;
}
.cid-qCFzP37VWW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCFzP37VWW .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-qCFCe9Jdfy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qCFCe9Jdfy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qCFCe9Jdfy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qCFCe9Jdfy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qCFCe9Jdfy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qCFCe9Jdfy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qCFCe9Jdfy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qCFCe9Jdfy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qCFCe9Jdfy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qCFCe9Jdfy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qCFMwUKn17 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #183092;
}
.cid-qCFMwUKn17 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qCFMwUKn17 .section-text {
  padding: 2rem 0;
}
.cid-qCFMwUKn17 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qCFMwUKn17 .inner-container {
    width: 100% !important;
  }
}
.cid-qCFAhKcU11 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCFAhKcU11 h2 {
  text-align: left;
}
.cid-qCFAhKcU11 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qCFAhKcU11 p {
  color: #767676;
  text-align: left;
}
.cid-qCFAhKcU11 .aside-content {
  flex-basis: 100%;
}
.cid-qCFAhKcU11 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qCFAhKcU11 .media {
  margin: initial;
  align-items: center;
}
.cid-qCFAhKcU11 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qCFAhKcU11 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qCFAhKcU11 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qCFAhKcU11 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qCFAhKcU11 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qCFAhKcU11 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qCFNdFIvR3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCFNdFIvR3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
  text-align: center;
}
.cid-qCFNdFIvR3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qCFNdFIvR3 .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-qCFNdFIvR3 .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-qCFNdFIvR3 .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qCFNdFIvR3 .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-qCFNdFIvR3 .card {
  min-height: 300px;
}
.cid-qCFNdFIvR3 .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-qCFNdFIvR3 .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-qCFNdFIvR3 .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-qCFNdFIvR3 .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-qCFOqT0mbA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qCFOqT0mbA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-qCFOqT0mbA .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-qCFOqT0mbA .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-qCFOqT0mbA .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-qCFOqT0mbA .card-front img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 600px;
}
.cid-qCFOqT0mbA .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-qCFOqT0mbA .card {
  min-height: 300px;
}
.cid-qCFOqT0mbA .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-qCFOqT0mbA .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-qCFOqT0mbA .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-qCFOqT0mbA .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-qCFSGzpiJ6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCFSGzpiJ6 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qCFSGzpiJ6 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-qCFSGzpiJ6 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-qCFSGzpiJ6 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-qCFSGzpiJ6 .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-qCFSGzpiJ6 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-qCFSGzpiJ6 .card-box {
    padding-left: 0;
  }
}
.cid-qCFTYq5lJJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #183092;
}
.cid-qCFTYq5lJJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qCFTYq5lJJ .section-text {
  padding: 2rem 0;
}
.cid-qCFTYq5lJJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qCFTYq5lJJ .inner-container {
    width: 100% !important;
  }
}
.cid-qCFTbYQic4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qCFTbYQic4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qCFTbYQic4 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qCFTbYQic4 .mbr-text {
  color: #767676;
}
.cid-qCFUmaxSRT .modal-body .close {
  background: #1b1b1b;
}
.cid-qCFUmaxSRT .modal-body .close span {
  font-style: normal;
}
.cid-qCFUmaxSRT .carousel-inner > .active,
.cid-qCFUmaxSRT .carousel-inner > .next,
.cid-qCFUmaxSRT .carousel-inner > .prev {
  display: table;
}
.cid-qCFUmaxSRT .carousel-control .icon-next,
.cid-qCFUmaxSRT .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qCFUmaxSRT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qCFUmaxSRT .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qCFUmaxSRT .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qCFUmaxSRT .boxed-slider > div {
  position: relative;
}
.cid-qCFUmaxSRT .container img {
  width: 100%;
}
.cid-qCFUmaxSRT .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qCFUmaxSRT .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qCFUmaxSRT .mbr-table-cell {
  padding: 0;
}
.cid-qCFUmaxSRT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qCFUmaxSRT .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qCFUmaxSRT .mbr-overlay {
  z-index: 1;
}
.cid-qCFUmaxSRT .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qCFUmaxSRT .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qCFUmaxSRT .carousel-item .container {
    width: 100%;
  }
}
.cid-qCFUmaxSRT .carousel-item-next.carousel-item-left,
.cid-qCFUmaxSRT .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qCFUmaxSRT .active.carousel-item-right,
.cid-qCFUmaxSRT .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qCFUmaxSRT .active.carousel-item-left,
.cid-qCFUmaxSRT .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qCFUmaxSRT .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qCFUmaxSRT .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators li.active,
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators li::after,
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qCFUmaxSRT .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qCFUmaxSRT .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qCFUmaxSRT .mbr-slider > .container img {
  width: 100%;
}
.cid-qCFUmaxSRT .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qCFUmaxSRT .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qCFUmaxSRT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qCFUmaxSRT .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qCFUmaxSRT .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qCFUmaxSRT .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qCFUmaxSRT .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qCFUmaxSRT .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qCFUmaxSRT .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qCFUmaxSRT .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qCFUmaxSRT .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qCFUmaxSRT .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.cid-qCFUmaxSRT .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCWBEmNh4Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-qCWBEmNh4Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qCWBEmNh4Z .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qCWBEmNh4Z .mbr-text {
  color: #767676;
}