

/*
  Template Name: Lutch - Software, App, SaaS & Startup Landing Pages Pack
  Theme URL: https://themeforest.net/user/dsathemes
  Description: Lutch - Software, App, SaaS & Startup Landing Pages Pack
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: Responsive, HTML5, DSAThemes, Landing, Software, Mobile App, SaaS, Startup, Creative, Digital Product
*/


@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");


:root {
  --main-font: "Figtree", sans-serif;
  --base-font: 'Inter', sans-serif;
  --header-color: #120036;
  --text-color: #545465;
  --black: #353f4f;
  --blue: #0084ff;
  --cloud: #fafafd;
  --white: #fff;
  --white-smoke: #f4f4fb;
  --yellow: #ffbf15; 
  --tra-black: rgba(5, 5, 5, .05);
  --tra-gray: rgba(96, 96, 96, .13);
  --tra-ink: rgba(1, 1, 1, .1); 
  --tra-white: rgba(255, 255, 255, .2); 
}

html {
  font-size: 16px;
} 

body {
  background-color: var(--white);
  font-family: var(--base-font);
  color: var(--text-color);
  line-height: 1.6666;
  font-weight: 400;
}

.main-font { 
  font-family: var(--main-font);
  letter-spacing: 0;
}

.base-font { 
  font-family: var(--base-font); 
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

.bg--fixed,
.bg--scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg--scroll {
  background-attachment: fixed!important;
}

.bg--cloud { background-color: var(--cloud); }
.bg--whitesmoke { background-color: var(--white-smoke); }
.gr--whitesmoke { background-image: linear-gradient(180deg, rgba(244, 244, 251, 1) 50%, rgba(244, 244, 251, .05) 100%); }

/*------------------------------------------*/
/*  BORDER RADIUS
/*------------------------------------------*/ 

.r-0 { border-radius: 0px; }
.r-08 { border-radius: 8px; }
.r-10 { border-radius: 10px; }
.r-12 { border-radius: 12px; }
.r-36 { border-radius: 36px; }

/*------------------------------------------*/
/*  BLOCK SHADOW
/*------------------------------------------*/

.block--shadow { 
  box-shadow: 0 4px 12px 0 var(--tra-black);
}

/*------------------------------------------*/
/*  SECTION DIVIDER
/*------------------------------------------*/

hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206,211,246,0) 0, #bbb 38%, #999 64%, rgba(206,211,246,0) 99%);
  opacity: .4;
  border: none;
  margin: 0;
}

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h6, h5, h4, h3, h2, h1 {  
  font-family: var(--main-font);
  color: var(--header-color);
  font-weight: 500; 
  letter-spacing: 0;  
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: var(--header-color);
  text-decoration: none;
  transition: all 400ms ease-in-out; 
}

a:hover {
  color: var(--header-color);
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.img-fluid {
  display: inline-block; 
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  overflow: hidden;
  font-size: 0.975rem;
  line-height: 1;
  font-weight: 600;
  background-color: transparent;
  padding: 0.9rem 1.6rem;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out; 
}

.btn.ico-35 {
  padding: 0.7rem 0.6rem 0.7rem 1.15rem;
  border-radius: 36px;
}

.btn-text {
  position: relative;
  display: inline-block;
  transition: transform 0.4s ease-in-out; 
}

.ico-35 .btn-text {
  top: -3.5px;
}

.btn-text .anim-txt {
  display: block;
}

.btn-text .anim-txt:last-of-type {
  position: absolute;
  inset: 0;
  transform: translateY(350%);
}

.btn:hover .btn-text {
  transform: translateY(-350%);
}

.btn.ico-35 [class*="flaticon-"]:before, 
.btn.ico-35 [class*="flaticon-"]:after { 
  position: relative;
  font-size: 1.95rem;
  line-height: 0.5rem!important;
  top: 8px;
  margin-left: 6px;
}

.btn:focus {
  color: #fff; 
  box-shadow: none; 
}

/*------------------------------------------*/
/*  BLUE BUTTON
/*------------------------------------------*/

.btn--blue, .hover--blue:hover, .scroll .hover--blue:hover, .color--white .hover--blue:hover {
  color: var(--white)!important; border-color: var(--blue)!important; background-color: var(--blue)!important; 
}

.btn--tra-blue, .hover--tra-blue:hover, .color--white .btn--tra-blue {
  color: var(--blue)!important; background-color: transparent!important; border-color: var(--blue)!important; 
}

/*------------------------------------------*/
/*  MODULE SUBTITLE
/*------------------------------------------*/

.module-subtitle {
  display: block;
  font-size: 0.825rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 40px; 
}

/*------------------------------------------*/
/*   SECTION TITLE    
/*------------------------------------------*/

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title h2 {
  display: block;
  color: var(--header-color);
  font-size: 3.425rem;
  letter-spacing: -0.5px;
}

.section-title p {
  font-size: 1.15rem;
  margin: 18px 0 0;
}

.color--white,
.color--white a,
.color--white :is(h1, h2, h3, h4, h5, h6) { color: var(--white)!important; }

/*------------------------------------------*/
/*   PRELOAD SPINNER   
/*------------------------------------------*/

#loading {
  background-color: var(--white);
  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: var(--blue);
  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: 1320px;
  margin: 0 auto;
  padding: 0;
}

.wsmainwp {
  max-width: 1320px;
}

.posrlt {
  position: relative;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo {
  line-height: 80px;
}

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 35px;
}

/*------------------------------------------*/
/*  NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  padding: 20px 0;
  background-color: transparent!important;
  box-shadow: none;
}

.white-menu .wsmainfull {
  padding: 6px 0;
  background-color: var(--white)!important;
  box-shadow: 0 2px 3px var(--tra-gray);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/ 

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 0.975rem;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;  
  margin: 0 8px;
  padding: 10px 15px;
}

.navbar-dark .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--black);
}

.navbar-light .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--white);
}

/*------------------------------------------*/
/*  HEADER BUTTONS
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 0.925rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 17px;
  margin-left: 260px;
  padding: 7px 24px;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll {
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, .7)!important;
  backdrop-filter: blur(20px);
  box-shadow: 0 2px 3px var(--tra-gray);
}

.tra-menu.navbar-dark .scroll .wsmenu > .wsmenu-list > li > a.h-link, 
.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li > a.h-link {
  color: var(--black);
}

.navbar-light .scroll .wsmenu-list > li > a.h-link:hover {
  color: var(--ink)!important;
}

/*------------------------------------------*/
/*  WHITE BUTTON
/*------------------------------------------*/

.scroll .btn--tra-white {
  color: var(--black)!important;
  border-color: var(--black)!important;
}

/*------------------------------------------*/
/*  LOGO IMAGE
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-dark .logo-white,
.navbar-light .logo-black,
.tra-menu.navbar-light .scroll .logo-white {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black {
  display: block;
}

/*------------------------------------------*/
/*   HERO    
/*------------------------------------------*/

#hero {
  background-image: url(../images/hero.jpg); 
  padding-top: 190px;
  padding-bottom: 130px;
}

.hero-txt {
  padding: 0 14%;
}

.hero-txt h2 { 
  font-size: 4.3rem;
  line-height: 1.15;
}

.hero-txt p { 
  font-size: 1.25rem; 
  font-weight: 300;
  margin: 20px 5% 25px;
}

.hero-txt p span { 
  font-weight: 500;
}

/*------------------------------------------*/
/*  FEATURES
/*------------------------------------------*/

#features {
  padding-top: 120px;
  padding-bottom: 120px;
}

.fbox { 
  background-color: var(--white);
  padding: 40px 34px;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(5, 5, 5, .08);
}

.fb-4, .fb-5 {
  1padding: 45px 70px;
  margin-top: 30px;
}

.fbox .fbox-img { 
  margin-bottom: 35px; 
}

.fbox-img img {
  width: auto;
  max-width: inherit;
  max-height: 180px;
}

.fb-41 .fbox-img img,
.fb-51 .fbox-img img {
  max-height: 250px;
}

.fbox-txt h5 {
  font-size: 1.375rem;
  margin-bottom: 12px;
}

.fb-41 .fbox-txt h5,
.fb-51 .fbox-txt h5 {
  font-size: 1.55rem;
}

