
/*
  Template Name: OLMO - Software, App, SaaS & Startup Landing Pages Pack
  Theme URL: https://themeforest.net/user/jthemes
  Description: OLMO - Software, App, SaaS & Startup Landing Pages Pack
  Author: JThemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: www.jthemes.com
  Tags: Responsive, HTML5, JThemes, One Page, Landing, Software, Mobile App, SaaS, Startup, Creative, Freelancers, Digital Product
*/



html {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
} 
 
body {
  background-color: #f4f4f9;
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6c757d;
  line-height: 1.6;
  font-weight: 400;
}
/*
.container1 {
  position: relative;
  z-index: 3;
}
*/
/*------------------------------------------------------------------*/
/*   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; }

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {  
  color: #2f353e;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: -0.75px;
}

/*------------------------------------------*/
/*  CONTENT
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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;
}

.img-fluid {
  display: inline-block; 
}

.btn {
  background-color: transparent;
  font-family: "Google Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  padding: 14px 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.btn.btn-md {
  font-size: 1.125rem;
  padding: 18px 34px;
}

.btn:hover {color: #fff; background-color: transparent; border-color: #fff; }
.btn:focus {color: #fff; -webkit-box-shadow: none; box-shadow: none; }

/*------------------------------------------*/
/*  Primary Color Button
/*------------------------------------------*/

.btn-theme, 
.scroll .btn-theme, 
.white-color .btn-theme,
.theme-hover:hover, 
.scroll .theme-hover:hover, 
.white-color .theme-hover:hover {
  color: #fff!important;
  background-color: #ff523d;
  border-color: #ff523d!important;
}

.btn-tra-theme, 
.scroll .btn-tra-theme, 
.white-color .btn-tra-theme,
.tra-theme-hover:hover, 
.scroll .tra-theme-hover:hover, 
.white-color .tra-theme-hover:hover {
  color: #ff523d!important;
  background-color: transparent;
  border-color: #ff523d!important;
}

.tra-white-hover:hover,
.white-color .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .tra-white-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #1d293f!important;
}

.dark-menu .scroll .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.black-hover:hover,
.scroll .black-hover:hover,
.white-color .black-hover:hover {
  color: #fff!important;
  background-color: #1d293f;
  border-color: #1d293f!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover
.white-color .tra-black-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #1d293f!important;
}

.tra-grey-hover:hover,
.scroll .tra-grey-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #ccc!important;
}

/*------------------------------------------*/
/*   SECTION TITLE    
/*------------------------------------------*/

.section-id {
  display: block;
  font-size: 0.975rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 35px;   
}

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 3.65rem;
}

.section-title p {
  font-size: 1.35rem;
  padding: 0 12%;
  margin: 20px 0 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;
}

.theme-color,
.theme-color h2, 
.theme-color h3, 
.theme-color h4, 
.theme-color h5, 
.theme-color h6, 
.theme-color p, 
.theme-color a, 
.theme-color li,
.theme-color i, 
.theme-color span,
.white-color .theme-color { color: #ff523d; }

/*------------------------------------------*/
/*   PRELOAD SPINNER   
/*------------------------------------------*/

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #258aff;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;  
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}

#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
} 

#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}  

#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}   
  
@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
  }     
}  

@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
  }
} 
  
@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
    -webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
  }
}  

@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
    -webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
  }
}

@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
    -webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
  }
}  

@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
    -webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
  }
}

@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
    -webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
  }
}   

@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
    -webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
  }
}

@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
    -webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
  }
}   
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
    -webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
  }
}

/*------------------------------------------*/
/*   HEADER    
/*------------------------------------------*/

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 38px;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  background-color: transparent!important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #fff!important;
  padding: 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.scroll .white-color.header-socials span {
  color: #463853!important;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}

/*------------------------------------------*/
/*   HERO    
/*------------------------------------------*/

.hero-section .container {
  position: relative;
  z-index: 3;
}

#hero {
  position: relative;
  background-image: url(../images/hero.jpg); 
  padding-top: 50px;
  margin-bottom: 40px;
}

.hero-txt {
  margin-top: -140px;
  margin-right: -140px;
}

.hero-txt h2 { 
  font-size: 4.5rem;
  margin-bottom: 20px;
}

