*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body
{
  background-color: rgba(0,0,0,.009);
 font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  color: #666;
 }

 @font-face {
  font-family: "f1";
  src: url(../fonts/font.ttf);
}

::selection {
  background: #05a4c2; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #05a4c2; /* Gecko Browsers */
  color: #fff;
}

 p{
  font-size: 16px;
  line-height: 28px;
 }

.swiper-container
{
  width: 100%;
  height: calc(100vh - 80px);
  top: 80px;
}

.swiper-slide
{
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide>h1
{
  text-shadow: 2px 2px 2px #000;
  font-size: 80px;
  margin:0;
  font-family: "f1";
}

.swiper-slide>h1, .swiper-slide>h2, .swiper-slide>h3, .swiper-slide>h4, .swiper-slide>h5, .swiper-slide>p
{
  z-index: 99;
  color: #fff;
}

.swiper-slide>h4{
  margin-top:10px;
}

.img
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.img:after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.4);
  z-index: 8;
}

#img1
{
  background: url(../img/4.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
}

#img2
{
  background: url(../img/5.jpg);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: cover;
}

#img3
{
  background: url(../img/7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #000;
    opacity: .5;
    margin: 8px !important;
}

.swiper-pagination-bullet-active {
  background-color: #05a4c2;
  opacity: 1;
}

#menu{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  z-index: 9999;
  transition: all .3s ease;
  border-bottom: 2px solid #05a4c2;
  
}

#menu>ul{
  list-style: none; 
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-right: 85px;
}

.lang{
  position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 100%;
    background-color: #222;
    padding-left: 10px;
    padding-right: 10px;
}

.menu-link{
  text-decoration: none;  
  padding: 10px 15px;
  font-weight: 700;
  position: relative;
  cursor: pointer;

}

.lang-mobile>img{
  width: 35px;
  height: auto;
}


.menu-lang{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#lang-mobile{
  display: none;
}

#lang-tr-m>span{
  padding-left: 41px;
}

#lang-tr-m>img{
    width: 35px;
    height: auto;
    position: absolute;
    left: 20px;
    top: 18px;
}

#menu>ul>li>label:before,#menu>ul>li>a:before{
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  left:0;
  top: 30%;
  background: transparent;
  transition: all .3s ease;
  transform: translateX(-100%);
  opacity: 0;
}

#menu>ul>li>label:hover:before,#menu>ul>li>a:hover:before{
  transform: translateX(0%);
  opacity: 1;
}

#header{
  position: absolute;
  left: 26px;
  top: 19px;

}

.h100{
   height:80px;
}

.h60{
  height:60px;
}

.bg-0{
 background: #343a40;
}

.bg-img0{
  background: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  top: 0px;
  left: 0px;
}

.bg-img1{
  background: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  top: -35px;
  left: 0;
}

.text-1{
  color: #fff;
}

.text-center{
  text-align: center;
}

#top-position{
  width: 213px;
  height: 80px;
  position: absolute;
  transition: all .2s ease;
  left:10px;
}

.content{
  width: 100%;
}

.page-headers{
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0 40px 0;
  margin: 0;
  position: relative;
}

.page-headers:before{
  content: "";
  width: 100%;
  height: 5px;
  left:0;
  bottom: 0px;
  background-color: #05a4c2;
  position: absolute;
}

.pages{
  min-height: 80vh;
  padding: 0px 60px 0px 60px;
  position: relative;
  background-color: #f8f8f8;
}

.card-wrapper{
  display: flex;
  margin-top: 10px;
}

.card{
  flex:1 0 0;
  border: 1px solid #05a4c2;
  border-radius: 4px;
  margin:10px;

}

.card-body>h3{
    width: 100%;
    text-align: center;
    background: #088ea8;
    margin: 0;
    padding: 20px 0;
    color: #fff;
}

.card-img{
  width: 100%;
  overflow:hidden;
  position: relative;
}

.card-img>img{
  width: 100%;
  height: auto;
  display: block;
  transition: all .3s ease;
}

.card-img:hover img{
 transform: scale(1.2);
}

.list-text{
 
  padding-left: 10px;
  position: relative;
}

.list-text:before{
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 700;
  color: #333;
  position: absolute;
  left:0;
}

