*{

font-family: 'Roboto', sans-serif;
}
body {
 
  min-height: 1000px;
  color: #333;
 font-family: 'Roboto', sans-serif;
}

.wrapper {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100px;
  background: #ffffff;

}
#header a {
  width: 13.3%;
  display: block;
  float: left;
  text-align: center;
  line-height: 80px;
  color: #333;
  text-decoration: none;
  height: 100%;
  font-size: 18px;
   font-weight: 900;
   color: #0094a5;

   font-family: 'Roboto', sans-serif;

}
#header a.logo {
  width: 20%;
}
#header a.logo img {
  max-width: 100%;
}

#content {
  margin-top: 200px;
}
#content h1 {
  text-align: center;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
@import url("https://fonts.googleapis.com/css?family=Poppins");
.nav-bars,
header nav span,
.text-clip .divider {
  display: block;
  height: 2px;
  width: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
}
.nav-bars:not(:last-of-type),
header nav span:not(:last-of-type),
.text-clip .divider:not(:last-of-type) {
  margin-bottom: 4px;
}



img {
  max-width: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style-type: none;
}


#logo {
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  line-height: 1.5rem;
}
.main-contact{
	background:url(../images/contact.jpg);
	background-size:cover;
	padding:50px 0;
	height: 60vh;
}
header {
  position: relative;
  height: 50px;
}
header nav {
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
header nav #burger-menu {
  display: inline-block;
}

.user-area {
  display: inline-block;
  float: right;
}
.user-area i {
  padding-left: 20px;
}
.user-area:after {
  content: "";
  display: table;
  clear: both;
}

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

#slider {
  position: relative;
  height: calc(100% - 50px);
 background: #fff;
}

.slides {
  padding: 0;
  position: relative;
  margin: 2em auto;
  width: 85%;
  height: 100%;
}
.slides li {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-in-out;
  -o-transition: opacity 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out;
}
.slides li.active {
  opacity: 1;
  -webkit-transition: opacity 0.65s ease-in-out;
  -o-transition: opacity 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slides li.active .animate .from-bottom {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: -webkit-transform 0.55s ease;
  -o-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.slides li.active .animate .from-left {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: -webkit-transform 0.55s ease;
  -o-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.slides .slide-image {
  width: 50%;
  float: left;
  padding: 0 50px;
  text-align: center;
  overflow: visible;
}
.slides .slide-image img {
  max-width: 100%;
  max-height: 36vw;
  vertical-align: middle;
}
.slides .slide-content {
  max-width: 50%;
  display: inline-block;
  float: left;
  padding-right: 50px;
  text-align: right;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.slides .slide-content h2 {
  font-size: 3rem;
  line-height: 1.3em;
  margin: 0;
}
.slides .slide-content p {
  padding-left: 40px;
  font-size: 1em;
  color: #969696;
  line-height: 24px;
  margin-bottom: 20px
}
.slides .slide-content .product-type {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 6px;
  text-align: right;
}
.slides .slide-content a {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  color: #006e80;
  position: relative;
}
.slides .slide-content a:hover {
  text-decoration: none;
}

.slides a.shop-now:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  background-color: #ff7c27;
  z-index: -1;
  top: 0;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.animate {
  position: relative;
  overflow: hidden;
}
.animate .from-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.animate .from-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

.text-clip {
  background: url("http://res.cloudinary.com/faaezahmd/image/upload/v1496575220/bara-slider/3.jpg");
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 6rem;
  line-height: 100%;
  background-position: center;
  margin: 0;
  margin-left: -80px;
}
.text-clip span.small {
  font-size: 3rem;
  vertical-align: middle;
}
.text-clip .divider {
  width: 30px;
  display: inline-block;
  margin-left: 10rem;
  margin-right: 3rem;
  vertical-align: middle;
}

.slide-1 hr.slider-bottom {
  display: inline-block;
  border-bottom: 0px solid #969696;
  width: 320px;
  vertical-align: middle;
  margin-left: -10em;
}

.slide-1 hr.slider-top {
  border-bottom: 0px solid #969696;
  margin: 3em auto;
  width: 125px;
}

.slide-1 h4 {
  display: inline-block;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding-left: 40px;
}

.slider-bottom-area {
  margin-top: 100px;
  text-align: center;
}

#container {
  position: relative;
 height: 100px;
 
}

.line-two {
  padding-left: 10rem;
}

.slide-label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #000;
  display: inline-block;
  position: absolute;
  left: -8%;
  top: 50%;
  z-index: 10;
}

.slider-nav {
  display: inline-block;
  position: absolute;
  width: 20px;
  right: 0px;
  bottom: 70%;
  cursor: pointer;
}

.slide-nav-up,
.slide-nav-down {
  display: inline-block;
  padding-bottom: 12px;
  position: absolute;
}

.slide-nav-up {
  bottom: 0px;
  opacity: 0.5;
}

.slide-nav-down {
  border-bottom: 1px solid #969696;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}

footer #social-media span {
  font-size: 0.9rem;
  font-weight: 100;
  padding-right: 15px;
}
    @import url("https://fonts.googleapis.com/css?family=Poppins");
.nav-bars,
header nav span,
.text-clip .divider {
  display: block;
  height: 2px;
  width: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
}
.nav-bars:not(:last-of-type),
header nav span:not(:last-of-type),
.text-clip .divider:not(:last-of-type) {
  margin-bottom: 4px;
}


img {
  max-width: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style-type: none;
}

.footer-list-top li {
  display: inline-block;
  width: 100%;
}

#logo {
  font-size: 1.5rem;
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100px;
  line-height: 1.5rem;
}
.logo img{
  margin: auto;
}
header {
  position: relative;
  height: 50px;
}
header nav {
  cursor: pointer;
  font-size: 0.9rem;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}
header nav #burger-menu {
  display: inline-block;
}

