/*
------------- Table of content ----------------

Template Name: uspavenetwork Responsive  HTML5 Template
Template URI: http://uspavenetwork.com
Description: uspavenetwork Responsive  HTML5 Template
Author: Gobinda Sarkar
Author URI: http://uspavenetwork.com
Version: 1.0

---------------------- common content ----------
1.body reset content
#.header area
#.butotn
#.footer-area
#.hero-banner
#.callto-action
#.section-header
#.network-area
#.certified-area
#.application-area



*/
:root {
  font-size: 62.5%;
  --primary-color: #005DA8;
  --hover-color: #007dca;
  --secondary-color: #F77A18;
  --secondary-hover-color: #fba322;
  --bColor: #2D2D2D;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section {
  padding: 6rem 0;
}

.section-top {
  padding: 6rem 0 0;
}

.section-bottom {
  padding: 0 0 6rem 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px  0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 1000;
  border-radius: 5px;
}

#scrollUp:hover {
  background: var(--hover-color);
}

/*-------------------------
#.header area
--------------------------*/
.header-area .top-bar {
  padding: .7rem 0;
  text-align: center;
  background-color: var(--primary-color);
}

.header-area .top-bar p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
}

.header-area .top-bar p span {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF3600;
}

.header-area .header-bottom {
  padding: 1rem 0;
  background-color: var(--white);
}

.header-area .header-bottom .brand-logo {
  display: inline-block;
  max-width: 20rem;
}

@media (max-width: 575px) {
  .header-area .top-bar p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .header-area .header-bottom {
    text-align: center;
  }
  .header-area .header-bottom .brand-logo {
    margin-bottom: 2rem;
  }
}

/*-------------------------
#.butotn
--------------------------*/
.primary-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: .3rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.primary-btn:hover {
  color: var(--white);
  background-color: var(--hover-color);
}

.applay-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 10px;
  border-bottom: solid 5px #712303;
  background-color: #f77a18;
  color: var(--white);
  text-align: center;
  max-width: 58rem;
  -webkit-animation: rocking 2s infinite;
          animation: rocking 2s infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: .2s;
  transition: .2s;
}

.applay-btn.btn-lg {
  max-width: 64rem;
}

.applay-btn .btn-title {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.applay-btn .btn-sub-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: capitalize;
}

.applay-btn span {
  display: block;
}

.applay-btn:hover {
  color: var(--white);
  background-color: rgba(247, 122, 24, 0.9);
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes rocking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rocking {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 575px) {
  .applay-btn .btn-title {
    font-size: 1.6rem;
  }
  .applay-btn .btn-sub-title {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

/*-------------------------
#.footer-area
--------------------------*/
.footer-area {
  padding: 2rem 0;
  background-color: #636363;
  border-top: 1rem solid #434343;
}

.footer-area .footer-brand-logo {
  display: inline-block;
  max-width: 14.5rem;
}

.footer-area .copyright-text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--white);
}

.footer-area .social-media {
  margin: 3rem 0;
  padding: 0;
}

.footer-area .social-media li {
  display: inline-block;
  list-style: none;
  margin: 0 2rem;
}

.footer-area .social-media li:first-child {
  margin-left: 0;
}

.footer-area .social-media li:last-child {
  margin-right: 0;
}

.footer-area .social-media li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #AAAAAB;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.footer-area .social-media li a:hover {
  color: var(--white);
  background: var(--hover-color);
}