.hero-txt p.p-lg {
  color: #f0f1f2; 
  font-size: 1.35rem; 
  font-weight: 400;
  padding-right: 4%;
  margin-bottom: 40px;
}

#hero h2.tra-title {
  position: absolute;
  top: 6%;
  left: 15%;
  color: #fff;
  font-size: 17rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -16px;
  text-transform: uppercase;
  margin-bottom: 0;
  opacity: .04;
  z-index: -1;
}

.hero-img {
  margin: 0 -24% -70px -13%;
}

.wave-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*------------------------------------------*/
/*   FEATURES
/*------------------------------------------*/

#features {
  padding-top: 100px;
}

.fbox {
  text-align: center;
  margin-bottom: 40px;
}

.fbox h5 {
  font-size: 1.35rem;
  margin-top: 30px;
  margin-bottom: 12px;
} 

.fbox p {
  font-size: 1.2rem;
  padding: 0 3%;
  margin-bottom: 0;
} 

.fbox img {
  padding: 0 20%;
}

/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select {    
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; 
}

#select .col-lg-4,
#i-pages .col-lg-4 {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  text-align: center;
}

.select_link h4 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 4px;
}

.select_link span {
  position: relative;
  color: #bbb;
  font-size: 1.05rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

.select_link span.new_demo {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400; 
  letter-spacing: -0.5px;
  padding: 3px 6px;
  background-color: #ff523d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -52px;
}

#l-21.select_link span.new_demo {
  right: -55px;
}

#l-22.select_link span.new_demo {
  right: -75px;
}

#l-23.select_link span.new_demo {
  right: -70px;
}

#p-404.select_link span.new_demo {
  right: -25px;
}

#l-24.select_link span.new_demo,
#l-25.select_link span.new_demo,
#l-26.select_link span.new_demo {
  right: -55px;
}

#pts.select_link span.new_demo {
  right: -95px;
}

#pd.select_link span.new_demo {
  right: -105px;
}

.hover-overlay {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  box-shadow: 0px 5px 10px 0 rgba(10, 10, 10, .05);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

.empty_link .hover-overlay {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
}

.hover-overlay:hover {
  top: -12px;
}

.empty_link .hover-overlay:hover {
  top: 0;
}

/*------------------------------------------*/
/*   INNER PAGES
/*------------------------------------------*/

#i-pages {
  background-color: #222d3d;
  padding-top: 120px; 
  padding-bottom: 50px;
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*   BANNER
/*------------------------------------------*/

#banner-1 {
  background-image: url(../images/banner-2.jpg); 
  margin-top: 50px;
}

#banner-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}

.banner-1-txt {
  padding: 0 25px 0 0;
}

.banner-1-txt h2 {
  font-size: 3.35rem;
  margin-bottom: 25px;
}

.banner-2-txt h2 {
  font-size: 3.75rem;
  margin-bottom: 25px;
}

.banner-1-txt p,
.banner-2-txt p {
  font-size: 1.3rem;  
  line-height: 1.6;
  margin-bottom: 35px;
}

#banner-2 h2.tra-title {
  position: absolute;
  bottom: -30%;
  left: 0;
  color: #bbb;
  font-size: 20rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -20px;
  text-transform: uppercase;
  margin-bottom: 0;
  opacity: .1;
  z-index: -1;
}

.banner-1-img {
  position: relative;
  margin: -50px -15% -50px -5%;
  z-index: 8;
}

.banner-1-img img {
  max-width: none;
}

/*------------------------------------------*/
/*   FOOTER  
/*------------------------------------------*/   

.footer {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.footer p {
  color: #888; 
  font-size: 1.2rem; 
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.footer-copyright.ico-20 [class*="flaticon-"]:before, 
.footer-copyright.ico-20 [class*="flaticon-"]:after { 
  color: #ff495a; 
  font-size: 1rem; 
  padding: 0 2px; 
} 

/*------------------------------------------*/
/*    SCROLL TO TOP 
/*------------------------------------------*/ 

#scrollUp {
  display: none;
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 30px;
  right: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../images/icons/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#scrollUp:hover {
  background-color: rgba(0, 0, 0, .4);
}

nav a#pull {  
  display: none;  
}