.user-area {
  display: inline-block;
  float: right;
}
.user-area i {
  padding-left: 20px;
}
.user-area:after {
  content: "";
  display: table;
  clear: both;
}

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

#slider {
  position: relative;
  height: calc(100% - 50px);
  height: calc(100% - 250px);
    margin-top: 150px;
    background: #fff;
}

.slides {
  padding: 0;
  position: relative;
  margin: 2em auto;
  width: 85%;
  height: 100%;
}
.slides li {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.65s ease-in-out;
  -o-transition: opacity 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out;
}
.slides li.active {
  opacity: 1;
  -webkit-transition: opacity 0.65s ease-in-out;
  -o-transition: opacity 0.65s ease-in-out;
  transition: opacity 0.65s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slides li.active .animate .from-bottom {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: -webkit-transform 0.55s ease;
  -o-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.slides li.active .animate .from-left {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.55s ease;
  transition: -webkit-transform 0.55s ease;
  -o-transition: transform 0.55s ease;
  transition: transform 0.55s ease;
  transition: transform 0.55s ease, -webkit-transform 0.55s ease;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.slides .slide-image {
  width: 50%;
  float: left;
  padding: 0 50px;
  text-align: center;
  overflow: visible;
}
.slides .slide-image img {
  max-width: 100%;
  max-height: 36vw;
  vertical-align: middle;
}
.slides .slide-content {
  max-width: 50%;
  display: inline-block;
  float: left;
  padding-right: 50px;
  text-align: right;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.slides .slide-content h2 {
  font-size: 3rem;
  line-height: 1.3em;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
}
.slides .slide-content p {
  padding-left: 40px;
  font-size: 12px;
  color: #969696;
  line-height: 24px;
}
.slides .slide-content .product-type {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 6px;
  text-align: right;
}
.slides .slide-content a {
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.slides .slide-content a:hover {
  text-decoration: none;
}

.slides a.shop-now:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  background-color: #dae6e6;
  z-index: -1;
  top: 0;
  -webkit-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.animate {
  position: relative;
  overflow: hidden;
}
.animate .from-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
.animate .from-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  -o-transition: transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}

.text-clip {
  background: url("3.jpg");
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 6rem;
  line-height: 100%;
  background-position: center;
  margin: 0;
  margin-left: -80px;
}
.text-clip span.small {
  font-size: 3rem;
  vertical-align: middle;
}
.text-clip .divider {
  width: 30px;
  display: inline-block;
  margin-left: 10rem;
  margin-right: 3rem;
  vertical-align: middle;
}

.slide-1 hr.slider-bottom {
  display: inline-block;
  border-bottom: 0px solid #969696;
  width: 320px;
  vertical-align: middle;
  margin-left: -10em;
}

.slide-1 hr.slider-top {
  border-bottom: 0px solid #969696;
  margin: 3em auto;
  width: 125px;
}

.slide-1 h4 {
  display: inline-block;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding-left: 40px;
}

.slider-bottom-area {
  margin-top: 100px;
  text-align: center;
}


.line-two {
  padding-left: 10rem;
}

.slide-label {
  font-size: 0.8rem;
  font-weight: 800;
  color: #000;
  display: inline-block;
  position: absolute;
  left: -8%;
  top: 50%;
  z-index: 10;
}

.slider-nav {
  display: inline-block;
  position: absolute;
  width: 20px;
  right: 0px;
  bottom: 50%;
  cursor: pointer;
}

.slide-nav-up,
.slide-nav-down {
  display: inline-block;
  padding-bottom: 12px;
  position: absolute;
}

.slide-nav-up {
  bottom: 0px;
  opacity: 0.5;
}

.slide-nav-down {
  border-bottom: 1px solid #969696;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5;
}

footer #social-media span {
  font-size: 0.9rem;
  font-weight: 100;
  padding-right: 15px;
}

.box {
  width: 100%;
  height: 470px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  background: #fbfcee;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.wave {
  opacity: 0.4;
  position: absolute;
  top: 60%;
  left: 70%;
  background: #0094a5;
  width: 100%;
  height: 700px;
  margin-left: -500px;
  margin-top: -500px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  -webkit-animation: drift 15000ms infinite linear;
          animation: drift 15000ms infinite linear;
}

.wave.-three {
  -webkit-animation: drift 20000ms infinite linear;
          animation: drift 20000ms infinite linear;
}
.tab p{
  color: #fff;
}
.tab h2{
  color: #fff;
}
.wave.-two {
  -webkit-animation: drift 30000ms infinite linear;
          animation: drift 30000ms infinite linear;
  opacity: 0.1;
  background: yellow;
}

.box:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #002f5f, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
 
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  
  font-family: 'Roboto', sans-serif;
 
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-indent: 0.3em;
}
.title {
	font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 0 40px;
}

@-webkit-keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.about-sec{
    /*
background: url(../icons/z3.jpg);
*/
background:whitesmoke;
    background-size: cover;
padding-top:80px;
}
.mrow{
   background: url(../icons/z1.png);
       background-size: 100%;
background-repeat: no-repeat;
   padding:80px;
display:flex;
}
.mrow p{
   font-size: 14px;
    padding-left: 50px;
    color: #fff;
}
.mrow img{
width: 40%;
    position: relative;
    top: -30px;
    right: -66px;
}
.about h3 {
  font-size: 1.5em;
    color: #0094a5;
    margin-bottom: 10px;
}
.about h2 {
  font-size: 1.5em;
    color: #0094a5;
    margin-bottom: 10px;
}
.p-head{
  font-size:40px
}
.about p{
  font-family: 'Roboto', sans-serif;
  line-height: 2;
}
.banner-c h2{
  font-size: 2em;
    color: #fff;
    text-align: center;
    padding-top: 4em;
    text-shadow: 0 0 black;
}
/* review slider*/
.reviews-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 110px;
  border: none;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  outline: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: filter 0.25s;
}
.reviews-slider .slick-arrow::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.reviews-slider .slick-arrow:hover {
  filter: brightness(130%);
  opacity: 0.8;
}
.reviews-slider .slick-arrow.slick-disabled {
  filter: brightness(150%) grayscale(100%);
  cursor: default;
}
.reviews-slider .slick-prev {
  left: 1rem;
}
.reviews-slider .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23444' d='M150 191c-1.7 0-3.3-.5-4.6-1.7l-56.7-56.8c-2.5-2.5-2.5-6.5 0-9l56.7-56.8c2.5-2.5 6.6-2.5 9 0 2.6 2.5 2.6 6.6 0 9l-52 52.3 52 52.2c2.6 2.5 2.6 6.6 0 9-1.2 1.3-2.8 2-4.4 2zm106-63C256 57.4 198.6 0 128 0S0 57.4 0 128s57.4 128 128 128 128-57.4 128-128zm-12.8 0c0 63.5-51.7 115.2-115.2 115.2S12.8 191.5 12.8 128 64.5 12.8 128 12.8 243.2 64.5 243.2 128z'/%3E%3C/svg%3E");
}
.reviews-slider .slick-next {
  right: 1rem;
}
.reviews-slider .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23444' d='M106 191c-1.6 0-3.2-.5-4.5-1.7-2.5-2.5-2.5-6.6 0-9l52.2-52.3-52.2-52.2c-2.5-2.5-2.5-6.6 0-9 2.5-2.6 6.6-2.6 9 0l56.8 56.7c2.5 2.5 2.5 6.5 0 9l-56.7 56.8c-1.3 1.2-3 1.8-4.6 1.8zm150-63C256 57.4 198.6 0 128 0S0 57.4 0 128s57.4 128 128 128 128-57.4 128-128zm-12.8 0c0 63.5-51.7 115.2-115.2 115.2S12.8 191.5 12.8 128 64.5 12.8 128 12.8 243.2 64.5 243.2 128z'/%3E%3C/svg%3E");
}