.nodoBadge {
  position: fixed;
  width: 164px;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

@media (max-width: 480px) {
  .footer-area .social-media li {
    margin: 0 .5rem;
  }
}

/*-------------------------
#.hero-banner
--------------------------*/
.hero-banner-v2 {
  padding: 4.8rem 0;
  background: url("../images/hero-bg-home.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

.hero-banner-v2 .top-sub-title {
  font-size: 3.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: underline;
}

.hero-banner-v2 .banner-title {
  font-size: 8.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #A5BFD8;
}

.hero-banner-v2 .sub-title {
  margin-bottom: 1.5rem;
  font-size: 4.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
}

.hero-banner-v2 .banner-content {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

.hero-banner-v2 .banner-bottom-content .bottom-title {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #A5BFD8;
}

.hero-banner-v2 .banner-bottom-content .bottom-content {
  margin-bottom: 4.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  color: var(--white);
  font-style: italic;
}

.hero-banner-v2 .banner-bottom-content .applay-title {
  position: relative;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #FFE300;
}

.hero-banner-v2 .banner-bottom-content .applay-title::before {
  content: url("../images/left_arrow.png");
  position: absolute;
  left: 150px;
  bottom: -90px;
}

.hero-banner-v2 .banner-bottom-content .applay-title::after {
  content: url("../images/right_arrow.png");
  position: absolute;
  right: 150px;
  bottom: -90px;
}

@media (max-width: 1199px) {
  .hero-banner-v2 .banner-bottom-content .applay-title::before {
    left: 80px;
  }
  .hero-banner-v2 .banner-bottom-content .applay-title::after {
    right: 80px;
  }
}

@media (max-width: 991px) {
  .hero-banner-v2 .banner-bottom-content .applay-title::before {
    left: -20px;
  }
  .hero-banner-v2 .banner-bottom-content .applay-title::after {
    right: -20px;
  }
}

@media (max-width: 767px) {
  .hero-banner-v2 .banner-title {
    font-size: 6.2rem;
  }
  .hero-banner-v2 .top-sub-title {
    font-size: 2.6rem;
  }
  .hero-banner-v2 .sub-title {
    font-size: 3.6rem;
  }
  .hero-banner-v2 .banner-content {
    width: 100%;
    font-size: 2rem;
  }
  .hero-banner-v2 .banner-bottom-content .applay-title {
    font-size: 2.8rem;
  }
  .hero-banner-v2 .banner-bottom-content .applay-title::before {
    display: none;
  }
  .hero-banner-v2 .banner-bottom-content .applay-title::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-banner-v2 .top-sub-title {
    font-size: 1.4rem;
  }
  .hero-banner-v2 .banner-title {
    font-size: 4.2rem;
  }
  .hero-banner-v2 .sub-title {
    font-size: 2.6rem;
  }
  .hero-banner-v2 .banner-bottom-content .bottom-title {
    font-size: 3rem;
  }
  .hero-banner-v2 .banner-bottom-content .bottom-content {
    font-size: 1.6rem;
  }
  .hero-banner-v2 .banner-bottom-content .applay-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 375px) {
  .hero-banner-v2 .banner-title {
    font-size: 4rem;
  }
}

/*-------------------------
#.hero-banner
--------------------------*/
.hero-banner-v3 {
  padding: 4.8rem 0;
  background: url("../images/hero-bg-home.jpg") no-repeat center/cover;
  background-attachment: fixed;
}

.hero-banner-v3 .top-sub-title {
  font-size: 3.4rem;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--white);
}

.hero-banner-v3 .top-sub-title strong {
  font-weight: 700;
  text-transform: uppercase;
}

.hero-banner-v3 .banner-title {
  margin-bottom: 1rem;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #A5BFD8;
}

.hero-banner-v3 .sub-title {
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
}

.hero-banner-v3 .feature-area {
  margin-top: 3rem;
}

.hero-banner-v3 .feature-area h3 {
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
}

.hero-banner-v3 .feature-area .feature-list {
  margin: 0;
  padding: 0;
}

.hero-banner-v3 .feature-area .feature-list li {
  display: block;
  margin-bottom: 0;
  padding: 1rem 0;
  list-style: none;
  padding-left: 60px;
  background-image: url("../images/red_arrow.png");
  background-repeat: no-repeat;
  background-position: 7px 9px;
  font-size: 2.2rem;
  line-height: 3.1rem;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--white);
}

@media (max-width: 767px) {
  .hero-banner-v3 .top-sub-title {
    font-size: 3.2rem;
  }
  .hero-banner-v3 .banner-title {
    font-size: 6.2rem;
  }
  .hero-banner-v3 .sub-title {
    font-size: 3.6rem;
  }
  .hero-banner-v3 .feature-area h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .hero-banner-v3 .top-sub-title {
    font-size: 3rem;
  }
  .hero-banner-v3 .banner-title {
    font-size: 4.2rem;
  }
  .hero-banner-v3 .sub-title {
    font-size: 2.6rem;
  }
  .hero-banner-v3 .feature-area h3 {
    font-size: 1.6rem;
  }
  .hero-banner-v3 .feature-area .feature-list li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media (max-width: 375px) {
  .hero-banner-v3 .banner-title {
    font-size: 4rem;
  }
}

/*-------------------------
#.hero-banner
--------------------------*/
.hero-banner {
  padding: 4.8rem 0;
  background: url("../images/hero-bg-home.jpg") no-repeat center/cover;
  background-attachment: fixed;
  border-bottom: 60px solid #005DA8;
}

.hero-banner .top-sub-title {
  font-size: 3.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: underline;
}

.hero-banner .banner-title {
  font-size: 8.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #A5BFD8;
}

.hero-banner .sub-title {
  margin-bottom: 1.5rem;
  font-size: 4.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
}

.hero-banner .banner-content {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: var(--white);
  border-bottom: 1px solid var(--white);
}

@media (max-width: 767px) {
  .hero-banner .banner-title {
    font-size: 6.2rem;
  }
  .hero-banner .top-sub-title {
    font-size: 2.6rem;
  }
  .hero-banner .sub-title {
    font-size: 3.6rem;
  }
  .hero-banner .banner-content {
    width: 100%;
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .hero-banner .top-sub-title {
    font-size: 1.4rem;
  }
  .hero-banner .banner-title {
    font-size: 4.2rem;
  }
  .hero-banner .sub-title {
    font-size: 2.6rem;
  }
}

@media (max-width: 375px) {
  .hero-banner .banner-title {
    font-size: 4rem;
  }
}

/*-------------------------
#.callto-action
--------------------------*/
.callto-action {
  background-color: var(--primary-color);
}

.callto-action h2 {
  margin-bottom: 1.5rem;
  font-size: 4.2rem;
  line-height: 5.4rem;
  font-weight: 800;
  color: var(--white);
}

.callto-action h3 {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: var(--white);
}

@media (max-width: 991px) {
  .callto-action h3 {
    font-size: 2rem;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  .callto-action h2 {
    font-size: 3.6rem;
    line-height: 1.4;
  }
}

/*-------------------------
#.section-header
--------------------------*/
.section-header {
  margin-bottom: 4rem;
}

.section-header .top-sub {
  font-size: 2.6rem;
  line-height: 3.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2B2B2B;
}

.section-header .title {
  margin-bottom: 1.5rem;
  font-size: 5.5rem;
  line-height: 7rem;
  font-weight: 800;
  color: var(--primary-color);
}

.section-header .sub-title {
  padding: .3rem;
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  background-image: url("../images/divider_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

/*-------------------------
#.network-area
--------------------------*/
.network-area {
  background-color: #E1E1E1;
}

.network-area .feature-network ul {
  margin: 0;
  padding: 0;
}

.network-area .feature-network ul li {
  margin-bottom: 1rem;
  padding: 1rem;
  padding-left: 8rem;
  list-style: none;
  background-color: var(--white);
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #2B2B2B;
  background: url("../images/red_arrow.png") #ffffff;
  background-repeat: no-repeat;
  background-position: 20px 10px;
}

.network-area .feature-network ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-header .title {
    font-size: 5rem;
    line-height: 1;
  }
  .section-header .sub-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 575px) {
  .section-header .top-sub {
    font-size: 2.2rem;
    line-height: 1;
  }
  .section-header .title {
    font-size: 3.6rem;
  }
  .section-header .sub-title {
    font-size: 2rem;
  }
  .network-area .feature-network ul li {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

/*-------------------------
#.certified-area
--------------------------*/
.certified-area .certified-top {
  margin-bottom: 3.5rem;
}

.certified-area .certified-top .title {
  margin: 0;
  font-size: 5.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary-color);
}

.certified-area .certified-info p {
  margin-bottom: 3rem;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #2D2D2D;
}

.certified-area .certified-info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .certified-area .certified-top .title {
    font-size: 3.6rem;
    line-height: 1;
  }
  .certified-area .certified-info p {
    font-size: 1.8rem;
  }
}

/*-------------------------
#.application-area
--------------------------*/
.application-area .application-title {
  margin-bottom: 3.5rem;
  font-size: 7.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #005DA8;
}

.application-area .application-form .form-inner-title {
  margin: 1.5rem 0 3.5rem 0;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 400;
  color: #2D2D2D;
  text-align: center;
}

.application-area .application-form .form-group {
  margin-bottom: 2rem;
}

.application-area .application-form .form-group label {
  margin-bottom: .5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #2D2D2D;
}

.application-area .application-form .form-group .form-control {
  width: 100%;
  height: 5.5rem;
  background-color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
  padding: 12px 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95);
          box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95);
  border-radius: .3rem;
}

.application-area .application-form .form-group .form-control:focus {
  border-color: var(--primary-color);
}

.application-area .application-form .form-group .comment-box {
  height: 180px;
}

.application-area .application-form .form-group.form-check .form-check-input {
  width: 2rem;
  height: 2rem;
}

.application-area .application-form .form-group.form-check .form-check-label {
  padding-left: 2rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #2D2D2D;
}

.application-area .application-form .form-bottom {
  margin-top: 4rem;
}

.application-area .application-form .form-btn {
  display: inline-block;
  padding: 1rem 4rem;
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  border-radius: .3rem;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.application-area .application-form .form-btn:hover {
  background-color: var(--hover-color);
  color: var(--white);
}

@media (max-width: 991px) {
  .application-area .application-title {
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .application-area .application-title {
    font-size: 4.6rem;
  }
}

@media (max-width: 575px) {
  .application-area .application-title {
    font-size: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */