

/*
  Template Name: Pintex - Mobile App & Software Landing Page Template
  Theme URL: https://themeforest.net/user/jthemes
  Description: Pintex - Mobile App Landing Page Template
  Author: Jthemes
  Author URL: https://themeforest.net/user/jthemes
  Version: 1.0.0
  Website: https://www.jthemes.com/
  Tags: Responsive, wordpress template, Jthemes, Mobile, Application, Software, One Page, Landing, Digital Product, Mobile App
*/


html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 

body {
  background-color: #f4f4f9;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #545465;
  line-height: 1.6666;
  font-weight: 400;
}

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

/*------------------------------------------*/
/*  BORDER RADIUS SETTING
/*------------------------------------------*/ 

.r-08 { -webkit-border-radius: 8px; -moz-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.r-10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; }
.r-12 { -webkit-border-radius: 12px; -moz-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; }
.r-36 { -webkit-border-radius: 36px; -moz-border-radius: 36px; -o-border-radius: 36px; 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%, #bbb 64%, rgba(206,211,246,0) 99%);
  opacity: .4;
  border: none;
  margin: 0;
}

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {  
  color: #120036;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  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 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  background-color: transparent;
  padding: 0.9rem 2.15rem;
  border: 2px solid transparent;
  -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:focus,
.btn.btn--black:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

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

.btn--white, .hover--white:hover, .color--white .hover--white:hover {
  color: #353f4f!important; background-color: #fff!important; border-color: #fff!important;
}

.btn--tra-white, .hover--tra-white:hover, .color--white .hover--tra-white:hover {
  color: #fff!important; background-color: transparent!important; border-color: #fff!important;
}

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

.btn--black, .hover--black:hover {
  color: #fff!important; background-color: #353f4f!important; border-color: #353f4f!important;
}

.btn--tra-black, .hover--tra-black:hover {
  color: #353f4f!important; background-color: transparent!important; border-color: #353f4f!important;
}

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

.btn--pink, .hover--pink:hover, .color--white .hover--pink:hover {
  color: #fff!important; border-color: #fc5a8d!important; background-color: #fc5a8d!important;
}

.btn--tra-pink, .hover--tra-pink:hover, .color--white .btn--tra-pink {
  color: #fc5a8d!important; background-color: transparent!important; border-color: #fc5a8d!important;
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/

.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }   /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }  /* 75px */

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

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

.section-title h2 {
  font-size: 4rem;
  letter-spacing: -1px;
}

.section-title p {
  font-size: 1.35rem;
  padding: 0 12%;
  margin: 22px 0 0;
}

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.color--white,
.color--white a,
.color--white :is(h1, h2, h3, h4, h5, h6) { color: #fff; }

.color--pink,
.color--pink a,
.color--pink :is(h1, h2, h3, h4, h5, h6) { color: #fc5a8d; }

/*------------------------------------------*/
/*  PRELOAD SPINNER   
/*------------------------------------------*/

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #f5f5f5;
}

#loader {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.cssload-spinner {
  position: absolute;
  width: 68px;
  height: 68px;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
}

.cssload-spinner:after, 
.cssload-spinner:before {
  position: absolute;
  content: "";
  border: 4px solid #9370db;
  width: 64px;
  height: 64px;
}

.cssload-spinner:after {
  animation: cssload-spinner1 2.5s linear infinite;
   -o-animation: cssload-spinner1 2.5s linear infinite;
  -ms-animation: cssload-spinner1 2.5s linear infinite;
  -webkit-animation: cssload-spinner1 2.5s linear infinite;
  -moz-animation: cssload-spinner1 2.5s linear infinite;
}

.cssload-spinner:before {
  width: 88px;
  height: 88px;
  margin-left: -13.5px;
  margin-top: -13.5px;
  animation: cssload-spinner2 2.5s linear infinite;
  -o-animation: cssload-spinner2 2.5s linear infinite;
  -ms-animation: cssload-spinner2 2.5s linear infinite;
  -webkit-animation: cssload-spinner2 2.5s linear infinite;
  -moz-animation: cssload-spinner2 2.5s linear infinite;
}

@keyframes cssload-spinner1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spinner1 {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spinner1 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spinner1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spinner1 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes cssload-spinner2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@-o-keyframes cssload-spinner2 {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
  }
}

