


/*
  Template Name: AppSet - App Landing Pages Pack
  Theme URL: https://themeforest.net/user/dsathemes
  Description: AppSet - App Landing Pages Pack
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: Responsive, HTML5 template, DSAThemes, Mobile, Application, One Page, Landing, Product, Mobile App
*/



html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
} 
 
body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: 300;
  background-color: #f0f0f0;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/*------------------------------------------*/
/*	PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*    Margin Top
/*------------------------------------------*/

.m-top-120 { margin-top: 120px; }
.m-top-110 { margin-top: 110px; }
.m-top-100 { margin-top: 100px; }
.m-top-90 { margin-top: 90px; }
.m-top-80 { margin-top: 80px; }
.m-top-70 { margin-top: 70px; }
.m-top-60 { margin-top: 60px; }
.m-top-50 { margin-top: 50px; }
.m-top-40 { margin-top: 40px; }
.m-top-35 { margin-top: 35px; }
.m-top-30 { margin-top: 30px; }
.m-top-25 { margin-top: 25px; }
.m-top-20 { margin-top: 20px; }
.m-top-15 { margin-top: 15px; }
.m-top-10 { margin-top: 10px; }
.m-top-5 { margin-top: 5px; }

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/

.m-bottom-120 { margin-bottom: 120px; }
.m-bottom-110 { margin-bottom: 110px; }
.m-bottom-100 { margin-bottom: 100px; }
.m-bottom-90 { margin-bottom: 90px; }
.m-bottom-80 { margin-bottom: 80px; }
.m-bottom-70 { margin-bottom: 70px; }
.m-bottom-60 { margin-bottom: 60px; }
.m-bottom-50 { margin-bottom: 50px; }
.m-bottom-40 { margin-bottom: 40px; }
.m-bottom-35 { margin-bottom: 35px; }
.m-bottom-30 { margin-bottom: 30px; }
.m-bottom-25 { margin-bottom: 25px; }
.m-bottom-20 { margin-bottom: 20px; }
.m-bottom-15 { margin-bottom: 15px; }
.m-bottom-10 { margin-bottom: 10px; }
.m-bottom-5 { margin-bottom: 5px; }
.m-bottom-0 { margin-bottom: 0; }

.m-right-10 { margin-right: 10px; }
.m-right-5 { margin-right: 5px; }

/*------------------------------------------*/
/*	ONSCROLL ANIMATIONS
/*------------------------------------------*/

.animated { visibility: hidden; }
.visible { visibility: visible; } 

/*------------------------------------------*/
/*   BACKGROUND SETTINGS FOR SECTION
/*------------------------------------------*/

.bg-scroll {
	width: 100%;
	background-attachment: fixed !important;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

.bg-fixed {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
}

/*------------------------------------------*/
/*	HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
  font-family: 'Montserrat', sans-serif;
 	font-weight: 700;
  letter-spacing: -0.025rem;  /* -0.4px */
}

/*------------------------------------------*/
/*	 LISTS
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 LINK SETTINGS
/*------------------------------------------*/

a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	IMAGE SETTINGS
/*------------------------------------------*/

.img-responsive {
	display: inline-block; 
}

/*------------------------------------------*/
/*	 BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: #fa5876;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.9rem 1.8rem;
  border: 2px solid #fa5876;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;     
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;   
}

.btn-arrow {
  position: relative; 
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  will-change: transform;
}

.btn-arrow:hover span, 
.btn-arrow:focus span {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); 
}

.btn-arrow .svg-inline--fa {
  position: absolute;
  line-height: 1rem!important;
  right: 0;
  top: 1px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn-md.btn-arrow .svg-inline--fa {
  top: 0.5px;
}

/*------------------------------------------*/
/*   Button Color
/*------------------------------------------*/

.btn-yellow {
  color: #333;
  background-color: #feca16;
  border-color: #feca16;
}

