/*start  Global*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	direction: rtl;
	color: #fff;
	overflow: hidden;
	/*the white area damge the site*/
}

@font-face {
	font-family: flat_light;
	src: url(../fonts/JF-Flat-light.ttf) format("truetype")
}

@font-face {
	font-family: flat_mid;
	src: url(../fonts/JF-Flat-medium.ttf) format("truetype")
}

@font-face {
	font-family: flat_reg;
	src: url(../fonts/ArbFONTS-JF-Flat-regular.ttf) format("truetype")
}

@font-face {
	font-family: sukar_bold;
	src: url(../fonts/ArbFONTS-Sukar-Bold.ttf) format("truetype")
}

@font-face {
	font-family: conc_light;
	src: url(../fonts/coconnextarabic-light.ttf) format("truetype")
}


/*loading*/

.loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #FFF;
}

.sk-folding-cube {
	margin: 30% auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00a4c4;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}


/*loading*/

.nicescroll-cursors {
	z-index: 99999;
}
.nicescroll-rails-hr{
	display:none !important;
}

.trapezoid-shap {
	/* border-bottom: 100px solid transparent;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 100px; */
}

h1,
p,
h2 {
	margin: 0;
}

ul {
	list-style: none;
}


/*start my framework*/

a {
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #4b4b4b;
}

.head:after {
	content: '';
	display: block;
}


}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.upper {
	text-transform: uppercase;
}
.clearfix {
	clear: both;
}

/* Underline From Right */
.underline-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	/*  overflow: hidden;
*/
}

/*////////////////////*/
.main-color {
	color: #00a4c4;
}
.main-background {
	background-color: #00a4c4;
}