@-ms-keyframes cssload-spinner2 {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}

@-webkit-keyframes cssload-spinner2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@-moz-keyframes cssload-spinner2 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}

/*------------------------------------------*/
/*  HERO    
/*------------------------------------------*/

.hero-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

#hero {
  position: relative;
  background-image: url(../images/hero.jpg); 
  padding-top: 140px;
}

.hero-txt {
  position: relative;
  z-index: 9;
  padding: 0 3%;
}

.hero-txt h2 { 
  font-size: 4.25rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}

.hero-txt p.p-lg { 
  font-size: 1.35rem; 
  margin-bottom: 32px;
}

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

.hero-img {
  margin: -15px -5% 0;
}

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

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

.fbox {
  text-align: center;
  margin-bottom: 40px;
}

.fbox h5 {
  font-size: 1.4rem;
  margin-top: 25px;
  margin-bottom: 12px;
} 

.fbox p {
  font-size: 1.125rem;
  margin-bottom: 0;
} 

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

#select {    
  padding-top: 100px;
  padding-bottom: 70px;
  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: 40px;
  margin-bottom: 0;
}

.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 {
  position: relative;
  z-index: 3;
  padding-top: 60px; 
  padding-bottom: 70px;
}

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

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

#banner-2 {
  position: relative;
  background-image: url(../images/banner.jpg); 
  padding-top: 80px;
  padding-bottom: 100px;
}

.banner-1-img {
  position: relative;
  margin: -60px -35% -80px -5%;
  z-index: 8;
}

.banner-1-txt {
  margin-top: -20px;
}

.banner-1-txt h2,
.banner-2-txt h2 {
  font-size: 3.85rem;
  margin-bottom: 22px;
}

.banner-1-txt p {
  color: #eaebef; 
  font-size: 1.35rem; 
  padding-right: 3%;
  margin-bottom: 35px;
}

.banner-2-txt p {
  color: #eaebef; 
  font-size: 1.4rem;  
  line-height: 1.6;
  margin-bottom: 32px;
}

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

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

.footer {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 70px;
}

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