.bold-text{
  font-weight: 700;
  padding: 5px;
}

.gallery-container{
  width: 100%;

}

#gallery,#gallery2{
  margin: 0 auto;
 }


.sep{
  margin:0;
}

.form{
  width: 100%;
  display: block;
}

.form-line{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  
}

#form-name,#form-mail,#form-subject,#form-cname,#form-address{
  width: 50%;
  padding: 12px 15px;
     height: auto;
    box-shadow: none !important;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    background-color: #f8f8f8;
    outline: none;
    margin:5px;  
    color: #666;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

#form-mail{
  width: 100%;
}

#form-textarea{
  width: 100%;
  padding: 10px;
  padding: 12px 15px;
     height: auto;
    box-shadow: none !important;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    background-color: #f8f8f8;
    outline: none;
    margin:5px;
    resize: vertical;
    height: 130px;
    color: #666;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
   
}

#form-send-btn{
  
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #666;
    text-transform: capitalize;
    transition: all 0.2s ease;
    text-decoration: none;
    border:#ccc;
    padding: 15px;
    background: #f8f8f8;
    border:1px solid #ccc;
  transition: all .3s ease;
  display: block;
 
}

#form-send-btn:hover{
  background: #666;
  color: #fff;
 
}

.fill{
  padding: 15px 15px 25px 5px;
  text-align: left;
  width: 100%;
 color: #666;
}



#mail-result {
    border: 1px solid #ccc;
    text-align: center;
    display: none;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    display: none;
}

#mail-result>p{
  padding: 10px;
}

#contact-sub{
  display: block;

}

#csub1,#csub2,.csub{
  flex:1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;

}

.csub{
  padding: 40px;
  box-shadow:0 0 3px 0 rgba(0,0,0,.09);
}

#csub1{
  background: #fff;
  margin-bottom: 20px;
}

#csub2,.csub{
  background: #fff;
}

#csub1>p,#csub2>p{
  font-size: 20px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;

}

.rail{
  font-size: 18px;
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #666;
}

.map{
    overflow:hidden;
    padding-bottom:22.25%;
    position:relative;
    height:0;
    background: #ccc;
    width: 100%;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#contacttext{
  padding: 15px;
  background: #f8f8f8;
  width: 100%;
  font-size: 18px;
  border:1px solid #ccc;
  margin-top: 10px;
  color: #666;
}

#contacttext>p{
  text-align: center;
  padding: 5px;
}

.page-target{
  width: 100%;
  height: 60px;
  background: transparent;
  position: absolute;
  left:0;
  top:-60px;
}

.footer{
  background-color: #222;
  padding: 40px;
  position: relative;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}


.footer>p{
  color: #fff;
  text-align: center;

}

#ref-sub{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ref-pic{
  margin: 10px;
  box-shadow: 0 0 2px 2px #ccc;
  padding: 5px;  
}

.ref-pic>img{
  width: 200px;
  height: 200px;
}

#mmenu{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 12px;
  top:14px;  
  border:2px solid #2ccbe9;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all .3s ease;
  display: none;
}

#mmenu:hover #line1{
  top:7px;
}

#mmenu:hover #line3{
  bottom:7px;
}

#line1,#line2,#line3{
  position: absolute;
  width: 70%;
  height: 4px;
  background: #40dcf9;
  left:15%;
  transition: all .2s ease;
}

#line1{
  top:10px;

}

#line2{
  top:calc(50% - 2px);

}


#line3{
  bottom:10px;

}

#menucontrol{
  display: none;
}

#menucontrol:checked ~ ul{
  transform:scaleY(1);
  
}

#menucontrol:checked ~ ul>li>label, #menucontrol:checked ~ ul>li>a{
  display: block;
  border-bottom: 1px solid #05a4c2;
  padding: 20px;
  
}

#menucontrol:checked + #mmenu>#line1{
  transform: rotate(45deg);
  top: calc(50% - 2px);
  background: #F08080;
}

#menucontrol:checked + #mmenu>#line2{
  transform: scale(0);
}

#menucontrol:checked + #mmenu>#line3{
  transform: rotate(135deg);
  top: calc(50% - 2px);
  background: #F08080;
}

#lang-eng{
  display: none;
}

.products{
  display: flex;  
}

