@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: 'Revista-Black';
  src: url('../fonts/Revista-Black.otf') format('opentype'),
      url('../fonts/Revista-Black.woff') format('woff'),
      url('../fonts/Revista-Black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  color: #888888;
  outline: medium none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover {
  text-decoration: none;
  color: #7b6993;
}

a {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  color: #001D38;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #888888;
  margin-bottom: 13px;
  font-family: "Open Sans", sans-serif;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

.mb-65 {
  margin-bottom: 67px;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #7b6993;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

.pt-120 {
  padding-top: 120px;
}

/* button style */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #4D6174;
  left: 150px;
  color: #fff;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top:0;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #FD8E5E;
  border: 1px solid transparent;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 50px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 20px !important;
  }
}

/* buttons */
.boxed-btn3 {
  background: #7b6993;
  display: inline-block;
  padding: 11px 29px 13px 29px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.boxed-btn3:hover {
  color: #7b6993 !important;
  border: 1px solid #7b6993;
  background: transparent;
}

.boxed-btn3:focus {
  outline: none;
}
.form-kontrollingsub .boxed-btn3 {
  background: #9a8476;
}
.form-kontrollingsub .boxed-btn3:hover {
  color: #9a8476 !important;
  border: 1px solid #9a8476;
  background: transparent;
}

.boxed-btn4 {
  background: #a18778;
}
.boxed-btn4:hover {
  color: #a18778 !important;
  border: 1px solid #a18778;
}

.boxed-btn3-line {
  color: #ffffff !important;
  display: inline-block;
  padding: 5px 30px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}

.boxed-btn3-line:hover {
  color: #bebebe !important;
  border: 1px solid #bebebe;
}

.boxed-btn3-line:focus {
  outline: none;
}

.boxed-btn3-line.large-width {
  width: 220px;
}

/* section title */
.section_title h3 {
  font-family: "Revista-Black", sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: #343434;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section_title h3 br {
    display: none;
  }
}

.section_title p {
  font-size: 16px;
  color: #888888;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 767px) {
  .section_title p br {
    display: none;
  }
}

.section_title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #001D38;
  padding-bottom: 21px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 60px;
  }
}

.pl-68 {
  padding-left: 68px;
}

@media (max-width: 767px) {
  .pl-68 {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pl-68 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .mobile_menu {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
  }
}

.slicknav_menu .slicknav_nav {
  background: #8e7aa9;
  float: right;
  width: 95%;
  padding: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
  border: 2px solid #eee;
}
.slicknav_menu .slicknav_nav a {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-transform: none;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #54436a;
}

.slicknav_menu .slicknav_nav a.active {
  color: #54436a;
}

@media (max-width: 767px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  right: 5px;
  top: -36px;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  .slicknav_menu {
    margin-right: 0;
  }
}

.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -33px;
}

/* header */
.header-area {
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  position: absolute;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area {
    padding-top: 0;
  }
}

.header-area .main-header-area {
  background: transparent;
  padding:0 150px;
}

.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

.header-area .main-header-area.details_nav {
  background: #001D38;
}

@media (max-width: 767px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area {
    padding:10px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area {
    padding:0 20px;
  }
}

@media (min-width: 1501px) and (max-width: 1800px) {
  .header-area .main-header-area {
    padding:0 50px;
  }
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: justify;
}

.header-area .main-header-area .slicknav_nav .Appointment {
  justify-content: flex-start;
  margin: 0.5rem 0 1rem 15px;
}
.slicknav_nav .Appointment a {
  display: inline;
  padding: 0;
  margin: 0;
}

.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .main-menu {
  text-align: right;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li {
    margin: 0 8px;
  }
}

.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 35px 0 35px 0;
  font-family: "Open Sans", sans-serif;
  position: relative;
  text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 11px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 12px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

.header-area .main-header-area .main-menu ul li a:hover {
  color: #bebebe;
}

.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  /*
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;*/
}

.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin: 0;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  /*-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;*/
  display: block;
  color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area.sticky {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  background: rgba(123, 105, 147, 1);
}
.header-area.kontrolling .main-header-area.sticky {
  background: rgba(71, 94, 117);
}

@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}

.header-area .header-top_area {
  background: #001D38;
}

@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #33D4D6;
}

.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-right: 50px;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #33D4D6;
  margin-right: 7px;
}

.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}