@media (min-width: 992px) and (max-width: 1199.95px) {

  .section-title h2 {  font-size: 3.15rem; }
  .section-title p { font-size: 1.25rem; padding: 0 8%; }

  #hero { padding-top: 100px; }
  .hero-txt { margin-top: -150px; }
  .hero-txt h2  { font-size: 3.85rem; }
  .hero-txt p.p-lg { font-size: 1.15rem; padding-right: 0; }
  #hero h2.tra-title { top: 0; left: 17%; font-size: 15rem; letter-spacing: -16px; }
  .hero-img { margin: -15% -40% -70px -15%; }

  .select_link h4 { font-size: 1.35rem; }
  .select_link span { font-size: 1rem; }
  #l-21.select_link span.new_demo { right: -52px; }
  #l-22.select_link span.new_demo { right: -65px; }

  #l-24.select_link span.new_demo, #l-25.select_link span.new_demo, #l-26.select_link span.new_demo { right: -50px; }

  .fbox h5 { font-size: 1.35rem; }
  .fbox p { font-size: 1.05rem; padding: 0 2%; }

  #i-pages {padding-top: 100px; }

  #pts.select_link span.new_demo { right: -90px; }
  #pd.select_link span.new_demo { right: -100px; }

  #banner-1 { margin-top: 0; }
  .banner-2-txt { padding: 0 5%; }
  .banner-1-txt h2 { font-size: 3rem; margin-bottom: 20px; }
  .banner-2-txt h2 { font-size: 3.25rem; margin-bottom: 20px; }
  .banner-1-txt p { font-size: 1.15rem; }
  .banner-2-txt p { font-size: 1.15rem; padding: 0 3%; }
  #banner-2 h2.tra-title { bottom: -30%; left: 10%; font-size: 15rem; letter-spacing: -16px; }

  .footer p { font-size: 1.1rem;  }

}


@media (min-width: 768px) and (max-width: 991.95px) { 

  .section-title { margin-bottom: 50px; }
  .section-title h2 { font-size: 3rem; }
  .section-title p { font-size: 1.1rem; padding: 0 6%; }
  .section-id { margin-bottom: 25px; }

  .headtoppart { display: none; }
  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 28px; }
  .wsmobileheader img { width: auto; max-width: inherit; max-height: 42px; }

  #hero { text-align: center; padding-top: 80px; margin-top: 80px; }
  .hero-txt { margin-top: 0; margin-right: 0; }
  .hero-txt h2 { font-size: 3rem; padding: 0; margin-bottom: 15px;  }
  .hero-txt p.p-lg { font-size: 1.15rem; padding: 0 3%; margin-bottom: 30px; }
  #hero h2.tra-title { top: 0; left: 17%; font-size: 15rem; letter-spacing: -16px; }
  .hero-img { margin: -2% -15% -70px -15%; }

  #select { padding-top: 20px; padding-bottom: 30px; }
  .select_link h4 { font-size: 1.35rem; }
  #l-21.select_link span.new_demo { right: -52px; }
  #l-22.select_link span.new_demo { right: -65px; }
  #l-24.select_link span.new_demo, #l-25.select_link span.new_demo, #l-26.select_link span.new_demo { right: -45px; }
  .empty_link { display: none; }

  #i-pages { padding-top: 100px; padding-bottom: 30px; }

  #pts.select_link span.new_demo { right: -90px; }
  #pd.select_link span.new_demo { right: -100px; }

  #features { padding-top: 80px; padding-bottom: 30px; }
  .fbox { padding: 0 10%; }
  .fbox img { padding: 0 28%; }
  .fbox h5 { font-size: 1.35rem; }
  .fbox p { font-size: 1.15rem; padding: 0 5%; } 

  #banner-1 { margin-top: 0; padding-top: 80px; text-align: center; }
  .banner-1-txt { padding: 0;}
  .banner-2-txt { padding: 0 5%; }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 3rem; padding: 0 12%; margin-bottom: 20px; }
  .banner-1-txt p, .banner-2-txt p { font-size: 1.1rem; }
  #banner-2 h2.tra-title { bottom: -30%; left: 10%; font-size: 15rem; letter-spacing: -16px; }
  .banner-1-img { margin: 40px -15% -50px -15%; }

  .footer p { font-size: 1.1rem;  }

  #scrollUp { width: 40px; height: 40px; bottom: 25px; right: 15px; }

}

