/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-family: Montserrat !important;
}

.col__testimonial-container h3 {
  font-family: Montserrat !important;
}

.quest-text-content-list__inner h3 {
    font-size: 24px;
}

.quest-timeline__time h3 {
    font-family: Montserrat !important;
}

.submenu.level-1 {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=search],
form select,
form textarea {
  border-radius: 15px !important;
  background-color: #E7F0F7; !important;
}

widget-span {
    padding-top: 0px !important;
}