.btn.btn-md {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

/*------------------------------------------*/
/*	 Button Hover
/*------------------------------------------*/

.btn:hover {
	color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-arrow:hover .svg-inline--fa, 
.btn-arrow:focus .svg-inline--fa {
  opacity: 1;
  right: -18px; 
}

.btn-yellow:hover {
	color: #333;
}

.btn-yellow.tra-hover:hover span {
  color: #fff;
}

/*------------------------------------------*/
/*	 Button Focus
/*------------------------------------------*/

.btn:focus {
	color: #ffffff; 
  -webkit-box-shadow: none;
   box-shadow: none; 
}

/*------------------------------------------*/
/*   SECTION TITLE    
/*------------------------------------------*/

.section-title {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}

.section-title h2 { 
  color: #444;
  font-size: 2.75rem; 
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
} 

.section-title p { 
  color: #666;
  font-size: 1.3rem;
  padding: 0 10%;
  margin-bottom: 0;
} 

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

/*------------------------------------------*/
/*	 HERO    
/*------------------------------------------*/

#hero {
	background-image: url(../images/hero.jpg);		
	padding-top: 100px;
	padding-bottom: 0;	
}

.hero .col-md-7 {
  padding-right: 0;
}

.hero-txt {
	position: relative;
	z-index: 2;
  margin-top: 130px;
}

.hero-txt span.lp-version { 
  text-align: right;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  padding: 5px 15px;
  background-color: #fa5876;
  margin-right: -20px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;     
}

#hero h2 { 
	color: #fff;
	font-size: 7.25rem;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -4px;
	margin-bottom: 30px;
}

#hero h3 {
  color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 20px;
}

#hero p { 
  color: #eee;
	font-size: 1.15rem; 
	line-height: 1.5;
	margin-bottom: 30px;
}

#hero p span { 
	color: #fff;
	font-weight: 500;
}

.hero-img { 
  position: relative;
  text-align: center;
  padding-left: 30px;
}

.hero-img img {
  position: relative;
  max-width: none;
  display: inline-block;
}

/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select {	
  margin-top: -100px;
	margin-bottom: -200px;
	position: relative;
	z-index: 3;
}

#select .col-lg-4,
#inner-pages .col-lg-4 {
	position: relative;	
	z-index: 3;
	margin-bottom: 50px;
	text-align: center;
}

.select_link h4 {
	color: #666;
	font-size: 1.15rem;
	line-height: 1;
	font-weight: 400;	
	letter-spacing: -0.5px;
	margin-top: 2.5rem;
}

.select_link h4.white-color {
  color: #bbb;
}

#inner-pages .select_link h4 {
  color: #111;
  font-weight: 600; 
}

.select_link h4 span {
	color: #000;
  font-weight: 600; 
	margin-left: 5px;
}

.select_link h4.white-color span {
  color: #fff;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
  -webkit-box-shadow: 0 0 6px rgba(10, 10, 10, 0.25);
  -moz-box-shadow: 0 0 6px rgba(10, 10, 10, 0.25);
   box-shadow: 0 0 6px rgba(10, 10, 10, 0.25);
}

.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	-moz-opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.65);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay:hover > img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.hover-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
}

.select_link:hover .overlay-content {
	bottom: 43%;
	opacity: 1; 
	-moz-opacity: 1; 
}

/*------------------------------------------*/
/*   INNER PAGES   
/*------------------------------------------*/

#inner-pages { 
  margin-top: -100px;
  margin-bottom: -200px;
  position: relative;
  z-index: 3;
}

.section-title.ip-st {
  background-image: url(../images/dotted-map.png);
  padding-top: 260px;
  padding-bottom: 180px;
  background-color: #333;
}

/*------------------------------------------*/
/*	 FOOTER  
/*------------------------------------------*/   

.footer {
	background-color: #f9f9f9;
  padding-top: 230px;
	padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.footer p {
	color: #666;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 5px;
}

.footer .svg-inline--fa {
  color: #eb2f5b;
}

/*------------------------------------------*/
/*	  SCROLL TO TOP 
/*------------------------------------------*/ 

#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/icons/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #151515;
}

nav a#pull {  
    display: none;  
} 


