

/*
  Template Name: HexTone - Software, SaaS & Startup Premium HTML5 Template
  Theme URL: https://themeforest.net/user/dsathemes
  Description: HexTone - Software, SaaS & Startup Premium HTML5 Template
  Author: DSAThemes
  Author URL: https://themeforest.net/user/dsathemes
  Version: 1.0.0
  Website: www.dsathemes.com
  Tags: Responsive, HTML5, DSAThemes, SaaS, Software, Mobile App, Startup, Creative, Digital Product
*/


:root {
  --main-font: 'Plus Jakarta Sans', sans-serif;
  --base-font: 'Inter', sans-serif;
  --header-color: #120036;
  --text-color: #545465;
  --theme-color: #1b86fa;
  --tra-theme-color: rgba(27, 134, 250, .15);
  --alice-blue: #f1f5fa;
  --black: #353f4f;
  --blue: #1b86fa;
  --cloud: #fafafd;
  --coal: #1f2334;
  --dark-gray: #c0c0ce;
  --ghost: #f5f6f9;
  --gray: #999;
  --grape: #353451;
  --ink: #1d222f;
  --light-gray: #aaa;
  --pink: #fc5a8d;
  --plum: #de5e99;
  --purple: #8268e4;
  --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 {
  1background-color: #f5f5fa;
  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);
  font-weight: 700; 
  letter-spacing: 0;
}

.base-font { 
  font-family: var(--base-font); 
}

/*------------------------------------------*/
/*	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;
}

.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%); 
}

/*------------------------------------------*/
/*  BLOCK SHADOW
/*------------------------------------------*/

.block--shadow { 
  box-shadow: 0 4px 12px 0 var(--tra-black);
}

.r-0 { border-radius: 0px; }
.r-08 { border-radius: 8px; }
.r-36 { border-radius: 36px; }

/*------------------------------------------*/
/*  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: 700; 
  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 {
  font-size: 1.185rem;
  line-height: 1;
  font-weight: 600;
  background-color: transparent;
  padding: 0.95rem 2rem;
  border: 2px solid transparent;
  transition: all 400ms ease-in-out; 
}

.btn:focus {
  color: #fff; 
  box-shadow: none; 
}

/*------------------------------------------*/
/*  WHITE BUTTON
/*------------------------------------------*/

.btn--white, 
.hover--white:hover, 
.color--white .btn--white, 
.color--white .hover--white:hover {
  color: var(--black)!important; background-color: var(--white)!important; border-color: var(--white)!important; 
}

.btn--tra-white, 
.hover--tra-white:hover, 
.color--white .hover--tra-white:hover {
  color: var(--white)!important; background-color: transparent!important; border-color: var(--white)!important; 
}

/*------------------------------------------*/
/*  BLACK BUTTON
/*------------------------------------------*/

.btn--black, 
.hover--black:hover {
  color: var(--white)!important; background-color: var(--black)!important; border-color: var(--black)!important; 
}

.btn--tra-black, 
.hover--tra-black:hover {
  color: var(--black)!important; background-color: transparent!important; border-color: var(--black)!important; 
}

/*------------------------------------------*/
/*  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; 
}

/*------------------------------------------*/
/*  PINK BUTTON
/*------------------------------------------*/

.btn--pink, 
.hover--pink:hover, 
.color--white .hover--pink:hover {
  color: var(--white)!important; border-color: var(--pink)!important; background-color: var(--pink)!important; 
}

.btn--tra-pink, 
.hover--tra-pink:hover, 
.color--white .btn--tra-pink {
  color: var(--pink)!important; background-color: transparent!important; border-color: var(--pink)!important; 
}

/*------------------------------------------*/
/*  PLUM BUTTON
/*------------------------------------------*/

.btn--plum, 
.hover--plum:hover, 
.color--white .hover--plum:hover {
  color: var(--white)!important; border-color: var(--plum)!important; background-color: var(--plum)!important; 
}

