@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
body
{
	margin: 0;
  cursor: none;
}
h2, h3
{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
p, li, td
{
  font-family: 'Ubuntu', sans-serif;

}
.mail
{
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 280px;
  right: 0;
  background-color: #25d366;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 50px;
  transition: all .5s;
  background-image: linear-gradient(darkblue,blue);
}
.mail:hover
{
  background-color: #EA7527;
  color: #fff;
}
.insta
{
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 160px;
  right: 0;
  background-color: #25d366;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 50px;
  transition: all .5s;
  background-image: linear-gradient(#FDA44A, #AA2FBD);
}
.insta:hover
{
  background-color: #EA7527;
  color: #fff;
}
.nwhatsapp
{
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 220px;
  right: 0;
  background-color: #25d366;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 50px;
  transition: all .5s;
}
.nwhatsapp:hover
{
  background-color: #EA7527;
  color: #fff;
}
.youtube
{
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 100px;
  right: 0;
  background-color: red;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 50px;
  transition: all .5s;
  
}
.youtube:hover
{
  background-color: black;
  color: #fff;
}
.spotify
{
  position: fixed;
  width: 60px;
  height: 50px;
  bottom: 40px;
  right: 0;
  background-color: #00D95F;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  z-index: 999;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  line-height: 50px;
  transition: all .5s;
  
}
.spotify:hover
{
  background-color: green;
  color: #fff;
}
.cursor {
  width: 40px;
  height: 40px;
  mix-blend-mode: difference;
    background: #fff;
  border-radius: 100%;
  border: 1px solid black;
  transition: all 150ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);

}

.cursor2 {
 
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: black;
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
}
.hover {
  background-color: red;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
.button
{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #1485A0;
  color:white;
  transition: background-color 0.5s;
}
.button:hover
{
  background-color: #1C1E2B;
}
img
{
	width: 100%;
}
a
{
	text-decoration: none;
	color: black;
}

.header
{
	display: flex;
	padding-left: 5%;
	padding-right: 5%;
	gap: 5px;

	
	color:white;
	position: absolute;
	width: 90%;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: rgb(0,0,0,0.3);
	z-index: 1;
}
.header_c1
{
	flex: 17%;


}
.header_c2
{
	flex: 75%;
	padding-top: 5px;


}
.header_c3
{
	flex: 5%;

	
}
.header_c2 ul 
{
	list-style-type: none;
	padding-left: 10px;

}

.header_c2 ul li a
{
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	color: white;
   transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  position: relative;
 padding-bottom: 12px;

}
.header_c2 ul li a::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 4px;
  margin-left: 10%;
  margin-right:10%;
  border-radius: 4px;
  background-color: white;
  bottom: 0;
  left: 0;

  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.header_c2 ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
 


/*Starting Floating Menu*/
#burger-toggle {
  position: absolute;
  appearance: none;
  opacity: 0;

}
#burger-toggle:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
#burger-toggle:checked ~ .menu .menu-nav-link span div,
#burger-toggle:checked ~ .menu img,
#burger-toggle:checked ~ .menu .title p {
  transform: translateY(0);
  transition: 1.2s 0.1s cubic-bezier(0.35, 0, 0.07, 1);
}
#burger-toggle:checked ~ .menu .image-link:nth-child(1) img {
  transition-delay: 0.18s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(2) img {
  transition-delay: 0.26s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(3) img {
  transition-delay: 0.34s;
}
#burger-toggle:checked ~ .menu .image-link:nth-child(4) img {
  transition-delay: 0.42s;
}
#burger-toggle:checked ~ .burger-menu .line::after {
  transform: translateX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(1) {
  transform: translateY(calc(var(--burger-menu-radius) / 5)) rotate(45deg);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(2) {
  transform: scaleX(0);
}
#burger-toggle:checked ~ .burger-menu .line:nth-child(3) {
  transform: translateY(calc(var(--burger-menu-radius) / -5)) rotate(-45deg);
}

.burger-menu {
  --burger-menu-radius: 4em;
  position: fixed;
  top: 1vh;
  right: 5vw;
  z-index: 100;
  display: block;
  width: var(--burger-menu-radius);
  height: var(--burger-menu-radius);
  outline: none;
  cursor: pointer;



  
}
.burger-menu .line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 3px;
  background: rgba(43, 61, 79, 0.3);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;

  background-color: white;
}
.burger-menu .line:nth-child(1) {
  top: 30%;
}
.burger-menu .line:nth-child(2) {
  top: 50%;
}
.burger-menu .line:nth-child(3) {
  top: 70%;
}
.burger-menu .line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color-darker);
  transform: translateX(-100%);
  transition: 0.25s;
}
.burger-menu .line:nth-child(2)::after {
  transition-delay: 0.1s;
}
.burger-menu .line:nth-child(3)::after {
  transition-delay: 0.2s;
}
.burger-menu:hover .line::after {
  transform: translateX(0);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1a1e23;
  opacity: 0;
  overflow-x: hidden;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .menu {
    display: block;
  }
}
.menu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .menu-nav {
    flex-direction: column;
  }
}
.menu-nav-item {
  flex: 1;

  font-size: 18px;
  line-height: 2.5;
}
.menu-nav-link {
  position: relative;
  display: inline-flex;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  
}
.menu-nav-link:hover
{
  color: #1485A0;
  

}


