@font-face {
    font-family: "Changa";
    src: url('../fonts/Changa-VariableFont_wght.ttf');
    src: url('../fonts/Changa-VariableFont_wght.ttf?#iefix') format('embedded-opentype'),
    url('../fonts/Changa-VariableFont_wght.ttf#Changa') format('svg'),
    url('../fonts/Changa-VariableFont_wght.ttf') format('ttf'),
    url('../fonts/Changa-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Changa-ExtraBold";
    src: url('../fonts/Changa-ExtraBold.ttf');
    src: url('../fonts/Changa-ExtraBold.ttf?#iefix') format('embedded-opentype'),
    url('../fonts/Changa-ExtraBold.ttf#Changa') format('svg'),
    url('../fonts/Changa-ExtraBold.ttf') format('ttf'),
    url('../fonts/Changa-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body, html {
	font-family: 'Changa', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #000000;
	background:#FFFFFF;
	direction:ltr;
}
h1 {
	font-size: 48px;
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 34px;
	margin: 0;
	font-family:'Changa', sans-serif;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Changa', sans-serif;
	font-size: 17px;
}
a {
	color: #5b777f;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a, input, button {
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
* {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
	margin:0;
	padding:0;
}
.clr {clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
img {max-width: 100%;}
.d-flex {display: flex;}
.flex-center {align-items: center;}
.text-blue {color: #0F8DBE;}
.text-yellow {color: #DDB87B;}
body {padding-top: 110px;}
#header-scroll {position: fixed; top:0px; left: 0px; right: 0px; background: #FFF; z-index: 999;
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll.h-fixed {background: #FFFFFF;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll .btn-language {
  float: right;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #DDB87B;
}
#header-scroll.h-fixed .btn-language {display: none;}
#header-scroll .logo {
    display: inline-block;
    text-align: center;
    padding: 0px;
}
#header-scroll .logo img {max-height: 100px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#header-scroll.h-fixed .logo img {
	max-height: 70px;
	filter: inherit;
    -webkit-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -moz-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -o-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
}

#header-scroll nav {
  float: none;
  padding-top: 20px;
  width: 100%;
  border-bottom: 1px solid #B9B9B9;
}
#header-scroll nav > div > ul {display: flex; justify-content: space-between; align-items: center;}
#header-scroll nav > div > ul > li {display: inline-block; margin: 0px; position: relative;}
#header-scroll nav > div > ul > li > a {
  color: #0F8DBE;
  padding: 15px 0px;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  display: block;
}
#header-scroll nav > div > ul > li > a.active {color: #DDB87B;}
#header-scroll nav > div > ul > li > a:before {
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  background: #DDB87B;
  top: 100%;
  position: absolute;
  border-radius: 14px;
  left: 50%;
  border: 2px solid #FFF;
  box-shadow: 0px 0px 0px 5px #DDB87B2B;
  transform: translate(-50%, -50%) scale(0);
}
#header-scroll nav > div > ul > li > a.active:before {
  transform: translate(-50%, -50%) scale(1);
}
#header-scroll.h-fixed nav > div > ul > li > a.active,
#header-scroll nav > div > ul > li > a:hover {color:#DDB87B;}
#header-scroll nav > div > ul > li.logo a {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 140px;
  width: 140px;
  background: #FFF;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
    -webkit-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -moz-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -o-transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    transition: all 200ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
}
#header-scroll.h-fixed nav > div > ul > li.logo a {height: 120px; width: 120px;}
section {width: 100%; overflow: hidden;}
#aboutus {
  padding: 100px 0px 0 0;
  background: url("../images/wassal landing page – 1.png") no-repeat bottom center transparent;
  background-size: contain;
  overflow: inherit;
}
#aboutus .hello-text {}
#aboutus .hello-text .sub-title {
  background: #DDB87B;
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  color: #FFF;
}
#aboutus .hello-text .section-title {
  font-size: 34px;
  font-weight: bold;
  color: #2E2E2E;
  margin-bottom: 20px;
}
#aboutus .hello-text p {
  font-size: 18px;
  color: #2E2E2E;
  max-width: 460px;
}
#aboutus .hello-buttons {position: relative; z-index: 9;}
#aboutus .hello-buttons a {
  display: inline-flex;
  margin: 15px 0;
  background: #0F8DBE;
  color: #FFF;
  padding: 6px 10px;
  border-radius: 10px;
  min-width: 150px;
  text-align: left;
  direction: ltr;
}
#aboutus .hello-buttons a.btn-android {margin-left: 10px;}
#aboutus .hello-buttons a:hover {box-shadow: 0 6px 12px rgba(0,0,0,.175); background: #DDB87B;}
#aboutus .hello-buttons a .content {padding-left: 10px;}
#aboutus .hello-buttons a .content p {font-size: 13px; margin: 0px;}
#aboutus .hello-buttons a .content b {}
#aboutus .hello-img {}
#aboutus .hello-img img {max-width: 400px; margin-bottom: -90px;}

#serves {background: #F6F9FC; padding: 100px 0 50px 0;}
#serves .section-title {margin-bottom: 30px;}
#serves .section-title h2 {
  font-family: 'Changa-ExtraBold', sans-serif;
  font-size: 34px;
  margin-bottom: 15px;
}
#serves .section-title p {max-width: 770px; color: #2E2E2E;}
#serves .box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 15px;
  border-radius: 40px;
  border: 4px solid #FFF;
  min-height: 230px;
}
#serves .box.box-yellow {background: #DDB87B;}
#serves .box.box-blue {background: #0F8DBE;}
#serves .box img {max-width: 240px;}
#serves .box h5 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  max-width: 145px;
  line-height: 30px;
  color: #FFF;
}

