/*
Theme Name: LogosLTD Theme
Theme URI: https://logosltd.sk/
Author: P-i-P
Author URI: https://logosltd.sk/
Description: LogosLTD s.r.o
Version: 1.0
*/
section{
	padding: 80px 0;
}
.section_head{
	margin-bottom:30px;
}
.section_description{
	max-width:800px;
	margin: 0 auto;
}
.fix-bg {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
.fix-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.55);
}



.page-error-404 {
    background: url(images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
    position: relative;
}

.page-error-404{
    min-height: 700px;
}




/**************************************************************/

/**MENU***/
.main_nav{
    width: 100%; 
}
.menu_desktop{
    position: relative;
    display: flex;
    padding: 6px 0;
    
    align-items: center;
    justify-content: space-between;
}


.main_menu{
    list-style: none;
    display: flex;;
}

.main-menu ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.main-menu li a,
.language_switcher ul li a {
    font-weight: 500;
	text-transform: uppercase;
    display: block;
    color: #363636;
    padding: 10px 15px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.language_switcher ul li a:before,
.main-menu li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-light-green);
    border-radius: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.language_switcher ul li a:hover:before,
.language_switcher ul li.current-lang a:before,
.main-menu li a:hover:before, .main-menu li a:focus:before, .main-menu li a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-menu li a:hover,
.main-menu li a:focus{
   color: var(--primary-dark-green);
}

.shop_menu>li{
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 0;
    margin-right: 10px;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shop_menu>li:hover{    
    border: 2px solid #945cb4;
}

.language_switcher ul{
    list-style: none;
}  



/**************************************************************/
#home{
	padding: 0;
	width:100%;	
    height: calc(100vh - 70px) ;
    padding-top: 0px;
	position: relative; 
	

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  text-align: center;
}

 

 .afterline span{
    width: 120px;
    height: 6px;
    background: var(--primary-light-green);
    margin-bottom: 30px;
    border-radius: 4px;
    display: inline-block;
 }




/**************************************************************/

.hero-slider {
  width: 100%;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}
/*
.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    background: blue !important;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    background: blue !important;
}
*/

@media (max-width: 991px) {
  .hero-slider {
    height: 540px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 540px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

/*
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 28px;
  height: 28px;
  line-height: 24px;
  // margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 28px;
  opacity:0;
  // visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

*/

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
 /*
.swiper-button-prev.slide-m-prev:after,
.swiper-button-next.slide-m-next:after,
.hero-slider .swiper-button-prev:after,
.hero-slider .swiper-button-next:after{
	content: "";
}
 
*/
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next{ 
    color: #a1df68;
    
    opacity: 0;
    transition: left .3s, right .3s, opacity .3s;
}
.hero-slider .swiper-button-prev { 
    left: -30px
} 
.hero-slider .swiper-button-next{ 
    right: -30px;
}

.hero-slider:hover .swiper-button-prev {
    left: 50px;
    opacity: 1;
    transition: left .3s,right .3s,opacity .3s;
}
.hero-slider:hover .swiper-button-next {
    right: 50px;
    opacity: 1;
    transition: left .3s,right .3s,opacity .3s;
}


.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#e29600;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:center;
  position: relative !important;
  margin: 0 10px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}



.head_primary{
	font-size: 3rem;
    font-weight: 500;
	color:#fff;
    line-height: 1.3; 
  }
.head_primary span{ 
      background: #a0e067;
    border-radius: 40px;
    color: #12312c;
    padding: 4px 18px;
}
.head_description {
	font-size: 20px;
	color:#a0e067;
    font-weight: 500;	 
    margin: 20px 0;
  }
.head_title {
	font-size: 44px;
	color:#fff;
    font-weight: 500;
    
  }
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style { 
  transition:all .4s ease;
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {


}

@media screen and (min-width: 992px) {


}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}







.scrolldown {
    position: absolute;
    bottom: 30px;
    left: 50%; 
    z-index: 2;
    display: inline-block;
    color: #fff;
    transition: opacity .3s;
  }
  
.scrolldown a {  
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  
  .scrolldown a:hover{    
    color: var(--primary-light-green);
  }
  .scrolldown a span.scrl {
    position: relative;
    top: 0;
    width: 24px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .scrolldown a span.scrl::before {
    position: absolute;
    top: 1px;
    left: 50%;
    content: "";
    width: 2px;
    height: 8px;
    margin-left: -1px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }




 
/********About us FUTURED*******************************/
.about_cont{
    width: 100%;
    gap: 2rem;;
}
.hulf_block{
    width: 50%;
}
.about_img{
    position: relative;
    padding-right: 60px;
    padding-bottom: 60px;
    background: url(images/dots.png) right bottom no-repeat;
}
.section_images>img,
.about_img>img{
    border-radius: 20px;
}
.about_img .about_video_btn{
        width: 300px;
    height: 220px;
    position: absolute;
    bottom: 0px;
    border-radius: 3px;
    border: 5px solid #fff;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/***************************************/

.our_mission_items{ gap:2rem; }
.contact_item{
    width: calc(100% / 3);
    padding: 2rem;
    border: 2px solid #e3e6e8;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

/********OUR MISSION*******************************/

.our_mission{
	
}
.our_mission_items{ gap:2rem; }
.mission_item{
    padding: 2rem;
    border: 2px solid #e3e6e8;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    
    width: 33%;
}
.mission_item:hover{
	border: 2px solid #a1df68;
    box-shadow: 0 0 22px rgb(0 0 0 / 13%);
}



.mission__ico img{
        width: 40px;
		height: 40px; 
}
.mission__ico { 
        color: var(--primary-light-green);
}
.item__title{margin: 1rem auto; text-transform: uppercase;}
.item__description{}

/********OUR MISSION*******************************/

.our_services{ 
  	background: url(images/sbanner.jpg);
	background-size: cover; 
}
.our_services .section_title,
.our_services .section_title h2{
color: #fff;
}
.our_service_items{ gap:2rem; }
.service_item{
    padding: 2rem 2rem 0 2rem;
    border: 2px solid #e3e6e8;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
	background: #fff;
  
    width: 33%;
}
.service_item:hover{
	border: 2px solid #a1df68;
    box-shadow: 0 0 22px rgb(0 0 0 / 13%);
}
.mission__ico{
		  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	   /* background-color: rgb(50 205 50 / 10%);*/
		width: 75px;
		height: 75px;
		    margin: 0 auto;
			border-radius: 50%;
}

.blocks__ico{
		  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
		width: 75px;
		height: 75px;
		    margin: 0 auto;
			border-radius: 50%;
}

.blocks__ico svg{
        width: 50px;
		height: 50px;
}

.mission__ico img{
        width: 40px;
		height: 40px;
}


.section__title{}
.section__description{}

.item__image{
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 2rem;
}
 
/****FEEDBACK*************************************/
 
.address, .email a, .phone, .phone a {
    font-size: 22px;
	line-height: 38px;
    font-weight: 400;
    color: #262626;
}
.email a:hover, .phone a:hover {
	color: #115cef;
}

.contacts_title{
	font-size: 30px;    
   
    font-style: italic;
}
 
.contact-form_inner{
  max-width: 750px; 
}
.contact-form_inner.form__inner{ 
  margin: 80px auto;
}

.form-row{
	padding: 8px 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	
}
.form-row.form_full{
	width: 100%;
	display: flex;
	flex-direction: column;
	
}
.form-row .half{
	width: calc( 50% - 15px );
}
.full{
	width: 100%;
	padding: 10px 0;
}
.form-row span,
.form-row label{
	display: block;
}

input[type="text"],
input[type="tel"], 
input[type="email"], 
textarea,
input[type="date"], 
select {
    font-size: 16px;
    line-height: 28px;
    background: #ffffff;
    border: 1px solid #999;
    border-radius: 8px;
	color: #333;
    width: 100%;
    padding: 10px;
    outline: none;
    height: 45px;
}
.form-row textarea{
	min-height: 80px;
}
 
input[type="submit"] { 
    max-width: 340px;
    margin: 0 auto;
}



/***************************************/
.no-image-header {
    background-image: url(images/head-bg.jpg); 
}

/***************************************/
.about_logos p,
.about_logos{
  font-size: 18px;
  line-height: 1.5; 
}
.about_logos{ 
  margin-bottom: 30px;
}

.about_description{
  margin: 60px 0;
}
.about_logos ul{
    margin: 10px;
}
.about_logos ul li{ 
    margin-left: 1rem;
    margin-bottom: 10px;
}

.section_images{

}
.section_images.right{
    position: relative;
    padding-left: 60px;
    padding-bottom: 60px;
    background: url(images/dots.png) 75% 75% no-repeat;
}
.section_images .bottom_img{ 
    max-width: 70%;
    position: relative;
    float: right;
    z-index: 1;
}
.section_images .top_img{

        max-width: 70%;
    z-index: 2;
    position: relative;
    margin-top: -50%;
}
/***************************************/
.techbology_page .page-container{
  padding-bottom:0 ;
}
.video_center{
  margin: 0 auto;
  position: relative;
}
.video_center img{
  max-height: 460px;
    border-radius: 20px;
}
.vbtn-fluid {
    display: flex;
    justify-content: center;
    color: #fff;
    background: var(--primary-light-green);
    align-items: center;
    border-radius: 50%;
    -webkit-animation: pulse2 
linear 1000ms infinite;
    animation: pulse2 
linear 1000ms infinite;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 140px;
    height: 140px;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes pulse2 {
0% {
    -webkit-box-shadow: 0 0 0 0 var(--primary-light-green);
    box-shadow: 0 0 0 0 var(--primary-light-green);
}
70% {
    -webkit-box-shadow: 0 0 0 40px rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 40px rgba(94, 223, 255, 0);
}

100% {
    -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
}
  
}

.t_process{
  position: relative;

}
.t_process_item{
  gap: 10px;
  margin-bottom: 60px;
}
.t_process_item .tp_item_text{
  width: 50%;
  padding: 2rem;  
}
.t_process_item .tp_item_mark{
  width: 55px; 
  padding: 0 15px;
}
/*
.t_process_item .tp_item_nmber{
  width: 50%;
  text-align: left;
  line-height: 1;
  padding: 10px;
  font-size: 80px;
  color: var(--primary-light-green);
  opacity: 0.8;
}
*/
.t_process_item .tp_item_nmber{
  width: 50%;
  text-align: left;
  line-height: 1;
  padding-top: 30px;
  font-size: 2rem;
  color: var(--primary-light-green);
  opacity: 0.6;
}

.tp_item_text{
  
    border: 1px solid #eaeaea;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 35px;
    position: relative;
    border-radius: 10px;
}
.tp_item_text:before {
    position: absolute;
    top: 36px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #eaeaea;
    border-right: 0 solid #eaeaea;
    border-bottom: 15px solid transparent;
    content: " ";
}
.tp_item_text:after {
    position: absolute;
    top: 37px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.t_process_item:nth-child(2) .tp_item_text:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.t_process_item:nth-child(2) .tp_item_text:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.t_process:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    border-right: 2px dotted #eaeaea;
    left: 50%;
    margin-left: -.5px;
    z-index: -1;
}
.tp_item_mark span{
  width: 25px;
  height: 25px;
  margin-top: 36px;
  border-radius: 50%;
  display: inline-block;
  background: var(--primary-light-green);
}

.t_process_item:nth-child(2) .tp_item_nmber{
  text-align: right;
}
/***************************************/
/***************************************/

.footer{
	padding: 60px 0 0 0;	
  position: relative;
	background: #12312c; 
  overflow: hidden;
    color: #fff;
}

.footer::after{ 
  content: "";
  position: absolute; 
    background: url(images/logos-splash-middle-green-rgb.svg) center center no-repeat;
    background-size: contain;
    text-align: center;
    height: 200%;
    width: 100%;
    top: -50%;
    right: -43%;
}
.footer__column{
  padding: 15px 0;
}
.footer_logo{
	width:200px;
	height: auto;
    margin-bottom:1rem ;
    display: block;
}
.footer_logo img{
	width:200px;
	height: auto; 
}
.footer__social{
    
    margin-bottom: 20px;
}
.footer_left{
    width: 40%;
}
.footer__text{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}


.footer-widget .foot_title{
    font-size: 1.042vw;
    font-weight: 600;
    color: #fff;
}
.footer-widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget ul li{
    text-align: left;
    margin-top: 15px; 
}

.footer-widget a,
.footer-widget ul li a {
    color: #fff;
    font-weight: 400;
    padding: 0;
    position: relative;
    text-decoration: none;
} 

.footer-widget ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 50%;
  transform: initial;
  transition: width 0.25s cubic-bezier(0.68, 0, 0.265, 1);
}

.footer--wrapper ul.menu li {
  width: auto;
}
  .footer-widget ul li a:hover:after { 
  width: 100%; 
}



.contacts_item {
    display: flex;
    padding: 10px 0;
    align-items: center;
    line-height: 20px;
    text-align: left;
}
.f_contacts .ico{	
    width: 22px;
    height: 20px;
    margin-right: 10px;
}
.footer_phone .ico{
	background: url(images/telephone.svg) no-repeat center center;
    background-size: contain;
}
.footer_location .ico{
	background: url(images/location.svg) no-repeat center center;	
    background-size: contain;
}
.footer_mail .ico{
	background: url(images/mail.svg) no-repeat center center;
    background-size: contain;
}

.footer__social_link a svg{
    color: #fff;
}
.footer__social_link a:hover,
.footer__social_link a:hover svg{
    color: #A1DF68;
}

.copyright{
	border-top: 1px solid #ccc;
	padding:15px 0;
    color: #e3e6e8;
    font-size: 14px;
    justify-content: space-between;
    }
.copyright a{ 
    color: #e3e6e8;
    font-size: 14px;
    }
/***************************************/
lite-youtube{
  margin-bottom: 30px;
}
/***************************************/