.products-subs{
  flex:1 0 0;
  border:1px solid #ccc;
  border-right: none;

}

.product-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex:4 0 0;
  border:1px solid #ccc;
  max-height: 400px;
  overflow-y: scroll;
  padding: 10px 0;
}

.pitem{
  border: 1px solid rgba(0,0,0,.1);
  display: inline-block;
  width: 200px;
  height: 185px;
  margin: 5px;
  position: relative;
  transition: all .2s ease;
}

.pitem>img{
  display: block;
  width: 180px;
  height: auto;
  padding: 10px;
  position: absolute;
  left:0;
  top:0;
}

.protitle{
  text-align: center;
  padding: 10px;
  background-color: rgba(0,0,0,.012);
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
}

.products-subs>ul{
  list-style: none;
  width: 100%;
  height: 100%;

}

.products-subs>ul>li{
  height: 20%;
}

.products-subs>ul>li>label{
  padding: 20px;
  text-align: center;
  display: block;  
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #ccc;  
}

#prolabel4{
  border-bottom:none;
}

.proradio{
  display: none;
}

#proradio1:checked + #prolabel1{background: #05a4c2;color: #fff;}
#proradio2:checked + #prolabel2{background: #05a4c2;color: #fff;}
#proradio3:checked + #prolabel3{background: #05a4c2;color: #fff;}
#proradio4:checked + #prolabel4{background: #05a4c2;color: #fff;}
#proradio5:checked + #prolabel5{background: #05a4c2;color: #fff;}

#proselect{

  width: 100%;
  padding: 20px 10px;
  color: #666;
  display: none;
  font-size: 16px;
}

#eplogo{
  display: flex;
  justify-content: center;
  align-content: 
}

.ug-arrow-left.ug-skin-default, .ug-arrow-right.ug-skin-default {
    width: 36px;
    height: 36px;
    background-image: url(../skins/default/tile_button_left.png);
    background-position: 0px 0px;
    opacity: .6;
}

.ug-arrow-left.ug-skin-default.ug-arrow-hover,
.ug-arrow-right.ug-skin-default.ug-arrow-hover{
  background-position:0px -36px;
   opacity: 1;
}

.ug-arrow-right.ug-skin-default {
    background-image: url(../skins/default/tile_button_right.png);
}

#iso{
  position: relative;
  margin-bottom: 20px;
  
}

#iso>img{
  width: 100px;
  height: 100px;
  border-radius: 250px;
  box-shadow: 0 0 9px 1px #fff;

}

#iso:hover>img{
   box-shadow: 0 0 12px 3px #fff;
}

@media (max-width: 1040px){
  #menu>ul{transform: scaleY(0);}    
  #lang-mobile{ display: block;}

  #menu>ul{

    transform:scaleY(0);
    position: absolute;
    top:80px;
    left: 0;
    background: #343a40;
    width: 100%;
    height: auto;
    padding-right: 0px;
    display: block;
    transition:all .2s ease;
    transform-origin: 0 0;
    margin-right: 0px;
  }

  #menu>ul>li>label, #menu>ul>li>a{
    color: #fff;
    display: block;    
  }

  #mmenu{
    display: block;
  }

  .lang{
    display: none;
  }

  #menu>ul>li>label:before,#menu>ul>li>a:before { top: 36%;}
}


@media(max-width: 745px){
  .card-wrapper{
    display: block;
  }

  .card{
    margin:20px 0 20px 0;
  }

  .pages{
    min-height: auto;
  }

  #ctext1,#ctext2{
    float: none;display: block;
    padding: 15px;
    text-align: center;
    font-size: 15px;
  }
}


@media(max-width: 550px){
  .pages{
    padding: 0 15px;
  }

.form-line{
    display: block;
  }

  #form-name,#form-mail,#form-subject,#form-cname,#form-address{
    width: 100%;
  }

}

@media(max-width: 900px){
  .map{
    padding-bottom:42.25%;
  }
}

@media(max-width: 500px){
  .map{
    padding-bottom:62.25%;
  }

  .csub{
  padding: 40px 20px;
  box-shadow:0 0 3px 0 rgba(0,0,0,.09);
}
}

@media(max-width: 1110px){
 #proselect{
  display: block;
 }

 .products-subs{
  display: none;
 }

}

