


/*
  Template Name: LandPick - Premium Multipurpose Landing Pages Pack
  Theme URL: https://themeforest.net/user/jthemes
  Description: LandPick - Premium Multipurpose Landing Pages Pack
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Tags: Responsive, HTML5 template, Jthemes, One Page, Landing, Startup, Business, Company, Corporate, Creative, Freelancers
*/



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
/*------------------------------------------*/

.mt-120 { margin-top: 120px; }
.mt-110 { margin-top: 110px; }
.mt-100 { margin-top: 100px; }
.mt-90 { margin-top: 90px; }
.mt-80 { margin-top: 80px; }
.mt-70 { margin-top: 70px; }
.mt-60 { margin-top: 60px; }
.mt-50 { margin-top: 50px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px; }

/*------------------------------------------*/
/*    Margin Bottom
/*------------------------------------------*/

.mb-120 { margin-bottom: 120px; }
.mb-110 { margin-bottom: 110px; }
.mb-100 { margin-bottom: 100px; }
.mb-90 { margin-bottom: 90px; }
.mb-80 { margin-bottom: 80px; }
.mb-70 { margin-bottom: 70px; }
.mb-60 { margin-bottom: 60px; }
.mb-50 { margin-bottom: 50px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-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 {
  margin-bottom: 70px;
}

.st-content {
  background-color: #fafafa;
  padding: 100px 60px 50px;
  margin: -120px 15% 0;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px rgba(40, 40, 40, .15);
  -moz-box-shadow: 0 0 20px rgba(40, 40, 40, .15);
  box-shadow: 0 0 20px rgba(40, 40, 40, .15);
}

.section-title h2 { 
  color: #444;
  font-size: 2.75rem; 
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 20px;
} 

.section-title p { 
  color: #666;
  font-size: 1.3rem;
  padding: 0 18%;
  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; }


/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select .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.html);
  padding-top: 260px;
  padding-bottom: 180px;
  background-color: #333;
}

/*------------------------------------------*/
/*	 FOOTER  
/*------------------------------------------*/   

.footer {
  padding-top: 100px;
	padding-bottom: 80px;
  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: 1281px) and (max-width: 1920.99px) {

  .st-content { padding: 100px 60px 50px; margin: -80px 5% 0; }
  .section-title p { padding: 0 10%; }

}

@media (min-width: 1200px) and (max-width: 1280.99px) {

  .st-content {padding: 80px 60px 40px; margin: -70px 8% 0; }
  .section-title h2 { font-size: 2.5rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1.15rem; padding: 0 10%; }

}


@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.mt-80 { margin-top: 50px; }

  .st-content {padding: 80px 60px 40px; margin: -70px 5% 0; }

  .section-title h2 { font-size: 2.15rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1.15rem; padding: 0 8%; }

  #select .col-lg-4, #inner-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.05rem; margin-top: 2rem; }

  .footer { padding-top: 80px; 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 { margin-bottom: 50px; }
  .section-title.mt-80 { margin-top: 40px; }
  .st-content {padding: 70px 40px 30px; margin: -50px 5% 0; }
  .section-title h2 { font-size: 1.9rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1rem; padding: 0 5%; }

  #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: 80px; 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 { margin-bottom: 50px; }
  .section-title.mt-80 { margin-top: 40px; }
  .st-content {padding: 70px 50px 30px; margin: -30px 2% 0; }
  .section-title h2 { font-size: 1.45rem; margin-bottom: 20px;} 
  .section-title p { font-size: 1rem; padding: 0 2%; }

  #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: 80px; 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 { margin-bottom: 50px; }
  .section-title.mt-80 { margin-top: 40px; }
  .st-content {padding: 60px 35px 20px; margin: -30px 2% 0; }
  .section-title h2 { font-size: 1.35rem; line-height: 1.3; letter-spacing: 0; margin-bottom: 20px;} 
  .section-title p { font-size: 0.925rem; padding: 0; }

  #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; }

  .footer { padding-top: 80px; 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 { margin-bottom: 40px; }
  .section-title.mt-80 { margin-top: 40px; }
  .st-content {padding: 50px 25px 10px; margin: -10px 0 0; }
  .section-title h2 { font-size: 1.35rem; line-height: 1.3; letter-spacing: 0; margin-bottom: 20px;} 
  .section-title p { font-size: 0.875rem; padding: 0 1%; }

  #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; }

  .footer { padding-top: 80px; 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 { margin-bottom: 40px; }
  .section-title.mt-80 { margin-top: 40px; }
  .st-content {padding: 50px 25px 10px; margin: -10px 0 0; }
  .section-title h2 { font-size: 1.35rem; line-height: 1.3; letter-spacing: 0; margin-bottom: 20px;} 
  .section-title p { font-size: 0.875rem; padding: 0 1%; }

  #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; }

  .footer { padding-top: 80px; padding-bottom: 80px; }
  .footer p { font-size: 0.95rem; margin-bottom: 3px; }

}
