@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);



body,
input,
textarea,
.mbr-company .list-group-text,
.mbr-section-text {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-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: 'Ubuntu', sans-serif;
}
.btn {
  font-family: 'Ubuntu', sans-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: 'Ubuntu', 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: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-author-desc {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Ubuntu', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ff710e !important;
}
.bg-success {
  background-color: #1e7c3a !important;
}
.bg-info {
  background-color: #ff710e !important;
}
.bg-warning {
  background-color: #ffd785 !important;
}
.bg-danger {
  background-color: #ff9685 !important;
}
.btn-primary {
  background-color: #ff710e;
  border-color: #ff710e;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #c14f00;
  border-color: #c14f00;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c14f00 !important;
  border-color: #c14f00 !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: #ff710e;
  border-color: #ff710e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #c14f00;
  border-color: #c14f00;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c14f00 !important;
  border-color: #c14f00 !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: #a74500;
  color: #a74500;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff710e;
  border-color: #ff710e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff710e !important;
  border-color: #ff710e !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: #a74500;
  color: #a74500;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #ff710e;
  border-color: #ff710e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff710e !important;
  border-color: #ff710e !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: #ff710e !important;
}
.text-success {
  color: #1e7c3a !important;
}
.text-info {
  color: #ff710e !important;
}
.text-warning {
  color: #ffd785 !important;
}
.text-danger {
  color: #ff9685 !important;
}
.alert-success {
  background-color: #1e7c3a;
}
.alert-info {
  background-color: #ff710e;
}
.alert-warning {
  background-color: #ffd785;
}
.alert-danger {
  background-color: #ff9685;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ff710e;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ff710e;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff710e;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff710e;
}
.lead a,
.lead a:hover {
  color: #ff710e;
}
.lead blockquote {
  border-color: #ff710e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe9da;
}
.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: #ffe9da;
}
.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: #ff710e;
}
a:hover {
  color: #333;
}
/*header1*/
.header1 .mbr-arrow a i {
  color: #ffffff;
}
.header1 .mbr-arrow a:hover i {
  color: #ff710e;
}
/*header2*/
.header1.header2 .mbr-arrow a i {
  color: #222222;
}
.header1.header2 .mbr-arrow a:hover i {
  color: #ff710e;
}
/*features1*/
.features1 .carousel-indicators li.active {
  border: 5px solid #ff710e;
}
/*features12*/
.features12 .card .mbr-iconfont,
.features14 .card .mbr-iconfont,
.features16 .card .mbr-iconfont {
  font-family: 'Ubuntu', sans-serif;
}
/*msg-box1*/
.msg-box1 ul li:before {
  background-color: #ff710e;
}
.msg-box1 .round-block {
  background: linear-gradient(45deg, #e96000, #ff710e, #ff8f41);
}
/*tabs1*/
.tabs1 ul li a.active {
  border-bottom-color: #ff710e !important;
}
.tabs1 .tab-list-wraper ul li:before {
  background-color: #ff710e;
}
.tabs1 .colorBG {
  background-color: #ff710e;
}
/*content*/
.content2 blockquote {
  border-left: 3px solid #ff710e;
}
.content4 p {
  border-bottom: 3px solid #ff710e;
  border-top: 3px solid #ff710e;
}
/*follow1*/
.follow1 .btn-social {
  color: #ff710e;
  border-color: #ff710e;
}
.follow1 .btn-social:hover {
  color: #ff8f41;
  background: rgba(255, 113, 14, 0.1);
  border-color: #ff8f41;
}
/*share1*/
.share1 .btn-social {
  color: #ff710e;
  border-color: #ff710e;
}
.share1 .btn-social:hover {
  color: #ff8f41;
  background: rgba(255, 113, 14, 0.1);
  border-color: #ff8f41;
}
/* Slider */
.mbr-slider .carousel-indicators .active {
  background-color: #ff710e;
}
/* Gallery */
.mbr-gallery-filter ul li {
  font-family: 'Open Sans', sans-serif;
}
.mbr-gallery-filter li {
  color: #ff710e;
}
.btn-empty:focus {
  color: #ff710e;
}
/* captions */
.mbr-figure-caption {
  background-color: #616161;
  color: #fff;
}
/* tabs1 */
.tabs1 ul li a {
  color: #ff710e;
}
/*tabs3*/
.tabs3 .nav-tabs .nav-link.active {
  border: 5px solid #ff710e;
}
/* testimonials1*/
.testimonials1 .carousel-indicators li.active {
  border: 5px solid #ff710e;
}
.hamburger-icon {
  background-color: #ff710e !important;
}
.hamburger-icon:before {
  background-color: #ff710e;
}
.hamburger-icon:after {
  background-color: #ff710e;
}
#menu1-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu1-0 .navbar-toggler {
  color: #424242;
}
#menu1-0 .close-icon::before,
#menu1-0 .close-icon::after {
  background-color: #424242;
}
#menu1-0 .link,
#menu1-0 .dropdown-item {
  color: #424242;
  font-family: 'Libre Franklin', serif;
}
#menu1-0 .link {
  font-size: 0.8rem;
}
#menu1-0 .dropdown-item,
#menu1-0 .nav-dropdown-sm .link {
  font-size: 0.866rem;
}
#menu1-0 .link:hover,
#menu1-0 .link:focus {
  color: #ff710e;
}
#menu1-0 .dropdown-item:hover::before,
#menu1-0 .dropdown-item:focus::before {
  background: #ff710e;
}
#menu1-0 .dropdown-item:hover,
#menu1-0 .dropdown-item:focus {
  color: #424242;
}
#menu1-0 .link[aria-expanded="true"],
#menu1-0 .dropdown-menu {
  background: #ffffff;
}
#menu1-0 .nav-dropdown-sm .link:focus,
#menu1-0 .nav-dropdown-sm .link:hover,
#menu1-0 .nav-dropdown-sm .dropdown-item:focus,
#menu1-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu1-0 .navbar,
#menu1-0 .nav-dropdown-sm,
#menu1-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu1-0 .nav-dropdown-sm .dropdown-menu {
  background: #fff;
}
#menu1-0 .bg-color.transparent .link {
  color: #424242;
  transition: none;
}
#menu1-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu1-0 .bg-color.transparent.opened .link:hover,
#menu1-0 .bg-color.transparent.opened .link:focus {
  color: #ff710e;
}
#menu1-0 .link[aria-expanded="true"],
#menu1-0 .dropdown-item[aria-expanded="true"] {
  color: #ff710e!important;
}
#header1-1 .mbr-iconfont {
  color: #fff;
  border-color: #fff;
}
#header1-1 .mbr-table-cell {
  vertical-align: middle;
}
#header1-1 .heading-title B {
  color: #fffffd;
}
#header1-1 .heading-text {
  font-size: 72px;
  color: #fffffd;
}
#header1-1 .heading-text B {
  font-size: 72px;
  color: #fffffd;
}
#content3-5 .mbr-section-title,
#content3-5 .mbr-section-subtitle {
  text-align: center;
}
#content3-5 H1 {
  color: #4682B4;
}
#content8-2 P {
  text-align: left;
}
#content7-18 .mbr-section-title,
#content7-18 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-18 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-18 .mbr-table-cell {
  vertical-align: middle;
}
#content7-18 .heading-text {
  font-size: 17px;
  color: #000000;
}
#content7-18 .heading-title B {
  color: #ff710e;
}
#content7-18 .heading-title {
  color: #000000;
}
#features9-4 .mbr-iconfont {
  color: #fffffd;
  border-color: #fffffd;
}
#features9-4 .card-title {
  color: #fffffd;
}
#features9-4 .card-text {
  color: #fffffd;
}
#msg-box1-1c {
  
}
#msg-box1-1c H1 {
  color: #333333;
}
#msg-box1-1c SPAN {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#msg-box1-1c LI {
  color: #ff710e;
}
#msg-box1-1c .round-text {
  font-size: 21px;
}
#msg-box1-1c .round-block {
  width: 150px;
  height: 150px;
}
#content7-11 .mbr-section-title,
#content7-11 .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-11 .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-11 .mbr-table-cell {
  vertical-align: middle;
}
#content7-11 .heading-text {
  font-size: 25px;
  text-align: right;
}
#content7-11 .heading-title B {
  font-size: 48px;
}
#content7-11 .heading-title {
  text-align: right;
}
#features7-n .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#features7-n .heading-title {
  text-align: center;
}
#features7-n .heading-title B {
  color: #ff710e;
}
#features10-r .mbr-iconfont {
  color: #fffffd;
  border-color: #fffffd;
}
#features10-r .heading-title {
  font-size: 30px;
  color: #fffffd;
}
#features10-r .heading-title B {
  color: #fffffd;
}
#features10-r .card-title {
  color: #fffffd;
}
#features11-s .mbr-iconfont {
  color: #fffffd;
  border-color: #fffffd;
}
#features11-s .card-title {
  color: #fffffd;
}
#features11-x .mbr-iconfont {
  color: #fffffd;
  border-color: #fffffd;
}
#features11-x .card-title {
  color: #fffffd;
}
#features11-1e .mbr-iconfont {
  color: #fffffd;
  border-color: #fffffd;
}
#features11-1e .card-title {
  color: #fffffd;
}
#msg-box1-19 {
  
}
#msg-box1-19 H1 {
  color: #333333;
}
#msg-box1-19 SPAN {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
#msg-box1-19 LI {
  color: #ff710e;
}
#msg-box1-19 .round-text {
  font-size: 25px;
}
#content7-i .mbr-section-title,
#content7-i .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #fff;
}
#content7-i .mbr-iconfont {
  color: undefined;
  border-color: undefined;
}
#content7-i .mbr-table-cell {
  vertical-align: middle;
}
#content7-i .heading-text {
  font-size: 25px;
}
#content7-i .heading-title B {
  font-size: 48px;
}
#form1-b .form {
  background: #fafbfc;
}
#form1-b .form-title {
  text-align: center;
}
#footer4-10 p {
  color: #000;
}