#features {
  background: url("../images/wassal landing.png") no-repeat top center #FFFFFF;
  background-size: contain;
  padding: 100px 0;
}
#features .sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #B9B9B9;
  margin-top: 135px;
  text-transform: uppercase;
}
#features h3 {
  margin: 20px 0;
  font-family: 'Changa-ExtraBold', sans-serif;
  font-size: 34px;
}
#features p {}
#features .box-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
  margin: 100px 0;
}
#features .box-image:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #F8F8F8;
  height: 200px;
  border-radius: 40px;
}
#features .box-image img {max-width: 270px;}

#screenshot {padding: 100px 0; background: #F8F8F8;}
#screenshot .section-title {}
#screenshot .section-title h2 {font-family: 'Changa-ExtraBold', sans-serif; font-size: 34px;}
#screenshot .section-title p {}
#screenshot .btns-apps {max-width: 200px; margin-top: 30px}
#screenshot .btns-apps a { margin-top: 10px; display: block;}
#screenshot .screen-slider {
	direction: ltr;
}
#screenshot .screen-slider .owl-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#screenshot .screen-slider .owl-nav > div {
  background: #FFFFFF;
  display: flex;
  height: 54px;
  width: 54px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #2C2C2C21;
  align-items: center;
  justify-content: center;
}
#screenshot .screen-slider .owl-nav > div .arrow-left {
  background: url("../images/icons/svg/Group -1.svg") no-repeat 0 0 transparent;
  height: 17px;
  width: 13px;
}
#screenshot .screen-slider .owl-nav > div .arrow-right {
  background: url("../images/icons/svg/Group 74759.svg") no-repeat 0 0 transparent;
  height: 17px;
  width: 13px;
}

#driver-section {background: url("../images/wassal landing page.png") no-repeat 0 0 transparent; padding:80px 0 0 0; background-size: cover;}
#driver-section .section-title {}
#driver-section .section-title h2 {
  font-family: 'Changa-ExtraBold', sans-serif;
  font-size: 34px;
  color: #FFF;
}
#driver-section .section-title p {
  color: #FFF;
  margin: 30px 0;
  max-width: 330px;
  font-size: 18px;
}
#driver-section .btns-apps {
  display: flex;
  justify-content: space-between;
  max-width: 430px;
}
#driver-section .btns-apps a {
  margin-top: 10px;
  max-width: 200px;
  padding: 7px;
  border: 2px solid #FFF;
  border-radius: 15px;
  display: inline-block;
}
#driver-section .drivers-img {text-align: center;}
#driver-section .drivers-img img {max-width: 300px;}

#footer {background: #2E2E2E; padding-top: 50px;}
#footer .logo img {max-width: 150px;}
#footer .links {}
#footer .links ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 30px;
}
#footer .links ul li {}
#footer .links ul li a {color: #FFF; font-size: 14px; font-weight: bold; cursor: pointer;}
#footer .links ul li a:hover {color: #DDB87B;}
#footer .contact-us ul {}
#footer .contact-us ul li a {display: flex;align-items: center; direction: ltr;}
#footer .contact-us ul li a .ico {margin: 5px;}
#footer .social {text-align: center; margin: 30px 0;}
#footer .social a {
  background: #FFF;
  color: #DDB87B;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  box-shadow: 0px 0px 10px #0C78FD1F;
  font-size: 20px;
  margin: 5px;
}
#footer .social a:hover {background: #DDB87B; color: #FFF;}
#footer .copyright {color: #DDB87B; text-align: center; margin-top: 50px; padding: 30px 0;}
#footer .copyright p {margin: 0 auto;}



@media (max-width: 767px) {
	body {padding-top: 0;}
	.d-flex {display: block;}
	#header-scroll {padding: 15px; position: relative;}
	#header-scroll .header-inner {flex-direction: inherit;justify-content: space-between;}
	#header-scroll .logo img {max-width: 140px; margin: 0px;}
	#header-scroll.h-fixed .btn-language {display: inline-block; margin: 0;}
	#header-scroll nav {padding: 0;}
	#header-scroll nav > div > ul {display: block; text-align: center;}
	#header-scroll nav > div > ul > li {display: none;}
	#aboutus {overflow: hidden;}
	#aboutus .hello-buttons {margin: 20px 0; text-align: center;}
	#aboutus .hello-img img {max-width: 100%;margin: 0;}
	#serves .box {min-height: 150px; border-radius: 30px; margin-bottom: 20px;}
	#serves .box img {max-width: 140px;}
	#features .sub-title {margin-top: 30px;}
	#features .box-image {max-height: inherit; margin: 0px;}
	#screenshot .section-title {text-align: center;}
	#screenshot .btns-apps {margin: 20px auto;}
	#screenshot .screen-slider .owl-nav {display: none;}
	#driver-section .section-title {text-align: center;}
	#driver-section .btns-apps {margin-bottom: 15px;}
	#driver-section .btns-apps a {max-width: 170px;}
	#footer .links ul {justify-content: space-between;}
	#footer .links ul li a {font-size: 12px;}
	
	
	#footer .logo {text-align: center;}
	#footer .logo img {display: inline-block;}
	#footer .contact-us ul li a {display: inline-flex;font-size: 14px;}
	#footer .copyright {margin-top: 0px;}
}