.header-area .search_btn i {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

.slider_area {
  position: relative;
  z-index: 0;
}

.slider_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.slider_area .single_slider {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider_area .single_slider.single_listing {
  height: 500px;
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area .single_slider {
    height: 650px;
  }
}

.slider_text {
  margin-top: -550px;
}

@media (max-width: 991px) {
  .slider_text {
    margin-top: -440px;
  }
}

@media (max-width: 767px) {
.slider_text {
    margin-top: -225px;
  }
}


.slider_text h3 {
  font-family: "Revista-Black", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 0;
  margin-top: 30px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
.slider_text h3 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 1px;
    line-height: 40px;
  }
  .slider_cover_logo {
    height: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
.slider_text h3 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
.slider_text h3 {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
.slider_text h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 74px;
  }
}

.slider_text p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1200px) {
.slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
.slider_text p {
    font-size: 16px;
  }
}

.gj-picker-md div[role="navigator"] {
  padding-left: 30px !important;
}

.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #919191;
  margin-right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.nice-select::after {
  content: "\f107";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: 'FontAwesome', sans-serif;
  transform: translateY(-50%);
  font-size: 15px;
  right: 25px;
  color: #ffffff;
  height: auto;
  margin-top: 0;
}

.about_area {
  margin-bottom: 150px;
}

.about_area.plus_padding {
  padding-top: 150px;
}

@media (max-width: 767px) {
  .about_area.plus_padding {
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area.plus_padding {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .about_area {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about_area .about_img {
    margin-bottom: 20px;
  }
}

.about_area .about_img img {
  width: 100%;
}

.about_area .about_info .section_title {
  margin-bottom: 36px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_area .about_info .section_title {
    margin-bottom: 20px;
  }
}

.about_area .about_info p {
  color: #888888;
  font-size: 16px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}

input[type=checkbox],
input[type=radio]{
  display: none;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "\2714";
  border: 0.1em solid #9080a3;
  border-radius: 1em;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  color: transparent;
  transition: .2s;
  line-height: 18px;
  padding: 0 3px;
}

.form-businessplansample input[type="checkbox"] + label::before{
  border: 0.1em solid #a18778;
}

input[type=checkbox] + label:active:before,
input[type=radio] + label:active:before {
  transform: scale(0);
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  content: '';
  background: #9080a3 url("../img/komjathy_pipa.png");
  background-size: 18px 18px;
  border-color: #9080a3;
  color: #fff;
  width: 20px;
  height: 20px;
}
.form-businessplansample input[type="checkbox"]:checked + label:before {
  background: #9080a3 url("../img/komjathy_brown_pipa.png");
  background-size: 18px 18px;
  border-color: #a18778;
}

input[type=checkbox]:disabled + label:before,
input[type=radio]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before,
input[type=radio]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.ui-widget.ui-widget-content {
  background: #FFD5DC;
  border: none;
  border-radius: 0;
  height: 2px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-radius: 5px;
  font-size: 21px;
  box-shadow: none;
  border: 1px solid #F91842 !important;
  width: 14px;
  height: 16px;
  background: #fff !important;
}

.last_range label {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #001D38;
  font-weight: 400;
}

p #amount {
  font-size: 14px;
  color: #919191 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400 !important;
}

#slider-range {
  margin: 15px 0;
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

/* footer */
.footer {
  background-size: cover;
  background: #f9f9f9 no-repeat center center;
}

.footer p {
  font-family: "Open Sans", sans-serif !important;
}

.footer .footer_top {
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .footer .footer_top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
    text-align: center!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

.footer .footer_top .footer_widget p {
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.footer .footer_top .footer_widget p a {
  color: #888888;
}

.footer .footer_top .footer_widget p a:hover {
  color: #888888;
}

.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #888888;
  border-bottom: 1px solid #888888;
}

.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #888888;
  border-bottom: 1px solid #888888;
}

.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

.footer .footer_top .footer_widget ul li {
  color: #888888;
  font-size: 13px;
  line-height: 42px;
}

.footer .footer_top .footer_widget ul li a {
  color: #888888;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.footer .footer_top .footer_widget ul li a:hover {
  color: #888888;
}

.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: transparent;
  padding-left: 20px;
  font-size: 15px;
  color: #888888;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 14px;
  color: #888888;
}

.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  height: 40px;
  border: none;
  color: #fff;
  background: #0A8CFF;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 5px;
  top: 5px;
  right: 5px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #888888;
  line-height: 26px;
}

.footer .copy-right_text {
  padding-bottom: 30px;
  font-size: 12px;
  color: #bebebe;
  margin-bottom: 0;
  font-weight: 500;
}

.footer .copy-right_text p {
  font-size: 12px;
  color: #bebebe;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 767px) {
  .footer .copy-right_text p {
    text-align: center!important;
  }
}
.footer .copy-right_text p a,
.footer .copy-right_text .footerpowered a
{
  font-size: 12px;
  color: #bebebe;
  font-weight: 500;
  line-height: 20px;
}

@media (max-width: 767px) {
  .footer .copy-right_text {
    font-size: 11px;
  }
}

.footer .copy-right_text a:hover {
  color: #7b6993;
}

/* breadcramp */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 115px 0 70px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bradcam_area {
    padding: 75px 0;
  }
}

.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #7b6993;
  opacity: 1;
}
.controlling_sub_body .bradcam_area::before {
  background: #384d62;
}

@media (max-width: 767px) {
  .bradcam_area {
    padding: 75px 0 60px 0;
  }
}

.bradcam_text {
  text-align: center;
}

.bradcam_area h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Revista-Black", sans-serif;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
    font-size: 30px;
  }
}

.bradcam_area p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.bradcam_area p a {
  color: #fff;
}

.bradcam_area p a:hover {
  color: #fff;
}

.bradcam_area .icon {
  background: #FF5748;
  width: 136px;
  height: 136px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 136px;
  margin: auto;
}

