@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);



body,
input,
textarea,
.section-text,
.wn-company .list-group-text,
.panel-body {
  font-family: 'Droid Sans', sans-serif;
}
.wn-footer-content li,
.wn-footer .wn-contacts li {
  font-family: 'Droid Sans', sans-serif;
}
.alert,
.wn-section-title,
.wn-figure .wn-figure-caption,
.wn-gallery-title,
.wn-map [data-state-details],
.wn-price {
  font-family: 'Roboto', sans-serif;
}
.wn-footer-content h1,
.wn-footer .wn-contacts h1,
.wn-footer-content h2,
.wn-footer .wn-contacts h2,
.wn-footer-content h3,
.wn-footer .wn-contacts h3,
.wn-footer-content h4,
.wn-footer .wn-contacts h4,
.wn-footer-content p strong,
.wn-footer .wn-contacts p strong,
.wn-footer-content strong,
.wn-footer .wn-contacts strong {
  font-family: 'Roboto', sans-serif;
}
.btn-sm,
.wn-section-subtitle,
.wn-cards .card-subtitle,
.nav-tabs .nav-link,
.wn-testimonial .card-block,
.table th {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.wn-author-name {
  font-family: 'Roboto', sans-serif;
}
.wn-author-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.wn-plan-title {
  font-family: 'Roboto', sans-serif;
}
.wn-plan-subtitle,
.wn-plan-price-desc {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ecf0f1 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #ecf0f1;
  border-color: #ecf0f1;
  color: #ecf0f1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #ecf0f1;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #ecf0f1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ecf0f1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #ecf0f1;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #ecf0f1;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #e6ebed;
  color: #e6ebed;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #ecf0f1;
  border-color: #ecf0f1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ecf0f1 !important;
  border-color: #ecf0f1 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #ecf0f1;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #ecf0f1 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #ecf0f1;
}
.btn-social:hover {
  background: #ecf0f1;
}
.wn-company .list-group-item.active .list-group-text {
  color: #ecf0f1;
}
.wn-footer p a,
.wn-footer ul a {
  color: #ecf0f1;
}
.wn-footer-content li::before,
.wn-footer .wn-contacts li::before {
  background: #ecf0f1;
}
.wn-footer-content li a:hover,
.wn-footer .wn-contacts li a:hover {
  color: #ecf0f1;
}
.lead a {
  color: #ecf0f1;
}
.lead a:hover {
  color: #ffffff;
}
.wn-plan-header.bg-primary .wn-plan-subtitle,
.wn-plan-header.bg-primary .wn-plan-price-desc {
  color: #ffffff;
}
.wn-plan-header.bg-success .wn-plan-subtitle,
.wn-plan-header.bg-success .wn-plan-price-desc {
  color: #d1f5e0;
}
.wn-plan-header.bg-info .wn-plan-subtitle,
.wn-plan-header.bg-info .wn-plan-price-desc {
  color: #e1f0fa;
}
.wn-plan-header.bg-warning .wn-plan-subtitle,
.wn-plan-header.bg-warning .wn-plan-price-desc {
  color: #fcf3d0;
}
.wn-plan-header.bg-danger .wn-plan-subtitle,
.wn-plan-header.bg-danger .wn-plan-price-desc {
  color: #fdf3f2;
}
.wn-small-footer a,
.wn-gallery-filter li:hover {
  color: #ecf0f1;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #ecf0f1;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #ecf0f1;
  color: #222;
}
/*end-nav-tabs*/
/*wn-arrow next and toTop*/
.wn-arrow a,
.wn-arrow-up a {
  background: rgba(236, 240, 241, 0.6);
  color: #000;
}
.wn-arrow a:hover,
.wn-arrow-up a:hover {
  background: #fbfcfc;
}
/*end wn-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #ecf0f1;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(236, 240, 241, 0.5);
}
/*features16*/
.features16 .wn-section-subtitle:before {
  background: #ecf0f1;
}
/*slider elements*/
.wn-slider .carousel-control:hover {
  background: #ecf0f1;
}
.wn-slider .carousel-indicators .active {
  background: #ecf0f1;
}
/*gallery*/
.wn-gallery .modal .close {
  border-color: #ecf0f1;
}
.wn-gallery .modal .close:hover {
  background: #ecf0f1;
}
.wn-gallery-filter li.active {
  border-color: #ecf0f1;
  color: #000;
}
.wn-gallery-filter li:hover {
  background: #ffffff;
  color: #000;
}
.wn-gallery .wn-gallery-item:hover > div::before {
  background: rgba(236, 240, 241, 0.5);
}
.wn-gallery .wn-gallery-item:hover {
  background: #ecf0f1;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #ecf0f1;
}
/*content4*/
.content4 p {
  border-top-color: #ecf0f1;
  border-bottom-color: #ecf0f1;
}
/*image2, video2*/
.image1 .wn-figure-caption,
.video1 .wn-figure-caption,
.image2 .wn-figure-caption,
.video2 .wn-figure-caption {
  background-color: #ecf0f1;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #ecf0f1;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #ecf0f1;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #ecf0f1;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #ecf0f1;
  }
}
.progressbar .progressbar-number {
  background: #00BCD4;
}
/*countdown*/
.countdown .period {
  font-family: 'Lato', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Roboto', sans-serif;
}
.countdown1 .number-wrap {
  border-color: #ecf0f1;
}
.countdown2 .bottom1 {
  background: #ffffff;
}
.countdown2 .bottom2 {
  background: #cfd9db;
}
/*accordion*/
.accordion .panel-heading {
  background: #ffffff;
  border-bottom: 1px solid #cfd9db;
}
.accordion .panel-heading:hover {
  background: #cfd9db;
}
.accordion .accordion-group .panel:last-child:after {
  background: #cfd9db;
}
/* news */
.news__card:hover {
  background: #ecf0f1;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #ecf0f1;
}
.shop1 .shop-item-price {
  font-family: 'Lato', sans-serif;
}
.shop1 .wn-gallery-item:hover .item_overlay {
  background: #ecf0f1;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Roboto', sans-serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Lato', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Droid Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #ecf0f1;
}
.animated-bg1 .text {
  font-family: 'Droid Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Roboto', sans-serif;
}
.features9 .timeline-panel p {
  font-family: 'Droid Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Lato', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Lato', sans-serif;
}
/*end colorM*/
#menu-b .hide-buttons .nav-btn {
  display: none !important;
}
#menu-b .navbar-caption {
  color: #ffffff;
}
#menu-b .navbar-toggler {
  color: #ffffff;
}
#menu-b .close-icon::before,
#menu-b .close-icon::after {
  background-color: #ffffff;
}
#menu-b .link,
#menu-b .dropdown-item {
  color: #ffffff;
}
#menu-b .link {
  font-size: 0.875rem;
}
#menu-b .dropdown-item,
#menu-b .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-b .link:hover,
#menu-b .link:focus {
  color: #ecf0f1;
}
#menu-b .dropdown-item:hover::before,
#menu-b .dropdown-item:focus::before {
  background: #ecf0f1;
}
#menu-b .dropdown-item:hover,
#menu-b .dropdown-item:focus {
  color: #ffffff;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-menu {
  background: #c87f0a;
}
#menu-b .nav-dropdown-sm .link:focus,
#menu-b .nav-dropdown-sm .link:hover,
#menu-b .nav-dropdown-sm .dropdown-item:focus,
#menu-b .nav-dropdown-sm .dropdown-item:hover {
  background: #ea940c!important;
}
#menu-b .navbar,
#menu-b .nav-dropdown-sm,
#menu-b .nav-dropdown-sm .link[aria-expanded="true"],
#menu-b .nav-dropdown-sm .dropdown-menu {
  background: #f39c12;
}
#menu-b .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-b .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-b .bg-color.transparent.opened .link:hover,
#menu-b .bg-color.transparent.opened .link:focus {
  color: #ecf0f1;
}
#menu-b .link[aria-expanded="true"],
#menu-b .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}
#header4-d .display-1 {
  font-weight: 700;
}
#header4-d .lead {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
#header4-d .wn-section-title {
  font-size: 60px;
}
#features1-e .wn-section-title {
  font-weight: 700;
  font-size: 60px;
}
#features1-e .wn-section-subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
#progress-bar2-f .wn-section-subtitle {
  color: #eeeeee;
  text-align: left;
}
#progress-bar2-f .wn-section-text {
  color: #eeeeee;
}
#progress-bar2-f .wn-section-title {
  color: #eeeeee;
}
#pricing-table1-g .wn-section__container .wn-section-title {
  color: #fff;
}
#pricing-table1-g .wn-section__container .wn-section-subtitle {
  color: #ecf0f1;
}
#pricing-table1-g H1 {
  color: #ecf0f1;
}
#testimonials3-h .wn-section-title {
  text-align: center;
}
#form2-k .wn-section-subtitle {
  text-transform: uppercase;
  color: #ecf0f1;
}
#form2-k .form-control-label {
  color: undefined;
}
#form2-k .wn-section-title {
  color: #ecf0f1;
}
#form2-k .wn-section-text {
  color: #ecf0f1;
}
#footer5-n .wn-section-title {
  color: #ecf0f1;
}
#footer5-n SPAN {
  font-size: 24px;
  margin-left: 8px;
}
#footer5-n .wn-section-subtitle {
  color: #ffffff;
}
#footer5-n P {
  color: #ecf0f1;
  font-size: 18px;
}
#footer5-n wn-iconfont-btn {
  border-radius: 50%;
}
h3.wn-section-title.display-4.wn-editable-content {
  border-bottom: 1px dotted #795548;
}
.card-testimonial {
  border-radius: 0px !important;
}