.menu-nav-link span {
  overflow: hidden;
}
.menu-nav-link span div {
  transform: translateY(102%);
}
.menu-nav-link::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.menu-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menu .gallery {
  margin-top: 60px;
  text-align: center;
}
.menu .title {
  font-size: 24px;
  color: white;
  overflow: hidden;
}
.menu .title p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(102%);
}
.menu .images {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .menu .images {
    justify-content: center;
  }
}
.menu .images .image-link {
  width: 15vw;
  margin: 0 12px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .menu .images .image-link {
    width: 40vw;
    margin: 0 12px 12px 0;
  }
}
.menu .images .image-link .image {
  position: relative;
  transition: 0.6s;
}
.menu .images .image-link .image::before {
  position: absolute;
  content: attr(data-label);
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.4s;
}
.menu .images .image-link:hover .image {
  transform: scale(1.2);
}
.menu .images .image-link:hover .image::before {
  opacity: 1;
}
.menu .images img {
  height: 250px;
  transform: translateY(102%);
}

/*ending Floating Menu*/



.slider
{
	display: flex;
	background-image: url(../img/slider.JPG);
	height: 775px;
	background-size: cover;
	

}
.slider_c1
{
	flex: 100%;
	position: relative;
}
.slider_bg
{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(0,0,0,0.3);
	
}
.slider_content
{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color: white;

}

.slider_content h1
{
	font-size: 68px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;


}
.slider_content p
{
	
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
  font-weight: 600;

}




.tag
{
  display: flex;
  background-image: url(../img/tag.jpeg);
  height: 375px;
  background-size: cover;
  background-position: center;
 


}
.tag_c1
{
  flex: 100%;
  position: relative;
}
.tag_bg
{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0,0,0,0.5);
  
}
.tag_content
{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color: white;

}

.tag_content h1
{
  font-size: 56px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;

}
.tag_content p
{
  
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;

}

.intro
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  gap:25px;
  background-color: #F4F1F8;
}
.intro_c1
{
  flex: 65%;
}
.intro_c2
{
  flex: 33%;
}

.intro_c1 p
{
  text-align: justify;
  line-height: 1.6;
   color: #717171;
}


.section
{
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  padding-top: 5%;
  padding-bottom: 5%;
}
.section_c1
{
  flex: 100%;
}
.section_c1 ol li
{
  text-align: justify;
  line-height: 1.6;
   color: #717171;
}
.section_c1 p
{
  text-align: justify;
  line-height: 1.6;
   color: #717171;
}

.uber
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  gap:25px;
  background-color: #F4F1F8;
}
.uber_c1
{
  flex: 65%;
}
.uber_c2
{
  flex: 33%;
  margin-top: 3%;
}
.uber_c1 p
{
  text-align: justify;
  line-height: 1.6;
   color: #717171;
}
.uber_c1 h2
{
  margin: 5px;
}
.uber_c1 table td
{
  color: #717171;
  line-height: 2;
}
.impress
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  gap:25px;
  flex-wrap: wrap;
  margin-top: 5%;
  padding-bottom: 5%;
}
.impress_c1
{
  flex: 45%;
  background-color: #4A4F55;
  padding: 1%;
  color: white;

}
.impress_c2
{
  flex: 45%;
   background-color:#BEBEBE;
   padding: 1%;
}
.impress_c3
{
  flex: 100%;
}
.impress_c1 p
{
  text-align: justify;
  line-height: 1.8;
}
.impress_c2 p
{
  text-align: justify;
  line-height: 1.8;

  
}
.impress_c3 h2
{
  text-align: center;
  margin-bottom: 0;
}
.impress_c3 p
{
  
  line-height: 1.8;
  text-align: center;
  color: #717171;
}

.und
{
  display: flex;
  background-color: #F4F1F8;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.und_c1
{
  flex: 100%;
}
.und_c1 p
{
  text-align: justify;
  line-height: 1.8;
}
.rahmen
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.rahmen h2
{
  margin-bottom: 5px;
  text-align: center;
}
.rahmen p
{
  text-align: justify;
  line-height: 1.8;
   color: #717171;
}
.rahmen_c1 h3
{
  margin: 5px;
  font-weight: 600;
  font-size: 24px;
}
.rahmen_c1 table td
{
  color: #717171;
  line-height: 2;
}
.agb
{
  display: flex;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #EEEEEE;
}
.agb_c1
{
  flex: 100%;
  
}
.agb_c1 p
{
  text-align: justify;
  line-height: 1.8;
  color: #717171;
}

.agb_c1  .collapsible {
background-color:#FFFFFF;
color:#000000;
cursor: pointer;
padding:10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin-top:2%;
-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -5px rgba(0,0,0,0.75);
border-right:2px solid #051424;
font-family: 'Roboto Slab', serif; 
}

.agb_c1 .title
{
margin-left:1%;
line-height:3;
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
color: #717171;
}


.collapsible:after {
content: '\002B';
color: white;
font-weight: bold;
float: left;
background-color:#4A4F55;
padding: 12px;
padding-left:15px;
padding-right:15px;
border-radius:5px;
}

.active:after 
{
background-color:#333333;
}

.agb_c1 .content {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
-webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -5px rgba(0,0,0,0.75);
background-color: white;

}

.agb_c1 .content ol li
{
color:#666666;
line-height:1.5;
}


.data
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
 
}
.data_c1 
{
  flex: 100%;
}
.data_c1 p
{
  line-height: 1.8;
  color: #717171;
}
.data ul
{
  padding-left: 18px;
}
.data ul li
{
  line-height: 2;
  color: #717171;
}

