

@font-face {
  font-family: 'Poppins';
  src: url("theme_assets/assets/fonts/Poppins-Regular.ttf") format("ttf"), url("theme_assets/assets/fonts/Poppins-Regular.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: 'Questrial';
  src: url("theme_assets/assets/fonts/Questrial-Regular.ttf") format("ttf"), url("theme_assets/assets/fonts/Questrial-Regular.ttf") format("woff");
  font-weight: 400;
  font-style: normal;
}


body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  color: #828282;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
    font-family: 'Poppins', 'sans-serif';
    color: #060221;
}

#slide li h4, #slide li h6{
  font-family: 'Poppins', 'sans-serif';
}

.contents p{
  /*font-family: 'Questrial', 'sans-serif';*/
}

.iconbox-heading-sm h3 {
    font-size: 18px;
}

.iconbox-shadow.iconbox-inline, .iconbox-shadow.iconbox-side, .iconbox-shadow-hover.iconbox-inline, .iconbox-shadow-hover.iconbox-side, .iconbox-bordered.iconbox-inline, .iconbox-bordered.iconbox-side, .iconbox-filled.iconbox-inline, .iconbox-filled.iconbox-side{
  padding: 45px 5%;
  padding-bottom: 15px;
}

#parallax {
  background-attachment: fixed;
}
/*
.overlay
/* Here's the trick *
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , var(--image-url) center center;
  /* Here's the same styles we applied to our content-div earlier *
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

.pricing-table-minimal .pricing-table-body li {
    margin-bottom: 0;
}

.pricing-table-minimal.featured{
	margin-top: -50px;
}

.text-danger,.aszf-danger{
  color: #a94442 !important; 
}

.danger-form{
  border-color:red !important;
}





.revGallery-anchor, .gal-overlay, .nak-gallery-poster{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


.revGallery-anchor{
  overflow: hidden;
  position: relative;
  width: calc(100% / 3);
  display: block;
  float: left;
  /*border: 5px solid #e9e9e9;*/
}

.gal-overlay{
  display: block;
  width: 100%;
  height: 100%;
 /* background: rgba(27,27,27, 0.6);**/
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
}
    
.revGallery-anchor:hover .gal-overlay{
  background: rgba(27,27,27, 0);
}