.bradcam_area .icon i {
  color: #fff;
  font-size: 68px;
}

.bradcam_area h4 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .bradcam_area h4 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bradcam_area h4 {
    font-size: 40px;
  }
}

/* testimonials */
.testimonial_area {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .testimonial_area {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_area {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  .testimonial_area .single_testmonial {
    display: block !important;
  }
}

.testimonial_area .single_testmonial .thumb {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 228px;
  height: 228px;
}

.testimonial_area .single_testmonial .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonial_area .single_testmonial .thumb .quote_icon {
  position: absolute;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #33D4D6;
  color: #fff;
  text-align: center;
  line-height: 58px;
  right: 0;
  bottom: 0;
}

.testimonial_area .single_testmonial .info {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .testimonial_area .single_testmonial .info {
    padding: 0;
    margin-top: 10px;
  }
}

.testimonial_area .single_testmonial .info p {
  font-size: 18px;
  color: #888888;
  line-height: 32px;
  margin-bottom: 18px;
  text-align: center;
}

.testimonial_area .single_testmonial .info span {
  color: #54436a;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.testimonial_area .single_testmonial .info2 {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .testimonial_area .single_testmonial .info2 {
    padding: 0;
    margin-top: 10px;
  }
}

.testimonial_area .single_testmonial .info2 p {
  font-size: 16px;
  color: #888888;
  line-height: 32px;
  margin-bottom: 18px;
}

.testimonial_area .single_testmonial .info2 span {
  color: #54436a;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonial_area .owl-carousel .owl-nav div {
  font-size: 15px;
  line-height: 50px;
  border: 0;
  background: #E6F3FF;
  color: #0A8CFF;
  right: 0;
  left: auto;
}

.testimonial_area .owl-carousel .owl-nav div:hover {
  border: none;
  background: #84C5FF;
  color: #fff;
}

.testimonial_area .owl-carousel .owl-nav div.owl-next {
  margin-top: -30px;
}

.testimonial_area .owl-carousel .owl-nav div.owl-prev {
  margin-top: 30px;
}

.works_area {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .works_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.works_area .single_works {
  margin-bottom: 30px;
  text-align: center;
}

.works_area .single_works .single_works_img {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.works_area .single_works .single_works_img img {
  display: inline;
  margin: 0 auto;
  height: auto;
  width: auto;
}

.works_area .single_works span {
  display: inline-block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #DDF0FF;
  color: #0A8CFF;
  text-align: center;
  line-height: 72px;
  font-size: 16px;
  font-weight: 500;
}

.works_area .single_works h4 {
  font-size: 18px;
  color: #343434;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
}

.works_area .single_works p {
  color: #888888;
  text-transform: uppercase;
}

.kontrolling_head_area {
  padding-top: 50px;
  padding-bottom: 200px;
  background: #e5e5e5;
}

.kontrolling_head_area b {
  color: #333333;
}

.cf_head_area {
  padding-top: 50px;
  padding-bottom: 50px;
}
.apply_consult {
  padding: 30px 0;
  background-color: #7b6993;
}
.apply_consult_online {
  background-color: #384d62;
}

@media (max-width: 767px) {
  .apply_consult {
    padding: 25px 0;
  }
}

.apply_consult .loan_text h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin: 12px 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .apply_consult .loan_text h3 {
    font-size: 24px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .apply_consult .loan_text h3 {
    font-size: 28px;
  }
}

.apply_consult .loan_btn {
  text-align: right;
}

@media (max-width: 767px) {
  .apply_consult .loan_btn {
    text-align: center;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    position: absolute;
    left: 15px !important;
    right: 15px !important;
  }
}

/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*=================== contact banner end ====================*/

b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

.list-style {
  width: 14px;
  height: 14px;
}

.primary-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: transparent;
  position: relative;
  cursor: pointer;
  float: left;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: transparent;
  position: relative;
  cursor: pointer;
  float: left;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}


.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}
.form-check-inline {
  margin-right: 0;
}
.form-check-inline label{
  color: #ffffff;
  font-size: 12px;
}
.form-check-input[type='radio']:after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  background-color: #7b6993;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.form-check-input[type='radio']:checked:after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}

/* komjathy */

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #f1f1f1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #54436a; }

.consult_area {
  background-size: cover;
  background-position: center center;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.consult_area::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #f9f9f9;
  opacity: 1;
}

.komjathy_purple {
  color: #54436a;
}
.section_title h3.komjathy_purple {
  color: #54436a;
}

.about_area h3.revista {
  font-family: "Revista-Black", sans-serif;
  font-size: 54px;
  text-align: right;
}
.about_area.career h3.revista {
  font-size: 40px;
}

.about_area .about_title {
  position: absolute;
  padding-top: 120px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .about_area h3.revista {
    font-size: 34px;
  }

  .about_area.career h3.revista {
    font-size: 28px;
  }

  .about_area .about_title {
    position: relative;
    padding-top: 30px;
    z-index: 1;
  }
  .about_area .about_title .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.news_body {
  background-color: #f2f1f3;
}

.news_area {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f2f1f3;
  text-align: justify;
}
@media (max-width: 767px) {
  .news_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news_area h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #7b6993;
}
.news_area .news-date,
.news_area .news-sub {
  font-size: 16px;
  color: #343434;
  font-weight: bold;
}
.news_area .news-sub {
  text-align: right;
}

.news-shadow {
  background: #ffffff;
  box-shadow: 0 0 20px #bbbbbb;
  padding: 100px;
}
@media (max-width: 991px) {
  .news-shadow {
    padding: 30px;
  }
}

.single-news {
  padding-top: 30px;
}

.news-list-area {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .news-list-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.news-list-area a {
  text-decoration: none;
}
.news-list-area h4 {
  color: #343434;
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #ffffff;
  text-align: center;
}

.grow {
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}
.grow:hover {
  transform: scale(1.02);
}

.single_news_img {
  position:relative;
  display:inline-block;
  margin-bottom: 30px;
}
.single_news_img .logo_overlay{
  position:absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  background-image: url(../img/komjathy_logo_img.jpg);
}
.single_news_img .web_overlay{
  position:absolute;
  bottom:-11px;
  left:50%;
  transform:translate(-50%, 0);
  text-transform: uppercase;
  color:#fff;
  background-color: #7b6993;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 15px;
}

.white-popup-block {
  background: #FFF;
  padding: 20px 60px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  border-radius: 5px;
}

.white-popup-block h3 {
  font-family: "Revista-Black", sans-serif;
  font-size: 44px;
  color: #54436a;
  margin-top: 30px;
  margin-bottom: 0;
}

.white-popup-block p {
  font-size: 13px;
  color: #343434;
  text-transform: uppercase;
  line-height: 15px;
}
.button-newsletter{
  text-align: right;
}
.form-businessplansample input[type="email"].form-control,
.form-reportsample input[type="email"].form-control,
.form-choosebookeeper input[type="email"].form-control,
.form-taxnotification input[type="email"].form-control,
.form-newsletter input[type="email"].form-control {
  display: inline-block;
  padding: 11px 29px 13px 29px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  color: #9080a3 !important;
  border: 1px solid #9080a3;
  background: transparent;
}
.form-businessplansample input[type="email"].form-control{
  color: #a18778; !important;
  border: 1px solid #a18778;
}
.form-taxnotification input[type="email"].form-control::placeholder,
.form-newsletter input[type="email"].form-control::placeholder {
  color: #9080a3 !important;
  opacity: 1;
}
.form-taxnotification input[type="email"].form-control::-ms-input-placeholder,
.form-newsletter input[type="email"].form-control::-ms-input-placeholder {
  color: #9080a3 !important;
  opacity: 1;
}
.form-taxnotification input[type="email"].form-control:focus,
.form-newsletter input[type="email"].form-control:focus {
  border-color: rgba(144, 128, 163, 0.8);
  box-shadow: 0 1px 1px rgba(144, 128, 163, 0.075) inset, 0 0 8px rgba(144, 128, 163, 0.6);
  outline: 0 none;
}
.form-taxnotification span,
.form-newsletter span,
.form-kontrollingsub span {
  font-size: 12px;
  color: #343434;
  padding-left: 1rem;
}
.form-newsletter span.subtitle {
  color: #888888;
  padding-left: 2.2rem;
}
.form-taxnotification .komjathy_purple,
.form-newsletter .komjathy_purple {
  color: #54436a;
}
.form-businessplansample span,
.form-reportsample span,
.form-choosebookeeper span,
.form-taxnotification span {
  font-size: 11px;
  padding-left: 0.6rem;
}
#taxnotification_form.white-popup-block {
  padding: 15px 30px 40px;
}
#taxnotification_form.white-popup-block .d-md-block img{
  margin-top: 50px;
}
#taxnotification_form.white-popup-block h3 {
  font-size: 30px;
}
#taxnotification_form.white-popup-block p {
  font-size: 12px;
}

.controlling_sub_body .mfp-bg {
  background: #384d62;
}

.form-businessplansample .boxed-btn3,
.form-reportsample .boxed-btn3,
.form-choosebookeeper .boxed-btn3,
.form-taxnotification .boxed-btn3 {
  width: 100%;
}
.taxnotification_download {
  padding-top: 40px;
  text-align: right;
  line-height: 40px;
  vertical-align: middle;
}
.taxnotification_download p {
  margin-bottom: 0;
  color: #54436a;
  text-transform: uppercase;
  font-weight: bold;
}
.taxnotification_download span {
  color: #888888;
  text-transform: lowercase;
  font-weight: normal;
}
.taxnotification_download img {
  height: 40px;
  vertical-align: middle;
  margin-left: 20px;
}
.form-businessplansample {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .form-businessplansample {
    margin-top: 70px;
  }
}

.bg-circle {
  position: absolute;
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  top: -12px;
  left: 41%;
}
.career .bg-circle {
  top: -24px;
  left: 25%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .career .bg-circle {
    left: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .career .bg-circle {
    top: -30px;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .career .bg-circle {
    top: -32px;
    left: 58%;
  }
}

.contact_body {
  background-color: #f1f1f1;
}
.career_body {
  background-color: #ffffff;
}
.contact_body .about_area,
.career_body .about_area {
  background-color: #ffffff;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0;
}
.career_body .about_area {
  padding-top: 90px;
  padding-bottom: 50px;
}
.contact_body .about_area p.unlink a,
.contact_body .about_area p.book a,
.career_body .about_area p.unlink a,
.career_body .about_area p.book a {
  text-decoration: none;
}
.contact_body .about_area p.unlink,
.career_body .about_area p.unlink {
  font-size: 14px;
}
.contact_body .about_area p.book,
.career_body .about_area p.book {
  text-transform: uppercase;
  font-weight: bold;
}

.contact_area {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f1f1f1;
}

.bg-lotus {
  margin-top: -60px;
}
.bg-over {
  position: absolute;
  width: 300px;
  top: 80px;
  left: 20px;
  background: #ffffff;
  opacity: 0.8;
}
@media (min-width: 420px) {
  .bg-over {
    width: 400px;
    top: 100px;
    left: 40px;
  }
}
@media (min-width: 576px) {
  .bg-over {
    width: 430px;
    top: 100px;
    left: 50px;
  }
}
@media (min-width: 768px) {
  .bg-over {
    width: 500px;
    top: 85px;
    left: 85px;
  }
}
@media (min-width: 992px) {
  .bg-over {
    width: 700px;
    top: 105px;
    left: 130px;
  }
}
@media (min-width: 1200px) {
  .bg-over {
    width: 880px;
    top: 105px;
    left: 130px;
  }
}

.bg-over-inner {
  position: relative;
  padding: 20px 20px;
}
@media (min-width: 576px) {
  .bg-over-inner {
    padding: 40px 40px;
  }
}
@media (min-width: 991px) {
  .bg-over-inner {
    padding: 40px 100px;
  }
}

.video_area {
  background-image: url(../img/komjathy_bg_riport.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}

.video_area.overlay::before {
  opacity: .4;
}
.video_area h3.revista,
.report_head h3.revista,
.quick_head h3.revista {
  font-family: "Revista-Black", sans-serif;
  font-size: 64px;
  text-align: left;
  color: #ffffff;
}
.video_area p,
.report_head p,
.quick_head p {
  color: #ffffff;
}
.quick_head {
  background-image: url(../img/komjathy_bg_quick.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.report_head {
  background-image: url(../img/komjathy_bg_riport_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}

@media (max-width: 767px) {
  .video_area,
  .report_head,
  .quick_head {
    padding: 20px 0;
  }
  .report_head h3.revista,
  .quick_head h3.revista {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .report_head h3.revista,
  .quick_head h3.revista {
    font-size: 32px;
  }
}
.report h3.start_num {
  font-size: 18px;
  color: #ffffff;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
  background: #9080a3;
  border: 3px solid #9080a3;
  text-align: center;
}
.white-box {
  background-color: #ffffff;
  padding: 50px 50px 20px 70px;
}
.white-box ul {
  margin: 0;
  padding: 0;
}
.white-box ul li {
  list-style-image: url(../img/komjathy_bullet.png);
  margin-bottom: 2rem;
  padding-left: 0.75rem;
}
.digitalis {
  background-color: #f6f5fd;
  padding: 30px;
  background-image: none;
  background-position: top 50px right 50px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .digitalis {
    background-image: url(../img/komjathy_quick_bg.png);
  }
}

.digitalis h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 48px;
  color: #000000;
}
.digitalis h4 span {
  color: #7a6a91;
}
.digitalis p {
  color: #000000;
}
.digitalis a {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.digitalis span a {
  color: #7a6a91;
  margin-left: 0;
}
@media (min-width: 420px) {
  .digitalis span a {
    margin-left: 2rem;
  }
}
.jovodkonyveloje {
  background-color: #7b6991;
  padding: 30px;
  background-image: none;
  background-position: top 50px right 50px;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media (min-width: 992px) {
  .jovodkonyveloje {
    background-image: url(../img/komjathy_riport_bg.png);
  }
}
.jovodkonyveloje h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
}
.jovodkonyveloje p {
  color: #ffffff;
}
.jovodkonyveloje a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.jovodkonyveloje span a {
  color: #f6f5fd;
  margin-left: 2rem;
}

.subtitle_left {
  padding: 110px 0;
}
h3.report_title.revista {
  font-family: "Revista-Black", sans-serif;
  font-size: 40px;
  color: #54436a;
}
@media (min-width: 576px) {
  h3.report_title.revista {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  h3.report_title.revista {
    font-size: 64px;
  }
}
.subtitle_right {
  padding: 110px 0;
}

.mb-report {
  margin-bottom: 150px;
}
.services_active {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  padding-top: 50px;
}
.single_service_carousel {
  background-color: #f9f9f9;
}
.service.subtitle_left {
  padding: 0;
  margin-bottom: -170px;
  margin-top: 100px;
}
.service.subtitle_left.lowbottom{
  margin-bottom: -230px;
}
.service.subtitle_left.overlay::before {
  content: '';
  background-color: #ffffff;
}
.service_subtitle {
  color: #aaaaaa;
  font-family: "Revista-Black", sans-serif;
  font-size: 300px;
  line-height: 1em;
  opacity: 0.1;
}
.service_subtitle.report {
  color: #404040;
}
.services_controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.services_controls .services_links {
  background: transparent;
  position: absolute;
  text-align: center;
  top: 65%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 35px;
  line-height: 32px;
  left: 100px;
  color: #000;
  user-select: none;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  z-index: 5;
}
.services_controls .services_links a {
  color: #888888;
  text-decoration: none;
}
.services_controls .services_links a:focus {
  color: #54436a;
  text-decoration: none;
}
@media (max-width: 992px) {
  .services_controls {
    display: none;
  }
}

.loan_btn .boxed-btn3-line {
  font-size: 16px;
  padding: 10px 40px;
  border: 2px solid #ffffff;
}

.plusz_btn .boxed-btn3-line {
  color: #384d62 !important;
  font-size: 16px;
  padding: 10px 40px;
  border: 2px solid #384d62;
  margin-right: 20px;
}

#quote_form {
  padding: 60px 0 50px;
  font-size: 12px;
}
@media (max-width: 992px) {
  #quote_form {
    padding: 0 0 50px;
  }
}
#quote_form span {
  line-height: 26px;
}
#quote_form h3,
.start_action_head h3 {
  text-align: center;
  font-family: "Revista-Black", sans-serif;
  font-size: 32px;
  color: #343434;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  #quote_form h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  #quote_form h3 {
    font-size: 50px;
  }
}
#quote_form .form_title p,
.start_action_head p {
  text-align: center;
  text-transform: uppercase;
}
#quote_form a {
  color: #ffffff;
  text-decoration: none;
}
#quote_form a:hover {
  color: #54436a;
  text-decoration: none;
}
#quote_form input[type="checkbox"] + label::before,
#quote_form input[type="radio"] + label::before {
  background-color: #9080a3;
}
#quote_form .form-group {
  margin-bottom: 10px;
}
#quote_form .form-control {
  background-color: #9080a3;
  border-radius: 0;
  border: 1px solid #9080a3;
  line-height: 2;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 14px;
  height: 50px;
}
#quote_form .komjathy_purple {
  color: #9080a3;
}
#quote_form .form-control:focus {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 1px rgba(144, 128, 163, 0.075) inset, 0 0 8px rgba(144, 128, 163, 0.6);
  outline: 0 none;
  color: #ffffff;
}
#quote_form .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}
#quote_form .form-control:-ms-input-placeholder {
  color: #eeeeee;
}
#quote_form .form-control::-ms-input-placeholder {
  color: #eeeeee;
}
#quote_form .form-control::placeholder {
  color: #eeeeee;
}
#quote_form .nice-select {
  margin-bottom: 10px;
  width: 100%;
}
#quote_form .nice-select .list {
  background-color: #9080a3;
}
#quote_form .nice-select .option:hover,
#quote_form .nice-select .option.focus,
#quote_form .nice-select .option.selected.focus {
  background-color: #685581;
}
#quote_form .text-danger {
  color: #54436a !important;
}
.quote_wrap {
  background-color: #7b6993;
  padding: 60px;
  color: #ffffff;
}
.button-quote .boxed-btn3-line {
  background-color: transparent;
  font-size: 16px;
  padding: 10px 40px;
  border: 2px solid #ffffff;
}
#quote_form .privacy2 {
  display:none;
}
.start_here h3 {
  font-size: 50px;
  text-transform: uppercase;
  color: #343434;
}
@media (max-width: 991px) {
  .start_here h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .start_here h3 {
    margin-bottom: 1.5rem;
  }
}
.start_here .revista {
  font-family: "Revista-Black", sans-serif;
}
.start_here .start_num {
  text-align: right;
  color: #9080a3;
}
.start_here h4 {
  font-weight: bold;
}
.start_here h4.black {
  color: #000000;
}
.start_here .apply_consult p,
.start_here .apply_consult h4 {
  color: #ffffff;
}
.start_here .apply_consult p {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.start_here .apply_consult h4 {
  font-size: 20px;
  line-height: 1.2rem;
}

.start_here .okos {
  position: relative;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .start_here .okos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.start_here .okos_text {
  background-color: #5c4a74;
  display: none;
}
.start_here .okos_text p {
  color: #ffffff;
  padding: 30px 50px;
}
.start_here span img {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.start_here .bizt_out {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .start_here .bizt_out {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.start_here .bizt-over {
  position: absolute;
  width: 200px;
  top: 10px;
  left: 30px;
}
.start_here .bizt-over h4,
.start_here .bizt-over p{
  color: #ffffff;
  font-size: 14px;
}
.start_here .bizt-over p{
  line-height: 20px;
}
.start_here .bizt-over h4 {
  font-size: 16px;
}

@media (min-width: 576px) {
  .start_here .bizt-over {
    top: 30px;
    left: 40px;
  }
}

@media (min-width: 768px) {
  .start_here .bizt-over {
    width: 240px;
    top: 50px;
    left: 70px;
  }
  .start_here .bizt-over h4 {
    font-size: 24px;
  }
  .start_here .bizt-over p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .start_here .bizt-over {
    width: 300px;
    top: 110px;
    left: 120px;
  }
  .start_here .bizt-over h4 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .start_here .bizt-over {
    width: 320px;
    top: 145px;
    left: 120px;
  }
}
.start_here .imageBox {
  position: relative;
}
.start_here .imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.start_here .imageBox:hover .hoverImg {
  display: block;
}

.start_here_01 {
  background-color: #f9f9f9;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .start_here_01 {
    padding-bottom: 10px;
  }
}
.start_01_title {
  background-color: #685581;
  padding: 50px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}
.start_01_content {
  padding-top: 30px;
}
.start_01_pic {
  margin-bottom: -430px;
}
@media (max-width: 992px) {
  .start_01_pic {
    margin-bottom: 0;
  }
}
.start_action_head {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .start_action_head {
    padding-top: 40px;
  }
}
.start_action_main {
  padding: 60px;
  background-color: #f9f9f9;
}
.start_action_main .revista {
  font-family: "Revista-Black", sans-serif;
  font-size: 64px;
  color: #54436a;
  float: left;
  line-height: 64px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.start_action_main .align-middle {
  padding-top: 8px;
}
.start_action_main .komjathy_purple {
  color: #54436a;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: bold;
  cursor: pointer;
}
.start_action_main .img-fluid {
  cursor: pointer;
}
#progressBar {
  width: 100%;
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  z-index: 90;
}
#bar {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #685581;
}
@media (max-width: 767px) {
  #progressBar {
    display: none;
  }
  #bar {
    display: none;
  }
}
.home_slider_text_wrap {
  margin-bottom: -1px;
}
.home_services {
  padding: 60px;
  background-color: #54436a;
}
.home_sub3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100%;
  float: left;
}
.home_sub4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  max-width: 100%;
  float: left;
  margin-top: 0;
}

