/*========================================================
	
	Author	: 	Mohamed Gamal 
	
	Item 	: 	SmSm - Responsive App Landing Template
	
----------------------------------------------------------
	List of Contents
----------------------------------------------------------
	
	01. Navbar

	02. Intro Section
	
	03. features Section
	
	04. features2 Section
	
	05. Screenshots Section
	
	06. compatibility Section
	
	07. Testimonial Section
	
	08. Download\Newsletter Section
	
	09. Contact Section
	
	10. Footer 	Section
	
	11. preloader Section
	
========================================================*/



body{
	font-family: 'Open Sans';
	overflow-x: hidden;
}

/*.parallax{
	background-color:transparent !important;
}
*/
/* FONTS */

@font-face {
    font-family: 'walkway_semiboldregular';
    src: url('../fonts/Walkway_SemiBold-webfont.eot');
    src: url('../fonts/Walkway_SemiBold-webfont.eot?#iefix') 
    	 format('embedded-opentype'), url('../fonts/Walkway_SemiBold-webfont.woff')
    	 format('woff'), url('../fonts/Walkway_SemiBold-webfont.ttf') 
    	 format('truetype'), url('../fonts/Walkway_SemiBold-webfont.svg#walkway_semiboldregular') 
    	 format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'walkway_ultraboldregular';
    src: url('../fonts/Walkway_UltraBold-webfont.eot');
    src: url('../fonts/Walkway_UltraBold-webfont.eot?#iefix') 
    	 format('embedded-opentype'), url('../fonts/Walkway_UltraBold-webfont.woff') 
    	 format('woff'), url('../fonts/Walkway_UltraBold-webfont.ttf') 
    	 format('truetype'), url('../fonts/Walkway_UltraBold-webfont.svg#walkway_ultraboldregular') 
    	 format('svg');
    font-weight: normal;
    font-style: normal;
}
img{
	max-width:100%;
}
/*========================================================
	Navbar
========================================================*/
.navbar{
	background:transparent;
	padding:30px 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.navbar-brand{
	padding:0;
}
.navbar-brand > img{
	margin-top:-50px;
}
.navbar-nav > li > a{
	text-decoration:none;
	background:none !important;
	position: relative;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
	color:#FFF;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.navbar-nav > li > a:after{
	content: "";
	position: absolute;
	top: 7px;
	right: 3px;
	width: 10px;
	height: 10px;
	border-top-right-radius: 4px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	display: none;
	
}
.navbar-nav > li.active > a:after,
.navbar-nav > li > a:hover:after{
	display: block;
}
.navbar-toggle{
	margin-top:5.5px;
	margin-bottom:5.5px;
}
.navbar-toggle .icon-bar{
	background:#202020;
	height:3px;
	width:28px;
}
body.scrolled .navbar{
	background:#FFF;
	background:rgba(255,255,255,.9);
	padding:10px 0;
}
.navbar-brand > .logo-yellow{
	display:none;
}
body.scrolled .navbar-brand > .logo-yellow{
	display:block;
}
body.scrolled .navbar-brand > .logo-white{
	display:none;
}
body.scrolled .navbar-nav > li > a{
	color:#202020;
	color:rgba(0,0,0,.4);
}
body.scrolled .navbar-nav > li.active > a,
body.scrolled .navbar-nav > li > a:hover{
	color:#202020;
}
body.scrolled  .navbar-nav > li > a:after{
	border-top: 3px solid #fbbc00;
	border-right: 3px solid #fbbc00;
}

/*========================================================
	Intro Section
========================================================*/
.main-section{
	/*background:#4CB2D4;*/
	background:#f7b009;
	overflow:hidden;
	position:relative;
	padding:100px 0;
	padding-top:160px;
	border-bottom-right-radius: 10%;
	/*-webkit-clip-path: circle(73.7% at 44% 10%);
    clip-path: circle(73.7% at 44% 10%);*/
     /*border: 20px solid #06c999;
    -moz-border-radius: 50px 50px 0;
    border-radius: 50px 50px 0 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);*/

    /*border: 20px solid #06c999;
    border-radius: 0px 0px 50px 0;*/


}
.main-section:after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 400px solid white;
    border-right:1217px solid transparent;
}
/*.main-section:before{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid white;
    border-left:607px solid transparent;
}*/
.main-section .particle-bg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
}
.main-section .mockup >img {
	margin-left: -30%;
	margin-top: -10%;
}
.main-section .intro-text > h1{
	font-weight:normal;
	color:#FFF;
	line-height:1.2em;
	font-size:50px;
	letter-spacing:2px;
	margin-top:0;
	margin-bottom:25px;
	font-family: 'walkway_semiboldregular';
}
.main-section .intro-text > p{
	font-size:18px;
	margin:0;
	margin-bottom:80px;
	color:#FFF;
	letter-spacing:2px;
}

