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


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:not(.btn-social) {
    border-radius: 30px;
    padding: 17px 50px;
}

.mbr-subscribe .btn {
    border-radius: 1.6em !important;
}

.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: #fffffd !important;
}

.bg-success {
    background-color: #1e7c3a !important;
}

.bg-info {
    background-color: #74a3c7 !important;
}

.bg-warning {
    background-color: #ffd785 !important;
}

.bg-danger {
    background-color: #ff9685 !important;
}

.btn-primary {
    background-color: #fffffd;
    border-color: #fffffd;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #ffffb1;
    border-color: #ffffb1;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #ffffb1 !important;
    border-color: #ffffb1 !important;
}

.btn-secondary {
    background-color: #a25dae;
    border-color: #a25dae;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
    color: #ffffff;
    background-color: #763f7f;
    border-color: #763f7f;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff !important;
    background-color: #763f7f !important;
    border-color: #763f7f !important;
}

.btn-info {
    background-color: #74a3c7;
    border-color: #74a3c7;
    color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
    color: #ffffff;
    background-color: #447eaa;
    border-color: #447eaa;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff !important;
    background-color: #447eaa !important;
    border-color: #447eaa !important;
}

.btn-success {
    background-color: #1e7c3a;
    border-color: #1e7c3a;
    color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
    color: #ffffff;
    background-color: #0f3e1d;
    border-color: #0f3e1d;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff !important;
    background-color: #0f3e1d !important;
    border-color: #0f3e1d !important;
}

.btn-warning {
    background-color: #ffd785;
    border-color: #ffd785;
    color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    background-color: #ffbe38;
    border-color: #ffbe38;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #ffffff !important;
    background-color: #ffbe38 !important;
    border-color: #ffbe38 !important;
}

.btn-danger {
    background-color: #ff9685;
    border-color: #ff9685;
    color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
    color: #ffffff;
    background-color: #ff5438;
    border-color: #ff5438;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff !important;
    background-color: #ff5438 !important;
    border-color: #ff5438 !important;
}

.btn-primary-outline {
    background: none;
    border-color: #ffff97;
    color: #ffff97;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
    color: #ffffff;
    background-color: #fffffd;
    border-color: #fffffd;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #ffffff !important;
    background-color: #fffffd !important;
    border-color: #fffffd !important;
}

.btn-secondary-outline {
    background: none;
    border-color: #66376e;
    color: #66376e;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
    color: #ffffff;
    background-color: #a25dae;
    border-color: #a25dae;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #ffffff !important;
    background-color: #a25dae !important;
    border-color: #a25dae !important;
}

.btn-info-outline {
    background: none;
    border-color: #3d7198;
    color: #3d7198;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
    color: #ffffff;
    background-color: #74a3c7;
    border-color: #74a3c7;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
    color: #ffffff !important;
    background-color: #74a3c7 !important;
    border-color: #74a3c7 !important;
}

.btn-success-outline {
    background: none;
    border-color: #0a2a14;
    color: #0a2a14;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
    color: #ffffff;
    background-color: #1e7c3a;
    border-color: #1e7c3a;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
    color: #ffffff !important;
    background-color: #1e7c3a !important;
    border-color: #1e7c3a !important;
}

.btn-warning-outline {
    background: none;
    border-color: #ffb61f;
    color: #ffb61f;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
    color: #ffffff;
    background-color: #ffd785;
    border-color: #ffd785;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
    color: #ffffff !important;
    background-color: #ffd785 !important;
    border-color: #ffd785 !important;
}

.btn-danger-outline {
    background: none;
    border-color: #ff3e1f;
    color: #ff3e1f;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
    color: #ffffff;
    background-color: #ff9685;
    border-color: #ff9685;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
    color: #ffffff !important;
    background-color: #ff9685 !important;
    border-color: #ff9685 !important;
}

.text-primary {
    color: #fffffd !important;
}

.text-success {
    color: #1e7c3a !important;
}

.text-info {
    color: #74a3c7 !important;
}

.text-warning {
    color: #ffd785 !important;
}

.text-danger {
    color: #ff9685 !important;
}

.alert-success {
    background-color: #1e7c3a;
}

.alert-info {
    background-color: #74a3c7;
}

.alert-warning {
    background-color: #ffd785;
}

.alert-danger {
    background-color: #ff9685;
}

