/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
html {
    font-size: 10px;
}
body{
    position: relative;
    z-index: 9999;
    font-family: 'cairo';

}
.header{
	padding:40px 0;
}
.header .row{
 display:flex;
 align-items: center;
}
.header .logo img{
 width: 72%;
}
.header .menu{
	background: #15959529;
	margin: 31px 0;
	border-radius: 40px;
	padding: 0 26px;
}
.header .menu svg{
 width:30px;
}
.header .menu ul{
	display: flex;
	align-items: center;
}
.header .menu ul li a{
 font-size: 14px;
 padding: 0 4px;
 color: #159595;
}
a:hover{
 text-decoration:none;
}
.header .lang{
 text-align: right;
 /* background: #E0F1F1; */
 width: auto;
 border-radius: 35px;
 margin-left: 45px;
 margin-top: 13px;
}
.header .lang ul{
 background:#E0F1F1;
 border-radius: 29px;
 padding: 0 0;
}
.header .lang ul li:nth-of-type(2){
 font-family:cairo;
}
.header .lang ul li:nth-of-type(3){
 font-family:cairo;
}
.header .lang li{
  padding: 0 11px;
  /* background: #E0F1F1; */
  border-radius: 29px;
}
.header .lang li a{
 font-size: 15px;
 padding: 8px 3px;
 color:#159595;
 display: inline-block;
}
.header .lang li.active{
 background: #1595951a;
}
.main-slider{
 overflow: hidden;
 position:relative;
}
.main-slider .item{
 position:relative;
}
.main-slider .item .img{
 position:relative;
}
.swiper-viewport .swiper-button-prev{
	opacity: 1 !important;
	top: 112px;
	background: url(../images/arrow5.png)no-repeat center;
	text-align: center;
	width: 149px;
	height: 52px;
	right: -76% !important;
	left:0;
	margin:auto;
}
.swiper-viewport .swiper-button-next{
	opacity: 1 !important;
	top: 0;
	background: url(../images/arrow6.png)no-repeat center bottom 9px;
	text-align: center;
	width: 48px;
	height: 98px;
	border-radius: 36px;
	border: 1px solid #fff;
	right: -76% !important;
	left:0;
	margin:auto;
}
.swiper-button-prev:before,
.swiper-button-next:before{
	display:none;
}
.main-slider .item .img:after{
 position:absolute;
 content:'';
 background:#0FAFAF;
 width:100%;
 height:100%;
 left:0;
 top:0;
 opacity: .6;
 right: 0;
 text-align: center;
 margin: auto;
}
.main-slider .item .img img{
 width:100%;
}
.main-slider .item .caption{
 position:absolute;
 top: 17%;
 color: #fff;
 left: 0;
 right: 0;
 width: 70%;
 margin: auto;
}
.main-slider .item .caption h2{
 font-size:45px;
 line-height: 2;
 padding-bottom: 38px;
}
.main-slider .item .appsLinks img{
 width: 16%;
 margin: 0 12px;
}
.main-slider .item .appsLinks a:last-of-type img{
 width: 17%;
}
.swiper-viewport{
 border:none;
 box-shadow: none;
}
.main-slider .swiper-pagination{
 bottom: 14%;
}
.main-slider .swiper-pagination-bullet{
 background:transparent;
 opacity:1;
 border:2px solid #fff;
}
.main-slider .swiper-pagination-bullet-active{
 background:#fff;
}
.title{
 padding-bottom:50px;
}
.title h3{
 color: #159595;
 font-size: 45px;
}
.aboutUs{
	margin:70px 0;
}
.aboutUs h2{
	color:#159595;
	font-size: 41px;
	padding-bottom: 16px;
}
.aboutUs p{
 color:#909595;
 line-height: 2;
 font-size: 17px;
}
.aboutUs .aboutInfo{
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.aboutUs .aboutInfo .appsLinks{
 text-align: left;
}
.aboutUs .aboutInfo .appsLinks img{
 width: 35%;
 margin: 0 7px;
}
.aboutUs .more{
 background:#159595;
 color:#fff;
 padding: 11px 32px;
 margin: 13px 0;
 display: inline-block;
 border-radius: 44px;
 font-size: 16px;
 border:1px solid #159595;
 transition: all .5s;
}
.aboutUs .more:hover{
 background:#fff;
 color:#159595;
 border:1px solid #159595;
 transition:all .5s;
}
.aboutUs .image{
 text-align:center;
}
.aboutUs .col-md-6 img{
 width: 77%;
 margin: auto;
}
.advisors .item{
 text-align: center;
 margin: 20px 36px;
 overflow: hidden;
}
.advisors .item .img{
 padding: 23px;
 overflow: hidden;
 position: relative;
 background: url(../images/shapeImg.png)center no-repeat;
 background-size: 100% 100%;
 text-align: center;
}
.advisors .item .img img{
 width: 100%;
 overflow: hidden;
}
.advisors .item .img:after{
 position:absolute;
 content:'';
 border: 2px solid #000;
 width:100%;
 height:100%;
 top:0;
 left:0;
 right: 0;
 text-align: center;
 display:none;
}
.advisors .item .caption{
 padding:30px 0;
}
.advisors .item .caption h2{
 color:#159595;
 font-size: 22px;
}
.advisors .item .caption p{
 font-size:25px;
 color:#909595;
}
.advisors .item .caption h4{
     font-family: 'Graphik Arabic';
     color: #FFD500;
     display: flex;
     align-items: center;
     justify-content: center;
}
.advisors .item .caption h4 svg{
 width:20px;
 margin: 0 6px;
}
.owl-wrapper-outer{
 box-shadow: none;
 border:none;
}
.counter{
 background:url(../images/counterLayer.png)no-repeat;
 text-align: center;
 padding: 60px 0;
 margin: 20px 0;
}
.counter .row{
 display: flex;
 align-items: center;
}
.counter .col-md-5ths:first-of-type .item{
 background: url(../images/shape1.png)no-repeat top 27px center;
 background-size: 97%;
}
.counter .col-md-5ths:nth-of-type(2) .item{
 background: url(../images/shape2.png)no-repeat top 67px center;
 background-size: 80%;
}
.counter .col-md-5ths:nth-of-type(3) .item{
 background: url(../images/shape3.png)no-repeat top 70px center;
 background-size: 80%;
}
.counter .col-md-5ths:nth-of-type(4) .item{
 background: url(../images/shape4.png)no-repeat top 54px center;
 background-size: 80%;
}
.counter .col-md-5ths:nth-of-type(5) .item{
 background: url(../images/shape5.png)no-repeat top 83px center;
 background-size: 80%;
}
.counter .item{
 padding-bottom: 44px;
}
.counter .item .icon{
 min-height: 68px;
}
.counter .item .icon svg{
 max-width: 71px;
}
.counter .item .num{
 color:#fff;
 font-size: 30px;
}
.counter .item .title h4{
 color:#fff;
 font-size: 19px;
}
.stories{
 margin: 101px 0;
 background: url(../images/storiesLayer.png);
 padding: 159px 0 73px;
 background-size: 100% 100%;
 position: relative;
}
.owl-buttons{position: absolute;top: -71px;z-index: 999;right: 103px;}
.products .owl-buttons{
 top: -124px;
 right: 161px;
}
.posts .owl-buttons{
 top: -110px;
 right: 15%;
}
.media .owl-buttons{
 top: -111px;
}
.partners .owl-buttons{
 top: -119px;
}
.owl-carousel .owl-buttons div{
	opacity:1 !important;
	background: transparent !important;
	width: 46px;
	text-align: center;
	height: 45px;
	line-height: 35px;
}
.owl-carousel .owl-buttons .owl-prev img{
 width: 55%;
 transform: rotate(90deg);
}
.owl-carousel .owl-buttons .owl-next img{
 transform: rotate(90deg);
}
.owl-prev{
 width: 125px !important;
 border: 1px solid #159595;
 padding: 3px 0 0 67px!important;
}
.stories .owl-carousel{
 background:transparent;
}
.stories .item{
 text-align: left;
}
.stories .item .caption{
}
.stories .item .caption h2{
  color:#159595;
  font-size: 43px;
  padding-bottom: 12px;
}
.stories .item .caption p{
 color:#159595;
 font-size: 18px;
 line-height: 2;
}
.stories .item .img{
 text-align:center;
}
.stories .item .img img{
    width: 100%;
}
.products .item{
 margin: 12px;
}
.products .item .caption{
 text-align:left;
 padding: 0 14px;
}
.products .item .caption h2{
 color: #707070;
 font-size: 25px;
}
.products .item img{
 width: 100%;
 border-radius: 28px;
}
.posts{
 margin: 40px 0 128px;
}
.posts .item{
 text-align: left;
 margin: 13px;
}
.posts .item:hover .caption{
 background: #159595;
 border-radius:0 0 20px 20px;
 transition:all .5s;
}
.posts .item:hover .caption h2,
.posts .item:hover .caption p{
 color:#fff;
}
.posts .item img{
 width: 100%;
 border-radius: 10px;
}
.posts .item .caption{
 padding: 10px 0 0 33px;
 margin-top: -12px;
}
.posts .item .caption h2{
 color:#159595;
}
.posts .item .caption p{
 color: #000;
 font-size: 17px;
}
.posts .item a{
 padding: 13px 30px;
 background:#159595;
 color:#fff;
 margin: 9px;
 display: inline-block;
 border-radius: 39px;
}
.media{
 background:url(../images/mediaLayer.png)no-repeat;
 background-size: 100% 100%;
 padding: 106px 0;
}
.media .owl-carousel{
 background:transparent;
}
.media .item{
 position:relative;
 z-index: 999;
 margin: 23px 16px;
 overflow: hidden;
 border-radius: 33px;
}
.media .item .img img{
 width:100%;
}
.media .item .caption{
 position: absolute;
 display:flex;
 bottom: 0;
 justify-content: space-between;
 width: 100%;
 flex-direction: row-reverse;
 padding: 16px;
 color:#fff;
 z-index: 9;
}
.media .item .caption h2{
 font-size: 17px;
}
.media .item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 0;
    height: 38%;
    background: #159595;
    opacity: .9;
    filter: blur(21px);
    transition: all 0.5s ease-in-out;
}
.newsletter{
 background:#F7FDFD;
 margin: 46px 0;
 padding: 65px 0;
}
.newsletter .title h3{
 color:#159595;
 font-size: 40px;
}
.newsletter .title p{
 font-size: 21px;
}
.newsletter .form{
 display:flex;
 width: 91%;
 background: #fff;
 margin: 20px 0;
}
.newsletter .form input{
 padding: 39px 0 39px 78px;
 border: 1px solid #000;
 border-right: none;
 border-radius: 10px 0 0 10px;
 background: url(../images/mail.png) no-repeat left 24px center/9%;
}
.newsletter .form input::placeholder{
 font-size:20px;
 color:#CBCBCB;
}
.newsletter .form button{
 padding: 0 27px;
 border: 1px solid #000;
 border-left: none;
 border-radius: 0 10px 10px 0;
 font-size: 19px;
 background: #fff;
}
.testmonials{
 text-align:center;
}
.testmonials .title{
 margin: 40px 0 0;
 padding-bottom: 14px;
}
.testmonials .title h3{
 font-size: 41px;
 color: #159595;
}
.testmonials .item{
 position:relative;
 padding: 15px 0;
}
.testmonials .iconLeft{
 position:absolute;
 right: 13%;
 top: 0;
}
.testmonials .iconLeft img{
 width: 67%;
}
.testmonials .iconRight{
 position:absolute;
 left: 13%;
 top: 23%;
}
.testmonials .iconRight img{
 width: 67%;
}
.testmonials .item p{
 font-size: 27px;
 color: #159595;
 width: 57%;
 margin: auto;
 direction: ltr;
}
.testmonials .item .position{
 margin: 30px 0;
}
.testmonials .item .position h4{
 color: #000;
 font-size: 20px;
}
.testmonials .owl-theme .owl-controls .owl-page span{
 background:#fff;
 border:2px solid #000;
 opacity:1;
 box-shadow:none;
}
.testmonials .owl-theme .owl-controls .owl-page.active span{
 background:#000;
}
.testmonials .owl-buttons{
 position: relative;
 top: -298px;
}
.testmonials .owl-prev{
 width: auto !important;
 border: none;
 padding: inherit !important;
}
.testmonials .owl-carousel .owl-buttons img{
 width:auto;
 transform:none;
 width: 52px;
}
.partners{
 margin:70px 0;
}
.partners .item{
 text-align:center;
}
.partners .item img{
 width: 70%;
 max-height: 152px;
}
.partners .item:hover img{
 transform:rotatey(360deg);
 transition:all .5s;
}
.apps{
 background:url(../images/counterLayer.png)no-repeat;
 padding: 60px 0;
 margin: 29px 0;
}
.apps .title h2{
 color:#fff;
 font-size: 39px;
}
.apps .title p{
 color:#fff;
 font-size: 25px;
}
.apps .appsLinks{
 text-align: right;
}
.apps .appsLinks a{
 display: block;
 margin: 22px 0;
}
.apps .appsLinks a img{
 width:35%;
}
.footer{
 margin: 45px 0;
}
.footer .row{
 display: flex;
 align-items: center;
}
.footer li a{
 color:#707070;
 font-size: 17px;
 line-height: 2;
 transition:all .5s;
}
.footer li a:hover{
 color:#159595;
 transition:all .5s;
}
.footer .item{
 display: flex;
 align-items: center;
}
.footer .text{
 margin: 0 12px;
}
.footer .item h4{
 color:#707070;
 font-size: 15px;
 margin: 5px 0;
}
.footer .item a p{
 color:#707070;
 font-size: 19px;
}
.footer .social{
 margin:40px 0 10px;
}
.footer .copyright p{
 font-size: 18px;
}
.footer .copyright p span{
 color:#159595;
}
.footer .copyright h6{
 color:#B2B2B2;
 font-size: 17px;
}
.footer .appsLinks img{
 width: 37%;
 margin: 0 11px;
}
.footer .rights{
 display: flex;
 align-items: end;
 margin-top: 69px;
}
.footer .rights a{
 color: #000;
 font-size: 19px;
}
.footer .rights img{
 width: 24%;
 margin: 0 12px;
}
 @keyframes flipTop {
	 0% {
		 transform: rotateX(0deg);
		 z-index: 2;
	}
	 0%, 99% {
		 opacity: 0.99;
	}
	 100% {
		 transform: rotateX(-90deg);
		 opacity: 0;
	}
}
 @keyframes flipBottom {
	 0%, 50% {
		 z-index: -1;
		 transform: rotateX(90deg);
		 opacity: 0;
	}
	 51% {
		 opacity: 0.99;
	}
	 100% {
		 opacity: 0.99;
		 transform: rotateX(0deg);
		 z-index: 5;
	}
}
.col-xs-5ths, 
.col-sm-5ths, 
.col-md-5ths, 
.col-lg-5ths 
{ position: relative;
 min-height: 1px;
  padding-left: 15px;
   padding-right: 15px; 
   } 