.btn--tra-plum, 
.hover--tra-plum:hover, 
.color--white .btn--tra-plum {
  color: var(--plum)!important; background-color: transparent!important; border-color: var(--plum)!important; 
}

/*------------------------------------------*/
/*  PURPLE BUTTON
/*------------------------------------------*/

.btn--purple, 
.hover--purple:hover, 
.color--white .hover--purple:hover {
  color: var(--white)!important; border-color: var(--purple)!important; background-color: var(--purple)!important; 
}

.btn--tra-purple, 
.hover--tra-purple:hover, 
.color--white .btn--tra-purple {
  color: var(--purple)!important; background-color: transparent!important; border-color: var(--purple)!important; 
}

/*------------------------------------------*/
/*   SECTION TITLE    
/*------------------------------------------*/

.section-title {
  text-align: center;
  margin-bottom: 70px;
}

.section-title h2 {
  display: block;
  color: var(--header-color);
  font-size: 3.6rem;
  letter-spacing: -1px;
  font-weight: 600;
}

.section-title p {
  font-size: 1.25rem;
  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 {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
}

#loading { 
  background-color: var(--white-smoke);
}

#loading-center {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}

.loader {
  border: 2px solid;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-color: transparent var(--theme-color);
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 50px solid;
  border-color: transparent var(--tra-theme-color); 
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

/*------------------------------------------*/
/*   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;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 32px;
}

/*------------------------------------------*/
/*  NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  padding: 20px 0;
  background-color: transparent!important;
  box-shadow: none;
  transition: all 450ms ease-in-out; 
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/ 

.wsmenu > .wsmenu-list > li > a {
  font-family: var(--main-font);
  display: block;
  font-size: 1.1rem;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;  
  margin: 0 10px;
  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: 1rem;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 14px;
  margin-left: 260px;
  padding: 6px 28px 8px;
}

/*------------------------------------------*/
/*  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: 170px;
}

.hero-txt {
  padding: 0 14%;
}

.hero-txt h2 { 
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-txt p { 
  font-size: 1.4rem; 
  font-weight: 300;
  margin: 25px 5%;
}

.hero-txt p span { 
  font-weight: 500;
}

.hero-img {
  margin: 80px 4% 0;
}

/*------------------------------------------*/
/*   FEATURES
/*------------------------------------------*/

#features {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fbox { 
  background-color: var(--white);
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(5, 5, 5, .08);
}

.fbox .fbox-img { 
  margin-bottom: 35px; 
}

.fbox-img img {
  width: auto;
  max-width: inherit;
  max-height: 170px;
}

.fbox-txt h5 {
  font-size: 1.45rem;
  margin-bottom: 14px;
}

.fbox-txt p {
  color: #6c757d;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.block-info {
  text-align: center;
  margin-top: 70px;
}

.block-info h6 {
  font-size: 1.45rem;
  font-weight: 500;
}

.block-info h6 span {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 5px;
  padding-bottom: 3px;
  border-bottom: 3px solid var(--pink);
}

/*------------------------------------------*/
/*	 SELECT    
/*------------------------------------------*/

#select {   
  position: relative;  
  padding-top: 100px;
  padding-bottom: 30px;
}

.select_link {
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
  text-align: center;
}

.select_link h4 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  margin: 45px 0 0;
}

.hover-overlay {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  z-index: 999;
  border-radius: 6px;
  box-shadow: 0px 4px 12px 0 rgba(5, 5, 5, .1);
  transition: all 400ms ease-in-out; 
}

.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: 50px;
}

#i-pages .section-title p {
  padding: 0 6%;
}

/*------------------------------------------*/
/*   BANNER
/*------------------------------------------*/

#banner-1 {
  position: relative;
  background-image: url(../images/banner-1.jpg); 
  margin-top: 60px;
}

#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.6rem;
  letter-spacing: -1px;
  font-weight: 600;
}