.home_sub3:first-child {
  margin-top: -80px;
}

@media (min-width: 768px) {
  .home_sub3:first-child {
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .home_sub3 {
    max-width: 32%;
    margin-top: -150px;
  }
  .home_sub4 {
    max-width: 36%;
    margin-top: -200px;
  }
}
.home_sub {
  background-color: #7b6993;
  padding: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .home_sub {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .home_sub {
    padding: 60px;
  }
}
.home_sub h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .home_sub h3 {
    margin-bottom: .5rem;
    font-size: 24px;
  }
}
.home_sub a {
  text-decoration: none;
}
.home_sub a:hover {
  color: #bebebe;
}
.home_sub h3.revista {
  font-family: "Revista-Black", sans-serif;
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .home_sub h3.revista {
    font-size: 52px;
  }
}
.home_sub p {
  line-height: 1.2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .home_sub p {
    line-height: 28px;
    margin-bottom: 13px;
  }
}
.home_sub p a {
  color: #ffffff;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .home_sub p a {
    font-size: 12px;
  }
}
.home_sub_line {
  display: none;
}
@media (min-width: 992px) {
  .home_sub_line {
    display: block;
    margin-top: 80px;
    border: 2px solid #ffffff;
    width: 35px;
    border-radius: 2px;
  }
}
.home_sub4 .home_sub.text-center {
  padding-bottom: 30px;
}
.home_success_area .about_img {
  text-align: center;
}
.home_success_area {
  margin-bottom: 100px;
}
.home_success_area .lotus {
  margin-bottom: -200px;
}
@media (min-width: 992px) {
  .home_success_area .lotus {
    margin-bottom: -300px;
  }
}
.home_success_area h3.revista {
  font-family: "Revista-Black", sans-serif;
  font-size: 54px;
  text-align: center;
}
@media (min-width: 992px) {
  .home_success_area h3.revista {
    text-align: right;
  }
}
.home_success_area h3 {
  text-transform: uppercase;
}
.home_success_area div.text_area_r {
  text-align: center;
}
@media (min-width: 992px) {
  .home_success_area div.text_area_r {
    text-align: right !important;
  }
}
.home_success_area div.text_area_l {
  text-align: center;
}
@media (min-width: 992px) {
  .home_success_area div.text_area_l {
    text-align: left !important;
  }
}
.mt-90 {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .home_success_area .mt-90 {
    margin-top: 70px;
  }
}
.boxed-btn2-line {
  color: #7b6993 !important;
  display: inline-block;
  padding: 10px 40px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #7b6993;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  cursor: pointer;
}
.home_success_area .boxed-btn2-line {
  font-weight: 700;
}
.home_our_team {
  background-image: url(../img/komyjathy_home_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 50px 0 70px;
}
@media (min-width: 769px) {
  .home_our_team {
    padding: 150px 0 150px;
  }
}
.home_team a {
  text-decoration: none;
  font-weight: bold;
  color: #343434;
}
.home_team a:hover {
  color: #54436a;
}
.home_our_team span img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.home_our_team div.svg_wrap > div {
  display: none;
}
@media (min-width: 769px) {
  .home_our_team div.svg_wrap > div {
    display: block;
  }
}
.col4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}