/*========================================================
	features Section
========================================================*/
.features-section{
	padding:80px 0;
	overflow:hidden;
	position: relative;
}
.col-features{
	padding-top:80px;
}
.col-feature{
	position:relative;
	margin-bottom:80px;
	text-align: right;
}
.feature-2 {
	margin-right: -80px;
	/*width: 307px;*/
}
.feature-3 {
	text-align:left;
	margin-left: -50px;
}
.feature-4 {
	text-align:left;
}
.col-feature > i{
	height:80px;
	width:80px;
	font-size:0;
	line-height:80px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	border:solid 1px #fbbc00;
	color:#fbbc00;
}
.col-feature > i:before{
	font-size:40px;
	line-height:80px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}
.col-feature > h4{
	margin:0;
	margin-top:20px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:400;
	font-size:22px;
}
.col-feature > p{
	color:rgba(0,0,0,.6);
	line-height:1.7em;
	margin:0;
	margin-top:10px;
}
/*.feature-svg{
	position: absolute;
	top: 0;
	left: 0;
}*/

/*========================================================
	features2 Section
========================================================*/
.features2-section{
	padding:50px 0;
}
.features2-items .item{
	text-align: left;
	margin-bottom: 60px;
}
.features2-items .item .icon{
	float: left;
	padding: 0 10px;
}
.features2-items .item .content{
	text-align: left;
	padding: 0 70px;
}
.features2-items .item i{
	font-size:48px;
	line-height:48px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	border: none;
	color:#888;
	margin: 0;
}
.features2-items .item h4{
	font-size: 1.4666666666666667em;
	margin-bottom: 10px;
	color:#fbbc00;
}
.features2-items .item p{
	color:rgba(0,0,0,.6);
	line-height:1.7em;
	margin:0;
}
/*========================================================
	Screenshots Section
========================================================*/
.screenshots-section{
	padding-bottom:110px;
	padding-top:50px;
	overflow:hidden;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.screenshots-section .section-header{
	margin-bottom:70px;
}
.screenshots-slider{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0;
}
.screenshots-slider li{
	position:relative;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.18);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.18);
}
.screenshots-slider li > figure{
	position:relative;
	overflow:hidden;
	display:block;
}
.screenshots-slider li > figure > img{
	width:100%;
	margin:auto;
}
.screenshots-slider.owl-carousel .owl-stage-outer {
	padding-bottom:10px;
	overflow:visible;
}
.screenshots-slider .overlay{
	position:absolute;
	top:0;
	left:-5px;
	right:-5px;
	bottom:0;
	opacity:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	background:#FFF;
	background:rgba(255,255,255,.95);
	z-index:99;
}
.screenshots-slider .overlay > .view-btn{
	display:block;
	height:80px;
	width:80px;
	color:#202020;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	margin:auto;
	margin-top:-40px;
	text-align:center;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	outline:none;
}
.screenshots-slider .overlay > .view-btn:before,
.screenshots-slider .overlay > .view-btn:after{
	content: ' ';
	position:absolute;
	background:#202020;
}
.screenshots-slider .overlay > .view-btn:before{
	width:1px;
	height:100%;
	top:0;
	left:50%;
	margin-left:-0.5px;
}
.screenshots-slider .overlay > .view-btn:after{
	width:100%;
	top:50%;
	left:0;
	margin-top:-0.5px;
	height:1px;
}
.screenshots-slider li:hover .overlay{
	opacity:1;
}
.owl-controls{
	margin-top:50px;
	margin-bottom:-45px;
}
.owl-controls > .owl-dots{
	text-align:center;
}
.owl-controls > .owl-dots > .owl-dot{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:-10px 1px;
	padding:10px 6px;
}
.owl-controls > .owl-dots > .owl-dot:hover > span{
	opacity:.6;
}
.owl-controls > .owl-dots > .owl-dot > span{
	display:block;
	height:20px;
	width:20px;
	margin-top:20px;
	background:#000;
	opacity:.4;
	transition:all .3s ease;
	border-radius:50%;
}
.owl-controls > .owl-dots > .owl-dot.active > span{
	opacity:1;
	margin-top:0;
}

/*========================================================
	compatibility Section
========================================================*/
.compatibility-sec{
	padding-bottom:-100px;
	padding-top:180px;
	overflow:hidden;
	position:relative;
}
.compatibility-sec .static{
	border-bottom: 1px solid #ececec;
}
.compatibility-sec .text{
	padding: 0 64px;
}
.compatibility-sec .mockup img{
	transform: scale(1.8,1.5);
}
.compatibility-sec ul{
	list-style-type: none;
}
.compatibility-sec ul li{
	float: left;
}
.compatibility-sec i{
	font-size:36px;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	border: none;
	color:rgb(180,180,180);
	margin-right: 20px;
	opacity: .6;
}
.compatibility-sec h2{
	text-transform:uppercase;
	color: #555;
    font-style: normal;
    font-weight: 100;
    line-height: 1.17em;
    margin: 0 0 20px;
}
.compatibility-sec p{
	color: #666;
    line-height: 1.8em;
    margin: 0 0 20px;
}