.banner-1-txt h2 span {
  display: block;
}

.banner-2-txt h2 {
  font-size: 4rem;
  font-weight: 600;
}

.banner-1-txt p {
  font-size: 1.25rem; 
  padding-right: 2%;
  margin: 25px 0 30px;
}

.banner-2-txt p {
  font-size: 1.3rem;  
  line-height: 1.6;
  margin: 25px 0 30px;
}

.banner-2-txt p span {
  font-weight: 700;
}

.banner-1-img {
  position: relative;
  margin: -60px -40% 0 0;
  z-index: 8;
}

/*------------------------------------------*/
/*   FOOTER  
/*------------------------------------------*/   

.footer {
  text-align: center;
  padding-top: 50px;
}

.footer p {
  font-size: 1.15rem; 
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 8px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .btn { font-size: 1.1rem; padding: 0.9rem 1.8rem; }
  .section-title { margin-bottom: 50px; }
  .section-title h2 { font-size: 3.25rem; }
  .section-title p { font-size: 1.175rem; }

  .desktoplogo img { max-height: 30px; } 
  .wsmenu > .wsmenu-list > li > a { font-size: 0.9875rem; margin: 0 5px; padding: 10px 15px; }
  .wsmenu > .wsmenu-list > li a.btn { 
    font-size: 0.95rem; line-height: 28px; margin-top: 15px; margin-left: 215px; padding: 3px 22px 5px; 
  }

  #hero { padding-top: 160px; }
  .hero-txt h2 { font-size: 3.75rem; }
  .hero-txt p { font-size: 1.25rem; margin: 22px 5% 25px; }
  .hero-img { margin: 60px 2% 0; }

  #features { padding-top: 70px; padding-bottom: 90px; }
  .fbox { padding: 35px 22px 30px; }
  .fbox .fbox-img { margin-bottom: 24px; }
  .fbox-img img { max-height: 135px; }
  .fbox-txt h5 { font-size: 1.35rem; margin-bottom: 10px; }
  .fbox-txt p { font-size: 1rem; }
  .block-info { margin-top: 60px; }
  .block-info h6 { font-size: 1.325rem; }

  #select { padding-top: 70px; padding-bottom: 50px; }
  .select_link { margin-bottom: 50px; }
  .select_link h4 { font-size: 1.375rem; }
  .select_link span.new_demo { font-size: 0.7rem; padding: 4px 6px; top: -10px; margin-left: 6px; }

  #i-pages { padding-top: 80px; padding-bottom: 50px; }
  #i-pages .section-title p { padding: 0 4%; }

  #banner-1 { margin-top: 40px; } 
  #banner-2 { padding-top: 80px; padding-bottom: 40px; }
  .banner-1-txt { margin-top: -15px; }
  .banner-2-txt { padding-bottom: 75px; }
  .banner-1-txt h2 { font-size: 3.25rem; }
  .banner-2-txt h2 { font-size: 3.45rem; }
  .banner-1-txt p { font-size: 1.0625rem; padding-right: 0; margin: 22px 0 27px; }
  .banner-2-txt p { font-size: 1.175rem; margin: 24px 0 30px; }

  .banner-1-img { margin: -40px -45% 0 10px; }

  .footer p { font-size: 1.0625rem; margin-bottom: 8px; }

}