.reviews-slider__item {
  padding-top: 30px;
}

.reviews-slider__photo-wrapper {
  transform: scale(0.6);
  display: block;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 20px solid transparent;
  border-radius: 50%;
  transition: transform 0.5s, filter 0.5s, border-color 0.5s;
  filter: grayscale(90%);
}

.slick-current .reviews-slider__photo-wrapper {
  transform: scale(1);
  border-color:  #0094a5;
  filter: grayscale(0);
  will-change: transform, filter, border-color;
}

.reviews-slider__photo {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border: 4px solid #ffffff;
  border-radius: 50%;
}

.reviews-slider__text {
  position: relative;
  transform: scale(0.5);
  margin-top: 5px;
  margin-left: -15vw;
  margin-right: -15vw;
  padding: 20px;
  opacity: 0;
  border-radius: 8px;
  visibility: hidden;
  background-color: #0094a5;
  transition: opacity 0.2s, transform 0.5s, visibility 0s 0.25s;
}
.reviews-slider__text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 5px 0 0;
  box-shadow: -2px -3px 0 #ffffff, -3px -2px 0 #ffffff;
  background-color: inherit;
}

.slick-current .reviews-slider__text {
  transform: scale(1);
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s, transform 0.5s;
  will-change: transform, opacity, visibility;
   font-size: 0.8em;
   min-height: 340px;
}