@media (min-width: 576px) and (max-width: 767.95px) { 

  .section-title { margin-bottom: 50px; }
  .section-title h2 {  font-size: 2.75rem; }
  .section-title p { font-size: 1.1rem; padding: 0; }

  .headtoppart { display: none; }
  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 28px; }
  .wsmobileheader img { width: auto; max-width: inherit; max-height: 42px; }

  #hero { text-align: center; padding-top: 80px; margin-top: 80px; }
  .hero-txt { margin-top: 0; margin-right: 0; }
  .hero-txt h2 { font-size: 3.25rem; padding: 0 8%; }
  .hero-txt p.p-lg { font-size: 1.15rem; padding: 0 8%; margin-bottom: 30px; }
  #hero h2.tra-title { top: 0; left: 17%; font-size: 15rem; letter-spacing: -16px; }
  .hero-img { margin: 0 -15% -70px -15%; }

  #select { padding-top: 0; padding-bottom: 30px; }
  .select_link h4 { font-size: 1.4rem; }
  #l-21.select_link span.new_demo { right: -52px; }
  #l-22.select_link span.new_demo { right: -65px; }
  #l-24.select_link span.new_demo, #l-25.select_link span.new_demo, #l-26.select_link span.new_demo { right: -45px; }
  .empty_link { display: none; }

  #i-pages { padding-top: 100px; padding-bottom: 30px; }

  #pts.select_link span.new_demo { right: -90px; }
  #pd.select_link span.new_demo { right: -100px; }

  #features { padding-top: 80px; padding-bottom: 30px; }
  .fbox img { padding: 0 28%; }
  .fbox h5 { font-size: 1.4rem; }
  .fbox p { font-size: 1.1rem; padding: 0 8%; } 

  #banner-1 { margin-top: 0; padding-top: 80px; text-align: center; }
  #banner-2 { padding-top: 80px; }
  .banner-1-txt { padding: 0; }
  .banner-2-txt { padding: 0 5%; }
  .banner-1-txt h2 { font-size: 2.75rem; padding: 0 8%; margin-bottom: 20px; }
  .banner-2-txt h2 { font-size: 2.75rem; margin-bottom: 20px; }
  .banner-1-txt p { font-size: 1.1rem; padding: 0 3%; }
  .banner-2-txt p { font-size: 1.1rem; margin-bottom: 30px; }
  #banner-2 h2.tra-title { bottom: -30%; left: 10%; font-size: 15rem; letter-spacing: -16px; }
  .banner-1-img { margin: 40px -15% -50px -25%; }

  .footer { padding-top: 20px; }
  .footer p { font-size: 1.1rem;  }

  #scrollUp { width: 40px; height: 40px; bottom: 25px; right: 15px; }

} 

@media (max-width: 575px) { 

  .headtoppart { display: none; }

  .wsmobileheader { height: 80px; box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); } 
  .tra-menu .wsmobileheader, .white-menu .wsmobileheader { background-color: #fff; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 28px; }
  .wsmobileheader img { width: auto; max-width: inherit; max-height: 42px; }

  .empty_link { display: none; }

}