.mbr-company .list-group-item.active .list-group-text {
    color: #fffffd;
}

.mbr-footer p a,
.mbr-footer ul a {
    color: #fffffd;
}

.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
    background: #fffffd;
}

.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
    color: #fffffd;
}

.lead a,
.lead a:hover {
    color: #fffffd;
}

.lead blockquote {
    border-color: #fffffd;
}

.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: #47d271;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
    color: #cfdfec;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
    color: #ffffff;
}

.mbr-small-footer a,
.mbr-gallery-filter li:hover {
    color: #000;
}

.scrollToTop_wraper {
    display: none;
}

/* DirectM */
a {
    color: #74a3c7;
}

a:hover {
    color: #333;
}

/*header1*/
.header1 .mbr-arrow a i {
    color: #ffffff;
}

.header1 .mbr-arrow a:hover i {
    color: #fffffd;
}

/*header2*/
.header1.header2 .mbr-arrow a i {
    color: #222222;
}

.header1.header2 .mbr-arrow a:hover i {
    color: #fffffd;
}

/*features1*/
.features1 .carousel-indicators li.active {
    border: 5px solid #fffffd;
}

/*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: #fffffd;
}

.msg-box1 .round-block {
    background: linear-gradient(45deg, #ffffd9, #fffffd, #ffffff);
}

/*tabs1*/
.tabs1 ul li a.active {
    border-bottom-color: #fffffd !important;
}

.tabs1 .tab-list-wraper ul li:before {
    background-color: #fffffd;
}

.tabs1 .colorBG {
    background-color: #fffffd;
}

/*content*/
.content2 blockquote {
    border-left: 3px solid #fffffd;
}

.content4 p {
    border-bottom: 3px solid #fffffd;
    border-top: 3px solid #fffffd;
}

/*follow1*/
.follow1 .btn-social {
    color: #fffffd;
    border-color: #fffffd;
}

.follow1 .btn-social:hover {
    color: #ffffff;
    background: rgba(255, 255, 253, 0.1);
    border-color: #ffffff;
}

/*share1*/
.share1 .btn-social {
    color: #fffffd;
    border-color: #fffffd;
}

.share1 .btn-social:hover {
    color: #ffffff;
    background: rgba(255, 255, 253, 0.1);
    border-color: #ffffff;
}

/* Slider */
.mbr-slider .carousel-indicators .active {
    background-color: #fffffd;
}

/* Gallery */
.mbr-gallery-filter ul li {
    font-family: 'Libre Franklin', serif;
}

.mbr-gallery-filter li {
    color: #74a3c7;
}

.btn-empty:focus {
    color: #fffffd;
}

/* captions */
.mbr-figure-caption {
    background-color: #616161;
    color: #fff;
}

/* tabs1 */
.tabs1 ul li a {
    color: #74a3c7;
}

/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
    border: 5px solid #fffffd;
}

/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
    border: 5px solid #fffffd;
}

.hamburger-icon {
    background-color: #fffffd !important;
}

.hamburger-icon:before {
    background-color: #fffffd;
}

.hamburger-icon:after {
    background-color: #fffffd;
}

#content3-8 .mbr-section-title,
#content3-8 .mbr-section-subtitle {
    text-align: center;
}

#content3-8 H1 {
    font-size: 48px;
}

#menu2-7 .hide-buttons .nav-btn {
    display: none !important;
}

#menu2-7 .navbar-toggler {
    color: #000000;
}

#menu2-7 .close-icon::before,
#menu2-7 .close-icon::after {
    background-color: #000000;
}

#menu2-7 .link,
#menu2-7 .dropdown-item {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

#menu2-7 .link {
    font-size: 1.4rem;
}

#menu2-7 .dropdown-item,
#menu2-7 .nav-dropdown-sm .link {
    font-size: 1.516rem;
}

#menu2-7 .link:hover,
#menu2-7 .link:focus {
    color: #616161;
}

#menu2-7 .dropdown-item:hover::before,
#menu2-7 .dropdown-item:focus::before {
    background: #616161;
}

#menu2-7 .dropdown-item:hover,
#menu2-7 .dropdown-item:focus {
    color: #000000;
}

#menu2-7 .link[aria-expanded="true"],
#menu2-7 .dropdown-menu {
    background: #ffffff;
}

