/*!
	Theme Name: Knowledge Values MDP
	Author: Knowledge Values
	Author URI: knowledge-values.com
	Description: Wordpress CMS website
	Version: 1.00
*/
/*******************************************
***   Variables
*******************************************/
/*******************************************
***   General
*******************************************/
html {
  font-size: 16px; }

body {
  font-family: -apple-system,BlinkMacSystemFont, "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #555;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 3rem;
  text-align: center;
  padding: 2rem 0;
  font-weight: 400; }

h2 {
  font-size: 2rem;
  padding: 0 0 2.5rem 0;
  font-weight: 400;
  line-height: 1.125; }

h3 {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 0 1rem 0; }

a {
  color: #f05253; }

p {
  margin-bottom: 1rem; }

ul {
  padding-left: 1rem;
  margin-bottom: 1rem; }
  ul li {
    list-style-type: square; }

ol {
  padding-left: 1rem;
  margin-bottom: 1rem; }
  ol li {
    list-style-type: decimal; }

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px; }

article {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd; }
  article time {
    display: block;
    margin-bottom: 1rem; }

/*******************************************
***   Color
*******************************************/
.text-white {
  color: #fff; }

.text-red {
  color: #f05253; }

.bg-red {
  background-color: #f05253; }

/*******************************************
***   Button
*******************************************/
button, .btn, input[type=submit] {
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: inherit;
  border: 2px solid transparent;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  border-radius: 50px; }

.btn-sm {
  font-size: 0.875rem;
  padding: 0.875rem 1.75rem; }

.btn-primary {
  color: #fff;
  background-color: #f05253;
  border-color: #f05253; }
  .btn-primary:hover {
    background-color: #ee3b3c; }
  .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(240, 82, 83, 0.25); }

.btn-outline-primary {
  color: #f05253;
  background-color: transparent;
  border-color: #f05253; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #f05253;
    border-color: #f05253; }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #555;
    background-color: #fff;
    border-color: #fff; }

/*******************************************
***   Circle
*******************************************/
.circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #f05253;
  width: 4rem;
  height: 4rem;
  color: #f05253;
  font-size: 2rem; }

.circle-sm {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem; }

/*******************************************
***   Header
*******************************************/
header {
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease;
  position: absolute; }
  @media (min-width: 992px) {
    header {
      top: 0;
      position: fixed; }
      header.darkHeader {
        background-color: rgba(0, 0, 0, 0.8); }
      header .menu a {
        font-weight: 700; } }

#logo {
  margin-top: 10px;
  margin-bottom: 10px; }
  #logo a {
    display: block; }
    #logo a span {
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      line-height: 55px; }
    #logo a img {
      width: 100%;
      max-width: 125px; }

nav a {
  color: #fff; }
nav ul {
  margin-bottom: 0; }
nav li {
  display: inline-block; }
  nav li a {
    padding: 0 25px;
    line-height: 75px;
    display: block;
    text-align: center; }

#nav-button {
  font-size: 30px;
  cursor: pointer;
  margin-top: 12px; }