.col5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
  max-width: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #343434;
}
@media (min-width: 769px) {
  .col5 {
    max-width: 20%;
  }
}
.svg01 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.svg02 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.svg03 {
  margin-bottom: 10px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .svg01 {
    margin-bottom: 30px;
    margin-top: 158px;
  }
  .svg02 {
    margin-bottom: 80px;
    margin-top: 87px;
  }
  .svg03 {
    margin-bottom: 110px;
    margin-top: 0;
  }
}
.svg01 path,
.svg02 path,
.svg03 path {
  transition: 1s;
}
.home_choose {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .home_choose {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
#choosebookeeper_form h3 {
  font-family: "Revista-Black", sans-serif;
  font-size: 48px;
  color: #343434;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 769px) {
  #choosebookeeper_form h3 {
    font-size: 60px;
    margin-top: 80px;
    text-align: left;
  }
}
#choosebookeeper_form p {
  font-size: 14px;
  color: #343434;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 769px) {
  #choosebookeeper_form p {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
}

.report_sample {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .report_sample {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.businessplan_sample {
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 769px) {
  .businessplan_sample {
    margin-bottom: 100px;
  }
}

#businessplansample_form h3,
#reportsample_form h3 {
  font-family: "Revista-Black", sans-serif;
  font-size: 48px;
  color: #343434;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 769px) {
  #reportsample_form h3 {
    font-size: 60px;
    margin-top: 80px;
    text-align: left;
  }
  #businessplansample_form h3 {
    font-size: 60px;
  }
}
#businessplansample_form h3 {
  text-transform: uppercase;
}
#businessplansample_form h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343434;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