#menu2-7 .nav-dropdown-sm .link:focus,
#menu2-7 .nav-dropdown-sm .link:hover,
#menu2-7 .nav-dropdown-sm .dropdown-item:focus,
#menu2-7 .nav-dropdown-sm .dropdown-item:hover {
    background: #f7f7f7 !important;
}

#menu2-7 .navbar,
#menu2-7 .nav-dropdown-sm,
#menu2-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu2-7 .nav-dropdown-sm .dropdown-menu {
    background: #fff;
}

#menu2-7 .bg-color.transparent .link {
    color: #000000;
    transition: none;
}

#menu2-7 .bg-color.transparent.opened .link {
    transition: color 0.2s ease-in-out;
}

#menu2-7 .bg-color.transparent.opened .link:hover,
#menu2-7 .bg-color.transparent.opened .link:focus {
    color: #616161;
}

#menu2-7 .link[aria-expanded="true"],
#menu2-7 .dropdown-item[aria-expanded="true"] {
    color: #616161 !important;
}

#menu2-7 .navbar-caption {
    font-size: 25px;
    font-family: 'Oxygen', sans-serif;
}

#content7-6 .mbr-section-title,
#content7-6 .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-6 .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-6 .mbr-table-cell {
    vertical-align: middle;
}

#content7-6 .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-6 .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-6 .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-6 .heading-title {
    color: #0a0909;
}

#content7-b .mbr-section-title,
#content7-b .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-b .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-b .mbr-table-cell {
    vertical-align: middle;
}

#content7-b .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-b .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-b .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-b .heading-title {
    color: #0a0909;
}

#content7-c .mbr-section-title,
#content7-c .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-c .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-c .mbr-table-cell {
    vertical-align: middle;
}

#content7-c .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-c .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-c .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-c .heading-title {
    color: #0a0909;
}

#content7-d .mbr-section-title,
#content7-d .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-d .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-d .mbr-table-cell {
    vertical-align: middle;
}

#content7-d .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-d .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-d .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-d .heading-title {
    color: #0a0909;
}

#content7-e .mbr-section-title,
#content7-e .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-e .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-e .mbr-table-cell {
    vertical-align: middle;
}

#content7-e .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-e .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-e .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-e .heading-title {
    color: #0a0909;
}

#content7-f .mbr-section-title,
#content7-f .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-f .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-f .mbr-table-cell {
    vertical-align: middle;
}

#content7-f .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-f .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-f .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-f .heading-title {
    color: #0a0909;
}

#content7-g .mbr-section-title,
#content7-g .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-g .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-g .mbr-table-cell {
    vertical-align: middle;
}

#content7-g .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-g .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-g .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-g .heading-title {
    color: #0a0909;
}

#content7-h .mbr-section-title,
#content7-h .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-h .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-h .mbr-table-cell {
    vertical-align: middle;
}

#content7-h .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-h .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-h .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-h .heading-title {
    color: #0a0909;
}

#content7-j .mbr-section-title,
#content7-j .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-j .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-j .mbr-table-cell {
    vertical-align: middle;
}

#content7-j .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-j .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-j .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-j .heading-title {
    color: #0a0909;
}

#content3-k .mbr-section-title,
#content3-k .mbr-section-subtitle {
    text-align: center;
}

#content3-k H1 {
    font-size: 48px;
}

#content7-l .mbr-section-title,
#content7-l .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-l .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-l .mbr-table-cell {
    vertical-align: middle;
}

#content7-l .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-l .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-l .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-l .heading-title {
    color: #0a0909;
}

#content7-m .mbr-section-title,
#content7-m .mbr-section-subtitle {
    margin-bottom: 1rem;
    color: #fff;
}

#content7-m .mbr-iconfont {
    color: undefined;
    border-color: undefined;
}

#content7-m .mbr-table-cell {
    vertical-align: middle;
}

#content7-m .heading-text {
    font-size: 30px;
    font-family: 'Oxygen', sans-serif;
    color: #000000;
}

#content7-m .heading-title B {
    color: #0a0909;
    font-size: 60px;
}

#content7-m .btn {
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}

#content7-m .heading-title {
    color: #0a0909;
}

@media (max-width: 1024px) {
    .btn.btn-lg.btn-black {
        padding: 17px 16px;
    }

    #menu2-7 .link {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .btn:not(.btn-social) {
        padding: 17px 28px;
    }
}