.nak-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster{
  padding-bottom:100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.revGallery-anchor:hover .nak-gallery-poster{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
  display:none;
}

.button{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  width: 200px;
  height: 48px;
  border: 1px solid rgba(0,169,157,1);
  background-color: rgba(0,169,157,1);
  border-radius: 2px;
  color: #fff;
  letter-spacing: 2px;
}

.button:hover {
  background-color: #363636;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


.revGallery-anchor-width1{
  width: 40%
}

.revGallery-anchor-width2{
  width: 30%
}

.revGallery-anchor-width3{
  width: 20%
}

.nak-gallery-height1{
  padding-bottom: 400px
}

.nak-gallery-height2{
  padding-bottom: 300px
}

.nak-gallery-height3{
  padding-bottom: 200px
}

.preloader{
  display: none;
}

.preloaderStyle{
  background: red;
  width: 100%;
  height: 100px;
}

.nak-gallery a{
  --webkit-transiton:none;
  transition: none
}

.filter-list li {
    margin-bottom: 0.5em;
    position: relative;
    color: #9ba1af;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.resetli{
  background:none;
  border:none;
  font-size:12px;
      color: #9ba1af;
}

.customHtml {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #fff;
    font-family: Arial,sans-serif;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 9;
}


@media(max-width:992px){

    .revGallery-anchor{
      width: calc(100% / 2);
  }

@media(max-width:767px){
  .revGallery-anchor{

      width: calc(100% / 1);
  }
  
}
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.acceptcookies{
  padding: 5px 10px;
}

.main-nav > li > .active  { font-weight:bold; }

.fullheight {
    max-height: 100vh;
}

#newsData{
  min-height: 150px;
}

.btn-icon{
  display: none;
  cursor: pointer;
  font-size: 30px;

}

.is-checked{
    font-weight: bold;
    color: black;
}



.social-icon li:last-child {
    margin-right: 1.2em;
}

.pagination .active {
    font-weight: 600;
    font-size: 18px;
    color: black;
}

.filter-list.size-lg {
    font-size: 18px;
}

.titlebar-inner h1 {
    margin: .7em 0 .5em;
}

.liquid-blog-item-split .liquid-lp-excerpt{
    max-height: 157px;
    overflow: hidden;
}

.odd{
  max-height: 150px;
}

.btn-red{
background: #fef5f8;
color: #ee426c;
border-color: #f6426e;
padding: 2px 10px;
}

.btn-red:hover{
background: #ee426c;
color: #fef5f8;
border-color: #f6426e;
}

.btn-info{
color: #03a3fd;
background-color: #eef9ff;
border-color: #03a3fd;
padding: 2px 10px;
}


.contact-form .ui-selectmenu-button, .contact-form input, .contact-form select, .contact-form textarea{
  color: #000;
}


label {
  font-size: 12px;
}

.contact-form select {
  cursor: pointer;
  -webkit-appearance: auto;
  -moz-appearance: AUTO;
  appearance: auto;
}

.contact-form .ui-selectmenu-button:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 0;
  border-color: #000;
  color: #000;
}

.btn-sm {
    font-size: 11px;
    
}

button, .contact-form input, .contact-form select, .contact-form textarea {
  margin-bottom: 2px;
}

.help-block{
  font-size: 12px;
  line-height: 1.3;
  margin-top: 0;
}

select option{
  background: white;
}

select.csomagolas_tipusa option:hover {
    background: black;
}

.btn-demo{
display: -webkit-inline-box;
display: inline-flex;
width: auto;
height: 50px;
margin-bottom: 0;
padding: 0px 10px;
border: 1px solid #3a56f8;
background-color: #4a63f4;
-webkit-box-align: center;
align-items: center;
color: #fff;
-webkit-transition: all .3s ease;
transition: all .3s ease;
line-height: 1.3;
}

.demo-gomb-pozicio{
  text-align: right;
  width: 100%;
}

.contact-form label {
 
  vertical-align: inherit;
}

.header-module{
  display: none;
}

.main-nav .children, .nav-item-children {
    min-width: 45px;
    z-index: 1500;

}

.btn-details{
  color: #35383c; 
  background: white;
  border: 2px solid rgba(35, 35, 35, 0.1);
  padding: 5px 10px 5px 10px;
  border-radius:15px
}

.iconbox .iconbox-icon-container img[src$=".svg"], .iconbox .iconbox-icon-container object, .iconbox .iconbox-icon-container > svg {
  display: inline-block;
  width: auto;
  line-height: 0;
  height: 50px;
}

.modal {
  z-index: 10500;

}



/*////////////////////////////////////////
// Testimonials
///////////////////////////////////////*/
.testimonials {
  text-align: center;
}
.testimonials i {
  font-size: 46px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;

  transform-style: flat!important;
  -webkit-backface-visibility: hidden;
}
.testimonials h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.testimonials h5,
.testimonials h5 strong {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.testimonials.white h4 {
  font-weight: 300;
}
.testimonials.white h4,
.testimonials.white h5 {
  color: #fff;
}
.testimonials a {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  display: inline-block;
}
.testimonials p {
  font-size: 20px;
  font-weight: 300;
  color: #666;
  margin-top: 10px;
}
.testimonials.white a {
  color: #eee;
}
.testimonials h4:before {
  font-family: "Hind", sans-serif;
  content: open-quote;
  font-size: 32px;
  vertical-align: -5px;
  margin-right: 5px;
}
.testimonials h4:after {
  font-family: "Hind", sans-serif;
  content: close-quote;
  font-size: 32px;
  vertical-align: -5px;
  margin-left: 5px;
}
.testimonials h4:before,
.testimonials h4:after {
  color: #eee;
}

.testimonials.quote-icons h4::before,
.testimonials.quote-icons h4::after {display: none;}
.testimonials.quote-icons i {
  font-size: 15px;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-top: 3px;
  transform-style: flat!important;
  -webkit-backface-visibility: hidden;
}
.testimonials.quote-icons i:first-child {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.testimonials .occupation {
  font-size: 13px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
/* Quote Cards */
.quote-card {
  padding: 60px 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}
.quote-card img {
  position: absolute;
  opacity: .07;
  top: -30px;
  left: 0;
}
.quote-card .vossen-quote-2 {
  margin-top: 10px;
}
.quote-card p {
  font-size: 16px;
  margin-bottom: 30px;
}
.quote-card p.occupation {
  font-size: 14px;
  margin: 0;
}
.quote-card h5 {
  margin-top: 20px;
  margin-bottom: 0;
}
.vossen-quote-2 {
  opacity: .15;
}

/*////////////////////////////////////////
// Clients
///////////////////////////////////////*/
.clients-slider img {
  width: initial!important;
  margin: auto;
}

/*////////////////////////////////////////
// Get Connected & Contact Info Sections
///////////////////////////////////////*/
.connected-icons {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}
.connected-icons li {
  display: inline-block;
  padding: 10px 26px;
}
.connected-icons li a h5,
.connected-icons li a p {
  margin: 0;
  line-height: 1.4;
}
.connected-icons li a p {
  font-size: 13px;
}
[data-overlay-light] .connected-icons li a p {
  color: #191a1c;
}
.connected-icons li a i {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 112px;
  font-size: 50px;
  color: #fff;
  margin: 0 auto 10px auto;
  z-index: 2;
}
.connected-icons li a i:after {
  content: '';
  background-color: #fff;
  width: 100px;
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  opacity: .2;
  border-radius: 100px;
  z-index: -1;
  transition: opacity .3s, background-color .3s;
  -moz-transition: opacity .3s, background-color .3s;
  -webkit-transition: opacity .3s, background-color .3s;
}
[data-overlay-light] .connected-icons li a i:after {
  opacity: .6;
}
.connected-icons li a:hover i:after {
  opacity: .9;
}




.phone-number {
  display: inline-block;
  position: relative;
}
.phone-number h1 {
  display: inline-block;
  margin: 10px 70px;
  line-height: 1.25
}
.phone-number h1:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  border-radius: 100px;
  z-index: -1;
  transition: opacity .3s, background-color .3s;
  -moz-transition: opacity .3s, background-color .3s;
  -webkit-transition: opacity .3s, background-color .3s;
}
.phone-number:hover h1:after {
  opacity: .9;
}

      .swiper {
        width: 100%;
        height:300px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper-pagination-bullet {
        width: 20px !important;
        height: 20px !important;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        opacity: 1;
        background: white !important;
      }

      .swiper-pagination-bullet-active {
        color: #4a63f4;
        font-weight: bold;
        background: #007aff;
      }

      .swiper-slide h6{
        color: white;
        font-family: "Poppins";
      }

}



