@charset "UTF-8";
/* Template Name: Stabig - Responsive Landing Page Template
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2020
   File Description: Main Css file of the template
*/
/**********************
01.General

***********************/
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap"); */
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
  }
  

  @font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
  } 

body {
  font-family: 'Myriad Pro';
  color: #263b5e;
  background: #ffffff;
  line-height: 1.6;
  font-size: 14.4px; 
  overflow-x: hidden;
}

html {
  scroll-padding-top: 66px; }

a {
  text-decoration: none !important;
  outline: none; }

p {
  margin-bottom: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Myriad Pro Bold'; 
  color: #0a0d5f; 
  font-weight: 800;
}

.row > * {
  position: relative; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
    #tns1 > .tns-item{
      padding-right: 0px !important;
    }
    .tns-outer .tns-nav{
      margin-top: 0px !important;
    }
    #tns1-iw{
      margin: 0px !important;
    }
.text-primary {
  color: #0a0d5f !important; }

.bg-primary {
  background-color: #f9f9fd !important; }

.text-secondary {
  color: #6c757d !important; }

.bg-secondary {
  background-color: #f9f9fd !important; }

.text-success {
  color: #1bbc9d !important; }

.bg-success {
  background-color: #f9f9fd !important; }

.text-info {
  color: #5c63ab !important; }

.bg-info {
  background-color: #f9f9fd !important; }

.text-warning {
  color: #fbb70b !important; }

.bg-warning {
  background-color: #f9f9fd !important; }

.text-danger {
  color: #db504b !important; }

.bg-danger {
  background-color: #f9f9fd !important; }

.text-dark {
  color: #263b5e !important; }

.bg-dark {
  background-color: #f9f9fd !important; }

.text-light {
  color: #f9f9fd !important; }

.bg-light {
  background-color: #f9f9fd !important; }

.text-muted {
  color: #a5a5bf !important; }

.bg-muted {
  background-color: #f9f9fd !important; }

/* KEYFRAMES */
.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-17 {
  font-size: 17px; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.fs-20 {
  font-size: 20px; }

.fs-21 {
  font-size: 21px; }

.fs-22 {
  font-size: 22px; }

.fs-23 {
  font-size: 23px; }

.fs-24 {
  font-size: 24px; }

.fw-medium {
  font-weight: 500; }

.fw-semibold {
  font-weight: 600; }

.icon {
  position: relative;
  top: -2px; }

.icon-xxl {
  height: 48px;
  width: 48px; }

.icon-xl {
  height: 38px;
  width: 38px; }

.icon-lg {
  height: 34px;
  width: 34px; }

.icon-sm {
  height: 24px;
  width: 24px; }

.icon-xs {
  height: 18px;
  width: 18px; }

.icon-xxs {
  height: 15px;
  width: 15px; }

.sw-1_5 {
  stroke-width: 1.5px; }

.sw-1 {
  stroke-width: 1px; }

.border {
  border: 1px solid #f1f1f1 !important; }

.shadow {
  box-shadow: 0px 0px 12px 8px rgba(31, 27, 81, 0.05) !important; }

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.65);
  width: 100%;
  height: 100%; }

.app-program .carousel-inner {
  max-width: 250px; }

.section {
  padding: 100px 0px 100px;
  position: relative; }

.service-section {
  padding: 0px 0px 100px; }

.img-container {
  max-width: 120%;
  position: relative;
  margin-left: -40%; }

.img-container-about {
  max-width: 200px;
  width: 100%; }
.top-logo img{
  margin-bottom: 20px;
  width: 250px;
}
.hover_group{
  position: absolute;
  z-index: 1090;
}
/*.top-logo{
  margin-top: 40px;
}*/
.tns-outer .tns-nav{
  display: none;
}
.book-program-p{
  font-size: 18px;
}
.coupon-book {
  position: absolute;
  left: -179px;
  bottom: -260px; }

.coupon-book h4 {
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 60px; }

.coupon-book img {
  max-width: 200px; }

.coupon-cell {
  position: absolute;
  bottom: -195px;
  left: -32px;
  max-width: 130px; }

.coupon-cell h4 {
  font-size: 18px;
  text-transform: uppercase; }

.coupon-app {
  position: absolute;
  left: 4px;
  bottom: -95px;
  max-width: 170px; }

.coupon-flag img {
  position: absolute;
  max-width: 165px;
  bottom: 3px;
  left: 175px; }

.coupon-app h4 {
  font-size: 18px;
  text-transform: uppercase; }

.college-app {
  margin-bottom: 20px; }
  .college-app h5 {
    margin-bottom: 4px; }

.marketing-ideas {
  padding: 50px 0px; }

.marketing-ideas h4 {
  font-size: 38px; }

.service-section-2 {
  padding: 70px 0px; }
  .service-section-2 .text-section {
    margin-bottom: 20px; }
.college-coupons-link{
  padding: 50px 0px;
}
.marketing-ideas h4{
  -webkit-text-stroke:1px #fff;
}
.app-attack-section{
  background-color: #77BAEB;
  padding: 80px 0px;
  width: 100%;
  float: left;
}
.attack-content h3{
color: #1326F3;
}
.app-attack-section h2 span{
    color: #FC1C32;
    margin-left: 10px;
}
.blue-text{
  color: #1326F3;
  -webkit-text-stroke:1.5px #0a0d5f;
  display: flex;
  justify-content: center;
  font-size: 42px;
  font-style: italic;
}
.text-black{
  color: #000;
  font-size: 40px;
}
.blue-text p{
  transform:rotate(21deg);
  margin-top:2px;
  margin-left: 4px;
}
.app-attack-section .title-attack{
-webkit-text-stroke: 1px #0a0d5f;
color: #FC1C32;
font-size: 40px;
font-style: italic;
font-family: 'Myriad Pro Bold';
}
.app-attack-section .attack-content{
  margin-bottom: 25px;
}
.app-attack-section .attack-content h3 span{
  color: #FC1C32;
}
.app-attack-section .attack-content p{
  font-size: 18px;
  margin-bottom: 10px;
}
.top-free-logo img{
  max-width: 480px;
  margin-top: 30px;
  width: 100%;
}
.app-attack-section .attack-content ul li{
  font-size: 18px;
}
.footer{
  width: 100%;
  float: left;
}
.footer p {
  color: #fff;
  font-size: 16px; }
  .footer p a {
    color: #fff;
    font-size: 16px; }
.footer .list-title h6, .footer .download-text h6 {
  font-size: 20px; }

.footer a img {
  max-width: 100px;
  margin-bottom: 20px; }

.app-attack .app-attack-content h5 {
  font-weight: 400; }
.app-attack .app-attack-content .single-section {
  margin-bottom: 25px; }

.app-logo-section {
  padding: 70px 0px; }
  .app-logo-section .signle-coupon h4 {
    font-size: 20px;
    padding: 0px 50px;
    margin-bottom: 20px; }
  .app-logo-section .signle-book-img img {
    max-width: 220px; }
  .app-logo-section .single-app-img img {
    max-width: 180px; }
  .app-logo-section .single-cell-img img {
    max-width: 120px; }

.company-develop {
  padding: 50px 0px;
  text-align: center; }
  .company-develop p {
    font-size: 20px; }

.animation-main {
  width: 100%;
  background-color: #23cdfe; 
overflow: hidden;}
  .animation-main .flag-animation {
    width: 100%;
    position: relative; }
    .animation-main .flag-animation .flag-section {
      position: absolute;
      top: 6px;
      right: 82px; }
      .animation-main .flag-animation .flag-section img {
        max-width: 140px; }
.clouds {
/**/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

[class^="cloud-"] {
  position: absolute;
  right: 120%;
  width: 210px;
  height: 110px;
  background: #fff;
  -webkit-border-radius: 200px;
          border-radius: 200px;
}

[class^="cloud-"]:before,
[class^="cloud-"]:after {
  content: '';
  position: absolute;
  top: -15px;
  left: 10px; 
  width: 100px;
  height: 80px;
  background: #fff;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transform: rotate(30deg);
     -moz-transform: rotate(30deg);
          transform: rotate(30deg);
}

[class^="cloud-"]:after {
  top: -55px;
  left: auto;
  right: 15px;
  width: 120px;
  height: 120px;
}

.cloud-1 {
  top: 70px;
  -webkit-animation: moveclouds 30s linear infinite;
     -moz-animation: moveclouds 30s linear infinite;
       -o-animation: moveclouds 30s linear infinite;
          animation: moveclouds 30s linear infinite;
          pointer-events: none;
}

.cloud-2 {
  top: 100px;
  opacity: 0.8;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-animation: moveclouds 45s linear infinite;
     -moz-animation: moveclouds 45s linear infinite;
       -o-animation: moveclouds 45s linear infinite;
          animation: moveclouds 45s linear infinite;
  -webkit-animation-delay: 5s;
     -moz-animation-delay: 5s;
          animation-delay: 5s;
          pointer-events: none;
}

.cloud-3 {
  top: 150px;
  opacity: 0.6;
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation: moveclouds 40s linear infinite;
     -moz-animation: moveclouds 40s linear infinite;
       -o-animation: moveclouds 40s linear infinite;
          animation: moveclouds 40s linear infinite;
          pointer-events: none;
}

.cloud-4 {
  top: 200px;
  opacity: 0.75;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-animation: moveclouds 26s linear infinite;
     -moz-animation: moveclouds 26s linear infinite;
       -o-animation: moveclouds 26s linear infinite;
          animation: moveclouds 26s linear infinite;
  -webkit-animation-delay: 8s;
     -moz-animation-delay: 8s;
          animation-delay: 8s;
          pointer-events: none;
}

@-webkit-keyframes moveclouds {
  0%   { left : -20%; }
  100% { left: 120%; }
}
@-moz-keyframes moveclouds {
  0%   { left: -20%; }
  100% { left: 120%; }
}
@-o-keyframes moveclouds {
  0%   { left: -20%; }
  100% { left: 120%; }
}
.baaner-img {
  padding: 70px 0px; }
.about-slider .tns-nav{
  display: none;
}
@media (max-width: 1024px) {
  .img-container {
    max-width: 90%;
    position: relative;
    margin-left: 0; } }
@media (max-width: 768px) {
  .img-container {
    max-width: 100%;
    position: relative;
    margin-left: 0; } }
/* button */
.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: none !important;
  letter-spacing: 1px; }
  .btn:focus, .btn:hover {
    box-shadow: none !important; }
  .btn.btn-sm {
    padding: 8px 16px;
    font-size: 13px; }

.btn-primary {
  background-color: #0a0d5f;
  border: 1px solid #0a0d5f !important;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: transparent !important;
    color: #0a0d5f !important; }

.btn-outline-primary {
  background-color: transparent !important;
  border: 1px solid #0a0d5f !important;
  color: #0a0d5f !important; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-secondary {
  background-color: #6c757d;
  border: 1px solid #6c757d !important;
  color: #ffffff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background-color: transparent !important;
    color: #6c757d !important; }

.btn-outline-secondary {
  background-color: transparent !important;
  border: 1px solid #6c757d !important;
  color: #0a0d5f !important; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-success {
  background-color: #1bbc9d;
  border: 1px solid #1bbc9d !important;
  color: #ffffff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: transparent !important;
    color: #1bbc9d !important; }

.btn-outline-success {
  background-color: transparent !important;
  border: 1px solid #1bbc9d !important;
  color: #0a0d5f !important; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-info {
  background-color: #5c63ab;
  border: 1px solid #5c63ab !important;
  color: #ffffff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: transparent !important;
    color: #5c63ab !important; }

.btn-outline-info {
  background-color: transparent !important;
  border: 1px solid #5c63ab !important;
  color: #0a0d5f !important; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-warning {
  background-color: #fbb70b;
  border: 1px solid #fbb70b !important;
  color: #ffffff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: transparent !important;
    color: #fbb70b !important; }

.btn-outline-warning {
  background-color: transparent !important;
  border: 1px solid #fbb70b !important;
  color: #0a0d5f !important; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-danger {
  background-color: #db504b;
  border: 1px solid #db504b !important;
  color: #ffffff; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: transparent !important;
    color: #db504b !important; }

.btn-outline-danger {
  background-color: transparent !important;
  border: 1px solid #db504b !important;
  color: #0a0d5f !important; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-dark {
  background-color: #263b5e;
  border: 1px solid #263b5e !important;
  color: #ffffff; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    background-color: transparent !important;
    color: #263b5e !important; }

.btn-outline-dark {
  background-color: transparent !important;
  border: 1px solid #263b5e !important;
  color: #0a0d5f !important; }
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-light {
  background-color: #f9f9fd;
  border: 1px solid #f9f9fd !important;
  color: #ffffff; }
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
    background-color: transparent !important;
    color: #f9f9fd !important; }

.btn-outline-light {
  background-color: transparent !important;
  border: 1px solid #f9f9fd !important;
  color: #0a0d5f !important; }
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.btn-muted {
  background-color: #a5a5bf;
  border: 1px solid #a5a5bf !important;
  color: #ffffff; }
  .btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active {
    background-color: transparent !important;
    color: #a5a5bf !important; }

.btn-outline-muted {
  background-color: transparent !important;
  border: 1px solid #a5a5bf !important;
  color: #0a0d5f !important; }
  .btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active {
    background-color: #0a0d5f !important;
    color: #ffffff !important; }

.badge-lg {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500; }

.bg-soft-primary {
  background-color: #171dd7;
  color: #0a0d5f; }

.bg-soft-secondary {
  background-color: #b2b7bc;
  color: #6c757d; }

.bg-soft-success {
  background-color: #71ebd3;
  color: #1bbc9d; }

.bg-soft-info {
  background-color: #b4b7d8;
  color: #5c63ab; }

.bg-soft-warning {
  background-color: #fddd8d;
  color: #fbb70b; }

.bg-soft-danger {
  background-color: #f1bbba;
  color: #db504b; }

.bg-soft-dark {
  background-color: #5077b8;
  color: #263b5e; }

.bg-soft-light {
  background-color: white;
  color: #f9f9fd; }

.bg-soft-muted {
  background-color: #f2f2f6;
  color: #a5a5bf; }

.navbar {
  padding: 20px 0px;
  transition: all 0.3s ease-in-out;
  background-color: #0a0d5f; }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #a7a9c0;
    padding-right: 28px;
    font-weight: 500; }
    .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
      color: #ffffff; }
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px !important; }
  .navbar .navbar-toggler {
    padding: 0px;
    border: none; }
    .navbar .navbar-toggler:focus {
      box-shadow: none !important; }
    .navbar .navbar-toggler .navbar-toggle-icon {
      color: #ffffff; }
      .navbar .navbar-toggler .navbar-toggle-icon:focus {
        outline: none; }
  .navbar .navbar-brand .logo-light {
    display: none; }
  .navbar .navbar-brand .logo-dark {
    display: inline-block; }
  .navbar .nav-btn:hover {
    color: #0a0d5f;
    border: 1px solid #0a0d5f;
    background-color: #ffffff !important; }

.navbar-light .navbar-brand .logo-light {
  display: inline-block; }
.navbar-light .navbar-brand .logo-dark {
  display: none; }

.nav-sticky {
  padding: 12px 0px;
  border-bottom: 1px solid #0a0d5f;
  box-shadow: 0px 4px 20px rgba(31, 27, 81, 0.07); }
  .nav-sticky .navbar-nav .nav-item .nav-link {
    color: #a7a9c0; }
    .nav-sticky .navbar-nav .nav-item .nav-link:hover, .nav-sticky .navbar-nav .nav-item .nav-link:active, .nav-sticky .navbar-nav .nav-item .nav-link:focus, .nav-sticky .navbar-nav .nav-item .nav-link.active {
      color: #ffffff; }
  .nav-sticky .navbar-brand .logo-light {
    display: none; }
  .nav-sticky .navbar-brand .logo-dark {
    display: inline-block; }
  .nav-sticky .nav-btn {
    color: #ffffff !important;
    border: 1px solid #0a0d5f;
    background-color: #0a0d5f !important; }
    .nav-sticky .nav-btn:hover {
      color: #0a0d5f !important; }
  .nav-sticky .navbar-toggler {
    padding: 0px; }

.your-app-program{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.your-app-program .ba-img{
    width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.app-content p, .app-content ul li{
  font-size: 22px;
}
.app-content h6{
  font-size: 26px;
  text-decoration: underline;
}
.cell-img img{
max-width: 200px;
}
.market-img, .manage-img, .brodcast-img, .money-img, .student-img{
  margin: 50px 0px;
}
.market-img img{
  max-width: 300px;
}
.manage-img img{
  max-width: 350px;
}
.brodcast-img img{
max-width: 400px;
}
.money-img img{
  max-width: 350px;
}
.student-img img{
  max-width: 340px;
}
@media (max-width: 991px) {
  .navbar {
    padding: 10px 0px;
    box-shadow: 0px 4px 20px rgba(31, 27, 81, 0.07) !important; }
    .navbar .navbar-nav {
      padding: 15px 0px; }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #a7a9c0; }
    .navbar .navbar-brand .logo-light {
      display: none; }
    .navbar .navbar-brand .logo-dark {
      display: inline-block;
      max-width: 60px;
      height: auto; }
    .navbar .navbar-toggler {
      padding: 0px; }
      .navbar .navbar-toggler:focus {
        outline: none !important; } }
.hero-1 {
  height: auto;
  padding: 190px 0px 85px 0px;
  width: 100%; }
  .hero-1 .hero-title {
    font-size: 3.5em;
    font-weight: 400; }
  .hero-1 .banner-inner {
    width: 100%;
    float: left;
    position: relative; }
  .hero-1 .ml11 {
    font-weight: 500 !important;
    font-size: 38px; }
    .hero-1 .ml11 .text-wrapper {
      position: relative;
      display: inline-block; }
      .hero-1 .ml11 .text-wrapper .line {
        opacity: 0;
        position: absolute;
        left: 0;
        height: 100%;
        width: 3px;
        background-color: #263b5e;
        transform-origin: 0 50%;
        display: none; }
      .hero-1 .ml11 .text-wrapper .line1 {
        top: 0;
        left: 0; }
      .hero-1 .ml11 .text-wrapper .letter {
        display: unset;
        line-height: unset; }

.hero-2 {
  padding: 200px 0px 88px; }
  .hero-2 .hero-2-title {
    font-size: 45px;
    line-height: 70px; }
  .hero-2 .subsc .form-control {
    height: 56px;
    color: #ffffff;
    padding-right: 168px;
    border-color: rgba(255, 255, 255, 0.2) !important; }
    .hero-2 .subsc .form-control::placeholder {
      color: #a5a5bf !important; }
  .hero-2 .subsc .hero-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 3; }
  .hero-2 .hero-2-img {
    position: absolute;
    left: 0;
    bottom: 0; }
  .hero-2 .hero-2-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

.hero-3 {
  height: 100vh;
  background-color: #f2f2f2; }
  .hero-3 .hero-3-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 76px; }
  .hero-3 .hero-link li .fb {
    color: #3b5998; }
  .hero-3 .hero-link li .tw {
    color: #00acee; }
  .hero-3 .hero-link li .inst {
    color: #c13566; }
  .hero-3 .hero-link li:hover {
    opacity: 0.5; }
  .hero-3 .hero-3-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }

.hero-4 {
  height: 100vh; }
  .hero-4 .subtitle {
    letter-spacing: 20px; }
  .hero-4 .hero-4-title {
    z-index: 1;
    font-size: 180px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #263b5e; }
  .hero-4 .hero-4-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .hero-4:after {
    content: "";
    background-color: #263b5e;
    width: 100%;
    height: 396px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

.hero-5 {
  height: 100vh; }
  .hero-5 .hero-5-title {
    font-size: 60px; }
  .hero-5 .hero-5-overlay {
    position: absolute;
    top: -70px;
    left: -75px; }
    .hero-5 .hero-5-overlay .mover-img {
      animation: mover 3s infinite alternate; }
@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-12px); } }
  .hero-5 .hero-modal .btn-close {
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .hero-5 .hero-modal video:focus {
    outline: none; }
  .hero-5 .hero-modal:hover .btn-close {
    opacity: 0.5 !important; }
  .hero-5 .play-btn {
    position: relative;
    display: block;
    box-shadow: 0px 0px 25px 3px rgba(38, 59, 94, 0.8); }
    .hero-5 .play-btn:before {
      content: "";
      position: absolute;
      width: 150%;
      height: 150%;
      animation-delay: 0s;
      animation: pulsate1 2s;
      animation-direction: forwards;
      animation-iteration-count: infinite;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(255, 255, 255, 0.8);
      top: -24%;
      left: -24%; }
@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75); }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none; } }
  .hero-5 .hero-5-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

.hero-6 {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0; }
  .hero-6 .hero-6-content {
    z-index: 1; }
  .hero-6 .hero-6-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@media only screen and (max-width: 992px) {
  .app-attack-section{
    padding: 50px 0px !important;
  }
  .app-attack-section .attack-content p{
  font-size: 16px;
}
.app-attack-section .attack-content ul li{
  font-size: 16px;
}
.app-attack-section .attack-content h3{
    font-size: 24px;
}
  .app-content h6{
    font-size: 26px;
  }
  .app-content p, .app-content ul li {
    font-size: 18px;
  }
  .market-img img{
  max-width: unset;
}
.cell-img img{
  max-width: 240px;
}
.manage-img img{
  max-width: unset;
}
.brodcast-img img{
max-width: unset;
}
.money-img img{
  max-width: unset;
}
.student-img img{
  max-width: unset;
}
  .about-us p{
    font-size: 14px;
  }
  .hero-1 {
    padding: 130px 0px 60px 0px; }

  .hero-1 .ml11 {
    font-size: 28px; }

  .marketing-ideas h4 {
    font-size: 28px; }
.top-logo img{
  margin-bottom: 15px;
  width: 115px;
}
  .service-section-2 {
    padding: 60px 0px; }
    .service-section-2 .text-section {
      margin-bottom: 10px; }
    .service-section-2 h2 {
      font-size: 26px;
      margin-bottom: 0px; }

  .footer h3 {
    margin-top: 12px; }
    .footer h3 a {
      font-size: 15px; }
      .footer h3 a img {
        max-width: 90px; }
  .footer .btn-img a .app-store {
    max-width: 130px !important;
    margin-right: 10px !important; }
  .footer .btn-img a .play-store {
    max-width: 130px !important; }
  .footer .download-text h6 {
    font-size: 14px; }

  .section {
    padding: 50px 0px; }

 /* .tns-outer .tns-nav {
    margin-top: 16px !important; }*/

  .section {
    padding: 50px 0px; }
    .section .section-app-program {
      margin-bottom: 0px !important; }
      .section .section-app-program h2 {
        font-size: 26px !important; }
    .section .college-app {
      margin-bottom: 10px; }
      .section .college-app h5 {
        margin-bottom: 0px;
        font-size: 18px; }
        .section .college-app h5 img {
          max-width: 115px !important; }
      .section .college-app p {
        font-size: 14px; }

  .app-logo-section .signle-coupon h4 {
    font-size: 16px;
    padding: 0px;
    margin-bottom: 15px; }
  .app-logo-section .signle-book-img img {
    max-width: 200px; }
  .app-logo-section .single-app-img img {
    max-width: 160px; }
  .app-logo-section .single-cell-img img {
    max-width: 100px; }

  .baaner-img {
    padding: 50px 0px; }

  .animation-main .flag-animation .flag-section {
    top: 3px;
    right: 49px; }
    .animation-main .flag-animation .flag-section img {
      max-width: 90px; } }
   @media (min-width: 992px) and (max-width: 1200px) {
  .animation-main .flag-animation .flag-section{
    right: 66px;
   }
   .animation-main .flag-animation .flag-section{
    max-width: 120px;
   }
  }

@media (min-width: 992px) and (max-width: 1295px) {
  .footer h3 {
    margin-top: 12px; }
    .footer h3 a {
      font-size: 15px; }
      .footer h3 a img {
        max-width: 90px; }
  .footer .btn-img a .app-store {
    max-width: 130px !important;
    margin-right: 10px !important; }
  .footer .btn-img a .play-store {
    max-width: 130px !important; }
  .footer .download-text h6 {
    font-size: 14px; }

  .section {
    padding: 50px 0px; }
    .section .section-app-program h2 {
      font-size: 26px !important; }
    .section .college-app h5 {
      margin-bottom: 0px; }
      .section .college-app h5 img {
        max-width: 115px !important; }

  .bg-animation {
    min-height: 600px; }
    .bg-animation .coupon-flag img {
      max-width: 100px;
      left: 97px; }
    .bg-animation .coupon-app {
      max-width: 100px;
      left: 10px;
      bottom: 80px; }
      .bg-animation .coupon-app h4 {
        font-size: 14px; }
    .bg-animation .coupon-cell {
      max-width: 70px;
      bottom: 23px;
      left: -10px; }
      .bg-animation .coupon-cell h4 {
        font-size: 14px; }
    .bg-animation .coupon-book {
      left: -96px;
      bottom: -16px; }
      .bg-animation .coupon-book img {
        max-width: 120px; }
      .bg-animation .coupon-book h4 {
        font-size: 14px;
        padding: 0px 51px; } }
@media (max-width: 1024px) {
  .hero-1 .hero-img {
    width: 100%; }

  .hero-3 {
    height: auto;
    padding: 120px 0px; }
    .hero-3 .hero-img {
      width: 100%; }

  .hero-4 {
    height: auto;
    padding: 140px 0px; }
    .hero-4:after {
      height: 290px; }

  .hero-5 {
    height: auto;
    padding: 140px 0px 80px; }
    .hero-5 .hero-img {
      width: 100%; }

  .hero-6 {
    height: auto;
    padding: 160px 0px; }
    .hero-6 .hero-6-bg {
      opacity: 0.8; } }
@media (max-width: 767px) {
  
.cloud-1 {
  top: 50px;
  display: none;
}

.cloud-2 {
   display: none;
}

.cloud-3 {
  top: 51px;
}

.cloud-4 {
  top: 100px;
}
[class^="cloud-"] {
  position: absolute;
  right: 120%;
  width: 107px;
  height: 53px;
  background: #fff;
  -webkit-border-radius: 200px;
          border-radius: 200px;
}
[class^="cloud-"]:before,
[class^="cloud-"]:after {
  content: '';
 top: -12px;
  width: 74px;
  height: 63px;
  background: #fff;
  left: 10px;
}

[class^="cloud-"]:after {
  width: 72px;
  height: 86px;
  top: -33px;
  right: 7px;
}

  .app-attack-section .title-attack {
    font-size: 24px;
}
  .top-free-logo img {
    max-width: 230px;
}
.blue-text{
  font-size: 32px;
  margin-bottom: 8px !important;
}
.text-black {
  font-size: 34px;
  margin-bottom: 8px !important; 
}
  .coupon-link{
    margin-bottom: 20px;
  }
    .app-attack-section{
      padding: 30px 0px !important;
    }
   .app-attack-section .attack-content p{
  font-size: 14px;
}
.app-attack-section .attack-content ul li{
  font-size: 14px;
}
.app-attack-section .attack-content h3{
    font-size: 22px;
}
  .cell-img img{
    max-width: unset;
  }
  .app-content h6{
    font-size: 22px;
  }
  .college-coupons-link .coupon-link{
    margin-bottom: 15px !important: 
  }
  .market-img, .manage-img, .brodcast-img, .money-img, .student-img{
    margin: 20px 0px;
  }
  .about-us{
     margin-top: 10px !important;
  }
  .about-us p{
    text-align: center !important;
  }
  .about-us  h2{
     margin-bottom:5px !important;
  }
  .about-slider{
    margin: 15px 0px;
  }
  .hero-1 {
    height: auto;
    padding: 100px 0px 25px 0px; }
    .hero-1 .ml11 {
      font-size: 28px; }

  .hero-2 {
    padding: 130px 0px 88px; }
    .hero-2 .hero-2-title {
      font-size: 40px;
      line-height: 40px; }

  .hero-3 .hero-3-title {
    font-size: 50px;
    line-height: 65px; }

  .hero-4 .hero-4-title {
    font-size: 140px; }
  .hero-4:after {
    height: 260px; }

  .hero-5 .hero-5-overlay {
    position: absolute;
    top: -50px;
    left: 15px; }

  .section .section-app-program h2 {
    font-size: 22px !important; }

  .service-section-2 {
    padding: 30px 0px; }

  .footer {
    padding: 20px ​0px 15px !important;
    width: 100%;
    float: left; }
    .footer .list-title h6, .footer .download-text h6 {
      margin-top: 14px !important; }
    .footer .footer-list {
      margin-bottom: 0px; }
    .footer a img {
      max-width: 70px; }

  .footer p {
    font-size: 14px; }
    .footer p a {
      font-size: 14px; }

  .footer .list-title h6, .footer .download-text h6 {
    font-size: 18px; }

  .footer a img {
    margin-bottom: 0px; }

  .footer-logo {
    margin-bottom: 15px !important; }

  .footer-alt {
    padding: 10px 0px !important; }
    .footer-alt a {
      font-size: 12px; }

  .marketing-ideas {
    padding: 30px 0px; }
    .marketing-ideas h4 {
      font-size: 22px;
      margin-bottom: 0px !important; }

  .section {
    padding: 30px 0px; }
    .section .print-coupon-img {
      margin-bottom: 20px; }

  .animation-main .flag-animation .flag-section {
    top: 3px;
    right: 41px; }
    .animation-main .flag-animation .flag-section img {
      max-width: 60px; }

  .app-program .carousel-inner {
    max-width: unset; }

  .img-container-about {
    max-width: unset; }

  .company-develop p {
    font-size: 14px; }

  .company-develop {
    padding: 30px 0px; }

  .app-logo-section {
    padding: 30px; }
    .app-logo-section .signle-coupon {
      margin-bottom: 15px; }

  .app-attack h2, .app-attack h3 {
    font-size: 22px; }
  .app-attack img {
    max-width: unset !important; }
  .app-attack h5 {
    font-size: 18px; }

  .baaner-img {
    padding: 30px 0px; }
    /*.clouds {
      opacity: 0.3;
    }*/
  }
@media (max-width: 576px) {
  .hero-1 {
    padding: 110px ​0px 40p; }
    .hero-1 .hero-img {
      width: 100%; }

  .hero-2 .hero-2-title {
    font-size: 25px;
    line-height: 40px; }

  .hero-3 .hero-3-title {
    font-size: 35px;
    line-height: 45px; }

  .hero-4 .subtitle {
    letter-spacing: 10px; }
  .hero-4 .hero-4-title {
    font-size: 70px; }
  .hero-4:after {
    height: 220px; }

  .hero-5 {
    padding: 90px 0px 0px; }
    .hero-5 .hero-5-title {
      font-size: 50px; }

  .animation-main .flag-animation .flag-section {
    right: 9%;
  top: 5px;
  }
    .animation-main .flag-animation .flag-section img {
      max-width: 40px; } 
    
     
    }
@media (min-width: 1024px) and (max-width: 1440px) {
  .hero-4 {
    height: auto;
    padding: 140px 0px; }
    .hero-4:after {
      height: 290px; }

  .hero-5 .hero-img {
    width: 100%; } }
.form-control {
  font-size: 14px;
  height: 45px;
  border: 1px solid #eaebec !important; }
  .form-control:focus {
    box-shadow: none;
    border-color: #0a0d5f !important; }

textarea {
  height: auto !important; }

::placeholder {
  color: #b5b5c3 !important;
  font-weight: 300 !important; }

.alert {
  padding: 0.75rem; }

.service {
  transition: all 0.3s ease-in; }
  .service .ser-link {
    opacity: 0;
    transition: all 0.3s ease-in; }
  .service:hover, .service.active {
    box-shadow: 0px 0px 12px 8px rgba(31, 27, 81, 0.05) !important; }
    .service:hover .ser-link, .service.active .ser-link {
      opacity: 1; }

.solution {
  transition: all0 0.5s ease-in-out; }
  .solution .sol-icon {
    color: rgba(38, 59, 94, 0.11); }
  .solution:hover, .solution.active {
    box-shadow: 0px 0px 12px 8px rgba(31, 27, 81, 0.05) !important; }
    .solution:hover .sol-icon, .solution.active .sol-icon {
      color: #0a0d5f; }

.tns-outer {
  position: relative; }
  .tns-outer .tns-nav {
    text-align: center;
    margin-top: 25px; }
    .tns-outer .tns-nav button {
      width: 14px !important;
      height: 5px !important;
      border: none;
      background-color: rgba(10, 13, 95, 0.2) !important;
      padding: 0px;
      margin: 0px 4px;
      transition: all 0.3s;
      border-radius: 30px; }
      .tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
        outline: none;
        background-color: #0a0d5f !important; }
      .tns-outer .tns-nav button.tns-nav-active {
        background-color: #0a0d5f !important;
        width: 22px !important; }

.client-review .name:after {
  content: "";
  width: 140px;
  height: 1px;
  background-color: #0a0d5f;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%); }

.tns-outer {
  position: relative; }
  .tns-outer .tns-nav {
    text-align: center;
    margin-top: 25px; }
    .tns-outer .tns-nav button {
      width: 6px !important;
      height: 6px !important;
      border: none;
      background-color: rgba(10, 13, 95, 0.4) !important;
      padding: 0px;
      margin: 0px 4px;
      transition: all 0.3s;
      border-radius: 0; }
      .tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
        outline: none;
        background-color: #0a0d5f !important; }
      .tns-outer .tns-nav button.tns-nav-active {
        background-color: #0a0d5f !important;
        width: 18px !important; }

.faq-title {
  position: relative; }
  .faq-title:after {
    content: "";
    background-color: #0a0d5f;
    position: absolute;
    top: 56px;
    left: 0;
    width: 2px;
    height: 30px; }

.accordion-flush .accordion-item .accordion-header .accordion-button {
  border-bottom: 0;
  border-top: 0; }
  .accordion-flush .accordion-item .accordion-header .accordion-button:after {
    background-image: none; }
  .accordion-flush .accordion-item .accordion-header .accordion-button:after {
    content: "─";
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    color: #0a0d5f; }
  .accordion-flush .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none; }
  .accordion-flush .accordion-item .accordion-header .accordion-button.collapsed:after {
    content: "✛";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px; }
  .accordion-flush .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent; }
.accordion-flush .accordion-item .accordion-collapse {
  border: 0; }
  .accordion-flush .accordion-item .accordion-collapse .accordion-body {
    position: relative;
    padding: 24px 16px; }

@media (min-width: 280px) and (max-width: 991.98px) {
  .faq-img {
    width: 100%; } }
.price-box .price-title {
  font-size: 36px; }

.pri-text:after {
  content: "";
  background-color: #e9eef6;
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  border-radius: 100%; }

.brand-section {
  padding: 0px 0px 120px; }
  .brand-section .brand-logo {
    opacity: 0.4;
    transition: all 0.3s ease-in-out; }
    .brand-section .brand-logo:hover {
      opacity: 1; }

@media (max-width: 768px) {
  .brand-section {
    padding: 0px 0px 100px !important; } }
.footer {
  background-color: #0a0d5f !important;
  padding: 30px 0px 30px; }
  .footer .footer-list li a {
    color: #fff;
    font-size: 16px; }
  .footer .footer-list li:hover a {
    color: #a5a5bf; }
  .footer .map {
    transition: all 0.3s ease-in-out; }
    .footer .map .map-btn {
      z-index: 1; }
    .footer .map .bg-overlay, .footer .map .map-btn {
      display: block; }
    .footer .map:hover .bg-overlay, .footer .map:hover .map-btn {
      display: none; }
  .footer .btn-img a .app-store {
    max-width: 165px;
    margin-right: 20px; }
  .footer .btn-img a .play-store {
    max-width: 165px; }

.footer-alt {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0px;
  color: rgba(255, 255, 255, 0.4);
  background-color: #0a0d5f !important; }
  .footer-alt .footer-alt-list li p {
    color: #fff;
    margin-right: 15px; }
  .footer-alt .footer-alt-list li:hover p {
    color: #ffffff; }
  .footer-alt p {
    color: #ffffff; }

/*# sourceMappingURL=style.css.map */
@import "./font.css";