#businessplansample_form p,
#reportsample_form p {
  font-size: 14px;
  color: #343434;
  line-height: 16px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  #businessplansample_form p,
  #reportsample_form p {
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }
}

.header-area .main-header-area.sticky .main-menu ul li a:hover {
  color: #ccc0db;
}

#ginop img {
  height:175px;
}
@media (max-width: 991px) {
  #ginop img {
    height:120px;
  }
}

.kontrolling_brown_area {
  margin-top: -150px;
}
.brown-bg .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.brown-bg {
  background-color: #a18778;
  color: #ffffff;
}
.brown-bg p {
  color: #ffffff;
  padding: 0.8rem;
}
.brown-bg h4 {
  color: #ffffff;
  font-size: 2rem;
  padding: 0.8rem;
}

.cf_bg_area .dark-bg {
  background-color: #384d62;
  color: #ffffff;
}
.cf_bg_area .dark-bg .row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cf_bg_area .dark-bg p {
  color: #ffffff;
  padding: 0.8rem;
}
.cf_bg_area .dark-bg h4 {
  color: #ffffff;
  font-size: 2rem;
  padding: 0.8rem;
}

.elony-content h4 {
  color: #000000;
  font-size: 2rem;
  padding: 50px 0.8rem 0.8rem;
}
.elony-content ul {
  color: #888888;
  padding-inline-start: 2em;
}
.elony-content ul li {
  list-style-type: disc;
  line-height: 2rem;
}