/*------------------------------------------*/
/*  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.98px) {

  .btn { font-size: 1.1rem; padding: 0.9rem 2.2rem; }
  .section-title { margin-bottom: 55px; }
  .section-title h2 { font-size: 3.5rem; }
  .section-title p { font-size: 1.25rem; padding: 0 12%; margin-top: 15px; }

  #hero { padding-top: 110px; }
  .hero-txt h2 { font-size: 3.5rem; margin-bottom: 22px; }
  .hero-txt p.p-lg { font-size: 1.15rem; margin-bottom: 30px; }
  .hero-img { margin: -15px -10% 0; }

  #features { padding-top: 90px; padding-bottom: 50px; }
  #features .col-lg-3 { padding: 0 8px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.25rem; }
  .fbox h5 { font-size: 1.25rem; margin-top: 20px; margin-bottom: 10px; }
  .fbox p { font-size: 0.975rem; } 

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

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

  #banner-1 { margin-top: 50px; margin-bottom: 50px; }
  .banner-1-img { margin: -50px -35% -50px -5%; }
  .banner-1-txt { margin-top: 5px; }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 3.35rem; margin-bottom: 16px; }
  .banner-1-txt p { font-size: 1.25rem; padding-right: 0; margin-bottom: 30px; }
  .banner-2-txt p { font-size: 1.25rem; margin-bottom: 25px; }

  .footer { padding-top: 60px; padding-bottom: 45px; }
  .footer p { font-size: 1.15rem; margin-bottom: 8px; }

}


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

  .btn { font-size: 1.0625rem; padding: 0.85rem 2rem; }
  .section-title { margin-bottom: 55px; }
  .section-title h2 { font-size: 3.125rem; }
  .section-title p { font-size: 1.2rem; padding: 0 10%; margin-top: 15px; }

  #hero { padding-top: 100px; }
  .hero-txt { padding: 0 2%; }
  .hero-txt h2 { font-size: 3.1875rem; padding: 0 5%; margin-bottom: 22px; }
  .hero-txt p.p-lg { font-size: 1.1875rem; margin-bottom: 25px; }
  .hero-img { margin: -5px -6% 0; }

  #features { padding-top: 70px; padding-bottom: 50px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.25rem; }
  .fbox h5 { font-size: 1.425rem; margin-top: 18px; margin-bottom: 10px; }
  .fbox p { font-size: 1.135rem; padding: 0 5%; } 

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

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

  #banner-1 { text-align: center; padding-top: 90px; margin-top: 0; margin-bottom: 60px; }
  #banner-2 { padding-top: 70px; padding-bottom: 85px; }
  .banner-1-img { margin: 50px 0 -60px; }
  .banner-1-txt { padding: 0 3% }
  .banner-1-txt h2 { font-size: 3.125rem; padding: 0 5%; margin-bottom: 16px; }
  .banner-2-txt h2 { font-size: 3.125rem; margin-bottom: 16px; }
  .banner-1-txt p { font-size: 1.175rem; padding: 0; margin-bottom: 28px; }
  .banner-2-txt p { font-size: 1.175rem; padding: 0 5%; margin-bottom: 28px; }

  .footer { padding-top: 60px; padding-bottom: 45px; }
  .footer p { font-size: 1.125rem; margin-bottom: 8px; }

}


@media (max-width: 767px) { 

  #banner-1 { text-align: center; padding-top: 80px; margin-top: 0; margin-bottom: 60px; }
  .banner-1-txt { margin-top: 0; }
  .banner-1-img { margin: 50px 0 -60px; }

}


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

  .btn { font-size: 1rem; padding: 0.825rem 2.1rem; }
  .section-title { margin-bottom: 55px; }
  .section-title h2 { font-size: 2.55rem; }
  .section-title p { font-size: 1.0625rem; padding: 0; margin-top: 15px; }

  #hero { padding-top: 90px; }
  .hero-txt { padding: 0; margin-bottom: 15px; }
  .hero-txt h2 { font-size: 2.75rem; margin-bottom: 20px; }
  .hero-txt p.p-lg { font-size: 1.0625rem; padding: 0%; margin-bottom: 25px; }
  .hero-img { margin: 0 -9%; }

  #features { padding-top: 80px; padding-bottom: 50px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.05rem; }
  .fbox h5 { font-size: 1.425rem; margin-top: 18px; margin-bottom: 10px; }
  .fbox p { font-size: 1.0625rem; } 

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

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

  #banner-1 { padding-top: 80px; }
  #banner-2 { padding-top: 80px; padding-bottom: 95px; }
  .banner-1-txt { padding: 0 10% }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 2.55rem; margin-bottom: 16px; }
  .banner-1-txt p { font-size: 1.0625rem; padding: 0; margin-bottom: 25px; }
  .banner-2-txt p { font-size: 1.1875rem; padding: 0 5%; margin-bottom: 25px; }

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

}


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

  .btn { font-size: 1.0625rem; padding: 0.75rem 2.3rem; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.95rem; }
  .section-title p { font-size: 1.0625rem; padding: 0; margin-top: 12px; }

  #hero { padding-top: 80px; padding-bottom: 80px; }
  .hero-txt { padding: 0; }
  .hero-txt h2 { font-size: 2.125rem; margin-bottom: 18px; }
  .hero-txt p.p-lg { font-size: 1.0625rem; padding: 0 2%; margin-bottom: 25px; }
  .hero-img { display: none; }

  #features { padding-top: 70px; padding-bottom: 30px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4rem; }
  .fbox h5 { font-size: 1.4rem; margin-top: 15px; margin-bottom: 10px; }
  .fbox p { font-size: 1.0625rem; padding: 0 8%; } 

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

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

  #banner-2 { padding-top: 70px; padding-bottom: 80px; }
  .banner-1-txt { padding: 0 2% }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 1.95rem; margin-bottom: 16px; }
  .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-1-img { margin-top: 40px; }

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

}


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

  .btn { font-size: 1.0625rem; padding: 0.75rem 2.2rem; }
  .section-title { margin-bottom: 40px; }
  .section-title h2 { font-size: 1.95rem; }
  .section-title p { font-size: 1.0625rem; padding: 0 2%; margin-top: 12px; }

  #hero { padding-top: 80px; padding-bottom: 80px; }
  .hero-txt { padding: 0; }
  .hero-txt h2 { font-size: 2.05rem; margin-bottom: 20px; }
  .hero-txt p.p-lg { font-size: 1.0625rem; margin-bottom: 24px; }
  .hero-img { display: none; }

  #features { padding-top: 80px; padding-bottom: 30px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4rem; }
  .fbox h5 { font-size: 1.4rem; margin-top: 15px; margin-bottom: 10px; }
  .fbox p { font-size: 1.0625rem; padding: 0 7%; } 

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

  #i-pages { padding-top: 60px; padding-bottom: 40px; }

  #banner-2 { padding-top: 70px; padding-bottom: 80px; }
  .banner-1-txt { padding: 0 2%; }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 1.95rem; margin-bottom: 16px; }
  .banner-1-txt p { font-size: 1.0625rem; padding: 0; margin-bottom: 25px; }
  .banner-2-txt p { font-size: 1.0625rem; padding: 0 1%; margin-bottom: 25px; }
  .banner-1-img { margin-top: 40px; }

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

}


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

  .btn { font-size: 0.935rem; padding: 0.75rem 2.15rem; }
  .section-title { margin-bottom: 38px; }
  .section-title h2 { font-size: 1.75rem; }
  .section-title p { font-size: 1rem; padding: 0 2%; margin-top: 12px; }

  #hero { padding-top: 80px; padding-bottom: 80px }
  .hero-txt { padding: 0; }
  .hero-txt h2 { font-size: 1.95rem; margin-bottom: 20px; }
  .hero-txt p.p-lg { font-size: 1rem; margin-bottom: 22px; }
  .hero-img { display: none; }

  #features { padding-top: 70px; padding-bottom: 30px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 3.75rem; }
  .fbox h5 { font-size: 1.3rem; margin-top: 15px; margin-bottom: 10px; }
  .fbox p { font-size: 1rem; padding: 0 6%; } 

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

  #i-pages { padding-top: 60px; padding-bottom: 40px; }

  #banner-2 { padding-top: 70px; padding-bottom: 80px; }
  .banner-1-txt { padding: 0 3%; }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 1.75rem; margin-bottom: 16px; }
  .banner-1-txt p { font-size: 1rem; padding: 0; margin-bottom: 25px; }
  .banner-2-txt p { font-size: 1rem; padding: 0 1%; margin-bottom: 25px; }
  .banner-1-img { margin-top: 40px; }

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

}


@media (max-width: 320.95px) { 

  .btn { font-size: 0.935rem; padding: 0.75rem 1.9rem; }
  .section-title { margin-bottom: 30px; }
  .section-title h2 { font-size: 1.55rem; }
  .section-title p { font-size: 0.9rem; padding: 0 2%; margin-top: 12px; }

  #hero { padding-top: 80px; padding-bottom: 80px; }
  .hero-txt { padding: 0; }
  .hero-txt h2 { font-size: 1.75rem; margin-bottom: 15px; }
  .hero-txt p.p-lg { font-size: 0.9rem; margin-bottom: 18px; }
  .hero-img { display: none; }

  #features { padding-top: 70px; padding-bottom: 30px; }
  .ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 3.75rem; }
  .fbox h5 { font-size: 1.3rem; margin-top: 15px; margin-bottom: 10px; }
  .fbox p { font-size: 0.95rem; padding: 0 5%; } 

  #select { padding-top: 70px; padding-bottom: 40px; }
  #select .col-lg-4, #i-pages .col-lg-4 { margin-bottom: 40px; }
  .select_link h4 { font-size: 1.375rem; margin-top: 35px; }

  #i-pages { padding-top: 60px; padding-bottom: 40px; }

  #banner-1 { padding-top: 70px; }
  #banner-2 { padding-top: 70px; padding-bottom: 75px; }
  .banner-1-txt { padding: 0 3%; }
  .banner-1-txt h2, .banner-2-txt h2 { font-size: 1.55rem; margin-bottom: 14px; }
  .banner-1-txt p { font-size: 0.9rem; padding: 0; margin-bottom: 20px; }
  .banner-2-txt p { font-size: 0.9rem; padding: 0; margin-bottom: 20px; }
  .banner-1-img { margin-top: 35px; }

  .footer { padding-top: 50px; padding-bottom: 35px; }
  .footer p { font-size: 0.9rem; margin-bottom: 8px; }

}