/*========================================================
	Testimonial Section
========================================================*/
.rotateslider-container{
  position:relative;
  width:100%;
  height:800px;
  margin-left:auto;
  margin-right:auto;
}
.rotateslider-container .rotateslider-item{
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translateY(-50%) translateX(-50%) scale(0.4);
  -ms-transform:translateY(-50%) translateX(-50%) scale(0.4);
  transform:translateY(-50%) translateX(-50%) scale(0.4);
  opacity:0;
  -webkit-filter:blur(5px);
  filter:blur(5px);
  -webkit-transition:all 0.6s ease;
  transition:all 0.6s ease;
  background:transparent;
  background-size:cover;
  text-align:center;
  width:500px;
  padding:20px;
}
.rotateslider-item .testimonial-p{
	padding: 20px;
	background:#242732;
	position: relative;
}
.rotateslider-item .testimonial-p span{
	position: absolute;
	bottom: 26px;
	left: 0;
	background: #efefef;
	color: #242732;
	font-size: 18px;
	padding: 8px;

}
.rotateslider-item .testimonial-p:after{
	position:absolute;
    bottom:-20px;
    left:86px;
    content:"";
    display:block;
    border-left: 10px solid transparent;
    border-right: 35px solid transparent;
    border-top: 25px solid #242732;
}
.testmonials p.quote{
  font-size:16px;
  line-height:1.6;
  color:#fff;
}
.rotateslider-item  .testimonial-info{
	padding:20px 0;
	text-align: left;
    margin-top: 20px;
}
.rotateslider-item  .testimonial-info .testimonial-img{
  display:inline-block;
  width:100px;
  margin-right:10px ;
}
.rotateslider-item .testimonial-info .testimonial-img>img{
	max-height:100%;border-radius: 20px
}
.rotateslider-item .testimonial-info .testimonial-author{
	display:inline-block
}
.rotateslider-item .testimonial-info .testimonial-author .name{
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.01px;
  font-size:16px;
  color: #333;
  margin-top:15px;
}
.rotateslider-item  .testimonial-info .testimonial-author .small{
  font-size:12px;
  line-height:1.5;
  color:#333;
  letter-spacing:1px;
  margin-top:5px;
  margin-bottom:5px
}
.rotateslider-item  .testimonial-info .testimonial-author .stars{ 
	color:#f1c40f;
	margin-top:5px;
}
.rotateslider-container .rotateslider-item.next{
	left:80%;
	opacity:0.5;
}
.rotateslider-container .rotateslider-item.prev{
	left:20%;
	opacity:0.5;
}
.rotateslider-container .rotateslider-item.now {
  opacity:1;
  -webkit-filter:blur(0px);
  filter:blur(0px);
  top:50%;
  left:50%;
  -webkit-transform:translateY(-50%) translateX(-50%) scale(1);
  -ms-transform:translateY(-50%) translateX(-50%) scale(1);
  transform:translateY(-50%) translateX(-50%) scale(1);
  border-radius:20px 20px 0 0;
  z-index: 99;
}
.rotateslider-container .arrow{
  display:inline-block;
  width:50px;
  height:50px;
  background-color:#fff;
  position:absolute;
  top:50%;
  margin-top:-25px;
  cursor:pointer;
  color:#fbbc00;
  text-align:center;
  opacity:.5;
}
.rotateslider-container .arrow:hover{opacity:1;}
.rotateslider-container .arrow.left{left:0;}
.rotateslider-container .arrow.right{right:0;}

/*========================================================
	Download Section
========================================================*/
.download-sec{
	position: relative;
	text-align:center;
	overflow: hidden;
}

.download-sec canvas {
	display: block;
	background: #4CB2D4;
}
.download-sec .frond-layer{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.1);
}
.frond-layer h2{
	font-size:48px;
	color:#FFF;
	font-weight:400;
	margin:0;
	margin-bottom:50px;
	margin-top:100px;
}
.frond-layer a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 15px;
	margin-bottom:15px;
	text-decoration:none;
}
/*------------------------
	Newsletter Section
--------------------------*/
.newsletter{
	padding-top:95px;
}
.newsletter > h4{
	font-size:24px;
	font-weight:300;
	color:#FFF;
	margin:0;
	margin-bottom: 20px;
}
#cuboid {
	width: 600px;
    margin: 0 auto;
	/*this also makes #cuboid a container for absolutely positioned descendants*/
	perspective: 1000px;
}
#cuboid form {
	/*counter translate*/
	transform: translateZ(-20px);
	/*propogate 3d space for children*/
	transform-style: preserve-3d;
	/*prevent height collapse as children are absolutely positioned*/
	height: 40px;
	/*for smooth animations*/
	transition: all 0.35s;
}

