html {
  font-size: 62.5%; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.navbar {
  font-size: 1.6rem;
  background-color: #e74c3c;
  color: #fff;
  text-transform: uppercase; }
  .navbar-brand {
    font-size: 1.6rem;
    color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.5rem; }

.jumbotron {
  background-color: #192a56; }
  .jumbotron .heading-primary {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 3rem; }
  .jumbotron .nav-pills .nav-link.active, .jumbotron .nav-pills .show > .nav-link {
    background-color: #e67e22; }
  .jumbotron .nav {
    background-color: #fff; }
    .jumbotron .nav-item {
      font-size: 1.6rem;
      text-align: center; }
      .jumbotron .nav-item .nav-link {
        border-radius: 0; }
  .jumbotron .qr-form {
    background-color: #fff;
    margin-bottom: 2rem; }

.form {
  padding: 2rem; }
  .form label {
    color: #777;
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  .form .url-input {
    height: 5rem;
    border-radius: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .form .contact-input {
    height: 4rem;
    border-radius: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .form textarea {
    margin-bottom: 1.5rem;
    font-size: 1.6rem; }
  .form .btn {
    font-size: 1.6rem; }

.qr-result {
  padding: 2rem;
  background-color: #fff;
  z-index: 10;
  min-height: 33.8rem;
  text-align: center; }
  .qr-result-image {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto; }
  .qr-result .btn {
    font-size: 1.6rem;
    width: 100%;
    height: 5rem; }

.alert {
  border-radius: 0;
  font-size: 1.6rem; }

.hide-err {
  display: none; }

.show-err {
  display: block; }

.loader-box {
  position: relative;
  z-index: 11; }

.loader-image {
  width: 12rem;
  position: absolute;
  left: 11rem;
  top: 8rem; }

.section-heading {
  font-size: 3.5rem;
  margin-bottom: 4rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700; }
  .section-heading-three {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem; }

.section-about {
  padding: 5rem 10rem; }
  .section-about-paragraph {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  .section-about-image {
    width: 25.6rem;
    display: block;
    margin: 0 auto; }
  .section-about-button {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }
/* Features Section */
.section-features {
  padding: 5rem 10rem;
  background-image: linear-gradient(to right bottom, rgba(231, 76, 60, 0.8), rgba(52, 152, 219, 0.7)), url(../img/bg-section.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  background-repeat: no-repeat; }
  .section-features-col {
    margin-bottom: 2rem; }
  .section-features-bottom {
    text-align: center; }
    .section-features-bottom-btn {
      text-transform: uppercase;
      font-size: 1.6rem;
      padding: 2rem 5rem;
      border-radius: 3px;
      background-color: rgba(255, 255, 255, 0.8);
      color: #777;
      font-weight: 300;
      box-shadow: 0rem 1.5rem 4rem rgba(0, 0, 0, 0.2); }

.features-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  margin-bottom: 2.5rem;
  color: #777;
  height: 300px;
  transition: all .2s; }
  .features-box-heading {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 300;
    text-transform: uppercase; }
  .features-box-text {
    font-weight: 300; }
  .features-box-icon {
    font-size: 10rem;
    margin-bottom: 3rem;
    display: inline-block;
    background-image: linear-gradient(to right bottom, #e74c3c, #3498db);
    -webkit-background-clip: text;
    color: transparent; }
  .features-box:hover {
    transform: translateY(-1rem);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4); }

.ad {
  padding: 5rem 10rem; }
  .ad-bottom {
    margin: 0 auto;
    height: 9rem;
    widows: 12.8rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4); }

.bg-gray {
  background-color: #eee; }

.into-col {
  margin-bottom: 4rem; }
  .into-col:not(:first-child) {
    margin-top: 4rem; }

.icon-color-1 {
  color: #e74c3c; }

.icon-color-2 {
  color: #3498db; }

.icon-color-3 {
  color: #e67e22; }

.footer {
  margin-top: 2rem;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #192a56; }
  .footer a:link, .footer a:visited {
    color: #fff; }

.article {
  padding: 2rem;
  font-size: 1.6rem; }
  .article-text:not(:last-child) {
    margin-bottom: 2rem; }
  .article-heading-h2 {
    margin-bottom: 2rem; }

/* ******************************
Social Section
****************************** */
.social-section{
    padding:50px 100px;
}
.social-icon{
    width: 64px;
    transition: all .4s;
}
.social-icon:hover{
    transform: rotate(360deg);
}
.social-icon-link,.social-icon-link:hover{
    text-decoration: none;
    
}
.footer{
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.footer a, .footer a:visited{
    color:#ffff;
}
.bg-gray{
    background-color: #192a56;
    margin-top: 40px;
}
.div-center{
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

/* Ad Style */
.ad-header {
  margin: 0 auto;
  max-width: 728px;
  background: #eee;
  height: auto;
}
.ad-img{
  width: 100%;
}
.top-10{
  margin-top: 20px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .section-about {
    padding: 4rem; }
    .section-about-image {
      display: block;
      margin: 0 auto; }
  .section-features {
    padding: 4rem; }
    .section-features-bottom-btn {
      padding: 2rem;
      font-size: 1.1rem; } }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .section-features {
    padding: 4rem; }
    .section-features-bottom-btn {
      padding: 2rem; } 
    
  
}
/* Tablet and Mobile*/
@media screen and (max-width: 768px) {
  .jumbotron .heading-primary{
    font-size: 2rem;
  }
  .social-section{
    padding: 30px;
}
.social-icon{
    width: 34px;
}
.footer{
  font-size: 1.2rem;
}
}