.ring-container {
    position: relative;
}
 .mmtext{
     color:#080808; margin-top:-40px; font-size:20px; padding:13%; padding-top:65px; padding-bottom:69px;
 }
 
 

.arrow-down {
	position: relative;
	background: #11c62f;
 	margin-top:-46px !important;

}
.arrow-down:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(53, 196, 235, 0);
	border-top-color: #11c62f;
	border-width: 28px;
	margin-left: -28px;
  
}


 .arrow-up2 {
	position: relative;
	background: #11c62f;
}
.arrow-up2:after, .arrow-up2:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	  transform: rotate(180deg);

	border-color: rgba(53, 196, 235, 0);
	border-top-color: #11c62f;
	border-width: 28px;
	margin-left: -28px;
}

 
.circle {
    width: 15px;
    height: 15px;
    background-color: #35c4eb;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 5px;
}

.ringring {
    border: 3px solid #35c4eb;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0px;
    right:1px;
    top: 1px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}
ol.xlss {
  position: relative; 
  width: auto;
}

ol.xlss li,
ol.xlss li.active {
  float: left;
  width: 33%;
  height: 10px;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: #35c4eb;
}

ol.xlss li.active {
  background: #35c4eb;
}


.title-xt{
color:#35c4eb;
padding:0;
padding-bottom:20px;
font-size:39px !important;
line-height:40px;
letter-spacing:-1.80px;
}

.title-xt2{
color:#35c4eb;
padding:0;
padding-bottom:20px;
font-size:48px !important;
line-height:50px;
letter-spacing:-1.80px;
}


.foott:before{
     
 		background: 
					linear-gradient(-45deg, #35c4eb 16px, red 16px, blue 16px,  transparent 0), 
					linear-gradient(45deg, #35c4eb 16px, transparent 0);
        background-position: left top;
        background-repeat: repeat-x;
        background-size: 32px 32px;
        content: " ";
        display: block;

        height: 32px;
		width: 100%;

		position: relative;
		bottom: 90px;
		left:0;
 


}
.pulse-button {

  position: relative;
  width: 100px;
  height: 100px;
  border: none;
  box-shadow: 0 0 0 0 #4cae4c;
  border-radius: 10%;
   cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.form-group2{
    background:#f4f4f4;
    padding:6px;
    width:100%;
    height:68px;
    border-radius:3px;
    margin-bottom:21px;
}

.has-danger{
    background:#ff9494;
    padding:6px;
     width:100%;
     color:#fff;
     height:68px;
    border-radius:3px;
    margin-bottom:21px;
}
.has-success{
    background:#94ffa3;
    padding:6px;
     width:100%;
     color:#fff;
     height:68px;
    border-radius:3px;
    margin-bottom:21px;
}

 .has-danger-text{
color:#fff !important;
 }

 .has-danger-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color:#fff !important;
  opacity: 1; /* Firefox */
}

 .has-danger-text::-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#fff !important;
}

 .has-danger-text::-ms-input-placeholder { /* Microsoft Edge */
color:#fff !important;
}


@font-face {
  font-family:"Seravek-Medium";
  src: url("Seravek-Medium.ttf") format("truetype");
}
@font-face {
  font-family:"Seravek";
  src: url("Seravek.ttf") format("truetype");
}
@font-face {
  font-family:"Seravek-Light";
  src: url("Seravek.ttf") format("truetype");
}
.carousel-inner > .item > img{
margin:auto;
}

.bold{
      font-family:"Seravek-Medium" !important;

}
h1 .bold{
      font-family:"Seravek-Medium" !important;

}


.fa-beat {
  animation:fa-beat 5s ease infinite;
}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}



.swiper-container {
    width: 100%;
    height: auto;
        text-align:center !important;

}

.footer-down-text{
    font-size:12px;
}
.fab, .far, .fas{
    font-size:110px;
}

.swiper-slide {
  height: 100%;
    width: 60%;
    position: relative;
    vertical-align: middle;
    border-style: none;
      object-fit: contain;

}

 .carousel-inner > .item > img{
margin:auto;
width:100%
}

.form-control{
    margin-top:10px;
    border-radius:0px;
    border:0px solid #f1f1f1;
    height:auto;
font-size:16px;
    background:transparent;
     -webkit-appearance:none;
           font-family:"Seravek-Medium" !important;

    box-shadow: none !important;}

.col-centered {
    float: none;
    margin: 0 auto;

} 

  
.form-group.required label:after { 
   content:" *";
   color:red;
}
.accordion-icons:before {
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    content:"\f067";
    padding-right: 4px;
    float:right;
}
.accordion-icons a.collapsed:after {
    content:"\f07c";
        color:red;

}
.accordion-icons a.collapsed {
    content:"\f07c";
    color:red;
}
.accordion-icons .a:hover, 
.accordion-icons .a:active, 
.accordion-icons .a:focus  {
    text-decoration:none;
}