.fbox-txt p {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 0;
}

.used--tools {
  text-align: center;
  margin-top: 100px;
}

.used--tools li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none!important;
  margin: 0 10px;
}

.used--tools li img {
  width: auto;
  max-width: inherit;
  max-height: 52px;
}

.used--tools p {
  font-family: var(--main-font);
  color: #555;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 500;
  padding: 6px 16px 8px;
  background-color: #f4f4f9;
  border-radius: 36px;
  margin: 22px 0 0;
}

/*------------------------------------------*/
/*  SELECT    
/*------------------------------------------*/

#select {   
  position: relative;  
  padding-top: 110px;
  padding-bottom: 70px;
}

.select_link {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  text-align: center;
}

.select_link h4 {
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  margin: 40px 0 0;
}

.hover-overlay {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 999;
  background-color: var(--white);
  box-shadow: 0 4px 12px 0 var(--tra-black);
  padding: 12px;
  border-radius: 10px;
  transition: all 400ms ease-in-out; 
}

.hover-overlay img {
  border-radius: 8px;
}

.empty_link .hover-overlay {
  border-radius: 0;
  box-shadow: 0 0;
}

.hover-overlay:hover {
  top: -12px;
}

.empty_link .hover-overlay:hover {
  top: 0;
}

.select_link span.new_demo {
  color: var(--white);
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 700; 
  letter-spacing: 0.5px;
  padding: 4px 6px;
  background-color: #ff523d;
  border-radius: 4px;
  position: absolute;
  top: -12px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  INNER PAGES
/*------------------------------------------*/

#i-pages {
  position: relative;
  z-index: 3;
  padding-top: 100px; 
  padding-bottom: 30px;
}

/*------------------------------------------*/
/*  BANNER
/*------------------------------------------*/

#banner-1 {
  position: relative;
  background-image: url(../images/banner-1.jpg); 
  padding-top: 120px;
  padding-bottom: 120px;
}

#banner-2 {
  position: relative;
  background-image: url(../images/banner-2.jpg); 
  padding-top: 100px;
  padding-bottom: 40px;
}

.banner-2-txt {
  padding-bottom: 80px;
}

