body {
    font-family: 'Montserrat', sans-serif !important;
}


.loadinganimation {
 
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 99999;
  -webkit-animation: loading 1s forwards 3s;
          animation: loading 1s forwards 3s;
  
}

@-webkit-keyframes loading {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }

}

@keyframes loading {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }

}


.logoanimation {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index:99;
  opacity: 0;
  ;
}


#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 100%;

}

#Path_21 {
  stroke-dasharray: 712;
  stroke-dashoffset: 712;
  -webkit-animation: line-anim 2s ease forwards 1s;
          animation: line-anim 2s ease forwards 1s;
}

#Path_16 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-animation: line-anim 2s ease forwards 1.1s;
          animation: line-anim 2s ease forwards 1.1s;
}

#Path_17 {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  -webkit-animation: line-anim 2s ease forwards .7s;
          animation: line-anim 2s ease forwards .7s;
}

#Path_18 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: line-anim 2s ease forwards .7s;
          animation: line-anim 2s ease forwards .7s;
}

#Path_19 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: line-anim 2s ease forwards .8s;
          animation: line-anim 2s ease forwards .8s;
}

#Path_20 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -webkit-animation: line-anim 2s ease forwards .9s;
          animation: line-anim 2s ease forwards .9s;
}

@-webkit-keyframes line-anim {
  to {
    
    stroke-dashoffset: 0;
  }

}

@keyframes line-anim {
  to {
    
    stroke-dashoffset: 0;
  }

}





























.navbar::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px -4px 11px rgba(0, 0, 0, 0.8);
  z-index: 100;
}

.nav-link {
    position: relative;
}
.nav-link:hover {
    opacity: 1;
  }

  .nav-link::before {
    transition: 300ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #2692C0;
    margin-left: -8px;
  }

  .nav-link-grow-up::before {
    height: 0%;
    width: 100%;
    bottom: 0px;
  }
  
  .nav-link-grow-up:hover::before {
    height: 3px;
  }

.szolg-desktop {
  display: block;
}

.szolg-mobile {
  display: none;
}


  .ref-desktop {
    display: block;
  }

  .ref-mobile {
    display: none;
  }

  .rolunk-desktop {
    display: block;
  }

  .rolunk-mobile {
    display: none;
  }

  .kapcsolat-desktop {
    display: block;
  }
  
  .kapcsolat-mobile {
    display: none;
  }


  .carousel-inner {
    z-index: 3;
  }



.header {
    position: absolute;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    z-index: 999;
    margin-right: 40px;
    
}

.header:after {

    content: "";
    position: absolute;
    height: 5px;
    width: 130px;
    background: #2E2B33;
    top: 110%;


}
.headertext {
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.9;
}

.headertextspan {
  font-weight: 600; 
  font-size: 100px;
}

.headerimg {
    width: 35%;
}

#myCarousel1 .carousel-item img {
    height: 100vh;
    width: 100%;
}

#myCarousel1 .carousel-inner:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#fff;
    opacity: .4;
    z-index: 2;
  }

  .nav-item {
      display: flex;
      align-self: center;
  }

.arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 40px;
  height: 40px;
  top: 80%;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 3px #2E2B33 solid;
  border-bottom: 3px #2E2B33 solid;
  z-index: 3;
}
  
.arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #2E2B33 solid;
  border-bottom: 1px #2E2B33 solid;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: arrow;
          animation-name: arrow;
  z-index: 3;
}


@-webkit-keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }

}


@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }

}

#myCarousel1 .carousel-item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
  
.container {
  padding-top: 50px;
  margin-top: -50px;
}



.text-2 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.9;
    position: relative;
    -webkit-animation: left 1s forwards;
            animation: left 1s forwards;
    
}
  
.text-2:after,
.text-4:after {

    content: "";
    position: absolute;
    height: 5px;
    width: 130px;
    background: #2E2B33;
    top: 93%;
    left: 0%;
}

.text-4 {
  font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.9;
    position: relative;
    padding: 100px 0 60px 0;
}

#kapcsolat .text-4 {
  padding-bottom: 46px;
}

.sectionimgrolunk {
  position: absolute;
    width: 100%;
    height: 60%;
}

.sectionimgrolunk-bottom {
  display: none;
}
  

.sectionimg {
    position: absolute;
    width: 100%;
    height: 40%;
}

.secondary-header {
    margin-bottom: 80px;
}

.contact-header {
  margin-bottom: 15px;
}

#rolunk {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
}

#rolunk::after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: #2E2B33;
    opacity: .2;
    z-index: -1;
}


.circle {
    border-radius: 220px;
    background: transparent;
    border: 3px solid #2E2B33;
    height: 220px;
    width: 220px;
    padding : 10px 15px;
    font-size: 23px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.circle:hover {
    background:#2E2B33 ;
    color: white;
    cursor: context-menu;
}

.circle-1 {
    position: absolute;
    top: 5%;
    left: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}



.circle-2 {
    position: absolute;
    top: 25%;
    left: 40%;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.circle-3 {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    
}

#szolgaltatasaink {
  position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    z-index: 1;
    padding-top: 1px;
}



#szolgaltatasaink::after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #2E2B33;
  opacity: .1;
  z-index: -1;
}

#szolgaltatasaink .secondary-header {
  margin-bottom: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 999;
}


.szolgimg {
    width: 70%;
}

.szolgtext {
  width: 289px;
}

.items {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 100%;
 
}

.contact-row {
  padding-bottom: 100px;
}

#kapcsolat {
  position: relative;

}

/*#kapcsolat::after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: #2E2B33;
  opacity: .1;
  z-index: -1;
}

*/



.kapcsolatimg {
  position: absolute;
  bottom: 0;
  right: 0;
}


#kapcsolat .lead {
  margin-bottom: 10px;
}

.kapcsolat__details {
  display: flex;
  align-items: top;
  margin-top: 30px;
  
}

.kapcsolat__details-4 {
  margin-top: 15px;
}

.kapcsolat__icon {
  width: 40px;
  height: 40px;
  text-align: center;
}

.kapcsolat__iconinfo {
  width: 40px;
  height: 50px;
  text-align: center;
}

.kapcsolat__text {
  margin-left: 20px;
}

.text__1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.text__2 {
  font-weight: bold;
  margin-bottom: 0;

}

.text__3 {
  margin-bottom: 0;
}


.link:visited,
.link:link {
  text-decoration: none;
  color: #2E2B33 ;
}

.link:hover,
.link:active
 {
  color: #2692C0;
}

.link-white:visited,
.link-white:link {
  text-decoration: none;
  color: #fff;
}

.link-white:hover,
.link-white:active {
  color: #2692C0;
}


.ceginfo {
  margin-top: 60px;
}

.pic {
  -o-object-fit: cover;
     object-fit: cover;
  height: 43vh;
  width: 100%; 
  position: relative;
}




.overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  transition: .5s ease;
  background-color: #fff;
}

.container-pic:hover .overlay {
  opacity: 0;
}

.text {
  color: #fff;
  background: #2e2b33b9;
  font-size: 30px;
  font-weight: 600;
  padding: 20px 70px;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all .2s;
}

.container-pic:hover .text {
  opacity: 1;
}

.fa-chevron-left,
.fa-chevron-right {
  font-size: 30px;
  color: #fff;
}


.icon-circle {
  content: '';
  width: 70px;
  height: 70px;
  border-radius: 1000000px;
  background: #2692C0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item::after {
  z-index: -1;
}


.ekko-lightbox-nav-overlay a:hover {
  color: #fff;
}

.active {
  color: #2692C0 !important;
}

.circle-bigtext {
  font-weight: 800;
  font-size: 50px;
}

.circle-mediumtext {
  
  font-weight: 800; 
  font-size: 30px;
}


.circle-smalltext {
  font-weight: 400;
   font-size: 30px;
}

.slick-dots li.slick-active button:before {
  color: #2692C0;
}

.slick-dots li button:hover:before {
  color: #2692C0 ;
}

.carousel-indicators li:hover:before {
  color: #2692C0;
}

.referenciak-mobile {
  display: none;
}

.referenciak-desktop {
display: block;
padding-top: 80px;
margin-top: -80px;
}



@media screen and (min-width: 1300px) {

  .headertext {
    font-size: 110px;
   
}

.headertextspan {
  font-size: 80px;
}

.text {
 
  font-size: 23px;
  padding: 20px;
}

.text-2 {
  font-size: 46px;
  padding: 82px 0 38px 0;
  
}

}

@media screen and (max-width: 1299px) {

  .headertext {
    font-size: 110px;
   
}

.headertextspan {
  font-size: 80px;
}

.text {
 
  font-size: 23px;
  padding: 20px;
}

.text-2 {
  font-size: 46px;
  padding: 82px 0 38px 0;
  
}

.circle-2 {
  top: 28%;
  left: 47%;
}

}