/*faces*/
.cuboid-text {
	/*each face will be 40px high*/
	line-height: 40px; 
	height: 40px;
	background: #fbbc00;
	color: #fff;
}
.loader {
	background:hsla(25, 83%, 55%, 1);
	animation: phase 1s infinite;
	color: #fff;
}
/*Lets create a pulsating animation for the loader face*/
@keyframes phase {
	50% {background: hsla(25, 83%, 45%, 1)}
}
#email {
	background: white; 
	outline: none; 
	border: 0 none;
	font: inherit; 
	text-align: left; 
	color: hsl(120, 40%, 30%);
	display: block; 
	width: 100%; 
	padding: 0 10px;
	box-sizing: border-box;
}
#submit {display: none;}

.submit-icon, .reset-icon {
	position: absolute; 
	top: 0; 
	right: 0;
	color: rgba(0, 0, 0, 0.25);
	line-height: 40px; 
	padding: 0 10px;
	/*smooth transitions when user activates input and types something*/
	transition: all 0.5s;
	/*to make the icons feel like buttons*/
	cursor: pointer;
}
/*.active = when the user is typing something*/
.submit-icon.active {color: #fbbc00}
.reset-icon {color: rgba(255, 255, 255, 0.55); font-size: 14px;}

#cuboid div {position: absolute; top: 0; left: 0; width: 100%; height: 100%}
/*3D transforms. Each face will be rotated in multiples of -90deg and
	 moved 20px(half of their 40px height) out*/
#cuboid div:nth-child(1) {transform: rotateX(0deg) translateZ(20px);}
#cuboid div:nth-child(2) {transform: rotateX(-90deg) translateZ(20px);}
#cuboid div:nth-child(3) {transform: rotateX(-180deg) translateZ(20px);}
#cuboid div:nth-child(4) {transform: rotateX(-270deg) translateZ(20px);}

/*the form will have 4 states/classes(default+3) for rotation*/
#cuboid form:hover, 
#cuboid form.ready {transform: translateZ(-20px) rotateX(90deg);}
#cuboid form.loading {transform: translateZ(-20px) rotateX(180deg);}
#cuboid form.complete {transform: translateZ(-20px) rotateX(270deg);}



/*========================================================
	Contact-Us Section
========================================================*/
.contact-us .overlay{padding:100px 0;}
.contact-us h2 {margin-bottom:20px;letter-spacing:1.1px;font-size:50px;}
.contact-us hr {max-width:170px}
.contact-us p{
	margin-top:20px;
	margin-bottom:70px;
	letter-spacing:1.3px;
}
.contact-us textarea,
.contact-us input[type='text']{
	background:none;
	color: #000;
	border-color:#ccc;
	border-width:0 0 1px;
	border-radius: 0;
	box-shadow:none;
}
.contact-us input[type='text']{margin-bottom:50px}
.contact-us textarea{
	margin-bottom:15px;
	margin-top:42px;
	border:.5px solid #ccc;;
}
.contact-us button{
	font-weight:900;
	text-transform:uppercase;
	border:none;
	color:#fff;
	background:#fbbc00;
}
.contact-us button:hover{
	color: white;
	-webkit-transform: scale(1.01,1.01);
	transform: scale(1.01,1.01);
}


/*========================================================
	Footer
========================================================*/
footer{
	padding:20px 0;
	background:#202020;
	overflow:hidden;
}
footer p{
	color:#FFF;
	margin:0;
	font-size:16px;
	font-weight:300;
	letter-spacing:1px;
	margin-top:3px;
	text-transform:uppercase;
}
.footer-social{
	position:relative;
	padding:0;
	font-size:0;
	list-style:none;
	text-align:right;
	margin:-5px;
}
.footer-social > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.footer-social a{
	display:block;
	font-size:20px;
	padding:5px;
	color:#FFF;
	color:rgba(255,255,255,.8);
	margin-left:20px;
}
.footer-social a:hover{
	color:#FFF;
}

/*========================================================
	Preloader
========================================================*/

.loading-spin
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index: 999999;
}
.spinner 
{
  width:40px;
  height:40px;
  opacity:.8;
  background-color: #fbbc00;
  margin:300px auto;
  -webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;
  animation:sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane 
{
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  
  		rotateX(180deg) }
}

@keyframes sk-rotateplane 
{
  0% 
  { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 
  50%
  { 
   transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
   -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 
  100% 
  { 
   transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
   -webkit-transform: perspective(120px) 
   					  rotateX(-180deg) rotateY(-179.9deg);
  }
}