.reviews-slider__message {
  margin-bottom: 15px;
}
.reviews-slider__message p:last-child {
  margin-bottom: 0;
}

.reviews-slider__author-name {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.reviews-slider__author-name::before {
  content: "";
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-top: 1px solid;
}

@media (max-width: 767px) {
    #header a {
    width: 34%;
    display: table;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #333;
    text-decoration: none;
    height: 100%;
    font-size: 18px;
    font-weight: 900;
    color: #08434a;
    font-family: 'Roboto', sans-serif;
}
#header a.logo {
    width: 30%;
    position: absolute;
    right: 0;
}
.slide-text h2{
        font-size: 18px;
}
.slider-center{
        top: 35%;
}
.arrow {
    position: absolute;
    bottom: 10px;
    right: 43%;
}
  .reviews-slider__text {
    margin-left: auto;
    margin-right: auto;
  }
  
  .bg-c {
    
    margin-bottom: 20px;
}
.footer-logo{
    display:none;
}
  
}
.bg-gray-100 {
   
    position: relative;
}



@keyframes slideIn {
	from{

	}
	to{
		transform: translateX(0);
	}
}

.wrapper-work {
  margin: 100px auto;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #583800;
  font-size: 14px;
  line-height: 24px;
  min-width: 340px;
  overflow: hidden;
}
.tabs li {
  list-style: none;
  float: left;
  width: 20%;
}
.tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  height: 150px;
  line-height: 150px;
  background: linear-gradient(165deg, transparent 29%, #80d7e1 30%);
}
.tabs a:hover,
.tabs a.active {
  background: linear-gradient(165deg, transparent 29%, #0094a5 30%);
  color: #583800;
}
.tabs a:before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  border-bottom: 70px solid rgba(0, 0, 0, 0.1);
  border-right: 7px solid transparent;
}
.tabs a.active:before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 100%;
  top: -100%;
  height: 70px;
  line-height: 90px;
  width: 0;
  border-bottom: 70px solid rgba(0, 0, 0, 0.2);
  border-right: 20px solid transparent;
}
.tabgroup {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.tabgroup div {
  padding: 30px;
  background: #0094a5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.title-anim {
  display: inline-block;
  color:#0094a5;
  cursor: pointer;
  font-size: 3.5rem;
margin-top:20px;
}

.title-anim-forward {
  animation: title-anim-forward 0.2s linear forwards;
  mix-blend-mode: difference;
}

@keyframes title-anim-forward {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1024px){
.lg\:w-1\/2 {
    width: 100%;
}}


.generic-anchor {
  color: #fff;
  font-size: 1em;
}

.generic-anchor:hover {
  color: #fff;
  
}

.flex-rw {
  display: flex;
  flex-flow: row wrap;
}



footer {
  background: #0094a5;
  margin-top: auto;
  width: 100%;
  padding-top: 30px;
      border-top: 2px solid #80d7e1;
}

.footer-list-top {
  width: 33.333%;
}

.footer-list-top > li {
  text-align: center;
  padding-bottom: 10px;
}

.footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font-size: 1.5rem;
}