@media (max-width: 991px) {
  nav {
    max-height: 100vh;
    overflow-y: scroll; }
    nav li {
      display: block;
      width: 100%; }
      nav li:last-of-type a {
        border-bottom: 0; }
      nav li a {
        text-align: left !important;
        line-height: 50px;
        border-bottom: 1px solid #ddd; }
    nav .sub-menu {
      margin-left: 30px; }
      nav .sub-menu li {
        display: block; }
        nav .sub-menu li a {
          border-bottom: 0; }

  header .menu {
    display: none; }

  header .menu li {
    text-align: left; } }
@media (min-width: 992px) {
  .sub-menu {
    display: block !important;
    opacity: 0;
    height: 0;
    position: absolute;
    width: 100%;
    max-width: 300px;
    z-index: 100;
    overflow: hidden;
    background: #fff;
    z-index: 999;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .sub-menu li a {
      text-align: left;
      line-height: normal;
      padding: 15px 25px; }
      .sub-menu li a:last-of-type {
        border-bottom: 0; }

  header .menu {
    display: block !important; } }
@media (max-width: 991px) {
  .sub-menu {
    display: none; }

  header .menu {
    display: none; } }
/*******************************************
***   Accordion
*******************************************/
.accordion-container {
  margin-bottom: 2rem; }
  .accordion-container .item {
    position: relative;
    border-bottom: 1px solid #f05253;
    padding: 15px 0; }
    .accordion-container .item:first-of-type {
      border-top: 1px solid #f05253; }
    .accordion-container .item h3, .accordion-container .item .title {
      margin-right: 2.5rem;
      cursor: pointer;
      padding: 0; }
      .accordion-container .item h3:hover, .accordion-container .item .title:hover {
        color: #f05253; }
      .accordion-container .item h3.active, .accordion-container .item .title.active {
        color: #f05253; }
        .accordion-container .item h3.active:after, .accordion-container .item .title.active:after {
          content: "\f106"; }
      .accordion-container .item h3:after, .accordion-container .item .title:after {
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 1.5rem;
        font-family: fontAwesome;
        content: "\f107"; }
    .accordion-container .item .content {
      display: none;
      margin-top: 1rem;
      margin-bottom: 0;
      margin-right: 2rem; }

/*******************************************
***   Table
*******************************************/
table {
  width: 100%; }
  table th {
    padding: 10px;
    color: #fff;
    background-color: #a67c52; }
  table td {
    padding: 10px;
    border: 1px solid #ddd; }

/*******************************************
***   Content
*******************************************/
input[type=text], input[type=email], textarea {
  padding: 15px;
  border: 1px solid #ddd;
  background: #fbfbfb;
  box-shadow: none;
  outline: none !important;
  transition: all 0.3s ease; }
  input[type=text]:focus, input[type=email]:focus, textarea:focus {
    border-color: #f05253;
    background: #fff;
    box-shadow: none;
    color: #56646f;
    outline: none; }

.menu li a {
  transition: color 0.3s; }

.menu li a:hover, .current-menu-item a {
  color: #f05253; }

.quotation a {
  padding: 15px;
  border: 1px solid #fff;
  display: block;
  transition: background-color 0.3s;
  font-size: 2rem; }

input[type=submit] {
  font-size: 18px;
  background-color: #f05253;
  color: #fff; }

.quotation a:hover, input[type=submit]:hover {
  background-color: #ee3b3c !important; }

body .button a {
  display: block;
  background-color: #f05253;
  max-width: 200px;
  margin: 0 auto;
  padding: 12px 6px !important;
  color: #fff; }
  body .button a:hover {
    background-color: #ee3b3c; }

.image-grid img {
  width: 80%;
  height: auto;
  margin-bottom: 1rem; }

.features .icon i {
  color: #f05253;
  font-size: 1.5rem; }

.block-container > div {
  padding: 1rem !important;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 1rem !important; }

.section-title {
  padding-bottom: 0.75rem; }
  .section-title:after {
    background: #f05253 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 1rem;
    width: 80px; }
  .section-title.center {
    text-align: center; }
    .section-title.center:after {
      margin-right: auto;
      margin-left: auto; }

.section-subtitle {
  font-weight: 200; }

/*******************************************
***   Footer
*******************************************/
footer {
  background: #2f2f2f;
  color: #fff;
  font-size: 0.8rem; }
  footer .copyright {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    footer .copyright a {
      color: #fff; }

/*******************************************
***   Contact Form overwrite
*******************************************/
body div.wpcf7 .wpcf7-not-valid {
  border: 1px solid #b54d4d; }
body div.wpcf7-validation-errors {
  margin: 0;
  padding: 10px;
  background-color: #fcf8e3;
  color: #c09853;
  border: 1px solid #faebcc;
  max-width: 600px; }
body div.wpcf7-mail-sent-ok {
  margin: 0;
  padding: 10px;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
  max-width: 600px; }

/*******************************************
***   Page builder overwrite
*******************************************/
body .sow-features-list {
  margin: 0 -15px !important; }

.panel-grid-cell {
  min-height: 0px !important; }
  @media (min-width: 768px) {
    .panel-grid-cell {
      min-height: 1px !important; } }

/*# sourceMappingURL=style.css.map */