.what-we-do {
  margin-bottom: 50px;
}
.what-we-do ul {
  color: #888888;
  padding-inline-start: 2em;
}
.what-we-do ul li {
  list-style-type: disc;
}

.modul-content {
  margin-bottom: 50px;
}
.modul-content ul {
  color: #888888;
  padding-inline-start: 2em;
}
.modul-content ul li {
  list-style-type: disc;
}
.modul-content .cf-pic {
  max-width: 400px;
  float: left;
}
.modul-content pre {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 2rem;
  background-color: #f5f5f5;
  overflow: unset;
  white-space: unset;
  margin-bottom: 0;
}
.modul-content .plusz-p img {
  margin-right: 1rem;
}
.modul-content .plusz-p {
  margin-bottom: 0;
}

.modules {
  background-color: #2e4358;
  background-image: url(../img/komjathy_kontrolling_rendszermodul_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.modules h3, .modules p {
  color: #ffffff;
}
.modul {
  border-radius: 5px;
  background: #4b6075;
  padding: 30px 40px;
  margin-bottom: 30px;
  min-height: 216px;
  cursor: pointer;
}
.modul.grow:hover {
  transform: scale(1.1);
}
.modul h4 {
  color: #97a4b1;
  font-weight: bold;
  padding-top: 1rem;
  margin-bottom: 0;
}
.modul p {
  color: #97a4b1;
  margin-bottom: 0;
}
.modul a {
  text-decoration: none;
}
.modul.active {
  background: #ffffff;
}
.modul.active h4 {
  color: #000000;
}
.modul.active p {
  color: #888888;
}
.modul.inactive:hover h4,
.modul.inactive:hover p,
.modul.inactive:hover img {
  display: none
}
.modul.inactive .text-hide {
  /*transition: 0.8s;*/
}
.modul.inactive:hover .text-hide {
  font-family: "Open Sans", sans-serif;
  color: #97a4b1;
  font-weight: bold;
  padding-top: 1rem;
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 18px;
}