.footer-list-anchor {
  font: 0.8em ;
}

.footer-social-section {
  width: 100%;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 5px;
}

.footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid #ccc;
  width: calc(100% - 20px);
}

.footer-social-overlap {
  position: relative;
  z-index: 2;
  background: #0094a5;
  padding: 0 20px;
}
.footer-social-overlap a{
  color:#fff;
}
.footer-social-connect {
  display: flex;
  align-items: center;
  font: 2.5em "Oswald", sans-serif;
  color: #fff;
}

.footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px;
}

.footer-social-overlap > a {
  font-size: 1.3em;
}

.footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em;
}

.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

.footer-bottom-section > div:first-child {
  margin-right: auto;
}

.footer-bottom-wrapper {
  font-size: 1em;
  color: #fff;
}

.footer-address {
  display: inline;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .footer-list-header {
    font-size: 2em;
  }

  .footer-list-anchor {
    font-size: 1.1em;
  }

  .footer-social-connect {
    font-size: 2.5em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 568px) {
  main {
    font-size: 5em;
  }

  .footer-list-top {
    width: 100%;
  }

  
  .footer-list-anchor {
    font-size: 1em;
  }

  .footer-social-section {
    justify-content: center;
  }

  .footer-social-section::after {
    top: 25%;
  }

  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px;
  }

  .footer-social-overlap {
    display: flex;
    justify-content: center;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }

  .footer-bottom-section {
    padding: 0 5px 10px 5px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-overlap > a {
    margin: auto;
  }

  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }

  .footer-bottom-rights {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .footer-list-header {
    font-size: 2.2em;
  }

  .footer-list-anchor {
    font-size: 1.2em;
  }

  .footer-social-connect {
    font-size: 2.4em;
  }

  .footer-social-overlap > a {
    font-size: 2.24em;
  }

  .footer-bottom-wrapper {
    font-size: 1.3em;
  }
}
.footer-logo{
   position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer-imagw-wrap{
  position: relative;
}
.wave-border--bottom:before,
.wave-border--top:after {
  height: 2rem;
  bottom: -1rem;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%0A%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 33.787'%3E%3Ctitle%3Ewave%3C/title%3E%3Cpath d='M0,16.4V20.61c192,0,192,8.423,384,8.423S576,20.61,767.994,20.61,960,29.033,1152,29.033s192-8.423,384-8.423,192,8.423,384,8.423V16.4Z' fill='%23000'/%3E%3Cpath d='M1920,18.489V5.854c-192,0-192,8.423-384,8.423s-192-8.423-384-8.423-192,8.423-384.006,8.423S576,5.854,384,5.854,192,14.277,0,14.277v4.212Z' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%0A%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 33.787'%3E%3Ctitle%3Ewave%3C/title%3E%3Cpath d='M0,16.4V20.61c192,0,192,8.423,384,8.423S576,20.61,767.994,20.61,960,29.033,1152,29.033s192-8.423,384-8.423,192,8.423,384,8.423V16.4Z' fill='%23000'/%3E%3Cpath d='M1920,18.489V5.854c-192,0-192,8.423-384,8.423s-192-8.423-384-8.423-192,8.423-384.006,8.423S576,5.854,384,5.854,192,14.277,0,14.277v4.212Z' fill='%23000'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
  -webkit-mask-size: 110% auto;
  mask-size: 110% auto;
  background-color: inherit;
  z-index: -1;
  background-image: linear-gradient(to left, #fffaf1, #ffa233);
}

.wave-border--top:after {
  top: -1rem;
}
.logo-color{
  color:#0094a5;
  font-weight: 900
}
.work-process{
	background-image:url(../icons/z4.jpg)
}
.reviews{
          
		padding-top:80px;
}
.services{
background: whitesmoke;
    padding-top: 80px;
}
.reviews h2{
      font-size: 3em;
          color: #0094a5;
}
.tabs .fa {
  font-size: 50px;
    color: #fff;
    margin-top: 60px;
}



.site__wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.site__info {
  clear: both;
  position: absolute;
  bottom: -20%;
  padding: 3em;
  display: block;
  font-variant: small-caps;
  letter-spacing: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid {
  float: none;
  width: 100%;
  padding-left: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 40.063em) {
  .grid {
    float: left;
    width: 25%;
  }
}

.card__image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  min-height: 240px;
  overflow: hidden;
  position: relative;
}
.card__image > img {
  display: block;
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.card__image:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.card__title {
  color: white;
  display: inline-block;
 font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card__title:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.card__overlay {
  content: "";
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.card__overlay--indigo {
     background-image: linear-gradient(to bottom, rgba(92, 107, 192, 0.1), #ed8936db);
  z-index: 2;
}

.card__overlay--blue {
  background-image: linear-gradient(to bottom, rgba(41, 182, 246, 0.1), rgb(0 148 165 / 93%));
  z-index: 2;
}

.card__overlay-content {
  position: absolute;
  bottom: 0;
  padding: 1.5em;
  z-index: 3;
}

.card__meta {
  margin: 0;
  margin-right: -1em;
  margin-bottom: 0.75em;
}
.card__meta.card__meta--last {
  margin-bottom: 0;
}
.card__meta li {
  color: #f8f8f8;
  display: inline;
  list-style-type: none;
  margin-bottom: 0;
  padding-right: 1em;
  font-size: 0.85em;
  font-variant: small-caps;
  letter-spacing: 1px;
}
.card__meta li:not(:last-child):after {
  content: "●";
  font-style: normal;
  position: relative;
  color: rgba(255, 255, 255, 0.25);
  right: -0.6em;
}
.card__meta li > a {
  color: #f8f8f8;
}
.services h2{
  font-size: 3em;
    color: #0094a5;
}
.why-choose-us{
padding: 100px 0;
background: #0094a5;
    
}
.r-center{
      justify-content: center;
}
.why-choose-us h2 {
    font-size: 40px;
    color: #fff;
}
.why-choose-us p {
    
    color: #fff;
}
.banner-c{
        
	border-bottom: 5px solid #0094a5;
    height: 300px;
    box-shadow: inset 0 0 0 1000px rgb(0 81 90 / 62%);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
      
}
.text-indigo-800{
     font-family: 'Roboto', sans-serif;
}
#home:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(bt2.jpg);
    width: 100%;
    height: 100%;
    opacity : 0.4;
    z-index: -1;
    background: #ffe4b54a;
}
#home{
  position: relative;
}
.title p{
  font-family: 'Roboto', sans-serif;
}
.reviews-slider__message p{
 font-family: 'Roboto', sans-serif;
}
.font-cur p{
 font-family: 'Roboto', sans-serif;
}
.mybox p{
  margin-bottom: 30px;
}
/*carts*/

.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #fefff9;
  color: #363636;
  text-decoration: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.topnav{
    display:none;
}
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}
#myLinks{
    position: relative;
    z-index: 1;
    background: #0094a5;
    text-align: center;
}
/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 8px 15px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #0094a5;
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
 border-radius: 10px;
}

/* Add a grey background color on mouse-over */

/* Style the active link (or home/logo) */
.topnav .active {
  background-color: #fff;
  color: white;
}
@media (max-width: 700px) {
    .reviews-slider__message p{
        text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 20em;
  line-height: 1.8em;
    }
    .mrow img{
        width:unset;
        right:-7px;
        top: 27px;
    }
 #header{
     display:none;
 }
 .topnav{
     display:block;
 }
.icns {
    position: absolute !important;
    top: 70px !important;
    left: 10px !important;
}
.pb{
display:none;
}
  .card {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .card {
    max-width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .card:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .card:nth-child(even) {
    margin-right: 20px;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
}
.card span {
  display: block;
}
.card .card-summary {
  padding: 5% 5% 3% 5%;
}
.card .card-header {
  position: relative;
  height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.card .card-header:hover, .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
.card .card-title {
      background: #0094a5;
  padding: 3.5% 0 2.5% 0;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card .card-title h3 {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 3.5%;
  margin: 0;
}
.card .card-meta {
  line-height: 1;
  max-height: 0;
  overflow: hidden;
  color: #666;
  font-size: .78em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.card:hover, .card:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
.card:hover .card-title, .card:focus .card-title {
  background:rgb(93 222 237);
}
.card:hover .card-meta, .card:focus .card-meta {
  max-height: 1em;
}

.bg-c{
background: #cdcdcd;
border-radius: 10% 0 0 10%;
}
.mybox h2{
  text-align: center;
    font-size: 2rem;
    padding: 20px 0;
}
/*carts*/
/*slide show*/
::-webkit-scrollbar { 
    display: none; 
}

#slide-show {
  height: 650px;
  min-height:650px;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: relative;
    top: 0;
}

.slide-text {
  font-size: 20px;
  color: #fff;
  text-align:center;
}

.slide-text b {
  font-weight: 400; 
}

.slide-text h2 {
  font-weight: 200;
    font-size: 40px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.5;
  
}

.slidex {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: -1;
}

.activx {
  opacity: 1;
}

.slideshow-nav {
  position: absolute;
  bottom: 35%; 
  width: 100vw;
  min-width: 100vw !important;
  font-size: 30px;
  background: transparent;  
}

.previousx {
  float: left;
}

.nextx {
  float: right;
}

.bg {
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-position: center center !important;
  background-size: cover !important;
 
  height: 650px;
  min-height:650px;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw !important;
  position: absolute;
  top:0;
  left:0;
}

.slidex::after{
    content:"";
}
.slider-center {
  position: absolute;
  
 width: 50%;
    left: 30%;
  top: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  letter-spacing: 2px;
}

.nav-link {
  transition: all 0.4s;
  padding: 15px;
  color:#fff;

  opacity: 0.7;
    font-size: 5rem;
}
.nav-link:hover {
  color: #8fa300;
  
  opacity: 1;
}

.arrow a {
  position: absolute;
  bottom:0;
  left: 50%;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 80px;
  padding: 0 0 20px 0;
  opacity: 0.2;
}

.arrow a:hover {
  color: #999;
  font-size: 100px;
  opacity: 0.8;
}


#unten {
  width: 100vw;
  min-width: 100vw !important;
  height: 800px;
  background-color: #999;
  
  
}
/*scroll down*/
.arrow{
  position: absolute;
    bottom: 10px;
    right: 50%;
}
.arrow p{
color: #fff;
margin-bottom: 30px;
}
.my-button {
    overflow: visible;
    background: 0 0;
    border-radius: 0;
    line-height: 1;
      background-size: cover;
      position: relative;
  border:0;
    width: 3.75rem;
    height: 2.34375rem;
    background-image: url(https://res.cloudinary.com/shaarik/image/upload/v1564037028/img/icon-scroll-down-1_gplxkt.svg);
    transition: opacity .8s;
      -webkit-animation: bounce 1.5s infinite;
    animation: bounce 1.5s infinite;
        margin-left: 15px;
}
.my-button:after{
  content: "";
    position: absolute;
    top: 0;
    left: 10%;
    height: 80%;
    width: 80%;
    background-image: url(https://res.cloudinary.com/shaarik/image/upload/v1564037354/img/icon-scroll-down-2_sobwbc.svg);
      -webkit-animation: bounce2 1.5s infinite;
    animation: bounce2 1.5s infinite;
}

@-webkit-keyframes bounce{0%,
100%,
20%,
50%,
80%{-webkit-transform:translateY(0);transform:translateY(0)}
40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
@keyframes bounce{0%,
100%,
20%,
50%,
80%{-webkit-transform:translateY(0);transform:translateY(0)}
40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}
}
@-webkit-keyframes bounce2{0%,
100%,
20%,
50%,
80%{-webkit-transform:translateY(0);transform:translateY(0)}
40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}
60%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
}
@keyframes bounce2{0%,
100%,
20%,
50%,
80%{-webkit-transform:translateY(0);transform:translateY(0)}
40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}
60%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}
}
/*scroll down*/
.reviews-slider__message p span{
    color:white !important;
    font-family: 'Roboto', sans-serif !important;
    font-size:18px !important;
    
}
.ic{
   
}
.icns{
position: absolute;
    top: 90px;
    left: 100px;
}
#Translation{
	    padding: 50px 0;
}
 .swiper-container {
      width: 100%;
      height: 100%;
      padding-bottom:50px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
     
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-slide img {
        max-width:100%;
    }
    .swipe-link{
        font-size: 50px;
    position: absolute;
    color: #0094a5;
    }
@media only screen and (max-width: 1040px) {
	.slider-center{
		width: 70%;
    top: 150px;
    left: 50%;
	}
	#slide-show {
    height: 350px;
    min-height: 350px;}
	.arrow {
    display: none;}
	.bg {
		    background-size: cover !important;
			height: 350px;
    min-height: 350px;
	}
	.slide-text h2 {
		font-size:20px;
		    line-height: 1.5;
	}
  .mrow {
    background: #0094a5;
    background-size: 100%;
    
    padding: 20px ;
    display: block;
	border-radius: 0 0 200px 0;
}
.mrow p {
    
     padding-left: 0; 
    color: #fff;
}
}