@media (min-width: 768px) and (max-width: 991.98px) { 

  .btn { font-size: 1.1rem; padding: 0.9rem 1.85rem; }
  .section-title { margin-bottom: 55px; }
  .section-title h2 { font-size: 3rem; }
  .section-title p { font-size: 1.15rem; }

  .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 { padding-top: 90px; margin-top: 80px; }
  .hero-txt { padding: 0; }
  .hero-txt h2 { font-size: 3.5rem; }
  .hero-txt p { font-size: 1.25rem; margin: 22px 5% 28px; }
  .hero-img { margin: 60px 0 0; }

  #features { padding: 80px 0; }
  .fbox { padding: 60px 30px 55px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox .fbox-img { margin-bottom: 35px; }
  .fbox-img img { max-height: 180px; }
  .fbox-txt h5 { font-size: 1.65rem; margin-bottom: 16px; }
  .fbox-txt p { font-size: 1.1875rem; padding: 0 12%; }
  .block-info { margin-top: 60px; }
  .block-info h6 { font-size: 1.325rem; }

  #select { padding-top: 70px; padding-bottom: 40px; }
  .select_link { margin-bottom: 50px; }
  .select_link h4 { font-size: 1.4rem; }

  #i-pages { padding-top: 80px; padding-bottom: 50px; }

  #banner-1 { text-align: center; margin-top: 0; padding-top: 75px }
  #banner-2 { padding-top: 80px; padding-bottom: 40px; }
  .banner-1-txt h2 { font-size: 3.15rem; }
  .banner-1-txt h2 span { display: inline-block; }
  .banner-2-txt h2 { font-size: 3.15rem; }
  .banner-1-txt p { font-size: 1.15rem; padding-right: 0; margin: 20px 3% 25px; }
  .banner-2-txt p { font-size: 1.15rem; margin: 22px 5% 26px; }

  .banner-1-img { margin: 50px 0 0; }

  .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 { padding-top: 90px; margin-top: 80px; }
  .hero-txt { padding: 0; }

  #banner-1 { text-align: center; padding-top: 70px; margin-top: 0; }
  .banner-1-txt p { padding-right: 0; }
  .banner-1-img { margin: 40px 0 0; }

}


@media (min-width: 480px) and (max-width: 767.98px) {

  .btn { font-size: 1rem; padding: 0.825rem 1.7rem; }
  .section-title { margin-bottom: 45px; }
  .section-title h2 { font-size: 2.75rem; }
  .section-title p { font-size: 1.1rem; }

  .wsmobileheader .smllogo { display: block; margin-top: 24px; padding-left: 18px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 32px; }

  .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: 2.95rem; }
  .hero-txt p { font-size: 1.08rem; margin: 20px 0 25px; }
  .hero-img { margin: 40px -20% 0; }

  #features { padding: 80px 0; }
  .fbox { padding: 50px 30px 45px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox .fbox-img { margin-bottom: 30px; }
  .fbox-img img { max-height: 170px; }
  .fbox-txt h5 { font-size: 1.65rem; margin-bottom: 15px; }
  .fbox-txt p { font-size: 1.125rem; padding: 0 3%; margin-bottom: 0; }
  .block-info { margin-top: 55px; }
  .block-info h6 { font-size: 1.3rem; }

  #select { padding-top: 70px; padding-bottom: 40px; }
  .select_link { margin-bottom: 50px; }
  .select_link h4 { font-size: 1.4rem; }

  #i-pages { padding-top: 80px; padding-bottom: 40px; }
  #i-pages .section-title p { padding: 0; }

  #banner-2 { padding-top: 80px; padding-bottom: 40px; }
  .banner-2-txt { padding-bottom: 60px; }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 2.75rem; }
  .banner-2-txt h2 { font-size: 2.75rem; }
  .banner-1-txt p { font-size: 1.1rem; margin: 20px 0 25px; }
  .banner-2-txt p { font-size: 1.125rem; margin: 20px 0 25px; }

  .footer p { font-size: 1rem; margin-bottom: 8px; }

}