@media screen and (max-width: 991px) {

  
  .circle {
    height: 180px;
    width: 180px;
}

.circle-1 {
    top: 20%;
}

.circle-2 {
    top: 40%;
}

.circle-3 {
    top: 60%;
}

.circle-bigtext {
  font-size: 40px;
}

.circle-mediumtext {
  font-size: 25px;
}

.circle-smalltext {
  font-size: 20px;
}

.ceginfo-1 {
  margin-top: 20px;
}

.secondary-header {
  margin-bottom: 30px;
}

}


@media screen and (max-width: 768px) {

  .headerimg {
    display: none;
  }


.secondary-header {
  margin-bottom: 20px;
}

.circle {
  margin-bottom: 20px;
  height: 220px;
    width: 220px;
}

.circle-1 {
    position: relative;
    top: 0;
    left: 0%;
}



.circle-2 {
    position: absolute;
    top: 0;
    left: 50%;
}

.circle-3 {
    position: relative;
    top: 0%;
    left: 25%;
    margin-bottom: 80px;
    
}

.circle-bigtext {
  font-size: 50px;
}

.circle-mediumtext {
  font-size: 30px;
}


.circle-smalltext {
   font-size: 30px;
}

.szolgimg {
  width: 30%;
}

.slick-list {
  transform: translateX(-15%) !important;

}

.slick-dots {
  display: none !important;
}

#szolgaltatasaink {
 
    padding-bottom: 114px;
}

.nav-item {
  padding-bottom: 20px;
  font-size: 20px;
}

.slick-next {
  right: 2.5rem;
}

.slick-prev {
  left: 2.5rem;
}

.rolunk-desktop {
  display: none;
}

.rolunk-mobile {
  display: block;
}


.szolg-desktop {
  display: none;
}

.szolg-mobile {
  display: block;
}

.ref-desktop {
  display: none;
}

.ref-mobile {
  display: block;
}

.referenciak-desktop {
  display: none;
}

.kapcsolat-desktop {
  display: none;
}

.kapcsolat-mobile {
  display: block;
}


.referenciak-mobile {
  display: block;
  padding-top: 340px;
  margin-top: -340px;
  z-index: 4;
}

#loadMore {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow-anchor: none;
  
}

.referenciak-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  
}

.load-btn:link,
.load-btn:visited,
.load-btn:hover,
.load-btn:focus,
.load-btn:active {
  background: #2E2B33;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 60px;
  margin-top: 30px;
  text-transform: uppercase;
  text-decoration: none;
  overflow-anchor: none;
  
}



.sectionimgrolunk {
    width: 150%;
    height: auto;
}

.sectionimgrolunk-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  width: 160%;
  height: auto;
}
  

.sectionimg {
    width: 100%;
    height: auto;
}
}


@media screen and (max-width: 600px) {

 

  .headertext {
    font-size: 70px;
    
}

.headertextspan {
  font-size: 50px;
}

.text-2 {
  font-size: 40px;
}

#szolgaltatasaink .text-2 {
  font-size: 30px;
}

.circle-1 {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}



.circle-2 {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.circle-3 {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 80px;
  
}

.carouselfade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carouselfade .carousel-item.active,
.carouselfade .carousel-item-next.carousel-item-left,
.carouselfade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carouselfade .active.carousel-item-left,
.carouselfade .active.carousel-item-right {
	opacity: 0;
}

.carouselfade .carousel-item-next,
.carouselfade .carousel-item-prev,
.carouselfade .carousel-item.active,
.carouselfade .active.carousel-item-left,
.carouselfade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}





}


@media screen and (max-width: 500px) {

  #szolgaltatasaink .text-2 {
    font-size: 25px;
  }

  .kapcsolat__icon {
    width: 20px;
    height: 20px;
  }

  .kapcsolat__text {
    margin-left: 7px;
  }

  h4 {
    font-size: 18px !important;
  }

  .szolgtext {
    width: 283px;
  }

  .slick-prev,
  .slick-next {
    top: 50% !important;
  }

  .slick-prev {
    left: 12px;
    z-index: 2;
  }

  .slick-next {
    right: 12px
  }


  .items {
    transform: translateX(-3%);
  }
}


@media screen and (max-width: 400px) {
  

  .items {
    transform: translateX(-8%);
  }
  .szolgtext {
    width: 200px;
  }

}