.prot
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #F4F1F8;
 
}
.prot_c1
{
  flex: 100%;
}
.prot_c1 p
{
  line-height: 1.8;
  color: #717171;
}
.prot_c1 ul
{
  padding-left: 18px;
}
.prot_c1 ul li
{
  line-height: 2;
  color: #717171;
}
.blog
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
 gap: 25px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.blog_c1
{
  flex: 68%;
}
.blog_c2
{
  flex: 28%;
}
.blog_c1 h1
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog_c1 p
{
  color: color: #717171;;
  line-height: 1.6;
  text-align: justify;
}
.blog_menu
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  flex-wrap: wrap;
  gap:50px;
  margin-top: 5%;
  margin-bottom: 5%;
}
.blog_menu_c1
{
  flex: 100%;
}
.blog_menu_c2
{
 
  flex-grow: 0;
   flex-basis: 30%;
}
.blog_menu_c2 h2
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog_menu_c2 p
{
  text-align: justify;
  line-height: 1.6;
  margin-top: 5px;
  color: gray;
}
.footer
{
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  background-color: #1C1E2B;
}
.footer_c1
{
  flex: 25%;
  color: white;
}
.footer_c2
{
  flex: 20%;
  margin-left: 5%;
}
.footer_c3
{
  flex: 20%;
  color: white;
}
.footer_c3 img
{
  width: 25%;
}
.footer_c4
{
  flex: 25%;
  color: white;
}
.footer_c1 p
{
  line-height: 1.6;
  text-align: justify;
}
.footer_c2 h3
{
  color: white;
  margin-top: 0;
}
.footer_c2 ul
{
  list-style-type: none;
  padding: 0;
}
.footer_c2 ul li
{
  line-height: 2;
  color: white;
}
.footer_c2 ul li a
{
 
  color: white;
}
.footer_c3 h3
{
  margin-top: 0;
}
.footer_c4 h3
{
  margin-top: 0;
}
.footer_c4 table
{
  width: 100%;
}
.footer_c4 table td
{
  padding: 5px;
  line-height: 2;
  vertical-align: top;
}
.footer_c4 table td a
{
  color: white;
}





.testimonial { 

width: 100%;
padding-top: 5%;
padding-bottom: 8%;
display: flex;
background-color: #F4F1F8;
flex-wrap: wrap;

}
.testimonial_c1
{
  flex: 100%;
}


.testimonial h2
{
text-align:center;
color:#051424;
margin-bottom: 5px;
}
.testimonial .subline
{
    margin-top: 0;
    text-align: center;
}

.testimonial span
{
color:#00A384;
}

.testim .wrap 
{
position: relative;
width: 100%;
max-width: 70%;
padding: 40px 20px;
margin: auto;


border-radius:5px;

}


#testim-content p
{
    color: #0D2F4B;

}
.testim .arrow {
    display: block;
    position: absolute;
    color: #0D2F4B;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
  
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
    box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.75);
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
  
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #666666;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}



@media all and (max-width: 480px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}

@media all and (max-width : 480px)
{
  .header_c2
  {
    display: none;
  }
  .burger-menu
  {
    font-size: 12px;
    top: 0.1vh;
  }
  .menu-nav
  {
    margin-top: 25%;
  }
  .menu-nav-item
  {
    line-height: 2;
    font-size: 18px;
  }
  .intro
  {
    flex-wrap: wrap;
  }
  .intro_c1, .intro_c2
  {
    flex: 100%;
  }
   .uber
  {
    flex-wrap: wrap;
  }
  .uber_c1, .uber_c2
  {
    flex: 100%;
  }
  .impress
  {
    padding-left: 0; 
    padding-right: 0;
  }
  .impress_c1, .impress_c2, .impress_c3
  {
    padding: 5%;
  }
  .tag_content .font
  {
    font-size: 18px;
  }
  .agb
  {
    padding-left: 0%;
    padding-right: 0%;

  
  }
 

  .footer
  {
    flex-wrap: wrap;
  }
  .footer_c1, .footer_c2, .footer_c3, .footer_c4
  {
    flex: 100%;
    margin-bottom: 5%;
  }
}