.col-xs-5ths 
  {
    width: 20%; 
   float: right;
  }
@media (min-width: 768px)
 {
   .col-sm-5ths
    { 
      width: 20%;
      float: right;

    } }
@media (min-width: 992px)
    	{ 
   .col-md-5ths {
   width: 20%;
   float: left;
   } } 
@media (min-width: 1200px)
    { 
    .col-lg-5ths
      { 
       width: 20%; float: right; 
      } }
      
.scrollToTop{
	 background: #fff;
	 font-size: 0;
	 cursor: pointer;
	 width: 48px;
	 height: 108px;
	 line-height: 0;
	 left: 50px;
	 border-radius: 39px;
	 bottom: 34%;
	 padding: 73px 0 53px;
	 position: fixed;
	 text-align: center;
	 text-decoration: none;
	 z-index: 999;
	 border: 1px solid #159595;
	 color: #fff;
	 transition: color 0.3s;
	 transition: .2s;
	 -webkit-transition:  all 300ms ease-out 0s;
	 -moz-transition:  all 300ms ease-out 0s;
	 -ms-transition:  all 300ms ease-out 0s;
	 -o-transition:  all 300ms ease-out 0s;
	 transition:  all 300ms ease-out 0s;
}
.scrollToTop:hover:before{
	 -webkit-animation: scroll-ani-to-top 800ms linear infinite;
  -moz-animation: scroll-ani-to-top 800ms linear infinite;
  animation: scroll-ani-to-top 800ms linear infinite;
	

}
@-webkit-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 70%;
  }
}
@-moz-keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-ani-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
.whatslink{
    position: fixed;
    right: 8%;
    bottom: 52px;
    z-index: 99999;
}
@media (max-width: 767px) {
 .header{
  padding:10px 0;
 }
 .header .lang{
  margin: 0 25px;
  text-align: left;
  background: transparent;
 }
 .header .lang h3{
  color: #159595;
  font-family: 'GE Dinar One bold';
  text-decoration: underline;
 }
 .header .logo {
  text-align:center;
 }
 .header .logo img{
 }
 .main-slider .item .caption{
  width: 86%;
  top: 4px;
 }
 .main-slider .item .caption h2{
  font-size: 13px;
  line-height: inherit;
  padding: 0;
 }
 .main-slider .item .img img{
  width:100%;
 }
 .swiper-viewport .swiper-button-next,
 .swiper-viewport .swiper-button-prev{
  display:none;
 }
 .main-slider .swiper-pagination{
  bottom:0;
 }
 .aboutUs{
  margin:0;
 }
 .aboutUs h2{
  font-size:25px;
 }
 .aboutUs p{
  font-size:15px;
 }
 .aboutUs .aboutInfo{
  display:block;
 }
 .aboutUs .more{
  padding:10px;
  font-size: 14px;
 }
 .aboutUs .aboutInfo .appsLinks{
  text-align:left;
 }
 .title{
  padding:0;
 }
 .title h3{
  font-size:25px;
 }
 .advisors .item{
  margin:5px;
 }
 .advisors .item .caption h2{
  font-size:15px;
 }
 .advisors .item .caption p{
  font-size:15px;
 }
 .counter .col-md-5ths .item{
  background-size: 41% !important;
 }
 .counter .item{
  padding:0;
 }
 .counter .item .num{
  font-size:25px;
 }
 .counter .item .title h4{
  font-size:18px;
 }
 .counter{
  background-size: cover;
 }
 .counter .row{
  display:block;
 }
 .stories .item .caption h2{
  font-size:25px;
 }
 .stories .item .caption p{
  font-size: 11px;
  line-height: inherit;
 }
 .stories{
  padding:30px 0;
 }
 .footer .row{
  display:block;
 }
 .scrollToTop{
  left: 25px;
  bottom: 18px;
 }
 .owl-buttons{
  display:none;
 }
 .products .item .caption h2{
  font-size:15px;
 }
 .posts{
  margin:0;
 }
 .posts .item .caption h2{
  font-size: 17px;
 }
 .posts .item .caption{
  padding:0;
 }
 .posts .item .caption p{
  font-size:13px;
 }
 .media{
  padding: 23px 0;
 }
 .media .item{
  border-radius:15px;
 }
 .media .item .caption h2{
  font-size:15px;
 }
 .newsletter .title h3{
  font-size:25px;
 }
 .newsletter .title p{
  font-size:19px;
 }
 .newsletter .form input{
  padding:30px 10px;
  background:transparent;
 }
 .newsletter .form input::placeholder{
  font-size:13px;
 }
 .newsletter .form button{
  font-size:15px;
  padding:10px;
 }
 .testmonials .title{
  margin:0;
 }
 .testmonials .title h3{
  font-size:25px;
 }
 .testmonials .item p{
  width:100%;
  font-size: 17px;
 }
 .owl-pagination{
  top:0;
 }
 .apps{
  padding:20px 0;
 }
 .partners{
  margin:0;
 }
 .apps .title h2{
  font-size:30px;
 }
 .apps .title p{
  font-size:20px;
 }
 .apps .appsLinks{
  text-align:center;
 }
 .footer .footerLogo{
  text-align:center;
 }
 .footer li a{
  font-size:15px;
 }
 .footer .item h4{
  font-size:10px;
 }
 .footer .item a p{
  font-size:14px;
 }
 .footer .social{
  text-align:center;
 }
 .footer .rights{
  justify-content: center;
  margin: 24px 0;
 }
 /* start menu mobile */
    nav#slide-menu .logo{
        margin: 0 auto;
        padding: 22px;
        background: #fff;
        text-align: center;
        position:relative;
        display:block;
    }
    nav#slide-menu .logo img{
        width: auto;
    }
    nav#slide-menu {
    position: fixed;
    top: 0;
    left: -267px;
    bottom: 0;
    display: block;
    float: left;
    width: 100%;
    overflow: auto;
    max-width: 267px;
    height: 100%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    z-index: 99999;
    background: #fff;
    }
    nav#slide-menu .menu{
        display: block;
        margin: 0;
        background: transparent;
    }
    nav#slide-menu ul.menu{
        /* display: block; */
        padding: 0;
        list-style: none;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        /* margin: -3px 0; */
        padding-left: 29px;
    }
    nav#slide-menu ul li a{
         color: #043238 !important;
         cursor: pointer;
         font-size: 16px;
         padding: 7px;
         display: block;
    }
    nav#slide-menu ul.dropdown-menu li a{
        padding:0 20px
    }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
        background:transparent;
    }
    nav#slide-menu ul li a:focus{
        background:transparent !important;
    }
    nav#slide-menu ul li{
        display:block;
        padding: 4px 0 5px;
        background: transparent;
    }
    /* nav#slide-menu ul li.dropdown .dropdown-toggle,
    body.menu-active nav#slide-menu ul{
        display:block !important;
    } */
    .responsive  .closebtn {
        position: absolute;
        background-color: #159595;
        color: #fff;
        text-align: center;
        font-size: 22px;
        cursor: pointer;
        top: 0px;
        right: 0;
        z-index: 999;
        width: 33px;
        height: 33px;
    }
    .responsive .overlay{
        width: 100%;
        height:100%;
        top: 0;
        background: rgba(0,0,0,0.7);
        position: fixed;
        display: none;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    body.menu-active .responsive .overlay{
        display:block;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 9999999;
    }
    body.menu-active nav#slide-menu {
        left: 0px;
        z-index: 99999999;
    }
    body.menu-active nav#slide-menu ul {
        left: 0px;
        opacity: 1;
        /* display: block; */
        background: transparent;
    }
   .header .menu ul{
    display:block;
   }
    body.menu-active .menu-trigger {
        background-color: transparent;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    body.menu-active div#content {
        /* right: 284px; */
        border-radius: 7px 0 0 7px;
    }
    body.menu-active  .menu-trigger {
        left: 10px;
    }
}
@media (min-width:768px) and (max-width:991px){
 .header .row{
  display:block;
 }
 .header .menu ul li a{
  padding: 0 2px;
 }
 .owl-buttons{
  display:none;
 }
 .main-slider .item .img img{
  width:100%;
 }
 .main-slider .item .caption{
  width:100%;
  top: 11px;
 }
 .main-slider .item .caption h2{
  font-size:25px;
  padding: 0;
 }
 .testmonials .title{
  margin:0;
  padding: 0;
 }
 .testmonials .item p{
  width:80%;
 }
 .footerLogo img{
  width: 93%;
 }
 .footer li a{
  font-size:13px;
 }
 .footer .item h4{
  font-size:12px;
 }
 .footer .item a p{
  font-size:12px;
 }
}
@media (min-width:992px) and (max-width:1024px){
 .header .menu ul li a{
  padding:0;
  font-size:13px;
 }
  .header .lang{
   margin:0;
  }
 .owl-buttons{
  display:none;
 }
 .testmonials .title{
  margin:0;
 }
}