.banner-1-txt h2 {
  font-size: 3.5rem;
   font-size: 3.35rem;
  line-height: 1.3;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.banner-2-txt h2 {
  font-size: 4rem;
}

.banner-1-txt p {
  font-size: 1.05rem;  
  font-size: 1.0625rem;  
  line-height: 1.7;
  margin: 0;
}

.banner-2-txt p {
  font-size: 1.2rem;  
  line-height: 1.6;
  margin: 25px 5% 30px;
}

.banner-2-txt p span {
  font-weight: 700;
}

.devices {
  margin: 34px 60px 0 0;
}

.devices img {
  width: auto;
  max-width: inherit;
  max-height: 60px;
}

.devices h6 {
  font-size: 0.925rem;
  line-height: 1;
  font-weight: 600;
  margin: 23px 0 3px;
}

.devices span {
  font-size: 0.925rem;
  font-weight: 500;
  margin-top: 18px;
}

/*------------------------------------------*/
/*  FOOTER  
/*------------------------------------------*/   

.footer {
  text-align: center;
  padding-top: 50px;
}

.footer p {
  font-size: 1.05rem; 
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  RESPONSIVE STYLES
/*------------------------------------------*/   

@media (min-width: 1399px) {

  html { font-size: 18px; } 
  .btn { padding: 0.85rem 1.35rem; }
  .headerwp, .wsmainwp { max-width: 1320px; }

}


@media (min-width: 1200px) {

  html { font-size: 18px; }
  .division { padding-left: 30px; padding-right: 30px; }

  .wsmainwp { padding-left: 50px; padding-right: 50px; }
  .headerwp { padding-left: 40px; padding-right: 40px; }
  .desktoplogo img { max-height: 36px; }

}


@media (min-width: 992px) and (max-width: 1199.98px) {

  .module-subtitle { font-size: 0.85rem; margin-bottom: 32px; }
  .section-title { margin-bottom: 50px; }
  .section-title h2 { font-size: 3.25rem; }
  .section-title p { font-size: 1.175rem; margin-top: 12px; }

  .desktoplogo img { max-height: 33px; } 
  .wsmenu > .wsmenu-list > li > a { font-size: 1.05rem; margin: 0 5px; padding: 10px 15px; }
  .wsmenu > .wsmenu-list > li a.btn { font-size: 0.975rem; line-height: 28px; margin-top: 19px; margin-left: 200px; padding: 5px 18px; }

  #hero { padding-top: 170px; padding-bottom: 120px; }
  .hero-txt { padding: 0 12%; }
  .hero-txt h2 { font-size: 4.25rem; }
  .hero-txt p { font-size: 1.25rem; margin: 18px 5% 25px; }

  #features { padding-top: 90px; padding-bottom: 90px; }

  .fbox { padding: 35px 22px 30px; }
  .fbox .fbox-img { margin-bottom: 24px; }
  .fbox-img img { max-height: 150px; }
  .fbox-txt h5 { font-size: 1.35rem; margin-bottom: 10px; }
  .fbox-txt p { font-size: 1rem; }

  .used--tools { margin-top: 80px; }
  .used--tools li { margin: 0 5px; }
  .used--tools li img { max-height: 49px; }
  .used--tools p { font-size: 0.95rem; padding: 6px 14px 8px; margin: 22px 0 0; }

  #select, #i-pages { padding-top: 90px; padding-bottom: 40px; }
  .select_link { margin-bottom: 50px; }
  .hover-overlay { padding: 10px; border-radius: 9px; }
  .hover-overlay img { border-radius: 7px; }
  .select_link h4 { font-size: 1.375rem; margin: 40px 0 0; }
  .select_link span.new_demo { font-size: 0.7rem; padding: 4px 6px; top: -10px; margin-left: 6px; }

  #banner-1 { padding-top: 90px; padding-bottom: 90px; }
  #banner-2 { padding-top: 80px; padding-bottom: 40px; }
  .banner-2-txt { padding-bottom: 75px; }
  .banner-1-txt h2 { font-size: 3.5rem; margin-bottom: 15px; }
  .banner-2-txt h2 { font-size: 3.5rem; }
  .banner-1-txt p { font-size: 1.0625rem;  margin: 0; }
  .banner-2-txt p { font-size: 1.175rem; margin: 20px 0 28px; }
  
  .devices { margin: 30px 20px 0 0; }
  .devices .col-sm-3 { padding: 0 5px; }
  .devices img { max-height: 54px; }
  .devices h6 { font-size: 0.95rem; margin: 20px 0 3px; }

  .footer p { font-size: 1.0625rem; margin-bottom: 8px; }

}


@media (min-width: 768px) and (max-width: 991.98px) { 

  .module-subtitle { font-size: 0.85rem; margin-bottom: 30px; }
  .section-title { margin-bottom: 55px; }
  .section-title h2 { font-size: 3rem; }
  .section-title p { font-size: 1.15rem; margin-top: 14px; }

  .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: var(--white); }
  .tra-menu.border-header .wsmainfull { border: none; }
  .wsmobileheader .smllogo { display: block; margin-top: 25px; padding-left: 22px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 64px; }
  .wsmenu > .wsmenu-list > li > a { font-size: 1.2rem; line-height: 46px; padding: 5px 32px 6px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a.h-link, 
  .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a.h-link { color: var(--header-color); }
  .wsmenu > .wsmenu-list > li a.btn {  
    font-size: 1.2rem;
    line-height: 44px; 
    border-width: 2px;
    padding: 5px 22px;
    margin: 0;
    border-radius: 0; 
  }

  #header .btn--tra-white, #header .btn--tra-black { 
    color: var(--white)!important; background-color: var(--black)!important; border-color: var(--black)!important; 
  }

  #hero { margin-top: 80px; padding-top: 100px; padding-bottom: 110px; }
  .hero-txt { padding: 0 2%; }
  .hero-txt h2 { font-size: 3.75rem; line-height: 1.2; }
  .hero-txt p { font-size: 1.2rem; margin: 20px 8% 25px; }

  #features { padding-top: 90px; padding-bottom: 90px; }

  .fbox { padding: 45px 35px 36px; }
  .fb-1, .fb-2 { margin-bottom: 30px; }
  .fbc-03 { display: inline-block; margin: 0 auto; }
  .fbox .fbox-img { margin-bottom: 32px; }
  .fbox-img img { max-height: 200px; }
  .fbox-txt h5 { font-size: 1.55rem; margin-bottom: 12px; }
  .fbox-txt p { font-size: 1.125rem; padding: 0; }

  .used--tools { margin-top: 70px; }
  .used--tools li { margin: 0; }
  .used--tools li img { max-height: 45px; }
  .used--tools p { font-size: 0.95rem; padding: 5px 10px 7px; margin: 20px 0 0; }

  #select, #i-pages { padding-top: 90px; padding-bottom: 50px; }
  .select_link { margin-bottom: 40px; }
  .hover-overlay { padding: 10px; border-radius: 9px; }
  .hover-overlay img { border-radius: 7px; }
  .select_link h4 { font-size: 1.425rem; }

  #banner-1 { text-align: center; padding-top: 90px; padding-bottom: 90px; }
  #banner-2 { padding-top: 75px; padding-bottom: 40px; }
  .banner-1-txt { margin-bottom: 45px; }
  .banner-1-txt h2 { font-size: 3.25rem; margin-bottom: 15px; }
  .banner-2-txt h2 { font-size: 3.15rem; }
  .banner-1-txt p { font-size: 1.15rem;  margin: 0 7%; }
  .banner-2-txt p { font-size: 1.15rem; margin: 18px 0 24px; }

  .devices { margin: 35px 12% 0; }
  .devices .col-lg-3 { padding: 0 8px; }
  .devices img { max-height: 58px; }
  .devices h6 { font-size: 1.1rem; margin: 23px 0 3px; }
  .devices span { font-size: 1.05rem; }

  .footer p { font-size: 1rem; margin-bottom: 8px; }

}


@media (max-width: 767px) { 

  .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: var(--white); }
  .tra-menu.border-header .wsmainfull { border: none; }
  .wsmobileheader .smllogo { display: block; margin-top: 25px; padding-left: 22px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 32px; }
  .wsanimated-arrow { padding: 14px 22px 14px 0px; margin: 24px 28px 0 0; }
  .wsanimated-arrow span:before { top: -8px; width: 26px; }
  .wsanimated-arrow span:after { bottom: -8px; width: 20px; }

  .theme--dark .wsanimated-arrow span, 
  .theme--dark .wsanimated-arrow span:before, .theme--dark .wsanimated-arrow span:after { background: #b1b7cd; }

  .wsactive .wsanimated-arrow span:before, .wsactive .wsanimated-arrow.active span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span:after { width: 28px; top: 0; }
  .wsactive .wsanimated-arrow span { background: transparent; }

  .wsmenu > .wsmenu-list > li > .wsmenu-click { height: 64px; }
  .wsmenu > .wsmenu-list > li > a { font-size: 1.2rem; line-height: 46px; padding: 5px 32px 6px 20px; margin: 0; }
  .tra-menu .wsmenu > .wsmenu-list > li > a.h-link, 
  .tra-menu.navbar-light .wsmenu > .wsmenu-list > li > a.h-link { color: var(--header-color); }
  .wsmenu > .wsmenu-list > li a.btn {  
    font-size: 1.2rem;
    line-height: 44px; 
    border-width: 2px;
    padding: 5px 22px;
    margin: 0;
    border-radius: 0; 
  }

  #header .btn--tra-white, #header .btn--tra-black { 
    color: var(--white)!important; background-color: var(--black)!important; border-color: var(--black)!important; 
  }

  #hero { margin-top: 80px; padding-top: 100px; padding-bottom: 100px; }
  .hero-txt { padding: 0; }

  #features { padding-top: 90px; padding-bottom: 90px; }

  #select, #i-pages { padding-top: 90px; padding-bottom: 40px; }
  .select_link { margin-bottom: 50px; }

  #banner-1 { text-align: center; padding-top: 90px; padding-bottom: 90px; }
  .banner-1-txt { margin-bottom: 40px; }

}