@media (min-width: 414px) and (max-width: 479.95px) {

  .section-title { margin-bottom: 40px; }
  .section-title h2 {  font-size: 2.35rem; }
  .section-title p { font-size: 1rem; padding: 0 5%; }

  .section-id { margin-bottom: 25px; }

  .wsanimated-arrow { padding: 14px 28px 14px 0px; margin: 24px 20px 0 0; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 20px; }
  .wsmobileheader img { width: auto; max-width: inherit; max-height: 40px; }

  #hero { text-align: center; padding-top: 80px; margin-top: 80px; }
  .hero-txt { margin-top: 0; margin-right: 0; }
  .hero-txt h2 { font-size: 2.75rem; padding: 0%; }
  .hero-txt p.p-lg { font-size: 1.1rem; padding: 0 8%; margin-bottom: 30px; }
  #hero h2.tra-title { top: 0; left: 17%; font-size: 12rem; letter-spacing: -12px; }
  .hero-img { margin: 0 -15% -70px -15%; }

  #select { padding-top: 0; padding-bottom: 30px; }
  .select_link { padding-left: 5%; padding-right: 5%; }
  .select_link h4 { font-size: 1.35rem; }
  #l-21.select_link span.new_demo { right: -48px; }
  #l-22.select_link span.new_demo { right: -65px; }
  #l-24.select_link span.new_demo, #l-25.select_link span.new_demo, #l-26.select_link span.new_demo { right: -45px; }
  .empty_link { display: none; }

  #i-pages { padding-top: 100px; padding-bottom: 15px; }

  #pts.select_link span.new_demo { right: -90px; }
  #pd.select_link span.new_demo { right: -100px; }

  #features { padding-top: 80px; padding-bottom: 30px; }
  .fbox img { padding: 0 25%; }
  .fbox h5 { font-size: 1.35rem; }
  .fbox p { font-size: 1rem; padding: 0 4%; } 

  #banner-1 { margin-top: 0; padding-top: 80px; text-align: center; }
  .banner-1-txt { padding: 0; }
  .banner-2-txt { padding: 0; }
  .banner-1-txt h2 { font-size: 2.35rem; padding: 0 4%; margin-bottom: 20px; }
  .banner-2-txt h2 { font-size: 2.35rem; margin-bottom: 20px; }
  .banner-1-txt p { font-size: 1rem; padding: 0 3%; }
  .banner-2-txt p { font-size: 1rem; margin-bottom: 25px; }
  #banner-2 h2.tra-title { bottom: -30%; left: 10%; font-size: 12rem; letter-spacing: -12px; }
  .banner-1-img { margin: 40px -15% -50px -25%; }

  .footer { padding-top: 20px; }
  .footer p { font-size: 1.0625rem;  }

  #scrollUp { width: 40px; height: 40px; bottom: 25px; right: 15px; }

}

@media (min-width: 321px) and (max-width: 413.95px) {

  .btn, .btn.btn-md { font-size: 0.95rem; padding: 13px 30px; }

  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.85rem; }
  .section-title p { font-size: 1rem; padding: 0 3%; margin-top: 10px; }

  .section-id { font-size: 0.825rem; margin-bottom: 25px; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 15px; }
  .wsmobileheader img { width: auto; max-width: inherit; max-height: 38px; }

  #hero { text-align: center; padding-top: 80px; margin-top: 80px; }
  .hero-txt { margin-top: 0; margin-right: 0; }
  .hero-txt h2 { font-size: 2.5rem; padding: 0 5%; margin-bottom: 15px; }
  .hero-txt p.p-lg { font-size: 1rem; padding: 0 6%; margin-bottom: 25px; }
  #hero h2.tra-title { top: 0; left: 11%; font-size: 9rem; letter-spacing: -9px; }
  .hero-img { margin: 10px -18% -70px -18%; }

  #select { padding-top: 0px; padding-bottom: 40px; }
  #select .col-lg-4, #i-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link { padding-left: 5%; padding-right: 5%; }
  .select_link h4 { font-size: 1.3rem; margin-top: 35px; }
  #l-21.select_link h4, #l-22.select_link h4, #l-24.select_link h4, #l-25.select_link h4, 
  #l-26.select_link h4, #p-404.select_link h4, #pts.select_link h4, #pd.select_link h4 { margin-top: 50px; }
  .select_link span { font-size: 0.95rem; }
  #l-21.select_link span.new_demo { right: -48px; }
  #l-22.select_link span.new_demo { right: -65px; }
  #l-24.select_link span.new_demo, #l-25.select_link span.new_demo, #l-26.select_link span.new_demo { right: -45px; }
  .empty_link { display: none; }

  #i-pages { padding-top: 100px; padding-bottom: 40px; }

  #pts.select_link span.new_demo { right: -90px; }
  #pd.select_link span.new_demo { right: -100px; }

  #features { padding-top: 80px; padding-bottom: 30px; }
  .fbox img { padding: 0 27%; }
  .fbox h5 { font-size: 1.3rem; margin-top: 20px; }
  .fbox p { font-size: 1rem; padding: 0; } 

  #banner-1 { padding-top: 80px; }
  #banner-2 {margin-top: 80px; padding-bottom: 30px; }

  #banner-1 { margin-top: 0; padding-top: 80px; text-align: center; }
  #banner-2 { margin-top: 0; padding-top: 80px; }
  .banner-1-txt, .banner-2-txt { padding: 0; }
  .banner-1-txt h2 { font-size: 1.85rem; padding: 0 10%; margin-bottom: 15px; }
  .banner-2-txt h2 { font-size: 1.85rem; margin-bottom: 15px; }
  .banner-1-txt p { font-size: 1rem; padding: 0; margin-bottom: 25px; }
  .banner-2-txt p { font-size: 1rem; padding: 0 3%; margin-bottom: 25px; }
  #banner-2 h2.tra-title { bottom: -30%; left: 3%; font-size: 9rem; letter-spacing: -9px; }
  .banner-1-img { margin: 15px -15% -50px -25%; }

  .footer { padding-top: 30px; padding-bottom: 30px; }
  .footer p { font-size: 0.95rem; }

  #scrollUp { width: 36px; height: 36px; bottom: 15px; right: 10px; }

}