@media (min-width: 414px) and (max-width: 479.98px) {

  .btn { font-size: 1.05rem; padding: 0.825rem 1.85rem; }
  .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: 32px; }

  .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 { padding-top: 80px; }
  .hero-txt h2 { font-size: 2.65rem; }
  .hero-txt p { font-size: 1.125rem; margin: 16px 4% 24px; }
  .hero-img { margin: 40px -40% 0; }

  #features { padding: 70px 0; }
  #features .section-title h2 { padding: 0 8%; }
  .fbox .fbox-img { margin-bottom: 30px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox-img img { max-height: 160px; }
  .fbox-txt h5 { font-size: 1.4rem; margin-bottom: 14px; }
  .fbox-txt p { font-size: 1.0625rem; padding: 0; }
  .block-info { margin-top: 50px; }
  .block-info h6 { font-size: 1.3rem; line-height: 1.65; padding: 0 3%; }

  #features { padding: 70px 0; }
  #features .section-title h2 { padding: 0 8%; }
  .fbox .fbox-img { margin-bottom: 30px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox-img img { max-height: 155px; }
  .fbox-txt h5 { font-size: 1.35rem; margin-bottom: 14px; }
  .fbox-txt p { font-size: 1.0625rem; padding: 0 6%; }
  .block-info { margin-top: 50px; }
  .block-info h6 { font-size: 1.3rem; line-height: 1.65; padding: 0 3%; }

  #select { padding-top: 70px; padding-bottom: 30px; }
  #select .section-title h2 { padding: 0 4%; }
  .select_link { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.35rem; }

  #i-pages { padding-top: 70px; padding-bottom: 30px; }
  #i-pages .section-title h2 { padding: 0 4%; }
  #i-pages .section-title p { padding: 0; }

  #banner-1 { padding-top: 65px }
  #banner-2 { padding-top: 70px; padding-bottom: 30px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2.35rem; }
  .banner-2-txt h2 { font-size: 2.5rem; padding: 0 3%; }
  .banner-1-txt p { font-size: 1.0625rem; margin: 16px 2% 22px; }
  .banner-2-txt p { font-size: 1.0625rem; margin: 16px 2% 22px; }

  .banner-1-img { margin: 40px 0 0; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.95rem; margin-bottom: 8px; }

}


@media (min-width: 390px) and (max-width: 413.98px) {

  .btn { font-size: 1.05rem; padding: 0.825rem 1.85rem; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 2.2rem; }
  .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: 32px; }

  .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 { padding-top: 80px; }
  .hero-txt h2 { font-size: 2.5rem; }
  .hero-txt p { font-size: 1.1rem; margin: 16px 0 24px; }
  .hero-img { margin: 40px -40% 0; }

  #features { padding: 70px 0; }
  #features .section-title h2 { padding: 0 8%; }
  .fbox .fbox-img { margin-bottom: 30px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox-img img { max-height: 155px; }
  .fbox-txt h5 { font-size: 1.35rem; margin-bottom: 14px; }
  .fbox-txt p { font-size: 1.0625rem; padding: 0 4%; }
  .block-info { margin-top: 50px; }
  .block-info h6 { font-size: 1.3rem; line-height: 1.65; padding: 0 3%; }

  #select { padding-top: 70px; padding-bottom: 30px; }
  #select .section-title h2 { padding: 0 4%; }
  .select_link { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.35rem; }

  #i-pages { padding-top: 70px; padding-bottom: 30px; }
  #i-pages .section-title h2 { padding: 0 4%; }
  #i-pages .section-title p { padding: 0; }

  #banner-1 { padding-top: 65px }
  #banner-2 { padding-top: 70px; padding-bottom: 30px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2.2rem; }
  .banner-2-txt h2 { font-size: 2.35rem; padding: 0 3%; }
  .banner-1-txt p { font-size: 1.05rem; margin: 16px 0 22px; }
  .banner-2-txt p { font-size: 1.0625rem; margin: 16px 0 22px; }

  .banner-1-img { margin: 40px 0 0; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.95rem; margin-bottom: 8px; }

}


@media (min-width: 321px) and (max-width: 389.98px) {

  .btn { font-size: 1rem; padding: 0.8rem 1.85rem; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 2.05rem; }
  .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: 32px; }

  .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: 75px; }
  .hero-txt h2 { font-size: 2.35rem; line-height: 1.3; }
  .hero-txt p { font-size: 1.0625rem; margin: 14px 0 22px; }
  .hero-img { margin: 40px -40% 0; }

  #features { padding: 70px 0; }
  #features .section-title h2 { padding: 0 8%; }
  .fbox .fbox-img { margin-bottom: 25x; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox-img img { max-height: 140px; }
  .fbox-txt h5 { font-size: 1.35rem; margin-bottom: 12px; }
  .fbox-txt p { font-size: 1.05rem; padding: 0 3%; }
  .block-info { margin-top: 50px; }
  .block-info h6 { font-size: 1.3rem; line-height: 1.65; padding: 0 3%; }

  #select { padding-top: 70px; padding-bottom: 30px; }
  #select .section-title h2 { padding: 0 4%; }
  .select_link { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.35rem; }

  #i-pages { padding-top: 70px; padding-bottom: 30px; }
  #i-pages .section-title h2 { padding: 0 4%; }
  #i-pages .section-title p { padding: 0; }

  #banner-1 { padding-top: 65px }
  #banner-2 { padding-top: 70px; padding-bottom: 30px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 2.05rem; }
  .banner-2-txt h2 { font-size: 2.05rem; padding: 0 3%; }
  .banner-1-txt p { font-size: 1.0625rem; margin: 16px 0 22px; }
  .banner-2-txt p { font-size: 1.0625rem; margin: 16px 0 22px; }

  .banner-1-img { margin: 35px 0 0; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.95rem; margin-bottom: 8px; }

}