@media (min-width: 480px) and (max-width: 767.98px) {

  .module-subtitle { font-size: 0.85rem; margin-bottom: 30px; }
  .section-title { margin-bottom: 45px; }
  .section-title h2 { font-size: 2.75rem; }
  .section-title p { font-size: 1.1rem; margin-top: 14px; }

  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 18px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 34px; }

  .wsmenu > .wsmenu-list { width: 345px; margin-right: -345px; }
  .wsactive .wsmobileheader { margin-right: 345px; }
  .overlapblackbg { width: calc(100% - 345px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 18px 0 0; }

  .hero-txt h2 { font-size: 3rem; line-height: 1.2; }
  .hero-txt p { font-size: 1.2rem; margin: 16px 6% 24px; }

  #features { padding-top: 90px; padding-bottom: 55px; }
  #features .section-title p { padding: 0 10%; }

  .fbox { padding: 50px 30px 45px; margin-left: 8px; margin-right: 8px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fb-2 { padding: 50px 35px 45px; }
  .fbox .fbox-img { margin-bottom: 30px; }
  .fbox-img img { max-height: 200px; }
  .fbox-txt h5 { font-size: 1.75rem; margin-bottom: 15px; }
  .fbox-txt p { font-size: 1.125rem; padding: 0 3%; margin-bottom: 0; }

  .used--tools { margin-top: 65px; }
  .used--tools li { margin: 0 3px 35px; }
  .used--tools li img { max-height: 52px; }
  .used--tools p { font-size: 1.1rem; padding: 5px 13px 7px; margin: 16px 0 0; }

  #select .section-title p { padding: 0 2%; }
  #i-pages .section-title p { padding: 0 4%; }
  .select_link h4 { font-size: 1.5rem; }

  #banner-1 { padding-top: 80px; padding-bottom: 80px; }
  #banner-2 { padding-top: 75px; padding-bottom: 40px; }
  .banner-2-txt { padding-bottom: 60px; }
  .banner-1-txt h2 { font-size: 3rem; margin-bottom: 14px; }
  .banner-2-txt h2 { font-size: 2.85rem; }
  .banner-1-txt p { font-size: 1.125rem;  margin: 0 4%; }
  .banner-2-txt p { font-size: 1.15rem; margin: 16px 8% 24px; }

  .devices { margin: 30px 5% 0; }
  .devices img { max-height: 58px; }
  .devices h6 { font-size: 1rem; margin: 24px 0 3px; }
  .devices span { font-size: 1rem; }

  .footer p { font-size: 1rem; margin-bottom: 8px; }

}


@media (min-width: 414px) and (max-width: 479.98px) {

  .module-subtitle { font-size: 0.85rem; margin-bottom: 30px; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 2.35rem; }
  .section-title p { font-size: 1.0625rem; margin-top: 12px; }

  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 33px; }

  .wsmenu > .wsmenu-list { width: 325px; margin-right: -325px; }
  .wsactive .wsmobileheader { margin-right: 325px; }
  .overlapblackbg { width: calc(100% - 325px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 16px 0 0; }

  .hero-txt h2 { font-size: 2.85rem; }
  .hero-txt p { font-size: 1.1875rem; margin: 16px 2% 24px; }

  #features { padding-top: 90px; padding-bottom: 55px; }
  #features .section-title h2 { padding: 0 6%; }
  #features .section-title h2 br {display: none; }
  #features .section-title p { padding: 0 8%; }

  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox .fbox-img { margin-bottom: 30px; }
  .fbox-img img { max-height: 180px; }
  .fbox-txt h5 { font-size: 1.55rem; margin-bottom: 12px; }
  .fbox-txt p { font-size: 1.0625rem; padding: 0 2%; }

  .used--tools { margin-top: 60px; }
  .used--tools li { margin: 0 15px 35px; }
  .used--tools li img { max-height: 50px; }
  .used--tools p { display: none; }

  .hover-overlay { padding: 11px; border-radius: 9px; }
  .hover-overlay img { border-radius: 7px; }
  .select_link h4 { font-size: 1.6rem; }

  #banner-1 { padding-top: 80px; padding-bottom: 80px; }
  #banner-2 { padding-top: 75px; padding-bottom: 30px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2.5rem; margin-bottom: 16px; }
  .banner-2-txt h2 { font-size: 2.5rem; padding: 0; }
  .banner-1-txt p { font-size: 1.125rem;  margin: 0; }
  .banner-2-txt p { font-size: 1.125rem; margin: 14px 1% 24px; }

  .devices { margin: 5px 5% 0; }
  .devices .col-sm-3 { width: 50%; margin-top: 25px; }
  .devices img { max-height: 65px; }
  .devices h6 { font-size: 1.1rem; margin: 22px 0 3px; }
  .devices span { font-size: 1.05rem; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.95rem; margin-bottom: 8px; }

}


@media (min-width: 390px) and (max-width: 413.98px) {

  .module-subtitle { font-size: 0.85rem; margin-bottom: 30px; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 2.2rem; }
  .section-title p { font-size: 1.0625rem; margin-top: 10px; }

  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 33px; }

  .wsmenu > .wsmenu-list { width: 325px; margin-right: -325px; }
  .wsactive .wsmobileheader { margin-right: 325px; }
  .overlapblackbg { width: calc(100% - 325px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 16px 0 0; }

  .hero-txt h2 { font-size: 2.75rem; }
  .hero-txt p { font-size: 1.175rem; margin: 16px 0 24px; }

  #features { padding-top: 90px; padding-bottom: 55px; }
  #features .section-title h2 { padding: 0 6%; }
  #features .section-title h2 br {display: none; }
  #features .section-title p { padding: 0 5%; }

  .fbox .fbox-img { margin-bottom: 30px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox-img img { max-height: 175px; }
  .fbox-txt h5 { font-size: 1.5rem; margin-bottom: 12px; }
  .fbox-txt p { font-size: 1.0625rem; padding: 0; }

  .used--tools { margin-top: 55px; }
  .used--tools li { margin: 0 12px 35px; }
  .used--tools li img { max-height: 48px; }
  .used--tools p { display: none; }

  .hover-overlay { padding: 10px; border-radius: 9px; }
  .hover-overlay img { border-radius: 7px; }
  .select_link h4 { font-size: 1.55rem; }

  #banner-1 { padding-top: 80px; padding-bottom: 80px; }
  #banner-2 { padding-top: 75px; padding-bottom: 30px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2.35rem; margin-bottom: 16px; }
  .banner-2-txt h2 { font-size: 2.35rem; padding: 0; }
  .banner-1-txt p { font-size: 1.125rem; margin: 0; }
  .banner-2-txt p { font-size: 1.075rem; margin: 14px 0 24px; }

  .devices { margin: 5px 4% 0; }
  .devices .col-sm-3 { width: 50%; margin-top: 25px; }
  .devices img { max-height: 60px; }
  .devices h6 { font-size: 1.0625rem; margin: 22px 0 3px; }
  .devices span { font-size: 1rem; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.95rem; margin-bottom: 8px; }

}


@media (min-width: 321px) and (max-width: 389.98px) {

  .module-subtitle { font-size: 0.85rem; margin-bottom: 30px; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 2.05rem; }
  .section-title p { font-size: 1.0625rem; margin-top: 10px; }

  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 16px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 33px; }

  .wsmenu > .wsmenu-list { width: 290px; margin-right: -290px; }
  .wsactive .wsmobileheader { margin-right: 290px; }
  .overlapblackbg { width: calc(100% - 290px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 16px 0 0; }

  #hero { padding-top: 90px; padding-bottom: 95px; }
  .hero-txt h2 { font-size: 2.65rem; }
  .hero-txt p { font-size: 1.175rem; margin: 16px 0 24px; }

  #features { padding-top: 80px; padding-bottom: 45px; }
  #features .section-title h2 { padding: 0 5%; }
  #features .section-title h2 br {display: none; }

  .fb-1, .fb-2 { margin-bottom: 35px; }
  .fbox .fbox-img { margin-bottom: 25px; }
  .fbox-img img { max-height: 165px; }
  .fbox-txt h5 { font-size: 1.45rem; margin-bottom: 10px; }
  .fbox-txt p { font-size: 1.05rem; padding: 0; }

  .used--tools { margin-top: 55px; }
  .used--tools li { margin: 0 12px 35px; }
  .used--tools li img { max-height: 46px; }
  .used--tools p { display: none; }

  #select, #i-pages { padding-top: 80px; padding-bottom: 35px; }
  .select_link { margin-bottom: 45px; }
  .hover-overlay { padding: 10px; border-radius: 9px; }
  .hover-overlay img { border-radius: 7px; }
  .select_link h4 { font-size: 1.45rem; margin-top: 40px; }

  #banner-1 { padding-top: 80px; padding-bottom: 80px; }
  #banner-2 { padding-top: 75px; padding-bottom: 30px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2.25rem; margin-bottom: 14px; }
  .banner-2-txt h2 { font-size: 2.125rem; padding: 0; }
  .banner-1-txt p { font-size: 1.1rem; margin: 0 4%; }
  .banner-2-txt p { font-size: 1.125rem; margin: 15px 4% 24px; }

  .devices { margin: 5px 4% 0; }
  .devices .col-sm-3 { width: 50%; margin-top: 25px; }
  .devices img { max-height: 56px; }
  .devices h6 { font-size: 1.1rem; margin: 22px 0 3px; }
  .devices span { font-size: 1.05rem; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.95rem; margin-bottom: 8px; }

}


@media (max-width: 320.95px) { 

  .module-subtitle { font-size: 0.85rem; margin-bottom: 30px; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.85rem; line-height: 1.3; }
  .section-title p { font-size: 1rem; margin-top: 10px; }

  .wsmobileheader .smllogo { display: block; margin-top: 25px; padding-left: 15px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 31px; }

  .wsmenu > .wsmenu-list { width: 250px; margin-right: -250px; }
  .wsactive .wsmobileheader { margin-right: 250px; }
  .overlapblackbg { width: calc(100% - 250px); }

  .wsanimated-arrow { padding: 14px 30px 14px 0px; margin: 25px 15px 0 0; }

  #hero { padding-top: 90px; padding-bottom: 95px; }
  .hero-txt h2 { font-size: 2.35rem; }
  .hero-txt p { font-size: 1.125rem; margin: 16px 0 24px; }

  #features { padding-top: 80px; padding-bottom: 45px; }
  #features .section-title h2 { padding: 0 6%; }
  #features .section-title h2 br {display: none; }
  .fbox { padding: 40px 18px 35px; }
  .fb-1, .fb-2 { margin-bottom: 35px; }
  .fbox .fbox-img { margin-bottom: 25px; }
  .fbox-img img { max-height: 160px; }
  .fbox-txt h5 { font-size: 1.3rem; margin-bottom: 10px; }
  .fbox-txt p { font-size: 1rem; padding: 0 2%; }

  .used--tools { margin-top: 50px; }
  .used--tools li { margin: 0 10px 35px; }
  .used--tools li img { max-height: 42px; }
  .used--tools p { display: none; }

  #select, #i-pages { padding-top: 80px; padding-bottom: 40px; }
  .select_link { margin-bottom: 40px; }
  .hover-overlay { padding: 9px; border-radius: 8px; }
  .hover-overlay img { border-radius: 6px; }
  .select_link h4 { font-size: 1.425rem; margin-top: 40px; }

  #banner-1 { padding-top: 75px; padding-bottom: 75px; }
  #banner-2 { padding-top: 70px; padding-bottom: 25px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2rem; margin-bottom: 16px; }
  .banner-2-txt h2 { font-size: 1.85rem; padding: 0 3%; }
  .banner-1-txt p { font-size: 1.05rem; margin: 0; }
  .banner-2-txt p { font-size: 1.05rem; margin: 14px 0 20px; }

  .devices { margin: 0 4%; }
  .devices .col-sm-3 { width: 50%; margin-top: 25px; }
  .devices img { max-height: 54px; }
  .devices h6 { font-size: 1.05rem; margin: 22px 0 3px; }
  .devices span { font-size: 1rem; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.935rem; margin-bottom: 8px; }

}