@media (min-width: 992px) and (max-width: 1199.99px) {

	.btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }
  .btn.btn-md { font-size: 0.975rem; padding: 0.925rem 2rem; }

  .section-title { padding-top: 80px; padding-bottom: 130px; }
  .section-title h2 { font-size: 2.25rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1.15rem; padding: 0 10%; }

  #hero { padding-top: 60px; }
  .hero .col-md-7 { padding-right: 0; }
  .hero-txt { margin-top: 85px; }

  .hero-txt span.lp-version { font-size: 1.25rem; padding: 4px 12px; margin-right: 13%; }

  #hero h2 { font-size: 4.75rem; letter-spacing: -2px; margin-bottom: 20px; }
  #hero h3 { font-size: 1.3rem; margin-bottom: 20px; }
  #hero p { font-size: 1.05rem; line-height: 1.5; margin-bottom: 30px; }

  .hero-img img { width: 160%; }

  #select { margin-top: -90px; margin-bottom: -170px; }
  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .section-title.ip-st { padding-top: 220px; padding-bottom: 150px; }

  .footer { padding-top: 230px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }

}


@media (min-width: 768px) and (max-width: 991.99px) {	

	.btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }
  .btn.btn-md { font-size: 0.925rem; padding: 0.85rem 2rem; }

  .section-title { padding-top: 80px; padding-bottom: 130px; }
  .section-title h2 { font-size: 2rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1rem; padding: 0 12%; }

  #hero { padding-top: 70px; }
  .hero .col-md-7 { padding-right: 0; }
  .hero-txt { margin-top: 85px; }

  .hero-txt span.lp-version { font-size: 1.25rem; padding: 4px 12px; margin-right: 15%; }

  #hero h2 { font-size: 4rem; letter-spacing: -2px; margin-bottom: 20px; }
  #hero h3 { font-size: 1.25rem; margin-bottom: 20px; }
  #hero p { font-size: 1rem; line-height: 1.5; margin-bottom: 30px; }

  .hero-img img { width: 260%; }

  #select { margin-top: -80px; margin-bottom: -170px; }
  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .select_link.l-10 h4.white-color { color: #666; }
  .select_link.l-10 h4.white-color span { color: #111; }

  .section-title.ip-st { padding-top: 200px; padding-bottom: 150px; }

  .footer { padding-top: 230px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }

}


@media (min-width: 576px) and (max-width: 767.99px) {	

	.btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }
  .btn.btn-md { font-size: 0.925rem; padding: 0.85rem 2rem; }

  .section-title { padding-top: 80px; padding-bottom: 130px; }
  .section-title h2 { font-size: 1.75rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1rem; padding: 0 5%; }

  #hero { padding-top: 0; text-align: center; }
  .hero .col-md-7 { padding-right: 15px; }
  .hero-txt { margin-top: 85px; margin-bottom: 40px;  }

  .hero-txt span.lp-version { font-size: 1.1rem; padding: 4px 12px; margin-right: 20%; }

  #hero h2 { font-size: 3.75rem; letter-spacing: -2px; margin-bottom: 20px; }
  #hero h3 { font-size: 1.25rem; margin-bottom: 20px; }
  #hero p { font-size: 1rem; line-height: 1.4; margin-bottom: 30px; padding: 0 10%;}

  .hero-img img { width: 140%; }

  #select { margin-top: -90px; margin-bottom: -170px; }
  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .select_link.l-10 h4.white-color, .select_link.l-11 h4.white-color { color: #666; }
  .select_link.l-10 h4.white-color span, .select_link.l-11 h4.white-color span { color: #111; }

  .section-title.ip-st { padding-top: 200px; padding-bottom: 150px; }

  .footer { padding-top: 230px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }

}	


@media (min-width: 416px) and (max-width: 575.99px) { 

	.btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }
  .btn.btn-md { font-size: 0.9rem; padding: 0.8rem 1.7rem;  }

  .section-title { padding-top: 80px; padding-bottom: 130px; }
  .section-title h2 { font-size: 1.75rem; line-height: 1.3; letter-spacing: 0; margin-bottom: 20px;} 
  .section-title p { font-size: 1rem; padding: 0 2%; }

  #hero { padding-top: 0; text-align: center; padding-bottom: 50px; }
  .hero .col-md-7 { padding-right: 15px; }
  .hero-txt { margin-top: 85px; margin-bottom: 40px;  }

  .hero-txt span.lp-version { font-size: 1rem; padding: 4px 12px; margin-right: 13%; }

  #hero h2 { font-size: 3.75rem; letter-spacing: -2px; margin-bottom: 30px; }
  #hero h3 { font-size: 1.15rem; margin-bottom: 15px; }
  #hero p { font-size: 1rem; line-height: 1.4; margin-bottom: 30px; padding: 0 3%;}

  .hero-img { display: none; }

  #select { margin-top: -90px; margin-bottom: -170px; }
  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .select_link.l-10 h4.white-color, .select_link.l-11 h4.white-color { color: #666; }
  .select_link.l-10 h4.white-color span, .select_link.l-11 h4.white-color span { color: #111; }

  .section-title.ip-st { padding-top: 200px; padding-bottom: 150px; }

  .footer { padding-top: 220px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }
	
}


@media (min-width: 321px) and (max-width: 415px) { 

  .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }
  .btn.btn-md { font-size: 0.9rem; padding: 0.8rem 1.7rem;  }

  .section-title { padding-top: 80px; padding-bottom: 130px; }
  .section-title h2 { font-size: 1.35rem; line-height: 1.3; letter-spacing: 0; margin-bottom: 20px;} 
  .section-title p { font-size: 0.95rem; padding: 0 1%; }

  #hero { padding-top: 0; text-align: center; padding-bottom: 50px; }
  .hero .col-md-7 { padding-right: 15px; }
  .hero-txt { margin-top: 85px; margin-bottom: 40px;  }

  .hero-txt span.lp-version { font-size: 1rem; padding: 4px 12px; margin-right: 5%; }

  #hero h2 { font-size: 3.25rem; letter-spacing: -1px; margin-bottom: 30px; }
  #hero h3 { font-size: 1.05rem; margin-bottom: 15px; }
  #hero p { font-size: 0.95rem; line-height: 1.4; margin-bottom: 30px; padding: 0 1%;}

  .hero-img { display: none; }

  #select { margin-top: -90px; margin-bottom: -170px; }
  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .select_link.l-10 h4.white-color, .select_link.l-11 h4.white-color { color: #666; }
  .select_link.l-10 h4.white-color span, .select_link.l-11 h4.white-color span { color: #111; }

  .section-title.ip-st { padding-top: 180px; padding-bottom: 140px; }

  .footer { padding-top: 220px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }
	
}


@media (max-width: 320px) {	

  .btn { font-size: 0.9rem; padding: 0.8rem 1.7rem; }
  .btn.btn-md { font-size: 0.9rem; padding: 0.8rem 1.7rem;  }

  .section-title { padding-top: 80px; padding-bottom: 130px; }
  .section-title h2 { font-size: 1.35rem; line-height: 1.3; letter-spacing: 0; margin-bottom: 20px;} 
  .section-title p { font-size: 0.95rem; padding: 0 1%; }

  #hero { padding-top: 0; text-align: center; padding-bottom: 50px; }
  .hero .col-md-7 { padding-right: 15px; }
  .hero-txt { margin-top: 85px; margin-bottom: 40px;  }

  .hero-txt span.lp-version { font-size: 1rem; padding: 4px 12px; margin-right: 5%; }

  #hero h2 { font-size: 3.25rem; letter-spacing: -1px; margin-bottom: 30px; }
  #hero h3 { font-size: 1.05rem; margin-bottom: 15px; }
  #hero p { font-size: 0.95rem; line-height: 1.4; margin-bottom: 30px; padding: 0 1%;}

  .hero-img { display: none; }

  #select { margin-top: -90px; margin-bottom: -170px; }
  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .select_link.l-10 h4.white-color, .select_link.l-11 h4.white-color { color: #666; }
  .select_link.l-10 h4.white-color span, .select_link.l-11 h4.white-color span { color: #111; }

  .section-title.ip-st { padding-top: 180px; padding-bottom: 140px; }

  .footer { padding-top: 220px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }

}
