@charset "UTF-8";
/*!
 *  Copyright (C) 2017  Total Studio Kft.
 *  Author: Tamás Gergely
 *  This file is a part of Studio CMS engine.
 *
 */
.top-img .box {
  margin-bottom: 0;
}
.top-img .inner {
  padding: 0 !important;
}
.top-img img {
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  min-height: 170px;
}
@media (min-width: 768px) {
  .top-img img {
    min-height: 240px;
  }
}

.px-0 .inner {
  padding: 0 0 !important;
}

.green-bg {
  background-color: #88b7b9;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .green-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.green-bg .form-box {
  background-color: #88b7b9 !important;
  color: #fff !important;
  font-size: 18px;
}
@media (min-width: 992px) {
  .green-bg .form-box {
    font-size: 24px;
  }
}
.green-bg .form-box h4 {
  font-size: 34px;
}
@media (min-width: 992px) {
  .green-bg .form-box h4 {
    font-size: 40px;
  }
}

.icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 18px 0 18px 110px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.55;
}
.icon-list li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}
.icon-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-list li:nth-child(1)::before {
  background-image: url("/victofon/img/a1-landing/icon1.jpg");
}
.icon-list li:nth-child(2)::before {
  background-image: url("/victofon/img/a1-landing/icon2.jpg");
}
.icon-list li:nth-child(3)::before {
  background-image: url("/victofon/img/a1-landing/icon3.jpg");
}
.icon-list li:nth-child(4)::before {
  background-image: url("/victofon/img/a1-landing/icon4.jpg");
}
@media (min-width: 992px) {
  .icon-list li {
    min-height: 100px;
    padding: 22px 0 22px 130px;
    font-size: 17px;
  }
  .icon-list li::before {
    width: 90px;
    height: 90px;
  }
}

.heading34 {
  color: #6f72a3;
  font-size: 18px;
}
@media (min-width: 992px) {
  .heading34 {
    font-size: 24px;
  }
}
.heading34 h2 {
  font-size: 34px;
}
@media (min-width: 992px) {
  .heading34 h2 {
    font-size: 40px;
  }
}
.heading34 .box {
  margin-bottom: 0px !important;
}

.inner .btn_more {
  display: inline-block;
  padding: 15px 35px;
  background-color: #6f72a3 !important;
  color: #fff;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.inner .btn_more:hover {
  background-color: #5a5d87;
  color: #fff;
  text-decoration: none;
}

.crm-form-submit {
  display: block;
  width: 100%;
  padding: 15px 35px;
  background-color: #6f72a3 !important;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.crm-form-submit:hover {
  background-color: #5a5d87 !important;
  color: #fff !important;
}

.youtube .inner p {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube .inner p iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.purple-bg {
  background-color: #edecf0;
  color: #3d3399;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .purple-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=a1-landing.css.map */