/* end my framework*/
.text-center {
	text-align: center
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.facebook:hover {
	background-color: #3b5998;
	color: #fff;
}
.twitter:hover {
	background-color: #1da1f2;
	color: #fff;
}
.instagram:hover {
	background-color: #833ab4;
	color: #fff;
}
.youtube:hover {
	background-color: #f00;
	color: #fff;
}
.google:hover {
	background: #dd4b39;
	color: #fff;
}
.instagram:hover {
	background: #5851db;
	color: #fff;
}
.pinterest:hover {
	background: #E64980;
	color: #ffffff;
}
.margin-auto {
	margin: auto;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.relative {
	position: relative;
}

/* end my framework*/

/*start header */
header {
	background: url(../images/background.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/* height:752px; */

	height: 800px;
	position: relative;
}
.clouds,
.cloud1,
.cloud2,
.cloud3,
.cloud4,
.cloud5 {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/cloud.png);
	background-repeat: no-repeat;
	animation: animatedBackground 20s linear infinite;
	z-index: 6;
	width: 100%
}
.clouds {
	bottom: -145px;
	z-index: 16;
	left: 0;
	height: 382px;
	animation-play-state: paused;
}
.cloud1 {
	background-image: url(../images/cloud1.png);
	z-index: 15;
	height: 324px;
	bottom: -20%;
	left: -37%;
	animation-play-state: paused;
}
.cloud2 {
	background-image: url(../images/cloud2.png);
	right: -85%;
	bottom: -30%;
	z-index: 4;
	height: 415px;
	animation-play-state: paused;
}
.cloud3 {
	background-image: url(../images/cloud3.png);
	z-index: 20;
	height: 319px;
	bottom: -21%;
}
.cloud4 {
	background-image: url(../images/cloud4.png);
	right: -57%;
	height: 382px;
	z-index: 10;
	animation-play-state: paused;
}
.cloud5 {
	background-image: url(../images/cloud5.png);
	z-index: 10;
	height: 382px;
	bottom: -73px;
	animation-play-state: paused;
	left: 0;
}
@keyframes animatedBackground {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 100% 0;
	}
}
.top-header {
	background: #00183f;
	height: 45px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.top-header .register,
.top-header .social {
	padding: 10px 0;
}
.top-header .register a {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: flat_light;
	border-left: 2px solid #000a19;
	margin-right: 10px;
	cursor: pointer;
}
.top-header .register a:first-of-type {
	margin-right: 0;
	padding-left: 10px;
}
.top-header .register a:last-of-type {
	border: none;
}

/* social */
.top-header .social a {
	display: inline-block;
	border: 2px dashed #1e8ae2;
	transform: rotate(45deg);
	width: 25px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	margin-left: 10px;
	transition: all 0.5s ease-in-out;
}
.top-header .social a:hover {
	border: none;
	transform: rotate(-45deg);
}
.top-header .social a i {
	transform: rotate(-45deg);
	color: #ffffff;
}
.mid-header .menu ul {
	text-align: center;
}
.mid-header .menu ul li {
	font-family: flat_mid;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	transition: all 0.3s ease-in-out;
	border-color: #01bfe4;
}
.mid-header .menu ul li:hover {
	border: 2px dashed #01bfe4;
	border-top: 0;
}
.mid-header .menu ul li a {
	color: #ffffff;
	padding: 42px 20px;
	display: inline-block;
	position: relative;
	z-index: 4;
}
.home .mid-header .menu ul li:first-of-type {
	border: 2px dashed #01bfe4;
	border-top: 0;
}
.app-img {
	position: relative;
	top: 100px;
	left: 50px;
	z-index: 10;
}
.logo {
	position: absolute;
	left: 43.5%;
	top: 24px;
	z-index: 1;
}
.lines {
	position: absolute;
	left: 15px;
	;
	top: 50%;
	transform: rotate(180deg);
}
.lines span {
	background: #c7e6fe;
	height: 3px;
	width: 34px;
	display: block;
	margin-top: 5px;
}
.lines .colored {
	background: #00a4c4;
	width: 49px;
}

/*end   header */

/* Start WE */
.we {
	position: relative;
	padding: 160px 0 140px;
	/*160 instead of 95*/

	overflow: hidden;
	z-index: 50;
}
.head {
	position: relative;
	text-align: center;
}
.head .shap {
	width: 85px;
	margin: 0 auto;
	position: relative;
}
.head .star {
	position: absolute;
	top: 36px;
	left: -22px;
	transform: rotate(-8deg);
}
.head h2 {
	color: #00a4c4;
	font-family: sukar_bold;
	font-size: 26px;
	font-weight: bold;
	border: 1px dashed #04a5c5;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	line-height: 85px;
	display: inline-block;
	margin-bottom: 43px;
	margin-top: 0;
}
.we .about_info {
	border: 1px dashed #04a5c5;
	border-radius: 50%;
	width: auto;
	height: auto;
	float: left;
	overflow: hidden;
	background: #ffffff;
}
.we .about_info p {
	font-family: flat_light;
	font-size: 16px;
	font-weight: bold;
	color: #1f1f1f;
	text-align: center;
	line-height: 30px;
	padding: 70px 1px;
	;
	overflow: hidden;
	height: 440px;
}
.we_img img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 418px;
	width: 100%;
}

/* end   WE */

/* start service */
.service {
	padding: 0;
	position: relative;
	z-index: 6;
}
.service .curve {
	background: #818386;
	height: 800px;
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
}
.service .curve .white {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 85% 85% 0 0;
	position: absolute;
}
.curve-bottom {
	/* background: #fff;
  height:1000px;
  position: absolute;
  bottom: -97px;
  width: 100%;
  border-radius: 50%; */

	background: white;
	height: 700px;
	position: absolute;
	bottom: -98px;
	width: 72%;
	border-radius: 50%;
	right: 14%;
}
.service .head {
	margin-top: 35px;
}
.service .head_big {
	margin-bottom: 140px;
}
.head_big .shap {
	width: 102px;
}
.head_big .star {
	top: 65px;
	left: -9px;
	transform: rotate(-7deg);
}
.head_big h2 {
	color: #00a4c4;
	font-family: sukar_bold;
	width: 102px;
	height: 102px;
	line-height: 102px;
}
.one-method {
	position: relative;
	margin-bottom: 60px;
}
.one-method h2 {
	color: #2196f3;
	font-size: 18px;
	font-weight: bold;
	font-family: flat_reg;
}
.one-method p {
	font-size: 14px;
	font-weight: bold;
	font-family: flat_light;
	color: #9b9b9b;
	text-align: left;
	line-height: 25px;
	position: relative;
	top: -10px;
}
.one-method div {
	background-color: #33b8d2;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: -86px;
	z-index: 5;
}
.one-method div span {
	background-color: #00a4c4;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	top: 10px;
	right: 10px;
	text-align: center;
	line-height: 45px;
}
.one-method div i {
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
}
.one-method div img {
	text-align: center;
}
.method-second div {
	top: 10px;
	right: -86px;
}
.phone-img {
	border: 1px dashed #04a5c5;
	border-radius: 50%;
	height: auto;
	width: auto;
	line-height: 560px;
	text-align: center;
	position: relative;
	top: -117px;
	z-index: 1;
}

/* end   service */

/* start app-section */
.app-section {
	background: url(../images/background.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 555px;
	position: relative;
	padding-top: 150px;
	padding-bottom: 424px;
}
.app-section .head h2 {
	color: #fff;
}
.app-section .slider {
	position: relative;
	top: 100px;
	z-index: 5;
}
.owl-prev,
.owl-next {
	background: #fff !important;
	border: 1px solid #04a5c5;
	border-radius: 50% !important;
	color: #04a5c5 !important;
	font-size: 20px !important;
	height: 35px;
	width: 35px;
	line-height: 27px;
}
.owl-nav {
	position: relative;
	right: 22%;
	top: 20px
}

/* white space */
.white-section {
	height: 424px;
	position: relative;
	z-index: 2
}
.white-section .curve-bottom {
	bottom: -38px;
	height: 430px;
}

/* app-download */
.app-download {
	background: url(../images/background.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 405px;
	position: relative;
	padding: 70px;
	z-index: 1;
}
.app-download h2 {
	border: 0;
	color: #fff;
	width: 167px;
}
.app-download .shap {
	width: 200px
}
.app-download .head .star {
	left: -24px;
}
.app_text {
	font-size: 22px;
	font-weight: bold;
	font-family: flat_reg;
	color: #ffffff;
	margin-bottom: 30px;
}
.trapezoid {
	width: 100px;
	height: 90px;
	text-align: center;
	transform: perspective(10px) rotateY(1deg);
	position: relative;
	top: -2px;
	border: 1px solid #000;
}
.apple {
	transform: perspective(10px) rotateY(-1deg);
}
.app_platform li {
	background-color: #00a4c4;
	display: inline-block;
	line-height: 100px;
	text-align: center;
}
.app_platform li a {
	padding: 30px;
	cursor: pointer;
}
.app_platform li a i {
	font-size: 40px;
	position: relative;
	top: 3px;
	color: #ffffff;
}
.app_platform .android {
	width: 113px;
	height: 100px;
	border: 1px solid #000;
	line-height: 114px;
}

/* end   app-section */

/* start clients */
.clients {
	position: relative;
	padding: 60px 0 70px;
}
.client_back img {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 418px;
	width: 100%;
}
.border {
	border: 1px dashed #04a5c5;
	border-radius: 50%;
	padding: 10px;
	margin: 10px;
	overflow: hidden;
}
.client_info .client_img {
	position: relative;
}
.client_img .overlay_img {
	background-color: rgba(0, 164, 196, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.client_img:hover .overlay_img {
	opacity: 1;
	visibility: visible;
}
.client_info .name {
	font-size: 18px;
	font-weight: bold;
	font-family: flat_reg;
	color: #00a4c4;
	margin: 23px 0;
}
.slider1 .owl-nav {
	right: 0
}
.client_info .social a {
	width: 45px;
	height: 45px;
	line-height: 50px;
	text-align: center;
	background-color: #00a4c4;
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
	transition: all .3s ease-in-out;
	top: -3px;
	position: relative;
}
.client_info .social a:hover {
	transform: scale(1.07);
}
.client_info .social a[class*="facebook"]:hover {
	background-color: #3b5998;
	color: #fff;
}
.client_info .social a[class*="twitter"]:hover {
	background-color: #1da1f2;
	color: #fff;
}
.client_info .social a[class*="google"]:hover {
	background: #dd4b39;
	color: #fff;
}
.client_info .social a i {
	font-size: 20px;
	;
	color: #fff;
}

/* clients_achive */
.clients_achive {
	position: relative;
	padding: 125px 0 100px;
	background: url(../images/background.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 410px;
	overflow: hidden;
}
.clients_achive .star {
	position: absolute;
	top: 9%;
	left: 9%;
}
.clients_achive .curve-bottom {
	height: 366px;
	bottom: -281px;
	right: 24%;
	width: 52%;
}
.clients_achive .box_info .box_text,
.clients_achive .box_info .box_number {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: flat_mid;
}
.clients_achive .box_info .box_number {
	font-size: 24px;
}
.box_info div {
	margin: 46px 0 40px;
}

/* end   clients */

/* start contact_us*/
.contact_us {
	position: relative;
	padding-top: 105px;
	margin: 75px 0 15px;
}
.contact_us iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 490px;
	z-index: 2;
}
.contact_us .head {
	top: -240px;
}
.contact_us .main-background {
	position: relative;
	padding: 50px 0 40px;
	background-color: rgba(0, 164, 196, 0.56);
	top: -150px;
	z-index: 3;
}
.contact_box {
	text-align: center;
}
.contact_box div {
	height: 90px;
	width: 90px;
	background: #ffffff;
	border-radius: 50%;
	font-size: 40px;
	line-height: 90px;
	margin: 0 auto;
}
.contact_box div i {
	color: #00a4c4;
}
.contact_box .fa-phone {
	transform: rotate(90deg);
}
.contact_box p {
	color: #fff;
	font-family: flat_mid;
	font-size: 14px;
	font-weight: bold;
	margin: 40px 0;
}
.contact_box p:last-of-type {
	color: #434343;
	margin-bottom: 0;
}
.contact_us .curve-bottom {
	z-index: 1;
	height: 586px;
	bottom: -74px;
}
footer {
	position: relative;
	padding: 175px 0 110px;
	background: url(../images/background.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 469px;
}
.overlay_photo img {
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.35;
}
.footer_header h2 {
	font-family: conc_light;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 27px;
	margin-right: 8px
}
.footer_header h2::before {
	content: '';
	background: #00a4c4;
	width: 4px;
	height: 32px;
	display: inline-block;
	position: relative;
	top: 11px;
	right: -8px;
}
.footer_about {
	max-height: 105px;
	overflow: hidden;
}
footer p {
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	font-family: flat_reg;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
}
.second_part p {
	overflow: hidden;
	max-height: 45px;
}
.second_part p:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f3c5';
	font-size: 15px;
	padding-left: 10px;
	padding-top: 0;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	margin-bottom: 24px;
}
.second_part p:first-of-type:before {
	content: '\f3c5'
}
.second_part p:nth-of-type(2):before {
	content: '\f095'
}
.second_part p:last-of-type:before {
	content: '\f0e0'
}
footer form input {
	font-family: flat_reg;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 14px 10px;
	height: 42px;
	width: 100%;
	background-color: #00a4c4;
	margin-bottom: 5px;
	border: 0;
}
footer form input[type='submit'] {
	background: #00183f;
	text-align: center;
	margin: 0 auto;
	transition: all 0.5s ease-in-out;
}
footer form input[type='submit']:hover {
	background: #fff;
	color: #00183f;
}
::-webkit-input-placeholder {
	color: #ffffff !important;
}
::-moz-placeholder {
	/* Firefox 19+ */

	color: #ffffff !important;
}
:-ms-input-placeholder {
	/* IE 10+ */

	color: #ffffff !important;
}
:-moz-placeholder {
	/* Firefox 18- */

	color: #ffffff !important;
}

/* copyright */
.copyright {
	background-color: #001b46;
	font-size: 14px;
	font-weight: bold;
	font-family: flat_reg;
	padding: 20px;
	line-height: 20px;
}
.copyright span {
	color: #00a4c4;
}

/* end footer */

/* end contact_us */
.menu-bar {
	position: fixed;
	z-index: 150;
	top: 65px;
	;
	left: 0;
	opacity: 0.5;
}

/*start responsive*/
@media(min-width:320px) and (max-width:480px) {}
@media(min-width:480px) and (max-width:768px) {}
@media(min-width:768px) and (max-width:991px) {
	.app-img {
		left: 0;
		top: 47px;
	}

	.menu-bar {
		display: none;
	}

	.mid-header .menu ul li a {
		padding: 42px 14px;
	}
}
@media(min-width:991px) and (max-width:1199px) {
	.menu-bar {
		display: none;
	}

	.mid-header .menu ul li {
		font-size: 18px;
	}

	.mid-header .menu ul li a {
		padding: 42px 14px;
	}
}
@media(min-width:1199px) {}
@media(max-width:991px) {
	.one-method {
		position: relative;
		margin-bottom: 60px;
		width: 70%;
		left: -1%;
	}

	.method-second {
		left: -23%
	}

	.responsive_mob {
		position: relative;
		top: 87px;
	}

	.method-second div {
		top: 10px;
		right: -79px;
	}

	.clients_achive {
		height: 1000px;
		padding-top: 60px;
	}

	.clients_achive .col-md-3,
	.contact_us .col-md-4,
	footer .col-md-4 {
		margin-bottom: 30px;
	}

	footer {
		height: 800px;
		position: relative;
		top: 2px;
		padding-top: 125px;
	}

	.copyright {
		height: 110px;
		text-align: center;
	}

	.copyright .right,
	.copyright .left {
		margin-bottom: 10px;
		float: none !important;
	}

	footer .overlay_photo {
		display: none;
	}

	.contact_us iframe {
		height: 100%;
		padding-bottom: 52px;
	}
}
/*close media*/
@media(max-width:768px) {
	.menu ul {
		width: 100%;
		height: 100%;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 100;
		text-align: center;
		display: none;
	}

	.menu ul li {
		display: block !important;
		border: 0 !important;
	}

	.menu ul li:hover {
		border: 0 !important;
		background-color: rgba(0, 164, 196, 0.7);
	}

	.mid-header .menu ul li a {
		padding: 20px;
	}

	.app-img {
		position: relative;
		top: 100px;
		z-index: 10;
		text-align: center;
		margin: 0 auto;
		width: 280px;
		left: 0
	}

	.top-header {
		height: 100px;
	}

	.register {
		position: relative;
		z-index: 2;
	}

	.register,
	.top-header .social {
		text-align: center;
		float: none !important;
		margin-bottom: 5px
	}

	.service .head_big {
		margin-bottom: 50px;
	}
}
/*close media*/
@media(min-width:1200px) and (max-width:1300px) {
	.logo {
		left: 40%;
	}
}
@media(min-width:1300px) and (max-width:1700px) {
	.logo {
		left: 42%;
	}
}
@media(max-width:490px) {
	.white-section {
		height: 365px;
	}

	.app-download .head {
		left: 50px;
		position: relative;
	}
}
@media(min-width:510) and (max-width:670) {
	.white-section {
		height: 465px;
	}
}
@media(max-width:550px) {
	.app-download {
		height: 500px !important;
	}

	.app_platform li {
		background: transparent;
		border: 0 !important;
	}
}
@media(max-width:460px) {
	.app-download {
		height: 700px !important;
	}
}

/*end responsive