@media (max-width: 320.95px) { 

  .btn { font-size: 1rem; padding: 0.8rem 1.85rem; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.85rem; line-height: 1.3; }
  .section-title p { font-size: 1rem; margin-top: 12px; }

  .wsmobileheader .smllogo { display: block; margin-top: 25px; padding-left: 15px; }
  .smllogo img { width: auto; max-width: inherit; max-height: 30px; }

  .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: 70px; }
  .hero-txt h2 { font-size: 2.25rem; line-height: 1.3; }
  .hero-txt p { font-size: 1.05rem; margin: 14px 4% 22px; }
  .hero-img { margin: 40px -40% 0; }

  #features { padding: 70px 0; }
  #features .section-title h2 { padding: 0 8%; }
  .fbox { padding: 40px 18px 35px; }
  .fbox .fbox-img { margin-bottom: 25px; }
  .fb-1, .fb-2 { margin-bottom: 40px; }
  .fbox-img img { max-height: 135px; }
  .fbox-txt h5 { font-size: 1.3rem; margin-bottom: 12px; }
  .fbox-txt p { font-size: 1rem; padding: 0 2%; }
  .block-info { margin-top: 50px; }
  .block-info h6 { font-size: 1.25rem; line-height: 1.65; }

  #select { padding-top: 60px; padding-bottom: 25px; }
  #select .section-title h2 { padding: 0 4%; }
  .select_link { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.35rem; }

  #i-pages { padding-top: 70px; padding-bottom: 25px; }
  #i-pages .section-title h2 { padding: 0 4%; }
  #i-pages .section-title p { padding: 0; }

  #banner-1 { padding-top: 65px; }
  #banner-2 { padding-top: 60px; padding-bottom: 25px; }
  .banner-2-txt { padding-bottom: 50px; }
  .banner-1-txt h2 { font-size: 1.85rem; }
  .banner-2-txt h2 { font-size: 1.85rem; padding: 0 3%; }
  .banner-1-txt p { font-size: 1rem; margin: 14px 1% 20px; }
  .banner-2-txt p { font-size: 1rem; margin: 14px 2% 20px; }

  .banner-1-img { margin: 35px 0 0; }

  .footer { padding-top: 40px; }
  .footer p { font-size: 0.935rem; margin-bottom: 8px; }


}

