@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,600,600i);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);








body,
input,
textarea,
.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Libre Franklin', serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Libre Franklin', serif;
}
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price,
.mbr-section-title {
  font-family: 'Oxygen', sans-serif;
}
.btn {
  font-family: 'Libre Franklin', serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Oxygen', sans-serif;
}
.btn-sm,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block,
.mbr-section-subtitle {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Oxygen', sans-serif;
}
.mbr-author-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Oxygen', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Libre Franklin', serif;
  font-style: normal;
}
.bg-primary {
  background-color: #e94a9d !important;
}
.bg-success {
  background-color: #2996c9 !important;
}
.bg-info {
  background-color: #0277bd !important;
}
.bg-warning {
  background-color: #d0e637 !important;
}
.bg-danger {
  background-color: #f97979 !important;
}
.btn-primary {
  background-color: #e94a9d;
  border-color: #e94a9d;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #ce1977;
  border-color: #ce1977;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ce1977 !important;
  border-color: #ce1977 !important;
}
.btn-secondary {
  background-color: #d252a4;
  border-color: #d252a4;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ab2c7e;
  border-color: #ab2c7e;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ab2c7e !important;
  border-color: #ab2c7e !important;
}
.btn-info {
  background-color: #0277bd;
  border-color: #0277bd;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #014771;
  border-color: #014771;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #014771 !important;
  border-color: #014771 !important;
}
.btn-success {
  background-color: #2996c9;
  border-color: #2996c9;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #1c6789;
  border-color: #1c6789;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c6789 !important;
  border-color: #1c6789 !important;
}
.btn-warning {
  background-color: #d0e637;
  border-color: #d0e637;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #a5b917;
  border-color: #a5b917;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a5b917 !important;
  border-color: #a5b917 !important;
}
.btn-danger {
  background-color: #f97979;
  border-color: #f97979;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #f63030;
  border-color: #f63030;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f63030 !important;
  border-color: #f63030 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #b7166a;
  color: #b7166a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e94a9d;
  border-color: #e94a9d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e94a9d !important;
  border-color: #e94a9d !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #97276f;
  color: #97276f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d252a4;
  border-color: #d252a4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d252a4 !important;
  border-color: #d252a4 !important;
}
.btn-info-outline {
  background: none;
  border-color: #013758;
  color: #013758;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0277bd !important;
  border-color: #0277bd !important;
}
.btn-success-outline {
  background: none;
  border-color: #185774;
  color: #185774;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #2996c9;
  border-color: #2996c9;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2996c9 !important;
  border-color: #2996c9 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #91a314;
  color: #91a314;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d0e637;
  border-color: #d0e637;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d0e637 !important;
  border-color: #d0e637 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #f51717;
  color: #f51717;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f97979;
  border-color: #f97979;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f97979 !important;
  border-color: #f97979 !important;
}
.text-primary {
  color: #e94a9d !important;
}
.text-success {
  color: #2996c9 !important;
}
.text-info {
  color: #0277bd !important;
}
.text-warning {
  color: #d0e637 !important;
}
.text-danger {
  color: #f97979 !important;
}
.alert-success {
  background-color: #2996c9;
}
.alert-info {
  background-color: #0277bd;
}
.alert-warning {
  background-color: #d0e637;
}
.alert-danger {
  background-color: #f97979;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #e94a9d;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #e94a9d;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #e94a9d;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #e94a9d;
}
.lead a,
.lead a:hover {
  color: #e94a9d;
}
.lead blockquote {
  border-color: #e94a9d;
}
.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: #cae7f4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #42b7fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbfdec;
}
.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: #000;
}
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* DirectM */
a {
  color: #0277bd;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #e94a9d;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #e94a9d;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #e94a9d;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Oxygen', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #e94a9d;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #e52a8c, #e94a9d, #ef77b6);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #e94a9d !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #e94a9d;
}
.tabs1 .colorBG {
  background-color: #e94a9d;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #e94a9d;
}
.content4 p {
  border-bottom: 3px solid #e94a9d;
  border-top: 3px solid #e94a9d;
}
/*follow1*/
.follow1 .btn-social {
  color: #e94a9d;
  border-color: #e94a9d;
}
.follow1 .btn-social:hover {
  color: #ef77b6;
  background: rgba(233, 74, 157, 0.1);
  border-color: #ef77b6;
}
/*share1*/
.share1 .btn-social {
  color: #e94a9d;
  border-color: #e94a9d;
}
.share1 .btn-social:hover {
  color: #ef77b6;
  background: rgba(233, 74, 157, 0.1);
  border-color: #ef77b6;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #e94a9d;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Libre Franklin', serif;
}
.mbr-gallery-filter li {
  color: #0277bd;
}
.btn-empty:focus {
  color: #e94a9d;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #0277bd;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #e94a9d;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #e94a9d;
}
.hamburger-icon {
  background-color: #e94a9d !important;
}
.hamburger-icon:before {
  background-color: #e94a9d;
}
.hamburger-icon:after {
  background-color: #e94a9d;
}
#menu1-3 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-3 .navbar-toggler {
  color: #fffffd;
}
#menu1-3 .close-icon::before,
#menu1-3 .close-icon::after {
  background-color: #fffffd;
}
#menu1-3 .link,
#menu1-3 .dropdown-item {
  color: #fffffd;
  font-family: 'Libre Franklin', serif;
}
#menu1-3 .link {
  font-size: 0.8125rem;
}
#menu1-3 .dropdown-item,
#menu1-3 .nav-dropdown-sm .link {
  font-size: 0.880rem;
}
#menu1-3 .link:hover,
#menu1-3 .link:focus {
  color: #5aac98;
}
#menu1-3 .dropdown-item:hover::before,
#menu1-3 .dropdown-item:focus::before {
  background: #5aac98;
}
#menu1-3 .dropdown-item:hover,
#menu1-3 .dropdown-item:focus {
  color: #fffffd;
}
#menu1-3 .link[aria-expanded="true"],
#menu1-3 .dropdown-menu {
  background: #94a5d0;
}
#menu1-3 .nav-dropdown-sm .link:focus,
#menu1-3 .nav-dropdown-sm .link:hover,
#menu1-3 .nav-dropdown-sm .dropdown-item:focus,
#menu1-3 .nav-dropdown-sm .dropdown-item:hover {
  background: #899ccb!important;
}
#menu1-3 .navbar,
#menu1-3 .nav-dropdown-sm,
#menu1-3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3 .nav-dropdown-sm .dropdown-menu {
  background: #94a5d0;
}
#menu1-3 .bg-color.transparent .link {
  color: #fffffd;
  transition: none;
}
#menu1-3 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-3 .bg-color.transparent.opened .link:hover,
#menu1-3 .bg-color.transparent.opened .link:focus {
  color: #5aac98;
}
#menu1-3 .link[aria-expanded="true"],
#menu1-3 .dropdown-item[aria-expanded="true"] {
  color: #5aac98!important;
}
#content5-1j .mbr-section-title,
#content5-1j .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-1j .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-1j .mbr-table-cell {
  vertical-align: middle;
}
#content5-1j .heading-title {
  font-family: 'Lato', sans-serif;
}
#content5-1j .heading-text {
  color: #ffffff;
  font-size: 20px;
}
#content5-1j .heading-title B {
  font-size: 80px;
}
#content5-1j .btn {
  font-size: 20px;
}
#content5-1j .btn {
  padding: 20px 50px;
}
#features7-4 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-4 .heading-title {
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  text-align: center;
}
#features7-5 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-5 .card-text SPAN {
  text-align: center;
}
#features7-7 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-7 .heading-title {
  font-family: 'Lato', sans-serif;
  font-size: 32px;
}
#features7-7 .card-text {
  font-family: 'Libre Franklin', serif;
}
#features7-6 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-6 .card-text {
  font-family: 'Libre Franklin', serif;
}
#content5-g .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-g .mbr-table-cell {
  vertical-align: middle;
}
#content5-g .mbr-section-title,
#content5-g .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-g .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-g .mbr-table-cell {
  vertical-align: middle;
}
#content5-g .heading-title B {
  font-size: 48px;
}
#content5-g .btn {
  font-size: 20px;
}
#content5-g .heading-text {
  font-size: 18px;
}
#content5-g .btn {
  padding: 20px 40px;
}
#content3-h .mbr-section-title,
#content3-h .mbr-section-subtitle {
  text-align: center;
}
#content5-i .mbr-section-title,
#content5-i .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-i .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-i .mbr-table-cell {
  vertical-align: middle;
}
#content5-i .heading-title B {
  font-size: 60px;
}
#content5-i .btn {
  font-size: 20px;
}
#content5-i .btn {
  padding: 20px 40px;
}
#content3-l .mbr-section-title,
#content3-l .mbr-section-subtitle {
  text-align: center;
}
#content5-m .mbr-section-title,
#content5-m .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-m .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-m .mbr-table-cell {
  vertical-align: middle;
}
#content5-m .heading-title B {
  font-size: 60px;
}
#content5-m .btn {
  font-size: 20px;
}
#content5-m .btn {
  padding: 20px 40px;
}
#content3-k .mbr-section-title,
#content3-k .mbr-section-subtitle {
  text-align: center;
}
#content5-n .mbr-section-title,
#content5-n .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-n .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-n .mbr-table-cell {
  vertical-align: middle;
}
#content5-n .heading-title B {
  font-size: 60px;
}
#content5-n .btn {
  font-size: 20px;
}
#content5-n .btn {
  padding: 20px 40px;
}
#content3-o .mbr-section-title,
#content3-o .mbr-section-subtitle {
  text-align: center;
}
#content3-x .mbr-section-title,
#content3-x .mbr-section-subtitle {
  text-align: center;
}
#content3-y .mbr-section-title,
#content3-y .mbr-section-subtitle {
  text-align: center;
}
#content3-z .mbr-section-title,
#content3-z .mbr-section-subtitle {
  text-align: center;
}
#content3-10 .mbr-section-title,
#content3-10 .mbr-section-subtitle {
  text-align: center;
}
#content5-u .mbr-section-title,
#content5-u .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#content5-u .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content5-u .mbr-table-cell {
  vertical-align: middle;
}
#content5-u .heading-title B {
  font-size: 60px;
}
#content5-u .heading-text {
  font-size: 20px;
}
#content5-u .btn {
  font-size: 20px;
}
#content5-u .btn {
  padding: 20px 40px;
}
#footer1-s .card-text {
  color: #fffffd;
}

#first-middle-message .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#first-middle-message .mbr-table-cell {
  vertical-align: middle;
}
#first-middle-message .mbr-section-title,
#first-middle-message .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffffff;
}
#first-middle-message .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#first-middle-message .mbr-table-cell {
  vertical-align: middle;
}
#first-middle-message .heading-title B {
  font-size: 48px;
}
#first-middle-message .btn {
  font-size: 20px;
}
#first-middle-message .heading-text {
  font-size: 18px;
}
#first-middle-message .btn {
  padding: 20px 40px;
}
a {
  color: #2996c9;
}

#menu1-3 .navbar,
#menu1-3 .nav-dropdown-sm,
#menu1-3 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-3 .nav-dropdown-sm .dropdown-menu {
  background: #2d647e;
}

   .features17 .card-img .mbr-iconfont {

   border: 2px solid #1f1f1f;}
   
   #appfeatures .mbr-section-title,
  #appfeatures .mbr-section-subtitle,
  #appfeatures .mbr-section-text {
    color: #000000;
    }