select{    
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
  margin-top:10px;
	background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 98% 30%;
  padding-right:0px;
  padding-left:13px;
        font-family:"Seravek-Medium" !important;

}

label{
    background:transparent;
  font-family: inherit;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight:normal;
  margin-bottom:0px;
}

body {
  padding-bottom: 0px;
  background: #fff;
  color:#080808;
  font-weight:200;
 font-family: 'Seravek', sans-serif;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   
} 

footer {
  width:100vw;
  position:fixed;
  bottom:0px
}
footer div {
  background-color:#35c4eb;
   padding:0px;
  color: #fff;
  text-align:center;
}
svg {
  width:100%;
}
.arrow {
  stroke-width: .3px;
  stroke:yellow;
}
.topball {
  animation: ball 1.5s ease-in-out;
  animation-iteration-count:infinite;
  animation-direction: alternate;
  animation-delay: 0.3s;
  cursor:pointer;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #35c4eb;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #35c4eb;
  stroke-width:0.5;
  opacity:.8; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
  	filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}
}






h2,h1,h3,h4,.carousel-caption{
 font-family: 'Seravek-Light', sans-serif;
     letter-spacing:-1.80px;
 }

.normal,.btn{
    letter-spacing:0px;
	
}

.col-lg-4{	
 	font-size:13px;
 }

.rbox{
 
	padding:45px;
  	padding-bottom:16px !important;
	
}

.az-box:hover{
	background:#df5757;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}
.az-box img{
	padding-bottom:11px;
}

header {
  position: relative;
  height: 760px;
  overflow: hidden;
 
}
 
 .footer-text{
     font-size:13px !important;
     color:#777 !important;
 }
@media (min-width:920px) {

.col-lg-4{
    padding-right:0;
    margin-right:-20px;
}
.box-main{
    padding-left:70px;
    margin-right:0px;
}
.bg_dot_s {
    margin-top:-152px;
 
  width: 100%;
  height: 400px;
  background:#fff;
  background-image: url('dots.png');
  background-repeat: no-repeat;
   background-position: center; 
  background-size: 100%;
 }
 
.rabattis-app{
    top:0;
    position:relative;
    float:right;
    margin-right:15%;
    margin-top:-7%;
}



}

 



.arrow-up {
	position: relative;
	background: #35c4eb;
}
.arrow-up:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(53, 196, 235, 0);
	border-top-color: #35c4eb;
	border-width: 28px;
	margin-left: -28px;
}


@media (max-width:920px) {
    
 .rabattis-app{
        float:center;
        margin-right:0%;
        margin-top:0;
        text-align:center !important;
        padding-bottom:120px;
   display:none_ !important;
          
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}


.mikatel-box{
    text-align:center !important;
}

.mikatel-box h1{
    text-align:center !important;
    font-size:38px !important;
    line-height:28px !important; 
}


.mikatel-box p{
     font-size:19px !important;
     padding:22px;
     margin-top:8px;
 }

 
}


@media (max-width:680px) {
 
 .mmtext{
     color:#080808; margin-top:-40px; font-size:16px; padding:13%; padding-top:65px; padding-bottom:69px;
 }
 .small{
     font-size:15px;
 }
 
 

 .title-xt2{
color:#35c4eb;
padding:0;
padding-bottom:20px;
font-size:42px !important;
line-height:46px;
letter-spacing:-1.80px;
}



 .title-xt{
color:#35c4eb;
padding:0;
padding-bottom:17px;
font-size:40px !important;
line-height:46px;
     letter-spacing:-1.80px;
}

.fab, .far, .fas{
    font-size:35px;
}
	header {
    height: 700px;
}
}

.header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#35c4eb;
  
 }
 

.header__bg:after {
    background: linear-gradient(-45deg, #ffffff 16px, transparent 0), linear-gradient(45deg, #ffffff 16px, transparent 0);
    background-position: left-bottom;
    background-repeat: repeat-x;
    background-size: 32px 32px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
}

h1 {
  margin: 0;
  padding: 100px 0;
  font: 44px "Arial";
 font-family: 'Seravek-Light', sans-serif;

  text-align: center;
}

header h1 {
  position: relative;
  color: white;
 font-family: 'Seravek-Light', sans-serif;

}


h1{
	color:#fff;
 font-family: 'Seravek-Light', sans-serif;

}

a, a:active, a:hover{
	color:#8c6e49;
}
 
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

 .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

 
.carousel {
  height: 500px;
  margin-bottom: 60px;
 }
 
 .carousel-inner2{
	 background:#000 !important;
 }
 
 
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
  margin-top:40px;
  font-size:17px;
}

  

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