@media (max-width: 320.95px) { 

  .btn, .btn.btn-md { font-size: 0.95rem; padding: 12px 30px; }

  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.85rem; }
  .section-title p { font-size: 1rem; padding: 0 3%; margin-top: 10px; }

  .section-id { font-size: 0.825rem; margin-bottom: 25px; }
  .wsmobileheader .smllogo { display: block; margin-top: 22px; padding-left: 15px; }
  .wsmobileheader img { width: auto; max-width: inherit; max-height: 38px; }

  #hero { text-align: center; padding-top: 80px; margin-top: 80px; }
  .hero-txt { margin-top: 0; margin-right: 0; }
  .hero-txt h2 { font-size: 2.15rem; padding: 0; margin-bottom: 15px; }
  .hero-txt p.p-lg { font-size: 1rem; padding: 0 3%; margin-bottom: 25px; }
  #hero h2.tra-title { top: 0; left: 11%; font-size: 9rem; letter-spacing: -9px; }
  .hero-img { margin: 10px -18% -70px -18%; }

  #select { padding-top: 0px; padding-bottom: 40px; }
  #select .col-lg-4, #i-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link { padding-left: 5%; padding-right: 5%; }
  .select_link h4 { font-size: 1.3rem; margin-top: 35px; }
  #l-21.select_link h4, #l-22.select_link h4, #l-24.select_link h4, #l-25.select_link h4, 
  #l-26.select_link h4, #p-404.select_link h4, #pts.select_link h4, #pd.select_link h4 { margin-top: 50px; }
  .select_link span { font-size: 0.95rem; }
  #l-21.select_link span.new_demo { right: -52px; }
  #l-22.select_link span.new_demo { right: -65px; }
  #l-24.select_link span.new_demo, #l-25.select_link span.new_demo, #l-26.select_link span.new_demo { right: -45px; }
  .empty_link { display: none; }

  #i-pages { padding-top: 80px; padding-bottom: 40px; }

  #pts.select_link span.new_demo { right: -90px; }
  #pd.select_link span.new_demo { right: -100px; }

  #features { padding-top: 80px; padding-bottom: 30px; }
  .fbox img { padding: 0 27%; }
  .fbox h5 { font-size: 1.3rem; margin-top: 20px; }
  .fbox p { font-size: 1rem; padding: 0 3%; } 

  #banner-1 { margin-top: 0; padding-top: 80px; text-align: center; }
  #banner-2 { margin-top: 0; padding-top: 80px; padding-bottom: 30px; }
  .banner-1-txt, .banner-2-txt { padding: 0; }
  .banner-1-txt h2 { font-size: 1.75rem; padding: 0 6%; margin-bottom: 15px; }
  .banner-2-txt h2 { font-size: 1.75rem; margin-bottom: 15px; }
  .banner-1-txt p { font-size: 1rem; padding: 0; margin-bottom: 25px; }
  .banner-2-txt p { font-size: 1rem; padding: 0; margin-bottom: 25px; }
  #banner-2 h2.tra-title { bottom: -30%; left: 3%; font-size: 9rem; letter-spacing: -9px; }
  .banner-1-img { margin: 0 -15% -50px -25%; }

  .footer { padding-top: 30px; padding-bottom: 30px; }
  .footer p { font-size: 0.95rem; }

  #scrollUp { width: 36px; height: 36px; bottom: 15px; right: 10px; }

}